@charset "UTF-8";
/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4E4A4A;
  background-color: #F7F6F2;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

li::marker {
  color: #BCAF8C;
}

a {
  vertical-align: baseline;
  font-size: 100%;
  color: #BCAF8C;
  -webkit-tap-highlight-color: #BCAF8C;
}

a:focus {
  outline: none;
}

@media (any-hover: hover) {
  a:hover, a:active {
    text-decoration: none;
    color: #daa6a6;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #D0CABC;
}

::-moz-selection {
  color: #FFFFFF;
  background: #BCAF8C;
}

::selection {
  color: #FFFFFF;
  background: #BCAF8C;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: 1px solid #D0CABC;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.l-container {
  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-content {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (min-width: 992px) {
  .l-content {
    margin-top: 120px;
  }
}

.l-wrapper {
  width: 92%;
  margin: 0 auto 120px;
}
@media screen and (min-width: 1200px) {
  .l-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    width: 1040px;
  }
}

.l-main {
  margin: 0 auto 80px;
}
.blog .l-main, .single .l-main, .page-refusal .l-main {
  width: 92%;
}
@media screen and (min-width: 1200px) {
  .l-main {
    width: 1040px;
  }
  .blog .l-main {
    width: 1040px;
  }
  .single .l-main, .page-refusal .l-main {
    width: 800px;
  }
}

.l-footer {
  position: sticky;
  top: 100vh;
}
.l-footer__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    width: 1040px;
    margin-bottom: 0;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-header {
  position: relative;
}
.c-header__inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-header__sns {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-active .c-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .c-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: fixed;
    top: 40px;
    right: 110px;
    z-index: 9999;
    list-style: none;
  }
  .nav-active .c-header__sns {
    bottom: auto;
    left: auto;
  }
}

.c-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.c-logo--header {
  margin-top: 10px;
  margin-left: 10px;
}
.c-logo--header a {
  display: block;
}
.c-logo--header a img {
  height: auto;
  width: 100%;
  max-width: 240px;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-logo--header a:hover img {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media (hover: none) {
  .c-logo--header a:active img {
    opacity: 0.6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media screen and (min-width: 992px) {
  .c-logo a img {
    height: auto;
    width: 460px;
    max-width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c-logo--header {
    margin-bottom: 0;
  }
}
.c-logo.is-shrink, .is-menu-active .c-logo {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.c-page-header {
  padding: 120px 0 80px;
}
@media screen and (min-width: 992px) {
  .c-page-header {
    padding-top: 200px;
  }
}

.c-page-title {
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: clamp(1.5rem, 1.3590225564rem + 0.6015037594vw, 1.75rem);
  font-weight: 400;
}
.c-page-title__subtitle {
  display: block;
  z-index: -1;
  margin: 10px auto 0;
  text-align: center;
  padding-left: 0.2em;
  letter-spacing: 0.1em;
  font-family: "garamond-premier-pro", sans-serif;
  font-size: clamp(1.5rem, 1.3590225564rem + 0.6015037594vw, 1.75rem);
  color: #e4e0d2;
}
.c-page-title__subtitle:first-letter {
  text-transform: capitalize;
}

.c-title {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}
.c-title span {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-title .en {
  position: absolute;
  bottom: -15px;
  left: -20px;
  letter-spacing: 0.05em;
  font-family: "garamond-premier-pro", sans-serif;
  font-size: 6.25rem;
  font-size: clamp(4.375rem, 3.3177rem + 4.5113vw, 6.25rem);
  color: #d0cab3;
  opacity: 0.2;
}
.c-title .ja {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 1.375rem;
  font-weight: 500;
  text-shadow: 0 1px 3px rgba(247, 246, 242, 0.8);
}

.c-title2 {
  letter-spacing: 0.3em;
  font-size: 1.125rem;
}
.c-title2::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin-top: 20px;
  background: #BCAF8C;
}
.c-title2.en {
  font-family: "Lato", sans-serif;
}
.c-title2.center {
  text-align: center;
}
.c-title2.center::after {
  margin-right: auto;
  margin-left: auto;
}

.c-title3, .c-post__content h2 {
  padding: 6px 12px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: clamp(1.125rem, 1.0545112782rem + 0.3007518797vw, 1.25rem);
  font-weight: 500;
  background: #f0efe7;
}

.c-title4, .p-menu__content h3, .p-menu-mens__main h3, .c-post__content h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.0625rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-title4::before, .p-menu__content h3::before, .p-menu-mens__main h3::before, .c-post__content h3::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #daa6a6;
  border-radius: 2px;
}

.c-title5 {
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-size: 1.375rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-title5 .subtitle {
  display: block;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #BCAF8C;
}

.c-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.c-section__inner {
  width: 92%;
  margin: auto;
}
.home .c-section__inner {
  margin-top: 60px;
}
.c-section__title {
  margin-bottom: 40px;
}
.c-section__cover {
  width: 92%;
  margin: auto;
}
.c-section__cover img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-section__inner {
    max-width: 1040px;
  }
  .home .c-section__inner {
    margin-top: 100px;
  }
  .c-section__title .en {
    bottom: -20px;
  }
  .c-section__cover {
    max-width: 1040px;
  }
}

.c-item-tel {
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.c-item-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
  margin: 0;
  white-space: nowrap;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #47372F;
}
.c-item-tel a .icon {
  font-size: 1rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-item-tel a:hover {
    color: #daa6a6;
  }
}
@media (hover: none) {
  .c-item-tel a:active {
    color: #daa6a6;
  }
}
.c-item-tel .refusal {
  letter-spacing: 0.05em;
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-breadcrumb {
  width: 92%;
  margin: 10px auto 0;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 0.75rem;
}
.c-breadcrumb span.material-symbols-rounded {
  font-size: 1rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.c-breadcrumb a {
  padding: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #827c7c;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-breadcrumb a:hover {
    text-decoration: underline;
    color: #daa6a6;
  }
}
@media (hover: none) {
  .c-breadcrumb a:active {
    text-decoration: underline;
    color: #daa6a6;
  }
}
@media screen and (min-width: 1200px) {
  .c-breadcrumb {
    width: 1040px;
    overflow: hidden;
  }
  .c-breadcrumb a {
    padding: 0;
  }
}

.c-icon-new {
  position: absolute;
  top: -65px;
  left: -65px;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px;
  background: #CC6161;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-icon-new span {
  display: block;
  padding-left: 0.4em;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 0.5rem;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .c-icon-new span {
    line-height: 2;
  }
}

.c-icon-sns a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 30px;
  width: 30px;
  font-size: 1.5rem;
  color: #FFFFFF;
  background: #4E4A4A;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-icon-sns a:hover {
    background: #daa6a6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (hover: none) {
  .c-icon-sns a:active {
    background: #daa6a6;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-icon-sns a svg {
  fill: #FFFFFF;
  height: 15px;
  width: 15px;
}

.c-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 50px;
  list-style: none;
}
.c-footer .c-sns-link {
  display: none;
}
.c-sns-link li a {
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  color: #4E4A4A;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-sns-link li a i {
  color: #4E4A4A;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-sns-link li a:hover {
    color: #daa6a6;
  }
  .c-sns-link li a:hover i {
    color: #daa6a6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (hover: none) {
  .c-sns-link li a:active {
    color: #daa6a6;
  }
  .c-sns-link li a:active i {
    color: #daa6a6;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-link-list a {
  display: block;
  position: relative;
  color: #4E4A4A;
  border-bottom: 1px solid #D0CABC;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-link-list a::before, .c-link-list a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #BCAF8C;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-link-list a::before {
  right: 0;
  height: 1px;
  width: 16px;
}
.c-link-list a::after {
  right: 8px;
  height: 16px;
  width: 1px;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-link-list a:hover {
    color: #daa6a6;
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .c-link-list a:hover::before, .c-link-list a:hover::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-15px) rotate(180deg);
            transform: translateY(-50%) translateX(-15px) rotate(180deg);
  }
}
@media (hover: none) {
  .c-link-list a:active {
    color: #daa6a6;
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .c-link-list a:active::before, .c-link-list a:active::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-15px) rotate(180deg);
            transform: translateY(-50%) translateX(-15px) rotate(180deg);
  }
}

.c-footer {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .c-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .c-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    min-width: 300px;
  }
  .c-footer__sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}

.c-info {
  margin-bottom: 40px;
}
.c-global-nav .c-info {
  margin-bottom: 0;
}
.c-info p {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-info p a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-info p a:hover {
    color: #daa6a6;
  }
}
@media (hover: none) {
  .c-info p a:active {
    color: #daa6a6;
  }
}
.c-info .name {
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  font-size: 1.5625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-info .name span {
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
}
.c-info .name::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin-top: 20px;
  background: #BCAF8C;
}
.c-info .tel {
  margin-bottom: 8px;
  letter-spacing: 0.3em;
}
.c-info .tel a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-info .hour {
  margin-bottom: 20px;
}
.c-info .hour span {
  color: #BCAF8C;
}
.c-info .address a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5em;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #4E4A4A;
}
.c-info .address a .icon {
  margin-right: 0.2em;
  font-size: 0.875rem;
}
.c-info .privacy {
  margin-top: 40px;
}
.c-info .privacy a {
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  color: #4E4A4A;
}

.c-copyright {
  width: 92%;
  margin: 0 auto 40px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .c-copyright {
    width: 1040px;
    margin-bottom: 0;
    text-align: left;
  }
}

.c-pagetop {
  z-index: 2;
  width: 92%;
  margin: auto;
  text-align: right;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-pagetop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  pointer-events: visible;
  position: relative;
  padding: 10px 0;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #4E4A4A;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-pagetop a span {
  font-size: 1.125rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-pagetop a:hover {
    color: #daa6a6;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (hover: none) {
  .c-pagetop a:active {
    color: #daa6a6;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen and (min-width: 1200px) {
  .c-pagetop {
    width: 1040px;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.sticky {
  display: block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.title-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.title-category::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 5px;
  background: #BCAF8C;
}

.c-post {
  margin: 0 auto 100px;
}
.c-post__header {
  text-align: center;
}
.c-post__title {
  max-width: 700px;
  margin: 0 auto 20px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-wrap: balance;
  font-size: 1.5rem;
  font-size: clamp(1.125rem, 0.9135rem + 0.9023vw, 1.5rem);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-card-post .c-post__title {
  margin-bottom: 10px;
  font-size: 1rem;
}
.c-list-post .c-post__title {
  margin-bottom: 0;
}
.c-list-post .c-post__title {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .c-list-post .c-post__title {
    font-size: 1.125rem;
  }
}
.c-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.c-post__date {
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4E4A4A;
}
.c-post__date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 992px) {
  .c-post__date {
    font-size: 1rem;
  }
}
.c-post__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  padding: 5px 20px 5px calc(20px + 0.4em);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4E4A4A;
  background: #e4e0d2;
}
.c-post__share {
  margin-right: 0;
  margin-left: auto;
}
.single .c-post__content, .privacy-policy .c-post__content {
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}
.c-post__content h2,
.c-post__content h3,
.c-post__content h4 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post__content h2 {
  margin-bottom: 1.3em;
}
.c-post__content h3 {
  margin-bottom: 1.5em;
}
.c-post__content h4 {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
}
.c-post__content p,
.c-post__content ul,
.c-post__content ol,
.c-post__content blockquote,
.c-post__content table,
.c-post__content figure,
.c-post__content pre {
  margin-bottom: 3em;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post__content p:last-child,
.c-post__content ul:last-child,
.c-post__content ol:last-child,
.c-post__content blockquote:last-child,
.c-post__content table:last-child,
.c-post__content figure:last-child,
.c-post__content pre:last-child {
  margin-bottom: 0;
}
.c-post__content ul,
.c-post__content ol {
  margin-left: 1.4em;
}
.c-post__content ul ul,
.c-post__content ul ol,
.c-post__content ol ul,
.c-post__content ol ol {
  margin-top: 10px;
}
.c-post__content li {
  padding-bottom: 10px;
}
.c-post__content li:last-child {
  padding-bottom: 0;
}
.c-post__content a {
  word-wrap: break-word;
  text-decoration: underline;
}
.c-post__content a[href^="https://twitter.com/"]::before {
  content: "\e611";
  vertical-align: middle;
  font-family: "icomoon";
  color: #55ACEE;
}
.c-post__content a:hover {
  text-decoration: none;
}
.c-post__content strong {
  padding: 0 0 0 0.2em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(218, 166, 166, 0.35)));
  background: linear-gradient(transparent 70%, rgba(218, 166, 166, 0.35) 70%);
}
.c-post__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.c-post__content figure img {
  max-width: 100%;
  margin-bottom: 0.5em;
}
.c-post__content figcaption {
  font-size: 0.875rem;
  color: #9b9696;
}
.c-post__content blockquote {
  position: relative;
  padding: 1.5em;
  font-style: italic;
  background: #f1efe9;
  border-left: none;
  z-index: 1;
  border-left: 2px solid #dad5c3;
}
.c-post__content blockquote::before {
  content: "“";
  display: inline;
  position: absolute;
  top: -5px;
  left: -5px;
  line-height: 1;
  font-family: "Lato", sans-serif, sans-serif;
  color: rgba(188, 175, 140, 0.3);
  font-size: 8.75rem;
  z-index: -1;
}
.c-post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-post__content blockquote {
    padding: 1.5em 1.5em 1.5em 4em;
  }
}
.c-post__content cite {
  display: block;
  margin-top: 1em;
  text-align: right;
  font-weight: 500;
}
.c-post__content table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
.c-post__content table th {
  background: #e4e0d2;
  border: none;
}
.c-post__content table td {
  border: none;
  border-bottom: 1px solid #D0CABC;
}
.c-post__content table th,
.c-post__content table td {
  border-left: 1px solid #D0CABC;
}
.c-post__content table th:first-child,
.c-post__content table td:first-child {
  border-left: none;
}
.c-post__content hr {
  position: relative;
  width: 100% !important;
  margin-bottom: 4em;
  border-top: 2px double #D0CABC;
  border-bottom: none;
}
.c-post__content .c-btn a {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-post__content .size-large img {
    width: calc(100% + 100px);
    max-width: inherit;
    margin: 0 -50px;
  }
}
.c-post__footer {
  max-width: 700px;
  margin: auto;
}
.c-post__footer .c-btn a {
  margin: auto;
}
.c-post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  width: 100%;
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #D0CABC;
  border-bottom: 1px solid #D0CABC;
}
.c-post__author .avatar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  width: 120px;
  min-width: 96px;
}
.c-post__author .avatar img {
  border-radius: 50%;
}
.c-post__author .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 80%;
}
.c-post__author .profile dl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.c-post__author .profile dt {
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}
.c-post__author .profile dd {
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.c-post__author .txt {
  line-height: 1.6;
  font-size: 0.875rem;
}
.c-post__author .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.c-post__author .sns .c-icon-sns a {
  height: 30px;
  width: 30px;
  letter-spacing: 0;
  font-size: 1rem;
}

iframe #coverFrame {
  border: none !important;
}

.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
}

