@charset "UTF-8";
/* ================ base ================ */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: var(--color-text-base);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  line-height: 1.7;
  letter-spacing: 0.05em;
  caret-color: transparent;
}
body::before {
  display: block;
  position: absolute;
  content: "";
}
body::before {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: var(--black);
  transition: all 0.3s ease;
}
body.is-active {
  overflow: hidden;
}
body.is-active::before {
  visibility: visible;
  opacity: 0.5;
}

/* ================ a ================ */
a {
  color: var(--color-link);
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/* ================ img ================ */
img {
  display: block;
  width: 100%;
}

/* ================ text ================ */
strong {
  font-weight: var(--font-weight-semibold);
}

i,
em {
  font-style: normal;
}

u {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

/*! 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;
  border-style: solid;
  border-width: 0;
  min-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 */
  -webkit-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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: none;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-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 {
  vertical-align: top;
  padding: 0;
}

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

/* ================================================ */
/* 変数定義 (variables)
/* ================================================ */
:root {
  /* ================ カラーパレット ================ */
  /* --- Primary Colors --- */
  --color-primary: #8FC31F;
  --color-primary-rgb: 143, 195, 31;
  --color-secondary: #006934;
  --color-secondary-rgb: 0, 105, 52;
  --color-tertiary: #C0D694;
  --color-tertiary-rgb: 192, 214, 148;
  --color-primary-pale: #FBFCF7;
  --color-primary-light: #F1F6E8;
  /* --- Basic Colors --- */
  --color-blue: #2EA7E0;
  --color-blue-pale: #F3FAFD;
  --color-blue-light: #E9F5FA;
  --color-blue-soft: #9AD0E9;
  --color-blue-secondary: #036EB8;
  --color-aichi: #FF5B1A;
  --color-gifu: #009804;
  --color-mie: #005fac;
  --color-beige: #F3F2EC;
  --color-orange: #FFBF5F;
  --color-red: #D00;
  /* --- UI Colors --- */
  --color-line: #06C755;
  --color-link: #08C;
  --color-border: var(--gray-400);
  /* --- Gradient --- */
  --gradient-primary: linear-gradient(to bottom, #2EA7E0, #036EB8);
  --gradient-instagram: linear-gradient(45deg, #FEDA75, #FA7E1E, #D62976, #962FbF, #4F5BD5);
  /* --- Gray Scale --- */
  --white: #FFF;
  --gray-50: #FCFCFC;
  --gray-75: #FAFAFA;
  --gray-100: #F7F7F7;
  --gray-200: #F2F2F2;
  --gray-300: #E9E9E9;
  --gray-400: #CCC;
  --gray-500: #A9A9A9;
  --gray-600: #7F7F7F;
  --gray-700: #6A6A6A;
  --gray-800: #4B4B4B;
  --gray-900: #292929;
  --black: #000;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  /* --- Text & Background --- */
  --color-text-base: var(--gray-900);
  --color-background: var(--white);
  /* ================ タイポグラフィ ================ */
  /* --- Font Families --- */
  --font-family-base: YakuHanJPs, "Noto Sans JP", sans-serif;
  --font-family-secondary: "Montserrat", sans-serif;
  /* --- Font Weights --- */
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-black: 900;
}

/* ================ footer ================ */
.l-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  background: var(--color-beige);
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: min(1160px, 100%);
  padding: 48px 20px 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    padding: 24px 16px 20px;
  }
}
.l-footer__logo img {
  width: auto;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo img {
    height: 56px;
  }
}
.l-footer__sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.l-footer__sns a {
  padding: 4px;
}
.l-footer__sns a i {
  font-size: 16px;
}
.l-footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 20px;
  background: var(--gray-800);
}
@media screen and (max-width: 1024px) {
  .l-footer__copyright {
    padding-bottom: 80px;
  }
}
.l-footer__copyright p {
  color: var(--white);
  font-size: 13px;
  font-weight: var(--font-weight-light);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .l-footer__copyright p {
    font-size: 13px;
  }
}

/* ================ hamburger ================ */
.l-hamburger {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 21;
  width: 600px;
  height: 100vh;
  padding: 136px 40px 80px;
  background: var(--color-beige);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-hamburger {
    width: 100%;
    padding: 136px 16px 80px;
  }
}
.l-hamburger__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
}
.l-hamburger__logo {
  position: absolute;
  top: 20px;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .l-hamburger__logo {
    left: 20px;
  }
}
.l-hamburger__logo img {
  width: auto;
  height: 96px;
}
.l-hamburger__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
  border-top: 1px solid var(--gray-400);
}
.l-hamburger__nav .nav__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 16px;
  border-bottom: 1px solid var(--gray-400);
  transition: all 0.3s ease;
}
.l-hamburger__nav .nav__link:hover {
  opacity: 1;
  background: var(--white);
}
.l-hamburger__nav .nav__text {
  font-weight: var(--font-weight-medium);
}
.l-hamburger__app {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-hamburger__app {
    margin-top: 20px;
  }
}
.l-hamburger__footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .l-hamburger__footer {
    margin-top: 16px;
  }
}
.l-hamburger__footer .hamburger-footer__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.l-hamburger__footer .hamburger-footer__logo .logo-zipfm {
  margin-right: 8px;
}
.l-hamburger__footer .hamburger-footer__logo .logo-zipfm img {
  width: auto;
  height: 40px;
}
.l-hamburger__footer .hamburger-footer__logo .sns-twitter,
.l-hamburger__footer .hamburger-footer__logo .sns-instagram,
.l-hamburger__footer .hamburger-footer__logo .sns-podcast {
  padding: 4px;
}
.l-hamburger__footer .hamburger-footer__logo .sns-twitter i,
.l-hamburger__footer .hamburger-footer__logo .sns-instagram i,
.l-hamburger__footer .hamburger-footer__logo .sns-podcast i {
  font-size: 16px;
}
.l-hamburger.is-active {
  transform: translateX(0);
}

