@charset "UTF-8";
/* _base.scss */
/* Document
* ========================================================================== */
/**
* Add border box sizing in all browsers (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
* 1. Add text decoration inheritance in all browsers (opinionated).
* 2. Add vertical alignment inheritance in all browsers (opinionated).
*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
* 1. Use the default cursor in all browsers (opinionated).
* 2. Change the line height in all browsers (opinionated).
* 3. Use a 4-space tab width in all browsers (opinionated).
* 4. Remove the grey highlight on links in iOS (opinionated).
* 5. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
* 6. Breaks words to prevent overflow in all browsers (opinionated).
*/
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Edge, Firefox, and Safari.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Grouping content
* ========================================================================== */
/**
* Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
*/
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
* Remove the margin on nested lists in Edge 18- and IE.
*/
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
* 1. Add the correct sizing in Firefox.
* 2. Show the overflow in Edge 18- and IE.
*/
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* Add the correct display in IE.
*/
main {
  display: block;
}

/**
* Remove the list style on navigation lists in all browsers (opinionated).
*/
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
* Add the correct text decoration in Edge 18-, IE, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
* ========================================================================== */
/*
* Change the alignment on media elements in all browsers (opinionated).
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on iframes in all browsers (opinionated).
*/
iframe {
  border-style: none;
}

/**
* Remove the border on images within links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Change the fill color to match the text color in all browsers (opinionated).
*/
svg:not([fill]) {
  fill: currentColor;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
* ========================================================================== */
/**
* Collapse border spacing in all browsers (opinionated).
*/
table {
  border-collapse: collapse;
}

/* Forms
* ========================================================================== */
/**
* Remove the margin on controls in Safari.
*/
button,
input,
select {
  margin: 0;
}

/**
* 1. Show the overflow in IE.
* 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
*/
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
* Correct the inability to style buttons in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* 1. Change the inconsistent appearance in all browsers (opinionated).
* 2. Correct the padding in Firefox.
*/
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
* Show the overflow in Edge 18- and IE.
*/
input {
  overflow: visible;
}

/**
* 1. Correct the text wrapping in Edge 18- and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in Edge 18- and IE.
* 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the inheritance of text transform in Firefox.
*/
select {
  text-transform: none;
}

/**
* 1. Remove the margin in Firefox and Safari.
* 2. Remove the default vertical scrollbar in IE.
* 3. Change the resize direction in all browsers (opinionated).
*/
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
* Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
* 1. Correct the odd appearance in Chrome, Edge, and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
* Remove the inner padding in Chrome, Edge, and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style upload buttons in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Remove the inner border and padding of focus outlines in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus outline styles unset by the previous rule in Firefox.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove the additional :invalid styles in Firefox.
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
* ========================================================================== */
/*
* Add the correct display in Edge 18- and IE.
*/
details {
  display: block;
}

/*
* Add the correct styles in Edge 18-, IE, and Safari.
*/
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
* ========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* User interaction
* ========================================================================== */
/*
* 1. Remove the tapping delay in IE 10.
* 2. Remove the tapping delay on clickable elements
    in all browsers (opinionated).
*/
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
* ========================================================================== */
/**
* Change the cursor on busy elements in all browsers (opinionated).
*/
[aria-busy=true] {
  cursor: progress;
}

/*
* Change the cursor on control elements in all browsers (opinionated).
*/
[aria-controls] {
  cursor: pointer;
}

/*
* Change the cursor on disabled, not-editable, or otherwise
* inoperable elements in all browsers (opinionated).
*/
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
* Change the display on visually hidden accessible elements
* in all browsers (opinionated).
*/
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  --color-primary: #FF5A5F;
  --color-primary-rgb: 255, 90, 95;
  --color-background: #F7F7F7;
  --color-primary-font: #222222;
  --color-secondary-font: #A5A5A5;
  --color-tertiary-font: #7E7D7D;
  --color-emphasis: #F6CF4C;
  --color-white: #FFFFFF;
  --color-black: #231815;
  --color-gray: #F2F2F2;
  --color-border: #E2E2E2;
  --color-border-secondary: #D7D7D7;
  --color-table-border: #D9D9D9;
  --color-filter: rgba(0, 0, 0, .5);
  --width-base: 92%;
  --width-base-max: 1124px;
  --width-small-max: 716px;
  --radius-base: 10px;
  --shadow-base: 0 8px 8px 0 rgba(0, 0, 0, .1);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.66;
  font-weight: 500;
  color: var(--color-black);
}
@media screen and (min-width: 480px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}

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

