/****	---- setting ----
===================================****/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
.modal__img img, .gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/****	---- general ----
===================================****/
html.lock, body.lock {
  overflow: hidden;
}

html {
  font-size: 62.5%;
}
@media print, screen and (max-width: 1279px) {
  html {
    font-size: 0.78125vw;
  }
}
@media print, screen and (max-width: 767px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  background: #fff;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

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

a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/****	---- js ----
===================================****/
.fadeIn,
.fadeIn_200,
.fadeIn_400,
.fadeIn_600 {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0, 6rem);
  -webkit-transform: translate(0, 6rem);
}

.fadeIn_left {
  transition: 1.2s;
  opacity: 0;
  transform: translate(-10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeIn_right {
  transition: 1.2s;
  opacity: 0;
  transform: translate(10rem, 0);
  -webkit-transform: translate(10rem, 0);
}

.fadeInMove {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.js-accordion {
  transition: 0.2s;
}

.js-accordion:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .js-accordion:hover {
    opacity: 1;
  }
}

.js-accordionContents {
  display: none;
}

/****	---- utility ----
===================================****/
.u-pc {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-mb--em {
  margin: 0 0 1em 0;
}

/****	---- layout ----
===================================****/
.l-inner {
  width: 100.6rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .l-inner {
    width: 37rem;
  }
}

.l-main {
  display: block;
  position: relative;
  overflow: hidden;
}

/****	---- component ----
===================================****/
.c-ttl {
  text-align: center;
  margin: 0 0 6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .c-ttl {
    margin: 0 0 2rem 0;
  }
}
.c-ttl > strong {
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.1363636364;
  margin: 0 0 0.7rem 0;
}
.c-ttl > span {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}

/****	---- header ----
===================================****/
/****	---- main ----
===================================****/
.opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1.5s ease, visibility 1.5s ease;
}
@media print, screen and (max-width: 767px) {
  .opening {
    height: 93.2rem;
  }
}
.opening.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.opening__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: #F7F7F7;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .mv {
    height: 93.2rem;
  }
}
.mv__ttl {
  width: 44.497rem;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .mv__ttl {
    width: 31.113rem;
    top: 31.8rem;
    transform: translateY(0);
  }
}
.mv__sub {
  width: 19.919rem;
  position: absolute;
  top: 50%;
  right: calc(50% - 50.3rem);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .mv__sub {
    width: 11.225rem;
    top: 5.4rem;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(0);
  }
}
.mv__txt {
  width: 21.264rem;
  position: absolute;
  top: 50%;
  left: calc(50% - 50.3rem);
  transform: translateY(-50%);
}
@media print, screen and (max-width: 767px) {
  .mv__txt {
    width: 11.331rem;
    top: 72.8rem;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(0);
  }
}

.about {
  padding: 16rem 0 28rem;
}
@media print, screen and (max-width: 767px) {
  .about {
    padding: 8rem 0 16rem;
  }
}
.about__txt {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.3rem;
    line-height: 3.0769230769;
  }
}

.writer {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 0 28rem 0;
}
@media print, screen and (max-width: 767px) {
  .writer {
    padding: 0 0 26rem 0;
  }
}
.writer__ttl {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3888888889;
  text-align: center;
  margin: 0 0 2.5em 0;
  opacity: 0.8;
}
.writer__list {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7857142857;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3.9rem 0;
}
.writer__list-ttl {
  font-weight: 500;
  margin: 0 0 0.5em 0;
  display: inline-block;
  position: relative;
}
.writer__list-ttl > span {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1.2rem;
  height: 1.5rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.8rem;
  margin: auto;
}

.gallery {
  letter-spacing: 0.06em;
  margin: 0 0 26rem 0;
}
@media print, screen and (max-width: 767px) {
  .gallery {
    margin: 0 0 16rem 0;
  }
}
.gallery__hdg {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 0 2.5rem 0;
}
@media print, screen and (max-width: 767px) {
  .gallery__hdg {
    margin: 0 0 6rem 0;
  }
}
.gallery__hdg.--mb {
  margin: 0 0 4.5rem 0;
}
@media print, screen and (max-width: 767px) {
  .gallery__hdg.--mb {
    margin: 0 0 6rem 0;
  }
}
.gallery__cat {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  display: inline-block;
  position: relative;
}
.gallery__cat > span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  width: 1.438rem;
  height: 1.738rem;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  margin: auto;
}
.gallery__cat-sub {
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5454545455;
  margin: 0.5em 0 0 0;
  opacity: 0.8;
}
.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.4rem 2.45rem;
}
@media print, screen and (max-width: 767px) {
  .gallery__list {
    justify-content: space-between;
    gap: 6.4rem 0;
  }
}
.gallery__item {
  cursor: pointer;
  width: 31.9rem;
}
@media print, screen and (max-width: 767px) {
  .gallery__item {
    width: 17.8rem;
  }
}
.gallery__item.--w100 {
  text-align: center;
  width: 100%;
}
.gallery__item:hover .gallery__img img {
  transform: scale(1.05);
}
.gallery__img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: #eee;
  margin-bottom: 1rem;
}
.gallery__img img {
  transition: 0.6s ease;
}
.gallery__info {
  padding: 0;
}
.gallery__txt-wrap {
  letter-spacing: 0.06em;
  text-align: left;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .gallery__txt-wrap {
    margin-bottom: 2rem;
  }
}
.gallery__name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
}
@media print, screen and (max-width: 767px) {
  .gallery__name {
    font-size: 1.2rem;
  }
}
.gallery__name-work {
  font-size: 1.5rem;
  line-height: 1.5333333333;
  margin: 0.1em 0 0 0;
}
.gallery__name-work span,
.gallery__name-work2{
  display: none;
}
@media print, screen and (max-width: 767px) {
  .gallery__name-work {
    font-size: 1.1rem;
  }
}
.gallery__name-year,
.gallery__name-year2 {
  display: none;
}

