@charset "UTF-8";
/*!
Theme Name: L.beauty
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
Tested up to:
Requires PHP:
*/
/*! destyle.css v4.0.1 | 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;
  min-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;
  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 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;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0.8075em 0;
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticky {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.gallery-item {
  padding: 2px;
}

/* clearfix */
.entry-content {
  overflow: hidden;
  zoom: 1;
}

.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

/* auto-format */
.auto-format section {
  padding: 0;
}
.auto-format h1,
.auto-format h2,
.auto-format h3,
.auto-format h4,
.auto-format h5,
.auto-format h6 {
  margin: 2em 0 1em;
  line-height: 1.4;
  font-weight: bold;
}
.auto-format h1 {
  font-size: 30px;
}
.auto-format h2 {
  font-size: 24px;
}
.auto-format h3 {
  font-size: 20px;
}
.auto-format h4 {
  font-size: 18px;
}
.auto-format h5 {
  font-size: 16px;
}
.auto-format h6 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .auto-format h1 {
    font-size: 24px;
  }
  .auto-format h2 {
    font-size: 20px;
  }
  .auto-format h3 {
    font-size: 18px;
  }
  .auto-format h4 {
    font-size: 16px;
  }
  .auto-format h5 {
    font-size: 16px;
  }
  .auto-format h6 {
    font-size: 16px;
  }
}
.auto-format p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.auto-format em {
  font-style: italic;
}
.auto-format blockquote {
  margin: 1.5em 0;
  border-left: 5px solid #ddd;
  padding: 1em 0 1em 10px;
  color: #777;
}
.auto-format ul,
.auto-format ol {
  margin-bottom: 1.5em;
}
.auto-format ul > li {
  list-style: disc;
}
.auto-format ol > li {
  list-style: decimal;
}
.auto-format li {
  margin-left: 1.5em;
}
.auto-format li > ol,
.auto-format li > ul {
  margin-top: 1.5em;
}
.auto-format embed,
.auto-format iframe,
.auto-format object {
  max-width: 100%;
}

/*
 * Bootstrap v5.0.0-custom
 */
