@charset "UTF-8";
:root {
  --duration03: 0.3s;
  --wrapPaddingHorizontal: 4rem;
  --wrap:108rem;
  --wrapWide:118rem;
  --headerHeight: 120px;
  --black01: #505050;
  --gray01: #ddddd7;
  --gray02: #787878;
  --gray03: #e0e0db;
  --blackHover01: #505050;
  --headerColor: white;
  --headerLogoColor: #505050;
  --headerinstaColor: #505050;
  --headerMenuColor: #505050;
  --toggleButtonColor: #505050;
  --footerMargin: 22.7rem;
}
@media screen and (max-width: 767px) {
  :root {
    --wrapPaddingHorizontal: 5.5rem;
    --headerHeight: 65px;
    --footerMargin: 17rem;
  }
}

/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/**
 * 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; /* 4 */
  -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).
 */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * 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 {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

/**
 * 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: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-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] {
  -ms-touch-action: manipulation; /* 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;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 2.125;
  color: var(--black01);
  min-width: calc(var(--wrapWide) + var(--wrapPaddingHorizontal) * 2);
  line-break: strict;
  padding-top: var(--headerHeight);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 2.4rem;
    line-height: 1.875;
  }
}
body.is-menuOpen {
  position: fixed;
  left: 0;
  width: 100%;
}

/*img {
	image-rendering: -webkit-optimize-contrast;
}*/
label {
  cursor: pointer;
}

picture {
  display: block;
}

.l-allWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited, a:focus {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--headerHeight);
  background: var(--headerColor);
  z-index: 10;
}

.l-header__inner {
  position: relative;
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
}

