@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ==================================================
   Base
   ================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #0e0e0e;
  font-size: 1.6rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.tb {
  display: none;
}
@media (width <= 992px) {
  .tb {
    display: block;
  }
}

.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}

.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.loading-screen.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loading-screen .loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  color: #666; 
}

.loader__badge {
  position: relative;
  width: 140px;
  aspect-ratio: 1;
  display: grid; place-items: center;
}

.loader__badge::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,.08);
}

.loader__badge::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--loader-accent, currentColor); /* 変更したい色があれば --loader-accent を上書き */
  animation: loader-spin 1s linear infinite;
}

.loader__logo {
  max-width: 70%;
  height: auto;
  display: block;
  animation: loader-pop .6s ease-out both; /* ふわっと出現 */
}
.loader__dots { display: flex; gap: 6px; }
.loader__dots span {
  width: 6px; height: 6px; border-radius: 50%;
  background: currentColor;
  opacity: .5;
  animation: loader-bounce 1.2s infinite ease-in-out;
}
.loader__dots span:nth-child(2){ animation-delay: .15s; }
.loader__dots span:nth-child(3){ animation-delay: .30s; }

@keyframes loader-spin { to { transform: rotate(360deg); } }
@keyframes loader-pop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes loader-bounce {
  0%, 80%, 100% { transform: scale(.6); opacity: .5; }
  40%          { transform: scale(1);   opacity: 1; }
}

@media (max-width: 768px) {
  .loader__badge { width: 110px; }
}

/* アニメ苦手な方の環境に配慮 */
@media (prefers-reduced-motion: reduce) {
  .loader__badge::after, .loader__logo, .loader__dots span { animation: none !important; }
}

.l-header {
  height: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #ffdd55;
}
@media (width <= 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header .l-header__inner {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header .l-header__logo {
  margin: 0;
  max-width: 220px;
  width: 100%;
}
@media (width <= 768px) {
  .l-header .l-header__logo {
    max-width: 200px;
  }
}
.l-header .l-header__content {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 40px;
}
@media (width <= 992px) {
  .l-header .l-header__content {
    gap: 16px;
  }
}
@media (width <= 768px) {
  .l-header .l-header__content {
    display: none;
  }
}
.l-header .l-header__nav {
  display: flex;
  height: 100%;
  align-items: center;
}
.l-header .l-header__nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
@media (width <= 992px) {
  .l-header .l-header__nav ul {
gap: clamp(8px, 8px + (16 - 8) * (100vw - 768px) / 224, 16px);
  }
}
.l-header .l-header__nav li {
  font-family: "Alumni Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.88px;
}
.l-header .l-header__sns {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
}
.l-header .l-header__sns-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.l-header .l-header__hamburger {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.l-header .l-header__hamburger .l-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.l-header .l-header__hamburger span {
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s;
  position: absolute;
}
.l-header .l-header__hamburger span:nth-of-type(1) {
  top: 0;
}
.l-header .l-header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header__hamburger span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
}
.l-header .l-header__hamburger.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header .l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header .l-header__hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.l-header .l-header__hamb-menu {
  background: #fff6d4;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px 60px 20px;
  transform: translateY(-100%);
}
.l-header .l-header__hamb-menu.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: flex-start;
}
.l-header .l-header__hamb-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header .l-header__hamb-nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.l-header .l-header__hamb-nav li {
  font-family: "Alumni Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.12px;
}
.l-header .l-header__hamb-sns {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}
.l-header .l-header__hamb-sns .l-header__sns-icon {
  width: 48px;
  height: 48px;
  aspect-ratio: 1;
}

.l-footer {
  width: 100%;
}
@media (width <= 768px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer .l-footer__up {
  display: flex;
}
@media (width <= 992px) {
  .l-footer .l-footer__up {
    flex-direction: column;
  }
}
.l-footer .l-footer__banner {
  flex: 0 0 50%;
  padding: 20px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l-footer .l-footer__banner--recruit {
  background: url(../img/img-banner-rec.jpg) no-repeat center center/cover;
}
.l-footer .l-footer__banner--about {
  background: url(../img/img-banner-about.jpg) no-repeat center center/cover;
}
@media (width <= 992px) {
  .l-footer .l-footer__banner {
    padding-bottom: 40px;
    flex: auto;
  }
}
.l-footer .l-footer__banner-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.25);
  font-family: "Alumni Sans", sans-serif;
  font-size: 68px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 1.36px;
}
.l-footer .l-footer__banner-text {
  color: #fff;
  text-align: center;
  margin: 0;
  margin-top: 16px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.25);
  font-weight: 900;
  letter-spacing: 0.8px;
}
@media (width <= 768px) {
  .l-footer .l-footer__banner-text {
    margin-top: 0;
  }
}
.l-footer .l-footer__banner-btn {
  margin: 32px auto 0 auto;
  max-width: 280px;
  width: 100%;
}
.l-footer .l-footer__low {
  background: #ffdd55;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px 20px;
}
.l-footer .l-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.l-footer .l-footer__sns-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.l-footer .l-footer__nav {
  margin-top: 16px;
  display: flex;
}
@media (width <= 768px) {
  .l-footer .l-footer__nav {
    flex-direction: column;
    margin-bottom:16px;
  }
}
.l-footer .l-footer__nav ul {
  display: flex;
  gap: 48px;
}
@media (width <= 768px) {
  .l-footer .l-footer__nav ul {
    gap: 24px;
    flex-direction: column;
    align-items: center;
  }
}
.l-footer .l-footer__nav li {
  font-family: "Alumni Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
}
.l-footer .l-footer__copy {
  background: #004712;
  text-align: center;
  padding: 4px;
}
.l-footer .l-footer__copy span {
  color: #fff;
  font-family: "Alumni Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1.12px;
}
.l-footer .l-footer__logo {
  width: 200px;
  margin: 0 auto 8px auto;
}

.l-footer .l-footer__link{
      display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
    margin-top: 24px;
  font-size:12px;

}
.l-main {
  background-image: radial-gradient(circle, #ccc 1px, transparent 1px);
  background-size: 17px 17px;
  overflow: hidden;
}
@media (width <= 768px) {
  .l-main {
    background-size: 18px 18px;
    background-image: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  }
}

.l-section {
  padding: 120px 0;
}
.l-section--fst{
  padding-top:80px;
}
@media (width <= 768px) {
  .l-section {
    padding: 80px 0;
  }
}
.l-section--sm {
  padding: 60px 0;
}
@media (width <= 768px) {
  .l-section--sm {
    padding: 40px 0;
  }
}

.l-section__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-section__inner--lg {
  max-width: 1440px;
}
.l-section__inner--sm {
  max-width: 1000px;
}
.l-section__inner--xsm {
  max-width: 800px;
  padding: 0 20px;
}

.l-section__headline {
  text-align: center;
}

.l-section__content {
  margin-top: 50px;
}
@media (width <= 768px) {
  .l-section__content {
    margin-top: 24px;
  }
}

/**
 * ------------------------------------------------
 * FLOCSS Component - Grid & Columns
 * ------------------------------------------------
 *
 * 【使用例】
 *  - .c-grid      => 自動グリッド（等間隔カラム）
 *  - .c-grid-3    => 3カラムのグリッド
 *  - .c-grid-md-2 => 画面幅900px(md)以上で2カラムグリッド
 *  - .c-col-4     => 親がflex/gridのとき4分割（4/12）
 *
 * ※ 親要素に `.c-grid` を指定し、子要素に `.c-col` 系を指定すると柔軟なレイアウトが可能
 */
/* Grid Layout */
.c-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.c-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.c-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.c-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.c-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.c-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 600px) {
  .c-grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 900px) {
  .c-grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1200px) {
  .c-grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 599px) {
  .c-grid-max-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-max-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-max-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-max-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-max-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-max-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 899px) {
  .c-grid-max-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-max-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-max-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-max-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-max-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-max-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1199px) {
  .c-grid-max-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-grid-max-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-grid-max-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-grid-max-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-grid-max-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .c-grid-max-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
/* Column (c-col) */
.c-col {
  width: 100%;
}

.c-col-1 {
  width: calc(1 / 12 * 100%);
}

.c-col-2 {
  width: calc(2 / 12 * 100%);
}

.c-col-3 {
  width: calc(3 / 12 * 100%);
}

.c-col-4 {
  width: calc(4 / 12 * 100%);
}

.c-col-5 {
  width: calc(5 / 12 * 100%);
}

.c-col-6 {
  width: calc(6 / 12 * 100%);
}

.c-col-7 {
  width: calc(7 / 12 * 100%);
}

.c-col-8 {
  width: calc(8 / 12 * 100%);
}

.c-col-9 {
  width: calc(9 / 12 * 100%);
}

.c-col-10 {
  width: calc(10 / 12 * 100%);
}

.c-col-11 {
  width: calc(11 / 12 * 100%);
}

.c-col-12 {
  width: calc(12 / 12 * 100%);
}

@media (min-width: 600px) {
  .c-col-sm-1 {
    width: calc(1 / 12 * 100%);
  }
  .c-col-sm-2 {
    width: calc(2 / 12 * 100%);
  }
  .c-col-sm-3 {
    width: calc(3 / 12 * 100%);
  }
  .c-col-sm-4 {
    width: calc(4 / 12 * 100%);
  }
  .c-col-sm-5 {
    width: calc(5 / 12 * 100%);
  }
  .c-col-sm-6 {
    width: calc(6 / 12 * 100%);
  }
  .c-col-sm-7 {
    width: calc(7 / 12 * 100%);
  }
  .c-col-sm-8 {
    width: calc(8 / 12 * 100%);
  }
  .c-col-sm-9 {
    width: calc(9 / 12 * 100%);
  }
  .c-col-sm-10 {
    width: calc(10 / 12 * 100%);
  }
  .c-col-sm-11 {
    width: calc(11 / 12 * 100%);
  }
  .c-col-sm-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 900px) {
  .c-col-md-1 {
    width: calc(1 / 12 * 100%);
  }
  .c-col-md-2 {
    width: calc(2 / 12 * 100%);
  }
  .c-col-md-3 {
    width: calc(3 / 12 * 100%);
  }
  .c-col-md-4 {
    width: calc(4 / 12 * 100%);
  }
  .c-col-md-5 {
    width: calc(5 / 12 * 100%);
  }
  .c-col-md-6 {
    width: calc(6 / 12 * 100%);
  }
  .c-col-md-7 {
    width: calc(7 / 12 * 100%);
  }
  .c-col-md-8 {
    width: calc(8 / 12 * 100%);
  }
  .c-col-md-9 {
    width: calc(9 / 12 * 100%);
  }
  .c-col-md-10 {
    width: calc(10 / 12 * 100%);
  }
  .c-col-md-11 {
    width: calc(11 / 12 * 100%);
  }
  .c-col-md-12 {
    width: calc(12 / 12 * 100%);
  }
}
@media (min-width: 1200px) {
  .c-col-lg-1 {
    width: calc(1 / 12 * 100%);
  }
  .c-col-lg-2 {
    width: calc(2 / 12 * 100%);
  }
  .c-col-lg-3 {
    width: calc(3 / 12 * 100%);
  }
  .c-col-lg-4 {
    width: calc(4 / 12 * 100%);
  }
  .c-col-lg-5 {
    width: calc(5 / 12 * 100%);
  }
  .c-col-lg-6 {
    width: calc(6 / 12 * 100%);
  }
  .c-col-lg-7 {
    width: calc(7 / 12 * 100%);
  }
  .c-col-lg-8 {
    width: calc(8 / 12 * 100%);
  }
  .c-col-lg-9 {
    width: calc(9 / 12 * 100%);
  }
  .c-col-lg-10 {
    width: calc(10 / 12 * 100%);
  }
  .c-col-lg-11 {
    width: calc(11 / 12 * 100%);
  }
  .c-col-lg-12 {
    width: calc(12 / 12 * 100%);
  }
}
.c-col-flex1 {
  flex: 1;
}

.c-col-flex50 {
  flex: 0 0 50%;
}

.c-col-flex33 {
  flex: 0 0 33.3333%;
}

.c-col-flex25 {
  flex: 0 0 25%;
}

@media (width <= 992px) {
  .c-col-flex-lg-1 {
    flex: 1;
  }
}

@media (width <= 768px) {
  .c-col-md-flex1 {
    flex: 1;
  }
}

@media (width <= 992px) {
  .c-flex-lg-col {
    flex-direction: column;
  }
}

@media (width <= 768px) {
  .c-flex-md-col {
    flex-direction: column;
  }
}

/* Flexbox Grid */
.c-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
}