/* ================ header ================ */
.l-header__logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  padding: 16px 40px;
  border-bottom-right-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    justify-content: left;
    width: 100%;
    height: 56px;
    padding: 0 0 0 12px;
    border-radius: 0;
  }
}
.l-header__logo .logo-main img {
  width: auto;
  height: 56px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo .logo-main img {
    height: 44px;
  }
}
.l-header__logo .logo-zipfm {
  margin-right: 8px;
}
.l-header__logo .logo-zipfm img {
  width: auto;
  height: 24px;
}
.l-header__sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .l-header__sns {
    display: none;
  }
}
.l-header__sns .sns-twitter,
.l-header__sns .sns-instagram,
.l-header__sns .sns-podcast {
  padding: 4px;
}
.l-header__sns .sns-twitter i,
.l-header__sns .sns-instagram i,
.l-header__sns .sns-podcast i {
  font-size: 16px;
}
.l-header__nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 16px;
  position: fixed;
  top: 16px;
  right: 40px;
  z-index: 22;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
  }
}
.l-header__nav .nav__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  position: relative;
  width: 80px;
  height: 80px;
  padding-bottom: 12px;
  border-radius: 50%;
  background: var(--gray-800);
  transition: all 0.3s ease;
  cursor: pointer;
}
.l-header__nav .nav__toggle::before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__toggle {
    gap: 7px;
    width: 56px;
    height: 56px;
    border-radius: 0;
  }
}
.l-header__nav .nav__toggle::before {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  font-size: 10px;
  font-weight: var(--font-weight-light);
  line-height: 1;
  text-indent: 0.3em;
  letter-spacing: 0.2em;
  content: "MENU";
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__toggle::before {
    font-size: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__toggle::before {
    bottom: 14px;
  }
}
.l-header__nav .nav__toggle span {
  display: block;
  width: 32px;
  height: 1px;
  border-radius: 100px;
  background: var(--white);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__toggle span {
    width: 24px;
    height: 1px;
  }
}
.l-header__nav .nav__toggle:hover {
  opacity: 0.7;
}
.l-header__nav .nav__toggle.is-active::before {
  content: "CLOSE";
}
.l-header__nav .nav__toggle.is-active span {
  position: absolute;
}
.l-header__nav .nav__toggle.is-active span:first-child {
  transform: rotate(160deg);
}
.l-header__nav .nav__toggle.is-active span:last-child {
  transform: rotate(-160deg);
}
.l-header__nav .nav__lang-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__lang-wrap {
    display: none;
    margin-right: 8px;
  }
  .l-header__nav .nav__lang-wrap.is-active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-header__nav .nav__lang {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  padding: 2px 8px;
  border: 1px solid var(--color-text-base);
  border-radius: 100px;
  background: var(--white);
}
.l-header__nav .nav__lang span {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__lang span {
    font-size: 12px;
  }
}
.l-header__nav .nav__lang:hover {
  opacity: 1;
  background: var(--color-text-base);
}
.l-header__nav .nav__lang:hover span {
  color: var(--white);
}

/* ================ main ================ */
.l-main {
  position: relative;
  width: 100%;
}

/* ================ button ================ */
.c-app-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 20px 24px 24px;
  border: 1px solid var(--gray-400);
  border-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .c-app-wrap {
    gap: 8px;
    padding: 12px 16px 16px;
  }
}
.c-app-wrap__text {
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-app-wrap__text {
    font-size: 15px;
  }
}
.c-app-wrap__button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-app-wrap__button-wrap {
    gap: 8px;
  }
}
.c-app-wrap__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: min(180px, 100%);
  padding: 10px;
  border-radius: 4px;
  background: var(--gray-900);
}
.c-app-wrap__button img {
  width: auto;
  height: 36px;
}

/* ================ background ================ */
.c-bg--oogi {
  position: relative;
  position: relative;
}
.c-bg--oogi::before {
  display: block;
  position: absolute;
  content: "";
}
.c-bg--oogi::after {
  display: block;
  position: absolute;
  content: "";
}
.c-bg--oogi::before {
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: var(--color-beige);
}
.c-bg--oogi::after {
  opacity: 0.05;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url(../images/common/tile-nami.svg);
  background-size: 56px;
}

