@charset "UTF-8";
/*------------------------------------------------------------------------
// Foundation
------------------------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*----------------------------------------
	base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #000;
  background: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

a {
  color: currentColor;
}

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

img {
  user-drag: none; /* ドラッグ禁止 */
  user-select: none; /* 選択禁止 */
  -webkit-user-drag: none; /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none; /* Firefox向け */
  -ms-user-select: none; /* IE向け */
  pointer-events: none; /* 右クリックや長押し禁止 */
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
	Form Parts
----------------------------------------*/
input[type=text],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 4px 16px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 16px;
  border: none;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* select
--------------------------*/
.select-wrap {
  position: relative;
}

.select-wrap::after {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}

/*------------------------------------------------------------------------
// Layout
------------------------------------------------------------------------*/
/* wrapper
------------------------------------------------------ */
.l-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

/* header
------------------------------------------------------ */
.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}

/* main
------------------------------------------------------ */
.l-main {
  margin-top: 112px;
  padding-top: 105px;
  padding-bottom: 112px;
}
@media (max-width: 991px) {
  .l-main {
    margin-top: 75px;
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
.l-main._top {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

/* コンテンツ幅
------------------------------------------------------ */
.l-container {
  max-width: 1155px;
  margin-inline: auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-container._narrow {
  max-width: 1015px;
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

/* grid
------------------------------------------------------ */
.l-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 34px;
}
@media (max-width: 991px) {
  .l-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .l-grid {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------------------------------------------------------------
// Component
------------------------------------------------------------------------*/
/* ボタン
------------------------------------------------------ */
.c-button {
  position: relative;
  display: inline-block;
  padding: 14px 24px;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .c-button {
    max-width: 280px;
    line-height: 1.5;
  }
}
.c-button::after {
  position: absolute;
  bottom: 50%;
  right: -26px;
  content: "";
  width: 43px;
  height: 9px;
  background-image: url("../images/icon_arrow-next.svg");
  background-position: left 0px center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button:hover::after {
  -webkit-animation: outInLine 700ms linear;
          animation: outInLine 700ms linear;
}

@-webkit-keyframes outInLine {
  0% {
    background-position: left 0px center;
  }
  50% {
    background-position: left 43px center;
  }
  50.0000000001% {
    background-position: left -43px center;
  }
  100% {
    background-position: left 0px center;
  }
}

@keyframes outInLine {
  0% {
    background-position: left 0px center;
  }
  50% {
    background-position: left 43px center;
  }
  50.0000000001% {
    background-position: left -43px center;
  }
  100% {
    background-position: left 0px center;
  }
}
/* 戻るボタン
------------------------------------------------------ */
.c-back-button {
  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;
  gap: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.c-back-button svg {
  width: 30px;
  height: 30px;
}
.c-back-button svg path {
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

@media (any-hover: hover) {
  .c-back-button:hover {
    color: #939393;
  }
  .c-back-button:hover svg path {
    fill: #939393;
  }
}
@media (max-width: 767px) {
  .c-back-button {
    font-size: 15px;
  }
}
/* tab
------------------------------------------------------ */
[role=tabpanel][aria-hidden=true] {
  display: none;
}

/*------------------------------------------------------------------------
// Project
------------------------------------------------------------------------*/
/* ヘッダー（スタイル）
------------------------------------------------------ */
.p-header {
  padding: 24px 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__logo a {
  display: block;
}
.p-header__logo img {
  width: 109.4px;
  height: 64px;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .p-header {
    padding: 12.5px 0;
  }
  .p-header__logo img {
    width: 85.51px;
    height: 50px;
  }
  .p-header__nav {
    gap: 10px;
    margin-right: -7.5px;
  }
}
/* ナビゲーション（トップページ）
------------------------------------------------------ */
.p-top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .p-top-nav {
    display: none;
  }
}
/* 検索アイコン
------------------------------------------------------ */
.p-search-icon {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
}
.p-search-icon svg {
  width: 21px;
  height: 21px;
  fill: #FFF;
  -webkit-transition: fill ease-out 0.3s;
  transition: fill ease-out 0.3s;
}

@media (any-hover: hover) {
  .p-search-icon:hover svg {
    fill: #808080;
  }
}
/* ハンバーガーメニュー
------------------------------------------------------ */
.p-hamburger {
  display: none;
}

@media (max-width: 991px) {
  .p-hamburger {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
  }
  .p-hamburger__line {
    position: relative;
    width: 30px;
    height: 2px;
    background: #FFF;
  }
  .p-hamburger__line::before, .p-hamburger__line::after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #FFF;
  }
  .p-hamburger--open .p-hamburger__line::before {
    top: -9px;
  }
  .p-hamburger--open .p-hamburger__line::after {
    bottom: -9px;
  }
  .p-hamburger--close .p-hamburger__line {
    background: transparent;
  }
  .p-hamburger--close .p-hamburger__line::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-hamburger--close .p-hamburger__line::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.p-lang-swich {
  display: grid;
  place-content: center;
  width: 45px;
  height: 45px;
}
.p-lang-swich span {
  display: grid;
  place-content: center;
  width: 40px;
  height: 23px;
  font-size: 15px;
  line-height: 1;
  border: 1px solid #fff;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

@media (any-hover: hover) {
  .p-lang-swich:hover span {
    color: #000;
    background-color: #fff;
  }
}
/* スマホ用メニュー
------------------------------------------------------ */
.p-sp-menu {
  display: none;
}

.p-menu__link {
  display: block;
  padding: 0.5em;
  font-size: 15px;
}
.p-menu__link span {
  position: relative;
}
.p-menu__link span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}

@media (any-hover: hover) {
  .p-menu__link:hover span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.p-sp-menu__overlay {
  display: none;
}

@media (max-width: 991px) {
  .p-sp-menu {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    max-width: 320px;
    width: 100%;
    height: 100%;
    color: #FFF;
    background: #151212;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .p-sp-menu__overlay {
    position: fixed;
    z-index: 998;
    inset: 0;
    content: "";
    display: block;
    width: 100vw;
    height: 100svh;
    background: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-sp-menu.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-sp-menu.is-active + .p-sp-menu__overlay {
    visibility: visible;
    opacity: 0.8;
  }
  .p-sp-menu__inner {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 75px 20px 20px;
  }
  .p-sp-menu__inner > * {
    margin-bottom: 30px;
  }
  .p-sp-menu__button {
    position: absolute;
    top: 15px;
    right: 12.5px;
  }
  .p-sp-menu__list {
    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;
  }
  .p-sp-menu__search {
    margin-top: 50px;
  }
  .p-sp-menu__search .p-keyword-form {
    width: auto;
  }
}
/* フッター
------------------------------------------------------ */
.p-footer {
  padding: 48px 0 30px;
  color: #FFF;
  background: #9DA1BF;
}

.p-footer__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__logo img {
  width: 191.58px;
  height: 145px;
}

.p-footer-menu {
  margin-top: 40px;
}

.p-footer-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-footer-menu__item:not(:first-child) {
  position: relative;
}
.p-footer-menu__item:not(:first-child)::before {
  position: absolute;
  top: 25%;
  left: 0;
  content: "";
  height: 50%;
  width: 2px;
  background: currentColor;
}

.p-footer-menu__link {
  margin: 0 1.5em;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

@media (any-hover: hover) {
  .p-footer-menu__link:hover {
    opacity: 0.7;
  }
}
.p-footer__note {
  margin-top: 28px;
  font-size: 14px;
  text-align: center;
}

.p-footer__copyright {
  margin-top: 2px;
  font-size: 12px;
  text-align: center;
}
.p-footer__copyright small {
  font-size: 100%;
}

@media (max-width: 767px) {
  .p-footer__logo img {
    width: 158.55px;
    height: 120px;
  }
  .p-footer-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-footer-menu__item:not(:first-child)::before {
    display: none;
  }
  .p-footer-menu__link {
    display: block;
    margin: 0.5em 0;
    text-align: center;
  }
  .p-footer__note {
    margin-top: 24px;
    font-size: 12px;
  }
  .p-footer__copyright {
    margin-top: 10px;
    font-size: 10px;
  }
}
/* セクション（トップページ）
------------------------------------------------------ */
.p-section {
  padding-top: 34px;
  padding-bottom: 60px;
}
.p-section--bg {
  margin-inline: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #FFF;
  background: #9DA1BF;
}

.p-section__title {
  font-size: 26px;
  line-height: 1.3333333333;
}
.p-section__title span {
  margin-right: 26px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 60px;
}

.p-section__lead {
  margin-top: 14px;
  line-height: 1.7;
}
.p-section__lead + * {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
  }
  .p-section__title span {
    margin-right: 0;
    font-size: 40px;
  }
  .p-section__lead {
    margin-top: 30px;
  }
}
/* 美術品スライダー
------------------------------------------------------ */
.p-artwork-slider {
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.p-artwork-slider__wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  padding-right: 20px;
}
.p-artwork-slider__wrapper:nth-of-type(1) {
  -webkit-animation: loopSlider1 60s linear -30s infinite;
          animation: loopSlider1 60s linear -30s infinite;
}
.p-artwork-slider__wrapper:nth-of-type(2) {
  -webkit-animation: loopSlider2 60s linear infinite;
          animation: loopSlider2 60s linear infinite;
}
@-webkit-keyframes loopSlider1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopSlider1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopSlider2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loopSlider2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.p-artwork-slider__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  aspect-ratio: 1/1;
}
.p-artwork-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .p-artwork-slider__slide {
    width: 240px;
  }
}
.p-artwork-category {
  overflow: hidden;
  position: relative;
  display: block;
}
.p-artwork-category::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: #151212;
  opacity: 0.5;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

.p-artwork-category__thumbnail {
  z-index: 0;
  aspect-ratio: 1/1;
  -webkit-transition: scale ease-out 0.3s;
  transition: scale ease-out 0.3s;
}
.p-artwork-category__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (any-hover: hover) {
  .p-artwork-category:hover::before {
    opacity: 0;
  }
  .p-artwork-category:hover .p-artwork-category__thumbnail {
    scale: 1.2;
  }
}
.p-artwork-category__title {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 1em;
  font-size: min(1.8930041152vw, 22px);
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #FFF;
}
.p-artwork-category__title span {
  margin-top: 0.6666666667em;
  font-size: 0.6666666667em;
  margin-bottom: -1.3333333333em;
}

@media (max-width: 991px) {
  .p-artwork-category__title {
    font-size: 2.34375vw;
  }
}
@media (max-width: 575px) {
  .p-artwork-category__title {
    font-size: 4vw;
  }
}
.p-artwork-category-data + * {
  margin-top: 68px;
}

.p-artwork-category-data__title {
  font-size: 2em;
}

.p-artwork-category-data__era {
  margin-top: 0.25em;
  line-height: 1.5;
}

.p-artwork-category-data__text {
  margin-top: 2.3em;
}

@media (max-width: 767px) {
  .p-artwork-category-data + * {
    margin-top: 50px;
  }
  .p-artwork-category-data__title {
    font-size: 1.6em;
  }
  .p-artwork-category-data__era {
    font-size: 0.8em;
  }
}
/* 美術品一覧
------------------------------------------------------ */
.p-artwork-post {
  overflow: hidden;
  position: relative;
  display: block;
}

.p-artwork-post__thumbnail {
  z-index: 0;
  aspect-ratio: 1/1;
  -webkit-transition: scale ease-out 0.3s;
  transition: scale ease-out 0.3s;
}
.p-artwork-post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (any-hover: hover) {
  .p-artwork-post:hover .p-artwork-post__thumbnail {
    scale: 1.2;
  }
}
.p-artwork-post__title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: grid;
  place-content: center;
  width: 100%;
  padding: 0.8571428571em 1em;
  font-size: min(1.1522633745vw, 14px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  background: rgba(21, 18, 18, 0.5);
}

@media (max-width: 991px) {
  .p-artwork-post__title {
    font-size: 1.5625vw;
  }
}
@media (max-width: 575px) {
  .p-artwork-post__title {
    font-size: 2.6666666667vw;
  }
}
/* 美術品ナビゲーション
------------------------------------------------------ */
.p-artwork-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  grid-template-areas: "left center right";
  gap: 30px;
  margin-top: 112px;
}

.p-artwork-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-artwork-nav__item._left {
  grid-area: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-artwork-nav__item._right {
  grid-area: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-artwork-nav__item._center {
  grid-area: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-artwork-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}
.p-artwork-nav__button span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-artwork-nav__button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 53px;
  height: 53px;
}
.p-artwork-nav__button svg * {
  -webkit-transition-property: stroke, fill;
  transition-property: stroke, fill;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (any-hover: hover) {
  .p-artwork-nav__button:hover {
    color: #939393;
  }
  .p-artwork-nav__button:hover svg g[data-name=circle-group] {
    stroke: #939393;
  }
  .p-artwork-nav__button:hover svg circle[data-name=inner-circle] {
    fill: #939393;
  }
  .p-artwork-nav__button:hover svg path[data-name=arrow] {
    fill: #FFF;
  }
}
@media (max-width: 767px) {
  .p-artwork-nav {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "left right" "center center";
    gap: 30px 20px;
    margin-top: 75px;
  }
  .p-artwork-nav__button {
    gap: 15px;
  }
  .p-artwork-nav__button span {
    font-size: 15px;
  }
  .p-artwork-nav__button svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
}
/* 美術品詳細
------------------------------------------------------ */
.p-artwork-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "main tab" "main data";
  gap: 60px;
}
@media (max-width: 767px) {
  .p-artwork-detail {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "main" "tab" "data";
    gap: 40px;
  }
}

.p-artwork-detail__main {
  grid-area: main;
}

.p-artwork-detail__tab {
  grid-area: tab;
}

.p-artwork-detail__tada {
  grid-area: tada;
}

/* 美術品詳細（本文）
------------------------------------------------------ */
.p-artwork-data {
  margin-top: auto;
}

.p-artwork-data__title {
  font-size: 1.5em;
}

.p-artwork-data__info {
  margin-top: 0.25em;
  line-height: 1.5;
}

.p-artwork-data__author {
  margin-top: 0.75em;
  line-height: 1.5;
}

.p-artwork-data__text {
  margin-top: 1.5em;
}
.p-artwork-data__text > * + * {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .p-artwork-data__title {
    font-size: 1.6em;
  }
  .p-artwork-data__info {
    font-size: 0.8em;
  }
  .p-artwork-data__author {
    font-size: 0.8em;
  }
}
/* 美術品詳細（メイン画像）
------------------------------------------------------ */
.p-artwork-main__img {
  aspect-ratio: 1/1;
}
.p-artwork-main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 美術品詳細（サムネイル）
------------------------------------------------------ */
.p-artwork-tab__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --gap: 23px;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .p-artwork-tab__thumbnails {
    --gap: 10px;
  }
}
.p-artwork-tab__thumbnails li {
  width: calc((100% - var(--gap) * 4) / 5);
  aspect-ratio: 1/1;
  background: #FFF;
  border: 1px solid #707070;
}
.p-artwork-tab__thumbnails a {
  display: block;
  margin: -1px;
  aspect-ratio: 1/1;
}
.p-artwork-tab__thumbnails a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ボタンエリア
------------------------------------------------------ */
.p-button-wrap {
  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;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .p-button-wrap {
    margin-top: 75px;
  }
}

/* メインビジュアル
------------------------------------------------------ */
.p-mainvisual {
  overflow: hidden;
  --min-height: 810px;
  --padding-top: 112px;
  min-height: var(--min-height);
  margin-inline: calc(50% - 50vw);
  padding-top: var(--padding-top);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #FFF;
  background: #000;
}

.p-mainvisual__inner {
  position: relative;
  z-index: 0;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(var(--min-height) - var(--padding-top));
  padding-top: 45px;
  padding-bottom: 100px;
}
.p-mainvisual__inner::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 1155px;
  height: 100%;
  background: url("../images/bg_mainvisual.jpg") center/cover;
}

.p-mainvisual__logo {
  display: block;
}
.p-mainvisual__logo img {
  width: 324.91px;
  height: 190px;
}

.p-mainvisual__search {
  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: 15px;
  width: 100%;
}
.p-mainvisual__search > .p-search-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 991px) {
  .p-mainvisual {
    --padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .p-mainvisual {
    --min-height: 667px;
  }
  .p-mainvisual__logo {
    display: block;
  }
  .p-mainvisual__logo img {
    width: 256.52px;
    height: 150px;
  }
}
/* 詳細検索フォーム
------------------------------------------------------ */
.p-search-form-wrapper {
  display: none;
  position: fixed;
  z-index: 997;
  inset: 0;
  margin: 135px 20px 60px;
  pointer-events: none;
}

.p-search-form-wrapper-inner {
  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;
  width: 100%;
  height: 100%;
}

.p-search-form {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  max-width: 638px;
  max-height: 100%;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  border: 2px solid rgba(112, 112, 112, 0.85);
  pointer-events: all;
}

.p-search-form__close {
  position: sticky;
  top: 20px;
  right: 10px;
  margin-left: auto;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
}
.p-search-form__close::before, .p-search-form__close::after {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #FFF;
}
.p-search-form__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-search-form__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-search-form__inner {
  padding: 30px 65px 30px 30px;
}

.p-search-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  padding: 20px 0;
}
.p-search-form__item > .select-wrap,
.p-search-form__item > .input-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-search-form__label {
  width: 6em;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.p-search-form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
}

.p-search-form__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 18px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-search-form__button:hover {
    background: #aaa;
    border-color: transparent;
  }
}
.p-search-form__overlay {
  position: fixed;
  z-index: 996;
  inset: 0;
  content: "";
  display: none;
  width: 100vw;
  height: 100svh;
}

@media (max-width: 767px) {
  .p-search-form__inner {
    padding: 20px 20px 30px;
  }
  .p-search-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 15px;
    padding: 15px 0;
  }
  .p-search-form__label {
    font-size: 15px;
    text-align: left;
  }
  .p-search-form__button-wrap {
    margin-top: 15px;
  }
  .p-search-form__button {
    padding: 11.5px 15px;
    font-size: 15px;
  }
}
/* キーワード検索フォーム
------------------------------------------------------ */
.p-keyword-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  width: 315px;
  padding: 8px 11px 8px 14px;
  border-radius: 8px;
  color: #FFF;
  background: rgba(178, 178, 178, 0.6);
}

input[type=text].p-keyword-form__input {
  padding: 0;
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  background: none;
  color: currentColor;
}
input[type=text].p-keyword-form__input::-webkit-input-placeholder {
  color: #FFF;
  text-align: center;
}
input[type=text].p-keyword-form__input::-moz-placeholder {
  color: #FFF;
  text-align: center;
}
input[type=text].p-keyword-form__input:-ms-input-placeholder {
  color: #FFF;
  text-align: center;
}
input[type=text].p-keyword-form__input::-ms-input-placeholder {
  color: #FFF;
  text-align: center;
}
input[type=text].p-keyword-form__input::placeholder {
  color: #FFF;
  text-align: center;
}
input[type=text].p-keyword-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type=text].p-keyword-form__input:focus::-moz-placeholder {
  color: transparent;
}
input[type=text].p-keyword-form__input:focus:-ms-input-placeholder {
  color: transparent;
}
input[type=text].p-keyword-form__input:focus::-ms-input-placeholder {
  color: transparent;
}
input[type=text].p-keyword-form__input:focus::placeholder {
  color: transparent;
}

.p-keyword-form__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 21px;
  height: 21px;
  outline: none;
  background: url("../images/icon_search.svg") center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-keyword-form {
    width: auto;
  }
}
/* 検索ボタン
------------------------------------------------------ */
.p-search-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 90px;
  padding: 12.5px 15px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  background: rgba(178, 178, 178, 0.6);
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-search-button:hover {
    color: #434242;
    background: rgba(255, 255, 255, 0.82);
  }
}
/* 検索結果
------------------------------------------------------ */
.p-search-result + * {
  margin-top: 68px;
}

