@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

:root {
  --serif: "Noto Serif JP", serif;
  --sans: "Noto Sans JP", sans-serif;
  font-family: var(--sans);
  font-size: 2.0833333333vw;
  scroll-behavior: smooth;
  scroll-padding-top: 6.6rem;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(1vw, 10px);
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

body {
  font-size: 2.2rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
body.nav-on {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 2rem;
}

main {
  margin-top: 6.6rem;
}

header {
  background: #000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .container {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
}
@media screen and (min-width: 768px) {
  header .container {
    width: 100%;
  }
}
header .logo {
  width: 16.5rem;
}
header nav {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 6.6rem;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header nav ul {
  display: block;
  padding: 2rem;
}
header nav ul li + li {
  border-top: 1px solid #cfcfcf;
}
header nav ul li a {
  display: block;
  padding: 1.6rem;
  color: #fff;
  font-weight: 300;
  position: relative;
}
header nav ul li a span {
  display: block;
  font-size: 0.75em;
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  inset-block: 0;
  right: 2rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  header nav {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    height: auto;
    padding-left: 6rem;
  }
  header nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2em;
    padding: 0;
  }
  header nav ul li {
    font-size: 1.2rem;
  }
  header nav ul li + li {
    border-top: none;
  }
  header nav ul li a {
    text-align: center;
    padding: 0;
  }
  header nav ul li a::after {
    content: none;
  }
}
header .translate-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: auto;
}
header .translate-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
header .translate-btn svg {
  width: 1.8rem;
  height: 1.8rem;
}
header .translate-btn .lang-label {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  header .translate-btn {
    order: 1;
    margin-left: 2rem;
  }
  header .translate-btn svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  header .translate-btn .lang-label {
    font-size: 1rem;
  }
}
header .toggle-nav {
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .toggle-nav {
    display: none;
  }
}
header .toggle-nav::before, header .toggle-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  inset-block: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
header .toggle-nav::before {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
header .toggle-nav::after {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}
header .toggle-nav.on::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .toggle-nav.on::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .toggle-nav.on + nav {
  height: 100dvh;
}

#mv {
  background: #000;
}
#mv .container {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-animation: mv-blur 2.4s ease-in-out forwards;
          animation: mv-blur 2.4s ease-in-out forwards;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #mv .container {
    width: 100%;
    max-width: none;
  }
}
#mv hgroup {
  position: relative;
}
#mv hgroup .bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  #mv hgroup .bg {
    height: calc(100dvh - 6.6rem);
    background: url("../images/home/mv_pc.jpg") center/cover no-repeat;
    background-attachment: fixed;
  }
  #mv hgroup .bg img {
    display: none;
  }
}
#mv hgroup h1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.6));
}
@media screen and (min-width: 768px) {
  #mv hgroup h1 {
    width: 20%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    inset: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #mv .spacer {
    background: url("../images/home/mv02_pc.jpg") center/cover no-repeat;
    height: calc(100dvh - 6.6rem);
    background-attachment: fixed;
  }
  #mv .spacer img {
    display: none;
  }
}

#page-header {
  padding: 6.6rem 0;
}
#page-header h1 {
  font-size: 4.2rem;
  font-family: var(--serif);
  text-align: center;
}

@-webkit-keyframes mv-blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes mv-blur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
#intro {
  background: #000;
  color: #fff;
  padding: 1px 0;
}
#intro h2 {
  text-align: center;
  font-family: var(--serif);
  font-size: 2.4rem;
  margin: 1.5em 0;
}
@media screen and (min-width: 768px) {
  #intro h2 {
    font-size: 2rem;
    margin: 2em 0;
  }
}
#intro .intro-img {
  padding: 4rem 5rem;
}
#intro .intro-img .col {
  margin-bottom: 2rem;
}
#intro .intro-img .col p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #intro .intro-img {
    padding-inline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  #intro .intro-img .col p {
    font-size: 1.2rem;
  }
}