.l-header__logo {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 20px;
  width: min(19vw, 190px);
  aspect-ratio: 190/60;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    left: 29px;
    width: 79px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 189.69 60"><path d="M30,60C13.46,60,0,46.54,0,30S13.46,0,30,0s30,13.46,30,30-13.46,30-30,30ZM30,1.24C14.14,1.24,1.25,14.14,1.25,30s12.9,28.76,28.76,28.76,28.76-12.9,28.76-28.76S45.86,1.24,30,1.24ZM28.86,25.15c-3.12.53-4.79,3.2-6.28,5.58-1.53,2.45-2.66,4.05-4.47,4.4v2.57c3.34-.38,5.08-3.16,6.62-5.63,1.43-2.29,2.51-3.84,4.13-4.32v-2.61h0ZM15.82,34.93c-1.43-.59-2.46-2.08-3.78-4.2-1.66-2.66-3.55-5.67-7.43-5.67v2.54c2.3,0,3.53,1.69,5.27,4.48,1.43,2.3,3.03,4.85,5.93,5.51v-2.66h.01ZM41.89,35.14c-1.81-.36-2.94-1.96-4.47-4.41-1.49-2.38-3.16-5.05-6.28-5.58v2.61c1.61.49,2.69,2.03,4.12,4.32,1.54,2.47,3.28,5.24,6.62,5.63v-2.57h.01ZM47.97,30.73c-1.33,2.12-2.36,3.61-3.79,4.2v2.66c2.9-.66,4.5-3.22,5.94-5.51,1.74-2.79,2.97-4.48,5.27-4.48v-2.54c-3.88,0-5.76,3.02-7.42,5.67ZM149.01,18.9c-5.28,0-9.57,4.28-9.57,9.57s4.29,9.56,9.57,9.56,9.56-4.28,9.56-9.56-4.28-9.57-9.56-9.57h0ZM149.01,34.61c-3.39,0-6.14-2.75-6.14-6.14s2.76-6.14,6.14-6.14,6.14,2.75,6.14,6.14-2.75,6.14-6.14,6.14ZM117.76,18.9c-5.28,0-9.57,4.28-9.57,9.57s4.28,9.56,9.57,9.56,9.56-4.28,9.56-9.56-4.28-9.57-9.56-9.57ZM117.76,34.61c-3.39,0-6.14-2.75-6.14-6.14s2.76-6.14,6.14-6.14,6.14,2.75,6.14,6.14-2.75,6.14-6.14,6.14ZM189.69,18.9h-18.88v3.43h7.73v15.7h3.42v-15.7h7.73v-3.43ZM92.66,18.9v12.03c0,1.89-1.53,3.42-3.42,3.42s-3.42-1.54-3.42-3.42v-12.03h-3.42v12.03c0,1.89-1.54,3.42-3.42,3.42s-3.42-1.54-3.42-3.42v-12.03h-3.42v12.03c0,3.78,3.07,6.85,6.85,6.85,2.04,0,3.88-.9,5.13-2.32,1.26,1.42,3.09,2.32,5.13,2.32,3.78,0,6.85-3.07,6.85-6.85v-12.03h-3.44ZM72.11,51.33v-3.73h2.41v.3h-2.05v1.35h1.87v.3h-1.87v1.79h-.36ZM86.25,47.6h.35v2.23c0,.46.08.8.26,1,.17.2.45.31.84.31.2,0,.37-.03.51-.08.14-.05.25-.13.34-.24.08-.11.15-.25.18-.41.04-.16.06-.35.06-.57v-2.23h.35v2.33c0,.49-.12.86-.36,1.12s-.6.38-1.08.38-.85-.13-1.09-.39-.36-.63-.36-1.11v-2.33h0ZM101.54,49.63v1.7h-.35v-3.73h1.46c.41,0,.73.08.95.23.22.15.33.4.33.75,0,.23-.05.42-.14.56-.1.14-.25.26-.46.35.11.04.2.09.26.17.07.07.11.16.14.25s.05.19.06.3c.01.1.02.2.02.3,0,.14.01.26.02.35,0,.09.02.17.03.23s.03.1.04.14c.02.03.04.06.07.07v.03h-.39c-.04-.06-.06-.14-.08-.25-.02-.11-.03-.23-.03-.35s-.02-.24-.02-.35-.02-.21-.03-.28c-.02-.1-.05-.18-.1-.24-.05-.06-.1-.11-.17-.14s-.14-.05-.22-.06c-.08,0-.17-.02-.25-.02h-1.14ZM102.64,49.33c.13,0,.25,0,.37-.04.11-.03.21-.07.29-.13s.15-.14.2-.23c.05-.09.07-.2.07-.34s-.03-.25-.07-.34c-.05-.09-.12-.16-.2-.21-.08-.05-.18-.09-.29-.11s-.22-.03-.34-.03h-1.12v1.44h1.1-.01ZM116.21,48.07h-.01v3.26h-.35v-3.73h.4l2.16,3.27h.01v-3.27h.35v3.73h-.41l-2.15-3.26ZM130.93,51.33v-3.73h.35v3.73h-.35ZM143.11,47.6h2.72v.3h-1.18v3.43h-.35v-3.43h-1.18v-.3h-.01ZM157.54,47.6h.35v2.23c0,.46.09.8.26,1s.45.31.83.31c.2,0,.37-.03.51-.08.14-.05.25-.13.34-.24.08-.11.15-.25.19-.41.03-.16.05-.35.05-.57v-2.23h.35v2.33c0,.49-.12.86-.36,1.12s-.6.38-1.09.38-.85-.13-1.09-.39c-.24-.26-.36-.63-.36-1.11v-2.33h.02ZM172.83,49.63v1.7h-.35v-3.73h1.46c.41,0,.72.08.94.23.22.15.33.4.33.75,0,.23-.05.42-.14.56-.1.14-.25.26-.47.35.11.04.2.09.26.17.07.07.11.16.14.25s.05.19.06.3c0,.1,0,.2.02.3,0,.14,0,.26.02.35,0,.09.02.17.03.23.02.06.03.1.05.14.02.03.04.06.06.07v.03h-.39c-.04-.06-.07-.14-.08-.25-.02-.11-.03-.23-.04-.35,0-.12-.02-.24-.02-.35s-.02-.21-.03-.28c-.02-.1-.05-.18-.1-.24s-.1-.11-.17-.14c-.07-.03-.14-.05-.22-.06-.08,0-.17-.02-.25-.02h-1.11ZM173.94,49.33c.13,0,.25,0,.37-.04.11-.03.21-.07.29-.13.08-.06.15-.14.2-.23s.07-.2.07-.34-.02-.25-.07-.34-.12-.16-.2-.21-.18-.09-.29-.11-.22-.03-.34-.03h-1.12v1.44h1.1-.01ZM187.15,51.33v-3.73h2.48v.3h-2.13v1.35h1.93v.3h-1.93v1.49h2.18v.3h-2.53,0Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 189.69 60"><path d="M30,60C13.46,60,0,46.54,0,30S13.46,0,30,0s30,13.46,30,30-13.46,30-30,30ZM30,1.24C14.14,1.24,1.25,14.14,1.25,30s12.9,28.76,28.76,28.76,28.76-12.9,28.76-28.76S45.86,1.24,30,1.24ZM28.86,25.15c-3.12.53-4.79,3.2-6.28,5.58-1.53,2.45-2.66,4.05-4.47,4.4v2.57c3.34-.38,5.08-3.16,6.62-5.63,1.43-2.29,2.51-3.84,4.13-4.32v-2.61h0ZM15.82,34.93c-1.43-.59-2.46-2.08-3.78-4.2-1.66-2.66-3.55-5.67-7.43-5.67v2.54c2.3,0,3.53,1.69,5.27,4.48,1.43,2.3,3.03,4.85,5.93,5.51v-2.66h.01ZM41.89,35.14c-1.81-.36-2.94-1.96-4.47-4.41-1.49-2.38-3.16-5.05-6.28-5.58v2.61c1.61.49,2.69,2.03,4.12,4.32,1.54,2.47,3.28,5.24,6.62,5.63v-2.57h.01ZM47.97,30.73c-1.33,2.12-2.36,3.61-3.79,4.2v2.66c2.9-.66,4.5-3.22,5.94-5.51,1.74-2.79,2.97-4.48,5.27-4.48v-2.54c-3.88,0-5.76,3.02-7.42,5.67ZM149.01,18.9c-5.28,0-9.57,4.28-9.57,9.57s4.29,9.56,9.57,9.56,9.56-4.28,9.56-9.56-4.28-9.57-9.56-9.57h0ZM149.01,34.61c-3.39,0-6.14-2.75-6.14-6.14s2.76-6.14,6.14-6.14,6.14,2.75,6.14,6.14-2.75,6.14-6.14,6.14ZM117.76,18.9c-5.28,0-9.57,4.28-9.57,9.57s4.28,9.56,9.57,9.56,9.56-4.28,9.56-9.56-4.28-9.57-9.56-9.57ZM117.76,34.61c-3.39,0-6.14-2.75-6.14-6.14s2.76-6.14,6.14-6.14,6.14,2.75,6.14,6.14-2.75,6.14-6.14,6.14ZM189.69,18.9h-18.88v3.43h7.73v15.7h3.42v-15.7h7.73v-3.43ZM92.66,18.9v12.03c0,1.89-1.53,3.42-3.42,3.42s-3.42-1.54-3.42-3.42v-12.03h-3.42v12.03c0,1.89-1.54,3.42-3.42,3.42s-3.42-1.54-3.42-3.42v-12.03h-3.42v12.03c0,3.78,3.07,6.85,6.85,6.85,2.04,0,3.88-.9,5.13-2.32,1.26,1.42,3.09,2.32,5.13,2.32,3.78,0,6.85-3.07,6.85-6.85v-12.03h-3.44ZM72.11,51.33v-3.73h2.41v.3h-2.05v1.35h1.87v.3h-1.87v1.79h-.36ZM86.25,47.6h.35v2.23c0,.46.08.8.26,1,.17.2.45.31.84.31.2,0,.37-.03.51-.08.14-.05.25-.13.34-.24.08-.11.15-.25.18-.41.04-.16.06-.35.06-.57v-2.23h.35v2.33c0,.49-.12.86-.36,1.12s-.6.38-1.08.38-.85-.13-1.09-.39-.36-.63-.36-1.11v-2.33h0ZM101.54,49.63v1.7h-.35v-3.73h1.46c.41,0,.73.08.95.23.22.15.33.4.33.75,0,.23-.05.42-.14.56-.1.14-.25.26-.46.35.11.04.2.09.26.17.07.07.11.16.14.25s.05.19.06.3c.01.1.02.2.02.3,0,.14.01.26.02.35,0,.09.02.17.03.23s.03.1.04.14c.02.03.04.06.07.07v.03h-.39c-.04-.06-.06-.14-.08-.25-.02-.11-.03-.23-.03-.35s-.02-.24-.02-.35-.02-.21-.03-.28c-.02-.1-.05-.18-.1-.24-.05-.06-.1-.11-.17-.14s-.14-.05-.22-.06c-.08,0-.17-.02-.25-.02h-1.14ZM102.64,49.33c.13,0,.25,0,.37-.04.11-.03.21-.07.29-.13s.15-.14.2-.23c.05-.09.07-.2.07-.34s-.03-.25-.07-.34c-.05-.09-.12-.16-.2-.21-.08-.05-.18-.09-.29-.11s-.22-.03-.34-.03h-1.12v1.44h1.1-.01ZM116.21,48.07h-.01v3.26h-.35v-3.73h.4l2.16,3.27h.01v-3.27h.35v3.73h-.41l-2.15-3.26ZM130.93,51.33v-3.73h.35v3.73h-.35ZM143.11,47.6h2.72v.3h-1.18v3.43h-.35v-3.43h-1.18v-.3h-.01ZM157.54,47.6h.35v2.23c0,.46.09.8.26,1s.45.31.83.31c.2,0,.37-.03.51-.08.14-.05.25-.13.34-.24.08-.11.15-.25.19-.41.03-.16.05-.35.05-.57v-2.23h.35v2.33c0,.49-.12.86-.36,1.12s-.6.38-1.09.38-.85-.13-1.09-.39c-.24-.26-.36-.63-.36-1.11v-2.33h.02ZM172.83,49.63v1.7h-.35v-3.73h1.46c.41,0,.72.08.94.23.22.15.33.4.33.75,0,.23-.05.42-.14.56-.1.14-.25.26-.47.35.11.04.2.09.26.17.07.07.11.16.14.25s.05.19.06.3c0,.1,0,.2.02.3,0,.14,0,.26.02.35,0,.09.02.17.03.23.02.06.03.1.05.14.02.03.04.06.06.07v.03h-.39c-.04-.06-.07-.14-.08-.25-.02-.11-.03-.23-.04-.35,0-.12-.02-.24-.02-.35s-.02-.21-.03-.28c-.02-.1-.05-.18-.1-.24s-.1-.11-.17-.14c-.07-.03-.14-.05-.22-.06-.08,0-.17-.02-.25-.02h-1.11ZM173.94,49.33c.13,0,.25,0,.37-.04.11-.03.21-.07.29-.13.08-.06.15-.14.2-.23s.07-.2.07-.34-.02-.25-.07-.34-.12-.16-.2-.21-.18-.09-.29-.11-.22-.03-.34-.03h-1.12v1.44h1.1-.01ZM187.15,51.33v-3.73h2.48v.3h-2.13v1.35h1.93v.3h-1.93v1.49h2.18v.3h-2.53,0Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left top;
          mask-position: left top;
  background: var(--headerLogoColor);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.l-headerNav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-headerNav {
    position: fixed;
    top: 0;
    translate: 0 0;
    right: 0;
    display: block;
    overflow-y: auto;
    width: 250px;
    height: 100dvh;
    -webkit-overflow-scrolling: touch;
    background: var(--gray01);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 155px 30px 30px 25px;
    -webkit-transition: opacity 0.4s, visibility 0s 0.4s, -webkit-transform 0.7s;
    transition: opacity 0.4s, visibility 0s 0.4s, -webkit-transform 0.7s;
    transition: opacity 0.4s, visibility 0s 0.4s, transform 0.7s;
    transition: opacity 0.4s, visibility 0s 0.4s, transform 0.7s, -webkit-transform 0.7s;
  }
  .l-headerNav > * {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: opacity 0.7s, visibility 0s 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, visibility 0s 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, visibility 0s 0.7s, transform 0.7s;
    transition: opacity 0.7s, visibility 0s 0.7s, transform 0.7s, -webkit-transform 0.7s;
  }
  body.is-menuOpen .l-headerNav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.4s, transform 0.8s;
    transition: opacity 0.4s, transform 0.8s, -webkit-transform 0.8s;
  }
  body.is-menuOpen .l-headerNav > * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.4s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.4s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.4s 0.6s, transform 0.8s 0.6s;
    transition: opacity 0.4s 0.6s, transform 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
  }
}