/* ================ button ================ */
.c-button--primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid var(--color-text-base);
  border-radius: 4px;
  box-shadow: 0 2px 0 var(--color-text-base);
  background: var(--white);
  color: var(--color-text-base);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-button--primary {
    gap: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .c-button--primary {
    width: min(360px, 100%);
    padding: 8px 16px;
  }
}
.c-button__text {
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-button__text {
    font-size: 14px;
  }
}
.c-button__arrow-right, .c-button__arrow-external {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.c-button__arrow-right .c-arrow-svg, .c-button__arrow-external .c-arrow-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.4s ease;
}
.c-button__arrow-right .c-arrow-svg:nth-child(1), .c-button__arrow-external .c-arrow-svg:nth-child(1) {
  opacity: 1;
}
.c-button__arrow-right .c-arrow-svg:nth-child(2), .c-button__arrow-external .c-arrow-svg:nth-child(2) {
  opacity: 0;
}
.c-button__arrow-right .c-arrow-svg:nth-child(1) {
  transform: translate(-50%, -50%);
}
.c-button__arrow-right .c-arrow-svg:nth-child(2) {
  transform: translate(-200%, -50%);
}
.c-button__arrow-external .c-arrow-svg:nth-child(1) {
  transform: translate(-50%, -50%);
}
.c-button__arrow-external .c-arrow-svg:nth-child(2) {
  transform: translate(-150%, 50%);
}
.c-button:hover {
  opacity: 1;
  box-shadow: 0 0 0 var(--color-text-base);
}
.c-button:hover .c-button__arrow-right .c-arrow-svg:nth-child(1),
.c-button:hover .c-button__arrow-external .c-arrow-svg:nth-child(1) {
  opacity: 0;
}
.c-button:hover .c-button__arrow-right .c-arrow-svg:nth-child(2),
.c-button:hover .c-button__arrow-external .c-arrow-svg:nth-child(2) {
  opacity: 1;
}
.c-button:hover .c-button__arrow-right .c-arrow-svg:nth-child(1) {
  transform: translate(100%, -50%);
}
.c-button:hover .c-button__arrow-right .c-arrow-svg:nth-child(2) {
  transform: translate(-50%, -50%);
}
.c-button:hover .c-button__arrow-external .c-arrow-svg:nth-child(1) {
  transform: translate(50%, -150%);
}
.c-button:hover .c-button__arrow-external .c-arrow-svg:nth-child(2) {
  transform: translate(-50%, -50%);
}
.c-button:not(:hover) .c-button__arrow-right .c-arrow-svg,
.c-button:not(:hover) .c-button__arrow-external .c-arrow-svg {
  transition-duration: 0s !important;
}
.c-button--lg {
  padding: 16px 32px;
  box-shadow: 0 3px 0 var(--color-text-base);
}
@media screen and (max-width: 1024px) {
  .c-button--lg {
    padding: 12px 16px;
  }
}
.c-button--lg .c-button__text {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .c-button--lg .c-button__text {
    font-size: 16px;
  }
}
.c-button--lg .c-button__arrow-right,
.c-button--lg .c-button__arrow-external {
  width: 22px;
  height: 22px;
}
.c-button--lg .c-arrow-svg {
  width: 22px;
  height: 22px;
}
.c-button--lg .c-arrow-svg svg path {
  stroke-width: 3;
}
.c-button--sm {
  padding: 8px 16px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .c-button--sm {
    padding: 6px 16px;
  }
}
.c-button--sm .c-button__text {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .c-button--sm .c-button__text {
    font-size: 13px;
  }
}
.c-button--sm .c-button__arrow-right,
.c-button--sm .c-button__arrow-external {
  width: 16px;
  height: 16px;
}
.c-button--sm .c-arrow-svg {
  width: 16px;
  height: 16px;
}
.c-button--sm .c-arrow-svg svg path {
  stroke-width: 3;
}
.c-button--orange {
  background: var(--color-orange);
}
.c-button--beige {
  background: var(--color-beige);
}

.c-arrow-svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: currentColor;
}
.c-arrow-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-arrow-svg svg path {
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* ================ bottom-button ================ */
.c-bottom-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(120px);
  z-index: 3;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-bottom-button {
    bottom: 16px;
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .c-bottom-button__button {
    width: 100%;
    padding: 10px;
  }
}
.c-bottom-button__pagetop {
  display: block;
  position: relative;
  position: relative;
  height: 110px;
  padding: 0 24px;
}
.c-bottom-button__pagetop::before {
  display: block;
  position: absolute;
  content: "";
}
.c-bottom-button__pagetop::after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .c-bottom-button__pagetop {
    display: none;
  }
}
.c-bottom-button__pagetop::before {
  top: auto;
  bottom: -10px;
  left: 26px;
  width: 1px;
  height: 50px;
  background: var(--gray-900);
  transition: all 0.3s ease;
}
.c-bottom-button__pagetop::after {
  top: auto;
  bottom: 30px;
  left: 30px;
  transform: rotate(-45deg);
  width: 1px;
  height: 10px;
  background: var(--gray-900);
  transition: all 0.3s ease;
}
.c-bottom-button__pagetop:hover {
  opacity: 1;
}
.c-bottom-button__pagetop:hover::before {
  transform: translateY(-6px);
}
.c-bottom-button__pagetop:hover::after {
  transform: translateY(-6px) rotate(-45deg);
}
.c-bottom-button__pagetop span {
  color: var(--gray-900);
  font-size: 10px;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  .c-bottom-button__pagetop span {
    font-size: 10px;
  }
}
.c-bottom-button.sticky {
  transform: translateY(0);
}

/* ================ card ================ */
/* ================ flex-box ================ */
.c-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .c-flex {
    flex-direction: column !important;
  }
}
.c-flex__img {
  flex: 1;
}
.c-flex__img image {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-flex__img.right-over {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-flex__img.right-over {
    margin-right: auto;
  }
}
.c-flex__img.left-over {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-flex__img.left-over {
    margin-left: auto;
  }
}
.c-flex__cnt {
  flex: 1;
}
.c-flex.reverse {
  flex-direction: row-reverse;
}

.c-right-over {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-right-over {
    margin-right: auto;
  }
}

.c-left-over {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-left-over {
    margin-left: auto;
  }
}

/* ================ heading ================ */
.c-head--primary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-head--primary {
    gap: 0px;
  }
}
.c-head--primary + * {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .c-head--primary + * {
    margin-top: 24px;
  }
}
.c-head--primary .c-head__title {
  font-size: 40px;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-head--primary .c-head__title {
    font-size: 32px;
  }
}
.c-head--primary .c-head__subtitle {
  position: relative;
  transform: translateX(4px);
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-head--primary .c-head__subtitle::before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .c-head--primary .c-head__subtitle {
    font-size: 16px;
  }
}
.c-head--primary .c-head__subtitle::before {
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
}

/* ================ link ================ */
.c-anchor {
  width: 0;
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .c-anchor {
    margin-top: -56px;
    padding-top: 56px;
  }
}

