@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.wrap {
  margin: 0 auto;
  width: 84%;
  max-width: 1200px;
}

#private main {
  color: #3e3a39;
  font-family: "RyuminPro", serif;
  line-height: 1;
}
#private sup {
  font-size: 10px;
  vertical-align: super;
}

.breadcrumb {
  padding: 20px 2%;
  border-top: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
  background: #fff;
  color: #000;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #888;
}

.breadcrumb ul li a {
  color: #000;
}

.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.annotation-area {
  background: #fff;
  color: #797979;
  padding: 40px 0;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.8;
}


#private .content {
  max-width: 1200px;
  width: 94%;
  margin-inline: auto;
  color: #000;
}
#private .private-wrapper {
  background-color: #000;
  padding: 60px 0;
}
#private .content img {
  height: auto;
  width: 100%;
}
#private .content .image {
  position: relative;
  aspect-ratio: 266 / 177;
}
#private .content .image-white {
  background-color: #fff;
  position: relative;
  aspect-ratio: 266 / 177;
}
#private .content .thumbnail .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}
#private .content .thumbnail .image-white::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}
#private .content .slick-img .caption {
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  left: 20px;
  bottom: 2%;
  font-family: "RyuminPro", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
#private .content .slick-list,
#private .content .slick-track {
  /* display: block; */
  justify-content: space-around;
}
#private .content .thumbnail-img {
  margin-right: 5px;
}
#private .content .thumbnail-img.mr0-pc {
  margin-right: 0;
}
#private .content .thumbnail .caption {
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  font-family: "RyuminPro", serif;
  line-height: 1.4;
  letter-spacing: 0.12em;
  z-index: 10;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
#private .content .thumbnail {
  margin-top: 20px;
}
#private .content .thumbnail .slick-track {
  transform: unset !important;
}
#private .content .thumbnail .slick-current .caption {
  display: none;
}
#private .content .thumbnail .slick-current .image::after {
  opacity: 0;
}
#private .content .slick-prev {
  left: 25px;
  z-index: 2;
}
#private .content .slick-next {
  right: 25px;
}
#private .content .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}
#private .content .slick-initialized .slick-slide {
  aspect-ratio: 266 / 177;
}
@media (max-width: 768px) {
  #private .main-visual .mv-title {
    width: 80%;
  }
  #private .content .slick-list, #private .content .slick-track {
    display: block;
  }
  #private .content .thumbnail-img {
    margin-right: 2%;
  }
  #private .content .thumbnail-img {
    width: 32% !important;
    margin-bottom: 10px;
  }
  #private .content .thumbnail-img.mr0-sp {
    margin-right: 0;
  }
}/*# sourceMappingURL=private.css.map */