@charset "UTF-8";
.spbr {
  display: none;
}
@media (max-width: 767px ) {
  .spbr {
    display: block;
  }
}

@media (max-width: 767px ) {
  .pcbr {
    display: none;
  }
}

main {
  margin-top: 70px;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Zen Kaku Gothic New", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #151515;
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #151515;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1259px ) {
  .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-container.is-thin {
  max-width: 1000px;
}
.l-container.is-xthin {
  max-width: 800px;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  background: #fff;
}
@media (max-width: 767px ) {
  .l-header {
    padding: 0.875rem 1.5rem;
  }
}
.l-header_logo {
  margin-bottom: 0;
  width: 200px;
}
@media (max-width: 767px ) {
  .l-header_logo {
    width: 150px;
  }
}
.l-header_logo img {
  display: block;
}
.l-header_list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.5rem;
}
@media (max-width: 767px ) {
  .l-header_list {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    background: #fff;
    padding: 2.5rem 1rem;
  }
}
.l-header_list_item {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (max-width: 767px ) {
  .l-header_list_item + .l-header_list_item {
    margin-top: 1.5rem;
  }
}
.l-header_list_item a {
  color: #151515;
  position: relative;
  padding: 0 0.25rem;
}
.l-header_list_item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F0C911;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: transform 0.3s;
  transform-origin: right;
  transform: scaleX(0);
}
.l-header_list_item a.is-current::before {
  transform: scaleX(1);
}
.l-header_list_item a:hover:not(.is-ico) {
  text-decoration: none;
}
.l-header_list_item a:hover:not(.is-ico)::before {
  transform: scaleX(1);
  transform-origin: left;
}
.l-header_menu {
  display: none;
}
@media (max-width: 767px ) {
  .l-header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 36px;
    height: 36px;
    position: relative;
    padding: 0.5rem 0.125rem;
  }
  .l-header_menu span {
    width: 100%;
    height: 2px;
    background: #151515;
    transition: 0.3s;
  }
  .l-header_menu.is-open {
    transform: translateX(0.25rem);
  }
  .l-header_menu.is-open span:nth-of-type(1) {
    transform-origin: left;
    transform: rotate(34deg);
  }
  .l-header_menu.is-open span:nth-of-type(2) {
    transform: translateX(30px);
    opacity: 0;
  }
  .l-header_menu.is-open span:nth-of-type(3) {
    transform-origin: left;
    transform: rotate(-34deg);
  }
}

.l-footer {
  padding: 0.5rem 1rem;
  background: #151515;
  text-align: center;
  color: #fff;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  width: 100%;
}
@media (max-width: 767px ) {
  .l-footer {
    font-size: 0.75rem;
  }
}

.c-btn {
  color: #151515;
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 2rem;
  transition: 0.2s ease-in-out;
  font-weight: bold;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  background: none;
  border: none;
  cursor: pointer;
}
.c-btn:active, .c-btn:focus {
  outline: none;
}
.c-btn::before, .c-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #F0C911;
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.c-btn::before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}
.c-btn::after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}
.c-btn:hover {
  text-decoration: none;
  background: #F0C911;
  border-color: #F0C911;
}
.c-btn:hover::before, .c-btn:hover::after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #F0C911;
}
.c-btn.is-back::before, .c-btn.is-back::after {
  border-color: rgba(134, 134, 134, 0.3);
}
.c-btn.is-back:hover {
  background: rgba(134, 134, 134, 0.3);
}
.c-btn.is-back:hover::before, .c-btn.is-back:hover::after {
  border-color: rgba(134, 134, 134, 0.3);
}
.c-btnwrap.is-center {
  text-align: center;
}