/* ================ list-style ================ */
.c-ul--primary {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-ul--primary li {
  list-style: circle;
  line-height: 1.4;
}

.c-ol--primary {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: num;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-ol--primary li {
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
}
.c-ol--primary li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2px;
  counter-increment: num;
  content: counter(num);
}

/* ================ modal ================ */
.c-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.c-modal.is-active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 1;
  animation: fadeIn 0.3s ease forwards;
}
.c-modal.is-active .c-modal__container {
  opacity: 1;
}
.c-modal.is-closing {
  animation: fadeOut 0.3s ease forwards;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-rgb), 0.5);
}
.c-modal__container {
  opacity: 0;
  position: relative;
  z-index: 32;
  width: min(480px, 90%);
}
.c-modal__close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -28px;
  right: -28px;
  z-index: 33;
  width: 56px;
  height: 56px;
  border: 1px solid var(--color-text-base);
  border-radius: 50%;
  background: var(--white);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-modal__close {
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
  }
}
.c-modal__close i {
  color: var(--color-text-base);
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .c-modal__close i {
    font-size: 20px;
  }
}
.c-modal__close:hover {
  background: var(--color-text-base);
}
.c-modal__close:hover i {
  color: var(--white);
}
.c-modal__content {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}
.c-modal__image {
  width: 100%;
  height: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ================ parallax ================ */
.c-parallax {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: var(--gray-200);
}
.c-parallax__image {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}
.c-parallax__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-parallax__image--20 {
  height: 140%;
}
.c-parallax__image--30 {
  height: 160%;
}
.c-parallax__image--40 {
  height: 180%;
}

/* ================ text-style ================ */
.c-text--line-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.c-text--line-1::before {
  content: "\\";
}
.c-text--line-1::after {
  content: "/";
}
.c-text--line-1 span {
  flex: 1;
}
.c-text--line-2 span {
  display: inline-block;
  position: relative;
  margin: 0 16px;
  line-height: 1.4;
}
.c-text--line-2 span::before, .c-text--line-2 span::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 80%;
  background: var(--color-text-base);
  content: "";
}
.c-text--line-2 span::before {
  left: -12px;
  transform: translateY(-50%) rotate(-25deg);
}
.c-text--line-2 span::after {
  right: -12px;
  transform: translateY(-50%) rotate(25deg);
}
.c-text--line-2.white span::before, .c-text--line-2.white span::after {
  background: var(--color-background);
}
.c-text--line-3 span {
  display: inline-block;
  position: relative;
  position: relative;
  padding: 0 28px;
}
.c-text--line-3 span::before {
  display: block;
  position: absolute;
  content: "";
}
.c-text--line-3 span::after {
  display: block;
  position: absolute;
  content: "";
}
.c-text--line-3 span::before, .c-text--line-3 span::after {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background: var(--color-text-base);
}
.c-text--line-3 span::before {
  left: 0;
}
.c-text--line-3 span::after {
  left: auto;
  right: 0;
}
.c-text--red {
  color: var(--color-red);
}
.c-text--caution {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9rem !important;
  line-height: 1.4;
}
.c-text--caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.c-text--caution + .c-txt--caution {
  margin-top: 2px;
}
.c-text--marker-yellow {
  padding: 0 4px;
  background: linear-gradient(transparent 50%, var(--color-light-yellow) 0);
}

/* ================ visual ================ */
.c-visual {
  width: 100%;
  height: 640px;
}
@media screen and (max-width: 1024px) {
  .c-visual {
    height: 320px;
  }
}