.c-card-post {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 40px;
  list-style: none;
  overflow: hidden;
}
.c-card-post__item a {
  color: #4E4A4A;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-card-post__item a:hover .c-card-post__title {
    color: #daa6a6;
  }
}
@media (hover: none) {
  .c-card-post__item a:active .c-card-post__title {
    color: #daa6a6;
  }
}
.c-card-post__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.c-card-post__thumb img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-post__main {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.c-card-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.c-card-post__title {
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-card-post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .c-card-post {
    grid-template-columns: repeat(auto-fit, 320px);
  }
  .c-card-post__item {
    max-width: 320px;
  }
  .c-card-post__date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-list-post {
  width: 100%;
  margin-bottom: 40px;
  list-style: none;
}
.c-list-post li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px;
}
.c-list-post__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  width: 90px;
  overflow: hidden;
}
.c-list-post__thumb img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-post__noimage {
  position: relative;
  height: 80px;
  width: 100%;
  margin: auto;
  background: #FFFFFF;
}
.c-list-post__noimage img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: 90%;
  max-width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 5px;
}
.c-list-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-right: 30px;
  line-height: 1.5;
  font-size: 0.875rem;
}
.c-list-post__date {
  letter-spacing: 0.15em;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.c-list-post__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 5px 5px calc(5px + 0.2em);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #4E4A4A;
  background: #e4e0d2;
}
@media screen and (min-width: 992px) {
  .c-list-post {
    border-top: none;
  }
  .c-list-post li a {
    gap: 30px;
    padding: 20px 20px;
  }
  .c-list-post__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
  }
  .c-list-post__date {
    letter-spacing: 0.2em;
    font-size: 0.875rem;
  }
  .c-list-post__cat {
    min-width: 120px;
    padding: 5px 20px 5px calc(20px + 0.4em);
    letter-spacing: 0.2em;
    font-size: 0.75rem;
  }
  .c-list-post__title {
    margin-right: 40px;
    line-height: 1.6;
    font-size: 1rem;
  }
}

