@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: inherit; /* 2 */
  font-family: monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  /* 1 */
  appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  appearance: auto; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  position: relative;
  z-index: 300;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (width < 1280px) and (width >= 768px) {
  .header__inner {
    padding: 0 24px;
  }
}
@media (width < 768px) {
  .header__inner {
    display: block;
    height: auto;
    padding: 12px 16px;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo-link {
  display: inline-flex;
  align-items: center;
}
.header__logo-img {
  display: block;
  width: auto;
  height: 50px;
}
@media (width < 1280px) and (width >= 768px) {
  .header__logo-img {
    height: 40px;
  }
}
@media (width < 768px) {
  .header__logo-img {
    height: 32px;
  }
}
.header__logo-img--large {
  height: 44px;
}
.header__actions {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (width < 1280px) and (width >= 768px) {
  .header__actions {
    gap: 24px;
  }
}
@media (width < 768px) {
  .header__actions {
    gap: 16px;
  }
}
@media (width < 768px) {
  .header__nav {
    display: none;
  }
}
.header__menu-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (width < 1280px) and (width >= 768px) {
  .header__menu-list {
    gap: 16px;
  }
}
.header__menu-link {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}
.header__menu-link:hover {
  opacity: 0.7;
}
.header__menu-link--cta {
  padding: 6px 16px;
  font-weight: 700;
  background-color: #ffd42b;
  border-radius: 9999px;
}
.header__menu-link--cta:hover {
  opacity: 0.8;
}
.header__tagline {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  .header__tagline {
    font-size: 11px;
  }
}
.header__top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__top-row--sp-only {
  display: none;
}
@media (width < 768px) {
  .header__top-row--sp-only {
    display: flex;
  }
}
.header__logo-row {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 16px;
}
@media (width < 768px) {
  .header__logo-row {
    padding-top: 4px;
    padding-bottom: 8px;
  }
}
.header__logo-row--sp-only {
  display: none;
}
@media (width < 768px) {
  .header__logo-row--sp-only {
    display: block;
  }
}
.header__pc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (width < 768px) {
  .header__pc-row {
    display: none;
  }
}
.header__hamburger {
  position: relative;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.header__hamburger--sp-only {
  display: none;
}
@media (width < 768px) {
  .header__hamburger--sp-only {
    display: flex;
  }
}
.header__hamburger-icon {
  display: block;
  width: 17px;
  height: 14px;
}

@media (width < 768px) {
  .header--sub .header__inner {
    display: block;
    height: auto;
    padding-top: 12px;
  }
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: stretch;
  width: 100%;
  /* フォールバック順に指定して、iOSとブラウザの挙動に対応 */
  height: 100vh;
  height: 100dvh;
  background-color: #f0eeeb;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
@media (width < 768px) {
  .menu-overlay {
    z-index: 200;
  }
}
.menu-overlay.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s;
}
.menu-overlay__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  overflow-y: auto;
}
@media (width < 1280px) and (width >= 768px) {
  .menu-overlay__inner {
    padding: 32px 24px;
  }
}
@media (width < 768px) {
  .menu-overlay__inner {
    padding: calc(var(--header-height, 110px) + 22px) 16px calc(32px + env(safe-area-inset-bottom, 0px));
  }
}
.menu-overlay__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (width < 768px) {
  .menu-overlay__header {
    margin-bottom: 32px;
  }
}
.menu-overlay__logo-img {
  display: block;
  width: auto;
  height: 120px;
}
@media (width < 1280px) and (width >= 768px) {
  .menu-overlay__logo-img {
    height: 96px;
  }
}
@media (width < 768px) {
  .menu-overlay__logo-img {
    display: none;
  }
}
.menu-overlay__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (width < 768px) {
  .menu-overlay__close {
    width: 32px;
    height: 32px;
    margin-left: auto;
    background-color: transparent;
  }
}
.menu-overlay__close:hover {
  opacity: 0.7;
}
.menu-overlay__close svg {
  width: 16px;
  height: 16px;
}
@media (width < 768px) {
  .menu-overlay__close svg {
    width: 12px;
    height: 12px;
  }
}
.menu-overlay__body {
  display: flex;
  flex: 1;
  gap: 80px;
}
@media (width < 1280px) and (width >= 768px) {
  .menu-overlay__body {
    gap: 40px;
  }
}
@media (width < 768px) {
  .menu-overlay__body {
    flex-direction: column;
    gap: 32px;
    margin-top: -32px;
  }
}
.menu-overlay__column-left {
  flex: 1;
  max-width: 400px;
}
.menu-overlay__column-right {
  flex: 1;
  max-width: 500px;
}
.menu-overlay__section-title {
  color: transparent;
  font-weight: 800;
  font-size: 32px;
  font-family: Raleway, sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  margin: 0 0 24px;
}
@media (width < 768px) {
  .menu-overlay__section-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}
.menu-overlay__event-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-overlay__event-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.menu-overlay__event-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.menu-overlay__event-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  transition: opacity 0.3s;
}
.menu-overlay__event-link:hover {
  opacity: 0.7;
}
.menu-overlay__event-name {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 16px;
}
@media (width < 768px) {
  .menu-overlay__event-name {
    font-size: 14px;
  }
}
.menu-overlay__event-desc {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
@media (width < 768px) {
  .menu-overlay__event-desc {
    font-size: 12px;
  }
}
.menu-overlay__search-box {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.menu-overlay__search-input {
  flex: 1;
  padding: 0;
  font-size: 14px;
  background: none;
  border: none;
  outline: none;
}
.menu-overlay__search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.menu-overlay__search-btn {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-overlay__search-icon {
  width: 16px;
  height: 16px;
}
.menu-overlay__tags {
  margin-top: 32px;
}
@media (width < 768px) {
  .menu-overlay__tags {
    margin-top: 24px;
  }
}
.menu-overlay__tags-title {
  color: transparent;
  font-weight: 800;
  font-size: 24px;
  font-family: Raleway, sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  margin: 0 0 16px;
}
@media (width < 768px) {
  .menu-overlay__tags-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.menu-overlay__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (width < 768px) {
  .menu-overlay__tags-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.menu-overlay__tag {
  display: inline-block;
  padding: 8px 20px;
  color: #000;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  transition: opacity 0.3s;
}
@media (width < 768px) {
  .menu-overlay__tag {
    width: 100%;
    padding: 6px 12px;
    font-size: 11px;
    text-align: center;
  }
}
.menu-overlay__tag:hover {
  opacity: 0.7;
}
.menu-overlay__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 16px;
}
@media (width < 768px) {
  .menu-overlay__footer {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    margin-top: 32px;
  }
}
.menu-overlay__footer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width < 768px) {
  .menu-overlay__footer-list {
    gap: 16px;
  }
}
.menu-overlay__footer-link {
  font-weight: 400;
  font-size: 14px;
  transition: opacity 0.3s;
}
@media (width < 768px) {
  .menu-overlay__footer-link {
    font-size: 13px;
  }
}
.menu-overlay__footer-link:hover {
  opacity: 0.7;
}
.menu-overlay__social {
  text-align: right;
}
@media (width < 768px) {
  .menu-overlay__social {
    text-align: left;
  }
}
.menu-overlay__social-title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 14px;
}
.menu-overlay__social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
@media (width < 768px) {
  .menu-overlay__social-links {
    flex-direction: row;
    align-items: center;
  }
}
.menu-overlay__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s;
}
.menu-overlay__social-link:hover {
  opacity: 0.7;
}
.menu-overlay__social-link svg,
.menu-overlay__social-link img {
  width: 28px;
  height: 28px;
}

.footer {
  padding: 40px;
  background-color: #efebe9;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (width < 768px) {
  .footer__inner {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
}
@media (width < 768px) {
  .footer__nav {
    order: 2;
    width: 100%;
  }
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width < 768px) {
  .footer__menu-list {
    align-items: flex-start;
    text-align: left;
  }
}
.footer__menu-list a {
  transition: opacity 0.3s;
}
.footer__menu-list a:hover {
  opacity: 0.7;
}
.footer__branding {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: flex-end;
}
@media (width < 768px) {
  .footer__branding {
    display: contents;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
@media (width < 768px) {
  .footer__logo {
    align-self: flex-start;
    order: 1;
    width: 100%;
    max-width: 260px;
  }
}
.footer__social {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.footer__social a {
  transition: opacity 0.3s;
}
.footer__social a:hover {
  opacity: 0.7;
}
@media (width < 768px) {
  .footer__social {
    align-self: flex-end;
    order: 3;
  }
}
.footer__social-text {
  color: transparent;
  font-weight: 800;
  font-size: 16;
  font-family: Raleway, sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #000;
}
.footer__social-icon {
  width: 24px;
  height: 24px;
}
.footer__copyright {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.breadcrumbs {
  margin-top: 28px;
  margin-bottom: 28px;
  padding-left: 50px;
}
@media (width < 1280px) and (width >= 768px) {
  .breadcrumbs {
    display: none;
  }
}
@media (width < 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  flex-shrink: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumbs__item:not(:first-child)::before {
  margin: 0 10px;
  content: ">";
}
.breadcrumbs__item--current {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__link {
  transition: opacity 0.3s;
}
.breadcrumbs__link:hover {
  opacity: 0.7;
}

body {
  margin: 0;
  color: #000;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
}

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

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.button-primary {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 24px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5em;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  transition: 0.3s ease;
}
.button-primary::after {
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transition: border-color 0.3s ease;
  content: "";
}
.button-primary:hover {
  color: #000;
  background-color: #fff;
}
.button-primary:hover::after {
  border-color: transparent transparent transparent #000;
}