/* ================================================ */
/* mv
/* ================================================ */
.p-mv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../images/mv/image-mv-pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 1024px) {
  .p-mv {
    height: auto;
  }
}
.p-mv__image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  width: min(1240px, 100%);
  padding: 0 40px 64px;
}
.p-mv__image::before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-mv__image {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 88px 32px 64px;
  }
}
.p-mv__image:before {
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 220px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 1024px) {
  .p-mv__image:before {
    left: auto;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25));
  }
}
.p-mv__catch {
  position: relative;
}
.p-mv__catch img {
  height: 128px;
}
@media screen and (max-width: 1024px) {
  .p-mv__catch img {
    height: 360px;
  }
}
.p-mv__summary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  width: 100%;
  padding: 24px 40px 28px;
}
@media screen and (max-width: 1024px) {
  .p-mv__summary {
    padding: 20px 16px 24px;
  }
}
.p-mv__summary-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1160px, 100%);
  color: var(--white);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-mv__summary-inner {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__summary-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
}
.p-mv__date-place {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 20px;
}
@media screen and (max-width: 1024px) {
  .p-mv__date-place {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
}
.p-mv__date {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: baseline;
}
.p-mv__date-year, .p-mv__date-month {
  position: relative;
}
.p-mv__date .fz-large {
  margin-left: 2px;
  margin-right: 2px;
  font-family: var(--font-family-secondary);
  font-size: 36px;
}
@media screen and (max-width: 1024px) {
  .p-mv__date .fz-large {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__date .fz-large {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-mv__date .fz-medium {
  margin-right: 2px;
  font-family: var(--font-family-secondary);
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .p-mv__date .fz-medium {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__date .fz-medium {
    margin-right: 0;
  }
}
.p-mv__place {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .p-mv__place {
    font-size: 20px;
  }
}
.p-mv__place span {
  padding: 3px 12px;
  border-radius: 4px;
  background: var(--white);
  color: var(--color-primary);
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .p-mv__place span {
    font-size: 15px;
  }
}

/* ================================================ */
/* section
/* ================================================ */
.p-section {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 128px 40px;
}
@media screen and (max-width: 1024px) {
  .p-section {
    padding: 64px 20px;
  }
}
.p-section__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(1160px, 100%);
}

/* ================================================ */
/* contents
/* ================================================ */
/* ================ headline ================ */
.p-headline {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 40px 0;
}
@media screen and (max-width: 1024px) {
  .p-headline {
    padding: 24px 24px 0;
  }
}
.p-headline__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: min(964px, 100%);
  padding: 16px 32px;
  border-radius: 100px;
  background: var(--gray-200);
}
@media screen and (max-width: 1024px) {
  .p-headline__inner {
    gap: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .p-headline__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    padding: 16px;
    border-radius: 4px;
  }
}
.p-headline__title {
  color: var(--color-secondary);
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.p-headline__link {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-headline__link {
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .p-headline__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
  }
}
.p-headline__link:hover {
  opacity: 1;
}
.p-headline__link:hover .p-headline__text {
  text-decoration: underline;
}
.p-headline__link.nolink {
  pointer-events: none;
}
.p-headline__link.nolink:hover {
  cursor: auto;
}
.p-headline__link.nolink:hover .p-headline__text {
  text-decoration: none;
}
.p-headline__date {
  font-family: var(--font-family-secondary);
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-headline__date {
    font-size: 15px;
  }
}
.p-headline__text {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-headline__text {
    font-size: 16px;
  }
}

/* ================ message ================ */
.p-message {
  position: relative;
  padding-top: 64px;
  padding-bottom: 160px;
}
.p-message::before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-message {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.p-message:before {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 125%;
  height: 100%;
  background: url(../images/message/image-message-deco.svg) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .p-message:before {
    top: 45%;
    width: 400%;
  }
}
.p-message__inner {
  position: relative;
}
.p-message__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-message__logo {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .p-message__logo {
    width: 200px;
  }
}
.p-message__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-message__text-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-message__text-wrap {
    font-size: 16px;
  }
}
.p-message__text-wrap p {
  font-size: 17px;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-message__text-wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-message__text-wrap p {
    line-height: 1.7;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .p-message__image-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    position: relative;
    width: 100%;
    margin-top: 32px;
  }
}
.p-message__image {
  position: absolute;
  z-index: -1;
  width: 320px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-message__image {
    width: 100%;
    height: 160px;
  }
}
.p-message__image--lt {
  top: 120px;
  left: -160px;
}
.p-message__image--lb {
  bottom: -60px;
  left: -140px;
}
.p-message__image--rt {
  top: 160px;
  right: -160px;
}
.p-message__image--rb {
  bottom: -80px;
  right: -120px;
}
@media screen and (max-width: 1024px) {
  .p-message__image--lt, .p-message__image--lb, .p-message__image--rt, .p-message__image--rb {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: 1;
  }
}

/* ================ summary ================ */
.p-summary__inner {
  width: min(964px, 100%);
}
.p-summary__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 8px;
  background: var(--white);
}
.p-summary__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid var(--gray-400);
}
@media screen and (max-width: 1024px) {
  .p-summary__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-summary__item:last-child {
  border-bottom: none;
}
.p-summary__item dt,
.p-summary__item dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
}
.p-summary__item dt {
  width: 280px;
  background: var(--color-primary-pale);
}
@media screen and (max-width: 1024px) {
  .p-summary__item dt {
    width: 100%;
    padding: 8px 16px;
    background: var(--color-primary-light);
  }
}
.p-summary__item dt h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-summary__item dt h3 {
    font-size: 16px;
  }
}
.p-summary__item dd {
  flex: 1;
  border-left: 1px solid var(--gray-400);
}
@media screen and (max-width: 1024px) {
  .p-summary__item dd {
    width: 100%;
    padding: 16px;
    border-left: none;
  }
}

/* ================ guide ================ */
.p-guide__inner {
  width: min(964px, 100%);
}
.p-guide__step-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-guide__step-box .step-box__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-guide__step-box .step-box__label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  background: var(--color-secondary);
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__label {
    width: 100%;
    padding: 8px;
  }
}
.p-guide__step-box .step-box__number {
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__number {
    font-size: 16px;
  }
}
.p-guide__step-box .step-box__content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 28px 64px 28px 40px;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__content {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }
}
.p-guide__step-box .step-box__image {
  width: 120px;
  height: 120px;
}
.p-guide__step-box .step-box__body {
  flex: 1;
}
.p-guide__step-box .step-box__title {
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__title {
    font-size: 18px;
  }
}
.p-guide__step-box .step-box__text {
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__text {
    margin-top: 8px;
  }
}
.p-guide__step-box .step-box__note {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 24px;
  border-radius: 4px;
  background: var(--gray-200);
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box .step-box__note {
    margin-top: 8px;
  }
}
.p-guide__step-box i {
  color: var(--color-secondary);
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .p-guide__step-box i {
    font-size: 40px;
  }
}
.p-guide__list {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-guide__list {
    margin-top: 20px;
  }
}
.p-guide__caution {
  width: min(768px, 100%);
  margin-top: 40px;
  border: 2px solid var(--color-red);
  border-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .p-guide__caution {
    margin-top: 20px;
  }
}
.p-guide__caution .caution__head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  background: var(--color-red);
  color: var(--white);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-guide__caution .caution__head {
    font-size: 16px;
  }
}
.p-guide__caution .caution__body {
  padding: 24px 40px;
}
@media screen and (max-width: 1024px) {
  .p-guide__caution .caution__body {
    padding: 16px;
  }
}
.p-guide__caution .caution__list {
  color: var(--color-red);
}

