@charset "UTF-8";
/* 上向き ▲ */
/* 右向き ▶︎ */
/* 下向き ▼ */
/* 左向き ◀︎ */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

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

:root {
  --font-family-gothic: "Noto Sans JP", sans-serif;
  --font-family-mincho: "Zen Old Mincho", serif;
  --color-primary: #a79abf;
  --color-secondary: #645e6a;
  --color-font-default: #333333;
  --color-marker: #FFF000;
  --width-max-content: 1180px;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-light {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  font-size: 14px;
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  font-family: var(--font-family-gothic);
  color: var(--color-font-default);
  background-color: #fff;
  font-weight: 400;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

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

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

:focus {
  outline: none;
}

.scroll-prevent {
  overflow: hidden;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(0, 20%);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: all 1s;
}
.scroll_from_left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_from_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: all 1s;
}
.scroll_from_right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll_poyoyon.scroll_poyoyon_scrollin {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 25px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 25px;
  }
}
@media screen and (min-width: 1160px) {
  .section-inner {
    width: 100%;
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
    padding: 80px 20px;
  }
}

.container {
  padding: 0 20px;
}
@media screen and (min-width: 1160px) {
  .container {
    max-width: var(--width-max-content);
    margin-left: auto;
    margin-right: auto;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: var(--color-font-default);
  text-decoration: none;
  transition: all 0.3s ease;
  /*
  &[target="_blank"] {
  	display: inline-flex;
  	align-items: center;
  	gap: 5px;
  }
  */
}
a:not([class]) {
  text-decoration: none;
}
a:not([class]):hover {
  color: var(--color-key-02);
}
@media screen and (min-width: 1160px) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sptab {
    display: block !important;
  }
}
@media screen and (min-width: 1160px) {
  .only-sptab {
    display: none !important;
  }
}

