@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Modak&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-break: loose;
  word-wrap: normal;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ---------------------------------------------------------
 Base
--------------------------------------------------------- */
/* Clearfix
---------------------------------- */
.c-container::after,
.news__tab::after,
.news__list::after,
.news__list .wrap::after,
.event__list::after,
.board__list-wrap::after,
.board__banner-list::after,
.board__entry-list::after,
.txt-block::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

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

ul, ol, li, a, div, p, span, *:before, *:after,
.l-language-box, .l-header-search, .l-header-search-box, .l-footer-sp-link li,
.l-header-gnav-list li, .l-header-subnav-list li,
.l-header-sp-menu-box, .news__tab-item, .txt-block th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Common
---------------------------------- */
body {
  background: #ffffff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    height: 100%;
    line-height: 1.7;
  }
}

body.fontM {
  font-size: 14px;
}

body.fontL {
  font-size: 16px;
}

body.fontM .fontM a,
body.fontL .fontL a {
  background-color: #3778C8;
}

body.en {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #660000;
}
a:hover, a:active {
  text-decoration: underline;
  color: #1a1a1a;
}
a .c-i-new-tab {
  margin-left: -2px;
}

section {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-bottom: 20px;
  }
}

.spCont {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .spCont {
    display: none;
  }
}

.phoneTxt {
  cursor: default;
}
.phoneTxt:hover {
  text-decoration: none;
}

@media print {
  body {
    display: block !important;
    min-height: 100%;
    height: auto !important;
  }
}
/* ==========================================================================
 Layout
========================================================================== */
/* ----------------------
 Header(simple)
------------------------- */
/*
  共通
-------*/
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
  font-size: 1rem;
  color: var(--text-color);
}
body.is-no-scroll {
  overflow: hidden;
}

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

svg {
  max-width: 100%;
}

