:root {
  --ff-gothic:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  --header-h: 60px;
}
@media screen and (min-width: 850px) {
  :root {
    --header-h: 100px;
  }
}
.slider_main li:nth-child(1) {
  background-image: url("../img/top/2024_fv_4.jpg?20241003");
}

.slider_main li:nth-child(2) {
  background-image: url("../img/top/2024_fv_2.jpg?20241003");
}

.slider_main li:nth-child(3) {
  background-image: url("../img/top/2024_fv_3.jpg?20241003");
}

.slider_main li:nth-child(4) {
  background-image: url("../img/top/2024_fv_1.jpg?20241003_2");
}

.slider_main li:nth-child(5) {
  background-image: url("../img/top/2024_fv_5.jpg?20241003");
}

.slider_main li:nth-child(6) {
  background-image: url("../img/top/2024_fv_6.jpg?20241003");
}

.slider_main li:nth-child(7) {
  background-image: url("../img/top/2024_fv_7.jpg?20241003");
}

.slider_main li:nth-child(8) {
  background-image: url("../img/top/2024_fv_8.jpg?20241003");
}

.topics_list.count-1 .slick-dots {
  display: none;
}

body:not(.page-template-page-home) header {
  background-color: #000;
}

.t-title .small {
  font-size: 28.3333333333%;
}

#t-sdgs .t-title {
  margin-bottom: 0.5em;
}

.bold {
  font-weight: bold;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flatpickr-calendar {
  font-family: var(--ff-gothic);
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: #f00;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #25bdcf;
}

.flatpickr-day.is-holiday {
  background: #ffcccc !important;
}

.flatpickr-calendar .numInput {
  user-select: none;
}

.state_comingsoon {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
  overflow: hidden;
}

.state_comingsoon::before {
  content: "" !important;
  background: url(../img/common/ov_coming_soon.png) center no-repeat rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  transform: translateY(0) !important;
}

.state_comingsoon::after {
  content: none !important;
}

.gothic {
  font-family: var(--ff-gothic);
}

.topics-head {
  background-color: #C40012;
  color: #fff;
  padding-top: 150px;
}

.topics-head-title {
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
  font-size: clamp(30px, 7.5vmin, 80px);
  /* font-family: Copperplate, Copperplate Gothic Light, sans-serif; */
  line-height: 1;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topics-head-title .star {
  background-image: url(../img/topics/shape_star.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 0.725em;
  width: 1em;
}
.topics-head-title .star_l {
  background-position: left center;
}
.topics-head-title .star_r {
  background-position: right center;
}

.topics-head-title img {
  max-width: 490px;
  width: 80%;
}

.topics-archive {
  background-color: #E7E7E7;
  padding: 5em 0;
}

.topics-archive-title {
  margin-bottom: 1.5em;
  font-size: 187.5%;
  font-weight: normal;
}

.topics-list {
  display: grid;
  gap: 1.5em;
  grid-template-columns: 1fr 1fr;
}

.topics-item-link {
  display: block;
}

.topics-item-link:hover {
  opacity: 0.75;
}

.topics-item-title {
  margin: 1em 0;
}

.topics-item-date {
  padding-top: 1em;
  color: #666666;
  border-top: 1px #666666 solid;
}

.topics-post {
  background-color: #E7E7E7;
  padding-top: 3em;
}

.topics-post-title {
  padding-bottom: 0.5em;
  font-size: 145.5%;
  margin-top: 0.5em;
}

.topics-post-title .small {
  display: block;
  font-size: 66.6666666667%;
}

.topics-post-catch {
  text-align: center;
  position: relative;
  background: rgb(196, 0, 18);
  background: linear-gradient(180deg, rgb(196, 0, 18) 0%, rgb(196, 0, 18) 25%, rgb(231, 231, 231) 25%, rgb(231, 231, 231) 100%);
  margin: 0;
}

@media screen and (min-width: 850px) {
  .topics-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 849px) {
  .topics-head {
    padding-top: 110px;
  }
  .topics-archive {
    background-color: #E7E7E7;
    padding: 3em 0 5em;
  }
  .topics-post {
    padding-top: 3em;
  }
}
@media screen and (max-width: 849px) and (orientation: portrait) {
  .topics-list {
    grid-template-columns: 1fr;
  }
  .topics-item {
    padding: 1em 0;
    border-bottom: 1px #666 solid;
  }
  .topics-item:first-of-type {
    border-top: 1px #666 solid;
  }
  .topics-item figure {
    margin: 0;
  }
  .topics-item-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .topics-item-date {
    padding-top: 0;
    border-top: none;
  }
  .topics-item-title {
    margin-top: 0;
  }
}
.page-head {
  padding-top: 60px;
  position: relative;
}
.page-head .area-tag {
  position: absolute;
  left: 0;
  top: var(--header-h, 60px);
}

.page-head-img {
  text-align: center;
}

.page-head-img img {
  max-width: none;
  width: 100%;
  min-height: 180px;
  object-fit: cover;
}

.page-head-text {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 60px);
}

.page-head-title {
  color: #fff;
  font-size: clamp(30px, 7.5vmin, 80px);
  font-family: "adobe-caslon-pro", serif;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 0;
}

@media screen and (min-width: 850px) {
  .page-head {
    padding-top: 100px;
    --header-h: 100px;
  }
  .page-head-img img {
    min-height: 300px;
  }
  .page-head-text {
    height: calc(100% - 100px);
  }
}
.area-tag {
  display: flex;
  max-width: calc(40em + 7px);
  font-size: 13px;
  background-color: #fff;
  padding: 1px;
  clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 0 100%);
}
.area-tag .cat-item {
  margin-left: calc(-1em + 1px);
}
.area-tag .cat-item a {
  color: #fff;
  width: 6em;
  height: 2em;
  line-height: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #6d6d6d;
  clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 1em 100%);
}
.area-tag .cat-item.current-cat a, .area-tag .cat-item:hover a {
  background-color: #143075;
}
.area-tag .cat-item:first-of-type a {
  clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 850px) {
  .area-tag {
    font-size: 20px;
    max-width: calc(40em + 7px);
  }
  .area-tag .cat-item a {
    width: 9em;
  }
}