.l-headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5.6vw, 56px);
  margin-right: min(5vw, 50px);
}
@media screen and (max-width: 767px) {
  .l-headerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 52px;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-left: 8px;
  }
}

.l-headerMenu__item a {
  position: relative;
  display: block;
  color: var(--headerMenuColor);
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-headerMenu__item a {
    font-size: 16px;
  }
}
.l-headerMenu__item a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
  width: calc(100% - 2px);
  height: 1px;
  border-bottom: 1px solid var(--headerMenuColor);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media (any-hover: hover) {
  .l-headerMenu__item a::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-headerMenu__item a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.l-headerNav-shop {
  width: 88px;
  aspect-ratio: 88/20;
  margin-right: min(6.6vw, 66px);
}
@media screen and (max-width: 767px) {
  .l-headerNav-shop {
    width: 110px;
    aspect-ratio: 110/25;
    margin: 49px 0 0;
  }
}
.l-headerNav-shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-headerNav-shop a {
    background: var(--black01);
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  .l-headerNav-shop a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .l-headerNav-shop a:hover {
    background: var(--blackHover01);
  }
}

.l-headerNav-instagram {
  width: 20px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .l-headerNav-instagram {
    margin: 97px 0 0 auto;
  }
}
.l-headerNav-instagram a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20.34"><path d="M14.25,0H5.75C2.57,0,0,2.57,0,5.75v8.84c0,3.17,2.57,5.75,5.75,5.75h8.5c3.17,0,5.75-2.57,5.75-5.75V5.75c0-3.17-2.57-5.75-5.75-5.75ZM2.04,5.75c0-2.04,1.66-3.71,3.71-3.71h8.5c2.04,0,3.71,1.66,3.71,3.71v8.84c0,2.04-1.66,3.71-3.71,3.71H5.75c-2.04,0-3.71-1.66-3.71-3.71V5.75ZM10,15.41c2.89,0,5.24-2.35,5.24-5.24s-2.35-5.24-5.24-5.24-5.24,2.35-5.24,5.24,2.35,5.24,5.24,5.24ZM10,6.56c1.99,0,3.61,1.62,3.61,3.61s-1.62,3.61-3.61,3.61-3.61-1.62-3.61-3.61,1.62-3.61,3.61-3.61ZM15.39,3.61c.65,0,1.17.52,1.17,1.17s-.52,1.17-1.17,1.17-1.17-.52-1.17-1.17.52-1.17,1.17-1.17Z" /></svg>');
          mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20.34"><path d="M14.25,0H5.75C2.57,0,0,2.57,0,5.75v8.84c0,3.17,2.57,5.75,5.75,5.75h8.5c3.17,0,5.75-2.57,5.75-5.75V5.75c0-3.17-2.57-5.75-5.75-5.75ZM2.04,5.75c0-2.04,1.66-3.71,3.71-3.71h8.5c2.04,0,3.71,1.66,3.71,3.71v8.84c0,2.04-1.66,3.71-3.71,3.71H5.75c-2.04,0-3.71-1.66-3.71-3.71V5.75ZM10,15.41c2.89,0,5.24-2.35,5.24-5.24s-2.35-5.24-5.24-5.24-5.24,2.35-5.24,5.24,2.35,5.24,5.24,5.24ZM10,6.56c1.99,0,3.61,1.62,3.61,3.61s-1.62,3.61-3.61,3.61-3.61-1.62-3.61-3.61,1.62-3.61,3.61-3.61ZM15.39,3.61c.65,0,1.17.52,1.17,1.17s-.52,1.17-1.17,1.17-1.17-.52-1.17-1.17.52-1.17,1.17-1.17Z" /></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: var(--headerinstaColor);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .l-headerNav-instagram a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-headerNav-instagram a:hover {
    opacity: 0.6;
  }
}