#schedule {
  background: url("../images/home/schedule_bg_sp.jpg") no-repeat center top/cover;
  padding: 4rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #schedule {
    background: url("../images/home/schedule_bg_pc.jpg") no-repeat center top/cover;
  }
}
#schedule h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--serif);
  margin-bottom: 2rem;
}
#schedule #calendar h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--serif);
  margin-bottom: 1.5rem;
}
#schedule .calendar {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 0 0;
  /* Calendar Skeleton */
}
@media screen and (min-width: 768px) {
  #schedule .calendar {
    padding: 2rem 4rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
#schedule .calendar .calendar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#schedule .calendar .calendar-nav .current-month {
  font-size: 2.2rem;
  font-weight: 500;
  min-width: 150px;
  /* Ensure width for skeleton */
  text-align: center;
}
#schedule .calendar .calendar-nav .current-month .skeleton-month {
  display: inline-block;
  width: 150px;
  height: 1em;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
#schedule .calendar .calendar-nav .current-month .skeleton-month::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: skeleton-loading 1.5s infinite;
          animation: skeleton-loading 1.5s infinite;
}
#schedule .calendar .calendar-nav .prev-month,
#schedule .calendar .calendar-nav .next-month {
  display: block;
  width: 0.6em;
  height: 0.6em;
  text-indent: 100%;
  overflow: hidden;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#schedule .calendar .calendar-nav .prev-month {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#schedule .calendar .calendar-grid .calendar-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  overflow: hidden;
}
#schedule .calendar .calendar-grid .calendar-header .day {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
}
#schedule .calendar .calendar-grid .calendar-header .day.sun {
  color: #FF0000;
}
#schedule .calendar .calendar-grid .calendar-header .day.sat {
  color: #0071BC;
}
#schedule .calendar .calendar-grid .calendar-header .day + .day {
  border-left: 1px solid #000;
}
#schedule .calendar .calendar-grid .calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: -1px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  overflow: hidden;
}
#schedule .calendar .calendar-grid .calendar-body .date {
  padding: 0;
  position: relative;
  min-height: 50px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(218, 210, 180)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(218, 210, 180) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(218, 210, 180) 100%);
}
#schedule .calendar .calendar-grid .calendar-body .date .date-number {
  position: absolute;
  top: 0.3rem;
  left: 0.5rem;
  font-size: 1.8rem;
  line-height: 1;
}
#schedule .calendar .calendar-grid .calendar-body .date .holiday,
#schedule .calendar .calendar-grid .calendar-body .date .schedule {
  position: absolute;
  top: 2.2rem;
  left: 0.5rem;
  font-size: 1.2rem;
  color: #333;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #schedule .calendar .calendar-grid .calendar-body .date .holiday,
  #schedule .calendar .calendar-grid .calendar-body .date .schedule {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#schedule .calendar .calendar-grid .calendar-body .date .holiday {
  color: #969696;
  font-weight: 500;
}
#schedule .calendar .calendar-grid .calendar-body .date.empty {
  background: #fff;
}
#schedule .calendar .calendar-grid .calendar-body .date.sun {
  color: #FF0000;
}
#schedule .calendar .calendar-grid .calendar-body .date.sat {
  color: #0071BC;
}
#schedule .calendar .calendar-skeleton {
  grid-column: 1/-1;
  width: 100%;
  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;
}
#schedule .calendar .skeleton-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
#schedule .calendar .skeleton-cell {
  height: 50px;
  background: #f0f0f0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  overflow: hidden;
}
#schedule .calendar .skeleton-cell::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  -webkit-animation: skeleton-loading 1.5s infinite;
          animation: skeleton-loading 1.5s infinite;
}

@-webkit-keyframes skeleton-loading {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes skeleton-loading {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#topics {
  padding-bottom: 4rem;
}
#topics h2 {
  font-size: 3rem;
  font-family: var(--serif);
  text-align: center;
  margin: 1em 0;
}