dl,
dt,
dd {
  margin: 0;
}

address {
  font-style: normal;
}

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

p {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", sans-serif;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.l-container {
  width: 90%;
  max-width: 1032px;
  margin: 0 auto;
}

.l-max910 {
  max-width: 910px;
  margin: 0 auto;
  width: 90%;
}

.l-max1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 480px) {
  .l-max1100 {
    width: 90%;
  }
}

.l-max1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
}
@media screen and (min-width: 480px) {
  .l-max1200 {
    width: 90%;
  }
}

.c-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(242, 242, 243)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(242, 242, 243) 50%, rgb(255, 255, 255) 100%);
}

.c-contents-block {
  background-color: white;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .c-contents-block {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.p-instagram {
  position: relative;
  padding: 25px 0 50px;
  background-color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .p-instagram {
    padding-bottom: 100px;
  }
}
.p-instagram__contents {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .p-instagram__contents {
    padding: 60px 10%;
    border-radius: 15px;
  }
}
.p-instagram__title {
  width: 100%;
  text-align: center;
  background-color: #E51E65;
  color: white;
  border-radius: 100px;
  padding: 0.25em;
}
@media screen and (min-width: 768px) {
  .p-instagram__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
  }
}
.p-instagram__title-icon {
  width: 1.3em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-instagram__title-icon {
    width: 1.1em;
    margin: 0;
    line-height: 1;
  }
}
.p-instagram__item {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-instagram__item {
    display: grid;
    grid-template-columns: auto 96px;
    max-width: 750px;
    margin: 30px auto 0;
    gap: 20px 50px;
  }
}
.p-instagram__lead {
  color: #E51E65;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__lead {
    font-size: 3.8rem;
    text-align: left;
    background: url("../images/openmuseum/2025/icon_present.png") no-repeat right 20px center/75px auto;
    padding-right: 100px;
  }
}
.p-instagram__text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-instagram__text {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 0;
  }
}
.p-instagram__qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-instagram__qr {
    display: block;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-instagram__flowTitle {
  text-align: center;
  margin-top: 2em;
  position: relative;
}
.p-instagram__flowTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 5px dotted #E51E65;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-instagram__flowTitleText {
  position: relative;
  z-index: 10;
  color: #e51e65;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 0 0.5em;
  background-color: white;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowTitleText {
    font-size: 3.8rem;
    font-weight: 900;
  }
}
.p-instagram__flowList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px;
    margin-top: 60px;
  }
}
.p-instagram__flowListItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e51e65;
  border-radius: 14px;
  padding: 18px 10px 30px;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowListItem {
    width: 33.3333333333%;
    padding: 20px 10px;
  }
}
.p-instagram__flowListItem:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowListItem:not(:last-child) {
    margin: 0;
  }
}
.p-instagram__flowListItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50%;
  border-top: 24px solid #fddb6e;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowListItem:not(:last-child)::after {
    top: 50%;
    bottom: unset;
    left: 107%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    border-top-width: 20px;
    border-left-width: 16px;
    border-right-width: 16px;
  }
}
.p-instagram__flowListItemIcon {
  width: 30%;
  max-width: 65px;
  margin: -45px auto 0.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__flowListItemIcon {
    width: 100%;
    max-width: 88px;
    margin-top: -55px;
  }
}
.p-instagram__flowListItemText {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
.p-instagram__present {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-instagram__present {
    margin-top: 0;
  }
}
.p-instagram__presentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2em;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.4);
          box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.4);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2em;
    -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
            box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
    padding: 40px 50px;
    border-radius: 15px;
  }
}
.p-instagram__presentListItem {
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem {
    max-width: none;
  }
}
.p-instagram__presentListItem:not(:last-child) {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem--wide {
    width: 100%;
    display: grid;
    grid-template-columns: 332px auto;
    gap: 30px 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem--wide .p-instagram__presentListItem__img {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: 0;
  }
}
.p-instagram__presentListItem__text {
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem__text {
    text-align: left;
    border-left: 6px solid #E51E65;
    padding-left: 20px;
  }
}
.p-instagram__presentListItem__textLabel {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem__textLabel {
    font-size: 2rem;
  }
}
.p-instagram__presentListItem__textMain {
  display: block;
  font-size: 1.9rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem__textMain {
    font-size: 2.4rem;
    margin-top: 0.2em;
  }
}
.p-instagram__presentListItem__img {
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  margin: 0;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItem__img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-instagram__presentListItemCaution {
  font-size: 1.2rem;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-instagram__presentListItemCaution {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.p-lead {
  position: relative;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-lead {
    padding: 0 0 80px;
  }
}
.p-lead__date {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}
.p-lead__contents {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-lead__contents {
    background: url(../images/openmuseum/2025/bg_lead_left-pc.png) no-repeat left center/126px auto, url(../images/openmuseum/2025/bg_lead_right-pc.png) no-repeat right center/155px auto;
  }
}
.p-lead__catchcopy {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1em auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-lead__catchcopy {
    font-size: 2.6rem;
    margin-top: 50px;
  }
}
.p-lead__catchcopy--fz130 {
  font-size: 130%;
}
.p-lead__catchcopy--fz170 {
  font-size: 170%;
}
.p-lead__text {
  font-weight: bold;
  line-height: 1.8;
  margin: 20px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
  }
}
.p-lead__notice {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 1em 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-lead__notice {
    max-width: 830px;
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 6vw 30px 12vw;
    background-color: var(--color-gray);
    border-radius: 16px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 1120px) {
  .p-lead__notice {
    padding-right: 52px;
    padding-left: 120px;
  }
}
.p-lead__notice::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  translate: -50%;
  width: 32px;
  height: 28px;
  background-image: url(../images/openmuseum/2025/icon_lead_memo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-lead__notice::before {
    top: 50%;
    left: 4vw;
    translate: 0 -50%;
    width: 47px;
    height: 41px;
  }
}
@media screen and (min-width: 1120px) {
  .p-lead__notice::before {
    left: 45px;
  }
}
.p-lead__notice__text {
  position: relative;
  font-size: 1.2rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-lead__notice__text {
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
}
.p-lead__notice__text::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}

.p-leaflet {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-leaflet {
    padding: 100px 0;
  }
}
.p-leaflet__contents {
  background-color: #FFF9E8;
  padding: 40px 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-leaflet__contents {
    max-width: 800px;
    margin: 0 auto;
    padding: 85px 30px 60px;
    border-radius: 15px;
    position: relative;
  }
}
.p-leaflet__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-leaflet__title {
    position: relative;
    font-size: 3.2rem;
  }
}
.p-leaflet__titleText {
  position: relative;
}
.p-leaflet__button {
  position: relative;
  color: var(--color-black);
  text-align: center;
  background-color: #FDDB6E;
  border-radius: 50px;
  padding: 1em 2.5em;
  margin: 30px auto 0;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-leaflet__button {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.p-leaflet__button::before, .p-leaflet__button::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-leaflet__button::before {
  left: 1em;
  width: 20px;
  height: 20px;
  background-image: url(../images/openmuseum/2025/icon_pdf_black.png);
}
@media screen and (min-width: 768px) {
  .p-leaflet__button::before {
    left: 1.5em;
    width: 32px;
    height: 34px;
  }
}
.p-leaflet__button::after {
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url(../images/openmuseum/2025/icon_arrow_black_2.png);
  -webkit-transition: translate 0.2s ease-out;
  transition: translate 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .p-leaflet__button::after {
    right: 1.5em;
    width: 32px;
    height: 32px;
  }
}
.p-leaflet__buttonText {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-leaflet__buttonText {
    font-size: 2.4rem;
  }
}
.p-leaflet__button:hover::after {
  translate: 5px -50%;
}
.p-leaflet__deco {
  width: 70px;
  position: absolute;
  bottom: -30px;
  right: 3%;
}
@media screen and (min-width: 768px) {
  .p-leaflet__deco {
    width: 95px;
    inset: -30px auto auto 40px;
  }
}

.p-list {
  position: relative;
  padding: 50px 0;
  background-color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .p-list {
    padding: 100px 0;
  }
}
.p-list__container {
  position: relative;
}
.p-list__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-list__title {
    position: relative;
    font-size: 3.2rem;
  }
}
.p-list__title::before {
  content: "";
  display: block;
  width: 57px;
  aspect-ratio: 57/71;
  background: url("../images/openmuseum/2025/ill_family.png") no-repeat center/contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-list__title::before {
    width: 92px;
    bottom: -50px;
  }
}
.p-list__titleText {
  position: relative;
}
.p-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-list__label {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25em;
    margin-top: 0;
  }
}
.p-list__labelText {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-list__labelText {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
.p-list__labelText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-list__labelText::before {
    width: 20px;
    height: 20px;
  }
}
.p-list__labelText--all::before {
  background-color: #1a96d5;
}
.p-list__labelText--limited::before {
  background-color: #eb6ea5;
}
.p-list__wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-list__wrap {
    margin-top: 50px;
  }
}
.p-list__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 480px) {
  .p-list__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-list__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px 24px;
  }
}
.p-list__contentsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
          box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
}
@media screen and (min-width: 480px) {
  .p-list__contentsItem {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .p-list__contentsItem {
    width: calc(33.3333333333% - 16px);
    border-radius: 15px;
  }
}
.p-list__contentsItem__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-list__contentsItem__city {
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fff;
  font-weight: bold;
}
.p-list__contentsItem__date {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #1a96d5;
  font-weight: bold;
  margin-left: auto;
}
.p-list__contentsItem__date--limited {
  color: #eb6ea5;
}
.p-list__contentsItem__img {
  position: relative;
  margin: 5px 0 0;
  background-color: #ddd;
}
.p-list__contentsItem__img-icon {
  width: 64px;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.p-list__contentsItem__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #1a96d5;
  border-radius: 50%;
}
.p-list__contentsItem__number--limited {
  background-color: #eb6ea5;
}
.p-list__contentsItem__cap {
  font-size: 12px;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .p-list__contentsItem__cap {
    margin-bottom: 30px;
    margin-top: -15px;
  }
}
.p-list__contentsItem__tag {
  background-color: #1A96D5;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2em 20px;
  margin-top: 15px;
  margin-left: -20px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.p-list__contentsItem__tag--limited {
  background-color: #EB6EA5;
}
.p-list__contentsItem__tag-item {
  font-size: 1.4rem;
  color: white;
}
.p-list__contentsItem__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 20px;
}
.p-list__contentsItem__title {
  margin-bottom: 15px;
}
.p-list__contentsItem__title--limited {
  border-left-color: #eb6ea5;
}
.p-list__contentsItem__titleLabel {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-list__contentsItem__titleMain {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
}
.p-list__contentsItem__text {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-list__contentsItem__text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-list__contentsItem__detail {
  margin: 10px 0 15px;
}
.p-list__contentsItem__detailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-list__contentsItem__detailItem:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-list__contentsItem__detailTitle {
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  width: 60px;
  background-color: #d2d2d2;
  padding: 4px 0;
  border-radius: 100px;
}
.p-list__contentsItem__detailText {
  font-size: 1.4rem;
  line-height: 1.4;
  width: calc(100% - 70px);
}
.p-list__contentsItem__detailText--limited {
  color: #EB6EA5;
}
.p-list__contentsItem__detailTextLink {
  display: inline-block;
  color: #000;
}
.p-list__contentsItem__mapLink {
  position: relative;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 1em;
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .p-list__contentsItem__mapLink {
    margin-top: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.p-list__contentsItem__mapLink::before, .p-list__contentsItem__mapLink::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-list__contentsItem__mapLink::before {
  left: 1em;
  width: 20px;
  aspect-ratio: 52/48;
  background-image: url(../images/openmuseum/2025/icon_map.png);
}
.p-list__contentsItem__mapLink::after {
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url(../images/openmuseum/2025/icon_arrow_black.png);
  -webkit-transition: translate 0.2s ease-out;
  transition: translate 0.2s ease-out;
}
.p-list__contentsItem__mapLinkText {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.p-list__contentsItem__mapLink:hover::after {
  translate: 5px -50%;
}
.p-list__contentsItem__link {
  position: relative;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 1em;
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  .p-list__contentsItem__link {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.p-list__contentsItem__link::before, .p-list__contentsItem__link::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-list__contentsItem__link::before {
  left: 1em;
  width: 20px;
  aspect-ratio: 38/36;
  background-image: url(../images/openmuseum/2025/icon_link_otherpages.png);
}
.p-list__contentsItem__link::after {
  right: 1em;
  width: 20px;
  height: 20px;
  background-image: url(../images/openmuseum/2025/icon_arrow_black.png);
  -webkit-transition: translate 0.2s ease-out;
  transition: translate 0.2s ease-out;
}
.p-list__contentsItem__linkText {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.p-list__contentsItem__link:hover::after {
  translate: 5px -50%;
}

@media screen and (min-width: 768px) {
  .p-mv {
    padding: 55px 0;
    max-width: 1032px;
    margin: 0 auto;
  }
}
.p-mv__img {
  text-align: center;
}
.p-mv__img img {
  width: 100%;
}
.p-mv__copyright {
  text-align: right;
  font-size: 12px;
  padding: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-mv__copyright {
    padding: 1em;
  }
}
.p-mv__deco {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__deco {
    display: block;
    margin-top: 10px;
  }
}

.p-schedule {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-schedule {
    padding: 100px 0;
  }
}
.p-schedule__container {
  position: relative;
}
.p-schedule__title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schedule__title {
    position: relative;
    font-size: 3.2rem;
  }
}
.p-schedule__titleText {
  position: relative;
}
.p-schedule__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 1120px) {
  .p-schedule__label {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25em;
    margin-top: 0;
  }
}
.p-schedule__labelText {
  position: relative;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-schedule__labelText {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
.p-schedule__labelText::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-schedule__labelText::before {
    width: 20px;
    height: 20px;
  }
}
.p-schedule__labelText--all::before {
  background-color: #1a96d5;
}
.p-schedule__labelText--limited::before {
  background-color: #eb6ea5;
}
.p-schedule__memo {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-schedule__memo {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
.p-schedule__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-schedule__wrap {
    margin-top: 40px;
  }
}
.p-schedule__block:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-schedule__block:not(:first-of-type) {
    margin-top: 0;
  }
}
.p-schedule__secondTitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #e6f3fa;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-schedule__secondTitle {
    font-size: 2.2rem;
    padding: 10px;
  }
}
.p-schedule__table {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
          box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
  border: none;
  border-radius: 10px;
}
.p-schedule__tableItem--last th, .p-schedule__tableItem--last td {
  padding-bottom: 1em;
}
.p-schedule__table-city {
  background-color: #E6F3FA;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-schedule__table-city {
    font-size: 2.2rem;
    padding: 10px;
  }
}
.p-schedule__table thead th,
.p-schedule__table thead td {
  color: #fff;
  text-align: center;
  background-color: #1a96d5;
  padding: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-schedule__table thead th,
  .p-schedule__table thead td {
    font-size: 2.2rem;
  }
}
.p-schedule__table thead td {
  width: 14%;
  border-left: 1px solid white;
}
@media screen and (min-width: 768px) {
  .p-schedule__table thead td {
    width: 100px;
    border-width: 2px;
  }
}
.p-schedule__table thead td:last-child {
  border-top-right-radius: 10px;
}
.p-schedule__table thead th {
  width: 58%;
  border-top-left-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-schedule__table thead th {
    width: calc(100% - 300px);
  }
}
.p-schedule__tableItemName {
  text-align: left;
  padding: 0.4em;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemName {
    position: relative;
    padding: 0.4em 1em;
  }
}
.p-schedule__tableItemNameLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemNameLink {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.p-schedule__tableItemNameNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  text-decoration: none;
  background-color: #1a96d5;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemNameNumber {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.p-schedule__tableItemNameNumber--limited {
  background-color: #eb6ea5;
}
.p-schedule__tableItemNameText {
  display: inline-block;
  font-size: 1.2rem;
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemNameText {
    font-size: 2rem;
    width: auto;
  }
}
.p-schedule__tableItemNameText--memo {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fddb6e;
  margin-left: 30px;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemNameText--memo {
    font-size: 2rem;
    margin-left: 45px;
  }
}
@media screen and (min-width: 1120px) {
  .p-schedule__tableItemNameText--memo {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
.p-schedule__tableItemNameText--tel {
  display: block;
  color: #eb6ea5;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemNameText--tel {
    font-size: 2rem;
    margin-left: 45px;
  }
}
@media screen and (min-width: 1120px) {
  .p-schedule__tableItemNameText--tel {
    position: absolute;
    top: 0.5em;
    right: 0;
  }
}
.p-schedule__tableItemButton {
  color: #7d7d7d;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-schedule__tableItemButton {
    font-size: 2.2rem;
  }
}
.p-schedule__tableItemButtonLink {
  pointer-events: none;
}
.p-schedule__tableItemButtonLink--all {
  color: #1a96d5;
}
.p-schedule__tableItemButtonLink--limited {
  color: #eb6ea5;
}
.p-schedule__tableItemButtonLinkText {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.p-summary {
  position: relative;
  padding: 50px 0 25px;
  background-color: var(--color-gray);
}
@media screen and (min-width: 768px) {
  .p-summary {
    padding: 80px 0 40px;
  }
}
.p-summarySurvey {
  border-radius: 8px;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 10px;
    border-radius: 16px;
    padding: 60px 10%;
    position: relative;
  }
}
.p-summarySurvey__lead {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background-color: #7288C3;
  border-radius: 50px;
  width: 90%;
  max-width: 462px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25em 10%;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__lead {
    font-size: 30px;
    width: 100%;
    max-width: 100%;
    padding: 0.5em 1em;
  }
}
.p-summarySurvey__title {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__title {
    margin-top: 30px;
    margin-left: 40px;
    text-align: left;
    width: 50%;
  }
}
.p-summarySurvey__title--sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__title--sub {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.p-summarySurvey__title--main {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__title--main {
    font-size: 3.8rem;
    font-weight: 900;
    margin-top: 0.2em;
  }
}
.p-summarySurvey__title--emp {
  color: #7288C3;
}
.p-summarySurvey__img {
  display: block;
  width: 65%;
  max-width: 460px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__img {
    position: absolute;
    right: 9%;
    top: 45px;
    margin-top: 0;
    margin-left: 0;
    max-width: 275px;
  }
}
.p-summarySurvey__notice {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__notice {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-top: 0;
  }
}
.p-summarySurvey__noticeItem {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-summarySurvey__noticeItem {
    font-size: 1.4rem;
    margin-top: 1em;
    margin-left: 40px;
  }
}
.p-summarySurvey__noticeItem::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
}
.p-summaryStamprally {
  border-radius: 10px;
  margin-top: 40px;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally {
    border-radius: 16px;
    padding: 60px 10%;
    margin-top: 70px;
  }
}
@media screen and (min-width: 1120px) {
  .p-summaryStamprally__contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2em;
  }
}
.p-summaryStamprally__label {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__label {
    display: none;
  }
}
.p-summaryStamprally__labelText {
  position: relative;
}
.p-summaryStamprally__labelText::before, .p-summaryStamprally__labelText::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2px;
  height: 1em;
  background-color: var(--color-black);
}
.p-summaryStamprally__labelText::before {
  left: -1em;
  rotate: -20deg;
}
.p-summaryStamprally__labelText::after {
  right: -1em;
  rotate: 20deg;
}
.p-summaryStamprally__lead {
  color: white;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background-color: #6CBC64;
  border-radius: 50px;
  width: 90%;
  max-width: 462px;
  margin: 10px auto 0;
  padding: 0.25em 10%;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__lead {
    position: relative;
    font-size: 3rem;
    width: 100%;
    max-width: 100%;
    padding: 0.5em 1em;
    margin-top: 0;
  }
}
.p-summaryStamprally__leadLabel {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__leadLabel {
    position: absolute;
    top: 50%;
    right: 3em;
    translate: 0 -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
    height: 60px;
    background-color: #fddb6e;
    border-radius: 50%;
    color: #000;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-indent: 0;
  }
}
@media screen and (min-width: 1120px) {
  .p-summaryStamprally__leadLabel {
    right: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5em;
    gap: 50px;
  }
}
.p-summaryStamprally__no-install {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__no-install {
    display: block;
    max-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__title {
    width: 70%;
  }
}
.p-summaryStamprally__titleText {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__titleText {
    text-align: left;
    margin-top: 0;
  }
}
.p-summaryStamprally__titleText--sub {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__titleText--sub {
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.p-summaryStamprally__titleText--main {
  display: block;
  font-size: 2.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__titleText--main {
    font-size: 3.2rem;
    font-weight: 900;
    margin-top: 0.2em;
  }
}
.p-summaryStamprally__title__appeal {
  width: 80%;
  margin: 0.75em auto 0;
  background-color: white;
  padding: 10px;
  border: 2px solid #6CBC64;
  color: #6CBC64;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__title__appeal {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.p-summaryStamprally__qr {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__qr {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
    margin: 0;
  }
}
.p-summaryStamprally__note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.41;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__note {
    font-size: 1.4rem;
  }
}
.p-summaryStamprally__note a,
.p-summaryStamprally__note span {
  text-indent: 0;
}
.p-summaryStamprally__secondTitle {
  text-align: center;
  margin-top: 2em;
  position: relative;
}
.p-summaryStamprally__secondTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 5px dotted #6CBC64;
  top: 50%;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-summaryStamprally__secondTitleText {
  position: relative;
  z-index: 10;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0 0.5em;
  color: #6CBC64;
  background-color: white;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__secondTitleText {
    font-size: 3.8rem;
    font-weight: 900;
  }
}
.p-summaryStamprally__secondTitleText::before {
  left: 100%;
}
.p-summaryStamprally__secondTitleText::after {
  right: 100%;
}
.p-summaryStamprally__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5em;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 35px;
    margin-top: 60px;
  }
}
.p-summaryStamprally__flowItem {
  position: relative;
  width: 90%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #6CBC64;
  color: white;
  border-radius: 14px;
  padding: 18px 15px 30px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flowItem {
    width: 33.3333333333%;
    padding: 20px 10px;
  }
}
.p-summaryStamprally__flowItem:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flowItem:not(:last-child) {
    margin: 0;
  }
}
.p-summaryStamprally__flowItem:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  translate: -50%;
  border-top: 24px solid #fddb6e;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flowItem:not(:last-child)::after {
    top: 50%;
    bottom: unset;
    left: 107%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    border-top-width: 20px;
    border-left-width: 16px;
    border-right-width: 16px;
  }
}
.p-summaryStamprally__flowImg {
  width: 30%;
  max-width: 65px;
  margin: -45px auto 0.75em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flowImg {
    width: 100%;
    max-width: 88px;
    margin-top: -55px;
  }
}
.p-summaryStamprally__flowTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.p-summaryStamprally__flowTitle::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: white;
  margin: 0.75em auto;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__flowTitle::after {
    height: 2px;
  }
}
.p-summaryStamprally__flowTitle--asterisk {
  display: inline-block;
  position: relative;
  top: -1em;
  font-size: 50%;
}
.p-summaryStamprally__flowText {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
.p-summaryStamprally__present {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 2px dotted #fff;
}
@media screen and (min-width: 1120px) {
  .p-summaryStamprally__present {
    border-top: unset;
    padding-top: 0;
  }
}
.p-summaryStamprally__present__link {
  position: relative;
  display: block;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  background-color: #fddb6e;
  border-radius: 50px;
  width: 90%;
  margin: 1.5em auto 0;
  padding: 0.75em 1em;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__link {
    display: none;
  }
}
.p-summaryStamprally__present__link::before, .p-summaryStamprally__present__link::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.p-summaryStamprally__present__link::before {
  width: 19px;
  height: 18px;
  left: 1em;
  background-image: url(../images/openmuseum/2025/icon_link_otherpages.png);
}
.p-summaryStamprally__present__link::after {
  width: 22px;
  height: 22px;
  right: 1em;
  background-image: url(../images/openmuseum/2025/icon_arrow_black.png);
}
.p-summaryStamprally__presentTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__presentTitle {
    font-size: 3rem;
    font-weight: 900;
  }
}
.p-summaryStamprally__presentTitle--emp {
  font-size: 1.4em;
  color: #6CBC64;
}
.p-summaryStamprally__present__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2em;
  padding: 20px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.4);
          box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.4);
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 50px;
    margin-top: 20px;
    padding: 40px 50px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
            box-shadow: 0 0 10px 0 rgba(35, 24, 21, 0.2);
  }
}
.p-summaryStamprally__present__listItem {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItem {
    width: calc((100% - 50px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItem--last {
    width: 100%;
  }
}
.p-summaryStamprally__present__listItem:not(:last-child) {
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItem:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-summaryStamprally__present__listItemHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItemHeader {
    width: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .p-summaryStamprally__present__listItemHeader {
    padding: 0;
  }
}
.p-summaryStamprally__present__listItemHeaderIcon {
  display: block;
  width: 60px;
  margin: 0;
}
@media screen and (min-width: 1120px) {
  .p-summaryStamprally__present__listItemHeaderIcon {
    width: 50px;
  }
}
.p-summaryStamprally__present__listItemHeaderText {
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
  width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItemHeaderText {
    font-size: 2.2rem;
    font-weight: 900;
  }
}
.p-summaryStamprally__present__listItemName {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItemName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-summaryStamprally__present__listItemImg {
  margin: 20px 0 0;
  text-align: center;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__listItemImg {
    max-width: none;
    width: 100%;
    margin-top: 0.5em;
  }
}
.p-summaryStamprally__present__memo {
  position: relative;
  font-size: 90%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-summaryStamprally__present__memo {
    font-size: 1.4rem;
  }
}

.p-hash-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-hash-tag {
    margin: 80px auto 0;
    gap: 16px;
    max-width: 860px;
  }
}
.p-hash-tag__link {
  color: var(--color-black);
  background-color: #DFF0F9;
  border-radius: 100px;
  font-size: 12px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .p-hash-tag__link {
    font-size: 16px;
    padding: 0.75em 1.5em;
  }
}

.p-model-course {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-model-course {
    padding: 100px 0;
  }
}
.p-model-course__title {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-model-course__title {
    font-size: 3.2rem;
  }
}
.p-model-course__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-model-course__container {
    max-width: 1032px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
}
.p-model-course__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-model-course__block {
    max-width: 500px;
  }
}
.p-model-course__block a:hover {
  opacity: 1;
}
.p-model-course__image {
  display: block;
}
.p-model-course__image--course1 {
  width: 104.5%;
}
@media screen and (min-width: 768px) {
  .p-model-course__image--course1 {
    width: 100%;
  }
}

.p-movie {
  background-color: #FFF9E8;
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-movie {
    max-width: 1032px;
    margin: 0 auto;
    border-radius: 15px;
  }
}
.p-movie__deco {
  position: absolute;
}
.p-movie__deco--num1 {
  width: 75px;
  left: 5%;
  top: -20px;
}
@media screen and (min-width: 768px) {
  .p-movie__deco--num1 {
    width: 131px;
    left: 35px;
    top: 40px;
  }
}
.p-movie__deco--num2 {
  width: 96px;
  right: 3%;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-movie__deco--num2 {
    width: 206px;
    right: -20px;
    bottom: -30px;
  }
}
.p-movie__sub-title {
  font-size: 1.6rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-movie__sub-title {
    font-size: 2rem;
  }
}
.p-movie__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-movie__title {
    font-size: 3.2rem;
  }
}
.p-movie__intro {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-movie__intro {
    font-size: 1.6rem;
  }
}
.p-movie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-movie__container {
    max-width: 800px;
    margin: 40px auto 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-movie__block {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-movie__block {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-movie__user-link {
  display: block;
  text-align: center;
  color: var(--color-black);
  border-radius: 10px;
  line-height: 1.2;
  padding: 10px;
}
.p-movie__user-link--orange {
  background-color: #F6B16A;
}
.p-movie__user-link--yellow {
  background-color: #FDDB6E;
}
.p-movie__user-display-name {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  gap: 0.2em;
}
.p-movie__user-display-name img {
  width: 1em;
}
.p-movie__user-name {
  display: block;
  font-size: 1.4rem;
}
.p-movie__display {
  width: 100%;
  margin-top: 20px;
}
.p-movie__display .instagram-media {
  min-width: auto !important;
}

.l-footer {
  position: relative;
  padding-bottom: 80px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 100px;
    margin-top: 0;
  }
}
.l-footer__detail {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__detail {
    text-align: left;
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__detailItem:nth-of-type(1), .l-footer__detailItem:nth-of-type(2) {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__detailItem:nth-of-type(2) {
    margin-left: 1em;
  }
}
.l-footer__detailTitle {
  display: inline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__detailTitle {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.l-footer__detailText {
  display: inline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__detailText {
    display: inline-block;
    font-size: 1.4rem;
  }
}
.l-footer__detailTextLink {
  display: inline;
  color: #000;
}

.u-dib,
.dib {
  display: inline-block;
}

.u-db {
  display: block;
}

.u-tac,
.tac {
  text-align: center;
}

.u-smonly {
  display: block;
}
@media screen and (min-width: 480px) {
  .u-smonly {
    display: none;
  }
}

.u-sponly,
.u-sp {
  display: inline;
}
@media screen and (min-width: 768px) {
  .u-sponly,
  .u-sp {
    display: none;
  }
}

.u-pconly,
.u-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pconly,
  .u-pc {
    display: inline;
  }
}/*# sourceMappingURL=openmuseum2025.css.map */