@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem); }
  @media all and (-ms-high-contrast: none) {
    .editor-style {
      word-break: break-all; } }
  .editor-style p {
    line-height: 2; }
    .editor-style p:not(:last-child) {
      margin-bottom: 2em; }
    @media screen and (max-width: 767px) {
      .editor-style p {
        line-height: 1.75; } }
  .editor-style a {
    color: blue;
    text-decoration: underline; }
    .editor-style a img {
      transition: 0.3s; }
    .editor-style a:hover {
      text-decoration: none; }
      .editor-style a:hover img {
        opacity: 0.5; }
  .editor-style img {
    height: auto; }
  .editor-style h2 {
    font-size: clamp(2.2rem, 3.2vw, 3.2rem);
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0 1.5em;
    padding: 0.7em 1em;
    background: #000;
    color: #fff; }
  .editor-style h3 {
    line-height: 1.4;
    font-size: clamp(2rem, 2.8vw, 2.8rem);
    font-weight: bold;
    padding: 0 0 0.3em;
    border-bottom: 2px solid #000;
    margin: 1em 0 2em; }
  .editor-style h4 {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: bold;
    border-left: 7px solid #333;
    padding: 0 0 0 0.5em;
    margin: 1em 0 1.5em; }
  .editor-style h5 {
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    position: relative;
    padding: 0 0 0.3em;
    margin: 1em 0 1.5em; }
    .editor-style h5::before {
      content: "";
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: -2px;
      left: 0;
      background: var(--text-primary); }
  .editor-style h6 {
    font-size: clamp(1.6rem, 2vw, 2rem);
    margin: 1em 0 1.5em;
    font-weight: bold; }
    .editor-style h6::before {
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      margin-right: 0.3em; }
  .editor-style strong {
    font-weight: bold; }
  .editor-style em {
    font-style: italic; }
  .editor-style ul {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em; }
    @media screen and (max-width: 767px) {
      .editor-style ul {
        padding: 1em; } }
    .editor-style ul li {
      position: relative;
      padding: 0 0 0 1.5em; }
      .editor-style ul li:not(:last-child) {
        margin-bottom: 0.7em; }
      .editor-style ul li::before {
        content: "";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-weight: 900;
        top: 0;
        left: 0;
        position: absolute; }
  .editor-style ol {
    margin: 2em 0;
    background: #f7f5f4;
    padding: 1.5em 2em;
    counter-reset: number; }
    @media screen and (max-width: 767px) {
      .editor-style ol {
        padding: 1em; } }
    .editor-style ol li {
      padding: 0 0 0 4em;
      position: relative; }
      .editor-style ol li::after {
        position: absolute;
        content: "＜" counter(number) "＞";
        counter-increment: number;
        top: 0;
        left: 0; }
      .editor-style ol li:not(:last-child) {
        margin-bottom: 0.7em; }
  .editor-style .blocks-gallery-grid,
  .editor-style .wp-block-gallery {
    margin: 0; }
  .editor-style li.blocks-gallery-item {
    padding-left: 0; }
    .editor-style li.blocks-gallery-item::before {
      display: none; }
  .editor-style .wp-block-image:not(:last-child) {
    margin-bottom: 2em; }
  .editor-style .wp-block-embed-youtube .wp-block-embed__wrapper {
    width: 100%;
    max-width: 840px;
    aspect-ratio: 16 / 9;
    margin-inline: auto; }
  .editor-style .wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%; }
  .editor-style hr {
    border-top: 2px solid #000;
    width: 100%;
    margin: clamp(30px, 6vw, 60px) auto; }
  .editor-style table {
    width: 100%; }
    .editor-style table thead {
      border-bottom-width: 1px; }
    .editor-style table th, .editor-style table td {
      border: 1px solid #000;
      padding: 1em; }
    .editor-style table th {
      text-align: center;
      background: var(--text-primary);
      color: #fff;
      border-bottom: 0; }
      .editor-style table th:not(:last-child) {
        border-right-color: #fff; }
  .editor-style blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #ccc;
    color: #464646; }
    .editor-style blockquote:before {
      display: inline-block;
      position: absolute;
      top: 20px;
      left: 15px;
      content: "";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: var(--brand-primary);
      font-size: 2.5rem;
      line-height: 1; }
    .editor-style blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.75; }
    .editor-style blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor-style .wp-block-cover {
    margin: 40px auto; }
  .editor-style .wp-block-media-text {
    margin: 40px auto; }
    .editor-style .wp-block-media-text .wp-block-media-text__content {
      padding: 0 0 0 8%; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text .wp-block-media-text__content {
          margin-top: 1.75em;
          padding: 0; } }
    .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
      padding: 0 8% 0 0; }
      @media (max-width: 600px) {
        .editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding: 0; } }
  .editor-style .wp-block-buttons .wp-block-button__link {
    text-decoration: none; }

/*==========================================
 共通
===========================================*/
.event {
  position: relative; }
  .event::before {
    content: "";
    display: block;
    background: var(--base-color);
    width: 100%;
    height: min(43vw, 485px);
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .event::before {
        height: 435px; } }
    @media screen and (max-width: 576px) {
      .event::before {
        height: 400px; } }

