<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
}

p {
  line-height: 1.6;
}

ul,
li {
  list-style: none;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: inherit;
  }
  a.btn {
    text-decoration: none;
  }
}

:focus,
button:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

@media (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

section:first-of-type {
  padding-top: 50px;
}
@media (max-width: 767px) {
  section:first-of-type {
    padding-top: 25px;
  }
}

section + section {
  padding-top: 80px;
}
@media (max-width: 767px) {
  section + section {
    padding-top: 50px;
  }
}

section:last-of-type {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  section:last-of-type {
    padding-bottom: 50px;
  }
}

h2:not(.event_sec h2) {
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  h2:not(.event_sec h2) {
    font-size: 1.2rem;
  }
}
h2:not(.event_sec h2):before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
}

.en {
  font-size: 0.9em;
  font-family: "Playfair Display", serif;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
}
.note span {
  color: #f00;
  font-weight: 600;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

footer {
  padding: 20px 0;
  text-align: center;
  color: #646464;
  border-top: 1px solid #000;
}
footer .sns-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .sns-list li {
  width: 36px;
}
@media (max-width: 767px) {
  footer p {
    font-size: 12px;
    text-align: left;
  }
}
footer .link-pageup {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 100vmax;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
  }
}
footer .copyright {
  display: block;
  text-align: center;
  font-size: 12px;
}

header {
  width: 100%;
  height: 80px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  header {
    position: fixed;
    z-index: 10;
    height: 50px;
    padding: 0;
  }
}
header h1 {
  display: flex;
  height: 50px;
}
@media (min-width: 768px) {
  header h1 {
    justify-content: center;
  }
}
header h1 .tsukipro-logo {
  width: auto;
  height: 50px;
}
header h1 .stage-logo {
  height: 40px;
}
@media (max-width: 768px) {
  header h1 .stage-logo {
    height: 30px;
  }
}

.slider-main {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.slider-main .slider-primary {
  display: none;
}
.slider-main .slider-primary.slick-initialized {
  display: block;
}
.slider-main .slider-primary p {
  margin: 4px 10px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .slider-main .slider-primary p {
    display: none;
  }
}
.slider-main .slider-thumbnail {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-main .slider-thumbnail {
    display: none;
  }
}
.slider-main .slider-thumbnail img {
  display: block;
  margin: 8px 4px;
}
.slider-main .slider-thumbnail .slick-track {
  transform: unset !important;
}
.slider-main .slider-thumbnail li {
  padding: 0 5px;
  font-size: 12px;
  opacity: 0.5;
}
.slider-main .slider-thumbnail .slick-current {
  opacity: 1;
}
.slider-main .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 4px;
  font-size: 40px;
  color: #fff;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  z-index: 100;
}
.slider-main .slick-arrow img {
  display: block;
  margin: 8px;
}
.slider-main .slick-arrow.slick-prev {
  left: 25.5vw;
}
.slider-main .slick-arrow.slick-next {
  right: 25.5vw;
}
.slider-main .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 10px auto 20px;
  padding-left: 0;
  list-style-type: none;
}
.slider-main .slick-dots &gt; li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
.slider-main .slick-dots &gt; li.slick-active button {
  background-color: #333333;
}
.slider-main .slick-dots button {
  position: absolute;
  width: 8px;
  height: 8px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: none;
  border-radius: 50%;
  background-color: #cccccc;
}

.slider {
  display: none;
}
.slider .slick-initialized {
  display: block;
}

.event_sec .grad-wrap {
  position: relative;
  margin-bottom: 40px !important;
}
.event_sec .grad-wrap h1 {
  margin-bottom: 16px;
  padding: 4px 0;
  text-align: center;
}
.event_sec .grad-wrap h1 a {
  color: #000;
  text-decoration: none;
}
.event_sec .grad-wrap h2 {
  color: #b88904;
  font-size: 20px;
  text-align: center;
}
.event_sec .grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.event_sec .grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  margin: auto;
  padding: 0.5em 0;
  border-radius: 2px;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.event_sec .grad-trigger::after {
  content: "続きを読む";
}
.event_sec .grad-trigger .fa {
  margin-right: 0.5em;
}
.event_sec .grad-item {
  position: relative;
  overflow: hidden;
}
.event_sec .grad-item.is-hide {
  height: 260px;
}
.event_sec .grad-item dl dt {
  font-weight: bold;
}
.event_sec .grad-item dl li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .event_sec .grad-wrap h2 {
    font-size: 16px;
  }
  .event_sec .grad-item dl {
    font-size: 14px;
  }
  .event_sec .grad-item dl li {
    font-size: 12px;
  }
}
.event_sec .grad-item dl li span {
  color: #f00;
}
.event_sec .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.event_sec .grad-trigger.is-show {
  bottom: -3em;
}
.event_sec .grad-trigger.is-show::after {
  content: "閉じる";
}
.event_sec .grad-trigger.is-show .fa {
  transform: rotate(180deg);
}
.event_sec .grad-trigger.is-show + .grad-item::before {
  display: none;
}
.event_sec .shopWrap {
  border-radius: 8px;
  border: 1px solid #ccc;
  padding: 1rem;
}