.l-toggleButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  display: block;
  background: none;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 30px;
  width: 22px;
  height: 16px;
}
.l-toggleButton span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 2px;
  background: var(--toggleButtonColor);
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}
.l-toggleButton span:nth-child(1) {
  top: 0;
}
.l-toggleButton span:nth-child(2) {
  top: 7px;
}
.l-toggleButton span:nth-child(3) {
  top: 15px;
}
body.is-menuOpen .l-toggleButton span {
  width: 120%;
  background: #505050 !important;
  -webkit-transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  transition: width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, width 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, top 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s, background-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.2s;
}
body.is-menuOpen .l-toggleButton span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
body.is-menuOpen .l-toggleButton span:nth-child(2) {
  opacity: 0;
}
body.is-menuOpen .l-toggleButton span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}

.l-footer {
  position: relative;
  background: var(--gray03);
  padding-block: 7.3rem 1.5rem;
  margin-top: var(--footerMargin);
  --wrap: 112rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 7.3rem 5.5rem;
  }
}

.l-footerGrid {
  display: grid;
  grid-template-columns: 33rem 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footerGrid {
    grid-template-columns: 100%;
    gap: 3rem;
  }
}

.l-footer__logo {
  width: 19rem;
}
.l-footer__logo a {
  display: block;
}
@media (any-hover: hover) {
  .l-footer__logo a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__logo a:hover {
    opacity: 0.6;
  }
}