.c-post-overlay {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-post-overlay__pic img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post-overlay__pic .more {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-post-overlay__pic {
    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;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-post-overlay__pic img {
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-post-overlay__pic::before {
    content: "";
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(188, 175, 140, 0.65);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-post-overlay__pic .more {
    display: block;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    letter-spacing: 0.2em;
    font-family: "Lato", sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    color: #FFFFFF;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) and (pointer: fine) {
  .c-post-overlay:hover .c-post-overlay__pic img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .c-post-overlay:hover .c-post-overlay__pic::before,
  .c-post-overlay:hover .c-post-overlay__pic .more {
    opacity: 1;
    visibility: visible;
  }
  .c-post-overlay:hover .c-post-overlay__pic .more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@media screen and (min-width: 768px) and (hover: none) {
  .c-post-overlay:active .c-post-overlay__pic img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .c-post-overlay:active .c-post-overlay__pic::before,
  .c-post-overlay:active .c-post-overlay__pic .more {
    opacity: 1;
    visibility: visible;
  }
  .c-post-overlay:active .c-post-overlay__pic .more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.c-list-cat {
  margin-bottom: 60px;
  text-align: center;
}
.c-list-cat p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: bold;
}
.c-list-cat p::after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 10px auto;
  border-bottom: 2px solid #BCAF8C;
}
.c-list-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
}
.c-list-cat ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-list-cat ul li a {
  display: block;
  padding: 2px 20px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-list-cat {
    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;
    gap: 10px;
  }
  .c-list-cat p {
    width: auto;
    margin: 0;
  }
  .c-list-cat p::after {
    content: "：";
    display: inline;
    height: auto;
    width: auto;
    margin: 0;
    border: none;
  }
}

.c-list-share {
  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;
  gap: 5px;
  line-height: 1;
  list-style: none;
}
.c-list-share li a {
  display: block;
  height: 44px;
  width: 44px;
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-list-share li a:hover {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media (hover: none) {
  .c-list-share li a:active {
    opacity: 0.5;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.c-list-share__title {
  margin-right: 5px;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6%;
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c-pager::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  margin: auto;
  background: #D0CABC;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-pager::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  height: 1px;
  width: 100%;
  margin: auto;
  background: #D0CABC;
}
.c-pager div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
.c-pager div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  font-size: 0.8125rem;
  font-weight: 500;
}
.c-pager div dt::before, .c-pager div dt::after {
  line-height: 1;
  font-family: "Material Symbols Rounded";
  font-size: 1.3rem;
}
.c-pager div dd {
  line-height: 1.5;
  font-weight: 400;
}
.c-pager a {
  color: #4E4A4A;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-pager a:hover {
    color: #daa6a6;
  }
}
@media (hover: none) {
  .c-pager a:active {
    color: #daa6a6;
  }
}
.c-pager__prev {
  margin-right: auto;
  margin-left: 0;
}
.c-pager__prev dt::before {
  content: "\e408";
}
.c-pager__next {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.c-pager__next dt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pager__next dt::after {
  content: "\e409";
}
@media screen and (min-width: 768px) {
  .c-pager {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-pager__back {
    display: none;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.widget {
  margin-bottom: 60px;
}
.widget .screen-reader-text {
  display: none;
}
.widget select {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #D0CABC;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.widget__title {
  padding-bottom: 10px;
  letter-spacing: 0.3em;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 2px solid #BCAF8C;
}
.widget__content ul {
  list-style: none;
}
.widget__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  color: #4E4A4A;
  border-bottom: 1px solid #D0CABC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget__content ul li a:hover {
  color: #BCAF8C;
  background: rgba(173, 221, 201, 0.2);
}
.widget_categories .widget__content ul li a {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_categories .widget__content ul li a::after {
  content: "\e409";
  display: block;
  margin-right: 0;
  margin-left: auto;
  font-family: "Material Symbols Rounded";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.widget_categories .widget__content ul li a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.widget--recentposts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.widget--recentposts__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  vertical-align: text-top;
}
.widget--recentposts__main {
  line-height: 1.4;
}
.widget--recentposts__date {
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.widget--recentposts__title {
  letter-spacing: 0.05em;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.wpcf7-form dl {
  margin-bottom: 40px;
  padding-bottom: 2px;
}
.wpcf7-form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}
.wpcf7-form dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wpcf7-form dl dd .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 20px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=url]:hover,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=date]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover {
  border-color: #BCAF8C;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  background: #f8eeee;
  border-color: #daa6a6;
}
.wpcf7-form input[readonly=readonly] {
  font-weight: bold;
  color: #BCAF8C;
}
.wpcf7-form input[readonly=readonly]:focus {
  background: #FFFFFF;
  border-color: #D0CABC;
}
.wpcf7-form input[type=number] {
  width: 100px;
}
.wpcf7-form select {
  width: 220px;
}
.wpcf7-form label {
  cursor: pointer;
}
.wpcf7-form .link-privacy {
  text-wrap: balance;
}
.wpcf7-form .link-privacy a {
  text-decoration: underline;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .wpcf7-form .link-privacy a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .wpcf7-form .link-privacy a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .wpcf7-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
  }
  .wpcf7-form dl dt {
    width: 240px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .wpcf7-form dl dd {
    width: 540px;
  }
  .wpcf7-form input.wpcf7-date {
    width: 260px;
  }
  .wpcf7-form textarea {
    height: 145px;
  }
  .wpcf7-form .link-privacy {
    text-align: center;
  }
}

span.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

span.wpcf7-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0;
  padding: 4px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (any-hover: hover) and (pointer: fine) {
  span.wpcf7-list-item:hover {
    color: #daa6a6;
    background: #efede5;
  }
}
@media (hover: none) {
  span.wpcf7-list-item:active {
    color: #daa6a6;
    background: #efede5;
  }
}
span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}

.form-accept {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.form-accept label {
  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;
  gap: 5px;
  margin: auto;
  padding: 10px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #D0CABC;
}
.form-accept .wpcf7-list-item {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .form-accept {
    margin-bottom: 40px;
  }
  .form-accept label {
    line-height: 1.2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  .form-accept label:hover {
    color: #daa6a6;
    background: #f8eeee;
    border-color: #daa6a6;
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  .form-accept label:active {
    color: #daa6a6;
    background: #f8eeee;
    border-color: #daa6a6;
  }
}

.form-send {
  text-align: center;
}
.form-send input[type=submit] {
  width: 100%;
  height: 70px;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #BCAF8C;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .form-send input[type=submit]:hover {
    background-color: #4E4A4A;
  }
}
@media (hover: none) {
  .form-send input[type=submit]:active {
    background-color: #4E4A4A;
  }
}
.form-send input[type=submit]:disabled {
  opacity: 0.4;
}
@media (any-hover: hover) and (pointer: fine) {
  .form-send input[type=submit]:disabled:hover {
    background: #BCAF8C;
  }
}
@media (hover: none) {
  .form-send input[type=submit]:disabled:active {
    background: #BCAF8C;
  }
}
@media screen and (min-width: 992px) {
  .form-send input[type=submit] {
    width: 380px;
    margin-left: 72px;
  }
}

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.form-btn .form-prev,
.form-btn .form-send {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 46%;
          flex: 1 0 46%;
}
.form-btn .form-send input[type=submit] {
  margin-left: 0;
}

.form-prev {
  text-align: center;
}
.form-prev input[type=button] {
  width: 100%;
  height: 70px;
  letter-spacing: 0.2em;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
  font-weight: 500;
  border: 1px solid #D0CABC;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 992px) {
  .form-prev input[type=button] {
    width: 380px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .form-prev:hover input[type=button] {
    color: #daa6a6;
    background: #edebe2;
  }
}
@media (hover: none) {
  .form-prev:active input[type=button] {
    color: #daa6a6;
    background: #edebe2;
  }
}

.form-example {
  display: block;
  margin-left: 1em;
  padding-top: 0.4em;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #B5BAB1;
}
.form-example::before {
  content: "例）";
}

.form-required,
.form-optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 12px 4px calc(12px + 0.2em);
  letter-spacing: 0.2em;
  line-height: 1;
  font-size: 0.75rem;
  color: #FFFFFF;
  background: #CC6161;
  border-radius: 25px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.form-optional {
  background: #92BCD9;
}

.link-recaptcha {
  font-size: clamp(0.75rem, 0.6795112782rem + 0.3007518797vw, 0.875rem);
}
@media screen and (min-width: 992px) {
  .link-recaptcha {
    margin-top: 40px;
    text-align: center;
  }
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-qz7pb2");
  src: url("fonts/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("fonts/icomoon.woff?-qz7pb2") format("woff"), url("fonts/icomoon.ttf?-qz7pb2") format("truetype"), url("fonts/icomoon.svg?-qz7pb2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-evernote::before {
  content: "\e004";
}

.icon-feedly::before {
  content: "\e007";
}

.icon-pocket::before {
  content: "\e008";
}

.icon-line::before {
  content: "\e009";
}

.icon-hatena::before {
  content: "\e00a";
}

.icon-feedly-square::before {
  content: "\e601";
}

.icon-googleplus::before {
  content: "\e608";
}

.icon-facebook::before {
  content: "\e60d";
}

.icon-instagram::before {
  content: "\e610";
}

.icon-twitter::before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}

.icon-feed::before {
  content: "\e614";
}

.icon-youtube::before {
  content: "\e617";
}

.icon-flickr2::before {
  content: "\e61e";
}

.icon-githubmark::before {
  content: "\e626";
}

.icon-github::before {
  content: "\e627";
}

.icon-wordpress::before {
  content: "\e629";
}

.icon-tumblr::before {
  content: "\e62d";
}

.icon-yahoo::before {
  content: "\e62f";
}

.icon-apple::before {
  content: "\e631";
}

.icon-android::before {
  content: "\e633";
}

.icon-windows::before {
  content: "\e634";
}

.icon-windows8::before {
  content: "\e635";
}

.icon-skype::before {
  content: "\e636";
}

.icon-delicious::before {
  content: "\e638";
}

.icon-pinterest::before {
  content: "\e63a";
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-btn a {
  display: inline-block;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  padding: 5px 0;
  letter-spacing: 0.2em;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #4E4A4A;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: -1;
  height: 8px;
  width: 8px;
  background: #BCAF8C;
  border-radius: 50%;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) and (pointer: fine) {
  .c-btn a:hover {
    color: #daa6a6;
  }
  .c-btn a:hover::before {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
}
@media (hover: none) {
  .c-btn a:active {
    color: #daa6a6;
  }
  .c-btn a:active::before {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) scale(1.5);
            transform: translateY(-50%) scale(1.5);
  }
}
.c-btn.right {
  text-align: right;
}
.c-btn.center {
  text-align: center;
}
.c-btn--primary a {
  color: #4E4A4A;
  background: #FFFFFF;
  border: 1px solid #4E4A4A;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-btn--primary a:hover {
    color: #FFFFFF;
    background: #daa6a6;
    border-color: #BCAF8C;
  }
  .c-btn--primary a:hover .arrow {
    color: #FFFFFF;
  }
}
@media (hover: none) {
  .c-btn--primary a:active {
    color: #FFFFFF;
    background: #daa6a6;
    border-color: #BCAF8C;
  }
  .c-btn--primary a:active .arrow {
    color: #FFFFFF;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-global-nav {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 900;
  width: 100%;
  margin: auto;
  color: #4E4A4A;
  background: rgba(247, 246, 242, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-global-nav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.c-global-nav .c-site-title {
  margin-bottom: 20px;
}
.c-global-nav__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100vh;
  width: 100%;
  margin: auto;
  padding: 110px 8% 200px;
  overflow-y: auto;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.is-menu-active .c-global-nav__inner {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-global-nav__inner .nav-links {
  margin-bottom: 40px;
  list-style: none;
}
.c-global-nav__inner .nav-links li {
  list-style: none;
}
.c-global-nav__inner .nav-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  font-size: 1.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-global-nav__inner .nav-links li a .en {
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-size: clamp(1rem, 0.9295rem + 0.3008vw, 1.125rem);
  font-weight: 500;
}
.c-global-nav__inner .nav-links li a .ja {
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  font-size: clamp(0.75rem, 0.6795rem + 0.3008vw, 0.875rem);
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .c-global-nav__inner .nav-links {
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-global-nav__inner .nav-links li a {
    gap: 120px;
  }
  .c-global-nav__inner .nav-links li a::before {
    height: 8px;
    width: 8px;
    opacity: 0;
  }
  .c-global-nav__info {
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
}

.nav-links .menu-item a {
  position: relative;
  color: #4E4A4A;
  -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav-links .menu-item.shop::before {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin: 1em 0;
  background: #4E4A4A;
}
@media screen and (min-width: 992px) {
  .nav-links .menu-item a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -0.5em;
    height: 5px;
    width: 5px;
    margin: auto;
    opacity: 0;
    background: #BCAF8C;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  .nav-links .menu-item a:hover {
    color: #daa6a6;
  }
  .nav-links .menu-item a:hover:before {
    left: -1em;
    opacity: 1;
    background: #daa6a6;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  .nav-links .menu-item a:active {
    color: #daa6a6;
  }
  .nav-links .menu-item a:active:before {
    left: -1em;
    opacity: 1;
    background: #daa6a6;
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}

.c-hamburger {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000;
}
.c-hamburger a {
  display: block;
  height: 70px;
  width: 70px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-hamburger a {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-hamburger a:hover .text::before, .c-hamburger a:hover .text::after {
    color: #daa6a6;
  }
  .c-hamburger a:hover .line {
    background-color: #daa6a6;
  }
  .c-hamburger a:hover .line::before, .c-hamburger a:hover .line::after {
    background-color: #daa6a6;
  }
  .is-menu-active .c-hamburger a:hover .line {
    background-color: transparent;
  }
}
@media (hover: none) {
  .c-hamburger a:active .text::before, .c-hamburger a:active .text::after {
    color: #daa6a6;
  }
  .c-hamburger a:active .line {
    background-color: #daa6a6;
  }
  .c-hamburger a:active .line::before, .c-hamburger a:active .line::after {
    background-color: #daa6a6;
  }
  .is-menu-active .c-hamburger a:active .line {
    background-color: transparent;
  }
}
.c-hamburger .text {
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-right: auto;
  margin-left: auto;
}
.c-hamburger .text::before, .c-hamburger .text::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4E4A4A;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-hamburger .text::before {
  content: "MENU";
  opacity: 1;
  visibility: visible;
}
.is-menu-active .c-hamburger .text::before {
  opacity: 0;
  visibility: hidden;
}
.c-hamburger .text::after {
  content: "CLOSE";
  opacity: 0;
  visibility: hidden;
}
.is-menu-active .c-hamburger .text::after {
  opacity: 1;
  visibility: visible;
}
.c-hamburger .line {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 1px;
  width: 25px;
  margin-right: auto;
  margin-left: auto;
  background: #4E4A4A;
  border-radius: 25px;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-hamburger .line {
  background: transparent;
}
.c-hamburger .line::before, .c-hamburger .line::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  background: #4E4A4A;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-hamburger .line::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.is-menu-active .c-hamburger .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger .line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.is-menu-active .c-hamburger .line::after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .c-hamburger {
    top: 30px;
    right: 30px;
  }
}

.c-local-nav {
  margin: 0 auto;
}
.c-local-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  padding-left: 0.3em;
  padding-right: 10px;
  padding-left: calc(0.3em + 10px);
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #4E4A4A;
}
@media screen and (min-width: 992px) {
  .c-local-nav__head {
    margin-bottom: 40px;
  }
}
.c-local-nav ul {
  list-style: none;
  border-top: 1px solid #D0CABC;
}
.c-local-nav li {
  width: 100%;
  font-size: 0.875rem;
}
.c-local-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 5px;
  padding: 20px 10px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  color: #4E4A4A;
  border-bottom: 1px solid #D0CABC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-local-nav li a span {
  font-size: 1rem;
  color: #BCAF8C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-local-nav li a:hover {
    color: #daa6a6;
    background: #f1efe9;
    border-color: #daa6a6;
  }
  .c-local-nav li a:hover span {
    color: #daa6a6;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media (hover: none) {
  .c-local-nav li a:active {
    color: #daa6a6;
    background: #f1efe9;
    border-color: #daa6a6;
  }
  .c-local-nav li a:active span {
    color: #daa6a6;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
.c-local-nav .current-menu-item a {
  color: #FFFFFF;
  background: #BCAF8C;
}
@media screen and (min-width: 992px) {
  .c-local-nav ul {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    border-top: none;
  }
  .c-local-nav ul li {
    width: 100%;
  }
  .c-local-nav ul li a {
    padding: 10px 10px;
  }
}

.c-footer-nav__head {
  margin-bottom: 10px;
  padding-top: 7px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.c-footer-nav__head::after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  margin-top: 20px;
  background: #BCAF8C;
}
.c-footer-nav__main, .c-footer-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 30px;
  list-style: none;
  font-family: "Lato", sans-serif;
}
.c-footer-nav li {
  width: 50%;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
}
.c-footer-nav li a {
  display: block;
  padding: 10px 0;
  letter-spacing: 0.2em;
  color: #4E4A4A;
}
@media screen and (min-width: 1200px) {
  .c-footer-nav {
    min-width: 200px;
  }
  .c-footer-nav__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-footer-nav li a {
    display: inline-block;
    padding: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media screen and (min-width: 1200px) and (any-hover: hover) and (pointer: fine) {
  .c-footer-nav li a:hover {
    color: #daa6a6;
  }
}
@media screen and (min-width: 1200px) and (hover: none) {
  .c-footer-nav li a:active {
    color: #daa6a6;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.swiper {
  position: relative;
}
.swiper-wrapper {
  width: 100%;
  margin: auto;
}
.swiper-slide {
  position: relative;
}
.swiper-img {
  overflow: hidden;
}
.swiper-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-navigation {
  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;
  position: relative;
}
.swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  position: static;
  z-index: 99;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0;
  padding: 0;
}
.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  opacity: 1;
  background: #dad5c3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet:hover {
    background: #4E4A4A;
  }
}
@media (hover: none) {
  .swiper-pagination-bullet:active {
    background: #4E4A4A;
  }
}
.swiper-pagination-bullet-active {
  background: #4E4A4A;
}
.swiper-button-prev, .swiper-button-next {
  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;
  position: static;
  margin: 0;
  color: #dad5c3;
  background-image: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "Material Symbols Rounded";
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #4E4A4A;
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  .swiper-button-prev:active, .swiper-button-next:active {
    color: #4E4A4A;
  }
}
.swiper-button-prev {
  margin-right: 10px;
}
.swiper-button-prev::after {
  content: "\e5e0";
}
@media (any-hover: hover) and (pointer: fine) {
  .swiper-button-prev:hover::after {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
@media (hover: none) {
  .swiper-button-prev:active::after {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
.swiper-button-next {
  margin-left: 10px;
}
.swiper-button-next::after {
  content: "\e5e1";
}
@media (any-hover: hover) and (pointer: fine) {
  .swiper-button-next:hover::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (hover: none) {
  .swiper-button-next:active::after {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.ac-area {
  display: block;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.ac-title {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ac-title::before, .ac-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #BCAF8C;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ac-title::before {
  right: 0;
  height: 1px;
  width: 16px;
}
.ac-title::after {
  right: 8px;
  height: 16px;
  width: 1px;
}
.ac-title:hover {
  color: #daa6a6;
}
.ac-title.is-open {
  background: #f4f2ed;
  border-color: #daa6a6;
}
.ac-title.is-open::before, .ac-title.is-open::after {
  background: #daa6a6;
  -webkit-transform: translateY(-50%) translateX(-15px) rotate(225deg);
          transform: translateY(-50%) translateX(-15px) rotate(225deg);
}
@media (any-hover: hover) and (pointer: fine) {
  .ac-title:hover {
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .ac-title:hover::before, .ac-title:hover::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-15px) rotate(225deg);
            transform: translateY(-50%) translateX(-15px) rotate(225deg);
  }
}
@media (hover: none) {
  .ac-title:active {
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .ac-title:active::before, .ac-title:active::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-15px) rotate(225deg);
            transform: translateY(-50%) translateX(-15px) rotate(225deg);
  }
}

.ac-box {
  display: none;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-tab__menu {
  gap: 5px;
  margin-bottom: 30px;
  list-style: none;
}
.c-tab__menu-item {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.c-tab__menu-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(8px);
          transform: translateY(-50%) translateX(8px);
  height: 7px;
  width: 7px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (any-hover: hover) and (pointer: fine) {
  .c-tab__menu-item:hover {
    color: #daa6a6;
  }
  .c-tab__menu-item:hover::before {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
@media (hover: none) {
  .c-tab__menu-item:active {
    color: #daa6a6;
  }
  .c-tab__menu-item:active::before {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(0);
            transform: translateY(-50%) translateX(0);
  }
}
.c-tab__menu-item.is-active {
  cursor: default;
  color: #daa6a6;
}
.c-tab__menu-item.is-active::before {
  background: #daa6a6;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.c-tab__content {
  position: relative;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
  overflow: hidden;
}
.c-tab__panel-box {
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, height 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.c-tab__panel-box.is-show {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
#loading {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  height: 100vh;
  width: 100vw;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #F7F6F2;
}

.spinner {
  height: 80px;
  width: 80px;
  margin: auto;
  border: 3px solid #BCAF8C;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.4s infinite ease-in-out;
  animation: sk-scaleout 1.4s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.js-anime {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
  -webkit-transform: translateY(40px);
          transform: translateY(40px); /* 初期位置を少し下に設定 */
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.js-anime.right {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.js-anime.left {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.js-anime.is-active {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(0);
          transform: translateY(0); /* 元の位置に戻す */
}
.js-anime.is-active.right, .js-anime.is-active.left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
@media screen and (min-width: 992px) {
  .sbi_photo {
    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;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  }
  .sbi_photo img {
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  }
  .sbi_photo::before {
    content: "";
    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;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(78, 74, 74, 0.7);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  }
  .sbi_photo::after {
    font: var(--fa-font-brands);
    content: "\f16d";
    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;
    position: relative;
    z-index: 3;
    height: 100%;
    width: 100%;
    font-size: 2.375rem;
    opacity: 0;
    color: #FFFFFF;
    -webkit-transform: translateY(5px) !important;
            transform: translateY(5px) !important;
    -webkit-transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
    transition: 1.2s cubic-bezier(0.075, 0.82, 0.165, 1) !important;
  }
  .sbi_photo::before, .sbi_photo::after {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  .sbi_photo:hover img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .sbi_photo:hover::before, .sbi_photo:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  .sbi_photo:active img {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
  .sbi_photo:active::before, .sbi_photo:active::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.p-main-visual {
  position: relative;
  width: 100%;
}
.p-main-visual__inner {
  position: relative;
  z-index: 2;
  width: 92%;
  margin: auto;
}
.p-main-visual__filter {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  height: 100%;
  background: rgba(247, 246, 242, 0.6);
  mix-blend-mode: soft-light;
}
.p-main-visual__copy {
  position: absolute;
  bottom: 3%;
  left: 3%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #FFFFFF;
}
.p-main-visual__copy .ja {
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: clamp(1rem, -0.1278195489rem + 4.8120300752vw, 3rem);
}
.p-main-visual__copy .en {
  letter-spacing: 0.2em;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.625rem, 0.4840225564rem + 0.6015037594vw, 0.875rem);
}
.p-main-visual__copy p span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3em 0.1em;
  letter-spacing: 0.2em;
  background: rgba(188, 175, 140, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.p-main-visual__scroll {
  display: none;
}
.p-main-visual video {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto auto auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(188, 175, 140, 0.8);
}
@media screen and (min-width: 1200px) {
  .p-main-visual__inner {
    width: calc(100% - 80px);
    height: calc(100vh - 460px);
    min-height: 600px;
  }
  .p-main-visual__filter {
    width: calc(100% - 60px);
  }
  .p-main-visual__copy {
    bottom: 30px;
    left: 30px;
  }
  .p-main-visual video {
    width: calc(100% - 60px);
  }
  .p-main-visual__scroll {
    display: block;
    position: absolute;
    right: 6px;
    bottom: 0;
  }
  .p-main-visual__scroll span {
    position: absolute;
    top: -200px;
    right: -12px;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 300;
  }
  .p-main-visual__scroll::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 7px;
    width: 7px;
    background: #BCAF8C;
    border-radius: 50%;
    -webkit-animation: circlemove 1.8s ease-in-out infinite, cirlemovehide 1.8s ease-out infinite;
            animation: circlemove 1.8s ease-in-out infinite, cirlemovehide 1.8s ease-out infinite;
  }
  .p-main-visual__scroll::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 0;
    height: 140px;
    width: 1px;
    background: #e5e2da;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-concept-home {
  padding: 80px 0 60px;
}
.p-concept-home__inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
.p-concept-home .c-btn {
  margin-top: 30px;
}
.p-concept-home .c-btn a {
  margin: 0 0 0 auto;
}
.p-concept-home__main {
  margin-bottom: 60px;
}
.p-concept-home__main h3 {
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-wrap: balance;
  font-size: clamp(1.125rem, 0.9840225564rem + 0.6015037594vw, 1.375rem);
}
.p-concept-home__main h3::before {
  display: none;
}
.p-concept-home__main p {
  letter-spacing: 0.1em;
  line-height: 2.6;
  text-wrap: balance;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-concept-home__pic img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-concept-home {
    padding: 160px 0 100px;
  }
  .p-concept-home__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
    position: relative;
    max-width: 1040px;
  }
  .p-concept-home__main {
    max-width: 440px;
    margin-bottom: 0;
  }
  .p-concept-home__main h3 {
    letter-spacing: 0.3em;
  }
  .p-concept-home__main p {
    letter-spacing: 0.2em;
  }
  .p-concept-home .c-btn a {
    margin: 0;
  }
  .p-concept-home__pic p {
    height: auto;
    width: auto;
  }
}

.p-concept {
  margin-bottom: 80px;
  padding: 0;
}
.p-concept__inner {
  position: relative;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
.p-concept__main {
  margin-bottom: 40px;
}
.p-concept__main p {
  margin-bottom: 1em;
}
.p-concept__title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 0.968rem + 1.203vw, 1.75rem);
}
.p-concept__title::after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  margin-top: 20px;
  background: #BCAF8C;
}
.p-concept__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-concept__pic p {
  height: 100%;
  width: 48%;
  overflow: hidden;
}
.p-concept__pic p img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second .p-concept__pic p {
  width: 100%;
}
.second .p-concept__pic p img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .p-concept__inner {
    width: 1040px;
    margin-bottom: 180px;
  }
  .p-concept__main {
    position: absolute;
    right: 0;
    bottom: -140px;
    left: auto;
    z-index: 2;
    width: 620px;
    padding: 40px 50px;
    background: rgba(247, 246, 242, 0.8);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .second .p-concept__main {
    right: auto;
    left: 0;
    bottom: -100px;
  }
  .p-concept__pic {
    display: block;
    position: relative;
    width: 60vw;
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
  .second .p-concept__pic {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
  .p-concept__pic .l {
    height: auto;
    width: 100%;
  }
  .p-concept__pic .s {
    position: absolute;
    bottom: -240px;
    left: 0;
    height: auto;
  }
}

.p-about {
  margin-bottom: 120px;
}
.p-about__inner {
  max-width: 700px;
  margin: 40px auto 0;
}
.p-about__inner h2 {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: clamp(1.125rem, 0.772556391rem + 1.5037593985vw, 1.75rem);
  font-weight: 400;
  background: none;
}
.p-about__inner p {
  margin-bottom: 1.5em;
  line-height: 2;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 992px) {
  .p-about {
    margin-bottom: 200px;
  }
  .p-about__inner {
    margin-top: 80px;
    text-align: center;
  }
  .p-about__inner h2 {
    margin-bottom: 60px;
  }
  .p-about__inner p {
    line-height: 3;
  }
}

.p-staff {
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .p-staff {
    margin-bottom: 200px;
  }
}

.p-list-staff {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px 20px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.p-list-staff__pic {
  margin-bottom: 10px;
}
.p-list-staff__pic img {
  height: auto;
  width: 100%;
}
.p-list-staff__detail .name {
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.875rem, 0.8045112782rem + 0.3007518797vw, 1rem);
}
.p-list-staff__detail .role {
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  font-family: "Lato", sans-serif;
  font-size: clamp(0.75rem, 0.6795112782rem + 0.3007518797vw, 0.875rem);
}
.p-list-staff__detail .instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #4E4A4A;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-list-staff__detail .instagram a i {
  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;
  height: 30px;
  width: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #4E4A4A;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-list-staff__detail .instagram a span {
  display: none;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-list-staff__detail .instagram a:hover {
    color: #daa6a6;
  }
  .p-list-staff__detail .instagram a:hover i {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #daa6a6;
  }
}
@media (hover: none) {
  .p-list-staff__detail .instagram a:active {
    color: #daa6a6;
  }
  .p-list-staff__detail .instagram a:active i {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: #daa6a6;
  }
}
@media screen and (min-width: 992px) {
  .p-list-staff {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

.p-service__inner {
  margin-bottom: 40px;
  padding-top: 80px;
}
.p-service__title {
  margin-bottom: 20px;
}
.p-service__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 40px;
  margin-bottom: 60px;
}
.p-service__course-item {
  padding-top: 20px;
  border-top: 1px solid #D0CABC;
}
.p-service__course-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: clamp(1.125rem, 1.0545112782rem + 0.3007518797vw, 1.25rem);
  font-weight: 500;
}
.p-service__course-name .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #BCAF8C;
}
.p-service__course-name .subtitle::after {
  content: "";
  display: block;
  height: 22px;
  width: 1px;
  margin-left: 10px;
  background: #4E4A4A;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.p-service__course-name .num {
  margin-right: 0.2em;
  font-size: 1.4em;
}
.p-service__pic {
  margin-bottom: 20px;
}
.p-service__text p {
  margin-bottom: 2em;
}
.p-service__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin-top: 20px;
}
.p-service__price .price {
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  color: #CC6161;
}
.p-service__price .price .yen {
  font-size: 1rem;
}
.p-service__price .price .yen.none {
  display: none;
}
.p-service__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  padding: 40px 10px;
  text-align: center;
  background: #f1efe9;
  border: 1px solid #D0CABC;
}
.p-service__contact > p {
  margin-bottom: 30px;
  text-wrap: balance;
  word-break: auto-phrase;
}
.p-service__tel {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .p-service__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 440px 40px 1fr;
    grid-template-columns: 440px 1fr;
    -ms-grid-rows: 25% 20px 1fr 20px auto;
    grid-template-rows: 25% 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px 40px;
        grid-template-areas: "pic title" "pic content";
    padding-top: 140px;
  }
  .p-service__inner--reverse {
    -ms-grid-columns: 1fr 440px;
    grid-template-columns: 1fr 440px;
    -ms-grid-rows: auto 1fr 25%;
    grid-template-rows: auto 1fr 25%;
        grid-template-areas: "title pic" "content pic";
  }
  .p-service__title {
    grid-area: title;
    -ms-grid-row-align: self-end;
        align-self: self-end;
    margin-bottom: 0;
  }
  .p-service__content {
    grid-area: content;
    -ms-grid-row-align: self-start;
        align-self: self-start;
  }
  .p-service__pic {
    grid-area: pic;
    margin-bottom: 0;
  }
  .p-service__text {
    margin-bottom: 20px;
  }
  .p-service__course {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 80px;
    position: relative;
  }
  .p-service__course::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 1px;
    background: #D0CABC;
  }
  .p-service__course-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 80px);
            flex: 1 0 calc(50% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    border: none;
  }
  .p-service__price {
    margin-top: auto;
    margin-bottom: 0;
  }
  .p-service__contact {
    padding: 60px 0;
  }
}

.p-news .c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 30PX 0 0 auto;
}
@media screen and (min-width: 992px) {
  .p-news {
    margin-bottom: 160px;
  }
  .p-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .p-news__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .p-news .c-tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .p-news .c-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-menu__inner {
  padding-top: 80px;
}
.p-menu__pic {
  margin-bottom: 20px;
}
.p-menu__title {
  margin-bottom: 20px;
}
.p-menu__content {
  margin-bottom: 30px;
}
.p-menu__content h3 {
  margin-bottom: 5px;
}
.p-menu__content p {
  margin-bottom: 1em;
}
.p-menu__content strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(218, 166, 166, 0.3)));
  background: linear-gradient(transparent 65%, rgba(218, 166, 166, 0.3) 0%);
}
.p-menu__price {
  list-style: none;
}
.childcare .p-menu__price {
  text-align: right;
}
.p-menu__price li {
  margin-bottom: 10px;
}
.p-menu__price li:last-child {
  margin-bottom: 0;
}
.p-menu__price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-menu__price dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #D0CABC;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-menu__price .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 0.8em;
  font-weight: 500;
  background: #F7F6F2;
}
.p-menu__price .price {
  margin-right: 0;
  margin-left: auto;
  padding-left: 0.8em;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: #CC6161;
  background: #F7F6F2;
}
.childcare .p-menu__price .price {
  padding-left: 0;
}
.p-menu__price .yen {
  font-size: 0.8em;
}
.p-menu__price .option {
  padding: 0 6px;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  color: #FFFFFF;
  background: #daa6a6;
  border-radius: 5px;
}
.p-menu__price .time {
  padding: 1px 6px 3px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-weight: bold;
  color: #BCAF8C;
  background: #FFFFFF;
  border: 1px solid #BCAF8C;
  border-radius: 5px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width: 992px) {
  .p-menu__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 520px 60px 1fr;
    grid-template-columns: 520px 1fr;
    -ms-grid-rows: 0.2fr 20px 1.8fr;
    grid-template-rows: 0.2fr 1.8fr;
    gap: 20px 60px;
        grid-template-areas: "pic title" "pic content";
    padding-top: 140px;
  }
  .p-menu__inner--reverse {
    -ms-grid-columns: 1fr 520px;
    grid-template-columns: 1fr 520px;
        grid-template-areas: "title pic" "content pic";
  }
  .p-menu__title {
    grid-area: title;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 0;
  }
  .p-menu__pic {
    grid-area: pic;
  }
  .p-menu__main {
    grid-area: content;
  }
  .p-menu__inner > .p-service__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-menu__inner--reverse > .p-service__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu__inner > .p-service__content {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-menu__inner--reverse > .p-service__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-menu__inner > .p-service__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-menu__inner--reverse > .p-service__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 992px){
  .p-service__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service__inner--reverse > .p-service__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service__content {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-service__inner--reverse > .p-service__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-service__inner--reverse > .p-service__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-menu__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service__inner--reverse > .p-menu__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu__inner > .p-menu__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-menu__inner--reverse > .p-menu__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-menu__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-service__inner--reverse > .p-menu__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-menu__inner > .p-menu__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-menu__inner--reverse > .p-menu__pic {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .p-menu__main {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-service__inner--reverse > .p-menu__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-menu__inner > .p-menu__main {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-menu__inner--reverse > .p-menu__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.p-menu__step {
  margin-top: 60px;
}
.p-menu__step h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
  font-size: 1.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-menu__step h3 .step {
  padding-left: 0.3em;
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  border-bottom: 2px solid #BCAF8C;
}
.p-menu__step h3 .num {
  font-size: 1.6em;
}
.p-menu__step ol {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  place-items: center;
  list-style: none;
}
.p-menu__step ol li {
  text-align: center;
}
.p-menu__step figcaption {
  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;
  gap: 10px;
  margin-top: 10px;
  font-size: 500;
}
.p-menu__step figcaption .num {
  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;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  background: #BCAF8C;
  border-radius: 50%;
}

.p-menu-mens {
  padding-top: 60px;
}
.p-menu-mens__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 60px;
  padding-top: 40px;
}
.p-menu-mens__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 0 10px 5px;
  text-align: center;
  border-bottom: 2px solid #4E4A4A;
}
.p-menu-mens__title span {
  display: block;
}
.p-menu-mens__title .ja {
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  font-size: clamp(1.125rem, 0.7726rem + 1.5038vw, 1.75rem);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-menu-mens__title .en {
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Lato", sans-serif;
  font-size: 5rem;
  font-size: clamp(2.5rem, 1.0902rem + 6.015vw, 5rem);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-menu-mens__title + div {
  text-align: center;
}
.p-menu-mens__title + div p {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-menu-mens__title + div strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(146, 188, 217, 0.5)));
  background: linear-gradient(transparent 65%, rgba(146, 188, 217, 0.5) 0%);
}
.p-menu-mens__main h3 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: 600;
}
.p-menu-mens__main h3::before {
  height: 15px;
  width: 15px;
  background: #92BCD9;
}
@media screen and (min-width: 992px) {
  .p-menu-mens {
    margin-top: 100px;
  }
  .p-menu-mens__pic {
    margin-bottom: 0;
  }
}

.p-access__txt .pic {
  margin-bottom: 20px;
}
.p-access__txt .pic img {
  height: auto;
  width: 100%;
}
.p-access__map iframe {
  margin-bottom: 30px;
}
.p-access__map .map {
  margin-bottom: 30px;
}
.p-access__map .map img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.p-access__map .c-btn a {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-access__title {
    margin-top: 100px;
    margin-bottom: 0;
  }
  .p-access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
    padding-top: 60px;
  }
  .p-access__map {
    margin-top: -18.6%;
  }
}
@media screen and (min-width: 992px) {
  .p-access__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-access__map {
    margin-top: -197px;
  }
}

.p-outline__inner {
  margin-top: 120px;
}
.p-outline__content {
  margin-top: 60px;
  margin-bottom: 40px;
}
.p-outline__main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-outline__main dt {
  width: 5.5em;
  font-weight: 500;
}
.p-outline iframe {
  margin-bottom: 20px;
  -webkit-filter: grayscale(20%) saturate(50%);
          filter: grayscale(20%) saturate(50%);
}
@media screen and (min-width: 768px) {
  .p-outline__inner {
    margin-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p-outline__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
  }
}

.p-faq > p {
  width: 92%;
  max-width: 1040px;
  margin: 0 auto 40px;
}
.p-faq__inner {
  margin-bottom: 80px;
}
.p-faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-faq__title::before {
  content: "■";
  color: #BCAF8C;
}
.p-faq__content {
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .p-faq > p {
    margin-bottom: 80px;
    text-align: center;
  }
  .p-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 120px;
    overflow: hidden;
  }
  .p-faq__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    max-width: 200px;
  }
  .p-faq__title::before {
    display: none;
  }
  .p-faq__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    max-width: 800px;
    word-wrap: break-word;
  }
}

.p-nav-info {
  margin-bottom: 0;
}
.p-nav-info__title {
  margin-bottom: 20px;
}
.p-nav-info__list {
  list-style: none;
}
.p-nav-info__list a {
  padding: 20px;
  line-height: 1.4;
}
.p-nav-info__list a span {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-nav-info__list a .en {
  letter-spacing: 0.3em;
  font-family: "Lato", sans-serif;
  font-size: 0.75rem;
}
.p-nav-info__list a .ja {
  letter-spacing: 0.2em;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-nav-info {
    margin-bottom: 40px;
  }
  .p-nav-info__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    grid-column: 2;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 40px;
  }
}

.p-instagram__follow {
  margin-top: 20px;
  text-align: right;
}
.p-instagram__follow a {
  display: inline-block;
  padding: 2px 4px;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #D0CABC;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-instagram__follow a:hover {
    background: #f1eee6;
    border-color: #daa6a6;
  }
}
@media (hover: none) {
  .p-instagram__follow a:active {
    background: #f1eee6;
    border-color: #daa6a6;
  }
}

.p-reserve {
  margin-top: 80px;
}
.p-reserve__inner {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #D0CABC;
  border-bottom: 1px solid #D0CABC;
}
.p-reserve__title {
  margin-bottom: 30px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-size: clamp(1.75rem, 1.609rem + 0.6015vw, 2rem);
  font-weight: 300;
}
.p-reserve__title + p {
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  text-wrap: balance;
  word-break: auto-phrase;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-reserve__content {
  width: 100%;
}
.p-reserve__tel {
  margin-bottom: 20px;
}
.p-reserve__tel p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-reserve__tel .c-item-tel a {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-reserve__tel .c-item-tel a .icon {
  font-size: 1.375rem;
}
.p-reserve__tel .hour {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}
.p-reserve__tel .hour span {
  color: #BCAF8C;
}
.p-reserve__btn 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;
  gap: 6px;
  height: 60px;
  width: 100%;
  max-width: 320px;
  margin: auto;
  letter-spacing: 0.25em;
  text-align: center;
  color: #FFFFFF;
  background: #BCAF8C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-reserve__btn a span {
  font-size: 1.4em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-reserve__btn a:hover {
    background: #4E4A4A;
  }
}
@media (hover: none) {
  .p-reserve__btn a:active {
    background: #4E4A4A;
  }
}
@media screen and (min-width: 992px) {
  .p-reserve {
    margin-top: 200px;
  }
  .p-reserve__inner {
    padding: 80px 0;
  }
  .p-reserve__title + p br {
    display: none;
  }
  .p-reserve__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    width: 100%;
  }
  .p-reserve__tel {
    margin-bottom: 0;
    text-align: right;
  }
  .p-reserve__btn {
    width: 320px;
  }
}

.p-btn-reserve {
  position: sticky;
  right: auto;
  bottom: 14px;
  left: auto;
  z-index: 9999;
  margin-right: auto;
  margin-left: auto;
}
.p-btn-reserve 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;
  position: relative;
  z-index: 9999;
  height: 60px;
  width: 240px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-btn-reserve a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
  background: #BCAF8C;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-btn-reserve a span {
  display: block;
  position: relative;
  z-index: 9999;
  margin: auto;
  padding-left: 0.2em;
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (min-width: 992px) {
  .p-btn-reserve {
    right: 20px;
    bottom: 20px;
    margin-right: 0;
    margin-left: auto;
  }
  .p-btn-reserve a {
    height: 155px;
    width: 155px;
    border-radius: 50%;
  }
  .p-btn-reserve a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    background: #BCAF8C;
    border-radius: 50%;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}
@media screen and (min-width: 992px) and (any-hover: hover) and (pointer: fine) {
  .p-btn-reserve a:hover::before {
    opacity: 0.92;
    background: #4E4A4A;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 3px 10px rgba(78, 74, 74, 0.6);
            box-shadow: 0 3px 10px rgba(78, 74, 74, 0.6);
  }
}
@media screen and (min-width: 992px) and (hover: none) {
  .p-btn-reserve a:active::before {
    opacity: 0.92;
    background: #4E4A4A;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 3px 10px rgba(78, 74, 74, 0.6);
            box-shadow: 0 3px 10px rgba(78, 74, 74, 0.6);
  }
}

.p-related-post__title {
  margin-bottom: 20px;
}

.p-contact {
  width: 92%;
  max-width: 800px;
  margin: 0 auto;
}
.p-contact__content > p {
  margin-bottom: 60px;
  word-break: auto-phrase;
}
.p-contact__content h2 {
  margin-bottom: 40px;
  font-size: clamp(1.125rem, 0.9840225564rem + 0.6015037594vw, 1.375rem);
}
@media screen and (min-width: 992px) {
  .p-contact__content > p {
    margin-bottom: 80px;
    text-align: center;
  }
}

.p-404 {
  width: 92%;
  margin: 0 auto 80px;
  text-align: center;
}
.p-404 p {
  margin-bottom: 40px;
  word-break: auto-phrase;
}
.p-404 .c-btn a {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .p-404 {
    width: 1040px;
    margin-bottom: 120px;
  }
}

.p-list-faq {
  border-top: 1px solid #D0CABC;
}
.p-list-faq li {
  border-bottom: 1px solid #D0CABC;
}
.p-list-faq dt {
  padding: 14px 40px 14px 14px;
}
.p-list-faq dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-list-faq dt span::before {
  content: "Q";
  display: block;
  line-height: 1;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
}
.p-list-faq dd {
  padding: 14px;
}
.p-list-faq dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
.p-list-faq dd p::before {
  content: "A";
  display: block;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  color: #CC6161;
}
@media screen and (min-width: 992px) {
  .p-list-faq dt span {
    gap: 40px;
  }
  .p-list-faq dd p {
    gap: 40px;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: auto;
  cursor: pointer;
  background: rgba(247, 246, 242, 0.4);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.7s forwards;
          animation: fadeIn 0.7s forwards;
}
.p-modal.is-hide {
  -webkit-animation: fadeOut 0.7s forwards;
          animation: fadeOut 0.7s forwards;
}
.p-modal__inner {
  position: relative;
  width: 92%;
  max-width: 800px;
  margin: auto;
  padding: 60px 10px 50px;
  cursor: default;
  background: rgba(255, 255, 255, 0.87);
  border: none;
  -webkit-box-shadow: 0 1px 10px rgba(78, 74, 74, 0.2);
          box-shadow: 0 1px 10px rgba(78, 74, 74, 0.2);
  -webkit-animation: slideIn 0.7s forwards;
          animation: slideIn 0.7s forwards;
}
.p-modal__inner.is-hide {
  -webkit-animation: slideOut 0.7s forwards;
          animation: slideOut 0.7s forwards;
}
.p-modal .close {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
  width: 40px;
  margin: 0 0 10px auto;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
}
.p-modal .close::before, .p-modal .close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #4E4A4A;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-modal .close::before {
  right: 0;
  height: 1px;
  width: 30px;
}
.p-modal .close::after {
  right: 15px;
  height: 30px;
  width: 1px;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-modal .close:hover {
    color: #daa6a6;
  }
  .p-modal .close:hover::before, .p-modal .close:hover::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
@media (hover: none) {
  .p-modal .close:active {
    color: #daa6a6;
  }
  .p-modal .close:active::before, .p-modal .close:active::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}

/* アニメーションの定義 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
}
.p-notes {
  margin-bottom: 30px;
}
.p-notes__btn {
  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;
  gap: 5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  padding: 0 40px 0 calc(40px + 0.6em);
  cursor: pointer;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 1.125rem;
  border: 1px solid #4E4A4A;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-notes__btn::before, .p-notes__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #4E4A4A;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-notes__btn::before {
  right: 0;
  height: 1px;
  width: 16px;
}
.p-notes__btn::after {
  right: 8px;
  height: 16px;
  width: 1px;
}
.p-notes__btn.is-active {
  color: #daa6a6;
  background: #f4f2ed;
  border-color: #daa6a6;
}
.p-notes__btn.is-active::before, .p-notes__btn.is-active::after {
  background: #daa6a6;
  -webkit-transform: translateY(-50%) translateX(-10px) rotate(225deg);
          transform: translateY(-50%) translateX(-10px) rotate(225deg);
}
@media (any-hover: hover) and (pointer: fine) {
  .p-notes__btn:hover {
    color: #daa6a6;
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .p-notes__btn:hover::before, .p-notes__btn:hover::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-10px) rotate(225deg);
            transform: translateY(-50%) translateX(-10px) rotate(225deg);
  }
}
@media (hover: none) {
  .p-notes__btn:active {
    color: #daa6a6;
    background: #f4f2ed;
    border-color: #daa6a6;
  }
  .p-notes__btn:active::before, .p-notes__btn:active::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) translateX(-10px) rotate(225deg);
            transform: translateY(-50%) translateX(-10px) rotate(225deg);
  }
}
.p-notes__btn .caution {
  display: block;
  position: absolute;
  left: 10px;
  color: #daa6a6;
}
.p-notes__btn .caution.is-blink {
  -webkit-animation: blink 0.4s 3;
          animation: blink 0.4s 3;
}
.p-notes__content {
  max-width: 700px;
  max-height: 0;
  margin: 10px auto 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  text-align: left;
  background: #fdfdfb;
  border: 1px solid #e1ddd4;
  -webkit-box-shadow: inset 0 1px 3px rgba(78, 74, 74, 0.1);
          box-shadow: inset 0 1px 3px rgba(78, 74, 74, 0.1);
  -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.p-notes__content .inner {
  position: relative;
  padding: 20px 20px 0;
}
.p-notes__content h2, .p-notes__content h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: 1.1875rem;
  font-weight: 600;
}
.p-notes__content h2::after, .p-notes__content h3::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  margin-top: 25px;
  border-bottom: 1px solid #BCAF8C;
}
.p-notes__content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 1rem;
  font-weight: 500;
}
.p-notes__content h4::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: #BCAF8C;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.p-notes__content p {
  margin-bottom: 1em;
}
.p-notes__content ul {
  margin-bottom: 3em;
  margin-left: 1.2em;
}
.p-notes__content ul li {
  margin-top: 10px;
}
.p-notes__content hr {
  margin: 2em 0;
  border-bottom: 1px double #D0CABC;
}
.p-notes__content.is-show {
  max-height: 200px;
  opacity: 1;
  -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.p-notes__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: auto;
  width: 80px;
  margin: 0 0 10px auto;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
}
.p-notes__close::before, .p-notes__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: #4E4A4A;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.p-notes__close::before {
  left: 0;
  height: 1px;
  width: 16px;
}
.p-notes__close::after {
  left: 8px;
  height: 16px;
  width: 1px;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-notes__close:hover {
    color: #daa6a6;
  }
  .p-notes__close:hover::before, .p-notes__close:hover::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
@media (hover: none) {
  .p-notes__close:active {
    color: #daa6a6;
  }
  .p-notes__close:active::before, .p-notes__close:active::after {
    background: #daa6a6;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
}
@media screen and (min-width: 992px) {
  .p-notes {
    margin-bottom: 40px;
  }
  .p-notes__content.is-show {
    max-height: 300px;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-refusal {
  margin-top: 30px;
}
.p-refusal.nav {
  font-size: 0.8125rem;
}
.p-refusal a {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: underline;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #CC6161;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-refusal a:hover {
  text-decoration: none;
  color: #e5aeae;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.wp-pagenavi {
  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;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  color: #4E4A4A;
  background: #edebe2;
  border: 1px solid transparent;
}
.wp-pagenavi a {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (any-hover: hover) and (pointer: fine) {
  .wp-pagenavi a:hover {
    color: #FFFFFF;
    background-color: #4E4A4A;
  }
}
@media (hover: none) {
  .wp-pagenavi a:active {
    color: #FFFFFF;
    background-color: #4E4A4A;
  }
}
.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #BCAF8C;
}

/*!
Theme Name: aluce
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.u-none {
  display: none;
}

@media screen and (min-width: 992px) {
  .u-pc-none {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */