/*!
global > color
------------------------------
*/
:root {
  --color-brown: #5E4D4B;
  --color-coral: #FC5A65;
  --color-yellow: #FFC524;
  --color-beige-light: #F1EBE6;
  --color-beige: #E9E0D8;
  --color-white: #FFFFFF;
  --color-text: #5E4D4B;
  --color-text02: #222;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_mnav__link, .c_gnav__link, .c_gnav_btn, .c_txt._fz_14_16 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_mnav__link, .c_gnav__link, .c_gnav_btn, .c_txt._fz_14_16 {
    font-size: 1rem;
  }
}

.p_footer_top__open, .c_title._layout01 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_footer_top__open, .c_title._layout01 {
    font-size: 1.25rem;
  }
}

.p_footer_top__btn .c_btn {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_footer_top__btn .c_btn {
    font-size: 1.5rem;
  }
}

.c_txt._fz_20_30 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c_txt._fz_20_30 {
    font-size: 1.875rem;
  }
}

.p_footer_top__phone {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p_footer_top__phone {
    font-size: 3.125rem;
  }
}

/*!
global > mixin
------------------------------
*/
:root {
  --letter-spacing-sm: -0.04em;
}

.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_txt_red {
  color: #FC5A65;
}

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

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

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

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

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

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "IBM Plex Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

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