.c-conts_ttl {
  font-size: 3rem;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px ) {
  .c-conts_ttl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.c-pageConts {
  padding-top: 6.25rem;
}
@media (max-width: 767px ) {
  .c-pageConts {
    padding-top: 3.75rem;
  }
}
.c-pageConts_ttl {
  font-size: 3.75rem;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  text-align: center;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px ) {
  .c-pageConts_ttl {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.c-pageConts_ttl.is-jp {
  font-size: 3rem;
}
@media (max-width: 767px ) {
  .c-pageConts_ttl.is-jp {
    font-size: 1.75rem;
  }
}
.c-pageConts_txt {
  margin-bottom: 2rem;
}
.c-pageConts_main {
  padding-bottom: 5rem;
}
@media (max-width: 767px ) {
  .c-pageConts_main {
    padding-bottom: 3.75rem;
  }
}

.c-about {
  display: flex;
  gap: 3.75rem;
  align-items: flex-start;
}
@media (max-width: 991px ) {
  .c-about {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.c-about_logo {
  width: 330px;
  flex: none;
}
.c-about_logo img {
  width: 100%;
}
@media (max-width: 991px ) {
  .c-about_logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px ) {
  .c-about_body {
    width: 100%;
  }
}
.c-about_body_ttl {
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 991px ) {
  .c-about_body_ttl {
    font-size: 1.25rem;
    text-align: center;
  }
}
.c-about_body_ttl span.mark {
  padding: 0 0.5rem;
  border: 6px solid #F0C911;
  margin-right: 0.5rem;
}
@media (max-width: 767px ) {
  .c-about_body_ttl span.mark {
    border: 3px solid #F0C911;
  }
}
.c-about_body_txt {
  font-size-adjust: 1rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0;
}
.c-about_body_txt + .p-top_about_body_txt {
  margin-top: 2rem;
}
@media (max-width: 767px ) {
  .c-about_body_txt {
    font-size: 0.875rem;
  }
}
.c-about_body_note {
  margin-top: 1.5rem;
  font-size: 0.875rem;
}

.c-exhibitions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 5rem;
}
@media (max-width: 767px ) {
  .c-exhibitions {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }
}
.c-exhibitions.is-anime .c-exhibitions_item {
  opacity: 1;
  transform: translateY(0);
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(5) {
  transition-delay: 0.4;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(6) {
  transition-delay: 0.5s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(7) {
  transition-delay: 0.6s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(8) {
  transition-delay: 0.7s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(9) {
  transition-delay: 0.8s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(10) {
  transition-delay: 0.9s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(11) {
  transition-delay: 1s;
}
.c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(12) {
  transition-delay: 1.1s;
}
.c-exhibitions_item {
  width: calc(25% - 22.5px);
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  transition: 0.7s;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 767px ) {
  .c-exhibitions_item {
    width: calc(50% - 0.5rem);
  }
}
.c-exhibitions_item_img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.c-exhibitions_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: 0.3s;
}
.c-exhibitions_item_date {
  color: #868686;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.c-exhibitions_item_ttl {
  font-weight: bold;
  color: #151515;
  line-height: 1.5;
}
@media (max-width: 767px ) {
  .c-exhibitions_item_ttl {
    font-size: 0.875rem;
  }
}
.c-exhibitions_item:hover {
  text-decoration: none;
}
.c-exhibitions_item:hover img {
  transform: scale(1.1);
}

.c-pager {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-top: 1.2rem;
  margin-bottom: 0;
}
.c-pager_item {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  background: #ddd;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  color: #151515;
}
.c-pager_item:hover {
  color: inherit;
  background: #eee;
  text-decoration: none;
}
.c-pager_item img {
  width: 6px;
}
.c-pager_item.is-current {
  background: #151515;
  color: #fff;
}

.c-news {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
  margin-bottom: 3.75rem;
}
.c-news_item {
  padding: 0;
  position: relative;
}
.c-news_item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #151515;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-news_item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #F0C911;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left;
  transform: scaleX(0.1);
  transition: 0.3s;
}
@media (max-width: 767px ) {
  .c-news_item::after {
    transform: scaleX(0.165);
  }
}
.c-news_item a {
  color: #151515;
  display: block;
  padding: 0.75rem 0;
  font-size: 1.125rem;
}
@media (max-width: 767px ) {
  .c-news_item a {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
}
.c-news_item_date {
  font-size: 1rem;
  margin-right: 0.75rem;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
}
@media (max-width: 767px ) {
  .c-news_item_date {
    font-size: 0.875rem;
    flex: none;
  }
}
.c-news_item:hover a {
  text-decoration: none;
}
.c-news_item:hover::after {
  transform: scaleX(1);
}

.c-article_ttl {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
}
.c-article_ttl span {
  font-size: 2.25rem;
  display: block;
}
@media (max-width: 767px ) {
  .c-article_ttl {
    font-size: 1.125rem;
  }
  .c-article_ttl span {
    font-size: 1.5rem;
  }
}
.c-article_date {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  text-align: center;
}
@media (max-width: 767px ) {
  .c-article_date {
    font-size: 1rem;
  }
}
.c-article_thumb {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
}
.c-article_body {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.c-article_body p {
  margin-bottom: 1rem;
}
.c-article_body p:last-child {
  margin-bottom: 0;
}
.c-article_body p a {
  text-decoration: underline;
}
.c-article_body p a:hover {
  text-decoration: none;
}
.c-article_body img {
  display: block;
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.c-loading {
  width: 100vw;
  height: 100svh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  background: #fff;
}
.c-loading_wrap {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-loading_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.c-loading_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.c-loading_ttl {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  font-weight: bold;
  position: relative;
  color: #fff;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767px ) {
  .c-loading_ttl {
    font-size: 1.125rem;
  }
}
.c-loading_ttl span {
  font-size: 3rem;
  display: block;
}
@media (max-width: 767px ) {
  .c-loading_ttl span {
    font-size: 1.5rem;
  }
}
.c-loading_txt {
  margin-bottom: 0;
  position: relative;
  color: #fff;
  z-index: 1;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
}
@media (max-width: 767px ) {
  .c-loading_txt {
    font-size: 0.875rem;
  }
}
.c-loading_txt span {
  display: inline-block;
  animation: texthop 1s infinite;
  animation-delay: calc(0.07s * var(--txt-index));
}
@keyframes texthop {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.c-error_ttl {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px ) {
  .c-error_ttl {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-error_txt {
  font-size: 1rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 767px ) {
  .c-error_txt {
    text-align: left;
  }
}
.c-error_btn {
  text-align: center;
}

.c-prof {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 1rem;
  background: #f3f3f3;
}
@media (max-width: 767px ) {
  .c-prof {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-prof_img {
  width: 30%;
  flex: none;
}
.c-prof_img figure {
  margin-bottom: 0;
}
.c-prof_img img {
  max-width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px ) {
  .c-prof_img {
    width: 60%;
  }
}
.c-prof_body {
  flex: auto;
}
.c-prof_body_name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-prof_body_txt p {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 1.7;
}
.c-prof_body_txt p + p {
  margin-top: 1em;
}
.c-prof_sns {
  display: inline-flex;
  align-items: center;
  color: #151515;
  text-decoration: none;
  gap: 0.625rem;
  margin-top: 1rem;
}
.c-prof_sns img {
  width: 31px;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.p-top_bg {
  width: 100%;
  height: 100lvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--img) no-repeat center;
  background-size: cover;
}
.p-top_base {
  background: #fff;
  padding-bottom: 6.25rem;
  margin-bottom: 25rem;
  padding-top: 6.25rem;
  transition: 0.3s;
}
@media (max-width: 767px ) {
  .p-top_base {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 12rem;
  }
}
.p-top_base + .p-top_base {
  margin-bottom: 0;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 767px ) {
  .p-top_base + .p-top_base {
    padding-top: 3rem;
    padding-bottom: 3.75rem;
    margin-bottom: 0;
  }
}
.p-top_hero {
  margin-bottom: 2.5rem;
}
.p-top_hero a {
  color: #151515;
}
.p-top_hero a:hover {
  text-decoration: none;
}
.p-top_hero a:hover img {
  scale: 1.05;
}
.p-top_hero_wrap {
  display: flex;
  flex-direction: column;
}
.p-top_hero_body {
  margin-bottom: -10%;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  z-index: 1;
}
.p-top_hero_ttl {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px ) {
  .p-top_hero_ttl {
    font-size: 1.25rem;
  }
}
.p-top_hero_ttl span {
  line-height: 1;
}
.p-top_hero_ttl span span {
  font-size: 4.375rem;
}
@media (max-width: 767px ) {
  .p-top_hero_ttl span span {
    font-size: 2rem;
  }
}
.p-top_hero_txt {
  font-weight: bold;
  font-size: 1.875rem;
}
@media (max-width: 767px ) {
  .p-top_hero_txt {
    font-size: 1.125rem;
  }
}
.p-top_hero span.mark {
  background: #fff;
  padding: 0.25rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-top_hero_img {
  width: 80%;
  aspect-ratio: 5/4;
  margin-left: auto;
  transition: 0.3s;
  overflow: hidden;
}
.p-top_hero_img img {
  transition: 0.4s;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-top_news {
  margin-bottom: 6.25rem;
}
@media (max-width: 767px ) {
  .p-top_news {
    margin-bottom: 4.5rem;
  }
}
.p-top_news_head {
  text-align: right;
  margin-bottom: 0.5rem;
}
.p-top_news_head span {
  margin-bottom: 0;
  padding: 0.25rem 1rem;
  background: #F0C911;
  font-weight: bold;
  display: inline-block;
  margin-left: auto;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  font-size: 1.5rem;
}
@media (max-width: 767px ) {
  .p-top_news_head span {
    font-size: 1rem;
  }
}
.p-top_news_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.p-top_news_item {
  margin-left: auto;
}
.p-top_news_item + .p-top_news_item {
  margin-top: 0.5rem;
}
.p-top_news_item a {
  padding: 0.5rem 1rem;
  background: #151515;
  display: inline-flex;
  align-items: flex-start;
  font-family: "Outfit", "Zen Kaku Gothic New", serif;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px ) {
  .p-top_news_item a {
    padding: 0.5rem;
  }
}
.p-top_news_item a::before {
  content: "";
  width: 100%;
  height: 100%;
  transform-origin: right;
  transition: transform 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #F0C911;
  transform: scaleX(0);
}
.p-top_news_item a:hover {
  text-decoration: none;
  color: #151515;
}
.p-top_news_item a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.p-top_news .date {
  font-weight: bold;
  font-size: 1rem;
  margin-right: 1rem;
}
@media (max-width: 767px ) {
  .p-top_news .date {
    font-size: 0.875rem;
  }
}
.p-top_news .ttl {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 767px ) {
  .p-top_news .ttl {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px ) {
  .p-top_exhibitions .c-exhibitions {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px ) {
  .p-top_exhibitions .c-exhibitions.is-anime .c-exhibitions_item:nth-of-type(n+5) {
    display: none;
  }
}
.p-top_about {
  margin-bottom: 12.5rem;
}
@media (max-width: 767px ) {
  .p-top_about {
    margin-bottom: 3.75rem;
  }
}
.p-top_access_wrap {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 767px ) {
  .p-top_access_wrap {
    flex-direction: column-reverse;
  }
}
.p-top_access_map {
  position: relative;
  width: 65%;
  aspect-ratio: 6/3;
  box-shadow: 2rem 2rem 0 #151515;
  line-height: 1;
  flex: none;
}
@media (max-width: 767px ) {
  .p-top_access_map {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1rem 1rem 0 #151515;
  }
}
.p-top_access_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
@media (max-width: 767px ) {
  .p-top_access_body {
    text-align: center;
    width: 100%;
  }
}
.p-top_access_body_txt {
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (max-width: 767px ) {
  .p-top_access_body_txt {
    font-size-adjust: 0.875rem;
    text-align: left;
  }
}

.p-about_info {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 400px;
  position: relative;
}
@media (max-width: 767px ) {
  .p-about_info {
    padding-top: 3.75rem;
    padding-bottom: 500px;
  }
}
.p-about_info_img {
  position: absolute;
  width: 29.6%;
  aspect-ratio: 1/1;
  overflow: hidden;
  filter: blur(20px);
  transition: transform 0.3s, opacity 0.3s, filter 0.7s;
  opacity: 0;
}
@media (max-width: 767px ) {
  .p-about_info_img {
    width: 53%;
    max-width: 154px;
  }
}
.p-about_info_img.is-anime {
  opacity: 1;
  filter: blur(0);
}
.p-about_info_img:nth-of-type(1) {
  left: 0;
  top: 13%;
}
@media (max-width: 767px ) {
  .p-about_info_img:nth-of-type(1) {
    left: 0;
    top: initial;
    bottom: 250px;
    z-index: 1;
  }
}
.p-about_info_img:nth-of-type(2) {
  right: 0;
  top: 30%;
}
@media (max-width: 767px ) {
  .p-about_info_img:nth-of-type(2) {
    right: 0;
    top: initial;
    bottom: 140px;
  }
}
.p-about_info_img:nth-of-type(3) {
  right: 20%;
  bottom: -5%;
}
@media (max-width: 767px ) {
  .p-about_info_img:nth-of-type(3) {
    right: 25%;
    bottom: -80px;
  }
}
.p-about_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-about_info_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px ) {
  .p-about_info_body {
    align-items: flex-start;
  }
}
.p-about_info_body_txt {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2;
  font-weight: bold;
}
.p-about_info_body_txt + .p-about_info_body_txt {
  margin-top: 2em;
}
@media (max-width: 767px ) {
  .p-about_info_body_txt {
    font-size: 0.875rem;
  }
}
.p-about_map {
  position: relative;
  width: 90%;
  max-width: 780px;
  aspect-ratio: 6/3;
  box-shadow: 2rem 2rem 0 #151515;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}
@media (max-width: 767px ) {
  .p-about_map {
    box-shadow: 1rem 1rem 0 #151515;
  }
}
.p-about_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.p-about_map_detail {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-about_map_info {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.p-about_map_info_ttl {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-about_map_info_txt span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px ) {
  .p-about_map_info_txt {
    font-size: 0.875rem;
  }
}

.p-form {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.75rem;
}
.p-form_item + .p-form_item {
  margin-top: 1.25rem;
}
.p-form_item_ttl {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.p-form_item_ttl span.required {
  font-size: 0.75rem;
  padding: 0.125rem 0.25rem;
  background: #E51212;
  color: #fff;
  font-weight: bold;
  margin-left: 0.75rem;
}
@media (max-width: 767px ) {
  .p-form_item_ttl {
    font-size: 1rem;
  }
}
.p-form_input {
  width: 100%;
  max-width: 400px;
  padding: 0.5rem;
  border: 1px solid #aaa;
}
.p-form_textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #aaa;
}

.p-contact .c-btn + .c-btn {
  margin-left: 2.5rem;
}

.p-policy_ttl {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 767px ) {
  .p-policy_ttl {
    font-size: 1.5rem;
  }
}
.p-policy_subttl {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px ) {
  .p-policy_subttl {
    font-size: 1.125rem;
  }
}
.p-policy_txt {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.p-policy_txt.is-right {
  text-align: right;
}
@media (max-width: 767px ) {
  .p-policy_txt {
    font-size: 0.875rem;
  }
}
.p-policy_datalist {
  margin-bottom: 1rem;
}
.p-policy_datalist dt {
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 767px ) {
  .p-policy_datalist dt {
    font-size: 1rem;
  }
}
.p-policy_datalist dd {
  padding-left: 1em;
  margin-bottom: 0;
}
@media (max-width: 767px ) {
  .p-policy_datalist dd {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */