@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: auto;
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  overflow-x: visible;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

#l-body .l-body__content {
  max-width: initial;
  margin-bottom: 0;
  padding: 0 0;
}

#l-body {
  margin-top: 0;
  padding-bottom: 0;
}

#l-body .l-body__main {
  margin-bottom: 0;
  position: relative;
}

.c-page_content {
  margin-bottom: 0;
}

::-moz-selection {
  background: #3d7a4a;
  color: #ffffff;
}

::selection {
  background: #3d7a4a;
  color: #ffffff;
}

:focus-visible {
  outline: 2px solid #3d7a4a;
  outline-offset: 2px;
}

.svg-wrapper {
  display: none;
}

.am-scrollAnim {
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 0.8s ease-out;
}
.am-scrollAnim.is-scrollIn {
  transform: translate(0, 0px);
  opacity: 1;
}

.l-inner {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-btn {
  display: block;
  position: relative;
  width: 380px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 24.5px 18px;
  border: 1px solid currentColor;
  font-size: 15px;
  line-height: 1.53;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-btn svg {
  stroke: currentColor;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-btn:hover {
  text-decoration: none;
}
.p-btn:hover svg {
  transform: translateY(-50%) translateX(5px);
}
.p-btn--black {
  background-color: #191919;
  color: #fff;
}
.p-btn--black:hover {
  background-color: white;
  color: #191919;
}
.p-btn--transparent {
  color: #fff;
}
.p-btn--transparent:hover {
  background-color: white;
  color: #191919;
}
.p-btn--transparent02 {
  color: #191919;
}
.p-btn--transparent02 img {
  transition: all 0.5s;
}
.p-btn--transparent02:hover {
  background-color: #191919;
  color: #ffffff;
}
.p-btn--transparent02:hover img {
  filter: invert(100%);
}
.p-btn--transparent02 {
  display: flex !important;
  gap: 11px;
}

.p-popup__small,
.p-direction__small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}

.p-direction__small {
  margin-top: 20px;
}

.p-snsInsta {
  padding: 35px 0 27px;
  background-color: #e8e8e8;
  font-size: 13px;
  text-align: center;
}
.p-snsInsta a {
  text-decoration: none;
}
.p-snsInsta img {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.p-hero.swiper {
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.p-hero.swiper.swiper-initialized {
  opacity: 1;
}
.p-hero.swiper__bg-img {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center center;
}
.p-hero.swiper .p-hero__item {
  aspect-ratio: 1366/640;
  overflow: hidden;
}
.p-hero.swiper .p-hero__item.swiper-slide-active img, .p-hero.swiper .p-hero__item.swiper-slide-prev img {
  transform: scale(1);
}
.p-hero.swiper .p-hero__item img {
  -o-object-fit: cover;
  -o-object-position: center center;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center center;
  transform: scale(1.1);
  transition: transform 6s linear;
}

.p-hero__heading {
  z-index: 2;
  position: absolute;
  top: 20vw;
  left: 50%;
  width: 55%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: all 1.2s 1s;
}
.p-hero__heading img {
  width: 100%;
}

.am-message-fade {
  transform: translate(0, 10px);
  opacity: 0;
}

.am-message-fade01 {
  transition: all 1s 1.5s;
}

.am-message-fade02 {
  transition: all 1s 1.7s;
}

.am-message-fade03 {
  transition: all 1s 1.9s;
}

.am-message-fade04 {
  transition: all 1s 2.1s;
}

.am-message-fade05 {
  transition: all 1s 2.3s;
}

body:has(.swiper-initialized) .p-hero__heading,
body:has(.swiper-initialized) .am-message-fade {
  opacity: 1;
}
body:has(.swiper-initialized) .am-message-fade {
  transform: translate(0, 0px);
}

.p-message {
  padding: 70px 35px 98px;
  background-color: #fff;
}

.p-message__inner {
  max-width: 788px;
  margin: 0 auto;
  text-align: center;
}

.p-message__title {
  margin-top: 90px;
  margin-bottom: 14px;
}
.p-message__title img {
  margin-right: auto;
  margin-left: auto;
  filter: brightness(9.8%);
}

.p-message__txt {
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 2.09;
}

.p-message__date {
  font-weight: 600;
  font-size: 22px;
}
.p-direction {
  position: relative;
  padding: 116px 35px 72px;
  overflow: hidden;
  background-color: #191919;
}
.p-direction .p-direction__inner {
  max-width: 790px;
  margin: 0 auto;
}
.p-direction__bg-text {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 50%;
  width: 100vw;
  height: 71px;
  overflow: hidden;
  transform: translateX(-50%);
  background-size: auto 100%;
  background-repeat: repeat-x;
  opacity: 0.6;
}
.p-direction__bg-text--direction {
  background-image: url("../images/fujiwarahiroshi_name.svg");
  animation: 12s linear 0s infinite name01;
}
.p-direction__bg-text--visual {
  background-image: url("../images/morimotokaita_name.svg");
  animation: 12s linear 0s infinite name02;
}
.p-direction__category {
  margin-bottom: 32px;
  color: white;
  font-weight: 600;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}
.p-direction__body {
  display: grid;
  position: relative;
  grid-template-columns: min(367px, 46.4vw) 1fr;
  align-items: flex-start;
  gap: min(99px, 7.5vw);
}
.p-direction__photo {
  flex-shrink: 0;
  aspect-ratio: 367/550;
  overflow: hidden;
}
.p-direction__photo-img {
  -o-object-fit: cover;
  -o-object-position: center top;
  width: 100%;
  height: 100%;
     object-fit: cover;
     object-position: center top;
}
.p-direction__text {
  padding-top: 4px;
}
.p-direction__desc {
  padding-bottom: 50px;
  color: white;
  font-size: 15px;
  line-height: 2;
}
.p-direction__desc a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
.p-direction__desc a span {
  font-size: 13px;
}

.p-direction__category span,
.p-popup__category span,
.p-exhibition__category span {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  /* transition-delay に CSS変数を使用 */
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: var(--delay, 0s);
}

.p-direction__category.is-scrollIn span,
.p-popup__category.is-scrollIn span,
.p-exhibition__category.is-scrollIn span {
  transform: translateY(0);
  opacity: 1;
}

.p-visual__prof {
  position: relative;
  margin-bottom: 16px;
  padding-left: 19px;
  color: white;
}
.p-visual__prof::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 90%;
  transform: translateY(-50%);
  background-color: white;
  content: "";
}

.p-visual__prof-address {
  font-size: 14px;
}

.p-visual__prof-name {
  font-size: 17px;
}

#visual {
  margin-bottom: 1px;
  padding-bottom: 100px;
  border-bottom: 2px solid #fff;
}
#visual .p-direction__body {
  margin-bottom: 130px;
}

@keyframes name01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1088px 0;
  }
}
@keyframes name02 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -981px 0;
  }
}
.p-popupWrapper {
  -webkit-clip-path: inset(0px);
  position: relative;
  padding-top: 895px;
  overflow: clip;
  background-position: center 0;
  background-repeat: repeat-y;
  background-color: #191919;
          clip-path: inset(0px);
}