.entry-content {
  line-height: 1.875;
}

.entry-content p {
  margin: 1.5em 0;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1.5em 0;
}

.entry-content h2 {
  border-left: #C40012 5px solid;
  padding-left: 0.5em;
}

.entry-footer {
  border-top: 1px #000 solid;
  padding-top: 2em;
}

.gallery-sec {
  padding: clamp(3em, 10%, 100px) 0;
}

.gallery-sec h2 {
  font-weight: normal;
  font-size: clamp(18px, 4.5vmin, 26px);
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.gallery-sec .container {
  max-width: 1000px;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 0;
}

.gallery-col {
  grid-column: 4 span;
}

.gallery-col.col6 {
  grid-column: 6 span;
}

.gallery-col a {
  display: block;
  background-color: #fff;
  height: 100%;
}

.gallery-col a img {
  transition: opacity 0.3s ease-in-out;
}

.gallery-col a:hover img {
  opacity: 0.75;
}

.page-content {
  padding: clamp(3em, 10%, 100px) 0;
  box-sizing: border-box;
}

.page-content *, .page-content *::before, .page-content *::after {
  box-sizing: inherit;
}

.page-content p {
  margin-bottom: 1.5em;
  line-height: 1.875;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.privacy-sec h3 {
  background-color: #e7e7e7;
  padding: 0.5em 1em;
  position: relative;
  font-weight: bold;
  border-bottom: 2px #d7d7d7 solid;
  font-size: clamp(16px, 4vmin, 20px);
  margin: 2.5em 0 1em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: flex;
  align-items: center;
  min-height: 3em;
}

.privacy-sec h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 5em;
  background-color: #C40012;
}

.event-head {
  padding-top: var(--header-h);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(231, 231, 231) 40%, rgb(231, 231, 231) 100%);
}

.event-logo {
  padding: 2em 0;
  text-align: center;
}

.event-catch {
  margin-bottom: 2.5em;
}

.event-sec {
  background-color: #E7E7E7;
  padding-top: 1em;
  padding-bottom: 3em;
}

.event-sec .link_list {
  margin: 3em auto 0;
  max-width: 528px;
}

.event-sec .link_list a {
  background-color: #fff;
  border: 1px #C40012 solid;
  color: #C40012;
  filter: initial;
}

.event-sec .link_list a::before, .event-sec .link_list a::after {
  background-color: #C40012;
}

.event-date {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0.5em;
}

.event-date .date {
  font-size: clamp(30px, 5vmin, 60px);
}

.event-date .date .small {
  font-size: 50%;
}

.event-date .bet {
  font-size: clamp(20px, 5vmin, 40px);
}

.event-time {
  display: flex;
  line-height: 1;
  gap: 0.5em 2em;
  margin: 1em auto;
  flex-wrap: wrap;
}

.event-time .time {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5em;
  align-items: center;
}

.event-time .time-label {
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: var(--time-bg, #cf0012);
  padding: 0.25em 0.5em 0.25em;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  min-width: 3.75em;
}

.event-time .time-text {
  font-size: 137.5%;
}

.event-time .time.holiday {
  --time-bg: #cf0012;
}

.event-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6363636364%;
  margin: 2em auto;
}