.topic-slider .topic-slider-container {
  overflow: hidden;
  position: relative;
}
.topic-slider .topic-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  gap: 2rem;
  padding: 0 1rem;
}
.topic-slider .topic-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 1.4rem);
      -ms-flex: 0 0 calc(33.333% - 1.4rem);
          flex: 0 0 calc(33.333% - 1.4rem);
  min-width: 0;
}
.topic-slider .topic-item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.topic-slider .topic-item a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.topic-slider .topic-item .topic-item__thumbnail {
  margin: 0;
  padding: 0;
}
.topic-slider .topic-item .topic-item__thumbnail img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.topic-slider .topic-item .topic-item__text {
  padding: 1.5rem 1rem;
}
.topic-slider .topic-item .topic-item__text .date {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 1rem 0;
}
.topic-slider .topic-item .topic-item__text .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
.topic-slider .topic-item .topic-item__text .content {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}
.topic-slider .topic-controls {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
  padding: 0 1rem;
}
.topic-slider .topic-controls .topic-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20rem;
  padding: 1rem 2rem;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topic-slider .topic-controls .topic-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.topic-slider .topic-controls .topic-btn.prev, .topic-slider .topic-controls .topic-btn.next {
  background: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding: 0;
  border: none;
}
.topic-slider .topic-controls .topic-btn.prev::after, .topic-slider .topic-controls .topic-btn.next::after {
  content: "";
  width: 1em;
  height: 1em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  inset-block: 0;
  right: 0;
  margin: auto;
}
.topic-slider .topic-controls .topic-btn.prev {
  margin-right: auto;
}
.topic-slider .topic-controls .topic-btn.prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 0;
}
.topic-slider .topic-controls .topic-btn.next {
  margin-left: auto;
}
.topic-slider .topic-controls .topic-btn.next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: inherit;
  left: 0;
}
.topic-slider .topic-controls .topic-btn:not(.prev):not(.next) {
  margin: 0 2rem;
}
.topic-slider .topic-list-skeleton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 0 1rem;
}
.topic-slider .topic-item-skeleton {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 1.4rem);
      -ms-flex: 0 0 calc(33.333% - 1.4rem);
          flex: 0 0 calc(33.333% - 1.4rem);
  min-width: 0;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__thumbnail {
  width: 100%;
  height: 20rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: -webkit-linear-gradient(left, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-loading 1.5s infinite;
          animation: skeleton-loading 1.5s infinite;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text {
  padding: 1.5rem 1rem;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text .skeleton-line {
  height: 1rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f0f0f0), color-stop(50%, #e0e0e0), color-stop(75%, #f0f0f0));
  background: -webkit-linear-gradient(left, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-loading 1.5s infinite;
          animation: skeleton-loading 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text .skeleton-line.skeleton-date {
  width: 40%;
  height: 1.2rem;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text .skeleton-line.skeleton-title {
  width: 80%;
  height: 1.6rem;
  margin-bottom: 1rem;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text .skeleton-line.skeleton-content {
  width: 100%;
  height: 1.2rem;
}
.topic-slider .topic-item-skeleton .topic-item-skeleton__text .skeleton-line.skeleton-content:last-child {
  width: 70%;
  margin-bottom: 0;
}
@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media screen and (max-width: 767px) {
  .topic-slider .topic-list {
    gap: 1.5rem;
    padding: 0 0.5rem;
  }
  .topic-slider .topic-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .topic-slider .topic-item .topic-item__thumbnail img {
    height: 18rem;
  }
  .topic-slider .topic-item .topic-item__text {
    padding: 1rem 0.5rem;
  }
  .topic-slider .topic-item .topic-item__text .title {
    font-size: 1.4rem;
  }
  .topic-slider .topic-item .topic-item__text .content {
    font-size: 1.2rem;
  }
  .topic-slider .topic-list-skeleton {
    gap: 1.5rem;
    padding: 0 0.5rem;
  }
  .topic-slider .topic-item-skeleton {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .topic-slider .topic-item-skeleton:nth-child(2), .topic-slider .topic-item-skeleton:nth-child(3) {
    display: none;
  }
  .topic-slider .topic-item-skeleton .topic-item-skeleton__thumbnail {
    height: 18rem;
  }
  .topic-slider .topic-item-skeleton .topic-item-skeleton__text {
    padding: 1rem 0.5rem;
  }
  .topic-slider .topic-controls {
    margin-top: 2rem;
    padding: 0 0.5rem;
  }
  .topic-slider .topic-controls .topic-btn {
    font-size: 1.2rem;
    padding: 0.8rem 1.5rem;
    max-width: 15rem;
  }
  .topic-slider .topic-controls .topic-btn:not(.prev):not(.next) {
    margin: 0 1rem;
  }
}

.topic-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
.topic-grid .topic-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 1.4rem);
      -ms-flex: 0 0 calc(33.333% - 1.4rem);
          flex: 0 0 calc(33.333% - 1.4rem);
  min-width: 0;
}
.topic-grid .topic-item a {
  display: block;
  text-decoration: none;
  color: #000;
}
.topic-grid .topic-item a:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.topic-grid .topic-item .topic-item__thumbnail {
  margin: 0;
  padding: 0;
}
.topic-grid .topic-item .topic-item__thumbnail img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.topic-grid .topic-item .topic-item__text {
  padding: 1.5rem 1rem;
}
.topic-grid .topic-item .topic-item__text .date {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 1rem 0;
}
.topic-grid .topic-item .topic-item__text .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  line-height: 1.4;
}
.topic-grid .topic-item .topic-item__text .content {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .topic-grid {
    gap: 1.5rem;
  }
  .topic-grid .topic-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .topic-grid .topic-item .topic-item__thumbnail img {
    height: 18rem;
  }
  .topic-grid .topic-item .topic-item__text {
    padding: 1rem 0.5rem;
  }
  .topic-grid .topic-item .topic-item__text .title {
    font-size: 1.4rem;
  }
  .topic-grid .topic-item .topic-item__text .content {
    font-size: 1.2rem;
  }
}

.topic-load-more {
  text-align: center;
}
.topic-load-more .topic-btn {
  padding: 1rem 3rem;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #000;
  margin-inline: auto;
}
.topic-load-more .topic-btn:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .topic-load-more .topic-btn {
    font-size: 1.2rem;
    padding: 0.8rem 2rem;
  }
}

#access h2 {
  font-size: 3rem;
  font-family: var(--serif);
  text-align: center;
  margin: 1em 0;
}
#access .access_map {
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  #access .access_map {
    aspect-ratio: 16/9;
  }
}
#access .shop-info {
  background: #F0F0F0;
  padding: 2rem;
}
#access .shop-info__head h3 {
  font-size: 2rem;
  font-weight: 600;
}
#access .shop-info__head p {
  font-size: 1.6rem;
}
#access .shop-info__navigation dl div {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0;
}
#access .shop-info__navigation dl dt {
  font-size: 1.6rem;
}
#access .shop-info__navigation dl dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  #access .shop-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  #access .shop-info__head h3 {
    font-size: 1.4rem;
  }
  #access .shop-info__head p {
    font-size: 1.2rem;
  }
  #access .shop-info__navigation {
    padding: 0;
  }
  #access .shop-info__navigation dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  #access .shop-info__navigation dl div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
  #access .shop-info__navigation dl dt {
    font-size: 1.4rem;
  }
  #access .shop-info__navigation dl dd {
    font-size: 1.2rem;
  }
}