[type=radio] {
  -webkit-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;
  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
------------------------------
*/
body {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
  font-family: "IBM Plex Sans JP", sans-serif;
  background-color: var(--color-beige-light);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.u_inline_block {
  display: inline-block;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 0.8s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 50px, 0);
}

.fadedown {
  transform: translate3d(0, -50px, 0);
}

.faderight {
  transform: translate3d(50px, 0, 0);
}

.fadeleft {
  transform: translate3d(-50px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

/*!
component > Texts
------------------------------
*/
.c_txt._fz_18_30 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_txt._fz_18_30 {
    font-size: 1.875rem;
  }
}
.c_txt._fz_14_30 {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c_txt._fz_14_30 {
    font-size: 1.875rem;
  }
}
.c_txt._fw_b {
  font-weight: 700;
}
.c_txt._fw_semi_b {
  font-weight: 600;
}
.c_txt._letter_spacing_sm {
  letter-spacing: -0.04em;
}
.c_txt._bg {
  background-color: var(--color-white);
}
.c_txt._center {
  text-align: center;
}

/*!
component > title
------------------------------
*/
.c_title._layout01 {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: var(--letter-spacing-sm);
  font-weight: 600;
  color: var(--color-white);
  background-color: var(--color-brown);
  display: inline-block;
  padding: 0.5em 1.42em 0.4em;
  border-radius: 2.2857142857em 2.2857142857em 2.2857142857em 0.2857142857em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c_title._layout01 {
    line-height: 2;
    line-height: 1.5;
    text-align: left;
    padding: 0.9em 1.4em 0.5em;
    border-radius: 1.6em 1.6em 1.6em 0.2em;
  }
}
.c_title._layout02 {
  font-size: 1.0625rem;
  line-height: 1.3333333333;
  letter-spacing: var(--letter-spacing-sm);
  background-color: var(--color-yellow);
  font-weight: 700;
  width: 100%;
  max-width: max-content;
  padding: 0.7916666667em 1.25em 0.5833333333em;
  border-radius: 1.375em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c_title._layout02 {
    font-size: 1.5rem;
  }
}
.c_title__dotted {
  position: relative;
}
.c_title__dotted::before {
  content: "";
  position: absolute;
  top: -0.0714285714em;
  width: 0.2142857143em;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-coral);
}
@media screen and (min-width: 768px) {
  .c_title__dotted::before {
    top: -0.25em;
    width: 0.25em;
  }
}

/*!
component > btn
------------------------------
*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 70px;
  display: block;
  width: 45px;
  height: 45px;
  transform: translateY(300px);
  transition: 0.5s;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 20;
  background: #FC5A65;
  border-radius: 40px;
  border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .totop {
    bottom: 120px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
}
.totop span {
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  border: 10px solid transparent;
  width: 15px;
  height: 15px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.totop.is_active {
  transform: translateY(0);
}

.c_btn {
  background: transparent linear-gradient(180deg, #FC5A65 0%, #E34B55 100%) 0% 0% no-repeat;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .c_btn {
    box-shadow: 0px 3px 10px #E8E6E6;
    border-radius: 40px;
    height: 80px;
    width: 100%;
  }
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c_header {
    padding-left: clamp(
      1.25rem,
      3.6057692308vw + -0.4807692308rem,
      3.125rem
  );
    padding-right: clamp(
      1.25rem,
      2.4038461538vw + 0.0961538462rem,
      2.5rem
  );
    padding-top: 43px;
    padding-bottom: 37px;
  }
}
.is_nav_open .c_header {
  background-color: var(--color-white);
}
.c_header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c_header__inner {
    column-gap: 2.027027027%;
  }
}
.c_header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  flex: 1;
  position: relative;
  z-index: 11;
  box-shadow: 0px 3px 10px #E8E6E6;
  min-height: 80px;
  padding-left: 20px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .c_header__content {
    border-radius: 48px;
    border-radius: 48px;
    padding-inline: clamp(
      1.25rem,
      3.4722222222vw + -0.9722222222rem,
      2.5rem
  );
    padding-top: 7px;
  }
}
.is_nav_open .c_header__content {
  box-shadow: unset;
  border-radius: 0;
}
.c_header__logo {
  flex: 1;
}
.c_header__global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  top: 80px;
  transition: opacity 0.5s, visibility 0.5s;
}
@media screen and (min-width: 768px) {
  .c_header__global {
    top: 160px;
  }
}
.is_nav_open .c_header__global {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.c_logo {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .c_logo {
    align-items: center;
    flex-direction: row;
    column-gap: 16px;
  }
}
.c_logo__img {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  .c_logo__img {
    max-width: 118px;
  }
}
.c_logo__text {
  font-size: 0.625rem;
  letter-spacing: var(--letter-spacing-sm);
  color: var(--color-text02);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c_logo__text {
    font-size: clamp(
      0.75rem,
      0.3472222222vw + 0.5277777778rem,
      0.875rem
  );
  }
}

.c_mnav {
  align-items: center;
  display: none;
}
@media screen and (min-width: 1024px) {
  .c_mnav {
    display: flex;
  }
}
.c_mnav__link {
  font-weight: 700;
  letter-spacing: var(--letter-spacing-sm);
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .c_mnav__link {
    font-size: clamp(
      0.875rem,
      0.3472222222vw + 0.6527777778rem,
      1rem
  );
    margin-left: clamp(
      1.25rem,
      1.7361111111vw + 0.1388888889rem,
      1.875rem
  );
  }
}

.c_contact_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .c_contact_btn {
    width: 16.4900662252%;
    min-width: 180px;
    position: static;
    border-radius: 40px;
  }
}
.c_contact_btn__link {
  font-size: 0.75rem;
  background: transparent linear-gradient(180deg, #FC5A65 0%, #E34B55 100%) 0% 0% no-repeat padding-box;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -0.04em;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c_contact_btn__link {
    box-shadow: 0px 3px 10px #E8E6E6;
    border-radius: 40px;
    height: 80px;
    width: 100%;
    font-size: clamp(
      0.875rem,
      0.3472222222vw + 0.6527777778rem,
      1rem
  );
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c_contact_btn__link {
    height: 50px;
    border-radius: 0;
  }
}

.c_toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
.c_toggle::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
.c_toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.is_nav_open .c_toggle::before {
  transform: translate(0, 11px) rotate(45deg);
}
.is_nav_open .c_toggle::after {
  transform: translate(0, -11px) rotate(-45deg);
}
.is_nav_open .c_toggle .c_toggle__line {
  opacity: 0;
}

.c_gnav {
  padding-inline: 20px;
  background-color: var(--color-white);
  overflow-y: auto;
  padding-bottom: 80px;
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .c_gnav {
    height: calc(100vh - 160px);
  }
}
.c_gnav__item {
  border-bottom: 1px solid var(--color-text);
}
.c_gnav__link {
  font-weight: 500;
  display: block;
  padding-left: 10px;
  padding-right: 35px;
  padding-block: 20px;
  position: relative;
}
.c_gnav__link::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border-top: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
  right: 16px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.c_gnav_btn {
  background: transparent linear-gradient(180deg, #FC5A65 0%, #E34B55 100%) 0% 0% no-repeat padding-box;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  height: 60px;
  width: 260px;
  border-radius: 40px;
  box-shadow: 0px 3px 10px #E8E6E6;
  display: none;
}
@media screen and (min-width: 768px) {
  .c_gnav_btn {
    height: 80px;
    width: 300px;
    margin-top: 100px;
    font-size: clamp(
      0.875rem,
      0.78125vw + 0.5rem,
      1rem
  );
  }
}

/*!
component > footer
------------------------------
*/
.p_footer {
  position: relative;
  z-index: 1;
}
.p_footer_top {
  max-width: 1400px;
  width: calc(100% - 40px);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  border-radius: min(6.25vw, 100px);
  overflow: hidden;
  padding-block: 20px;
}
@media screen and (min-width: 768px) {
  .p_footer_top {
    height: clamp(
      14.375rem,
      15.625vw + 6.875rem,
      22.5rem
  );
  }
}
.p_footer_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5E4D4B;
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 0;
}
.p_footer_top__bg {
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.p_footer_top__bg img {
  height: 100%;
  object-fit: cover;
  object-position: left 0 bottom 35px;
  aspect-ratio: 1600/360;
  scale: 1.936416185;
}
@media screen and (min-width: 768px) {
  .p_footer_top__bg img {
    scale: unset;
    object-position: left 0 bottom -20px;
  }
}
.p_footer_top__in {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .p_footer_top__in {
    flex-direction: row;
  }
}
.p_footer_top__content {
  color: var(--color-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_footer_top__content {
    width: 39.1304347826%;
    min-width: 330px;
  }
}
.p_footer_top__btn {
  color: var(--color-white);
  text-align: center;
  margin-block: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p_footer_top__btn {
    margin-block: 0;
    width: 39.1304347826%;
    min-width: 330px;
  }
}
.p_footer_top__btn__wrap {
  max-width: 326px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  background-color: #f8cfd2;
}
.p_footer_top__btn .c_btn {
  font-weight: 700;
  letter-spacing: var(--letter-spacing-sm);
  margin-top: 10px;
  height: 60px;
  border-radius: 50px;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .p_footer_top__btn .c_btn {
    padding-top: 0.4166666667em;
    height: 94px;
  }
}
.p_footer_top__phone {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-optical-sizing: none;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p_footer_top__phone {
    margin-top: 15px;
  }
}
.p_footer_top__open {
  letter-spacing: var(--letter-spacing-sm);
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_footer_top__open {
    margin-top: 15px;
    font-size: clamp(
      1.125rem,
      0.2403846154vw + 1.0096153846rem,
      1.25rem
  );
  }
}
.p_footer_bot {
  background-color: #E83E24;
  padding-top: 100px;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .p_footer_bot {
    padding-bottom: 77px;
    padding-top: clamp(
      7.5rem,
      7.2115384615vw + 4.0384615385rem,
      11.25rem
  );
  }
}
.p_footer_bot__in {
  display: flex;
  color: var(--color-white);
  margin-top: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .p_footer_bot__in {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 40px;
  }
}
.p_footer_bot__info {
  font-size: 0.8125rem;
  letter-spacing: var(--letter-spacing-sm);
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p_footer_bot__info {
    font-size: 1rem;
  }
}
.p_footer_bot__info .link {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p_footer_bot__info .link:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.p_footer__logo {
  display: inline-block;
  max-width: 170px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .p_footer__logo {
    max-width: 236px;
  }
}
@media screen and (min-width: 768px) {
  .p_footer__basic {
    width: 400px;
  }
}
.p_footer__copyright {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  letter-spacing: var(--letter-spacing-sm);
  font-optical-sizing: none;
}
@media screen and (min-width: 768px) {
  .p_footer__copyright {
    font-size: 1rem;
  }
}
.p_footer a[href^=tel] {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .p_footer a[href^=tel] {
    pointer-events: none;
  }
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F1EBE6;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
}
.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading__item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #E9E0D8;
  z-index: 190;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
.link_privacy{
	text-decoration: underline;
}
.link_privacy:hover{
	text-decoration: none;
}
@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px 8px 6px;
  border: 1px solid #999;
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

/*!
layout > container
------------------------------
*/
.l_container {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

/*!
page > common > common
------------------------------
*/
/*# sourceMappingURL=common.css.map */
