<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fancybox-content {
  padding: 0;
  background: transparent !important;
}
.fancybox-caption {
  display: none;
}
.fancybox-infobar {
  display: none;
}
.fancybox-toolbar {
  display: none;
}
.fancybox-navigation {
  display: none;
  pointer-events: none;
}
.fancybox-slide--html .fancybox-close-small {
  display: none;
}

/* Youtube */
.youtube_container {
  width: 770px;
  max-width: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movie_youtube_detail {
  aspect-ratio: 16/9;
}
.youtube_container iframe {
  width: 100%;
  height: 100%;
}

/* 繧ｹ繝翫ャ繝励す繝ｧ繝�ヨ */
.styling_detail_container {
  width: 480px;
  max-width: calc(100% - 40px);
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.styling_detail_container .navigation_attachment {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.styling_detail_container .navigation_attachment p {
  font-size: 24px;
  font-weight: 400;
  font-family: Neue;
  color: #b8995d;
}

.navigation_attachment .style_prev {
  display: flex;
  align-items: center;
  gap: 1px;
  cursor: pointer;
}
.navigation_attachment .style_next {
  display: flex;
  align-items: center;
  gap: 1px;
  cursor: pointer;
}
.navigation_attachment .style_prev img {
  transform: scaleX(-1);
}
.navigation_attachment .style_prev img,
.navigation_attachment .style_next img {
  width: 26px;
  height: 26px;
}
.style_close.close_btn {
  width: 240px;
  max-width: 100%;
  margin: 24px auto 0;
  cursor: pointer;
}

.fancybox-button svg {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: auto !important;
}
</pre></body></html>