.l-footerAddress {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footerAddress {
    gap: 2.5rem;
    margin-top: 2.4rem;
  }
}

.l-footerAddress__text01 {
  font-weight: 300;
  font-size: 1.6rem;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .l-footerAddress__text01 {
    font-size: 2.1rem;
    line-height: 1.3125;
  }
}

.l-footerAddress__text02 {
  font-size: 1.6rem;
  margin-block: 0;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footerAddress__text02 {
    font-size: 2.1rem;
    line-height: 1.3125;
    grid-template-columns: 5rem 1fr;
  }
}
@media (any-hover: hover) {
  .l-footerAddress__text02 a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footerAddress__text02 a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .l-footerGrid__right {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-top: 1.6rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.l-footer__mapLink {
  text-align: right;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__mapLink {
    margin-top: 0;
    text-align: left;
  }
}
.l-footer__mapLink a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__mapLink a {
    font-size: 2.5rem;
    padding-bottom: 0.5rem;
  }
}
.l-footer__mapLink a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--black01);
  -webkit-transform: translate(0);
          transform: translate(0);
}
@media (any-hover: hover) {
  .l-footer__mapLink a::before {
    transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .l-footer__mapLink a:hover::before {
    -webkit-transform: translate(100%);
            transform: translate(100%);
    width: 0;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

.l-footer__instaLink {
  width: 2rem;
  margin: 3.8rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__instaLink {
    position: absolute;
    top: 1rem;
    right: var(--wrapPaddingHorizontal);
    width: 4rem;
    margin: 0;
  }
}
.l-footer__instaLink a {
  display: block;
}
@media (any-hover: hover) {
  .l-footer__instaLink a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer__instaLink a:hover {
    opacity: 0.6;
  }
}

.l-footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 11.5rem;
  gap: 5.5rem;
}

.l-footerMenu__item {
  position: relative;
  display: block;
  color: var(--headerMenuColor);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-footerMenu__item::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
  width: calc(100% - 4px);
  height: 1px;
  border-bottom: 1px solid var(--headerMenuColor);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media (any-hover: hover) {
  .l-footerMenu__item::before {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-footerMenu__item:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.l-footer__copy {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: right;
  margin-block: 11.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.l-fixedButton {
  width: 15rem;
  aspect-ratio: 1/1;
}
.l-fixedButton:not(.is-absolute) {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .l-fixedButton:not(.is-absolute) {
    right: 6rem;
  }
}
.l-fixedButton.is-absolute {
  position: absolute;
  right: 5rem;
  bottom: calc(100% + 2rem);
}
.l-fixedButton a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(218, 218, 213, 0.8);
  border-radius: calc(infinity * 1px);
  font-weight: 500;
  font-size: 1.6rem;
}
@media (any-hover: hover) {
  .l-fixedButton a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-fixedButton a:hover {
    opacity: 0.6;
  }
}
.l-fixedButton a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13.3rem;
  aspect-ratio: 1/1;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--black01);
}

/* --------------------------------------------------
  link
-------------------------------------------------- */
/* --------------------------------------------------
  button
-------------------------------------------------- */
.c-buttonLine01.m-center a {
  margin-inline: auto;
}
.c-buttonLine01 a {
  position: relative;
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 1;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-buttonLine01 a {
    font-size: 2.5rem;
    padding: 0 0.7rem 1.3rem;
  }
}
.c-buttonLine01 a::after {
  content: "";
  display: inline-block;
  margin-left: 1.3rem;
  width: 0.8rem;
  aspect-ratio: 8/16;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.5 16"><path fill="%23505050" d="M.5,16c-.12,0-.23-.04-.33-.12-.21-.18-.23-.5-.05-.71l6.22-7.17L.12.83C-.06.62-.04.3.17.12.38-.06.7-.04.88.17l6.5,7.5c.16.19.16.47,0,.66L.88,15.83c-.1.11-.24.17-.38.17Z" /></svg>') no-repeat center center/contain;
}
.c-buttonLine01 a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--black01);
  -webkit-transform: translate(0);
          transform: translate(0);
}
.c-buttonLine01 a::before::after {
  width: 110%;
}
@media (any-hover: hover) {
  .c-buttonLine01 a::before {
    transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .c-buttonLine01 a:hover::before {
    -webkit-transform: translate(100%);
            transform: translate(100%);
    width: 0;
    transition: width 0ms cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s, transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

/* --------------------------------------------------
  title
-------------------------------------------------- */
.c-pageHeading01 {
  position: relative;
  width: 100%;
  height: 28.5rem;
  overflow: hidden;
}
.c-pageHeading01 .u-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pageHeading01__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pageHeading01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-pageHeading01__image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(0, 0, 0, 0.2);
}

.c-pageHeading01__title {
  color: white;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation-name: anime_fade01;
          animation-name: anime_fade01;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.65));
  margin-block: 0 3rem;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-pageHeading01__title {
    margin-block: 0 1.5rem;
  }
}

.c-titleLine01 {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
  text-align: center;
  padding-bottom: 1rem;
  margin-block: 0;
}
.c-titleLine01:not(.m-gothic) {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .c-titleLine01 {
    font-size: 4.4rem;
    padding-bottom: 2.4rem;
  }
}
.c-titleLine01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 8rem;
  height: 3px;
  background: var(--black01);
}
@media screen and (max-width: 767px) {
  .c-titleLine01::after {
    width: 11rem;
    height: 2px;
  }
}

.c-titleLine01__inner {
  display: inline-block;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-minsp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */
.u-wrap {
  position: relative;
  width: calc(var(--wrap) + var(--wrapPaddingHorizontal) * 2);
  padding: 0 var(--wrapPaddingHorizontal);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .u-wrap {
    padding: 0 var(--wrapPaddingHorizontal);
    width: 100%;
  }
}
.u-wrap.m-wide {
  width: calc(var(--wrapWide) + var(--wrapPaddingHorizontal) * 2);
}
@media screen and (max-width: 767px) {
  .u-wrap.m-wide {
    width: 100%;
  }
}

/* --------------------------------------------------
  u-over
-------------------------------------------------- */
@media (any-hover: hover) {
  .u-over {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-over:hover {
    opacity: 0.6;
  }
}

/* --------------------------------------------------
  color
-------------------------------------------------- */
/* --------------------------------------------------
  anime
-------------------------------------------------- */
.u-fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.u-fadein.is-show {
  -webkit-animation-name: anime_fade01;
          animation-name: anime_fade01;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

@-webkit-keyframes anime_fade01 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anime_fade01 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes line01 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes line01 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.slick-slider:not(.slick-initialized) {
  display: none;
}