a:link, a:active, a:focus {
  color: currentColor;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

a:visited {
  color: var(--link-visited-color);
}

p, h2, h3 {
  position: relative;
  top: inherit;
  left: inherit;
  z-index: 3;
}

figure {
  overflow: hidden;
}

strong {
  font-weight: bolder;
}

/* WordpressのCSS上書き */
.wp-block-image {
  margin-bottom: 0.5em;
}

.wp-block-columns {
  gap: 1em !important;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
.l-special-wrapper {
  width: 100%;
  background-color: var(--wrapper-bg);
}
@media print, screen and (min-width: 991px) {
  .l-special-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/*
  ヘッダー
-------*/
.l-special-header {
  height: 56px;
  position: relative;
  z-index: 999;
}
@media print, screen and (min-width: 991px) {
  .l-special-header {
    height: auto;
    padding-bottom: 0.25rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
.l-special-header-wrap {
  padding-inline: 0.5rem 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-special-header-home-logo {
  width: auto;
  height: 2vh;
}
.l-special-header-logos {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80vw;
      -ms-flex: 0 1 80vw;
          flex: 0 1 80vw;
  height: 56px;
  display: grid;
  grid-template-rows: 2vh 1fr;
}
.l-special-header-logos .u-link-fade {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(56px - 2vh - 0.25rem);
}
@media print, screen and (min-width: 991px) {
  .l-special-header-logos {
    max-width: 440px;
    height: auto;
  }
  .l-special-header-logos .u-link-fade {
    height: auto;
  }
}
.l-special-header-logo-main, .l-special-header-logo-main img {
  height: 100%;
}
.l-special-header-logo-sub {
  width: 44px;
  height: 44px;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.l-special-header-nav {
  width: 100%;
  background-color: var(--nav-bg);
  position: fixed;
  top: 0;
  right: -110%;
  height: 100vh;
  -webkit-transition: right 0.6s ease-out;
  transition: right 0.6s ease-out;
}
.l-special-header-nav.is-active {
  right: 0;
  z-index: 1000;
}
.l-special-header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-special-header-nav ul > li > a {
  position: relative;
  color: black;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.l-special-header-nav ul > li > a:hover {
  color: #666666;
}
@media print, screen and (max-width: 990px) {
  .l-special-header-nav ul {
    padding: 56px 1rem 1rem 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-special-header-nav ul > li > a {
    width: 100%;
    padding: 0.5rem;
    display: inline-block;
  }
  .l-special-header-nav ul > li > a::after {
    width: 1em;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
            mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
    -webkit-mask-position: left top;
            mask-position: left top;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    height: 1em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
@media print, screen and (min-width: 991px) {
  .l-special-header-nav {
    background-color: transparent;
    margin: 0 1rem 0.15rem auto;
    -webkit-flex-basis: max-content;
        -ms-flex-preferred-size: max-content;
            flex-basis: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: static;
    height: auto;
  }
  .l-special-header-nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
  .l-special-header-nav li > a {
    padding-inline: 0.25em;
    z-index: 1;
    font-weight: 600;
  }
}
.l-special-header-sns-icons {
  display: none;
}
.l-special-header-sns-icons.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1001;
}
.l-special-header-sns-icons li {
  width: 45px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
}
.l-special-header-sns-icons li:nth-of-type(2) a img {
  height: 30px;
}
.l-special-header-sns-icons li + li {
  margin-left: 0.75rem;
}
.l-special-header-sns-icons li > a {
  width: 100%;
  display: inline-block;
}
@media print, screen and (min-width: 991px) {
  .l-special-header-sns-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-special-header-sns-icons li {
    width: 36px;
  }
  .l-special-header-sns-icons li + li {
    margin-left: 0.5rem;
  }
}
.l-special-header-sp-menu {
  width: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
      -ms-flex: 0 0 20vw;
          flex: 0 0 20vw;
  background-color: var(--sp-nav-bg);
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  display: grid;
  place-content: center;
  gap: 6px;
}
.l-special-header-sp-menu span {
  width: 40px;
  background-color: var(--sp-nav-line-bg);
  height: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-special-header-sp-menu.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
  top: 8px;
  position: relative;
}
.l-special-header-sp-menu.is-active span:nth-of-type(2), .l-special-header-sp-menu.is-active div {
  display: none;
}
.l-special-header-sp-menu.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  top: -3px;
  position: relative;
}
@media print, screen and (min-width: 991px) {
  .l-special-header-sp-menu {
    display: none;
  }
}

/* ----------------------
 Footer(Simple)
------------------------- */
.l-special-footer {
  background-color: var(--footer-bg);
  padding-top: var(--section-padding);
  position: relative;
  text-align: center;
}
.l-special-footer-logo {
  width: min(35vw, 305px);
  display: inline-block;
}
.l-special-footer-sns-icons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 35%;
  margin-left: var(--column-gap);
  height: var(--sns-icon-size);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.l-special-footer-sns-icons li {
  width: var(--sns-icon-size);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 var(--sns-icon-size);
      -ms-flex: 0 0 var(--sns-icon-size);
          flex: 0 0 var(--sns-icon-size);
}
.l-special-footer-sns-icons li a {
  width: 100%;
  line-height: 1;
  display: inline-block;
}
.l-special-footer-sns-icons li img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.l-special-footer-sns-icons li .is-x {
  height: calc(var(--sns-icon-size) * 0.8);
}
.l-special-footer-copyright {
  background-color: var(--copyright-bg);
  margin-top: 0.5rem;
  padding: 0.5rem;
}

/* ----------------------
 OC2025
------------------------- */
/*
  共通
-------*/
:root {
  --orange: #E84220;
  --orange-rgb: 232, 66, 32;
  --gray: #9FA19F;
  --gray-rgb: 159, 161, 159;
  --grayish-cyan: #8D9C9D;
  --grayish-blue: #C5CACF;
  --wrapper-bg: #ffffff;
  --header-bg: #ffffff;
  --nav-bg: var(--gray);
  --nav-height: calc(60px + .25rem);
  --sp-nav-bg: #ffffff;
  --sp-nav-line-bg: black;
  --footer-bg: var(--orange);
  --copyright-bg: var(--gray);
  --header-block-padding: calc(10px * .5) 0;
  --section-bg-color: #ffffff;
  --section-padding: 1rem;
  --column-gap: 1.5rem;
  --column-direction: column;
  --narrow-content-width: 860px;
  --text-color: #333333;
  --link-hover-color: rgba(var(--deep-blue-rgb), .5);
  --link-visited-color: var(--deep-blue-rgb);
  --border-radius: 10px;
  --border-radius-m: calc(var(--border-radius) * 3);
  --border-radius-l: calc(var(--border-radius) * 5);
  --btn-bg: #ffffff;
  --btn-border-color: black;
  --btn-color: black;
  --btn-hover-bg: black;
  --btn-hover-color: #ffffff;
  --btn-padding: .25rem .5rem;
  --btn-size: 10em;
  --shape-opacity: 1;
  --fixed-link-border: black;
  --circle-btn-size: 2em;
  --title-color: var(--deep-blue);
  --sns-icon-size: 40px;
}
@media screen and (min-width: 768px) {
  :root {
    --column-gap: 3rem;
  }
}

body {
  background-color: transparent;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
    display: unset;
  }
}

.l-special-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.c-container::after {
  display: none;
}

@media print, screen and (min-width: 991px) {
  .l-contents {
    padding-top: var(--nav-height);
  }
}

p {
  line-height: 1.7;
}

/*
  ヘッダー
-------*/
.l-special-header {
  padding-block: var(--header-block-padding);
}
.l-special-header-nav.is-active ul > li > a {
  color: #ffffff;
}
.l-special-header-logo-simple {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.l-special-header a:has(> .l-special-header-home-logo) {
  display: grid;
}
@media print, screen and (min-width: 991px) {
  .l-special-header {
    width: 100%;
    height: var(--nav-height);
    background: var(--header-bg);
  }
  .l-special-header .l-special-header-logos, .l-special-header .l-special-header-sns-icons {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .l-special-header-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .l-special-header-logo-simple svg {
    width: 50px;
    height: 50px;
  }
  .l-special-header-logos {
    max-height: var(--nav-height);
    row-gap: 0.25rem;
    z-index: 1001;
  }
  .l-special-header-logos .u-link-fade {
    height: calc(var(--nav-height) - 2vh - 0.75rem);
  }
  .l-special-header-nav {
    padding-top: 1rem;
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 0;
  }
  .l-special-header-nav.is-active {
    width: 100vw;
    max-width: none;
    background-color: var(--nav-bg);
    padding-top: 180px;
    margin: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    position: fixed;
  }
  .l-special-header-nav ul {
    max-width: 1104px;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: clamp(1.0625rem, 0.6339285714rem + 0.8928571429vw, 1.25rem);
  }
  .l-special-header-nav ul li > a {
    padding-right: 2em;
  }
  .l-special-header-nav ul li > a::after {
    width: 1.5em;
    background-color: currentColor;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
            mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.754 19.841h30.4l-8.1-8.102-1.738 1.74 3.896 3.902H1.754v2.46z' clip-rule='evenodd'/></svg>");
    -webkit-mask-position: left top;
            mask-position: left top;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    height: 1.5em;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
  .l-special-header-sns-icons {
    padding-top: 0.75rem;
    padding-right: calc(50px + 1.5rem);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .l-special-header-sns-icons li {
    width: 32px;
  }
  .l-special-header-sp-menu {
    width: 64px;
    display: grid;
    cursor: pointer;
  }
}

/*
  フッター
-------*/
.l-special-footer {
  padding-bottom: 55px;
}
@media print, screen and (min-width: 768px) {
  .l-special-footer {
    width: 100%;
    padding-bottom: 0;
  }
  .l-special-footer-copyright {
    padding-block: 0.5rem;
  }
}

.l-oc-footer-sitemap {
  background-color: var(--gray);
  padding: 2rem 1rem;
  position: relative;
}
.l-oc-footer-sitemap-inner {
  max-width: 1104px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-oc-footer-sitemap-inner a {
  padding-block: 0.5rem;
  display: inline-block;
}
@media print, screen and (min-width: 991px) {
  .l-oc-footer-sitemap-inner {
    grid-template-columns: repeat(4, auto);
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

@media print, screen and (min-width: 991px) {
  .l-special-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
/* ==========================================================================
 Object
========================================================================== */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
/*
  共通
-------*/
.c-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 991px) {
  .c-container {
    max-width: 1104px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-oc-section {
  margin-bottom: 0;
  color: black;
}
.p-oc-section:not(:has(.wp-block-cover, .p-oc-cover)) {
  padding: clamp(1rem, 0.273rem + 3.64vw, 3rem) clamp(0.5rem, 0.318rem + 0.91vw, 1rem);
}
.p-oc-section p:not(.p-oc-heading) {
  font-weight: 500;
}
.p-oc-section.is-nowrap {
  overflow-x: hidden;
}

.p-oc-heading:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *, .p-oc-movie-info *)), .p-oc-details summary:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *, .p-oc-movie-info *)), p:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *, .p-oc-movie-info *)), .p-oc-event-info:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *, .p-oc-movie-info *)), .p-oc-date-wrap:where(.p-oc-details *, .p-oc-event-column *):not(:where(.p-oc-event-info *, .p-oc-label *, .p-oc-movie-info *)) {
  max-width: min(80vw, 30rem);
  margin-inline: auto;
}

.p-oc-block-inner {
  padding: 1rem 0.5rem;
  display: grid;
}
@media print, screen and (min-width: 991px) {
  .p-oc-block-inner {
    padding: 0 3rem;
  }
  .p-oc-block-inner:has(.p-oc-timetable) {
    padding-block: 1.5rem;
  }
  .p-oc-block-inner:has(.p-oc-supplemental):where(#lunch *) {
    padding-left: clamp(4rem, 0.198rem + 7.92vw, 10rem);
  }
}

@media print, screen and (min-width: 991px) {
  .p-oc-md-center {
    text-align: center;
  }
}

.p-oc-column-wrap {
  max-width: 1120px;
  margin-inline: auto;
  padding-block: clamp(2rem, 1.807rem + 0.96vw, 3rem) clamp(2rem, 1.273rem + 3.64vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  .p-oc-column-wrap:not(:has(.p-oc-event-column + .p-oc-event-column)) .p-oc-event-column {
    max-width: calc(50% - 3.5rem);
    margin-inline: auto;
  }
}

.p-oc-event-column:has(> .p-oc-movie-info) {
  position: relative;
}

.p-oc-movie-info::after {
  width: 80vw;
  background-color: #ffffff;
  content: "";
  height: calc(100% - 3rem);
  display: block;
  position: absolute;
  bottom: -0.5rem;
  right: 0.5rem;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .p-oc-movie-info::after {
    width: calc(100% - 4rem);
  }
}
.p-oc-movie-info .p-oc-heading, .p-oc-movie-info .p-oc-details summary, .p-oc-details .p-oc-movie-info summary, .p-oc-movie-info p {
  width: 80vw;
  margin-inline: auto;
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .p-oc-movie-info .p-oc-heading, .p-oc-movie-info .p-oc-details summary, .p-oc-details .p-oc-movie-info summary, .p-oc-movie-info p {
    width: calc(100% - 4rem);
    padding-left: 2.5rem;
  }
}

.p-oc-photo {
  text-align: center;
}
.p-oc-photo.has-bg {
  position: relative;
  max-width: min(80vw, 100%);
  margin-inline: auto;
  overflow: visible;
}
.p-oc-photo.has-bg::after {
  width: 100%;
  background-color: var(--orange);
  height: 100%;
  position: absolute;
  display: block;
  top: -1rem;
  left: -1rem;
  content: "";
  z-index: 1;
}
.p-oc-photo.has-bg img {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .p-oc-photo.has-bg {
    max-width: min(80vw, 100% - 4rem);
  }
  .p-oc-photo.has-bg::after {
    left: -2rem;
    top: -2rem;
  }
}
.p-oc-photo img {
  max-width: min(80vw, 100%) !important;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

:is(.p-oc-section) .u-text-large {
  font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
}

/* 下部/右側 固定リンク */
@-webkit-keyframes slideup {
  0% {
    bottom: -55px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes slideup {
  0% {
    bottom: -55px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidein-left {
  0% {
    right: -4rem;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slidein-left {
  0% {
    right: -4rem;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.p-oc-fixed-links {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  height: 55px;
  -webkit-animation: slideup 0.5s 1.2s forwards;
          animation: slideup 0.5s 1.2s forwards;
}
@media print, screen and (min-width: 768px) {
  .p-oc-fixed-links {
    width: 4rem;
    grid-template-columns: 4rem;
    grid-template-rows: 180px;
    top: calc(var(--nav-height) + 3rem);
    right: -4rem;
    left: auto;
    bottom: auto;
    gap: 1.5rem;
    height: auto;
    -webkit-animation: slidein-left 0.5s 1.2s forwards;
            animation: slidein-left 0.5s 1.2s forwards;
  }
}

.p-oc-fixed-links-top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  height: 55px;
  -webkit-animation: slideup 0.5s 1.2s forwards;
          animation: slideup 0.5s 1.2s forwards;
}
@media print, screen and (min-width: 768px) {
  .p-oc-fixed-links-top {
    width: 4rem;
    grid-template-columns: 4rem;
    grid-template-rows: 180px;
    top: calc(var(--nav-height) + 51rem);
    right: -4rem;
    left: auto;
    bottom: auto;
    gap: 1.5rem;
    height: auto;
    -webkit-animation: slidein-left 0.5s 1.2s forwards;
            animation: slidein-left 0.5s 1.2s forwards;
  }
}

@media print, screen and (max-width: 768px) {
.s-none{display:none;}
}

.p-oc-fixed-link-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  border: solid 1px var(--fixed-link-border);
}
.p-oc-fixed-link-item:link, .p-oc-fixed-link-item:visited {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}
.p-oc-fixed-link-item:hover {
  --btn-bg: var(--btn-hover-bg);
  --btn-color: var(--btn-hover-color);
}
.p-oc-fixed-link-item + .p-oc-fixed-link-item {
  border-left: solid 1px var(--fixed-link-border);
}
@media screen and (max-width: 767px) {
  .p-oc-fixed-link-item {
    --btn-bg: var(--orange);
    --btn-color: black;
    --fixed-link-border: var(--btn-color);
  }
}
@media print, screen and (min-width: 768px) {
  .p-oc-fixed-link-item {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.15rem;
    font-size: 20px;
  }
}

.p-oc-go-top {
  width: 2.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem 0.5rem 0 0;
  height: 2rem;
  position: absolute;
  bottom: 100%;
  right: 1rem;
  display: grid;
  place-content: center;
}
@media print, screen and (min-width: 768px) {
  .p-oc-go-top {
    right: 4.5rem;
  }
}

/* Icons */
.p-oc-icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-oc-icon-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}

/* アイコンつきテキストリンク */
.p-text-link a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.p-text-link a::before {
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-left: solid 10px currentColor;
  border-bottom: solid 6px transparent;
  content: "";
}
.p-text-link.has-circle-arrow a {
  text-decoration: none;
}
.p-text-link.has-circle-arrow a::before {
  width: 1em;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  height: 1rem;
  border: none;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.414.445c-8.284 0-15 6.716-15 14.999 0 8.285 6.716 15 15 15 8.284 0 15-6.715 15-15 0-8.283-6.717-14.999-15-14.999zM11.96 23.396l-.813-1.104 9.286-6.849-9.286-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.414.445c-8.284 0-15 6.716-15 14.999 0 8.285 6.716 15 15 15 8.284 0 15-6.715 15-15 0-8.283-6.717-14.999-15-14.999zM11.96 23.396l-.813-1.104 9.286-6.849-9.286-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/* ボタン */
.p-oc-btn > a {
  background-color: var(--btn-bg);
  padding: var(--btn-padding);
  font-size: inherit;
  color: var(--btn-color);
  border-color: var(--btn-border-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  font-weight: 500;
}
@media print, screen and (min-width: 991px) {
  .p-oc-btn > a {
    --btn-padding: .25rem 1rem;
  }
}
.p-oc-btn > a:hover {
  --btn-bg: black;
  --btn-color: #ffffff;
  --btn-border-color: black;
}
.p-oc-btn > a::after {
  width: 1rem;
  background-color: black;
  content: "";
  height: 1rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.414.445c-8.284 0-15 6.716-15 14.999 0 8.285 6.716 15 15 15 8.284 0 15-6.715 15-15 0-8.283-6.717-14.999-15-14.999zM11.96 23.396l-.813-1.104 9.286-6.849-9.286-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M15.414.445c-8.284 0-15 6.716-15 14.999 0 8.285 6.716 15 15 15 8.284 0 15-6.715 15-15 0-8.283-6.717-14.999-15-14.999zM11.96 23.396l-.813-1.104 9.286-6.849-9.286-6.847.813-1.104 10.783 7.95-10.783 7.954z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-oc-btn > a:where(.is-small *) {
  --btn-padding: .15rem .5rem;
  font-size: 0.875rem;
}

/* 見出し */
.p-oc-heading, .p-oc-details summary {
  font-weight: 600;
  line-height: 1.1;
  word-wrap: break-word;
}
.p-oc-heading.is-alp, .p-oc-details summary.is-alp {
  font-family: Arial, system-ui;
  line-height: 1.1;
}
.p-oc-heading.is-slim, .p-oc-details summary.is-slim {
  font-weight: normal;
}
.p-oc-heading.has-gradient, .p-oc-details summary.has-gradient {
  background: -webkit-linear-gradient(180deg, var(--grayish-cyan), var(--grayish-blue));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-oc-heading.is-medium, .p-oc-details summary.is-medium {
  font-size: clamp(1.125rem, 0.2678571429rem + 1.7857142857vw, 1.5rem);
}
.p-oc-heading.is-large, .p-oc-details summary.is-large {
  font-size: clamp(1.125rem, -1.1607142857rem + 4.7619047619vw, 2.125rem);
}
.p-oc-heading.is-xlarge, .p-oc-details summary.is-xlarge {
  font-size: clamp(1.5rem, -5.3571428571rem + 14.2857142857vw, 4.5rem);
}
.p-oc-heading.is-xlarge.is-time, .p-oc-details summary.is-xlarge.is-time {
  font-size: clamp(1.5rem, -1.9285714286rem + 7.1428571429vw, 3rem);
}
.p-oc-heading.is-xlarge.has-white-color, .p-oc-details summary.is-xlarge.has-white-color {
  background-color: var(--orange);
}
.p-oc-heading.is-xxlarge, .p-oc-details summary.is-xxlarge {
  font-size: clamp(2rem, -7.1428571429rem + 19.0476190476vw, 6rem);
}
.p-oc-heading.is-tel strong, .p-oc-details summary.is-tel strong {
  font-size: clamp(1.5rem, -1.9285714286rem + 7.1428571429vw, 2.5rem);
  font-weight: 600;
}
.p-oc-heading small:where(.is-xxlarge *, .is-xlarge *), .p-oc-details summary small:where(.is-xxlarge *, .is-xlarge *) {
  margin-left: 0.5em;
  font-size: clamp(1.125rem, -1.1607142857rem + 4.7619047619vw, 2.125rem);
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", sans-serif;
}
.p-oc-heading small:where(.is-xxlarge *, .is-xlarge *).is-block, .p-oc-details summary small:where(.is-xxlarge *, .is-xlarge *).is-block {
  margin-left: 0;
  display: block;
}

@media print, screen and (min-width: 991px) {
  .p-oc-supplemental {
    max-width: 29em;
  }
}

/* Home */
.p-oc-main {
  padding: 0 !important;
}
@media print, screen and (min-width: 991px) {
  .p-oc-main {
    aspect-ratio: 594/377;
  }
}

.p-oc-anchor-links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1904px;
  margin: clamp(1.5rem, 0.825rem + 3.37vw, 5rem) auto 0 auto;
  padding: 1rem 0.5rem;
  gap: 0.75rem;
}
.p-oc-anchor-links.is-parent {
  margin-block: 0 clamp(1.5rem, 0.825rem + 3.37vw, 5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-oc-anchor-links.is-parent p {
  background-color: var(--grayish-blue);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}
.p-oc-anchor-links.is-parent p a {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media print, screen and (min-width: 768px) and (orientation: landscape) {
  .p-oc-anchor-links.is-parent {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-oc-anchor-links.is-parent p {
    background-color: transparent;
    text-align: center;
  }
  .p-oc-anchor-links.is-parent p a {
    display: inline-block;
  }
}
.p-oc-anchor-links p {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.p-oc-anchor-links p > a {
  width: 100%;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  display: inline-block;
  position: relative;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.p-oc-anchor-links p > a::after {
  width: 0.75rem;
  content: "";
  height: 0.75rem;
  background-color: var(--gray);
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m28.976 7.334-12.94 12.937L3.097 7.334.976 9.455l15.06 15.059L31.097 9.455z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='m28.976 7.334-12.94 12.937L3.097 7.334.976 9.455l15.06 15.059L31.097 9.455z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.p-oc-anchor-links p > a:hover::after {
  background-color: black;
}
@media print, screen and (min-width: 768px) and (orientation: landscape) {
  .p-oc-anchor-links {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 1rem 1.5rem;
    gap: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .p-oc-anchor-links p {
    background-color: transparent;
    border-left: solid 2px var(--gray);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-oc-anchor-links p:last-of-type {
    border-right: solid 2px var(--gray);
  }
  .p-oc-anchor-links p > a {
    padding: 0 2.25rem 0 2rem;
  }
  .p-oc-anchor-links p > a::after {
    right: 0.75rem;
  }
}

.p-oc-date-wrap p {
  font-weight: 600 !important;
}
.p-oc-date-wrap p:first-of-type {
  min-width: 6rem;
  padding: 0 0.25lh;
  border: solid 1px black;
  text-align: center;
}

.p-oc-application-start {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 991px) {
  .p-oc-application-start {
    margin-block: 2rem;
  }
}

.p-oc-details summary {
  padding-block: 1rem !important;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: center;
  position: relative;
  font-size: clamp(1.125rem, 0.995rem + 0.5vw, 1.8rem);
}
.p-oc-details summary::after {
  width: 1.5rem;
  background-color: currentColor;
  content: "";
  height: 1.5rem;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M30.414 15.444c0-8.284-6.717-15-15-15-8.285 0-15 6.716-15 15s6.715 15 15 15c8.283 0 15-6.716 15-15zM7.462 11.99l1.104-.813 6.849 9.287 6.846-9.287 1.104.813-7.95 10.783L7.462 11.99z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M30.414 15.444c0-8.284-6.717-15-15-15-8.285 0-15 6.716-15 15s6.715 15 15 15c8.283 0 15-6.716 15-15zM7.462 11.99l1.104-.813 6.849 9.287 6.846-9.287 1.104.813-7.95 10.783L7.462 11.99z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.p-oc-details summary:where([open] *)::after {
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M.415 15.444c0 8.284 6.716 15 14.999 15 8.285 0 15-6.716 15-15s-6.715-15-15-15C7.131.444.415 7.161.415 15.444zm22.951 3.454-1.104.813-6.849-9.287-6.847 9.287-1.104-.813 7.95-10.783 7.954 10.783z' clip-rule='evenodd'/></svg>");
          mask-image: url("data:image/svg+xml,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M.415 15.444c0 8.284 6.716 15 14.999 15 8.285 0 15-6.716 15-15s-6.715-15-15-15C7.131.444.415 7.161.415 15.444zm22.951 3.454-1.104.813-6.849-9.287-6.847 9.287-1.104-.813 7.95-10.783 7.954 10.783z' clip-rule='evenodd'/></svg>");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.p-oc-details .p-oc-heading.is-large, .p-oc-details summary.is-large {
  padding-block: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
}
.p-oc-details .p-oc-heading.is-large:where(p + *, div + *), .p-oc-details summary.is-large:where(p + *, div + *) {
  margin-top: 1.5rem;
}

.p-oc-number {
  width: 1.25em;
  background-color: black;
  color: #ffffff;
  border-radius: 50%;
  height: 1.25em;
  text-align: center;
}

*:has(> .p-oc-number) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

@media screen and (max-height: 767px) {
  .p-oc-column-reverse {
    padding-inline: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-oc-event-wrap {
  row-gap: 3rem !important;
}
@media print, screen and (min-width: 768px) {
  .p-oc-event-wrap {
    gap: 3.5rem !important;
  }
}

.p-oc-event-info {
  --info-head-width: 3.25rem;
}
.p-oc-event-info p:first-of-type {
  -webkit-flex-basis: var(--info-head-width);
      -ms-flex-preferred-size: var(--info-head-width);
          flex-basis: var(--info-head-width);
  max-width: var(--info-head-width);
}
.p-oc-event-info p:last-of-type {
  -webkit-flex-basis: calc(100% - var(--info-head-width));
      -ms-flex-preferred-size: calc(100% - var(--info-head-width));
          flex-basis: calc(100% - var(--info-head-width));
}

.p-oc-cover {
  position: relative;
}
.p-oc-cover, .p-oc-cover img {
  min-height: 100% !important;
  margin-bottom: 0;
}
.p-oc-cover img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-oc-certificate {
  max-width: min(80vw, 100%);
}

.is-allowed {
  color: var(--orange);
  position: relative;
}
.is-allowed::after {
  width: 8em;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1lh;
  z-index: -1;
}

@media print, screen and (min-width: 1696px) {
  .p-oc-contact-info-wrap {
    gap: 1rem;
  }
  .p-oc-contact-info-wrap > *:last-child {
    max-width: calc(100% - 440px - 1.5em);
  }
}

.p-oc-contact-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.2);
  padding: clamp(1rem, 0.711rem + 1.45vw, 2.5rem) clamp(1rem, 0.807rem + 0.96vw, 2rem);
}

.p-oc-contact-notes {
  width: 100%;
  background-color: #BC2700;
  padding: clamp(0.5rem, 0.404rem + 0.48vw, 1rem) clamp(1rem, 0.807rem + 0.96vw, 2rem);
  position: relative;
  z-index: 2;
  top: -0.5rem;
  left: clamp(0.5rem, 0.404rem + 0.48vw, 1rem);
  font-weight: normal !important;
}
@media print, screen and (min-width: 768px) {
  .p-oc-contact-notes {
    width: calc(100% + 1.5rem);
    top: calc(clamp(1rem, 0.807rem + 0.96vw, 2rem) * -1);
  }
}

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
/* Utilities
---------------------------------- */
/* Text */
.u-text-bold {
  font-weight: 600 !important;
}

.u-text-semibold {
  font-weight: 500;
}

.u-text-dark {
  color: black;
}

.u-text-small {
  font-size: 12px;
}

.u-text-large {
  font-size: min(5vw, 18px);
}

.u-text-xlarge {
  font-size: min(5vw, 24px);
}

.u-text-underlined {
  text-decoration: underline;
}

.u-text-vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}

.u-lh-15 {
  line-height: 1.5;
}

.u-text-spacing-thin, .p-oc-details summary:where(.p-oc-details + .p-oc-details *) {
  letter-spacing: -0.1em;
}

/* Link */
.u-link-wrap {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
.u-link-wrap:hover {
  text-decoration: none;
}

/* Alignment */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-align-left,
.alignleft,
.u-align-right,
.alignright {
  margin: 0 auto 5px auto;
  display: block;
}

.u-align-center,
.aligncenter {
  margin: 0 auto;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .u-align-left,
  .alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
  }
  .u-align-right,
  .alignright {
    float: right;
    margin: 0 0 0.5em 1em;
  }
}
/* Image */
.u-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Margin */
.u-mg-btm {
  margin-bottom: 10px !important;
}

.u-mg-btm-l {
  margin-bottom: 20px !important;
}

.u-mg-btm-xl {
  margin-bottom: 40px !important;
}

.u-mg-btm-0 {
  margin-bottom: 0 !important;
}

.u-mg-top {
  margin-top: 10px !important;
}

.u-mg-top-l {
  margin-top: 20px !important;
}

.u-mg-top-xl {
  margin-top: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .u-mg-top-xl {
    margin-top: 40px !important;
  }
}

.u-mg-top-xxl {
  margin-top: 60px !important;
}

.u-no-gap-x {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

/* Ohters */
.u-sp-only {
  display: block;
}
.u-sp-only.inline-block {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .u-sp-only, .u-sp-only.inline-block {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.u-d-inline-block {
  display: inline-block;
}

.u-position-rl {
  position: relative;
}

.u-display-none {
  display: none !important;
}/*# sourceMappingURL=kit-oc2025.css.map */