.event-foot {
  justify-content: space-between;
  align-items: center;
}

.map-content {
  padding-top: 100px;
  background-color: #e7e7e7;
}

.page-about {
  padding-top: 3em;
}

.page-about .bg-gray,
.page-about-2 .bg-gray,
.page-about-3 .bg-gray,
.page-about-4 .bg-gray,
.page-about-5 .bg-gray
 {
  background-color: #e7e7e7;
  padding: 2em 1em;
  margin: 2em auto;
}

.page-about h2 {
  margin-bottom: 1.5em;
}

.max800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer_link_list {
  flex-wrap: wrap;
}

#t-intro {
  padding-bottom: 0;
}

#t-map .place_list li a .text::before {
  width: 24px;
  height: 24px;
  background: url(../img/common/icn_arrow.png) center no-repeat;
  background-size: contain;
  top: initial;
  bottom: 0.5em;
}

#t-map .place_list li a .text::after {
  content: none;
}

.artist-post .artist-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.artist-post .artist-inner p {
  line-height: 1.875;
}

.artist-post .artist-title {
  color: #cf0012;
  font-size: clamp(18px, 4.5vmin, 30px);
  margin: 1em 0;
  font-family: var(--ff-gothic);
}

.artist-post .artist-schedule {
  margin: 4em auto;
}

.artist-post .artist-schedule-data {
  background-color: #fff;
  padding: 5px;
  font-size: clamp(15px, 3.75vmin, 20px);
}

.artist-post .artist-schedule-data dt {
  background-color: #e7e7e7;
  padding: 0.5em 1em;
  text-align: center;
}

.artist-post .artist-schedule-data dd {
  background-color: #f6f6f6;
  padding: 0.5em 1em;
}

.artist-post h3 {
  color: #cf0012;
  font-size: clamp(16px, 4vmin, 23px);
  margin-bottom: 0.5em;
}

@media screen and (max-width: 849px) {
  .artist-post .artist-catch {
    padding-top: calc(60px + 2em);
  }
}
.artist-archive {
  padding-bottom: clamp(3em, 10%, 100px);
}

.artist-archive .artist-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6363636364%;
  font-size: clamp(16px, 4vmin, 24px);
  margin: clamp(3em, 10%, 100px) auto;
  grid-auto-rows: auto;
  padding-bottom: clamp(3em, 10%, 120px);
}

.artist-archive .artist-item-link {
  display: grid;
  gap: 0.5em;
}

.artist-archive .artist-item-link:hover {
  opacity: 0.75;
}

.artist-archive .artist-item-title {
  color: #cf0012;
}

.artist-archive .artist-item figure {
  margin: 0;
}

.artist-archive .artist-item figure img {
  aspect-ratio: 4/3;
}

/**
.artist-archive .artist-item:first-of-type, .artist-archive .artist-item:nth-of-type(2) {
  grid-column: 2 span;
  font-size: clamp(18px, 4.5vmin, 30px);
}


.artist-archive .artist-item:first-of-type .artist-item-link, .artist-archive .artist-item:nth-of-type(2) .artist-item-link {
  grid-template-columns: 1fr 1fr;
  gap: 3.6363636364%;
  align-items: center;
}
*/

.page-contact,
.page-contact-2,
.page-contact-3,
.page-contact-4,
.page-contact-5
 {
  background-color: #e7e7e7;
}

.page-contact .contact-sec {
  text-align: center;
}

.form-contact {
  margin: 2em auto;
  line-height: 1.875;
}

.form-contact h3 {
  font-size: clamp(18px, 4.5vmin, 30px);
}

.form-contact .container {
  max-width: 800px;
}

.form-row {
  display: grid;
  grid-template-columns: 10em auto;
  gap: 1em;
  margin: 1.5em 0;
  align-items: center;
}

.form-item {
  text-align: left;
  padding-bottom: 1em;
}

.form-col {
  text-align: left;
  border-bottom: 1px #000 solid;
  padding-bottom: 1em;
}

.form-col.wide {
  margin: 1.5em 0;
}

.form-fill {
  border: 0;
  background: none;
  width: 100%;
  font-size: 16px;
  height: 2em;
  padding: 0.5em 1em;
}

.form-fill.fat {
  height: 8em;
}

.form-fill.bg-white {
  background-color: #fff;
}

.form-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em 2em;
  margin: 2em auto;
}

.form-btn {
  font-size: 18px;
  font-weight: bold;
  background: none;
  border: none;
  border-bottom: 1px #000 solid;
}

.form-btn:hover {
  opacity: 0.75;
}