.c-flex-1 {
  flex: 1 1 calc(100% / 1 - 1rem);
}

.c-flex-2 {
  flex: 1 1 calc(100% / 2 - 1rem);
}

.c-flex-3 {
  flex: 1 1 calc(100% / 3 - 1rem);
}

.c-flex-4 {
  flex: 1 1 calc(100% / 4 - 1rem);
}

.c-flex-5 {
  flex: 1 1 calc(100% / 5 - 1rem);
}

.c-flex-6 {
  flex: 1 1 calc(100% / 6 - 1rem);
}

@media (min-width: 600px) {
  .c-flex-sm-1 {
    flex: 1 1 calc(100% / 1 - 1rem);
  }
  .c-flex-sm-2 {
    flex: 1 1 calc(100% / 2 - 1rem);
  }
  .c-flex-sm-3 {
    flex: 1 1 calc(100% / 3 - 1rem);
  }
  .c-flex-sm-4 {
    flex: 1 1 calc(100% / 4 - 1rem);
  }
  .c-flex-sm-5 {
    flex: 1 1 calc(100% / 5 - 1rem);
  }
  .c-flex-sm-6 {
    flex: 1 1 calc(100% / 6 - 1rem);
  }
}
@media (min-width: 900px) {
  .c-flex-md-1 {
    flex: 1 1 calc(100% / 1 - 1rem);
  }
  .c-flex-md-2 {
    flex: 1 1 calc(100% / 2 - 1rem);
  }
  .c-flex-md-3 {
    flex: 1 1 calc(100% / 3 - 1rem);
  }
  .c-flex-md-4 {
    flex: 1 1 calc(100% / 4 - 1rem);
  }
  .c-flex-md-5 {
    flex: 1 1 calc(100% / 5 - 1rem);
  }
  .c-flex-md-6 {
    flex: 1 1 calc(100% / 6 - 1rem);
  }
}
@media (min-width: 1200px) {
  .c-flex-lg-1 {
    flex: 1 1 calc(100% / 1 - 1rem);
  }
  .c-flex-lg-2 {
    flex: 1 1 calc(100% / 2 - 1rem);
  }
  .c-flex-lg-3 {
    flex: 1 1 calc(100% / 3 - 1rem);
  }
  .c-flex-lg-4 {
    flex: 1 1 calc(100% / 4 - 1rem);
  }
  .c-flex-lg-5 {
    flex: 1 1 calc(100% / 5 - 1rem);
  }
  .c-flex-lg-6 {
    flex: 1 1 calc(100% / 6 - 1rem);
  }
}
.c-col-fill {
  flex: 1 1 auto;
}