.p-search-result__title {
  font-size: 30px;
}
.p-search-result__title span {
  margin-left: 0.9em;
  font-size: 15px;
}

.p-search-result__text {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .p-search-result + * {
    margin-top: 50px;
  }
  .p-search-result__title {
    font-size: 24px;
  }
  .p-search-result__title span {
    margin-left: 0.9em;
    font-size: 15px;
  }
}
/* バーチャルミュージアム
------------------------------------------------------ */
.p-virtual-museum__vr {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
}

.p-virtual-museum__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
}

/* CMS本文出力エリア
------------------------------------------------------ */
.p-post {
  margin-top: 68px;
}

.p-post__title {
  margin-top: 68px;
  font-size: 30px;
  text-align: center;
}

.p-post__body > *:not(h2, h3, h4, h5, h6) {
  margin-top: 2em;
}
.p-post__body h2 {
  margin-top: 50px;
  font-size: 1.25em;
}
.p-post__body h2 + * {
  margin-top: 2em;
}
.p-post__body ul {
  margin-top: 0;
}
.p-post__body ul > li {
  position: relative;
  padding-left: 1.5em;
}
.p-post__body ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
.p-post__body iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .p-post {
    margin-top: 50px;
  }
  .p-post__title {
    margin-top: 50px;
    font-size: 24px;
  }
  .p-post__body h2 {
    margin-top: 35px;
  }
  .p-post__body h2 + * {
    margin-top: 1em;
  }
}
/* 404 Not Found
------------------------------------------------------ */
.p-404 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-404__title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.p-404__text {
  margin-top: 36px;
  text-align: center;
}

.p-404__img {
  margin-top: 75px;
  width: 275px;
}

@media (max-width: 767px) {
  .p-404__title {
    font-size: 24px;
  }
}/*# sourceMappingURL=common.css.map */