:root {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

/* -------------------------
scss
--------------------------*/
.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.4 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.ls-sm {
  letter-spacing: -0.1em !important;
}

.ls-base {
  letter-spacing: 0 !important;
}

.ls-lg {
  letter-spacing: 0.15em !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.row.flex-nowrap > * {
  flex-shrink: 1;
  width: auto;
  max-width: auto;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0rem;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0rem;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.text-left {
  text-align: left !important;
}

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

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

.m-0 {
  margin: 0rem !important;
}

.m-0_5 {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.m-15 {
  margin: 15rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-1em {
  margin: 1em !important;
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-0_5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.mx-15 {
  margin-left: 15rem !important;
  margin-right: 15rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-1em {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-0_5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.my-1em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-0_5 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.me-0_5 {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

.me-5 {
  margin-right: 5rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-12 {
  margin-right: 12rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.me-1em {
  margin-right: 1em !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-0_5 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-0_5 {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

.ms-5 {
  margin-left: 5rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-12 {
  margin-left: 12rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-1em {
  margin-left: 1em !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-0_5 {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.p-15 {
  padding: 15rem !important;
}

.p-auto {
  padding: auto !important;
}

.p-1em {
  padding: 1em !important;
}

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

.px-0_5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

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

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

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

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

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

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.px-1em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-0_5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.py-1em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-0_5 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pt-1em {
  padding-top: 1em !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.pe-0_5 {
  padding-right: 0.5rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pe-12 {
  padding-right: 12rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-auto {
  padding-right: auto !important;
}

.pe-1em {
  padding-right: 1em !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-0_5 {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.ps-0_5 {
  padding-left: 0.5rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.ps-12 {
  padding-left: 12rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-auto {
  padding-left: auto !important;
}

.ps-1em {
  padding-left: 1em !important;
}

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

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

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

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

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

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

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

.fz-2_4 {
  font-size: 2.4rem !important;
}

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

@media only screen and (max-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0rem;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6-md > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-1em {
    margin: 1em !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-md-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-md-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-md-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-md-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-md-10 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-md-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-md-15 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-md-1em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .my-md-0_5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .my-md-1em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mt-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mt-md-1em {
    margin-top: 1em !important;
  }
  .me-md-0 {
    margin-right: 0rem !important;
  }
  .me-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .me-md-1em {
    margin-right: 1em !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .mb-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-1em {
    margin-bottom: 1em !important;
  }
  .ms-md-0 {
    margin-left: 0rem !important;
  }
  .ms-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .ms-md-1em {
    margin-left: 1em !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-auto {
    padding: auto !important;
  }
  .p-md-1em {
    padding: 1em !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .px-md-0_5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .px-md-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .px-md-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .px-md-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .px-md-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .px-md-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .px-md-10 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .px-md-12 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .px-md-15 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .px-md-1em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .py-md-0_5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .py-md-1em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pt-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pt-md-1em {
    padding-top: 1em !important;
  }
  .pe-md-0 {
    padding-right: 0rem !important;
  }
  .pe-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-auto {
    padding-right: auto !important;
  }
  .pe-md-1em {
    padding-right: 1em !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .pb-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .pb-md-1em {
    padding-bottom: 1em !important;
  }
  .ps-md-0 {
    padding-left: 0rem !important;
  }
  .ps-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-auto {
    padding-left: auto !important;
  }
  .ps-md-1em {
    padding-left: 1em !important;
  }
  .fz-md-1 {
    font-size: 1rem !important;
  }
  .fz-md-1_2 {
    font-size: 1.2rem !important;
  }
  .fz-md-1_4 {
    font-size: 1.4rem !important;
  }
  .fz-md-1_5 {
    font-size: 1.5rem !important;
  }
  .fz-md-1_6 {
    font-size: 1.6rem !important;
  }
  .fz-md-1_8 {
    font-size: 1.8rem !important;
  }
  .fz-md-2 {
    font-size: 2rem !important;
  }
  .fz-md-2_4 {
    font-size: 2.4rem !important;
  }
  .fz-md-3 {
    font-size: 3rem !important;
  }
}
@media only screen and (max-width: 580px) {
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0rem;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-6-sm > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.p-relative {
  position: relative;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  animation: anime-loader 1s ease-in-out 0s forwards;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes anime-loader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  outline: 1px solid #ccc;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube iframe .html5-video-player:not(.ytp-transparent) {
  background-color: none;
}

.marker {
  background: linear-gradient(transparent 65%, yellow 65%, yellow 100%);
}

.inderLine {
  position: relative;
  padding-bottom: 0.2em;
}
.inderLine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.circle {
  border-radius: 50%;
}

.suptxt {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.ruby {
  position: relative;
}
.ruby::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}

/* アコーディオン */
.js-acd-btn {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .js-acd-btn:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .js-acd-btn:active {
    opacity: 0.8;
  }
}
.js-acd-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 20px;
  height: 10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background-color: #f48e91;
}
.js-acd-btn.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.js-acd-cont {
  display: none;
}

.fc-white {
  color: #fff !important;
}

.fc-brown {
  color: #693e3e !important;
}

.bg-pink01 {
  background-color: #f48e91;
}

.bg-pink02 {
  background-color: #f7efef;
}

.bg-pink03 {
  background-color: #fcf9f7;
}

.bg-pink04 {
  background-color: #f2d6d9;
}

.page-header {
  background-color: #f7efef;
  padding: 20rem 0 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-header {
    padding: 32rem 0 10rem;
  }
}
.page-header__img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 18rem);
  height: 28rem;
}
@media only screen and (max-width: 768px) {
  .page-header__img {
    width: 100%;
    height: 26rem;
  }
}
.page-header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 20rem;
}

.sec-ttl {
  color: #693e3e;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(28px, 4rem, 40px);
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
  text-align: center;
}
.sec-ttl .jp {
  font-size: 0.8em;
  font-weight: bold;
}
.sec-ttl small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 1.8rem, 18px);
}
.sec-ttl.--left {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sec-ttl.--left {
    text-align: center;
  }
}
.sec-ttl.--sm {
  font-size: clamp(24px, 2.8rem, 28px);
}

.ttl-20 {
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-20 {
    text-align: center;
  }
}

.ttl-24 {
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-24 {
    text-align: center;
  }
}

.ttl-28 {
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 2.8rem, 28px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: 1.5em;
}
.ttl-28 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.64em;
  font-weight: normal;
  margin-top: 0.5em;
}
.ttl-28 .icon-instagram {
  width: 5.3rem;
  margin-left: 3rem;
}
@media only screen and (max-width: 768px) {
  .ttl-28 .icon-instagram {
    width: 6.2rem;
  }
}

.bdrs-60 {
  border-radius: 6rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bdrs-60 {
    margin: 0 auto 6rem;
  }
}

.bdrs-l60 {
  border-radius: 6rem 0 0 6rem;
  overflow: hidden;
  margin-right: -11rem;
}
@media only screen and (max-width: 768px) {
  .bdrs-l60 {
    border-radius: 0;
    margin: 0 -4rem 6rem;
  }
}

.bdrs-r60 {
  border-radius: 0 6rem 6rem 0;
  overflow: hidden;
  margin-left: -11rem;
}
@media only screen and (max-width: 768px) {
  .bdrs-r60 {
    border-radius: 0;
    margin: 0 -4rem 6rem;
  }
}

.link-wrap {
  text-align: right;
}

.link {
  color: #693e3e;
  position: relative;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.link::after {
  content: "";
  width: 2.7em;
  height: 1em;
  background: url(images/arrow_right.svg) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    opacity: 1;
  }
  .link:hover::after {
    transform: translateX(0.5em);
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .link:active {
    opacity: 1;
  }
  .link:active::after {
    transform: translateX(0.5em);
  }
}

.btn-wrap {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 30px;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 18rem;
  min-height: 5rem;
  background-color: #f48e91;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  position: relative;
  position: relative;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(images/icon_arrow-white.svg) center center/contain no-repeat;
}

.table-simple th,
.table-simple td {
  font-weight: normal;
  padding: 1rem 0;
}
.table-simple th {
  padding-right: 2rem;
}

.list-circle li span {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcf9f7;
  border-radius: 50%;
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(12px, 2.4rem, 24px);
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.4;
  text-align: center;
}

.list-flow li span {
  min-height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcf9f7;
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-flow li span {
    max-width: 52rem;
    min-height: auto;
    padding: 2rem;
    margin: 0 auto;
  }
}
.list-flow li:not(:last-child) {
  position: relative;
}
.list-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 4rem;
  background-color: #693e3e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .list-flow li:not(:last-child)::after {
    top: auto;
    bottom: -4.5rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 3.4rem;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}
.list-flow.--adjust li:not(:last-child)::after {
  top: 40%;
}
@media only screen and (max-width: 768px) {
  .list-flow.--adjust li:not(:last-child)::after {
    top: auto;
  }
}

.list-flow-2 li span {
  min-height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcf9f7;
  color: #693e3e;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.list-flow-2 li:not(:first-child) {
  position: relative;
}
.list-flow-2 li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -1.8rem;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 4rem;
  background-color: #693e3e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.list-compare li:not(:last-child) {
  position: relative;
}
.list-compare li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 4rem;
  background-color: #693e3e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.list-compare .before-txt {
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}
.list-compare .after-txt {
  background-color: #f48e91;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2rem, 20px);
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}

html {
  color: #4d4948;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.1em;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  word-wrap: break-word;
}
@media screen and (max-width: 1120px) {
  html {
    font-size: clamp(4px, 0.69444vw, 10px);
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: clamp(5px, 1.333333vw, 10px);
  }
}

body {
  font-size: clamp(14px, 1.6rem, 18px);
}

.fz-sm {
  font-size: clamp(14px, 1.4rem, 16px);
}

.fz-md {
  font-size: clamp(15px, 1.6rem, 18px);
}

.fz-lg {
  font-size: clamp(15px, 1.8rem, 20px);
}

.fz-xlg {
  font-size: clamp(15px, 2rem, 22px);
}

a,
button,
input[type=submit],
input[type=button] {
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.8;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:active,
  button:active,
  input[type=submit]:active,
  input[type=button]:active {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  a:not([href]):hover {
    opacity: 1;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  a:not([href]):active {
    opacity: 1;
  }
}

.wrap {
  min-width: 0px;
  width: 100%;
  overflow: hidden;
  padding-top: 140px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrap {
    min-width: auto;
    padding-top: 60px;
  }
}

.inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 4rem;
  }
}

section {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header {
    min-width: 0px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .header__inner {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 20px;
  }
  .header__logo {
    flex-shrink: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
  .header__nav {
    flex-grow: 1;
    padding: 0 20px;
  }
  .header__menu-toggle {
    display: none;
  }
  .header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
  }
  .header__menu > .menu-item {
    position: relative;
    margin: 0 2rem;
  }
  .header__menu > .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #4d4948;
    line-height: 1.4;
    padding: 10px 0;
    text-align: center;
    transition: all 0.15s ease-in-out;
    position: relative;
  }
  .header__menu > .menu-item > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background-color: #f48e91;
    transition: all 0.15s ease-in-out;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header__menu > .menu-item > a:hover {
    opacity: 1;
  }
  .header__menu > .menu-item > a:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  @media (hover: none) or (pointer: none) or (pointer: coarse) {
    .header__menu > .menu-item > a:active {
      opacity: 1;
    }
    .header__menu > .menu-item > a:active::after {
      width: 100%;
    }
  }
  .header__menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    max-width: 300px;
    background-color: #fff;
    border-radius: 0.5px;
    box-shadow: 0 1px 10px #f2d6d9;
    padding: 10px;
    z-index: 1;
  }
  .header__menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f48e91 transparent;
  }
  .header__menu .sub-menu > .menu-item > a {
    display: block;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header__menu .sub-menu > .menu-item > a:hover {
    opacity: 1;
    color: #f48e91;
  }
}
@media screen and (min-width: 769px) {
  @media (hover: none) or (pointer: none) or (pointer: coarse) {
    .header__menu .sub-menu > .menu-item > a:active {
      opacity: 1;
      color: #f48e91;
    }
  }
  .header__menu .menu-item:hover > .sub-menu {
    display: block;
  }
  .header__menu-logo {
    display: none;
  }
  .header__reservation {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    background-color: #f48e91;
    color: #fff;
    font-weight: 600;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .header__reservation:hover {
    background-color: #f7efef;
    color: #f2d6d9;
  }
}
@media screen and (min-width: 769px) {
  @media (hover: none) or (pointer: none) or (pointer: coarse) {
    .header__reservation:active {
      background-color: #f7efef;
      color: #f2d6d9;
    }
  }
}
/* スマホメニュー */
@media only screen and (max-width: 768px) {
  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .header__inner {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
  }
  .header__logo {
    order: 1;
    flex-grow: 1;
    margin-right: 20px;
  }
  .header__logo img {
    max-width: 120px;
  }
  .header__nav {
    order: 3;
  }
  .header__menu-toggle {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #f2d6d9;
    padding: 0;
    z-index: 9;
  }
  .header__menu-toggle span {
    position: absolute;
    width: 26px;
    height: 1px;
    left: 17px;
    background-color: #4d4948;
    transition: 0.2s ease-in-out;
  }
  .header__menu-toggle span:nth-child(1) {
    top: 25px;
  }
  .header__menu-toggle span:nth-child(2) {
    top: 35px;
  }
  .header__menu-container {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #f48e91;
    padding: 60px 0 0;
    z-index: 8;
    transition: right 0.2s cubic-bezier(1, 0, 0, 1), visibility 0.35s;
    display: flex;
    flex-direction: column;
  }
  .header__menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px 60px;
  }
  .header__menu .menu-item {
    position: relative;
  }
  .header__menu .menu-item a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    position: relative;
  }
  .header__menu .sub-menu {
    display: none;
  }
  .header__menu-logo {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    text-align: center;
  }
  .header__sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    transition: 0.15s ease-in-out;
  }
  .header__sub-menu-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #f48e91 transparent transparent transparent;
  }
  .header__sub-menu-toggle.active {
    transform: rotate(180deg);
  }
  .header__menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background-color: #000;
    cursor: pointer;
    opacity: 0;
    transition: all 0.6s;
    visibility: hidden;
    z-index: -1;
  }
  .header__reservation {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f48e91;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
  }
  body.js-menu-active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
  }
  body.js-menu-active .header__menu-toggle {
    background-color: transparent;
  }
  body.js-menu-active .header__menu-toggle span {
    background-color: #fff;
    height: 2px;
  }
  body.js-menu-active .header__menu-toggle span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  body.js-menu-active .header__menu-toggle span:nth-child(2) {
    top: 30px;
    transform: rotate(45deg);
  }
  body.js-menu-active .header__menu-container {
    right: 0;
    visibility: visible;
  }
  body.js-menu-active .header__menu-overlay {
    opacity: 0.5;
    visibility: visible;
  }
}
.footer {
  background-color: #fcf9f7;
  padding: 4rem 0 4rem;
}
.footer__inner {
  max-width: 840px;
  padding: 0 2rem;
  margin: 0 auto;
}
.footer__copyright {
  width: 100%;
  color: #693e3e;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
}

#pagetop {
  position: fixed;
  z-index: 7;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: 1s;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}
#pagetop button {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f48e91;
  border-radius: 50%;
  box-shadow: 0 3px 5px #3c3c3c;
  transition: all 0.5s ease 0s;
  position: relative;
}
#pagetop button span {
  margin-top: 1rem;
  width: 3rem;
  height: 3rem;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #pagetop button:hover {
    transform: translateY(-10px);
    background-color: #f9bcbe;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  #pagetop button:active {
    transform: translateY(-10px);
    background-color: #f9bcbe;
  }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #000000;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 0.5rem;
  font-size: 16px;
  line-height: 1.5;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  textarea {
    font-size: 15px;
  }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #c9c9c9 transparent transparent transparent;
}

select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px 20px 5px 10px;
}
@media only screen and (max-width: 768px) {
  select {
    font-size: 15px;
  }
}

select:focus {
  background-color: #ffe6e6;
  outline-color: #3b80ff;
}

input[type=checkbox],
input[type=radio] {
  font-size: 18px;
  margin: 0 10px 2px 5px;
  transform: scale(1.5);
}
@media only screen and (max-width: 768px) {
  input[type=checkbox],
  input[type=radio] {
    font-size: 15px;
    transform: scale(1);
    margin: 0 5px 0 0;
  }
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline-color: #3b80ff;
  outline-style: dotted;
  outline-width: 1px;
}

input[type=submit] {
  appearance: none;
}

input[type=button] {
  appearance: none;
}

.contact__form {
  background-color: #fff;
}
.contact__form .req,
.contact__form .any {
  position: relative;
}
.contact__form .req::before,
.contact__form .any::before {
  display: inline-block;
  width: 3em;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
  color: #fff;
  margin-right: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__form .req::before,
  .contact__form .any::before {
    font-size: 1.4rem;
  }
}
.contact__form .req::before {
  content: "必須";
  background-color: #ff6767;
}
.contact__form .any::before {
  content: "任意";
  background-color: #c9c9c9;
}
.contact__table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5rem;
}
.contact__table th,
.contact__table td {
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .contact__table th,
  .contact__table td {
    display: block;
    padding-top: 0;
  }
}
.contact__table th {
  width: 14em;
  color: #407956;
}
@media only screen and (max-width: 768px) {
  .contact__table th {
    width: 100%;
  }
}
.contact__acceptance {
  margin-bottom: 5rem;
  text-align: center;
}
.contact__btn {
  width: 34rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f48e91;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}
.contact__btn-wrap {
  width: fit-content;
  margin: 0 auto 5rem;
  position: relative;
}
.contact__btn-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(images/icon_arrow_white.svg) center center/contain no-repeat;
}

.wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.grecaptcha-badge {
  bottom: 120px !important;
}
@media only screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 80px !important;
  }
}

.contact-step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  position: relative;
}
.contact-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  border-bottom: 0.5rem dotted #f48e91;
  z-index: -1;
}
.contact-step > li {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fcf9f7;
  color: #fff;
  padding: 1rem 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 1rem;
}
.contact-step > li.active {
  background-color: #f48e91;
}
@media only screen and (max-width: 768px) {
  .contact-step > li {
    font-size: 1.8rem;
  }
}
.contact-step .no {
  font-size: 2rem;
  line-height: 1;
  margin-right: 0.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.contact-step .no small {
  font-size: 0.5em;
}

.access {
  background-color: #f2d6d9;
  padding: 8rem 0;
}
.access iframe {
  height: 40rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .access iframe {
    height: 30rem;
  }
}

.reservation {
  background-color: #f48e91;
  color: #fff;
  padding: 8rem 0;
}
.reservation__box {
  background-color: #fff;
  border-radius: 3rem;
  color: #f48e91;
  padding: 5.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reservation__box {
    padding: 4rem 4rem;
  }
}
.reservation__name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.reservation__tel {
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 1rem;
  margin-bottom: 2rem;
}
.reservation__tel .icon {
  width: 1.2em;
}
.reservation__web {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f48e91;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 1rem;
  margin-bottom: 2rem;
}
.reservation__web small {
  font-size: 0.75em;
}
.reservation__line {
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  color: #f48e91;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 1rem;
}
.reservation__line .qrcode {
  width: 7.5rem;
  margin-right: 3rem;
}
.reservation__line small {
  font-size: 0.75em;
}

.mv {
  background-color: #f7efef;
  padding: 0;
}
.mv .slick-slider {
  margin-bottom: 0 !important;
}
.mv .slick-list {
  padding-left: 8vw;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mv .slick-list {
    padding-left: 0;
    padding-bottom: 25px;
  }
}
.mv .slick-slide img {
  height: 48vw;
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 0 20rem;
}
@media only screen and (max-width: 768px) {
  .mv .slick-slide img {
    max-height: unset;
    height: 75vw;
  }
}
.mv .slick-dots {
  bottom: 0;
  line-height: 1;
  padding-right: 8vw;
  text-align: right;
}
.mv .slick-dots li {
  width: 10rem;
  height: 20px;
}
.mv .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}
.mv .slick-dots li button::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 10rem;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .mv .slick-dots li button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) or (pointer: none) or (pointer: coarse) {
  .mv .slick-dots li button:active {
    opacity: 0.7;
  }
}
.mv .slick-dots li.slick-active button::before {
  background-color: #f48e91;
}

.menu-list > li {
  background-color: #fff;
  padding: 6rem 5rem;
}
@media only screen and (max-width: 768px) {
  .menu-list > li {
    padding: 6rem 3rem;
  }
}
.menu-list > li:not(:last-child) {
  margin-bottom: 5rem;
}

.price-list {
  color: #693e3e;
  line-height: 1.4;
}
.price-list > li {
  display: flex;
  align-items: center;
}
.price-list > li:not(:last-child) {
  margin-bottom: 3rem;
}
.price-list > li span {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .price-list > li span:first-child {
    max-width: 32rem;
  }
}
.price-list > li .dots {
  min-width: 1em;
  display: inline-block;
  flex-shrink: 10;
  flex-grow: 1;
  overflow: hidden;
  margin: 0 2rem;
}
.price-list > li .dots::before {
  white-space: nowrap;
  content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・";
}

.parts-list {
  display: flex;
  flex-wrap: wrap;
  color: #693e3e;
  font-weight: 600;
  line-height: 1.4;
  margin: -2rem -1rem 0;
}
.parts-list > li {
  width: 16.6666666667%;
  padding: 2rem 1rem 0;
}
@media only screen and (max-width: 768px) {
  .parts-list > li {
    width: 33.3333333333%;
  }
}
.parts-list > li span {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7efef;
  border: 1px solid #693e3e;
  border-radius: 3em;
}
.parts-list.--white > li span {
  background-color: #fff;
}

/* scroll anime */
@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 700px;
  }
}
/* scroll anime */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sa {
  opacity: 0;
  transition: opacity 1s, transform 1.5s ease-in-out;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-10px, 0);
}