.form-wrap .error {
  display: block;
  color: #cf0012;
  font-size: 85%;
}

.shop-post .text-center {
  text-align: center;
}

.shop-post .shop-head {
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
  align-items: center;
  margin: clamp(3em, 12%, 120px) auto 2em;
  line-height: 1.875;
  max-width: 800px;
}

.shop-post .shop-head-title {
  font-size: clamp(18px, 5vmin, 40px);
}

.shop-post .shop-tag-list {
  display: flex;
  gap: 0.8em;
  flex-wrap: wrap;
}

.shop-post .shop-tag-item {
  min-width: 5em;
  height: 2.5em;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #fae5e7;
  border-radius: 5px;
  color: #cf0012;
  padding: 0 0.5em;
  line-height: 1;
}

.shop-post .shop-info {
  margin-top: 10px;
  display: flex;
  gap: 1.25em;
}

.shop-post .shop-info-label {
  min-width: 5.625em;
  height: 30px;
  background-color: #e7e7e7;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  flex-shrink: 0;
  line-height: 1;
}

.shop-post .shop-content {
  line-height: 1.875;
  overflow: hidden;
  margin-bottom: clamp(3em, 12%, 120px);
}

.shop-post .shop-content h3 {
  font-size: clamp(18px, 4.5vmin, 30px);
  margin-bottom: 0.8em;
}

.shop-post .shop-content .tab__menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.shop-post .shop-content .tab__menu-item {
  color: var(--tabmenu, #aaaaaa);
  border-top: 2px var(--tabmenu, #aaaaaa) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.125em;
}

.shop-post .shop-content .tab__menu-item.is-active {
  --tabmenu: #cf0012;
}

.shop-post .shop-content .tab__panel {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.shop-post .shop-content .tab__panel-box {
  grid-column: none;
  width: 0;
  display: none;
}

.shop-post .shop-content .tab__panel-box.is-show {
  width: 100%;
  grid-column: 4 span;
  display: block;
}

.shop-post .shop-content .tab__panel-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.shop-post .shop-thumb {
  margin-bottom: 2em;
}

.shop-archive {
  margin: clamp(3em, 10%, 100px) auto clamp(3em, 10%, 100px);
}

.shop-archive .shop-list {
  border-top: 1px #e7e7e7 solid;
  margin-bottom: 3em;
}

.shop-archive .shop-item {
  border-bottom: 1px #e7e7e7 solid;
}

.shop-archive .shop-item-link {
  display: grid;
  grid-template-columns: 40% auto;
  gap: 1em 7.2727272727%;
  padding: 1em;
  align-items: center;
  position: relative;
}

.shop-archive .shop-item-link .arrow {
  position: absolute;
  right: 1em;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icn_arrow.png) no-repeat;
  background-size: contain;
}

.shop-archive .shop-item-head {
  display: flex;
  gap: 10px;
  margin-bottom: 1.5em;
  align-items: center;
}

.shop-archive .shop-item-area {
  background-color: #143075;
  color: #fff;
  padding: 0.5em 0.6em;
  font-size: 14px;
}

.shop-archive .shop-item-title {
  font-size: clamp(16px, 4vmin, 24px);
}

.shop-archive .shop-item-desc {
  line-height: 1.875;
}

.shop-archive .shop-tag-list {
  display: flex;
  gap: 0.8em;
  font-size: 14px;
  margin-top: 1.5em;
  flex-wrap: wrap;
}

.shop-archive .shop-tag-item {
  min-width: 60px;
  height: 30px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #fae5e7;
  border-radius: 5px;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1;
  color: #cf0012;
}

@media screen and (max-width: 849px) and (orientation: portrait) {
  .shop-archive .shop-item-link {
    grid-template-columns: 1fr;
  }
  .shop-archive .shop-item-link .arrow {
    bottom: 1em;
  }
}
@media screen and (min-width: 850px) {
  .shop-archive .shop-item-link {
    padding: 30px;
  }
  .shop-archive .shop-item-text {
    padding-right: 2em;
  }
}
.wp-pagenavi {
  font-family: var(--ff-gothic);
  font-weight: bold;
}/*# sourceMappingURL=add.css.map */
.artist-search {
  margin-top: clamp(3em, 10%, 100px);
}
.artist-search-form {
  display: flex;
  width: 100%;
  gap: 1em;
}
.artist-search-text {
  height: 2em;
  padding: 0.5em 1em;
  width: 100%;
  border: 1px #ccc solid;
}
.artist-search-btn {
  width: 10em;
  flex-shrink: 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 0.5em 1em;
  border: 0;
  outline: none;
  box-shadow: none;
}