/* ================ ticket ================ */
.p-ticket__inner {
  width: min(964px, 100%);
}
.p-ticket__container {
  width: 100%;
}
.p-ticket__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ticket__nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-ticket__nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 40px 12px 24px;
  border: 1px solid var(--color-primary);
  border-radius: 4px;
  background: var(--color-primary-pale);
}
.p-ticket__nav-item::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  content: "\f078";
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-ticket__nav-item {
    justify-content: left;
    padding: 8px 48px 8px 12px;
  }
}
.p-ticket__nav-item:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 10px;
  content: "\f063";
}
@media screen and (max-width: 1024px) {
  .p-ticket__nav-item:before {
    font-size: 10px;
  }
}
.p-ticket__nav-item span {
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-ticket__nav-item span {
    font-size: 15px;
  }
}
.p-ticket__nav-item:hover {
  opacity: 1;
  background: var(--color-primary);
  color: var(--white);
}
.p-ticket__nav-item:hover:before {
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--color-primary);
}
.p-ticket__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__list {
    gap: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__list {
    margin-top: 8px;
  }
}
.p-ticket__item {
  overflow: hidden;
  width: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 8px;
  background: var(--white);
}
.p-ticket__item-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: var(--color-secondary);
  padding: 12px 16px;
}
.p-ticket__item-title {
  color: var(--white);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-ticket__item-title {
    font-size: 18px;
  }
}
.p-ticket__item-note {
  padding: 4px 16px;
  background: rgba(var(--black-rgb), 0.15);
  color: var(--white);
  font-size: 15px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-ticket__item-note {
    font-size: 14px;
  }
}
.p-ticket__item-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__item-body {
    padding: 16px;
  }
}
.p-ticket__item-body-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  width: min(800px, 100%);
}
@media screen and (max-width: 1024px) {
  .p-ticket__item-body-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-ticket__set {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 16px;
}
.p-ticket__set-wrap {
  width: min(480px, 100%);
  padding: 24px;
  border: 1px solid var(--color-secondary);
  border-radius: 8px;
  background: var(--color-primary-pale);
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-wrap {
    width: 100%;
    padding: 16px;
  }
}
.p-ticket__set-title {
  color: var(--color-secondary);
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
}
.p-ticket__set-list {
  padding: 0;
}
.p-ticket__set-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  font-weight: var(--font-weight-medium);
}
.p-ticket__set-list li::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  content: "\f078";
  transition: all 0.3s ease;
}
.p-ticket__set-list li:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 1px;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--color-secondary);
  font-size: 16px;
  content: "\f14a";
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-list li:before {
    font-size: 16px;
  }
}
.p-ticket__set-list li i {
  color: var(--color-orange);
}
.p-ticket__set-list li strong {
  font-family: var(--font-family-secondary);
  font-size: 22px;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-list li strong {
    font-size: 20px;
  }
}
.p-ticket__set-list li a {
  margin-left: 8px;
  color: var(--color-link);
  font-size: 15px;
  font-weight: var(--font-weight-regular);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-list li a {
    font-size: 15px;
  }
}
.p-ticket__set-list li a span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.p-ticket__set-list li a:hover {
  opacity: 1;
  text-decoration: none;
}
.p-ticket__set-list li a:hover span {
  text-decoration: none;
}
.p-ticket__set-event {
  width: min(480px, 100%);
}
.p-ticket__set-event-title {
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
.p-ticket__set-event-list {
  margin-top: 8px;
  padding: 16px 16px 16px 40px;
  border-radius: 8px;
  background: var(--gray-100);
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-event-list {
    margin-top: 8px;
  }
}
.p-ticket__set-event-list li {
  padding: 2px 0;
}
.p-ticket__set-event-list li img {
  display: inline-block;
  width: auto;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__set-event-list li img {
    height: 18px;
  }
}
.p-ticket__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .p-ticket__price {
    align-items: center;
  }
}
.p-ticket__price-base {
  line-height: 1.4;
}
.p-ticket__price-base s {
  margin-right: 2px;
  font-family: var(--font-family-secondary);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
}
@media screen and (max-width: 1024px) {
  .p-ticket__price-base s {
    font-size: 18px;
  }
}
.p-ticket__price-main {
  line-height: 1;
  font-weight: var(--font-weight-medium);
}
.p-ticket__price-main span {
  margin-right: 4px;
  color: var(--color-red);
  font-family: var(--font-family-secondary);
  font-size: 32px;
  font-weight: var(--font-weight-semibold);
}
@media screen and (max-width: 1024px) {
  .p-ticket__price-main span {
    font-size: 24px;
  }
}
.p-ticket__price-note {
  border: 1px solid var(--color-red);
  border-radius: 4px;
  margin-top: 8px;
  padding: 4px 16px;
  color: var(--color-red);
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-ticket__price-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__price-note {
    font-size: 14px;
  }
}
.p-ticket__sales {
  width: 100%;
}
.p-ticket__sales-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  background: var(--gray-300);
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sales-title {
    font-size: 16px;
  }
}
.p-ticket__sales-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 24px 40px;
  background: var(--gray-75);
}
@media screen and (max-width: 1024px) {
  .p-ticket__sales-body {
    padding: 16px;
  }
}
.p-ticket__sales-button-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: min(800px, 100%);
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sales-button-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-ticket__sales-button {
  flex: 1;
}
.p-ticket__app {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: min(800px, 100%);
  padding: 16px;
  border: 1px solid var(--gray-400);
  border-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .p-ticket__app {
    gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-ticket__app-logo {
  width: auto;
  height: 32px;
}
.p-ticket__sakefes {
  margin-top: 80px;
  padding: 64px;
  border: 1px solid var(--gray-600);
  border-radius: 8px;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes {
    padding: 16px;
  }
}
.p-ticket__sakefes-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: var(--font-weight-semibold);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-title {
    text-align: left;
  }
}
.p-ticket__sakefes-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 24px 32px;
  border-radius: 8px;
  background: var(--color-primary-light);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-intro {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-intro {
    padding: 16px;
  }
}
.p-ticket__sakefes-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-content {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-content {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.p-ticket__sakefes-image {
  width: 320px;
  height: 320px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-image {
    width: 240px;
    height: 240px;
  }
}
.p-ticket__sakefes-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
}
.p-ticket__sakefes-subtitle {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-subtitle {
    font-size: 16px;
  }
}
.p-ticket__sakefes-features {
  margin-top: 16px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-features {
    margin-top: 8px;
  }
}
.p-ticket__sakefes-features li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.p-ticket__sakefes-features li::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  content: "\f078";
  transition: all 0.3s ease;
}
.p-ticket__sakefes-features li:before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  color: var(--color-secondary);
  font-size: 16px;
  content: "\f14a";
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-features li:before {
    font-size: 16px;
  }
}
.p-ticket__sakefes-app {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__sakefes-app {
    margin-top: 8px;
  }
}