.gallery__name-photo {
  font-size: 1.1rem;
  line-height: 1.9090909091;
  margin: 0.25em 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .gallery__name-photo {
    font-size: 1rem;
  }
}
.gallery__notes {
  font-family: "Noto Sans JP";
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  line-height: 1.5454545455;
  opacity: 0.8;
}
@media print, screen and (max-width: 767px) {
  .gallery__notes {
    font-size: 0.9rem;
  }
}
.gallery__icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
.gallery__icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.modal__content {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 100.6rem;
  box-sizing: border-box;
  padding: 7.4rem 7rem;
  max-height: 90vh;
  overflow-y: auto;
}
@media print, screen and (max-width: 767px) {
  .modal__content {
    padding: 6rem 2rem 4rem;
    width: 95%;
  }
}
.modal__img {
  height: 36rem;
}
@media print, screen and (max-width: 767px) {
  .modal__img {
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .modal__img img {
    height: auto;
  }
}
.modal__ttl {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.5em;
}
.modal__sub {
  font-size: 1.2rem;
  text-align: center;
}
.modal__not {
  font-size: 1rem;
  text-align: center;
}
.modal__txt {
  font-size: 1.2rem;
  line-height: 1.9166666667;
  margin-top: 1.5em;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #000;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1px;
  background: #000;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

.goods {
  background: #FAFAFA;
  padding: 7.8rem 0 6.5rem;
}
@media print, screen and (max-width: 767px) {
  .goods {
    padding: 4.7rem 0 7.3rem;
  }
}
.goods__img {
  width: 92.4rem;
  margin: 0 auto 12rem;
}
@media print, screen and (max-width: 767px) {
  .goods__img {
    width: 34.6rem;
    margin: 5.4rem auto 8rem;
  }
}
.goods__btn {
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  width: 31.6rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map {
  padding: 11rem 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .map {
    padding: 4rem 0 0 0;
  }
}
.map__img {
  width: 62.2rem;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .map__img {
    width: auto;
  }
}

.detail {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  padding: 15rem 0 9rem;
}
@media print, screen and (max-width: 767px) {
  .detail {
    padding: 7.4rem 0;
  }
}
.detail__main-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .detail__main-grid {
    flex-direction: column;
    margin-bottom: 6rem;
    gap: 6rem 0;
  }
}
.detail__main-grid .detail__list {
  margin-bottom: 0;
  width: 34rem;
}
@media print, screen and (max-width: 767px) {
  .detail__main-grid .detail__list {
    width: 100%;
  }
}
.detail__main-grid .detail__list:nth-child(1) {
  width: 33rem;
}
@media print, screen and (max-width: 767px) {
  .detail__main-grid .detail__list:nth-child(1) {
    width: 100%;
  }
}
.detail__main-grid .detail__list:nth-child(3) {
  width: calc(100% - 67rem);
}
@media print, screen and (max-width: 767px) {
  .detail__main-grid .detail__list:nth-child(3) {
    width: 100%;
  }
}
.detail__list {
  display: flex;
  margin-bottom: 4rem;
}
@media print, screen and (max-width: 767px) {
  .detail__list {
    margin-bottom: 3.5rem;
  }
}
.detail__list dt {
  width: 6rem;
  flex-shrink: 0;
}
.detail__list dt.w50 {
  width: 5rem;
}
.detail__list dt.w80 {
  width: 8rem;
}
.detail__list dd {
  flex-grow: 1;
}
.detail__list--small {
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin: 0;
}
.detail__price li {
  display: flex;
}
.detail__price li span {
  width: 10rem;
}
.detail__price li span:last-of-type {
  text-align: right;
  width: 13rem;
}
.detail__symbol {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  font-size: 0.9rem;
  margin-right: 0.5rem;
}
.detail__address {
  margin-top: 1rem;
}
.detail__time-note {
  display: block;
  margin-top: 2rem;
}
.detail__contact {
  margin-top: 2.5rem;
}
.detail__note {
  font-size: 1.1rem;
  line-height: 1.5454545455;
  margin-bottom: 2rem;
}
@media print, screen and (max-width: 767px) {
  .detail__note {
    margin-bottom: 6rem;
  }
}
.detail__bottom-info {
  display: flex;
  flex-direction: column;
}

/****	---- footer ----
===================================****/
.l-footer {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  background: #F7F7F7;
  padding: 5rem 0 3rem;
  font-size: 1.1rem;
  line-height: 1.8181818182;
}
@media print, screen and (max-width: 767px) {
  .l-footer {
    padding: 4rem 0 3rem;
  }
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .l-footer__content {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.l-footer dl {
  display: flex;
  flex-wrap: wrap;
}
.l-footer dl dt {
  width: 6rem;
}
.l-footer dl dd {
  width: calc(100% - 6rem);
}
.l-footer__info {
  width: 36rem;
}
@media print, screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
  }
}
.l-footer__caution {
  font-size: 1.1rem;
  margin-top: 8rem;
  letter-spacing: 0.06em;
  text-align: center;
  opacity: 0.8;
}
.l-footer__copy {
  font-size: 1.4rem;
  margin-top: 0.5em;
  letter-spacing: -0.01em;
  text-align: center;
}

/****	---- end ----
===================================****//*# sourceMappingURL=style.css.map */