.held_sec .item-wrap {
  margin-top: 40px;
  padding: 30px;
  background: #eee;
}
@media (max-width: 767px) {
  .held_sec .item-wrap {
    margin-top: 20px;
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .held_sec .item-wrap h3 img {
    max-height: 120px;
  }
}

.search_sec .tab-content &gt; .tab-pane {
  display: none;
}
.search_sec .tab-content &gt; .active {
  display: block;
}
.search_sec .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search_sec .nav-tabs .nav-item {
  width: 20%;
  border: 1px solid #333;
  border-right: none;
  box-sizing: border-box;
  transition: 0.3s;
}
.search_sec .nav-tabs .nav-item:has(.active) {
  background: #eee;
}
@media (max-width: 767px) {
  .search_sec .nav-tabs .nav-item {
    width: 50%;
    height: 78px;
    padding: 16px 0;
  }
  .search_sec .nav-tabs .nav-item:first-of-type {
    width: 100%;
    border-right: 1px solid;
    border-bottom: transparent;
  }
  .search_sec .nav-tabs .nav-item:first-of-type img {
    width: 50%;
    display: block;
    margin-inline: auto;
  }
  .search_sec .nav-tabs .nav-item:nth-of-type(odd) {
    border-right: 1px solid;
  }
  .search_sec .nav-tabs .nav-item:nth-of-type(n + 4) {
    border-top: transparent;
  }
}
.search_sec .nav-tabs .nav-item:last-of-type {
  border-right: 1px solid #333;
}
.search_sec .nav-tabs .nav-item:hover {
  background: #eee;
}
.search_sec .nav-tabs .nav-item:hover a {
  opacity: 1;
}
.search_sec .nav-tabs .nav-link {
  border: none;
  margin: 0;
}
@media (max-width: 767px) {
  .search_sec .nav-tabs .nav-link {
    padding: 0;
  }
}
.search_sec .nav-tabs .nav-link.active {
  background: #eee;
}
.search_sec .tab-content {
  margin-top: 40px;
  padding: 30px;
  background: #eee;
}
@media (max-width: 767px) {
  .search_sec .tab-content {
    margin-top: 20px;
    padding: 20px 10px;
  }
}
.search_sec .tab-content h3 {
  max-width: 500px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .search_sec .tab-content .checktxt {
    font-size: 14px;
  }
}

.siteLink_sec .bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .siteLink_sec .bnr-list {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .siteLink_sec .bnr-list {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .siteLink_sec .bnr-list li {
    width: calc((100% - 5px) / 2);
  }
}

.goods_ .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ {
  width: calc((100% - 30px) / 4);
  padding: 14px;
  color: #646464;
  background: #fff;
}
@media (max-width: 767px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ {
    width: calc((100% - 10px) / 2);
    padding: 10px;
    font-size: 14px;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .name_ {
    margin-top: 1em;
    font-size: 11px;
    line-height: 1.2;
  }
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
  text-align: right;
  font-weight: 600;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ {
  margin-top: 0.5em;
  text-align: center;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ .btn_ .cart_btn_ {
  display: block;
  width: 100%;
  padding: 5px 0;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ .btn_ .closed_,
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ .btn_ .sold_out_ {
  color: #000;
  background: #aaa;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ .btn_ .reservation_ {
  color: #000;
  background: #f6b700;
}
.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ .btn_ .order_ {
  color: #fff;
  background: #000;
}

div.comment_,
div.rdt_ {
  display: none;
}

.goods_ .StyleF_Frame_ .StyleF_Item_ .name1_ {
  font-size: 14px;
}
@media (max-width: 767px) {
  .goods_ .StyleF_Frame_ .StyleF_Item_ .name1_ {
    font-size: 12px;
  }
}

.goods_ .StyleF_Frame_ .StyleF_Item_ .price_ {
  margin-bottom: 8px;
}

.goods_ .StyleF_Frame_ .StyleF_Item_ {
  display: flex;
  flex-direction: column;
}

.goods_ .StyleF_Frame_ .StyleF_Item_ .cart_ {
  margin-top: auto;
}

.goods_ .StyleF_Frame_ .StyleF_Item_ .img_ {
  text-align: center;
}

.resale_request {
  text-align: center;
}

.resale_request a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  background-color: #fff;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

@media (max-width: 575px) {
  .resale_request a {
    font-size: 14px;
    padding: 5px 0;
  }
}
#search-btn {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #000;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}
#search-btn i {
  margin-right: 10px;
  font-size: 25px;
}
#search-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}</pre></body></html>