/* ================ sakagura ================ */
.p-sakagura__inner {
  position: relative;
}
.p-sakagura__catch {
  font-size: 32px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__catch {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.p-sakagura__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  width: 100%;
}
.p-sakagura__day {
  margin-top: 48px;
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__day {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__day {
    font-size: 20px;
  }
}
.p-sakagura__area {
  margin-top: 16px;
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__area {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__area {
    font-size: 20px;
  }
}
.p-sakagura__area--aichi {
  color: var(--color-aichi);
}
.p-sakagura__area--gifu {
  color: var(--color-gifu);
}
.p-sakagura__area--mie {
  color: var(--color-mie);
}
.p-sakagura__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__list {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .p-sakagura__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sakagura__list--aichi em {
  border: 1px solid var(--color-aichi);
  color: var(--color-aichi);
}
.p-sakagura__list--aichi a:hover {
  color: var(--color-aichi);
}
.p-sakagura__list--aichi a:hover::after {
  background: var(--color-aichi);
}
.p-sakagura__list--gifu em {
  border: 1px solid var(--color-gifu);
  color: var(--color-gifu);
}
.p-sakagura__list--gifu a:hover {
  color: var(--color-gifu);
}
.p-sakagura__list--gifu a:hover::after {
  background: var(--color-gifu);
}
.p-sakagura__list--mie em {
  border: 1px solid var(--color-mie);
  color: var(--color-mie);
}
.p-sakagura__list--mie a:hover {
  color: var(--color-mie);
}
.p-sakagura__list--mie a:hover::after {
  background: var(--color-mie);
}
.p-sakagura__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--color-text-base);
  border-radius: 4px;
  background: var(--white);
}
.p-sakagura__item-name {
  flex: 1;
  width: 100%;
  padding: 12px 16px;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__item-name {
    padding: 8px 16px;
  }
}
.p-sakagura__item-name p {
  color: var(--color-text-base);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__item-name p {
    font-size: 16px;
  }
}
.p-sakagura__item-name p em {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__item-name p em {
    font-size: 12px;
  }
}
.p-sakagura__item-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  position: relative;
  width: 100%;
  border-top: 1px solid var(--gray-400);
}
.p-sakagura__item-link::before {
  display: block;
  position: absolute;
  content: "";
}
.p-sakagura__item-link:before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1px;
  height: 100%;
  background: var(--gray-400);
}
.p-sakagura__item-link a {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  padding: 6px 8px;
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 12px;
  line-height: 1.4;
}
.p-sakagura__item-link a::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  content: "\f078";
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__item-link a {
    font-size: 12px;
  }
}
.p-sakagura__item-link a::after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 14px;
  height: 14px;
  padding-left: 0.5px;
  border-radius: 50%;
  background: var(--gray-400);
  color: var(--white);
  font-size: 8px;
  content: "\f063";
}
@media screen and (max-width: 1024px) {
  .p-sakagura__item-link a::after {
    font-size: 8px;
  }
}
.p-sakagura__item-link a:hover {
  opacity: 1;
  background: var(--gray-300);
}
.p-sakagura__item-link a:nth-child(1) {
  opacity: 0.3;
  pointer-events: none;
}
.p-sakagura__item-link a:nth-child(2)::after {
  transform: rotate(225deg);
}
.p-sakagura__item-link a:nth-child(2).nolink {
  visibility: hidden;
}

/* ================ osake ================ */
.p-osake__inner {
  position: relative;
}

/* ================ otsumami ================ */
.p-otsumami__inner {
  position: relative;
}

/* ================ kakuuchi ================ */
.p-kakuuchi__inner {
  position: relative;
}

/* ================ faq ================ */
.p-faq__inner {
  width: min(964px, 100%);
}
.p-faq__list {
  border-top: 1px solid var(--color-secondary);
}
.p-faq__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  padding: 40px 16px;
  border-bottom: 1px solid var(--color-secondary);
}
@media screen and (max-width: 1024px) {
  .p-faq__item {
    gap: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq__item {
    padding: 24px 0;
  }
}
.p-faq__item dt,
.p-faq__item dd {
  position: relative;
  padding-left: 56px;
}
.p-faq__item dt::before,
.p-faq__item dd::before {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-faq__item dt,
  .p-faq__item dd {
    padding-left: 48px;
  }
}
.p-faq__item dt::before,
.p-faq__item dd::before {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: -4px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  background: var(--color-secondary);
  color: var(--white);
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  content: "Q";
}
@media screen and (max-width: 1024px) {
  .p-faq__item dt::before,
  .p-faq__item dd::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq__item dt::before,
  .p-faq__item dd::before {
    top: -2px;
    width: 32px;
    height: 32px;
  }
}
.p-faq__item dt {
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-faq__item dt {
    font-size: 17px;
  }
}
.p-faq__item dd {
  line-height: 1.7;
}
.p-faq__item dd::before {
  background: var(--white);
  color: var(--color-secondary);
  content: "A";
}

/* ================ access ================ */
.p-access {
  padding-bottom: 0;
}
.p-access__inner {
  width: min(964px, 100%);
}
.p-access__map {
  width: 100%;
  height: 480px;
  border: 1px solid var(--gray-500);
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .p-access__map {
    height: 50vh;
  }
}
.p-access__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-access__info {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-access__info {
    margin-top: 24px;
  }
}
.p-access__title {
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-access__title {
    font-size: 20px;
  }
}
.p-access__address {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-access__address {
    font-size: 16px;
  }
}
.p-access__train {
  overflow: hidden;
  width: min(768px, 100%);
  margin-top: 24px;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .p-access__train {
    margin-top: 16px;
  }
}
.p-access__train-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  gap: 8px;
  padding: 12px;
  background: var(--color-primary);
  color: var(--white);
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-access__train-title {
    font-size: 16px;
  }
}
.p-access__train-routes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: var(--gray-200);
}
@media screen and (max-width: 1024px) {
  .p-access__train-routes {
    padding: 12px 16px;
  }
}