/* Align (Flex Alignment) */
.c-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-align-start {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.c-align-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.c-align-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-align-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.c-align-evenly {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* Gap Utilities */
.c-gap-s {
  gap: 0.5rem;
}

.c-gap-m {
  gap: 1rem;
}

.c-gap-l {
  gap: 2rem;
}

@media (min-width: 600px) {
  .c-gap-sm-s {
    gap: 0.5rem;
  }
  .c-gap-sm-m {
    gap: 1rem;
  }
  .c-gap-sm-l {
    gap: 2rem;
  }
}
@media (min-width: 900px) {
  .c-gap-md-s {
    gap: 0.5rem;
  }
  .c-gap-md-m {
    gap: 1rem;
  }
  .c-gap-md-l {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .c-gap-lg-s {
    gap: 0.5rem;
  }
  .c-gap-lg-m {
    gap: 1rem;
  }
  .c-gap-lg-l {
    gap: 2rem;
  }
}
/* Typography */
.c-lh-tight {
  line-height: 1.2;
}

.c-lh-normal {
  line-height: 1.5;
}

.c-lh-relaxed {
  line-height: 1.75;
}

@media (min-width: 600px) {
  .c-lh-sm-tight {
    line-height: 1.2;
  }
  .c-lh-sm-normal {
    line-height: 1.5;
  }
  .c-lh-sm-relaxed {
    line-height: 1.75;
  }
}
@media (min-width: 900px) {
  .c-lh-md-tight {
    line-height: 1.2;
  }
  .c-lh-md-normal {
    line-height: 1.5;
  }
  .c-lh-md-relaxed {
    line-height: 1.75;
  }
}
@media (min-width: 1200px) {
  .c-lh-lg-tight {
    line-height: 1.2;
  }
  .c-lh-lg-normal {
    line-height: 1.5;
  }
  .c-lh-lg-relaxed {
    line-height: 1.75;
  }
}
.c-text-left {
  text-align: left;
}

.c-text-center {
  text-align: center;
}

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

@media (min-width: 600px) {
  .c-text-sm-left {
    text-align: left;
  }
  .c-text-sm-center {
    text-align: center;
  }
  .c-text-sm-right {
    text-align: right;
  }
}
@media (min-width: 900px) {
  .c-text-md-left {
    text-align: left;
  }
  .c-text-md-center {
    text-align: center;
  }
  .c-text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .c-text-lg-left {
    text-align: left;
  }
  .c-text-lg-center {
    text-align: center;
  }
  .c-text-lg-right {
    text-align: right;
  }
}
.c-card {
  padding: 2rem;
}

.c-title {
  font-family: "Alumni Sans", sans-serif;
  font-size: 96px;
  font-weight: 600;
  letter-spacing: 1.92px;
  margin: 0;
  margin-top: 4px;
  line-height: 1;
}
@media (width <= 768px) {
  .c-title {
    font-size: 64px;
    letter-spacing: 1.28px;
  }
}
.c-title--sm {
  font-size: 72px;
}
@media (width <= 768px) {
.c-title--sm {
  font-size: 56px;
}
}
.c-title2 {
  position: relative;
  margin: 0;
  color: #004712;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
  padding-left: 20px;
  line-height: 2;
}
@media (width <= 768px) {
.c-title2 {
  font-size: 20px;
   line-height: 1.8;
}
}
.c-title2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #0e4c28;
}

.c-subtitle {
  font-family: "Alumni Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
}
@media (width <= 768px) {
  .c-subtitle {
    font-size: 32px;
    letter-spacing: .8px;
  }
}

.c-hidden {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.c-marker {
  background-image: linear-gradient(#fffd3e, #fffd3e);
  background-position: 0 92%;
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  display: inline;
  padding-bottom: 0.2em;
}

.c-decorator:after,
.c-decorator:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(-90deg, currentColor 50%, rgba(0, 0, 0, 0) 0);
  background-size: 6px 6px;
  content: "";
  display: inline-block;
  height: 2px;
  width: 1.2em;
}

.c-decorator::after {
  transform: translate(0.2em, -0.3em) rotate(-45deg);
}

.c-decorator::before {
  transform: translate(-0.2em, -0.3em) rotate(45deg);
}

.c-baloon {
  text-align: center;
  color: #ffffff;
  background-color: #858585;
  border-radius: 2rem;
  padding: 1.2rem 0;
  margin-bottom: 3.8rem;
  position: relative;
}

.c-baloon::after {
  content: "";
  width: 2.8rem;
  height: 3.2rem;
  background-color: #858585;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-modal .c-modal__content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 4px;
  padding: 1rem;
}

.c-list {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

.c-list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-inline li {
  display: inline-block;
  margin-right: 0.5em;
}
.c-list-inline li:last-child {
  margin-right: 0;
}

.c-list-divider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list-divider li {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
}
.c-list-divider li:last-child {
  border-bottom: none;
}

/**
 * Form Elements (フォーム要素)
 * テキスト系入力、セレクトボックス
 */
.c-input,
.c-textarea,
.c-select {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input:focus,
.c-textarea:focus,
.c-select:focus {
  outline: none;
  border-color: #66aaff;
  box-shadow: 0 0 0 2px rgba(102, 170, 255, 0.3);
}

.c-textarea {
  min-height: 4em;
  resize: vertical;
}

/**
 * Label (ラベル)
 * フォーム部品のラベルを統一スタイルに
 */
.c-label {
  display: inline-block;
  margin-bottom: 0.25em;
  font-weight: 600;
  color: #333;
}

/**
 * Custom Checkbox / Radio (チェックボックス・ラジオ)
 * .c-checkbox や .c-radio コンテナ内で input を非表示にし、.c-label の疑似要素で見た目を作る
 */
.c-checkbox,
.c-radio {
  position: relative;
  margin-bottom: 0.5em;
}
.c-checkbox input[type=checkbox],
.c-checkbox input[type=radio],
.c-radio input[type=checkbox],
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.c-checkbox .c-label::before,
.c-radio .c-label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 2px solid #333;
  background: #fff;
  vertical-align: middle;
  margin-right: 0.5em;
  border-radius: 3px;
  box-sizing: border-box;
}
.c-checkbox.c-radio .c-label::before,
.c-radio.c-radio .c-label::before {
  border-radius: 50%;
}
.c-checkbox input:checked + .c-label::before,
.c-radio input:checked + .c-label::before {
  background-color: #333;
}

.c-breadcrumb__list {
  display: flex;
  list-style: none;
}
.c-breadcrumb__list li {
  position: relative;
  margin-right: 8px;
}
.c-breadcrumb__list li + li::before {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: 8px;
}

.c-bottom {
  height: 60px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media (width <= 768px) {
  .c-bottom {
    position: fixed;
    display: flex;
  }
}

.c-bottom__item {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-bottom__item--mobile {
  display: flex;
  background: #ffbf00;
  padding: 0 12px;
}

.c-bottom__item--uber {
  background: #06c167;
  padding-bottom:5px;
}

.c-bottom__item--uber,
.c-bottom__item--mobile {
    flex: 0 0 50%;
}

.c-bottom__item--uber:only-child,
.c-bottom__item--mobile:only-child {
    flex: 0 0 100%;
}

.c-bottm__item-uber {
  max-width: 180px;
}

.c-bottom__item-text {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: clamp(12px, 12px + (15 - 12) * (100vw - 300px) / 75, 15px);
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.3px;
}

.c-bottom__item-sub {
  margin: 0;
  color: #000;
  font-size: 10px;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.5px;
}

.c-bottom__img {
  flex: 0 0 34px;
}

.c-bottm__item-content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.c-sidebar__wrap {
  flex: 0 0 clamp(240px, 240px + (280 - 240) * (100vw - 992px) / 428, 280px);
}
@media (width <= 992px) {
  .c-sidebar__wrap {
    flex: auto;
    width: 100%;
    max-width:480px;
    margin:0 auto;
  }
}

.c-sidebar {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.c-sidebar__block {
  margin-top: 16px;
}
.c-sidebar__block:first-child {
  margin-top: 0;
}

.c-sidebar-category {
  color: #004712;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.8;
  margin: 0 0 16px 0;
  position: relative;
  padding-left: 22px;
}
.c-sidebar-category::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 8px;
  background: #0e4c28;
}

.c-sidebar__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 8px;
  height: 100%;
}
.c-sidebar__item:hover .c-sidebar__item-title {
  color: #004712;
}

.c-sidebar__item-img {
  aspect-ratio: 1;
  overflow: hidden;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.c-sidebar__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sidebar__item-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  transition: all 0.3s ease-in-out;
}

.c-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-sidebar__list li {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  position: relative;
  padding-left: 2em;
  transition: all 0.3s ease-in-out;
}
.c-sidebar__list li::before {
  content: "・";
  position: absolute;
  left: 1em;
  transform: translateY(-50%);
  top: 50%;
}
.c-sidebar__list li:hover {
  background: #ecf3f0;
}

.c-sidebar__list li.is-active{
   background: #ecf3f0;
}

.c-sidebar__list li.is-active a{
  color: #004712;
}

.c-sidebar__list li:hover a {
  opacity: 1;
  color: #004712;
}
.c-sidebar__list li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 12px 0;
}
.c-sidebar__list--product li {
  padding-left: 0;
}
.c-sidebar__list--product li::before {
  display: none;
}
.c-sidebar__list--product li a {
  display: inline-flex;
  padding:12px 8px;
}
.c-sidebar__list--product li:hover {
  background: transparent;
}

.c-product-size {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alumni Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.c-product-size--r {
  background: #af5182;
}
.c-product-size--b {
  background: #d9197c;
}

.c-time {
  color: #004712;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 600;
}

.c-product-size {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alumni Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (width <= 768px) {
  .c-product-size {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.c-product-size--grape {
  background-color: #af5182;
}
.c-product-size--pink {
  background-color: #d9197c;
}
.c-product-size--yellow {
  background-color: #f2b706;
}
.c-product-size--orange {
  background-color: #ff7700;
}

.c-product__price-text {
  font-family: "Alumni Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin: 0;
}

.c-label {
  display: inline-flex;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  height: 38px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.c-label {
  font-size: 14px;
}
}
.c-label--green {
  color: #fff;
  background: #3f866a;
}
.c-label--green2 {
  color: #fff;
background: #004712;
}

.c-more {
  margin: 100px auto 0 auto;
  max-width: 280px;
  width: 100%;
}

@media (width <= 768px) {
.c-more {
  margin: 64px auto 0 auto;
}
}

.c-more .c-btn {
  height: 64px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media (width <= 768px) {
  .c-more .c-btn {
    font-size: 14px;
    height: 50px;
  }
}

.c-baloon-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 56px;
  color: #fff;
}
.c-baloon-nav__item:hover path {
  fill: #d9197c;
}
.c-baloon-nav__item:hover a {
  opacity: 1;
}
@media (width <= 768px) {
  .c-baloon-nav__item {
    width: 88px;
    height: 46px;
  }
}

.c-baloon-nav__item--lg{
  width: 166px;
  height: 78px;
}
@media (width <= 768px) {
.c-baloon-nav__item--lg{
  width: 160px;
  height: 72px;
}
}

.c-locations-nav__btn {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 768px) {
  .c-locations-nav__btn {
    font-size: 11px;
  }
}

.c-baloon-nav__item--lg  .c-locations-nav__btn{
  font-size:15px;
   letter-spacing: -0.75px;
}
@media (width <= 768px) {
.c-baloon-nav__item--lg  .c-locations-nav__btn{
  font-size:14px;
}
}

.c-baloon-nav__item-img {
  position: absolute;
  top: 0;
  left: 0;
}
.c-baloon-nav__item-img svg {
  filter: drop-shadow(-6px 2px 0 #ffe3f1);
}
.c-baloon-nav__item-img svg path {
  transition: all 0.3s ease-in-out;
}
@media (width <= 768px) {
  .c-baloon-nav__item-img svg {
    filter: drop-shadow(-4px 1px 0 #ffe3f1);
  }
}
@media (width <= 768px) {
  .c-baloon-nav__item-img {
    width: 90px;
    height: 48px;
  }
  .c-baloon-nav__item-img svg {
    width: 100%;
    height: 100%;
  }
}

.c-baloon-nav {
  padding-top: 80px;
}
.c-baloon-nav .l-section__inner {
  display: flex;
  gap: 26px;
  justify-content: center;
}
@media (width <= 768px) {
  .c-baloon-nav .l-section__inner {
    padding: 0 12px;
    gap: 5%;
  }
}

.c-table {
  border-collapse: collapse;
  margin: 40px 0 16px 0;
  width: 100%;
}
.c-table ul {
  margin: 8px 0;
  padding: 0;
  list-style: none;
}
.c-table ul li {
  position: relative;
}
@media (width <= 768px) {
.c-table th, .c-table td {
  font-size:14px;
}
}

.c-table ul li::before {
  content: "・";
  margin-right: 0.2em;
}

.c-table th,
.c-table td {
  padding: 12px 26px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.75px;
  border: 1px solid #e0d8b7;
  vertical-align: middle;
}

.c-table th {
  background: #fff0b5;
  font-weight: 500;
  text-align: left;
  min-width: 120px;
}

.c-table td {
  background: #fff;
}

.c-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/img-part-time.jpg) no-repeat center center/cover;
}
.c-banner--part {
  max-width: 760px;
  margin: 120px auto 80px auto;
  height: 160px;
}

.c-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-banner__up {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-family: "Alumni Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media (width <= 768px) {
.c-banner__up {
  font-size: 22px;
  letter-spacing: 1.4px;
}
}


.c-banner__low {
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1.8px;
}
@media (width <= 768px) {
.c-banner__low {
  font-size: 24px;
    letter-spacing: 1.6px;
}
}

.c-form__wrap {
  background: #fff;
  padding: 60px 8px;
  border: 1px solid #e0d8b7;
  background: #fff;
  margin: 8px 0;
  margin-bottom: 80px;
}
@media (width <= 768px) {
.c-form__wrap {
 padding: 32px 10px;
}
}

.c-form {
  max-width: 525px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.c-form__group {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.c-form__group:has(.error) .c-form__input {
  background: #ffedf3;
  border-color: #b10e44;
}

.mw_wp_form .error {
  color: #b10e44;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
}

.c-form__label {
  font-weight: 700;
  line-height: 1.4;
}
@media (width <= 768px) {
.c-form__label {
  font-size:15px;
}
}

.c-form__required {
  display: inline-flex;
  height: 23px;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #d9197c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 16px;
}
@media (width <= 768px) {
.c-form__required {
  height: 20px;
  padding: 1px 8px;
  margin-left: 14px;
    font-size: 11px;
}
}

.c-form__input {
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #b6b6b6;
  background: #fff;
  padding: 8px 12px;
}

.c-form__group--submit {
  max-width: 290px;
  margin: 24px auto 0 auto;
  width: 100%;
}
@media (width <= 768px) {
.c-form__group--submit {
  margin: 16px auto 0 auto;
}
}

.c-form__group-radio {
  /* キーボードフォーカスの見え方 */
}
.c-form__group-radio .mwform-radio-field {
  display: inline-block;
  margin-right: 12px;
}
.c-form__group-radio input[type=radio] {
  position: absolute !important;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
.c-form__group-radio .mwform-radio-field-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 28px;
  line-height: 1.6;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-form__group-radio .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  border: 2px solid #c8ccd2;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.c-form__group-radio .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  transform: scale(0);
  transition: transform 0.15s ease;
}
.c-form__group-radio input[type=radio]:checked + .mwform-radio-field-text::before {
  border-color: #000;
  background: #fff;
}
.c-form__group-radio input[type=radio]:checked + .mwform-radio-field-text::after {
  transform: scale(1);
}
.c-form__group-radio input[type=radio]:focus-visible + .mwform-radio-field-text::before {
  box-shadow: 0 0 0 3px rgba(8, 177, 91, 0.25);
  border-color: #000;
}

.mw_wp_form.mw_wp_form_complete {
  max-width: 525px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
}
.mw_wp_form.mw_wp_form_complete .c-form__group--submit {
  height: 64px;
}
.mw_wp_form.mw_wp_form_complete p {
  line-height: 160%;
}

.c-pagination {
  margin-top: 40px;
  margin-bottom:24px;
  display: flex;
  justify-content: center;
}
.c-pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #004712;
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.06s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.c-pagination__link:hover, .c-pagination__link:focus-visible {
  background: #004712;
  color: #fff;
}
.c-pagination__link.is-current {
  background: #004712;
  color: #fff;
}


@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.c-scroll-infinity--2{
  margin-top:-8vh;
}
@media (width <= 768px) {
  .c-scroll-infinity--2{
  margin-top:0;
}
}

.c-scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.c-scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.c-scroll-infinity__item {
  height: 45vh;
  width: auto;
}
@media (width <= 768px) {
  .c-scroll-infinity__item {
    max-height: 400px;
    height: 210px;
  }
}
.c-scroll-infinity__item img {
  height: 100%;
  width: auto;
  animation: tilt-animation 3s steps(1, end) infinite;
}
.c-scroll-infinity__item:nth-child(1) img {
  animation-delay: 0s;
}
.c-scroll-infinity__item:nth-child(2) img {
  animation-delay: 0.5s;
}
.c-scroll-infinity__item:nth-child(3) img {
  animation-delay: 1s;
}
.c-scroll-infinity__item:nth-child(4) img {
  animation-delay: 1.5s;
}
.c-scroll-infinity__item:nth-child(5) img {
  animation-delay: 2s;
}
.c-scroll-infinity__item--2 img {
  height: 100%;
  width: auto;
  animation: tilt-animation2 3s steps(1, end) infinite;
}
.c-scroll-infinity__item--2:nth-child(1) img {
  animation-delay: 0.2s;
}
.c-scroll-infinity__item--2:nth-child(2) img {
  animation-delay: 0.7s;
}
.c-scroll-infinity__item--2:nth-child(3) img {
  animation-delay: 1.2s;
}
.c-scroll-infinity__item--2:nth-child(4) img {
  animation-delay: 1.7s;
}
.c-scroll-infinity__item--2:nth-child(5) img {
  animation-delay: 2.2s;
}

.c-scroll-infinity__item {
  width: 45vh;
}
@media (width <= 768px) {
  .c-scroll-infinity__item {
    max-width: 48vh;
    width:230px;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

.c-scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.c-scroll-infinity__list--right .c-scroll-infinity__item {
  height: 60vh;
}
@media (width <= 768px) {
  .c-scroll-infinity__list--right .c-scroll-infinity__item {
    height: 260px;
  }
}

@keyframes tilt-animation {
  0% {
    transform: rotate(-20deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes tilt-animation2 {
  0% {
    transform: rotate(20deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

.c-btn {
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 0 24px;
  transition: all 0.3s ease-in-out;
}

.c-btn--news {
  background: #3f866a;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  height: 34px;
  padding: 0 16px;
  letter-spacing: 0.65px;
}
.c-btn--news img {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  margin-left: auto;
}
@media (width <= 768px) {
  .c-btn--news {
    height: 32px;
  }
}

.c-btn--purple {
  background: #b10e44;
  color: #fff;
  font-weight: 700;
}

.c-btn--orange {
  background: #ff7700;
  color: #fff;
  font-weight: 700;
}

.c-btn--green {
  height: 44px;
  font-size: 14px;
  background: #3f866a;
  color: #fff;
  font-weight: 700;
}

.c-btn--green2 {
  background: #004712;
  color: #fff;
  font-weight: 700;
}
@media (width <= 768px) {
  .c-btn--green2 {
    font-size: 14px;
    height: 48px;
  }
}

.c-btn--insta {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(92deg, #ffd600 0%, #ff7a00 20%, #ff0069 40%, #d300c5 60%, #7638fa 80%);
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media (width <= 768px) {
  .c-btn--insta {
    padding: 0 8px;
    font-size: 14px;
    height: 48px;
  }
}

.c-btn--yellow {
  background: #ffdd55;
  color: #fff;
  font-weight: 700;
  color: #2c2c2c;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.7px;
  height: 48px;
}

.c-btn__container {
  line-height: 48px;
}

.c-btn--submit {
  border: none;
  background: #004712;
}

/*==================================
  Margin (共通 / ブレークポイント別)
==================================*/
/*--- 共通マージン ---*/
.u-mt-s {
  margin-top: 0.25rem;
}

.u-mr-s {
  margin-right: 0.25rem;
}

.u-mb-s {
  margin-bottom: 0.25rem;
}

.u-ml-s {
  margin-left: 0.25rem;
}

.u-mx-s {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.u-my-s {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.u-m-s {
  margin: 0.25rem;
}

.u-mt-m {
  margin-top: 0.5rem;
}

.u-mr-m {
  margin-right: 0.5rem;
}

.u-mb-m {
  margin-bottom: 0.5rem;
}

.u-ml-m {
  margin-left: 0.5rem;
}

.u-mx-m {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.u-my-m {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.u-m-m {
  margin: 0.5rem;
}

.u-mt-l {
  margin-top: 1rem;
}

.u-mr-l {
  margin-right: 1rem;
}

.u-mb-l {
  margin-bottom: 1rem;
}

.u-ml-l {
  margin-left: 1rem;
}

.u-mx-l {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u-my-l {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u-m-l {
  margin: 1rem;
}

/*--- ブレークポイント別マージン ---*/
@media (width >= 340px) {
  .u-mt-exsm-s {
    margin-top: 0.25rem;
  }
  .u-mr-exsm-s {
    margin-right: 0.25rem;
  }
  .u-mb-exsm-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-exsm-s {
    margin-left: 0.25rem;
  }
  .u-mx-exsm-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-exsm-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-exsm-s {
    margin: 0.25rem;
  }
  .u-mt-exsm-m {
    margin-top: 0.5rem;
  }
  .u-mr-exsm-m {
    margin-right: 0.5rem;
  }
  .u-mb-exsm-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-exsm-m {
    margin-left: 0.5rem;
  }
  .u-mx-exsm-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-exsm-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-exsm-m {
    margin: 0.5rem;
  }
  .u-mt-exsm-l {
    margin-top: 1rem;
  }
  .u-mr-exsm-l {
    margin-right: 1rem;
  }
  .u-mb-exsm-l {
    margin-bottom: 1rem;
  }
  .u-ml-exsm-l {
    margin-left: 1rem;
  }
  .u-mx-exsm-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-exsm-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-exsm-l {
    margin: 1rem;
  }
}
@media (width >= 400px) {
  .u-mt-sm-s {
    margin-top: 0.25rem;
  }
  .u-mr-sm-s {
    margin-right: 0.25rem;
  }
  .u-mb-sm-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-sm-s {
    margin-left: 0.25rem;
  }
  .u-mx-sm-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-sm-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-sm-s {
    margin: 0.25rem;
  }
  .u-mt-sm-m {
    margin-top: 0.5rem;
  }
  .u-mr-sm-m {
    margin-right: 0.5rem;
  }
  .u-mb-sm-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-sm-m {
    margin-left: 0.5rem;
  }
  .u-mx-sm-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-sm-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-sm-m {
    margin: 0.5rem;
  }
  .u-mt-sm-l {
    margin-top: 1rem;
  }
  .u-mr-sm-l {
    margin-right: 1rem;
  }
  .u-mb-sm-l {
    margin-bottom: 1rem;
  }
  .u-ml-sm-l {
    margin-left: 1rem;
  }
  .u-mx-sm-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-sm-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-sm-l {
    margin: 1rem;
  }
}
@media (width >= 768px) {
  .u-mt-md-s {
    margin-top: 0.25rem;
  }
  .u-mr-md-s {
    margin-right: 0.25rem;
  }
  .u-mb-md-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-md-s {
    margin-left: 0.25rem;
  }
  .u-mx-md-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-md-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-md-s {
    margin: 0.25rem;
  }
  .u-mt-md-m {
    margin-top: 0.5rem;
  }
  .u-mr-md-m {
    margin-right: 0.5rem;
  }
  .u-mb-md-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-md-m {
    margin-left: 0.5rem;
  }
  .u-mx-md-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-md-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-md-m {
    margin: 0.5rem;
  }
  .u-mt-md-l {
    margin-top: 1rem;
  }
  .u-mr-md-l {
    margin-right: 1rem;
  }
  .u-mb-md-l {
    margin-bottom: 1rem;
  }
  .u-ml-md-l {
    margin-left: 1rem;
  }
  .u-mx-md-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-md-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-md-l {
    margin: 1rem;
  }
}
@media (width >= 992px) {
  .u-mt-lg-s {
    margin-top: 0.25rem;
  }
  .u-mr-lg-s {
    margin-right: 0.25rem;
  }
  .u-mb-lg-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-lg-s {
    margin-left: 0.25rem;
  }
  .u-mx-lg-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-lg-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-lg-s {
    margin: 0.25rem;
  }
  .u-mt-lg-m {
    margin-top: 0.5rem;
  }
  .u-mr-lg-m {
    margin-right: 0.5rem;
  }
  .u-mb-lg-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-lg-m {
    margin-left: 0.5rem;
  }
  .u-mx-lg-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-lg-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-lg-m {
    margin: 0.5rem;
  }
  .u-mt-lg-l {
    margin-top: 1rem;
  }
  .u-mr-lg-l {
    margin-right: 1rem;
  }
  .u-mb-lg-l {
    margin-bottom: 1rem;
  }
  .u-ml-lg-l {
    margin-left: 1rem;
  }
  .u-mx-lg-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-lg-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-lg-l {
    margin: 1rem;
  }
}
@media (width >= 1200px) {
  .u-mt-xl-s {
    margin-top: 0.25rem;
  }
  .u-mr-xl-s {
    margin-right: 0.25rem;
  }
  .u-mb-xl-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-xl-s {
    margin-left: 0.25rem;
  }
  .u-mx-xl-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-xl-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-xl-s {
    margin: 0.25rem;
  }
  .u-mt-xl-m {
    margin-top: 0.5rem;
  }
  .u-mr-xl-m {
    margin-right: 0.5rem;
  }
  .u-mb-xl-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-xl-m {
    margin-left: 0.5rem;
  }
  .u-mx-xl-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-xl-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-xl-m {
    margin: 0.5rem;
  }
  .u-mt-xl-l {
    margin-top: 1rem;
  }
  .u-mr-xl-l {
    margin-right: 1rem;
  }
  .u-mb-xl-l {
    margin-bottom: 1rem;
  }
  .u-ml-xl-l {
    margin-left: 1rem;
  }
  .u-mx-xl-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-xl-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-xl-l {
    margin: 1rem;
  }
}
@media (width >= 1400px) {
  .u-mt-xxl-s {
    margin-top: 0.25rem;
  }
  .u-mr-xxl-s {
    margin-right: 0.25rem;
  }
  .u-mb-xxl-s {
    margin-bottom: 0.25rem;
  }
  .u-ml-xxl-s {
    margin-left: 0.25rem;
  }
  .u-mx-xxl-s {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .u-my-xxl-s {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .u-m-xxl-s {
    margin: 0.25rem;
  }
  .u-mt-xxl-m {
    margin-top: 0.5rem;
  }
  .u-mr-xxl-m {
    margin-right: 0.5rem;
  }
  .u-mb-xxl-m {
    margin-bottom: 0.5rem;
  }
  .u-ml-xxl-m {
    margin-left: 0.5rem;
  }
  .u-mx-xxl-m {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .u-my-xxl-m {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .u-m-xxl-m {
    margin: 0.5rem;
  }
  .u-mt-xxl-l {
    margin-top: 1rem;
  }
  .u-mr-xxl-l {
    margin-right: 1rem;
  }
  .u-mb-xxl-l {
    margin-bottom: 1rem;
  }
  .u-ml-xxl-l {
    margin-left: 1rem;
  }
  .u-mx-xxl-l {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .u-my-xxl-l {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .u-m-xxl-l {
    margin: 1rem;
  }
}
/*==================================
  Padding (共通 / ブレークポイント別)
==================================*/
/*--- 共通パディング ---*/
.u-pt-s {
  padding-top: 0.25rem;
}

.u-pr-s {
  padding-right: 0.25rem;
}

.u-pb-s {
  padding-bottom: 0.25rem;
}

.u-pl-s {
  padding-left: 0.25rem;
}

.u-px-s {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.u-py-s {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.u-p-s {
  padding: 0.25rem;
}

.u-pt-m {
  padding-top: 0.5rem;
}

.u-pr-m {
  padding-right: 0.5rem;
}

.u-pb-m {
  padding-bottom: 0.5rem;
}

.u-pl-m {
  padding-left: 0.5rem;
}

.u-px-m {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-py-m {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.u-p-m {
  padding: 0.5rem;
}

.u-pt-l {
  padding-top: 1rem;
}

.u-pr-l {
  padding-right: 1rem;
}

.u-pb-l {
  padding-bottom: 1rem;
}

.u-pl-l {
  padding-left: 1rem;
}

.u-px-l {
  padding-left: 1rem;
  padding-right: 1rem;
}

.u-py-l {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-p-l {
  padding: 1rem;
}

/*--- ブレークポイント別パディング ---*/
@media (width >= 340px) {
  .u-pt-exsm-s {
    padding-top: 0.25rem;
  }
  .u-pr-exsm-s {
    padding-right: 0.25rem;
  }
  .u-pb-exsm-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-exsm-s {
    padding-left: 0.25rem;
  }
  .u-px-exsm-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-exsm-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-exsm-s {
    padding: 0.25rem;
  }
  .u-pt-exsm-m {
    padding-top: 0.5rem;
  }
  .u-pr-exsm-m {
    padding-right: 0.5rem;
  }
  .u-pb-exsm-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-exsm-m {
    padding-left: 0.5rem;
  }
  .u-px-exsm-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-exsm-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-exsm-m {
    padding: 0.5rem;
  }
  .u-pt-exsm-l {
    padding-top: 1rem;
  }
  .u-pr-exsm-l {
    padding-right: 1rem;
  }
  .u-pb-exsm-l {
    padding-bottom: 1rem;
  }
  .u-pl-exsm-l {
    padding-left: 1rem;
  }
  .u-px-exsm-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-exsm-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-exsm-l {
    padding: 1rem;
  }
}
@media (width >= 400px) {
  .u-pt-sm-s {
    padding-top: 0.25rem;
  }
  .u-pr-sm-s {
    padding-right: 0.25rem;
  }
  .u-pb-sm-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-sm-s {
    padding-left: 0.25rem;
  }
  .u-px-sm-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-sm-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-sm-s {
    padding: 0.25rem;
  }
  .u-pt-sm-m {
    padding-top: 0.5rem;
  }
  .u-pr-sm-m {
    padding-right: 0.5rem;
  }
  .u-pb-sm-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-sm-m {
    padding-left: 0.5rem;
  }
  .u-px-sm-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-sm-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-sm-m {
    padding: 0.5rem;
  }
  .u-pt-sm-l {
    padding-top: 1rem;
  }
  .u-pr-sm-l {
    padding-right: 1rem;
  }
  .u-pb-sm-l {
    padding-bottom: 1rem;
  }
  .u-pl-sm-l {
    padding-left: 1rem;
  }
  .u-px-sm-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-sm-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-sm-l {
    padding: 1rem;
  }
}
@media (width >= 768px) {
  .u-pt-md-s {
    padding-top: 0.25rem;
  }
  .u-pr-md-s {
    padding-right: 0.25rem;
  }
  .u-pb-md-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-md-s {
    padding-left: 0.25rem;
  }
  .u-px-md-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-md-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-md-s {
    padding: 0.25rem;
  }
  .u-pt-md-m {
    padding-top: 0.5rem;
  }
  .u-pr-md-m {
    padding-right: 0.5rem;
  }
  .u-pb-md-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-md-m {
    padding-left: 0.5rem;
  }
  .u-px-md-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-md-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-md-m {
    padding: 0.5rem;
  }
  .u-pt-md-l {
    padding-top: 1rem;
  }
  .u-pr-md-l {
    padding-right: 1rem;
  }
  .u-pb-md-l {
    padding-bottom: 1rem;
  }
  .u-pl-md-l {
    padding-left: 1rem;
  }
  .u-px-md-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-md-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-md-l {
    padding: 1rem;
  }
}
@media (width >= 992px) {
  .u-pt-lg-s {
    padding-top: 0.25rem;
  }
  .u-pr-lg-s {
    padding-right: 0.25rem;
  }
  .u-pb-lg-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-lg-s {
    padding-left: 0.25rem;
  }
  .u-px-lg-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-lg-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-lg-s {
    padding: 0.25rem;
  }
  .u-pt-lg-m {
    padding-top: 0.5rem;
  }
  .u-pr-lg-m {
    padding-right: 0.5rem;
  }
  .u-pb-lg-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-lg-m {
    padding-left: 0.5rem;
  }
  .u-px-lg-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-lg-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-lg-m {
    padding: 0.5rem;
  }
  .u-pt-lg-l {
    padding-top: 1rem;
  }
  .u-pr-lg-l {
    padding-right: 1rem;
  }
  .u-pb-lg-l {
    padding-bottom: 1rem;
  }
  .u-pl-lg-l {
    padding-left: 1rem;
  }
  .u-px-lg-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-lg-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-lg-l {
    padding: 1rem;
  }
}
@media (width >= 1200px) {
  .u-pt-xl-s {
    padding-top: 0.25rem;
  }
  .u-pr-xl-s {
    padding-right: 0.25rem;
  }
  .u-pb-xl-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-xl-s {
    padding-left: 0.25rem;
  }
  .u-px-xl-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-xl-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-xl-s {
    padding: 0.25rem;
  }
  .u-pt-xl-m {
    padding-top: 0.5rem;
  }
  .u-pr-xl-m {
    padding-right: 0.5rem;
  }
  .u-pb-xl-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-xl-m {
    padding-left: 0.5rem;
  }
  .u-px-xl-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-xl-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-xl-m {
    padding: 0.5rem;
  }
  .u-pt-xl-l {
    padding-top: 1rem;
  }
  .u-pr-xl-l {
    padding-right: 1rem;
  }
  .u-pb-xl-l {
    padding-bottom: 1rem;
  }
  .u-pl-xl-l {
    padding-left: 1rem;
  }
  .u-px-xl-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-xl-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-xl-l {
    padding: 1rem;
  }
}
@media (width >= 1400px) {
  .u-pt-xxl-s {
    padding-top: 0.25rem;
  }
  .u-pr-xxl-s {
    padding-right: 0.25rem;
  }
  .u-pb-xxl-s {
    padding-bottom: 0.25rem;
  }
  .u-pl-xxl-s {
    padding-left: 0.25rem;
  }
  .u-px-xxl-s {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .u-py-xxl-s {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .u-p-xxl-s {
    padding: 0.25rem;
  }
  .u-pt-xxl-m {
    padding-top: 0.5rem;
  }
  .u-pr-xxl-m {
    padding-right: 0.5rem;
  }
  .u-pb-xxl-m {
    padding-bottom: 0.5rem;
  }
  .u-pl-xxl-m {
    padding-left: 0.5rem;
  }
  .u-px-xxl-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .u-py-xxl-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .u-p-xxl-m {
    padding: 0.5rem;
  }
  .u-pt-xxl-l {
    padding-top: 1rem;
  }
  .u-pr-xxl-l {
    padding-right: 1rem;
  }
  .u-pb-xxl-l {
    padding-bottom: 1rem;
  }
  .u-pl-xxl-l {
    padding-left: 1rem;
  }
  .u-px-xxl-l {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .u-py-xxl-l {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .u-p-xxl-l {
    padding: 1rem;
  }
}
/*==================================
  Display (表示制御)
==================================*/
/*--- 共通 ---*/
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

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

.u-d-flex {
  display: flex !important;
}

.u-d-grid {
  display: grid !important;
}

/*--- ブレークポイント別 ---*/
@media (width >= 340px) {
  .u-d-exsm-none {
    display: none !important;
  }
  .u-d-exsm-block {
    display: block !important;
  }
  .u-d-exsm-inline {
    display: inline !important;
  }
  .u-d-exsm-inline-block {
    display: inline-block !important;
  }
  .u-d-exsm-flex {
    display: flex !important;
  }
  .u-d-exsm-grid {
    display: grid !important;
  }
}
@media (width >= 400px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-flex {
    display: flex !important;
  }
  .u-d-sm-grid {
    display: grid !important;
  }
}
@media (width >= 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  .u-d-md-grid {
    display: grid !important;
  }
}
@media (width >= 992px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
  .u-d-lg-grid {
    display: grid !important;
  }
}
@media (width >= 1200px) {
  .u-d-xl-none {
    display: none !important;
  }
  .u-d-xl-block {
    display: block !important;
  }
  .u-d-xl-inline {
    display: inline !important;
  }
  .u-d-xl-inline-block {
    display: inline-block !important;
  }
  .u-d-xl-flex {
    display: flex !important;
  }
  .u-d-xl-grid {
    display: grid !important;
  }
}
@media (width >= 1400px) {
  .u-d-xxl-none {
    display: none !important;
  }
  .u-d-xxl-block {
    display: block !important;
  }
  .u-d-xxl-inline {
    display: inline !important;
  }
  .u-d-xxl-inline-block {
    display: inline-block !important;
  }
  .u-d-xxl-flex {
    display: flex !important;
  }
  .u-d-xxl-grid {
    display: grid !important;
  }
}
/*==================================
  Text-align (テキスト配置)
==================================*/
/*--- 共通 ---*/
.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-ta-right {
  text-align: right !important;
}

/*--- ブレークポイント別 ---*/
@media (width >= 340px) {
  .u-ta-exsm-left {
    text-align: left !important;
  }
  .u-ta-exsm-center {
    text-align: center !important;
  }
  .u-ta-exsm-right {
    text-align: right !important;
  }
}
@media (width >= 400px) {
  .u-ta-sm-left {
    text-align: left !important;
  }
  .u-ta-sm-center {
    text-align: center !important;
  }
  .u-ta-sm-right {
    text-align: right !important;
  }
}
@media (width >= 768px) {
  .u-ta-md-left {
    text-align: left !important;
  }
  .u-ta-md-center {
    text-align: center !important;
  }
  .u-ta-md-right {
    text-align: right !important;
  }
}
@media (width >= 992px) {
  .u-ta-lg-left {
    text-align: left !important;
  }
  .u-ta-lg-center {
    text-align: center !important;
  }
  .u-ta-lg-right {
    text-align: right !important;
  }
}
@media (width >= 1200px) {
  .u-ta-xl-left {
    text-align: left !important;
  }
  .u-ta-xl-center {
    text-align: center !important;
  }
  .u-ta-xl-right {
    text-align: right !important;
  }
}
@media (width >= 1400px) {
  .u-ta-xxl-left {
    text-align: left !important;
  }
  .u-ta-xxl-center {
    text-align: center !important;
  }
  .u-ta-xxl-right {
    text-align: right !important;
  }
}
/* 補足: !important が不要な用途などで使いたい場合に */
.u-text-center {
  text-align: center;
}

/*==================================
  Overflow
==================================*/
.u-ov-hidden {
  overflow: hidden !important;
}

.u-ov-scroll {
  overflow: scroll !important;
}

.u-ov-auto {
  overflow: auto !important;
}

/*==================================
  Clearfix
==================================*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*==================================
  Visually Hidden
  (画面外表示だが読み上げ対象)
==================================*/
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*==================================
  Font-weight
==================================*/
/* 通常フォントウェイト */
.u-fw-light {
  font-weight: 300 !important;
}

.u-fw-normal {
  font-weight: 400 !important;
}

.u-fw-medium {
  font-weight: 500 !important;
}

.u-fw-semibold {
  font-weight: 600 !important;
}

.u-fw-bold {
  font-weight: 700 !important;
}

.u-fw-bolder {
  font-weight: 800 !important;
}

/* もし数値のクラスも必要なら追加（例） */
.u-fw-400 {
  font-weight: 400 !important;
}

/*==================================
  Cursor
==================================*/
.u-cursor-pointer {
  cursor: pointer !important;
}

.u-cursor-default {
  cursor: default !important;
}

/*==================================
  Opacity
==================================*/
.u-opacity-50 {
  opacity: 0.5 !important;
}

.u-opacity-75 {
  opacity: 0.75 !important;
}

.u-opacity-100 {
  opacity: 1 !important;
}

/*==================================
  Line-height
==================================*/
.u-lh-1 {
  line-height: 1;
}

.u-lh-1_2 {
  line-height: 1.2;
}

.u-lh-1_4 {
  line-height: 1.4;
}

.u-lh-1_5 {
  line-height: 1.5;
}

.u-lh-1_6 {
  line-height: 1.6;
}

.u-lh-1_8 {
  line-height: 1.8;
}

.u-lh-2 {
  line-height: 2;
}

/*==================================
  Letter-spacing
==================================*/
.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-0_5 {
  letter-spacing: 0.5px;
}

.u-ls-1 {
  letter-spacing: 1px;
}

.u-ls-1_2 {
  letter-spacing: 1.2px;
}

.u-ls-2 {
  letter-spacing: 2px;
}

.u-ls-3 {
  letter-spacing: 3px;
}

.u-ls--0_5 {
  letter-spacing: -0.5px;
}

.u-ls--1 {
  letter-spacing: -1px;
}

/*----------------------------------
  Border / Border Radius (15.1)
----------------------------------*/
/* ボーダー（線の有無, 太さ） */
.u-border {
  border: 1px solid #ccc !important;
}

.u-border-0 {
  border: 0 !important;
}

.u-border-top {
  border-top: 1px solid #ccc !important;
}

.u-border-right {
  border-right: 1px solid #ccc !important;
}

.u-border-bottom {
  border-bottom: 1px solid #ccc !important;
}

.u-border-left {
  border-left: 1px solid #ccc !important;
}

/* 角丸 (border-radius) */
.u-rounded {
  border-radius: 4px !important;
}

.u-rounded-0 {
  border-radius: 0 !important;
}

.u-rounded-sm {
  border-radius: 2px !important;
}

.u-rounded-md {
  border-radius: 6px !important;
}

.u-rounded-lg {
  border-radius: 8px !important;
}

.u-rounded-pill {
  border-radius: 50rem !important;
}

.u-rounded-circle {
  border-radius: 100vw !important;
}

/*----------------------------------
  Box Shadows (15.3)
----------------------------------*/
.u-shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.u-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.u-shadow-lg {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
}

.u-shadow-none {
  box-shadow: none !important;
}

.p-fv {
  position: relative;
  width: 100%;
  margin-top: 64px;
  height: calc(100vh - 64px);
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (width <= 768px) {
  .p-fv {
    margin-top: 60px;
    height: calc(100svh - 100px);
    overflow: hidden;
    max-height:600px;
  }
}
.p-fv .p-fv__img {
  height: 100%;
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}
.p-fv .p-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;     
}

.p-fv .p-fv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 300px;
}
.p-fv .p-fv__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 768px) {
  .p-fv .p-fv__logo img {
  max-width:240px;
}
}

.p-fv .p-fv__logo--video{
  z-index: 3;
}


.p-about {
  position: relative;
  padding-top: 140px;
  padding-bottom: 200px;
}
@media (width <= 768px) {
  .p-about {
    padding-top: 60px;
    padding-bottom: 300px;
  }
}
.p-about .l-section__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.p-about .l-section__headline {
  text-align: left;
}
.p-about .p-about__title {
  color: #b10e44;
  font-size: clamp(60px, 60px + (86 - 60) * (100vw - 1024px) / 956, 86px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.44px;
  margin: 0;
}
@media (width <= 768px) {
  .p-about .p-about__title {
    font-size: 44px;
  }
}
.p-about .l-section__content {
  margin-top: 64px;
}
@media (width <= 768px) {
  .p-about .l-section__content {
    margin-top: 24px;
  }
}
.p-about .p-about__desc {
  margin: 0;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.12px;
}
@media (width <= 768px) {
  .p-about .p-about__desc {
    line-height: 1.6;
    font-size:15px;
  }
}
@media (width <= 768px) {
  .p-about .p-about__desc span {
    margin-right: clamp(0px, 0px + (220 - 0) * (100vw - 375px) / 393, 220px);
  }
}
.p-about .p-about__img {
  position: absolute;
  width: 38.5416666667vw;
  right: 0;
  transform: translateY(-50%);
}
@media (width <= 1200px) {
  .p-about .p-about__img {
    top: 80%;
  }
}
@media (width <= 992px) {
  .p-about .p-about__img {
    top: 88%;
  }
}
@media (width <= 768px) {
  .p-about .p-about__img {
    width: 360px;
    top: auto;
    bottom: -290px;
    transform: translate(-50%, -50%);
    right: auto;
    left: clamp(240px, 240px + (650 - 240) * (100vw - 375px) / 393, 650px);
  }
}
@media (width <= 340px) {
  .p-about .p-about__img {
    width: 340px;
    bottom: -270px;
  }
}

.p-news {
  background: hsla(48, 100%, 67%, 0.5);
}
@media (width <= 768px) {
  .p-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-news .p-news__flex {
  gap: 32px;
}
@media (width <= 992px) {
  .p-news .p-news__flex {
    flex-direction: column;
  }
}
@media (width <= 768px) {
  .p-news .p-news__flex {
    gap: 0px;
  }
}
.p-news .p-news__more {
  width: 120px;
  margin-top: 16px;
}
@media (width <= 768px) {
  .p-news .p-news__more {
    font-size: 14px;
    width: 100px;
  }
}
.p-news .p-news__headline {
  flex: 0 0 18%;
}
@media (width <= 992px) {
  .p-news .p-news__headline {
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.p-news .p-news__container {
  flex: 1;
  margin-right: 24px;
}
@media (width <= 992px) {
  .p-news .p-news__container {
    margin-right: 0;
  }
}
.p-news .p-news__list {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
@media (width <= 992px) {
  .p-news .p-news__list {
    padding: 0;
  }
}
.p-news .p-news__item {
  padding: 20px 0;
  border-bottom: 1px solid #e0d8b7;
  display: flex;
  gap: 4px;
}
@media (width <= 768px) {
  .p-news .p-news__item {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}
.p-news .p-news__time {
  flex: 0 0 16%;
  color: #004712;
  font-family: "Alumni Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4px;
}
@media (width <= 768px) {
  .p-news .p-news__time {
    flex: 0 0 100px;
  }
}
.p-news .p-news__tag {
  flex: 0 0 14%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  padding: 0 8px;
  border: 1px solid #000;
  border-radius: 100vw;
}
@media (width <= 768px) {
  .p-news .p-news__tag {
    flex: 0 0 100px;
  }
}
.p-news .p-news__title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}
@media (width <= 768px) {
  .p-news .p-news__title {
    flex: auto;
    width: 100%;
  }
}

.p-menu .p-menu__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  margin-top: 8px;
}
.p-menu .p-menu__title--asai {
  color: #b10e44;
}

.p-menu .p-menu__title--smoothe{
  color: #FF7700;
}
@media (width <= 768px) {
  .p-menu .p-menu__title {
    font-size: 22px;
  }
}
.p-menu .p-menu__title--asai {
  color: #b10e44;
}
.p-menu .swiper-wrapper {
  padding-bottom: 24px;
}
.p-menu .swiper-pagination-fraction,
.p-menu .swiper-pagination-custom,
.p-menu .swiper-horizontal > .swiper-pagination-bullets,
.p-menu .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: auto;
}
.p-menu .swiper-button-next:after,
.p-menu .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.p-menu .swiper-button-next {
  right: -88px;
}
@media (width <= 768px) {
  .p-menu .swiper-button-next {
    right: -60px;
  }
}
.p-menu .swiper-button-prev:after,
.p-menu .swiper-rtl .swiper-button-next:after {
  content: "";
}
.p-menu .swiper-button-prev {
  left: -88px;
}
@media (width <= 768px) {
  .p-menu .swiper-button-prev {
    left: -60px;
  }
}
.p-menu .swiper-button-prev,
.p-menu .swiper-button-next {
  top: 34.5%;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
}
@media (width <= 768px) {
  .p-menu .swiper-button-prev,
  .p-menu .swiper-button-next {
    width: 48px;
    height: 48px;
    top: 45%;
  }
}
.p-menu .swiper-button-prev svg,
.p-menu .swiper-button-next svg {
  transition: all 0.3s ease-in-out;
}
.p-menu .swiper-button-prev svg rect,
.p-menu .swiper-button-next svg rect {
  transition: all 0.3s ease-in-out;
}
.p-menu .swiper-button-prev svg path,
.p-menu .swiper-button-next svg path {
  transition: all 0.3s ease-in-out;
}
.p-menu .swiper-button-prev:hover svg rect,
.p-menu .swiper-button-next:hover svg rect {
  fill: #b10e44;
}
.p-menu .swiper-button-prev:hover svg path,
.p-menu .swiper-button-next:hover svg path {
  fill: #fff;
}
.p-menu .swiper-pagination-bullet {
  border-radius: 0;
}
.p-menu .swiper-pagination-bullet-active {
  background: #b10e44;
}
.p-menu .p-menu__item {
  min-width: 360px;
  position: relative;
  padding-top: 240px;
}
.p-menu .p-menu__item:hover {
  opacity: 1;
}
.p-menu .p-menu__item:hover img {
  transform: scale(1.05);
}
@media (width <= 768px) {
  .p-menu .p-menu__item {
    min-width: 240px;
    padding-top: 160px;
  }
}
.p-menu .p-menu__item-wrap {
  padding: 150px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  height: 345px;
  background: rgba(217, 25, 124, 0.09);
}
@media (width <= 768px) {
  .p-menu .p-menu__item-wrap {
    padding: 130px 16px 16px 16px;
    height: 295px;
  }
}
.p-menu .p-menu__item-img {
  position: absolute;
  width: 70%;
  top: 33%;
  transform: translate(-50%, -50%);
  left: 50%;
}
@media (width <= 768px) {
  .p-menu .p-menu__item-img {
    width: 175px;
  }
}
.p-menu .p-menu__item-img img {
  transition: all 0.3s ease-in-out;
}
.p-menu .p-menu__item-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin: 0;
}
@media (width <= 768px) {
  .p-menu .p-menu__item-title {
    font-size: 15px;
  }
}
.p-menu .p-menu__item-entitle {
  color: #626262;
  font-family: "Alumni Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  margin-top: 4px;
  letter-spacing: 0.72px;
}
@media (width <= 768px) {
  .p-menu .p-menu__item-entitle {
    font-size: 14px;
  }
}
.p-menu .p-menu__item-text {
  color: #af5182;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 0.7px;
}
.p-menu .p-menu__price {
  display: flex;
  gap: 24px;
  margin-top: auto;
}
@media (width <= 768px) {
  .p-menu .p-menu__price {
    gap: 8px;
  }
}
.p-menu .p-menu__price-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (width <= 768px) {
.p-menu .p-menu__price-item {
  gap: 4px;
}
}
.p-menu .p-menu__price-size {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alumni Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
}
@media (width <= 768px) {
  .p-menu .p-menu__price-size {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
}
.p-menu .p-menu__price-size--r {
  background-color: #af5182;
}
.p-menu .p-menu__price-size--b {
  background-color: #d9197c;
}
.p-menu .p-menu__price-text {
  font-family: "Alumni Sans", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.3px;
}
@media (width <= 768px) {
  .p-menu .p-menu__price-text {
    font-size: 20px;
     letter-spacing: .8px;
  }
}
.p-menu .p-menu__price-text span {
  font-size: 20px;
}
@media (width <= 768px) {
  .p-menu .p-menu__price-text span {
    font-size: 14px;
  }
}
.p-menu .p-menu__more {
  width: 280px;
  position: relative;
  margin: 48px auto 0 auto;
}
@media (width <= 768px) {
  .p-menu .p-menu__more {
    max-width: 220px;
    width: 100%;
  }
}
@media (width <= 768px) {
  .p-menu .p-menu__more .c-btn {
    height: 50px;
    font-size: 14px;
  }
}
.p-menu .p-menu__smoothie {
  padding-top: 120px;
}
@media (width <= 768px) {
  .p-menu .p-menu__smoothie {
    padding-top: 80px;
  }
}
.p-menu .p-menu__slider--smoothie .p-menu__item-img {
  left: 55%;
  top: 35%;
}
@media (width <= 768px) {
  .p-menu .p-menu__slider--smoothie .p-menu__item-img {
    width: 215px;
    top: 38%;
  }
}
.p-menu .p-menu__slider--smoothie .p-menu__item {
  padding-top: 300px;
}
.p-menu .p-menu__slider--smoothie .p-menu__item-wrap {
  background: rgba(255, 191, 0, 0.09);
}
.p-menu .p-menu__slider--smoothie .p-menu__item-text {
  color: #ff543e;
}
.p-menu .p-menu__slider--smoothie .p-menu__price-size--r {
  background: #f2b706;
}
.p-menu .p-menu__slider--smoothie .p-menu__price-size--b {
  background: #ff7700;
}
.p-menu .p-menu__slider--smoothie .swiper-button-next:hover svg rect,
.p-menu .p-menu__slider--smoothie .swiper-button-prev:hover svg rect {
  fill: #ff7700;
}
.p-menu .p-menu__slider--smoothie .swiper-button-next:hover svg path,
.p-menu .p-menu__slider--smoothie .swiper-button-prev:hover svg path {
  fill: #fff;
}
.p-menu .p-menu__slider--smoothie .swiper-pagination-bullet-active {
  background: #ff7700;
}

.p-locations {
  background: #f4fbf9;
}
.p-locations .l-section__headline {
  position: relative;
}
.p-locations .p-locations__baloon {
  width: 230px;
  height: auto;
  position: absolute;
  top: -24px;
  right: 0;
    display: inline-block;
    transform-origin: center;
  transition: transform .3s ease;
  will-change: transform;
}
@media (width <= 768px) {
  .p-locations .p-locations__baloon {
    width: clamp(70px, 70px + (140 - 70) * (100vw - 300px) / 75, 140px);
    right: -18px;
    top: 0;
  }
}
.p-locations .p-locations__baloon picture,
.p-locations .p-locations__baloon img {
  display: block;
  width: 100%;
  height: auto;
}

.p-locations .p-locations__baloon:hover,
.p-locations .p-locations__baloon:focus-visible {
  transform: scale(1.08);
}
.p-locations .c-title {
  text-align: left;
}

.p-locations__slider .swiper-wrapper { align-items: stretch; }

.p-locations__slider .swiper-slide { height: auto; }

.p-locations__slide{
display: flex;
    flex-direction: column;
    height: 100%;
}

@media (width <= 768px) {
  .p-locations .p-locations__slide {
    padding: 0 16px;
  }
}
.p-locations .p-locations__slide-title {
  color: #004712;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  margin: 0;
  padding-bottom: 8px;
  position: relative;
}
.p-locations .p-locations__slide-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0e4c28;
}
.p-locations .p-locations__slide-add {
  margin: 8px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.7px;
}
.p-locations .p-locations__map {
  margin-top: 8px;
  aspect-ratio: 3/2;
  width: 100%;
}
.p-locations .p-locations__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-locations .p-locations__time {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-locations .p-locations__time-item {
  display: flex;
  gap: 8px;
}
.p-locations .p-locations__time-item dd,
.p-locations .p-locations__time-item dt {
  margin: 0;
  padding: 0;
}
.p-locations .p-locations__time-item dt {
  color: #004712;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
  flex-basis: 64px;
}
.p-locations .p-locations__time-item dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.p-locations .p-locations__time-item dd span {
  display: inline-block;
  min-width: 80px;
}
.p-locations .p-locations__slide-btn {
  margin-top: auto;
}
.p-locations .p-locations__more {
  max-width: 280px;
  width: 100%;
  margin: 48px auto 0 auto;
  position: relative;
}
@media (width <= 768px) {
  .p-locations .p-locations__more {
    max-width: 200px;
    width: 100%;
  }
}
.p-locations .swiper-wrapper {
  padding-bottom: 32px;
}
@media (width <= 768px) {
  .p-locations .swiper-wrapper {
    padding-bottom: 24px;
  }
}
.p-locations .swiper-pagination-fraction,
.p-locations .swiper-pagination-custom,
.p-locations .swiper-horizontal > .swiper-pagination-bullets,
.p-locations .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: auto;
  bottom: auto;
}
.p-locations .swiper-button-next:after,
.p-locations .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.p-locations .swiper-button-next {
  right: -88px;
}
@media (width <= 768px) {
  .p-locations .swiper-button-next {
    right: -60px;
  }
}
.p-locations .swiper-button-prev:after,
.p-locations .swiper-rtl .swiper-button-next:after {
  content: "";
}
.p-locations .swiper-button-prev {
  left: -88px;
}
@media (width <= 768px) {
  .p-locations .swiper-button-prev {
    left: -60px;
  }
}
.p-locations .swiper-button-prev,
.p-locations .swiper-button-next {
  top: 34%;
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
}
@media (width <= 768px) {
  .p-locations .swiper-button-prev,
  .p-locations .swiper-button-next {
    width: 48px;
    height: 48px;
    top: 45%;
  }
}
.p-locations .swiper-button-prev svg,
.p-locations .swiper-button-next svg {
  transition: all 0.3s ease-in-out;
}
.p-locations .swiper-button-prev svg rect,
.p-locations .swiper-button-next svg rect {
  transition: all 0.3s ease-in-out;
}
.p-locations .swiper-button-prev svg path,
.p-locations .swiper-button-next svg path {
  transition: all 0.3s ease-in-out;
}
.p-locations .swiper-button-prev:hover svg rect,
.p-locations .swiper-button-next:hover svg rect {
  fill: #004712;
}
.p-locations .swiper-button-prev:hover svg path,
.p-locations .swiper-button-next:hover svg path {
  fill: #fff;
}
.p-locations .swiper-pagination-bullet {
  border-radius: 0;
}
.p-locations .swiper-pagination-bullet-active {
  background: #004712;
}

@media (width <= 768px) {
  .p-instagram {
    padding-bottom: 40px;
  }
}
.p-instagram .p-instagram__items {
  max-width: 840px;
  margin: 0 auto;
}
.p-instagram .p-instagram__more {
  margin: 40px auto 0 auto;
  max-width: 280px;
  width: 100%;
}
@media (width <= 768px) {
  .p-instagram .p-instagram__more {
    max-width: 240px;
  }
}

@media (width <= 768px) {
  .p-mobaile-order {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.p-mobaile-order .p-mobaile-order__content {
  gap: 120px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__content {
    gap: clamp(16px, 16px + (64 - 16) * (100vw - 375px) / 393, 64px);
    margin-top: 40px;
  }
}
.p-mobaile-order .p-mobaile-order__item {
  max-width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__item {
    gap: 8px;
  }
}
.p-mobaile-order .p-mobaile-order__item-title {
  text-align: center;
  color: #000;
  text-align: center;
  margin: 0;
  font-family: "Alumni Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__item-title {
    font-size: clamp(14px, 14px + (18 - 14) * (100vw - 300px) / 75, 18px);
    line-height: 1.4;
  }
}
.p-mobaile-order .p-mobaile-order__item-title span {
  font-size: 18px;
  letter-spacing: 0.9px;
  display: block;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__item-title span {
    font-size: clamp(12px, 12px + (14 - 12) * (100vw - 300px) / 75, 14px);
  }
}
.p-mobaile-order .p-mobaile-order__item-title--uber {
  font-size: 40px;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__item-title--uber {
    font-size: 26px;
  }
}
.p-mobaile-order .p-mobaile-order__item-img {
  max-width: 300px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin-top: auto;
  transition: transform .35s ease, box-shadow .35s ease;
}
@media (width <= 768px) {
  .p-mobaile-order .p-mobaile-order__item-img {
    max-width: 160px;
  }
}

.p-mobaile-order .p-mobaile-order__item:hover .p-mobaile-order__item-img,
.p-mobaile-order .p-mobaile-order__item:focus-visible .p-mobaile-order__item-img {
  transform: scale(1.08); /* お好みで 1.05〜1.12 くらい */
}


.p-mobaile-order .p-mobaile-order__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.p-pfv {
  width: 100%;
  margin-top: 64px;
  height: 360px;
  background: url(../img/img-page-fv.jpg) no-repeat center center/cover;
  position: relative;
}
@media (width <= 768px) {
  .p-pfv {
    margin-top: 60px;
    height: 210px;
  }
}
.p-pfv .p-pfv__container {
  background: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  padding:24px 80px 24px clamp(80px, 80px + (240 - 80) * (100vw - 992px) / 928, 240px);
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
@media (width <= 768px) {
  .p-pfv .p-pfv__container {
    padding: 16px 60px 20px clamp(24px, 24px + (60 - 24) * (100vw - 400px) / 368, 60px);
    min-width:75%;
  }
}
.p-pfv .p-pfv__title {
  leading-trim: both;
  text-edge: cap;
  font-family: "Alumni Sans", sans-serif;
  font-size: 112px;
  font-weight: 600;
  letter-spacing: 4.48px;
  margin: 0;
  line-height: 1;
}
@media (width <= 768px) {
  .p-pfv .p-pfv__title {
    font-size: 64px;
    letter-spacing: .4px;
  }
}
.p-pfv .p-pfv__subtitle {
  color: #0e4c28;
  margin: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.8px;
}
@media (width <= 768px) {
  .p-pfv .p-pfv__subtitle {
    font-size: 20px;
  }
}

.p-page-menu {
  padding-bottom: 80px;
}
.p-page-menu .p-page-menu__flex {
  flex-wrap: nowrap;
  gap: clamp(24px, 24px + (80 - 24) * (100vw - 992px) / 428, 80px);
  justify-content: space-between;
  width:100%;
}
@media (width <= 992px) {
  .p-page-menu .p-page-menu__flex {
    flex-direction: column-reverse;
    gap:48px;
  }
}
@media (width <= 992px) {
.p-page-menu__main{
margin: 0 auto;
}
}

.p-page-menu .p-page-menu__head {
  text-align: center;
position: relative;
}
.p-page-menu__head-wrap{
      display: inline-flex;
    flex-direction: column;
position: relative;
}
.p-page-menu__head .c-baloon-nav__item{
    position: absolute;
  top: -10%;
    left: -45%;
    transform: translateX(-50%);
}
@media (width <= 769px) {
.p-page-menu__head .c-baloon-nav__item{
    position: relative;
    top: 0%;
    left: 10%;
    margin-bottom: 16px;
  }
}
@media (width <= 769px) {
.p-page-menu__head .c-baloon-nav__item-img{
width: auto;
  height: auto;
  }
}
.p-page-menu .c-title {
  line-height: 1;
}
.p-page-menu .p-page-menu__subtitle {
  margin: 0;
  color: #b10e44;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.4px;
}
@media (width <= 768px) {
.p-page-menu .p-page-menu__subtitle {
  font-size: 18px;
  letter-spacing: -1px;
}
}
.p-page-menu .p-page-menu__block {
  margin-top: 120px;
}
@media (width <= 768px) {
.p-page-menu .p-page-menu__block {
  margin-top: 80px;
}
}
.p-page-menu .p-page-menu__block:first-child {
  margin-top: 0;
}
.p-page-menu .p-page-menu__block--smoothie .p-page-menu__subtitle {
  color: #ff7700;
}
.p-page-menu .p-page-menu__block--smoothie .p-page-menu__price__price-size--r {
  background-color: #f2b706;
}
.p-page-menu .p-page-menu__block--smoothie .p-page-menu__price__price-size--b {
  background-color: #ff7700;
}
.p-page-menu .p-page-menu__block--topping .p-page-menu__subtitle {
  color: #424242;
}
.p-page-menu .p-page-menu__block--topping .p-page-menu__items {
  row-gap: 32px;
}
.p-page-menu .p-page-menu__items {
  margin-top: 40px;
  gap: 32px;
}
@media (width <= 768px) {
  .p-page-menu .p-page-menu__items {
    gap: 16px;
  }
}
.p-page-menu .p-page-menu__item {
  padding: 16px 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (width <= 768px) {
.p-page-menu .p-page-menu__item {
  padding: 16px 10px;
}
}

.p-page-menu__item-img{
  max-width:180px;
  width:100%;
}

.p-page-menu .p-page-menu__item:hover .p-page-menu__item-img {
  rotate: -20deg;
}
.p-page-menu .p-page-menu__item-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin: 0;
}

.p-page-menu .p-page-menu__item .p-page-menu__item-title--sm{
  font-size:14px;
}
.p-page-menu .p-page-menu__item-entitle {
  color: #626262;
  font-family: "Alumni Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  margin: 0;
  margin-bottom: 8px;
}
.p-page-menu .p-page-menu__item-imgs {
  margin:0 auto 24px auto;
}
.p-page-menu .p-page-menu__price {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 8px;
}
@media (width <= 1280px) {
  .p-page-menu .p-page-menu__price {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-page-menu .p-page-menu__price-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-page-menu .p-page-menu__price__price-size {
  border-radius: 50%;
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Alumni Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (width <= 768px) {
  .p-page-menu .p-page-menu__price__price-size {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}
.p-page-menu .p-page-menu__price__price-size--r {
  background-color: #af5182;
}
.p-page-menu .p-page-menu__price__price-size--b {
  background-color: #d9197c;
}
.p-page-menu .p-page-menu__priceprice-text {
  font-family: "Alumni Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1;
}
.p-page-menu .p-page-menu__priceprice-text span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  vertical-align: 1px;
}

.p-product .p-product-main {
  padding-bottom: 60px;
}
@media (width <= 992px) {
  .p-product .p-product-main {
  padding-top: 40px;
}
}
.p-product .p-product__container {
  display: flex;
  gap: 60px;
}
@media (width <= 992px) {
  .p-product .p-product__container {
    flex-direction: column;
    gap:0px;
  }
}
.p-product .p-product__img {
  max-width: 430px;
  width: 100%;
  flex: 0 0 430px;
}
@media (width <= 992px) {
  .p-product .p-product__img {
  max-width: 320px;
  width: 60%;
    margin:12px auto 0 auto;
  flex: 0 0 auto;
}
}
@media (width <= 768px) {
  .p-product .p-product__img {
  max-width: 180px;
}
}

.p-product .p-product-content {
  flex: 1;
}
@media (width <= 992px) {
  .p-product .p-product-content {
  display:flex;
flex-direction: column;
width:80%;
    margin:0 auto;
    align-items: center;
display: contents;
}
   .p-product .p-product__head      { order: 10; }
  .p-product .p-product__desc      { order: 20; }
  .p-product .p-product__price     { order: 30; }
  .p-product .p-product__box       { order: 35; }
  .p-product .p-product__img       { order: 45; }
  .p-product .p-product__shop      { order: 50; }
}
@media (width <= 768px) {
  .p-product .p-product-content {
     align-items: flex-start;
width:100%;
    max-width:500px;
    margin:0 auto;
}
}
.p-product .p-product__head {
  margin-top: 56px;
  position: relative;
}
@media (width <= 992px) {
  .p-product .p-product__head {
    margin:0 auto;
    width:100%;
    max-width:480px;
  }
}

.p-product .p-product__head .c-baloon-nav__item{
      position: absolute;
    transform: translate(-50%, -50%);
    top: -80%;
    left: 8%;
}
@media (width <= 992px) {
  .p-product .p-product__head .c-baloon-nav__item{
      position: relative;
    margin-top:24px;
    left:0;
}
}
@media (width <= 769px) {
  .p-product .p-product__head .c-baloon-nav__item{
    transform:translateX(0);
    margin:0 0 24px 0;
        left:-1%;
}
}
@media (width <= 768px) {
  .p-product .p-product__head .c-baloon-nav__item-img{
    width:auto;
    height:auto;
}
}


.p-product .p-product__title {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
}
@media (width <= 768px) {
.p-product .p-product__title {
  font-size: 20px;
}
}

.p-product .p-product__sub {
  color: #626262;
  font-family: "Alumni Sans", sans-serif;
  font-size: 22px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.88px;
}
@media (width <= 768px) {
  .p-product .p-product__sub {
  font-size: 18px;
}
}
.p-product .p-product__desc {
  color: #792e39;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  margin-top: 16px;
  letter-spacing: 0.8px;
}
@media (width <= 992px) {
.p-product .p-product__desc {
  margin: 12px auto 0 auto;
    width:100%;
    max-width:480px;
}
}

.p-product.p-product--smoothie .p-product__desc {
  color: #843e00;
}
.p-product .p-product__box {
  display: flex;
  max-width: 428px;
  width: 100%;
  padding: 24px 40px;
  align-items: center;
  background: #fceaf3;
}
@media (width <= 992px) {
.p-product .p-product__box {
  padding: 24px;
}
}
@media (width <= 768px) {
.p-product .p-product__box {
  padding: 16px;
}
}
.p-product.p-product--smoothie .p-product__box {
  background-color: #fef9e7;
}
.p-product .p-product__box-text {
  color: #000;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.p-product .p-product__box-text {
  font-size: 14px;
}
}

.p-product .p-product__price {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 8px;
  margin-top: 32px;
}
@media (width <= 992px) {
.p-product .p-product__price {
  margin: 12px auto 0 auto;
  width:100%;
  max-width:480px;
}
}
.p-product .p-product__price-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.p-product .p-product__price-size {
  width: 44px;
  height: 44px;
  font-size: 32px;
}
@media (width <= 768px) {
.p-product .p-product__price-size {
        width: 30px;
        height: 30px;
        font-size: 20px;
}
}
.p-product .p-product__price-text {
  font-family: "Alumni Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.p-product .p-product__price-text  span{
  font-size: 20px;
}

.p-product .p-product__box {
  margin-top: 32px;
}
@media (width <= 992px) {
.p-product .p-product__box {
  margin: 12px auto 0 auto;
    width:100%;
  max-width:480px;
}
}
.p-product__shop{
  margin-top: 56px;
}
@media (width <= 992px) {
.p-product__shop{
  margin: 32px auto 0 auto;
    width:100%;
  max-width:480px;
}
}
@media (width <= 768px) {
.p-product__shop{
  margin-top: 24px;
}
}
.p-product .p-product__shop-title {
  color: #004712;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
}
.p-product .p-product__shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-product .p-product-topping__title {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: 3.6px;
}
.p-product .p-product-topping__subtitle {
  margin: 0;
  color: #424242;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.4px;
}
.p-product .p-product-topping {
  padding-top: 60px;
}
.p-product .p-page-menu__item-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  margin: 0;
}
.p-product .p-product-topping__list {
  gap: 40px;
}
.p-product .p-page-menu__item-imgs {
  width: 95%;
  margin: 0 auto 8px auto;
}
.p-product .p-page-menu__item-entitle {
  color: #626262;
  font-family: "Alumni Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  margin: 0;
}

.p-page-locations{
  padding-bottom:40px;
}

.p-product .p-page-menu__priceprice-text {
  font-family: "Alumni Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
}


@media (width <= 899px) {
.p-product .p-product-topping{
  max-width: 600px;
    margin: 0 auto;
  }
}

.p-page-locations .p-page-locations__sub {
  margin: 0;
  color: #b10e44;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.4px;
}
.p-page-locations .l-section__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (width <= 768px) {
  .p-page-locations .l-section__content {
    gap: 64px;
  }
}
.p-page-locations .p-page-locations__item {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (width <= 768px) {
  .p-page-locations .p-page-locations__item {
    flex-direction: column;
    gap: 32px;
  }
}
.p-page-locations .p-page-locations__left {
  flex: 0 0 45%;
}
@media (width <= 768px) {
  .p-page-locations .p-page-locations__left {
    flex: 1;
    width: 100%;
  }
}
.p-page-locations .p-page-locations__map {
  flex: 1;
  width: 100%;
  aspect-ratio: 5 / 4; 
  position: relative;
  min-height: 240px;
}
.p-page-locations .p-page-locations__map iframe{
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.p-page-locations .p-page-locations__left {
  display: flex;
  flex-direction: column;
}
.p-page-locations .p-page-locations__info {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  gap: 16px;
}
@media (width <= 768px) {
  .p-page-locations .p-page-locations__info {
  margin-top: 24px;
}
}
.p-page-locations .p-page-locations__info-item {
  display: flex;
  gap: 8px;
}
.p-page-locations .p-page-locations__info-item dd,
.p-page-locations .p-page-locations__info-item dt {
  margin: 0;
  padding: 0;
}
.p-page-locations .p-page-locations__info-item dt {
  flex-basis: 72px;
  color: #004712;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.p-page-locations .p-page-locations__info-item dt {
  font-size: 14px;
}
}
.p-page-locations .p-page-locations__info-item dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.p-page-locations .p-page-locations__info-item dd {
  font-size: 14px;
}
}
.p-page-locations .p-page-locations__info-item dd span{
  margin-right:.5em;
}
.p-page-locations .p-page-locations__item-btn {
  margin-top: 16px;
  max-width: 290px;
  width: 100%;
}
@media (width <= 768px) {
.p-page-locations .p-page-locations__item-btn {
  margin: 16px auto 0 auto;
}
}

.p-page-news .l-section__inner {
background: #fff;
}
.p-page-news .l-section__inner--bg{
  background:transparent;
}

.p-page-news .l-section__content {
  max-width: 800px;
  padding: 20px 0;
  margin: 0 auto;
}
.p-page-news .p-news__list {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.p-page-news .p-news__item {
  padding: 40px 0;
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #e0d8b7;
}
@media (width <= 768px) {
  .p-page-news .p-news__item {
    flex-wrap: wrap;
    padding: 24px 0;
    gap: 16px;
  }
}
.p-page-news .p-news__time {
  flex: 0 0 12%;
}
@media (width <= 768px) {
  .p-page-news .p-news__time {
    flex: 1;
    width: 100%;
  }
}
.p-page-news .p-news__title {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.75px;
}
.p-page-news .p-news__title.l-blog__title {
  font-size: 18px;
}
@media (width <= 768px) {
  .p-page-news .p-news__title.l-blog__title {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .p-page-news .p-news__title {
    flex: auto;
    width: 100%;
  }
}

.l-blog__container {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}

.l-blog__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.85px;
}

.l-blog__head {
  position: relative;
  padding-bottom: 20px;
}
.l-blog__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0d8b7;
}

.l-blog__body p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.l-blog__body p {
  font-size:14px;
}
}
.l-blog__body h2 {
  color: rgb(0, 71, 18);
  position: relative;
  padding-left: 1em;
  font-size: 1.25em;
}
.l-blog__body h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.25em;
  background: rgb(0, 71, 18);
}
.l-blog__body h3 {
  font-size: 1.2em;
  border-bottom: 2px solid rgb(0, 71, 18);
}
.l-blog__body h4 {
  font-size: 1.1em;
  font-weight: 700;
  color: rgb(0, 71, 18);
}
.l-blog__body h5 {
  font-size: 1.1em;
  font-weight: 700;
  color: #333;
}
.l-blog__body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.l-blog__body ul li {
  position: relative;
  padding-left: 0.2em;
}
.l-blog__body ul li::before {
  content: "・";
}
.l-blog__body ol {
  padding-left: 1.5em;
}
.l-blog__body a {
  color: rgb(0, 71, 18);
  text-decoration: underline;
}

.l-blog__thumb {
  max-width: 460px;
  margin: 56px auto 56px auto;
}
.l-blog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recruit .p-recruit__desc {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
.p-recruit .l-section__headline--left p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.75px;
}
@media (width <= 768px) {
.p-recruit .l-section__headline--left p {
  font-size: 14px;
}
}


.p-recruit .p-recruit__btn {
  max-width: 290px;
  width: 100%;
  margin-left: auto;
}
@media (width <= 768px) {
.p-recruit .p-recruit__btn {
  margin:0 auto;
}
}
.p-recruit .p-recruit__block {
  margin-top: 48px;
}

@media (width <= 768px) {
.p-recruit-desc .l-section__headline{
  margin-bottom: 24px;
}
}

@media (width <= 768px) {
.p-recruit-desc .l-section__headline p{
  font-size:14px;
}
}
.p-page--about table.has-fixed-layout {
  width: 80%;
  max-width: 900px;
  margin: 0px auto;
  display: table;
  background: #fff;
}
@media (width <= 992px) {
  .p-page--about table.has-fixed-layout {
    width: 90%;
  }
}
@media (width <= 768px) {
  .p-page--about table.has-fixed-layout {
    width: 100%;
  }
}
.p-page--about table.has-fixed-layout tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
}
.p-page--about tbody,
.p-page--about th,
.p-page--about tr,
.p-page--about td {
  border-width: 0px;
}
.p-page--about tr {
  border-top: 1px solid rgb(204, 204, 204);
  text-align: left;
  vertical-align: middle;
}
.p-page--about tr:last-child {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.p-page--about th {
  width: 20%;
  padding: 0px 0px 0px 10px;
}
@media (width <= 768px) {
  .p-page--about th {
    width: 90px;
    font-size: 14px;
    padding: 0px;
  }
}
.p-page--about td {
  width: 80%;
  padding: 25px 0px 25px 10px;
}
@media (width <= 768px) {
  .p-page--about td {
    width: calc(100% - 90px);
    font-size: 14px;
    padding: 25px 0px;
  }
}

#sb_instagram #sbi_load .sbi_follow_btn{
  margin-top:40px;
}
@media (width <= 768px) {
#sb_instagram #sbi_load .sbi_follow_btn{
  margin-top:24px;
}
}

#sb_instagram .sbi_follow_btn a{
      background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(92deg, #ffd600 0%, #ff7a00 20%, #ff0069 40%, #d300c5 60%, #7638fa 80%);
-webkit-border-radius: 0px;
  border-radius: 0px;
      font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      padding: 18px 32px;
}
@media (width <= 768px) {
#sb_instagram .sbi_follow_btn a{
      font-size: 14px;
      padding: 16px 12px;
}
}

#sb_instagram svg:not(:root).svg-inline--fa{
  display:none;
}
body:not(:has(.c-bottom .c-bottom__item)) .l-footer {
    margin-bottom: 0;
}
.c-bottom.has-single .c-bottom__item--uber,
.c-bottom.has-single .c-bottom__item--mobile {
    flex: 0 0 100%;
}

.c-bottom.has-both .c-bottom__item--uber,
.c-bottom.has-both .c-bottom__item--mobile {
    flex: 0 0 50%;
}