/*==========================================
 ARCHIVE
===========================================*/
.event_archive .event-nav {
  max-width: 1165px;
  margin: clamp(40px, 5vw, 50px) auto clamp(100px, 15vw, 200px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: clamp(1.6rem, 2vw, 2.4rem); }
  .event_archive .event-nav li {
    width: 32%;
    text-align: center; }
    .event_archive .event-nav li:first-child a {
      background: #fff; }
    @media screen and (max-width: 767px) {
      .event_archive .event-nav li {
        width: 48%; }
        .event_archive .event-nav li:first-child {
          width: 100%;
          margin-bottom: 4%; } }
    .event_archive .event-nav li a {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: var(--base-colorD);
      padding: 1.2em 0;
      height: 100%; }
      @media (hover: hover) {
        .event_archive .event-nav li a:hover {
          background: var(--brand-primary);
          color: #fff; } }
      .event_archive .event-nav li a.current {
        background: var(--brand-primary);
        color: #fff; }
    .event_archive .event-nav li .sml {
      font-size: clamp(1.2rem, 1.6vw, 1.8rem); }

/*==========================================
 SINGLE
===========================================*/
@media screen and (max-width: 767px) {
  .event_single::before {
    height: min(60vw, 485px); } }
.event_single .sec-otherBlock {
  overflow-x: clip; }
  .event_single .sec-otherBlock #swiper_EventOpen, .event_single .sec-otherBlock #swiper_Event {
    padding: clamp(40px, 10vw, 100px) 0 0; }
    @media screen and (min-width: 961px) {
      .event_single .sec-otherBlock #swiper_EventOpen, .event_single .sec-otherBlock #swiper_Event {
        overflow: initial; } }
    @media screen and (max-width: 960px) {
      .event_single .sec-otherBlock #swiper_EventOpen, .event_single .sec-otherBlock #swiper_Event {
        margin: 0 -4% 0 0; } }
.event_single .event-detail {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em; }
  @media screen and (min-width: 961px) {
    .event_single .event-detail .detail-wrap {
      display: flex;
      justify-content: space-between; } }
  .event_single .event-detail .detail-wrap .wrap-head {
    margin-bottom: 40px; }
    @media screen and (min-width: 961px) {
      .event_single .event-detail .detail-wrap .wrap-head {
        margin-bottom: 0;
        min-width: clamp(280px, 28vw, 340px); } }
  @media screen and (min-width: 961px) {
    .event_single .event-detail .detail-wrap .wrap-body {
      width: 100%; } }
  .event_single .event-detail .detail-ttl {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: 0.13em; }
  .event_single .event-detail .detail-eventName {
    border-bottom: 1px solid var(--text-primary);
    padding: 0 0 0.7em; }
  .event_single .event-detail .detail-list .detail-item {
    display: flex;
    padding: 1.5em 0 0.7em;
    border-bottom: 1px solid var(--text-primary); }
    .event_single .event-detail .detail-list .detail-item dt {
      min-width: 6em;
      position: relative; }
      .event_single .event-detail .detail-list .detail-item dt::after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0; }
    .event_single .event-detail .detail-list .detail-item dd {
      width: 100%;
      padding: 0 0 0 1em; }

.event-article .article-cnvBtn {
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  letter-spacing: 0.13em; }
  .event-article .article-cnvBtn a {
    display: block;
    border: 1px solid var(--text-primary);
    text-align: center;
    border-radius: 100vmax;
    max-width: 533px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 0; }
    @media (hover: hover) {
      .event-article .article-cnvBtn a:hover {
        background: var(--brand-primary);
        border-color: var(--brand-primary);
        color: #fff; } }
.event-article .article-head {
  margin: 0 auto clamp(60px, 15vw, 150px); }
.event-article .article-ttl {
  text-align: center;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.2em;
  margin: 0.5em auto 1em; }
.event-article .article-mainimg {
  font-size: 0;
  margin: 0 auto clamp(25px, 4vw, 40px); }
  .event-article .article-mainimg img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.9373219373; }
.event-article .article-status {
  background: var(--base-color);
  padding: clamp(20px, 4vw, 40px) min(4%, 40px); }
  @media screen and (min-width: 961px) {
    .event-article .article-status {
      display: flex;
      justify-content: space-between; } }
  @media screen and (min-width: 961px) {
    .event-article .article-status .status-left {
      width: 48%; } }
  .event-article .article-status .status-right {
    margin-top: 40px; }
    @media screen and (min-width: 961px) {
      .event-article .article-status .status-right {
        margin-top: 0;
        width: 48%; } }
    @media screen and (min-width: 961px) {
      .event-article .article-status .status-right .article-cnvBtn a {
        margin: 0 0 0 auto; } }
  .event-article .article-status.finished {
    padding: clamp(40px, 7vw, 70px) min(4%, 40px);
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    background: #9f9f9f;
    color: #fff;
    text-align: center;
    justify-content: center;
    font-size: clamp(1.8rem, 3vw, 3rem); }
.event-article .article-dataTop {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0.1em; }
  .event-article .article-dataTop .data-box {
    display: flex; }
    .event-article .article-dataTop .data-box:not(:last-child) {
      margin-bottom: 0.5em; }
    .event-article .article-dataTop .data-box dt {
      min-width: 6em;
      position: relative; }
      .event-article .article-dataTop .data-box dt::after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0; }
    .event-article .article-dataTop .data-box dd {
      width: 100%;
      padding: 0 0 0 1em; }

/*# sourceMappingURL=event.css.map */