/* ================ sponsor ================ */
.p-sponsor__inner {
  width: min(964px, 100%);
}
.p-sponsor__group {
  width: 100%;
}
.p-sponsor__group--host {
  position: relative;
}
.p-sponsor__group--support {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__group--support {
    margin-top: 40px;
  }
}
.p-sponsor__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__title {
    gap: 40px;
  }
}
.p-sponsor__title::before {
  display: block;
  position: absolute;
  content: "";
}
.p-sponsor__title::after {
  display: block;
  position: absolute;
  content: "";
}
.p-sponsor__title::before, .p-sponsor__title::after {
  flex: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  min-width: 40px;
  height: 1px;
  background: var(--color-text-base);
}
.p-sponsor__title span {
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__title span {
    font-size: 20px;
  }
}
.p-sponsor__name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name {
    margin-top: 6px;
  }
}
.p-sponsor__name:nth-of-type(1) {
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name:nth-of-type(1) {
    margin-top: 16px;
  }
}
.p-sponsor__name p {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name p {
    font-size: 16px;
  }
}
.p-sponsor__name img {
  margin-top: 4px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name img {
    margin-top: 4px;
  }
}
.p-sponsor__name img.zip-fm {
  width: auto;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name img.zip-fm {
    height: 36px;
  }
}
.p-sponsor__name img.nagoyashi {
  width: auto;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__name img.nagoyashi {
    height: 48px;
  }
}

/* ================ cs ================ */
.p-cs {
  padding: 64px 40px;
}
@media screen and (max-width: 1024px) {
  .p-cs {
    padding: 32px 20px;
  }
}
.p-cs p {
  color: var(--color-secondary);
  font-family: var(--font-family-secondary);
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .p-cs p {
    font-size: 20px;
  }
}

/* ================ decoration ================ */
.u-border--gray-300 {
  border: 1px solid var(--gray-300);
}
.u-border--gray-400 {
  border: 1px solid var(--gray-400);
}
.u-border--gray-500 {
  border: 1px solid var(--gray-500);
}
.u-border--radius-4 {
  border-radius: 4px;
}
.u-border--radius-8 {
  border-radius: 8px;
}
.u-border--radius-16 {
  border-radius: 16px;
}

.u-bg--white {
  background: var(--color-background) !important;
}

/* ================ display ================ */
.u-pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}
.u-pc--inline {
  display: inline-block !important;
}
@media screen and (max-width: 1024px) {
  .u-pc--inline {
    display: none !important;
  }
}

.u-ta {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-ta {
    display: block !important;
  }
}
.u-ta--inline {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-ta--inline {
    display: inline-block !important;
  }
}

.u-hidden {
  display: none !important;
}

/* ================ margin ================ */
.u-mt--0 {
  margin-top: 0 !important;
}
.u-mt--2 {
  margin-top: 2px !important;
}
.u-mt--3 {
  margin-top: 3px !important;
}
.u-mt--4 {
  margin-top: 4px !important;
}
.u-mt--5 {
  margin-top: 5px !important;
}
.u-mt--6 {
  margin-top: 6px !important;
}
.u-mt--8 {
  margin-top: 8px !important;
}
.u-mt--10 {
  margin-top: 10px !important;
}
.u-mt--12 {
  margin-top: 12px !important;
}
.u-mt--16 {
  margin-top: 16px !important;
}
.u-mt--20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--20 {
    margin-top: 12px !important;
  }
}
.u-mt--24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--24 {
    margin-top: 16px !important;
  }
}
.u-mt--28 {
  margin-top: 28px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--28 {
    margin-top: 16px !important;
  }
}
.u-mt--32 {
  margin-top: 32px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--32 {
    margin-top: 16px !important;
  }
}
.u-mt--36 {
  margin-top: 36px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--36 {
    margin-top: 18px !important;
  }
}
.u-mt--40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--40 {
    margin-top: 20px !important;
  }
}
.u-mt--48 {
  margin-top: 48px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--48 {
    margin-top: 24px !important;
  }
}
.u-mt--56 {
  margin-top: 56px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--56 {
    margin-top: 28px !important;
  }
}
.u-mt--64 {
  margin-top: 64px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--64 {
    margin-top: 32px !important;
  }
}
.u-mt--80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 1024px) {
  .u-mt--80 {
    margin-top: 40px !important;
  }
}

/* ================ padding ================ */
.u-p--0 {
  padding: 0 !important;
}

.u-pt--0 {
  padding-top: 0 !important;
}

/* ================ text ================ */
.u-text--left {
  text-align: left;
}
.u-text--center {
  text-align: center;
}
.u-text--right {
  text-align: right;
}
.u-text--fz10 {
  font-size: 10px !important;
}
.u-text--fz11 {
  font-size: 11px !important;
}
.u-text--fz12 {
  font-size: 12px !important;
}
.u-text--fz13 {
  font-size: 13px !important;
}
.u-text--fz14 {
  font-size: 14px !important;
}
.u-text--fz15 {
  font-size: 15px !important;
}
.u-text--fz20 {
  font-size: 20px !important;
}
.u-text--white {
  color: var(--white) !important;
}
.u-text--red {
  color: var(--color-red) !important;
}

/* ================ width ================ */
.u-w--376 {
  width: min(376px, 100%);
}
.u-w--572 {
  width: min(572px, 100%);
}
.u-w--768 {
  width: min(768px, 100%);
}
.u-w--964 {
  width: min(964px, 100%);
}
.u-w--1160 {
  width: min(1160px, 100%);
}
.u-w--1280 {
  width: min(1280px, 100%);
}
.u-w--fit {
  width: -moz-fit-content;
  width: fit-content;
}
.u-w--full {
  width: 100%;
}
.u-w--over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}/*# sourceMappingURL=style.css.map */