.p-popupWrapper__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 716px;
  height: 200%;
  transform: translateX(-50%);
}

.p-popupWrapper__bg-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/odoriba_back.png");
  background-size: 716px auto;
  background-repeat: repeat-y;
}

.p-popup {
  z-index: 1;
  position: relative;
  padding: 90px 35px 80px;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-popup .p-popup__inner {
  display: flex;
  justify-content: space-between;
  max-width: 790px;
  margin: 0 auto 72px;
}
.p-popup__logo {
  margin-bottom: 70px;
}
.p-popup__category {
  margin-bottom: 68px;
  font-weight: 600;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
}
.p-popup__heading {
  width: 46.9%;
}
.p-popup__body {
  width: 41.2%;
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.73;
}
.p-popup__body p:not(:last-child) {
  margin-bottom: 28px;
  line-height: 2;
}

.p-exhibition {
  position: relative;
  padding-top: 46.8%;
  overflow: clip;
  background-size: 100% auto;
}
.p-exhibition .p-exhibition__bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 200%;
}
.p-exhibition .p-exhibition__bg-inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/exhibition_back_pc.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.p-exhibition .p-exhibition__inner {
  display: flex;
  justify-content: space-between;
  max-width: 790px;
  margin: 0 auto;
}
.p-exhibition__category {
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}
.p-exhibition__heading {
  width: 46.9%;
}
.p-exhibition__txt {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.8;
}
.p-exhibition__age {
  font-weight: bold;
  font-size: 45px;
}
.p-exhibition__age:has(+ .p-exhibition__end) {
  line-height: 1.4;
}
.p-exhibition__end {
  margin-right: -20%;
  margin-bottom: 15px;
  padding: 3.5px 0;
  background-color: #fff;
  color: #191919;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.p-exhibition__body {
  width: 41.2%;
  font-size: 15px;
  line-height: 2;
}
.p-exhibition__body p:first-child {
  margin-bottom: 27px;
}
.p-exhibition__body p:nth-child(2) {
  line-height: 1.73;
}
.p-exhibition__body small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.66;
}

