@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_loading, .c_totop, .c_header::after {
  background-image: linear-gradient(105deg, #e59c89 0%, #e6a28e 17%, #eab59e 40%, #edbfa6 50%, #d2bbaa 57%, #afb8b0 70%, #96b5b5 81%, #87b3b8 92%, #82b3b9 100%);
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.7857142857;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4D4D4D;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 70px;
}
#wrapper.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.full {
  width: 100%;
}

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

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.no_transition #gnav, .no_transition .c_header_logo__link, .no_transition .c_header_logo__txt {
  transition: none !important;
}

:has(.p_top) .c_header::after {
  opacity: 0;
}
:has(.p_top) .c_header.is_fixed::after {
  opacity: 1;
}
:has(.p_top) #wrapper {
  padding-top: 0;
}

.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.c_header::after {
  content: "";
  z-index: -1;
  inset: 0;
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-size: 100% 100vh;
  background-position: center top;
}
.c_header.is_fixed .c_header_logo__txt {
  opacity: 0;
}
.c_header.is_fixed .c_header_logo__link {
  transform: translateY(0);
}
.c_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding-inline: 12px 19px;
  padding-block: 15px;
}
.c_header_logo {
  position: relative;
  display: flex;
  align-items: center;
}
.c_header_logo__link {
  display: block;
  width: 114px;
  flex-shrink: 0;
  transition: 0.5s;
  transition-property: opacity, transform;
  transform: translateY(11px);
}
.c_header_logo__txt {
  line-height: 1.5;
  font-size: 0.625rem;
  white-space: nowrap;
  position: absolute;
  top: 0;
  transform: translateY(-13px);
  transition: 0.5s;
  transition-property: opacity, transform;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c_header_entry {
  align-items: center;
  position: relative;
  display: flex;
}
.c_header_insta {
  display: none;
}
.c_header_hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1;
  width: 40px;
  z-index: 5;
}
.c_header_hamburger > * {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
  transition-property: opacity, translate, scale, rotate;
  transform-origin: right center;
}
.c_header_hamburger > *:first-child {
  translate: 0 -13px;
  transform-origin: right bottom;
}
.c_header_hamburger > *:last-child {
  translate: 0 13px;
  transform-origin: right top;
}
.c_header_hamburger.is_open > *:nth-child(2) {
  scale: 0.8 0.8;
}
.c_header_hamburger.is_open > *:first-child {
  scale: 0.3 0.8;
  translate: 0;
  rotate: 45deg;
}
.c_header_hamburger.is_open > *:last-child {
  scale: 0.3 0.8;
  translate: 0;
  rotate: -45deg;
}
.c_header_btn {
  background-color: #ffffd8;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  letter-spacing: 0.05em;
  color: #82B3B9;
  font-weight: 700;
  display: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c_header_nav {
  position: fixed;
  height: 100vh;
  height: 100dvh;
  top: 0;
  background-color: #82B3B9;
  color: #fff;
  overflow: auto;
  left: 100%;
  transition: transform 0.5s ease;
  width: 100%;
  max-width: 375px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c_header_nav.is_open {
  transform: translateX(-100%);
}
.c_header_nav__main {
  position: relative;
  padding-block: 79px 40px;
  padding-inline: 27px 18px;
}
.c_header_nav__menu {
  -moz-columns: 2;
  columns: 2;
  gap: 5px;
}
.c_header_nav__item:not(:first-child) {
  margin-top: 31px;
}
.c_header_nav__item a {
  letter-spacing: 0.08em;
  font-size: 0.9375rem;
}
.c_header_nav__other {
  margin-top: 88px;
}
.c_header_nav__other .c_btn01 {
  width: 100%;
  min-width: 0;
}
.c_header_nav__other .c_btn01__arrow::after {
  width: 16px;
}
.c_header_nav__other .c_btn01 + .c_btn01 {
  margin-top: 24px;
}
.c_header_nav__insta {
  display: block;
  margin-inline: auto;
  position: relative;
  width: 44px;
  margin-top: 33px;
  left: 5px;
}
.c_header_nav__hamburger {
  position: absolute;
  aspect-ratio: 1;
  background: url(../images/common/icon_arrow_hamburger.svg) center/contain no-repeat;
  cursor: pointer;
}

/*!
component > footer
------------------------------
*/
.c_footer {
  margin-top: 84px;
}
.c_footer_contact {
  color: #fff;
  padding-block: 37px 51px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c_footer_contact::after {
  content: "";
  position: absolute;
  inset: -100px 0 -160px;
  z-index: -1;
  background-image: linear-gradient(110deg, #e59c89 0%, #e6a28e 17%, #eab59e 40%, #edbfa6 50%, #d2bbaa 57%, #afb8b0 70%, #96b5b5 81%, #87b3b8 92%, #82b3b9 100%);
}
.c_footer_contact__ttl {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.25em;
  display: table;
  margin-inline: auto;
  font-size: 1.5rem;
}
.c_footer_contact__ttl::after {
  content: "";
  height: 1px;
  display: table;
  width: 50px;
  margin-inline: auto;
  background-color: #fff;
  margin-top: 2px;
}
.c_footer_contact__lead {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 13px;
}
.c_footer_contact__desc {
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.c_footer_contact__list {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  position: relative;
  left: 3px;
  gap: 23px;
  align-items: center;
}
.c_footer_contact__list .c_btn01__txt02 {
  letter-spacing: 0;
}
.c_footer_main {
  background-color: #82B3B9;
  color: #fff;
}
.c_footer_top {
  padding-block: 45px 40px;
}
.c_footer_company__logo {
  display: table;
  margin-inline: auto;
}
.c_footer_company__content {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 20px;
}
.c_footer_company__txt {
  letter-spacing: 0.1em;
}
.c_footer_company__address {
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
.c_footer_company__insta {
  width: 40px;
  display: block;
  margin-inline: auto;
  margin-top: 21px;
}
.c_footer_nav {
  display: none;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c_footer_nav__item a {
  letter-spacing: 0.08em;
  line-height: 0.7142857143;
}
.c_footer_bottom {
  padding-bottom: 12px;
}
.c_footer_brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 23px;
}
.c_footer_brand img {
  width: 155px;
}
.c_footer_sologan {
  line-height: 1.6666666667;
  font-size: 0.75rem;
  text-align: center;
  max-width: 299px;
  margin-inline: auto;
}
.c_footer_copyright {
  letter-spacing: 0.1em;
  font-size: 0.625rem;
  margin-top: 10px;
  font-weight: 400;
}

.c_totop {
  aspect-ratio: 1;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: fixed;
  transition: 0.5s;
  z-index: 50;
  transition-property: opacity, visibility, background-color, color;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  bottom: 20px;
  gap: 20px;
  right: 20px;
}
.c_totop.is_show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c_totop::after {
  content: "";
  width: 40%;
  height: 100%;
  -webkit-mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  background-color: currentColor;
  transform: rotate(-180deg);
  transition: background-color 0.5s ease;
}

/*!
component > MV
------------------------------
*/
.c_mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 270px;
}
.c_mv__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_mv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.c_mv__main {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 44px 3px 0;
}
.c_mv__ttl .ttl01,
.c_mv__ttl .ttl02 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.c_mv__ttl .ttl01 {
  text-transform: uppercase;
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}
.c_mv__ttl .ttl02 {
  display: block;
  margin-top: 4px;
}
.c_mv__ttl .ttl02__t {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c_mv__ttl .ttl02__t::before {
  content: "";
  transform: rotate(24deg);
  margin: 0 10px 0 4px;
  top: 3px;
  width: 2px;
  height: 15px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.c_mv__txt {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 39px;
}

.c_ttl01 {
  color: #82B3B9;
}
.c_ttl01__en {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.25em;
  font-size: 1.5rem;
}
.c_ttl01__jp {
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

.c_btn01 {
  display: inline-flex;
  background-color: #fff;
  color: #82B3B9;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50px;
  max-width: 330px;
  width: 100%;
  min-height: 66px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.c_btn01__txt {
  text-align: center;
}
.c_btn01__txt01 {
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 1rem;
}
.c_btn01__txt02 {
  letter-spacing: 0.08em;
  position: relative;
  font-size: 0.75rem;
  margin-top: -5px;
  top: 2px;
}
.c_btn01__arrow {
  aspect-ratio: 1;
  flex-shrink: 0;
  background-color: #82B3B9;
  border-radius: 50%;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  right: 16px;
}
.c_btn01__arrow::after {
  content: "";
  aspect-ratio: 18/8;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  width: 15px;
}
.c_btn01.is_gradient {
  color: #fff;
  background-image: linear-gradient(to right, #E59C89 0%, #E6A28E 17%, #EAB59E 40%, #EDBFA6 50%, #D2BBAA 57%, #AFB8B0 70%, #96B5B5 81%, #87B3B8 92%, #82B3B9 100%);
}
.c_btn01.has_arrow {
  position: relative;
}
.c_btn01.has_arrow::after {
  aspect-ratio: 18/8;
  background: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  content: "";
  position: absolute;
  right: 20px;
  width: 14px;
}
.c_btn01.is_yellow {
  background-color: #FFFFD7;
}
.c_btn01.has_line::before {
  content: "";
  position: absolute;
  left: 14px;
  aspect-ratio: 1;
  width: 26px;
  background: url(../images/common/icon_line.png) center/contain no-repeat;
}

.c_btn02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  background-color: #82B3B9;
  border-radius: 40px;
  min-height: 48px;
  min-width: 194px;
  letter-spacing: 0.05em;
}
.c_btn02.style01 {
  background-color: #fff;
  border: solid 1px #82B3B9;
  color: #82B3B9;
}

.c_link {
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
}
.c_link::after {
  content: "→";
}

.u_txt_black {
  color: #000;
}

.u_txt_white {
  color: #fff;
}

.u_txt_cyan {
  color: #82B3B9;
}

.u_txt_serif {
  font-family: "EB Garamond", serif;
}

.u_txt_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u_txt_en {
  font-family: "Montserrat", sans-serif;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.p_404_main {
  margin-top: 50px;
}
.p_404_ttl {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 1.75;
}
.p_404_desc {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #4d4d4d;
  line-height: 2;
  margin: 15px auto 0;
  max-width: 920px;
  width: 100%;
}
.p_404_btn {
  text-align: center;
  margin-top: 38px;
}

.c_comingsoon {
  pointer-events: none;
  opacity: 0.7;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.c_loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c_breadcrumb {
  padding: 18px 0;
}
.c_breadcrumb__list {
  display: flex;
  gap: 10px 0;
}
.c_breadcrumb__item, .c_breadcrumb__link {
  color: #989898;
  line-height: 1.2;
  font-size: 0.625rem;
  font-weight: 400;
}
.c_breadcrumb__item {
  position: relative;
  padding-right: 10px;
  margin-right: 2px;
}
.c_breadcrumb__item::after {
  font-size: 0.625rem;
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
}
.c_breadcrumb__item:not(:last-child) {
  white-space: nowrap;
}
.c_breadcrumb__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.c_breadcrumb__item:last-child::after {
  content: none;
}
.c_breadcrumb__item:last-child span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c_breadcrumb__link {
  text-decoration: none;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.c_pagination_sec {
  border-top: solid 1px #d1d1d1;
  padding-top: 33px;
  display: none;
}
.c_pagination_sec:has(.wp-pagenavi) {
  display: block;
}

.c_pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
  margin: 0 auto;
  gap: 20px 0;
}
.c_pagination .pages {
  display: none;
}
.c_pagination .extend {
  font-family: "Shippori Mincho", serif;
  pointer-events: none;
  position: relative;
  bottom: 4px;
  color: #4d4d4d;
  font-size: 0.875rem;
}
.c_pagination a {
  cursor: pointer;
}
.c_pagination .page,
.c_pagination .nextpostslink,
.c_pagination .previouspostslink,
.c_pagination span,
.c_pagination a,
.c_pagination .last,
.c_pagination .first {
  min-width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 4px;
  padding-bottom: 4px;
  color: #4d4d4d;
  font-size: 0.75rem;
  background-color: transparent;
  border: solid 1px transparent;
  font-family: "EB Garamond", serif;
  border-radius: 50%;
}
.c_pagination .page.disable,
.c_pagination .nextpostslink.disable,
.c_pagination .previouspostslink.disable,
.c_pagination span.disable,
.c_pagination a.disable,
.c_pagination .last.disable,
.c_pagination .first.disable {
  display: none;
}
.c_pagination .nextpostslink,
.c_pagination .previouspostslink {
  position: relative;
  color: transparent;
  cursor: pointer;
  background: #fff url(../images/common/icon_pagination.svg) no-repeat center;
  background-size: 10px 10px;
  border: solid 1px #82b3b9;
  width: 40px;
  height: 40px;
}
.c_pagination .nextpostslink {
  margin-left: 5px;
}
.c_pagination .previouspostslink {
  transform: scaleX(-1);
}
.c_pagination span.nextpostslink,
.c_pagination span.previouspostslink {
  pointer-events: none;
}
.c_pagination .last,
.c_pagination .first {
  pointer-events: none;
}
.c_pagination a.last,
.c_pagination a.first {
  pointer-events: all;
}
.c_pagination .current {
  background: #82b3b9;
  border: solid 1px #82b3b9;
  opacity: 1;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px){
  .pc {
    display: none !important;
  }
  .c_footer_contact__list .c_btn01__txt02 {
    margin-top: 0px;
    top: -5px;
  }
}
@media screen and (min-width: 768px){
  .c_loading, .c_totop, .c_header::after {
    background-image: linear-gradient(135deg, #e59c89 0%, #e6a28e 17%, #eab59e 40%, #edbfa6 50%, #d2bbaa 57%, #afb8b0 70%, #96b5b5 81%, #87b3b8 92%, #82b3b9 100%);
  }
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: 85px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l_container {
    max-width: 1360px;
    padding-inline: 40px;
  }
  .c_header {
    height: 85px;
  }
  .c_header::after {
    background-size: 100% 100vh;
  }
  .c_header_inner {
    align-items: flex-end;
    padding-inline: 16px 17px;
    padding-block: 11px 20px;
  }
  .c_header_logo {
    gap: 25px;
  }
  .c_header_logo__link {
    transform: none !important;
    width: 200px;
  }
  .c_header_logo__txt {
    transform: none !important;
    letter-spacing: 0.2em;
    opacity: 1 !important;
    position: relative;
    top: 5px;
    font-size: 0.75rem;
  }
  .c_header_entry {
    top: 2px;
    gap: 17px;
  }
  .c_header_insta {
    display: block;
    width: 44px;
    margin-right: 2px;
  }
  .c_header_hamburger {
    width: 50px;
  }
  .c_header_hamburger > *:first-child {
    translate: 0 -15px;
  }
  .c_header_hamburger > *:last-child {
    translate: 0 15px;
  }
  .c_header_btn {
    display: flex;
    font-size: 0.875rem;
    width: 198px;
    height: 50px;
  }
  .c_header_nav {
    z-index: 1;
    max-width: 420px;
  }
  .c_header_nav__main {
    padding-inline: 45px;
    padding-block: 76px 40px;
  }
  .c_header_nav__menu {
    -moz-columns: unset;
    columns: unset;
    display: block;
  }
  .c_header_nav__item:not(:first-child) {
    margin-top: 27.5px;
  }
  .c_header_nav__item a {
    font-size: 1rem;
  }
  .c_header_nav__other {
    margin-top: 75px;
  }
  .c_header_nav__other .c_btn01 {
    padding-inline: 25px;
    min-height: 66px;
  }
  .c_header_nav__other .c_btn01.has_line::before {
    width: 27px;
    left: 12px;
  }
  .c_header_nav__other .c_btn01__txt01 {
    font-size: 1rem;
  }
  .c_header_nav__other .c_btn01__arrow {
    width: 25px;
    right: 17px;
    padding: 0;
  }
  .c_header_nav__other .c_btn01 + .c_btn01 {
    margin-top: 23px;
  }
  .c_header_nav__insta {
    left: 10px;
    margin-top: 43px;
  }
  .c_header_nav__hamburger {
    right: 17px;
    top: 25px;
    width: 36px;
  }
  .c_footer {
    margin-top: 104px;
  }
  .c_footer_contact {
    padding-block: 49px 62px;
  }
  .c_footer_contact::after {
    background-image: linear-gradient(160deg, #e59c89 0%, #e6a28e 17%, #eab59e 40%, #edbfa6 50%, #d2bbaa 57%, #afb8b0 70%, #96b5b5 81%, #87b3b8 92%, #82b3b9 100%);
    inset: 0;
  }
  .c_footer_contact__ttl::after {
    margin-top: 1px;
  }
  .c_footer_contact__lead {
    line-height: 1.3333333333;
    font-size: 1.875rem;
    margin-top: 17px;
  }
  .c_footer_contact__desc {
    margin-top: 16px;
  }
  .c_footer_contact__list {
    flex-direction: row;
    left: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 39px;
  }
  .c_footer_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding-block: 52px 62px;
  }
  .c_footer_company__logo {
    margin: 0;
  }
  .c_footer_company__content {
    text-align: left;
    display: flex;
    margin-top: 22px;
    gap: 24px;
  }
  .c_footer_company__insta {
    margin: 0;
    margin-top: 5px;
    width: 35px;
  }
  .c_footer_nav {
    display: flex;
    gap: clamp(2.5rem, 11.328125vw + -2.9375rem, 4.3125rem);
    margin-top: -5px;
  }
  .c_footer_nav__list:first-child {
    padding-right: 19px;
  }
  .c_footer_nav__item a {
    font-size: 0.875rem;
  }
  .c_footer_nav__item:not(:last-child) {
    margin-bottom: 8px;
  }
  .c_footer_bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .c_footer_brand {
    margin-top: 0;
    align-items: flex-end;
  }
  .c_footer_sologan {
    max-width: unset;
    margin-inline: 0;
    text-align: left;
  }
  .c_footer_copyright {
    margin-top: 5px;
  }
  .c_totop {
    bottom: 40px;
    padding-bottom: 5px;
    width: 70px;
    right: 40px;
  }
  .c_mv {
    min-height: 404px;
  }
  .c_mv__main {
    padding: 2px 0 0;
  }
  .c_mv__ttl .ttl01 {
    font-size: clamp(2.5rem, 1.2019230769vw + 1.9230769231rem, 3.125rem);
  }
  .c_mv__ttl .ttl02 {
    margin-top: 0;
    display: inline-block;
  }
  .c_mv__ttl .ttl02__t {
    letter-spacing: 0.15em;
    font-size: clamp(1.25rem, 0.4807692308vw + 1.0192307692rem, 1.5rem);
  }
  .c_mv__ttl .ttl02__t::before {
    transform: rotate(24deg);
    margin: 0 19px 0 1px;
    top: 1px;
    height: 20px;
  }
  .c_mv__txt {
    font-size: 1rem;
    letter-spacing: 0.1em;
    margin-top: 13px;
  }
  .c_ttl01__en {
    margin-right: 2px;
  }
  .c_ttl01__jp {
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
  .c_btn01 {
    width: auto;
    max-width: unset;
    min-width: 400px;
    min-height: 80px;
    padding-inline: 45px;
  }
  .c_btn01__txt01 {
    font-size: 1.25rem;
  }
  .c_btn01__txt02 {
    margin-top: 0;
    top: -2px;
  }
  .c_btn01__arrow {
    width: 30px;
    right: 20px;
    padding-bottom: 4px;
    padding-left: 3px;
  }
  .c_btn01__arrow::after {
    width: 18px;
  }
  .c_btn01.has_arrow::after {
    transform: translateY(-2px);
    width: 16px;
    right: 24px;
  }
  .c_btn01.has_line::before {
    left: 20px;
    width: 30px;
  }
  .c_btn02 {
    letter-spacing: 0;
    font-size: 0.875rem;
    height: 47px;
  }
  .c_link {
    font-size: 0.875rem;
  }
  .p_404_main {
    margin-top: 80px;
  }
  .p_404_ttl {
    text-align: center;
    line-height: 1.4;
    font-size: 1.25rem;
  }
  .p_404_desc {
    text-align: center;
    line-height: 1.75;
    font-size: 1rem;
    margin-top: 34px;
  }
  .p_404_btn {
    margin-top: 44px;
  }
  .c_breadcrumb {
    padding: 20px 0;
  }
  .c_breadcrumb__item {
    padding-right: 10px;
    margin-right: 2px;
  }
  .c_breadcrumb__item::after {
    top: 0;
  }
  .c_pagination_sec {
    padding-top: 34px;
  }
  .c_pagination .extend {
    margin: 0 9px;
  }
  .c_pagination .page,
  .c_pagination .nextpostslink,
  .c_pagination .previouspostslink,
  .c_pagination span,
  .c_pagination a,
  .c_pagination .last,
  .c_pagination .first {
    min-width: 33px;
    height: 33px;
    font-size: 0.875rem;
    transition: all 0.5s;
    margin: 0 5px;
  }
  .c_pagination .page:hover,
  .c_pagination .nextpostslink:hover,
  .c_pagination .previouspostslink:hover,
  .c_pagination span:hover,
  .c_pagination a:hover,
  .c_pagination .last:hover,
  .c_pagination .first:hover {
    background: #82b3b9;
    border: solid 1px #82b3b9;
    opacity: 1;
    color: #fff;
  }
  .c_pagination .nextpostslink,
  .c_pagination .previouspostslink {
    background-size: 8px auto;
    transition: all 0.5s;
    width: 49px;
    height: 49px;
  }
  .c_pagination .nextpostslink:hover,
  .c_pagination .previouspostslink:hover {
    color: transparent;
    background: #82b3b9 url(../images/common/icon_pagination_ov.svg) no-repeat center;
    background-size: 8px auto;
  }
  .c_pagination .nextpostslink {
    margin-left: 13px;
    background-position-x: 20px;
  }
  .c_pagination .nextpostslink:hover {
    background-position-x: 20px;
  }
  .c_pagination .previouspostslink {
    margin-right: 7px;
  }
  .c_pagination a.last,
  .c_pagination a.first {
    transition: all 0.5s;
  }
  .c_pagination a.last:hover,
  .c_pagination a.first:hover {
    background: #82b3b9;
    border: solid 1px #82b3b9;
    opacity: 1;
    color: #fff;
    cursor: pointer;
  }
}
@media (any-hover: hover) and (pointer: fine){
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .h_underline {
    text-decoration: underline;
  }
  .c_totop:hover {
    opacity: 0.8 !important;
  }
  .c_link:hover {
    text-decoration: none;
  }
}
/*# sourceMappingURL=maps/common.css.map */