#sns-link {
  padding: 4rem 0;
}
#sns-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#sns-link ul li a {
  height: 4.2rem;
  width: auto;
  display: block;
}
#sns-link ul li a img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #sns-link ul li a {
    height: 2.8rem;
  }
}

#shop-info .shop-info__head {
  background: #000;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
#shop-info .shop-info__head h2 {
  margin-bottom: 1em;
}
#shop-info .shop-info__head h2 img {
  width: 19.6rem;
}
#shop-info .shop-info__head p {
  font-size: 1.2rem;
}
#shop-info .shop-info__body {
  background: #F0F0F0;
  padding-block: 1px;
}
#shop-info .shop-info__body p {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.6em 0;
  border-left: 4px solid #000;
  padding-left: 0.6em;
}
#shop-info .shop-info__body p small {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #shop-info .shop-info__body .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
  }
}

.extra-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem 2rem;
  margin: 1em 0;
}
.extra-link ul li {
  line-height: 1;
}
.extra-link ul li a {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .extra-link ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .extra-link ul li a {
    font-size: 1.2rem;
  }
}

.group-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  margin: 2em 0;
}
.group-link ul li {
  height: 3.8rem;
}
.group-link ul li.large {
  height: 6.8rem;
}
.group-link ul li a {
  display: block;
  height: 100%;
  width: auto;
}
.group-link ul li a img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .group-link ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright {
  text-align: center;
}
.copyright p {
  margin-top: 2rem;
  border-top: 1px solid #000;
  padding: 2rem;
  font-size: 1.2rem;
}

#event-information h2 {
  font-size: 3rem;
  font-family: var(--serif);
  text-align: center;
  margin: 1em 0;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
#event-information .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  #event-information .content {
    margin-bottom: 8rem;
  }
}
#event-information .content .event-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #event-information .content .event-item {
    width: calc(50% - 0.5em);
  }
}
#event-information .content .event-item .date {
  font-size: 1.4rem;
}
#event-information .content .event-item .title {
  font-size: 1.8rem;
  font-weight: 600;
}
#event-information .content .event-item .title span {
  background: red;
  color: #fff;
  padding: 0 0.5em;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

#event-permanent h2 {
  font-size: 3rem;
  font-family: var(--serif);
  text-align: center;
  margin: 1em 0;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
#event-permanent h2 + p {
  font-size: 1.8rem;
  margin: 1em 0;
}
#event-permanent .img {
  margin-inline: -2rem;
}
@media screen and (min-width: 768px) {
  #event-permanent .img {
    margin-inline: 0;
  }
}
#event-permanent .permanent-body {
  margin-inline: -2rem;
}
@media screen and (min-width: 768px) {
  #event-permanent .permanent-body {
    margin-inline: 0;
    margin-top: 2rem;
  }
}
#event-permanent .permanent-body .floor-slide div img {
  width: 100%;
  height: auto;
  display: block;
}
#event-permanent .permanent-body .video-box video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #event-permanent .permanent-body .video-box {
    margin: 2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
}
#event-permanent .permanent-body .floor-img-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#event-permanent .permanent-body .floor-img-list ul li {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #event-permanent .permanent-body .floor-img-list ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#contact .container {
  padding: 0;
}
#contact h2 {
  font-size: 3rem;
  font-family: var(--serif);
  text-align: center;
  margin: 1em 0 0;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}
#contact .inner {
  background: #F0F0F0;
  padding: 2rem 2rem 4rem;
  font-size: 1.6rem;
  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;
  gap: 1rem;
}
#contact .inner ul {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #contact .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  #faq {
    margin-top: 4rem;
  }
}
#faq h2 {
  font-size: 1.8rem;
  text-align: center;
  background: #000;
  color: #fff;
  margin-inline: -2rem;
  margin-bottom: 2rem;
  padding: 0.5em 0;
}
#faq dl div + div {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  #faq dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
  #faq dl div {
    width: calc(50% - 1rem);
  }
  #faq dl div + div {
    margin-top: 0;
  }
}
#faq dl dt {
  background: #f0f0f0 url("../images/contact/q.svg") no-repeat 1rem 1.5rem/auto 4rem;
  padding: 1em 3em;
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
}
#faq dl dt::before, #faq dl dt::after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #000;
  position: absolute;
  inset-block: 0;
  right: 0.5em;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#faq dl dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#faq dl dt.on::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#faq dl dd {
  border: 1px solid #f0f0f0;
  padding: 1em;
  padding-left: 4em;
  background: url("../images/contact/a.svg") no-repeat 1rem 1.5rem/auto 4rem;
  font-size: 1.4rem;
  display: none;
}

#form {
  margin-top: 4rem;
}
#form .container {
  height: 80vh;
}/*# sourceMappingURL=style.css.map */