.sa--rl {
  transform: translate(10px, 0);
}

.sa--up {
  transform: translate(0, 10px);
}

.sa--down {
  transform: translate(0, -10px);
}

.sa--scaleUp {
  transform: scale(0.7);
}

.sa--scaleDown {
  transform: scale(1.2);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.slick-prev {
  z-index: 1;
  left: min(5px, 1vw);
  width: min(62px, 8.2666666667vw);
  height: min(62px, 8.2666666667vw);
  background: url(images/slide_prev_btn.png) center center/contain no-repeat !important;
}
.slick-prev::before {
  content: "";
}

.slick-next {
  z-index: 1;
  right: min(5px, 1vw);
  width: min(62px, 8.2666666667vw);
  height: min(62px, 8.2666666667vw);
  background: url(images/slide_next_btn.png) center center/contain no-repeat !important;
}
.slick-next::before {
  content: "";
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .slick-dots li {
    margin: 0 2px;
  }
}

.slick-dots li button:before {
  color: #000000;
  opacity: 1;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 16px;
  }
}

.slick-dots li.slick-active button:before {
  color: #f48e91 !important;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .js-poster-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-poster-slider .slick-slide {
    padding: 0 2.5vw;
  }
}
.js-poster-slider .slick-dots li button:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .js-tapestry-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-tapestry-slider .slick-slide {
    padding: 0 2.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .js-athlete-slider {
    margin-left: -5vw;
    margin-right: -5vw;
  }
  .js-athlete-slider .slick-slide {
    padding: 0 2.5vw;
  }
}/*# sourceMappingURL=style.css.map */