.p-exhibition__main {
  position: relative;
  padding: 94px 35px 100px;
  background-color: rgba(25, 25, 25, 0.8);
  color: #fff;
}

.u-hidden {
  display: none !important;
}

.u-visible {
  visibility: visible !important;
}

.u-invisible {
  visibility: hidden !important;
}

.u-visually-hidden {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 600px){
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-btn {
    display: flex;
    align-items: center;
    max-width: calc(100% + 10px);
    min-height: 73px;
    padding: 12px 18px;
    transform: translateX(-5px);
  }
  .p-hero.swiper .p-hero__item {
    aspect-ratio: 375/240;
  }
  .p-hero__heading {
    top: 28vw;
    width: 80%;
  }
  .p-message {
    padding: 35px 35px 96px;
  }
  .p-message__title {
    margin-top: 44px;
  }
  .p-message__title img {
    width: 170px;
  }
  .p-message__title {
    margin-bottom: 10px;
  }
  .p-message__txt {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 2.13;
  }
  .p-message__date {
    font-size: 15px;
  }
  .p-direction {
    padding-top: 66px;
  }
  .p-direction__bg-text {
    top: 260px;
    bottom: auto;
    height: 48px;
  }
  .p-direction__category {
    margin-bottom: 48px;
    font-size: 24px;
  }
  .p-direction__body {
    display: block;
  }
  .p-direction__photo {
    width: 200px;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
  }
  .p-direction__desc {
    padding-bottom: 0;
  }
  .p-direction__desc a {
    margin-top: 48px;
  }
  #visual {
    padding-top: 25px;
    padding-bottom: 100px;
  }
  #visual .p-direction__body {
    margin-bottom: 44px;
  }
  @keyframes name01 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -735.5px 0;
    }
  }
  @keyframes name02 {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -663.2px 0;
    }
  }
  .p-popupWrapper {
    padding-top: 470px;
  }
  .p-popupWrapper__bg {
    width: 375px;
    max-width: 100%;
  }
  .p-popupWrapper__bg-inner {
    background-size: 375px auto;
  }
  .p-popup {
    padding: 72px 35px 100px;
  }
  .p-popup .p-popup__inner {
    display: block;
    margin-bottom: 44px;
  }
  .p-popup__category {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .p-popup__heading {
    width: 100%;
  }
  .p-popup__body {
    width: 100%;
  }
  .p-exhibition .p-exhibition__bg-inner {
    background-image: url("../images/exhibition_back_sp.png");
  }
  .p-exhibition .p-exhibition__inner {
    display: block;
  }
  .p-exhibition__category {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .p-exhibition__heading {
    width: 100%;
  }
  .p-exhibition__end {
    margin-right: 0;
    padding: 0.5px 0;
    font-size: 18px;
  }
  .p-exhibition__body p:first-child {
    margin-bottom: 80px;
  }
  .p-exhibition__body {
    width: 100%;
  }
  .p-exhibition__body p:nth-child(2) {
    line-height: 1.86;
  }
  .p-exhibition__body small {
    margin-top: 24px;
  }
  .p-exhibition {
    padding-top: 140.53%;
  }
  .p-exhibition__age {
    margin-bottom: 34px;
    font-size: 38px;
  }
  .p-exhibition__age:has(+ .p-exhibition__end) {
    margin-top: 28px;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .p-exhibition__txt {
    line-height: 1.4;
  }
  .p-exhibition__main {
    padding-top: 58px;
    padding-bottom: 92px;
  }
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 414px){
  .l-inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}