@media screen and (min-width: 1160px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .only-w {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-w {
    display: none !important;
  }
}
@media screen and (min-width: 1160px) {
  .only-w {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .flex > * + * {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px), print {
  .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.flex .col1 > * {
  width: 90%;
}
.flex .col2 > * {
  width: 45%;
}
.flex .col3 > * {
  width: 30%;
}
.flex .col4 > * {
  width: 22.5%;
}
.flex .col5 > * {
  width: 18%;
}
.flex .col6 > * {
  width: 15%;
}
.flex.column {
  flex-direction: column;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.between {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.right {
  justify-content: flex-end;
}
.flex.around {
  justify-content: space-around;
}
.flex.top {
  align-items: flex-start;
}
.flex.middle {
  align-items: center;
}
.flex.bottom {
  align-items: flex-end;
}
.flex.sp-valid {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex.sp-valid > * + * {
    margin-top: 0;
  }
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.w0 {
  width: 0% !important;
}

@media screen and (max-width: 767px) {
  .sp-w0 {
    width: 0% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w0 {
    width: 0% !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.w5 {
  width: 5% !important;
}

@media screen and (max-width: 767px) {
  .sp-w5 {
    width: 5% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w5 {
    width: 5% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.w10 {
  width: 10% !important;
}

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w10 {
    width: 10% !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.w15 {
  width: 15% !important;
}

@media screen and (max-width: 767px) {
  .sp-w15 {
    width: 15% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w15 {
    width: 15% !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.w20 {
  width: 20% !important;
}

@media screen and (max-width: 767px) {
  .sp-w20 {
    width: 20% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w20 {
    width: 20% !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.w25 {
  width: 25% !important;
}

@media screen and (max-width: 767px) {
  .sp-w25 {
    width: 25% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w25 {
    width: 25% !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.w30 {
  width: 30% !important;
}

@media screen and (max-width: 767px) {
  .sp-w30 {
    width: 30% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w30 {
    width: 30% !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.w35 {
  width: 35% !important;
}

@media screen and (max-width: 767px) {
  .sp-w35 {
    width: 35% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w35 {
    width: 35% !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.w40 {
  width: 40% !important;
}

@media screen and (max-width: 767px) {
  .sp-w40 {
    width: 40% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w40 {
    width: 40% !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.w45 {
  width: 45% !important;
}

@media screen and (max-width: 767px) {
  .sp-w45 {
    width: 45% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w45 {
    width: 45% !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.w50 {
  width: 50% !important;
}

@media screen and (max-width: 767px) {
  .sp-w50 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w50 {
    width: 50% !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.w55 {
  width: 55% !important;
}

@media screen and (max-width: 767px) {
  .sp-w55 {
    width: 55% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w55 {
    width: 55% !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w60 {
  width: 60% !important;
}

@media screen and (max-width: 767px) {
  .sp-w60 {
    width: 60% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w60 {
    width: 60% !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.w65 {
  width: 65% !important;
}

@media screen and (max-width: 767px) {
  .sp-w65 {
    width: 65% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w65 {
    width: 65% !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.w70 {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .sp-w70 {
    width: 70% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w70 {
    width: 70% !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.w75 {
  width: 75% !important;
}

@media screen and (max-width: 767px) {
  .sp-w75 {
    width: 75% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w75 {
    width: 75% !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.w80 {
  width: 80% !important;
}

@media screen and (max-width: 767px) {
  .sp-w80 {
    width: 80% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w80 {
    width: 80% !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.w85 {
  width: 85% !important;
}

@media screen and (max-width: 767px) {
  .sp-w85 {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w85 {
    width: 85% !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.w90 {
  width: 90% !important;
}

@media screen and (max-width: 767px) {
  .sp-w90 {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w90 {
    width: 90% !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.w95 {
  width: 95% !important;
}

@media screen and (max-width: 767px) {
  .sp-w95 {
    width: 95% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w95 {
    width: 95% !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .sp-w100 {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px), print {
  .pc-w100 {
    width: 100% !important;
  }
}

.gap0 {
  gap: 0px;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap25 {
  gap: 25px;
}

.gap30 {
  gap: 30px;
}

.gap35 {
  gap: 35px;
}

.gap40 {
  gap: 40px;
}

.gap45 {
  gap: 45px;
}

.gap50 {
  gap: 50px;
}

.gap55 {
  gap: 55px;
}

.gap60 {
  gap: 60px;
}

.gap65 {
  gap: 65px;
}

.gap70 {
  gap: 70px;
}

.gap75 {
  gap: 75px;
}

.gap80 {
  gap: 80px;
}

.gap85 {
  gap: 85px;
}

.gap90 {
  gap: 90px;
}

.gap95 {
  gap: 95px;
}

.gap100 {
  gap: 100px;
}

.fz0 {
  font-size: 0px !important;
}

.fz1 {
  font-size: 1px !important;
}

.fz2 {
  font-size: 2px !important;
}

.fz3 {
  font-size: 3px !important;
}

.fz4 {
  font-size: 4px !important;
}

.fz5 {
  font-size: 5px !important;
}

.fz6 {
  font-size: 6px !important;
}

.fz7 {
  font-size: 7px !important;
}

.fz8 {
  font-size: 8px !important;
}

.fz9 {
  font-size: 9px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz-reset {
  font-size: 1rem !important;
}

.lineheight1 {
  line-height: 1;
}

.lineheight2 {
  line-height: 2;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding: 0;
  background: linear-gradient(transparent 70%, var(--color-marker) 70%);
}
.marker.full {
  background: linear-gradient(var(--color-marker) 0%, var(--color-marker) 100%);
}

/* ---------- ANIMATION ---------- */
.bounce-in {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}
.bounce-in.bounce-in-action {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes shake {
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes rumble {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-2px) rotate(-3deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(2px) rotate(3deg);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes circle-anime {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes purine {
  10% {
    /* 上から落ちてくる */
    transform: translateY(0);
  }
  15% {
    /* 落ちてきた衝撃で縦に少しつぶれる */
    transform: scale(1.1, 0.9);
  }
  20% {
    /* 落ちてきた衝撃で縦にさらに少しつぶれる */
    transform: scale(1.1, 0.8);
  }
  30% {
    /* 縦につぶれながらもつぶれた反動で少し横に伸びる */
    transform: scale(1.15, 0.7);
  }
  45% {
    /* 縦につぶれた反動で横に伸びる */
    transform: scale(1.2, 0.5);
  }
  50% {
    /* つぶれた反動で一気に縦に伸びる */
    transform: scale(0.85, 1.15);
  }
  60% {
    /* 伸びた反動で縦につぶれる */
    transform: scale(1.1, 0.9);
  }
  70% {
    /* つぶれた反動で縦に少し伸びる */
    transform: scale(0.95, 1.08);
  }
  90% {
    /* 伸びた反動でほんの少し縦につぶれる */
    transform: scale(0.98, 1.02);
  }
  100% {
    /* 通常のサイズになる */
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes korokoro {
  0% {
    transform: translate(0%, 0%);
  }
  5% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  25% {
    transform: translate(10%, 0%) rotate(10deg);
  }
  30% {
    transform: translate(-5%, 0%) rotate(-5deg);
  }
  35% {
    transform: translate(-8%, 0%) rotate(-8deg);
  }
  45% {
    transform: translate(5%, 0%) rotate(5deg);
  }
  50% {
    transform: translate(8%, 0%) rotate(8deg);
  }
  60% {
    transform: translate(-2%, 0%) rotate(-2deg);
  }
  65% {
    transform: translate(-3%, 0%) rotate(-3deg);
  }
  75% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}
@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
@keyframes decoSwing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes arrowlong02 {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}
@keyframes pointerClick {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
#site-header {
  width: 100%;
  height: 60px;
  z-index: 90;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 0 16px;
}
@media screen and (min-width: 1160px) {
  #site-header {
    height: 120px;
    padding: 0 60px;
  }
}
#site-header .site-logo img {
  max-width: 150px;
}
@media screen and (min-width: 768px), print {
  #site-header .site-logo img {
    max-width: 274px;
  }
}
#site-header .header-navigation {
  position: fixed;
  top: 60px;
  right: -100vw;
  width: 100vw;
  height: calc(100vh - 60px);
  z-index: 105;
  transition: all 0.3s;
  background-color: #e8e7ea;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    transition: none;
    background-color: transparent;
    height: auto;
  }
}
#site-header .header-navigation .inner {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  font-family: var(--font-family-mincho);
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .inner {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 60px;
  }
}
#site-header .header-navigation .news {
  width: 34px;
  height: 34px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 9px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  padding-top: 2px;
  transform: translateX(80%);
}
@media screen and (max-width: 767px) {
  #site-header .header-navigation .news {
    display: none;
  }
}
#site-header .header-navigation .tel {
  display: flex;
  align-items: center;
  gap: 5px;
}
#site-header .header-navigation .tel a {
  font-size: 24px;
}
#site-header .header-navigation .tel:before {
  content: "Tel.";
  font-size: 10px;
}
#site-header .header-navigation .switch-lang {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}
#site-header .header-navigation .switch-lang a {
  border-bottom: 1px solid #f3f2f4;
}
@media screen and (min-width: 768px), print {
  #site-header .header-navigation .switch-lang a {
    border-bottom: 1px solid #fff;
  }
}
#site-header .header-navigation .switch-lang a.current {
  font-size: inherit;
  line-height: 1.3;
  padding: 0 1px;
  border-bottom: 1px solid var(--color-font-default);
}
#site-header .header-navigation.is-active {
  right: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu {
    padding: 20px 25px;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  #site-header .primary-menu ul {
    display: flex;
    gap: 30px;
  }
}
#site-header .primary-menu ul li a {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #site-header .primary-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1em 0;
  }
  #site-header .primary-menu ul li a:before {
    content: ">";
    font-size: 10px;
    color: #7a7a95;
  }
}
#site-header .nav-toggle {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 110;
  cursor: pointer;
  transition: opacity 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle {
    display: none;
  }
}
#site-header .nav-toggle span {
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 3px #d2cddb;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: transform 0.35s ease-in-out; /*変化の速度を指定*/
  left: 50%;
  top: 50%;
}
#site-header .nav-toggle span:nth-child(1) {
  transform: translate(-50%, -7px);
}
#site-header .nav-toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}
#site-header .nav-toggle span:nth-child(3) {
  transform: translate(-50%, 7px);
}
#site-header .nav-toggle.is-active span {
  width: 26px;
}
@media screen and (min-width: 768px), print {
  #site-header .nav-toggle.is-active span {
    width: 35px;
  }
}
#site-header .nav-toggle.is-active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#site-header .nav-toggle.is-active span:nth-child(2) {
  transform: translate(-50%, 0) rotate(45deg);
}
#site-header .nav-toggle.is-active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #site-header .function {
    width: 100%;
    padding: 20px 25px;
    background-color: #f3f2f4;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  #site-header .function {
    gap: 60px;
  }
}

#cover {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
}

.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 120;
}
@media screen and (min-width: 400px) {
  .floating-menu {
    height: 65px;
  }
}
.floating-menu .secondary-menu {
  position: relative;
  border-top: 1px solid #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
}
.floating-menu .secondary-menu a {
  flex-basis: 29vw;
  line-height: 45px;
  display: inline-block;
  white-space: nowrap;
  font-size: 3vw;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid #000;
  color: #000;
}
@media screen and (min-width: 400px) {
  .floating-menu .secondary-menu a {
    line-height: 65px;
  }
}
.floating-menu .secondary-menu img {
  width: 13vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: -1px;
  left: 0;
}

#site-footer {
  background-color: #645e6a;
}
#site-footer .section-inner {
  color: #fff;
  padding: 30px 25px;
}
@media screen and (min-width: 1160px) {
  #site-footer .section-inner {
    max-width: initial;
    padding: 50px 100px 200px 60px;
  }
}
#site-footer .info .logo {
  max-width: 277px;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #site-footer .info .logo {
    padding-right: 0;
    max-width: initial;
    flex-basis: 55%;
  }
  #site-footer .info .logo img {
    width: 40vw;
  }
}
#site-footer .info .detail {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 60px;
  border-left: 1px solid #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #site-footer .info .detail {
    font-size: 2.4vw;
    padding-left: 7vw;
    flex-basis: 45%;
  }
}
#site-footer .info .detail .shop-name {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #site-footer .info .detail .shop-name {
    font-size: 2.8vw;
  }
}
#site-footer .info .detail a {
  color: #fff !important;
}
#site-footer .navi {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #site-footer .navi {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .navi > div:nth-of-type(3) {
    flex-basis: 40%;
    text-align: right;
  }
  #site-footer .navi > div:nth-of-type(3) a {
    width: 8.6vw;
  }
}
#site-footer .navi a {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 3.2vw;
  color: #fff !important;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  #site-footer .navi a {
    font-size: 14px;
    gap: 8px;
  }
}
#site-footer .navi a:before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background-color: #fff;
}
#site-footer .navi a + a {
  margin-top: 1em;
}
#site-footer .navi a.sns {
  display: inline-block;
}
#site-footer .navi a.sns:before {
  display: none;
}
#site-footer .copyright {
  border-top: 1px solid #c6c4c9;
  padding: 1.5em;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.3em;
  text-align: center;
}

/* ------------------
   COMMON
------------------ */
main {
  overflow: hidden;
}

@media screen and (min-width: 1160px) {
  *.is-hover-scale:hover {
    opacity: 1;
    transform: scale(1.05);
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  padding: 0.5em 1em;
  color: var(--color-font-default);
  position: relative;
}
@media screen and (min-width: 768px), print {
  .btn {
    display: inline-flex;
  }
}
.btn-primary {
  background-color: #9696af;
  color: #fff;
}
.btn-third {
  background-color: #928c99;
  color: #fff;
  line-height: 26px;
  border-radius: 13px;
  font-size: 12px;
  padding: 0 2em;
  white-space: nowrap;
}
.btn-cta {
  flex-direction: column;
  font-weight: 500;
  border-radius: 3px;
  height: 24vw;
}
.btn-cta:after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .btn-cta {
    width: 100%;
    height: 150px;
  }
}
.btn-cta .ja {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .btn-cta .ja {
    font-size: 4.8vw;
  }
}
.btn-cta .en {
  font-size: 10px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 767px) {
  .btn-cta .en {
    font-size: 2vw;
  }
}

body.page .wpforms-submit {
  width: 100%;
  background-color: #928c99;
  font-weight: 500;
  border-radius: 3px;
  height: 60px !important;
  position: relative;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
}
body.page .wpforms-submit:after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  body.page .wpforms-submit {
    font-size: 24px;
    width: 250px;
    height: 80px !important;
  }
}

.com-label-01 {
  display: inline-block;
  background: #75559C;
  border: 1px solid #070707;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1.5em;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 40px;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .com-label-01 {
    font-size: 18px;
    padding: 0.8em 1.5em;
  }
}
.com-label-01.shine:before {
  content: url(../img/ico_shine_01.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -20%);
}
.com-label-01.shine:after {
  content: url(../img/ico_shine_02.svg);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15%, 30%);
}
.com-label-01.pink {
  background-color: #F798BE;
}
.com-label-01.green {
  background-color: #8EEFB1;
  color: #000;
}
.com-label-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: #F799BE;
  border-radius: 30px 0;
  padding: 0.8em 1.5em;
  font-size: 15px;
  border: 1px solid #000;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 768px), print {
  .com-label-02 {
    font-size: 18px;
  }
}
.com-label-02:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/ico_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.com-label-03 {
  font-size: 3vw;
  color: #fff;
  background-color: #000;
  padding: 0.1em 1em;
  border-radius: 20px;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .com-label-03 {
    font-size: 15px;
  }
}

.com-ttl-01 {
  line-height: 1;
}
.com-ttl-01 span {
  font-family: var(--font-family-roman);
  font-weight: 600;
  font-size: 11.8vw;
  letter-spacing: -0.05em;
  padding-right: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl-01 span {
    font-size: 22vw;
  }
}
.com-ttl-02 {
  font-weight: 500;
  line-height: 1.71875;
  color: #2A7963;
  font-size: 6vw;
}
@media screen and (min-width: 768px), print {
  .com-ttl-02 {
    font-size: 32px;
  }
}
.com-ttl-03 {
  display: flex;
  flex-direction: column;
}
.com-ttl-03 .en {
  display: flex;
  align-items: center;
  gap: 10px;
}
.com-ttl-03 .en span {
  font-size: 24px;
  font-family: var(--font-family-roman);
  font-weight: 500;
  background: var(--gradient-two-step);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .com-ttl-03 .en span {
    font-size: 4.8vw;
  }
}
.com-ttl-03 .ja {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .com-ttl-03 .ja {
    font-size: 6.933333333vw;
  }
}
.com-ttl-04 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid var(--color-key-02);
  margin-bottom: 20px;
}
.com-ttl-04 .en {
  color: var(--color-key-02);
  font-size: 10.13333333vw;
  font-family: var(--font-family-roman);
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
  .com-ttl-04 .en {
    font-size: 42px;
  }
}
.com-ttl-04 .ja {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .com-ttl-04 .ja {
    font-size: 20px;
  }
}
.com-ttl-04 .ja strong {
  font-weight: 600;
  color: var(--color-key-02);
}
.com-ttl-05 {
  position: relative;
}
.com-ttl-05:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ABD6AC;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .com-ttl-05:before {
    display: none;
  }
}
.com-ttl-05 .wrap {
  background-color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 5;
  line-height: 1.3;
}
.com-ttl-05 .en {
  padding-right: 1em;
  font-weight: 300;
  font-size: 8.5333333vw;
  font-family: var(--font-family-roman);
  background: var(--gradient-three-step-right);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px), print {
  .com-ttl-05 .en {
    font-size: 42px;
  }
}
.com-ttl-05 .ja {
  font-size: 6.4vw;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .com-ttl-05 .ja {
    font-size: 26px;
  }
}

.com-cta-01 {
  gap: 30px;
  margin: 45px 0;
}
.com-heading {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 20px 10px;
}
@media screen and (min-width: 1160px) {
  .com-heading {
    padding: 0;
  }
}
.com-heading .flex {
  max-width: var(--width-max-content);
  margin: 0 auto;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 1160px) {
  .com-heading .flex {
    flex-direction: row;
    gap: 11px;
  }
}
@media screen and (min-width: 768px), print {
  .com-heading .flex h2 img {
    height: 85px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .com-heading .flex .com-label-01 {
    width: 100%;
  }
}

.ico {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ico-go {
  width: 108px;
  height: 60px;
  background-image: url(../img/ico_go.png);
}
.ico-enjoy {
  width: 63px;
  height: 63px;
  background-image: url(../img/ico_enjoy.png);
}

.parts {
  position: absolute;
}

/* ------------------
   CONTENTS
------------------ */
.fv {
  position: relative;
}
.fv-mainimage {
  height: 125vw;
}
@media screen and (min-width: 1160px) {
  .fv-mainimage {
    height: 750px;
  }
}
.fv-mainimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fv-text {
  width: calc(100vw - 40px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1160px) {
  .fv-text {
    width: 81.5%;
  }
}
.fv-logo {
  position: absolute;
  width: 26.666666vw;
  bottom: 20px;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .fv-logo {
    top: 58%;
    bottom: auto;
    left: 0;
    max-width: 189.5px;
  }
}
.fv-logo img {
  opacity: 0.4;
}
.fv-message {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: var(--font-family-mincho);
}
.fv-message h2 {
  font-size: 4.8vw;
  margin-left: 1em;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px), print {
  .fv-message h2 {
    font-size: 30px;
  }
}
.fv-message h2 strong {
  font-size: 1.8em;
  font-weight: 400;
}
.fv-message h2 span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  margin: 20px 0;
}
.fv-message h2 img {
  max-width: 50px;
}
.fv-message p {
  margin-top: 3em;
  white-space: nowrap;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 3.5vw;
}
@media screen and (min-width: 1160px) {
  .fv-message p {
    line-height: 2.44444444;
    font-size: 1rem;
  }
}
.fv-message p + p {
  margin-right: 1.4em;
}

.vision .section-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 1160px) {
  .vision .section-inner {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .vision .section-inner > .flex {
    flex-direction: column-reverse;
  }
}
.vision-text {
  flex-basis: 45%;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1160px) {
  .vision-text {
    padding: 0 60px 0 20px;
  }
}
.vision-img {
  flex-basis: 48%;
}
@media screen and (max-width: 767px) {
  .vision-img {
    margin-bottom: 16.8vw;
  }
}
.vision-img .img-inner {
  margin-right: -25px;
  position: relative;
}
@media screen and (min-width: 1160px) {
  .vision-img .img-inner {
    margin-right: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .vision-img .img01 {
    width: 76vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.vision-img .img02 {
  bottom: 0;
  left: 0;
  max-width: 362px;
  transform: translate(-18%, 41%);
}
@media screen and (max-width: 767px) {
  .vision-img .img02 {
    width: 48vw;
    transform: translate(0, 25.2%);
  }
}
.vision h2 {
  margin-left: 1.5em;
  font-weight: 400;
  color: #5f5471;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .vision h2 {
    margin-left: 2em;
  }
}
.vision h2 .en {
  display: block;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  color: #a8a3b2;
  font-size: 2.4vw;
}
@media screen and (min-width: 768px), print {
  .vision h2 .en {
    font-size: 18px;
  }
}
.vision h2 .ja {
  font-family: var(--font-family-mincho);
  font-size: 5.3vw;
}
@media screen and (min-width: 768px), print {
  .vision h2 .ja {
    font-size: 32px;
  }
}
.vision p {
  font-size: 3.4vw;
  line-height: 2.1;
  letter-spacing: 0.05em;
  font-family: var(--font-family-mincho);
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .vision p {
    font-size: 18px;
    line-height: 2.44444444;
  }
}
.vision p + p {
  margin-right: 2em;
}
.vision p em {
  font-style: normal;
  color: #aba286;
  font-size: 1.1111111em;
}

.service {
  background-color: #edebeb;
}
.service .section-inner {
  padding-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .service .section-inner {
    padding-bottom: 50px;
  }
}
.service h2 {
  display: flex;
  align-items: center;
  gap: 1.2em;
  font-family: var(--font-family-mincho);
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .service h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    font-size: 6.6666666vw;
  }
}
.service h2 span {
  letter-spacing: 0.1em;
}
.service h2 small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .service h2 small {
    font-size: 3.4vw;
    line-height: 2;
  }
}
.service-item {
  flex-basis: 45.6%;
}
.service-item h3 {
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-mincho);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 767px) {
  .service-item h3 {
    font-size: 5.3333333vw;
    margin-bottom: 0.4em;
  }
}
.service-item h3 small {
  font-size: 0.57142em;
}
@media screen and (max-width: 767px) {
  .service-item h3 small {
    font-size: 3.46666666vw;
  }
}
.service-item .price {
  letter-spacing: 0.1em;
  font-family: var(--font-family-mincho);
}
@media screen and (max-width: 767px) {
  .service-item .price {
    font-size: 2.9333333vw;
  }
}
.service-item .img {
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 768px), print {
  .service-item .img {
    margin-bottom: 28px;
    margin-top: 28px;
  }
}
.service-item p {
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .service-item p {
    font-size: 3.3333333vw;
  }
}
.service-item p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .service-item + .service-item {
    margin-top: 35px;
  }
}

.therapist .img {
  flex-basis: 78.24%;
}
.therapist .img .img-inner {
  margin-left: -25px;
}
@media screen and (min-width: 1160px) {
  .therapist .img .img-inner {
    margin-left: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
  }
}
.therapist .text {
  flex-basis: 21%;
  writing-mode: vertical-rl;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 1160px) {
  .therapist .text {
    padding: 0 30px 0 0;
  }
}
.therapist .text h2 {
  margin-left: 10px;
}
@media screen and (min-width: 768px), print {
  .therapist .text h2 {
    margin-left: 1em;
  }
}
.therapist .text h2 .ja {
  font-size: 30px;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: var(--font-family-mincho);
}
@media screen and (max-width: 767px) {
  .therapist .text h2 .ja {
    font-size: 4.8vw;
  }
}
.therapist .text h2 .en {
  display: block;
  font-family: "Avenir Next", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #b0a7c1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .therapist .text h2 .en {
    font-size: 2.4vw;
  }
}
.therapist .text p {
  font-family: var(--font-family-mincho);
  line-height: 2.5;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .therapist .text p {
    font-size: 2.4vw;
    line-height: 2;
  }
}

.access {
  background-color: #d9d6da;
}
.access .img {
  flex-basis: 57%;
}
.access .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.access .text {
  flex-basis: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .access .text {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.access .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .access .info {
    padding: 25px 25px 25px 50px;
  }
}
.access .info .shop-name {
  letter-spacing: 0.22em;
}
.access .info .shop-address {
  margin-top: 0.5em;
  letter-spacing: 0.22em;
}
.access .info .shop-tel {
  margin-top: 0.8em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .access .info .shop-tel {
    margin-top: 0.5em;
    font-size: 5.3vw;
  }
  .access .info .shop-tel:before {
    content: "Tel.";
    display: inline-block;
    font-size: 2.4vw;
    margin-right: 1em;
  }
}
.access .info .shop-mail {
  margin-top: 0.8em;
  font-size: 12px;
}
.access .info .shop-route {
  margin-top: 2em;
  font-size: 14px;
  line-height: 2;
}
.access .info .shop-parking {
  margin-top: 0.8em;
  font-size: 14px;
}
.access .map {
  position: relative;
}
.access .map .btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.blog h2 {
  display: flex;
  align-items: center;
  gap: 1.2em;
  font-family: var(--font-family-mincho);
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
  .blog h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    font-size: 6.6666666vw;
  }
}
.blog h2 span {
  letter-spacing: 0.1em;
}
.blog h2 small {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .blog h2 small {
    font-size: 3.4vw;
    line-height: 2;
  }
}
.blog-list {
  margin-right: -25px;
  display: flex;
  gap: 3.4%;
}
@media screen and (min-width: 1160px) {
  .blog-list {
    margin-right: calc((100vw - var(--width-max-content) + 40px) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .blog-list {
    flex-direction: column;
    margin-right: 0;
  }
}
.blog-item {
  flex-basis: 24.6666666667%;
}
.blog-item a {
  display: block;
}
.blog-item a .img {
  width: 100%;
  padding-top: 46.6666667%;
  position: relative;
  overflow: hidden;
}
.blog-item a .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-item a .text {
  margin-top: 1.2em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .blog-item a .text {
    margin-top: 0.8em;
  }
}
.blog-item a .text h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #62628c;
  padding-right: 40px;
}
.blog-item a .text h3:before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  background-image: url(../img/icon_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-item a .text .meta {
  padding-left: 18px;
  font-size: 10px;
  color: #666;
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .blog-item a .text .meta {
    margin-top: 0.3em;
  }
}
.blog-item a .text .meta .category {
  display: flex;
  align-items: center;
}
.blog-item a .text .meta .category:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #b8b8b8;
  margin: 0 5px;
}
.blog-item.blog-more {
  flex-basis: 20%;
}
.blog-item.blog-more a {
  background-color: #f1f1f4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .blog-item.blog-more a {
    height: 18.666666vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-item + .blog-item {
    margin-top: 25px;
  }
}

.cta {
  background-color: #efeded;
}
.cta .section-inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cta .section-inner {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.cta h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.cta h2 .en {
  display: inline-block;
  color: #797996;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta h2 .en {
    font-size: 2.66666vw;
  }
}
.cta h2 .en:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #9696af;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .cta h2 .en:after {
    margin: 8px auto;
  }
}
.cta h2 .ja {
  font-size: 20px;
  font-family: var(--font-family-mincho);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .cta h2 .ja {
    font-size: 4.8vw;
  }
}

body.blog .blog-list {
  flex-wrap: wrap;
  margin-right: 0;
  column-gap: 20px;
}
@media screen and (min-width: 768px), print {
  body.blog .blog-list {
    row-gap: 35px;
  }
}
body.blog .blog-item {
  flex-basis: calc((100% - 60px) / 3);
}

/* ------------------
   SINGLE
------------------ */
.blog-entry {
  margin: 35px 25px;
}
@media screen and (min-width: 768px), print {
  .blog-entry {
    display: flex;
    justify-content: space-between;
    max-width: calc(var(--width-max-content) - 40px);
    margin: 100px auto;
  }
}
@media screen and (min-width: 768px), print {
  .blog-entry article {
    flex-basis: 71%;
    max-width: 800px;
  }
}
@media screen and (min-width: 768px), print {
  .blog-entry aside {
    flex-basis: 21%;
    max-width: 230px;
  }
}
.blog-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-header {
    margin-bottom: 35px;
  }
}
.blog-header .site-name {
  display: block;
  font-family: var(--font-family-mincho);
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .blog-header .site-name {
    font-size: 10px;
  }
}
.blog-header .meta {
  margin-bottom: 0.5rem;
}
.blog-header .meta span {
  display: inline-block;
  line-height: 1;
  padding: 0 1em;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .blog-header .meta span {
    font-size: 10px;
  }
}
.blog-header .meta span + span {
  border-left: 1px solid #666666;
}
.blog-header .meta span:first-of-type {
  padding-left: 0;
}
.blog-header h1 {
  font-size: 36px;
  color: #62628c;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .blog-header h1 {
    font-size: 20px;
  }
}
.blog-contents .thumbnail {
  margin-bottom: 2rem;
}
.blog-contents p {
  line-height: 2;
}
@media screen and (min-width: 1160px) {
  .blog-contents p {
    font-size: 18px;
  }
}
.blog-contents p + p {
  margin-top: 1em;
}
.blog-footer {
  margin-top: 150px;
  border-top: 1px solid #c0bfc8;
  border-bottom: 1px solid #c0bfc8;
}
@media screen and (max-width: 767px) {
  .blog-footer {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
.blog-footer > div {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .blog-footer > div {
    width: 30%;
    margin-top: 0;
  }
}
.blog-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  font-size: 18px;
  color: #62628c;
}
@media screen and (max-width: 767px) {
  .blog-footer a {
    font-size: 12px;
    height: 80px;
  }
}
.blog-sidebar {
  padding-top: 50px;
}
.blog-sidebar h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-family: var(--font-family-mincho);
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 18px;
  }
}
.blog-sidebar ul {
  border-bottom: 1px solid #dad6de;
}
.blog-sidebar ul li {
  border-top: 1px solid #dad6de;
}
.blog-sidebar ul li a {
  display: flex;
  gap: 5px;
  padding: 0.8em 0.5em;
  font-size: 15px;
  color: #62628c;
}
@media screen and (max-width: 767px) {
  .blog-sidebar ul li a {
    font-size: 14px;
  }
}
.blog-sidebar ul li a:before {
  content: "・";
  display: inline-block;
}

.wp-block-gallery-is-layout-flex {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (min-width: 768px), print {
  .wp-block-gallery-is-layout-flex {
    gap: 35px;
  }
}
@media screen and (min-width: 1160px) {
  .wp-block-gallery-is-layout-flex {
    gap: 50px;
  }
}
.wp-block-image {
  display: block;
  margin: 0 0 2rem !important;
}
.wp-block-image .wp-element-caption {
  display: block;
  font-size: 14px;
  margin-top: 0.8em;
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(51, 51, 51, 0.6);
  z-index: 2;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  max-width: var(--width-max-content);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .modal-wrap {
    height: auto;
  }
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px), print {
  .modal-close {
    transform: translate(150%, 0);
  }
}
.modal-close .modal-close-target {
  width: 26px;
  height: 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px), print {
  .modal-close .modal-close-target {
    width: 40px;
    height: 40px;
  }
}
.modal-close .modal-close-target:hover {
  opacity: 0.8;
}
.modal-close .modal-close-target span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .modal-close .modal-close-target span {
    font-size: 24px;
  }
}
.modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url(../img/bg_13.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 20px 10px;
  overflow-y: scroll;
}
@media screen and (min-width: 1160px) {
  .modal-content {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .modal-voice-item {
    padding-bottom: 40px;
  }
}
.modal-voice-item h3 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 1em;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .modal-voice-item h3 {
    display: none;
  }
}
.modal-voice-item h3 .name {
  letter-spacing: 0.04em;
}
.modal-voice-item h3 .num {
  font-weight: 400;
  letter-spacing: -0.09em;
  font-size: 7vw;
  color: var(--color-key-02);
  font-family: var(--font-family-roman);
}
.modal-voice-item h3 .num:before {
  content: "#";
  display: inline-block;
  font-size: 0.4em;
  margin-right: 5px;
}
.modal-voice-item .interview-item {
  flex-basis: 47.3%;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  .modal-voice-item .interview-item {
    padding-bottom: 50px;
  }
}
.modal-voice-item dl {
  position: relative;
  border-bottom: 1px dashed var(--color-key-06);
  padding: 20px 0 20px 50px;
}
@media screen and (min-width: 768px), print {
  .modal-voice-item dl {
    padding: 20px 20px 20px 50px;
  }
}
.modal-voice-item dl dt {
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .modal-voice-item dl dt {
    font-size: 16px;
  }
}
.modal-voice-item dl dt:before {
  content: "Q";
  display: block;
  width: 37px;
  height: 37px;
  background-color: var(--color-key-06);
  border-radius: 50%;
  line-height: 37px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: calc(20px - 0.3em);
  left: 0;
  font-family: var(--font-family-roman);
}
.modal-voice-item dl dd {
  color: #5D5D5D;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px), print {
  .modal-voice-item dl dd {
    font-size: 15px;
  }
}
.modal .btn.blue.modal-close {
  position: relative;
  max-width: 276px;
  margin: 0 auto;
}
.modal .btn.blue.modal-close .ico {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}