@charset "UTF-8";
/*! 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;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

.monoton-regular {
  font-family: "Monoton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sansita-extrabold-italic {
  font-family: "Sansita", sans-serif;
  font-weight: 800;
  font-style: italic;
}

body {
  color: #1C2331;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  background: #6C5948;
}

.base {
  position: relative;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: url("../img/bg-main.jpg") repeat-y center center/100% auto;
}
@media (min-width: 768px) {
  .bg {
    background-size: 165.75% auto;
  }
}

@media (max-width: 767px) {
  .spn {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .pcn {
    display: none !important;
  }
}

.c-heading {
  padding-inline: 30px;
  height: 500px;
}
@media (min-width: 768px) {
  .c-heading {
    height: 450px;
  }
}
.c-heading__inner {
  position: relative;
  height: 562px;
  transform: translateY(-62px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5DEB7;
  border-radius: 0 0 9999px 9999px;
}
@media (min-width: 768px) {
  .c-heading__inner {
    height: 600px;
    border-radius: 0 0 66.66% 66.66%;
    padding-top: 88px;
    transform: translateY(-25%);
  }
}
.c-heading__inner {
  overflow: hidden;
}
.c-heading__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url("../img/bg-main.jpg") repeat-y center bottom/100% auto;
  mix-blend-mode: multiply;
}
.c-heading__inner:after {
  position: absolute;
  content: "";
  bottom: 26px;
  left: 0;
  right: 0;
  height: 100px;
  width: 2px;
  margin-inline: auto;
  background: #6C5948;
}
.c-heading__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-heading__en {
  background: url("../img/heading_deco.png") no-repeat top center/81px 33px;
  font-size: 52px;
}
@media (min-width: 768px) {
  .c-heading__en {
    padding-top: 32px;
    font-size: 100px;
    background-size: 108px 44px;
  }
}
.c-heading__en {
  padding-top: 50px;
  line-height: 1.21;
  color: #6C5948;
}
.c-heading__ja {
  margin-top: 16px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-heading__ja {
    font-size: 18px;
  }
}
.c-heading__ja {
  background: #6C5948;
  padding: 7px 8px;
  border-radius: 2px;
  color: #FFF;
}

.c-top-access {
  background: linear-gradient(#F5DEB7 60%, #D2BE9D 60%);
  border-radius: 9999px;
  max-width: 1740px;
  margin-inline: auto;
  border-bottom: 17px solid #D2BE9D;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-top-access {
    flex-direction: row;
    background: #F5DEB7;
    height: 540px;
  }
}
.c-top-access__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px 64px;
}
@media (min-width: 768px) {
  .c-top-access__content {
    width: 50%;
  }
}
.c-top-access__address {
  font-size: 15px;
  line-height: 1.8667;
  text-align: center;
  margin-top: 32px;
  color: #6C5948;
}
.c-top-access__btn {
  padding: 16px 24px;
  color: #FFF;
  background: #6C5948;
  border-radius: 4px;
  margin-top: 32px;
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-top-access__btn:after {
  content: "";
  width: 34px;
  height: 6px;
  background: url("../img/btn-arrow-1.svg") no-repeat center center/100% 100%;
}
.c-top-access__map {
  width: 100%;
  height: 452px;
  border-radius: 0 0 9999px 9999px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-top-access__map {
    width: 50%;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0 9999px 9999px 0;
  }
}
.c-top-access__map iframe {
  width: 100%;
  height: 100%;
}

.l-top {
  position: relative;
  padding: 0 0 56px;
}
.l-top__kv {
  position: relative;
  z-index: 1;
}
.l-top__heading {
  position: relative;
  z-index: 2;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .l-top__heading {
    margin-top: max(-9.375vw, -180px);
  }
}
.l-top__message {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .l-top__message {
    margin-top: 200px;
  }
}
.l-top__features {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .l-top__features {
    margin-top: 180px;
  }
}
.l-top__features {
  padding-inline: 10px;
}
.l-top__eyecatch {
  display: block;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .l-top__eyecatch {
    margin-top: 120px;
  }
}
.l-top__eyecatch {
  position: relative;
  z-index: 7;
}
.l-top__how {
  position: relative;
  margin-top: -40px;
  z-index: 8;
}
.l-top__flow {
  position: relative;
  margin-top: -40px;
  z-index: 9;
}
.l-top__company {
  margin-top: 60px;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .l-top__company {
    margin-top: 80px;
  }
}
.l-top__access {
  margin-top: 48px;
  padding-inline: 10px;
}

.c-top-company {
  background: #F5DEB7;
  border-radius: 9999px;
  max-width: 1740px;
  margin-inline: auto;
  border-bottom: 17px solid #D2BE9D;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .c-top-company {
    flex-direction: row;
    justify-content: center;
    height: 360px;
  }
}
.c-top-company__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 16px 80px;
}
.c-top-company__btn {
  padding: 16px 24px;
  color: #FFF;
  background: #6C5948;
  border-radius: 4px;
  margin-top: 32px;
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-top-company__btn:after {
  content: "";
  width: 34px;
  height: 6px;
  background: url("../img/btn-arrow-1.svg") no-repeat center center/100% 100%;
}

.c-top-flow {
  background: #FFF;
  border-radius: 40px;
  margin-inline: auto;
  border-bottom: 17px solid #D2BE9D;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .c-top-flow {
    flex-direction: row;
    justify-content: center;
    padding: 120px 20px;
  }
}
.c-top-flow__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 30px;
  gap: 48px;
}
@media (min-width: 960px) {
  .c-top-flow__content {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .c-top-flow__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (max-width: 959px) {
  .c-top-flow__list {
    width: 340px;
  }
}
@media (min-width: 960px) {
  .c-top-flow__list {
    display: flex;
    margin-top: 0;
    gap: 30px;
  }
}
@media (max-width: 959px) {
  .c-top-flow__list--slick {
    max-width: 100%;
  }
  .c-top-flow__list--slick .slick-list {
    overflow: hidden;
  }
  .c-top-flow__list--slick .slick-prev,
  .c-top-flow__list--slick .slick-next {
    width: 48px;
    height: 48px;
    background: #FF8293 !important;
    border-radius: 9999px;
    z-index: 10;
    top: 135px;
  }
  .c-top-flow__list--slick .slick-prev:before,
  .c-top-flow__list--slick .slick-next:before {
    background: url("../img/slick-arrow.svg") no-repeat center center/7px 14px;
    color: transparent;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .c-top-flow__list--slick .slick-prev {
    left: 0;
    transform: translateX(-50%);
  }
  .c-top-flow__list--slick .slick-prev:before {
    transform: rotate(180deg);
  }
  .c-top-flow__list--slick .slick-prev.slick-disabled {
    display: none !important;
  }
  .c-top-flow__list--slick .slick-next {
    right: 0;
    transform: translateX(50%);
  }
  .c-top-flow__list--slick .slick-next.slick-disabled {
    display: none !important;
  }
}

.c-top-flow-item {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.c-top-flow-item__img {
  width: 100%;
  height: auto;
  max-width: 340px;
  border-radius: 10px;
}
@media (max-width: 959px) {
  .c-top-flow-item__img {
    margin-inline: auto;
    display: block;
  }
}
.c-top-flow-item__content {
  padding-inline: 10px;
}
.c-top-flow-item__title {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .c-top-flow-item__title {
    margin-top: 49px;
  }
}
.c-top-flow-item__title {
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #6C5948;
  padding-bottom: 24px;
  color: #6C5948;
}
.c-top-flow-item__num {
  margin-right: 10px;
  font-size: 16px;
  color: #FF8293;
}
.c-top-flow-item__text {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.8667;
  color: #6C5948;
}

.ysabeau-infant {
  font-family: "Ysabeau Infant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.c-top-how {
  background: #9C9C9C;
  border-radius: 40px 40px 0 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.c-top-how__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 80px 20px 120px;
}
@media (min-width: 768px) {
  .c-top-how__content {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding: 116px 20px 160px;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .c-top-how__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .c-top-how__list {
    margin-top: 0;
    width: 100%;
    max-width: 803px;
  }
}
.c-top-how__list > li {
  border-bottom: 1px solid #FFF;
  padding: 24px 10px;
}
@media (min-width: 768px) {
  .c-top-how__list > li {
    padding: 40px 20px;
  }
  .c-top-how__list > li:first-child {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .c-top-how-item {
    display: flex;
  }
}
.c-top-how-item__title {
  color: #FFF;
}
@media (min-width: 768px) {
  .c-top-how-item__title {
    flex: 0 0 192px;
  }
}
.c-top-how-item__text {
  margin-top: 16px;
  color: #FFF;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-top-how-item__text {
    margin-top: 0;
  }
}

.c-top-eyecatch {
  border-radius: 40px 40px 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 400/420;
}
@media (min-width: 768px) {
  .c-top-eyecatch {
    aspect-ratio: 1920/960;
  }
}

.c-top-features {
  max-width: 1740px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .c-top-features {
    max-width: 1200px;
  }
}
.c-top-features__title-bg {
  background: #1C2331;
  width: 304px;
  height: 213px;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  inset: 0 0 auto 0;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-top-features__title-bg {
    width: 608px;
    height: 425px;
  }
}
.c-top-features__title {
  position: absolute;
  top: 50px;
}
@media (min-width: 768px) {
  .c-top-features__title {
    top: 70px;
  }
}
.c-top-features__title {
  z-index: 2;
}
.c-top-features__content {
  width: 100%;
  border-radius: 20px;
  margin-top: 75px;
  background: #1C2331;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 88px 20px 64px;
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 0 0 #2C3340;
}
@media (min-width: 768px) {
  .c-top-features__content {
    margin-top: 115px;
    padding: 120px 20px 64px;
    box-shadow: 0 20px 0 0 #2C3340;
  }
}
.c-top-features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 18px;
}
@media (min-width: 768px) {
  .c-top-features__list {
    gap: 50px 60px;
  }
}
.c-top-features__btn {
  padding: 16px 24px;
  color: #FFF;
  background: #FF8293;
  border-radius: 4px;
  margin-top: 32px;
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-top-features__btn {
    margin-top: 60px;
  }
}
.c-top-features__btn:after {
  content: "";
  width: 34px;
  height: 6px;
  background: url("../img/btn-arrow-1.svg") no-repeat center center/100% 100%;
}

.c-top-features-item {
  width: calc(50% - 9px);
  max-width: 161px;
  aspect-ratio: 161/222;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-top-features-item {
    max-width: 240px;
  }
}
.c-top-features-item:before {
  content: "";
  width: 100%;
  aspect-ratio: 161/148;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  z-index: 1;
}
.c-top-features-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/feature-bg.png") no-repeat center center/100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.c-top-features-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 22px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-top-features-item__inner {
    padding-bottom: 44px;
  }
}
.c-top-features-item__img {
  width: 68px;
  height: 74px;
}
@media (min-width: 768px) {
  .c-top-features-item__img {
    width: 94px;
    height: 102px;
  }
}
.c-top-features-item__img > img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.c-top-features-item__text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  height: 2em;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-top-features-item__text {
    font-size: 18px;
    line-height: 1.444;
  }
}

.c-top-message-img {
  width: 100%;
  position: relative;
}
.c-top-message-img__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-top-message-img__img-wrap {
  left: 0;
  overflow: hidden;
  width: 100%;
  max-width: 860px;
  aspect-ratio: 860/519;
}
.c-top-message-img__img {
  width: 100%;
  height: 100%;
}
.c-top-message-img__bg-text {
  display: inline-block;
  font-size: 13cqw;
  color: #988779;
  transform: translateY(-70%);
}
@media (min-width: 960px) {
  .c-top-message-img__bg-text {
    font-size: min(6cqw, 85px);
  }
}

.c-top-message-text {
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-top-message-text__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-top-message-text__title span {
  background: #4C3E32;
  border-radius: 2px;
  padding: 8px;
  color: #FFF;
  font-size: 27px;
}
.c-top-message-text__title span + span {
  margin-top: 9px;
}
.c-top-message-text__text {
  margin-top: 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 2.6875;
  font-weight: bold;
}
.c-top-message-text__text .acc {
  color: #F67893;
}
.c-top-message-text__text-inner {
  display: flex;
  flex-direction: column;
}

.c-top-message {
  max-width: 1563px;
}
@media (min-width: 960px) {
  .c-top-message {
    margin-inline: auto;
    gap: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-top-message__img {
  max-width: 860px;
  padding-inline: 2.5%;
}
@media (min-width: 960px) {
  .c-top-message__img {
    width: 40%;
    padding-inline: 0;
  }
}
.c-top-message__text {
  margin-top: 27px;
}

.c-top-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.c-top-heading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.c-top-heading__en {
  text-align: center;
  font-size: min(11cqw, 50px);
  color: #FFF;
  line-height: 0.92;
}
@media (min-width: 768px) {
  .c-top-heading__en {
    font-size: min(6.875cqw, 132px);
  }
  .c-top-heading__en .lg {
    font-size: min(8.3333cqw, 160px);
  }
}
.c-top-heading__ja {
  font-size: min(4cqw, 16px);
  color: #FFF;
  padding: 4px 8px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
@media (min-width: 768px) {
  .c-top-heading__ja {
    font-size: min(0.83333cqw, 16px);
    padding: 4px 8px 4px 16px;
    border-top: 0.1041666vw solid #FFF;
    border-bottom: none;
    position: absolute;
    top: 1.6%;
    left: 21.2%;
    background: linear-gradient(#FFF, #FFF) no-repeat bottom right/97% 0.1041666vw;
  }
}

.c-top-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .c-top-gallery {
    padding-top: 80px;
  }
}
.c-top-gallery:before, .c-top-gallery:after {
  content: "";
  width: 129px;
  height: 92px;
}
@media (min-width: 768px) {
  .c-top-gallery:before, .c-top-gallery:after {
    width: 319px;
    height: 227px;
  }
}
.c-top-gallery:before, .c-top-gallery:after {
  background: url("../img/top-gallery.png") no-repeat center center/100% 100%;
  position: absolute;
}
.c-top-gallery:before {
  left: 0;
  top: 0;
  transform: scaleX(-1);
}
.c-top-gallery:after {
  right: 0;
  top: 0;
}
.c-top-gallery__content {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .c-top-gallery__content {
    margin-top: 40px;
  }
}
.c-top-gallery__btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-top-gallery__btn {
    margin-top: 60px;
  }
}

.c-follow {
  position: fixed;
  z-index: 9999;
  width: 48px;
  height: 48px;
  bottom: 14px;
  left: 14px;
  border-radius: 9999px;
}
@media (min-width: 768px) {
  .c-follow {
    left: 48px;
    bottom: 20px;
  }
}
.c-follow__inner {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: relative;
  z-index: 2;
  background: url("../img/insta.svg") no-repeat center center/100% 100%;
}
.c-follow__balloon {
  width: 89px;
  height: 29px;
  position: absolute;
  inset: 0 -3px 0 auto;
  margin-block: auto;
  transform: translateX(100%);
  font-size: 14px;
  background: url("../img/follow-balloon.png") no-repeat center center/100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF8293;
  padding: 2px 0 0 3px;
}
.c-follow:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #FFF;
  border-radius: 9999px;
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
}

.c-kv {
  max-width: 1920px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-kv {
    padding-inline: 30px;
  }
}
.c-kv__inner {
  width: 100%;
  position: relative;
}
.c-kv__inner2 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-kv__slide {
  display: block;
}
.c-kv__slide > img {
  display: block;
  width: 100%;
}
.c-kv__text {
  display: flex;
  position: absolute;
}
@media (max-width: 767px) {
  .c-kv__text {
    justify-content: center;
    inset: 200px 0 auto 0;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .c-kv__text {
    inset: 35px 50px auto auto;
    margin-left: auto;
    justify-content: flex-end;
  }
}
.c-kv__text-inner {
  position: relative;
}
.c-kv__text-inner:before {
  content: "";
  width: 62px;
  height: 26px;
}
@media (min-width: 768px) {
  .c-kv__text-inner:before {
    width: min(5.625vw, 108px);
    height: min(2.2916vw, 44px);
  }
}
.c-kv__text-inner:before {
  background: #FFF;
  position: absolute;
  inset: 0 0 auto 0;
  margin: auto;
  background: url("../img/kv-ico.svg") no-repeat center center/100% 100%;
}
.c-kv__text-inner {
  padding-top: 30px;
  color: #FFF;
  margin-inline: auto;
  writing-mode: vertical-rl;
  z-index: 2;
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .c-kv__text-inner {
    font-size: min(1.3541vw, 26px);
    padding-top: min(3.4722vw, 65px);
  }
}

#sb_instagram {
  padding: 0 !important;
}

#sbi_images {
  max-width: 1340px;
  gap: 40px !important;
  padding: 0 !important;
}

@media screen and (max-width: 575px) {
  #sbi_images {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px !important;
    padding-inline: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  #sbi_images > .sbi_item {
    width: calc(50% - 5px) !important;
  }
}
#sbi_images > .sbi_item img {
  aspect-ratio: 1/1;
  border-radius: 10px !important;
}

.is-modal-open {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.c-modal[aria-hidden=false] {
  display: grid;
  place-items: center;
}
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal__dialog {
  position: relative;
  width: min(92vw, 1340px);
  max-height: 80vh;
  margin: 40px auto;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .c-modal__dialog {
    margin: 24px auto;
    max-height: 86vh;
  }
}
.c-modal__close {
  position: absolute;
  z-index: 99999;
  top: -10px;
  right: 0;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .c-modal__close {
    top: 0;
    right: -10px;
    transform: translateX(100%);
  }
}
.c-modal__close {
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  width: 50px;
  height: 50px;
  background: #FF8293;
  border-radius: 9999px;
}
.c-modal__close:before, .c-modal__close:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-modal__close:before {
  transform: rotate(45deg);
}
.c-modal__close:after {
  transform: rotate(-45deg);
}
.c-modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-modal__title-ja {
  font-size: 16px;
  color: #6C5948;
  padding: 4px 8px;
  border-top: 2px solid #6C5948;
  border-bottom: 2px solid #6C5948;
}
@media (min-width: 768px) {
  .c-modal__title-ja {
    font-size: 20px;
  }
}
.c-modal__title-ja .lg {
  font-size: 1.4em;
}
.c-modal__title-en {
  margin-top: 16px;
  color: #6C5948;
  font-size: 24px;
}
@media (min-width: 768px) {
  .c-modal__title-en {
    font-size: 62px;
  }
}
.c-modal__header {
  padding: 16px 20px;
  border-bottom: 1px solid #E6E2D4;
}
.c-modal__title {
  font-size: 20px;
  font-weight: 700;
}
.c-modal__inner {
  height: 100%;
  max-height: 100%;
}
.c-modal__body {
  font-weight: bold;
  width: 100%;
  height: 100%;
  max-height: 80vh;
  padding: 16px 20px;
}
@media (max-width: 767px) {
  .c-modal__body {
    padding-inline: 40px;
  }
}
.c-modal__body {
  line-height: 1.4;
  overflow-y: auto;
  padding-block: 60px;
  -webkit-overflow-scrolling: touch;
}
.c-modal__content {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 40px;
}
.c-modal__content > :first-child {
  margin-top: 0;
}
.c-modal__content span.sec {
  display: block;
  padding-left: 1em;
}
.c-modal__content h3 {
  font-size: 18px;
  margin-top: 40px;
  font-weight: bold;
  color: #6C5948;
}
.c-modal__content p {
  margin-top: 12px;
  font-size: 16px;
  color: #6C5948;
  line-height: 2;
}
.c-modal__content p + p {
  margin-top: 16px;
}
.c-modal__footer {
  padding: 12px 20px;
  border-top: 1px solid #E6E2D4;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.c-to-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 129px;
  background: #D1CCBA;
  padding: 0 4px 4px 0;
  border-radius: 3px;
  display: block;
}
@media (min-width: 768px) {
  .c-to-contact {
    width: 178px;
    height: 192px;
    padding: 0 6px 6px 0;
    position: static;
    border-radius: 6px;
  }
}
.c-to-contact__bg {
  width: 100%;
  height: 100%;
  background: #F7F4E7;
  border-radius: 3px;
  position: relative;
}
@media (min-width: 768px) {
  .c-to-contact__bg {
    border-radius: 6px;
  }
}
.c-to-contact__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: transparent;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  box-shadow: 8px 8px 0 0 #D1CCBA, 8px 109px 0 #D1CCBA, 90px 8px 0 #D1CCBA, 90px 109px 0 #D1CCBA;
}
@media (min-width: 768px) {
  .c-to-contact__bg::before {
    width: 10px;
    height: 10px;
    box-shadow: 12px 12px 0 0 #D1CCBA, 12px 164px 0 #D1CCBA, 150px 12px 0 #D1CCBA, 150px 164px 0 #D1CCBA;
  }
}
.c-to-contact__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-to-contact__inner:before, .c-to-contact__inner:after {
  content: "";
  width: 4px;
  height: 12px;
  background: #1C2331;
  border-radius: 0 0 9999px 9999px;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .c-to-contact__inner:before, .c-to-contact__inner:after {
    width: 7px;
    height: 17px;
  }
}
.c-to-contact__inner:before {
  left: 24px;
}
@media (min-width: 768px) {
  .c-to-contact__inner:before {
    left: 37px;
  }
}
.c-to-contact__inner:after {
  right: 24px;
}
@media (min-width: 768px) {
  .c-to-contact__inner:after {
    right: 32px;
  }
}
.c-to-contact__en {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 12px;
  padding-bottom: 7px;
  background: linear-gradient(#1C2331, #1C2331) no-repeat bottom center/64px 1px;
}
@media (min-width: 768px) {
  .c-to-contact__en {
    font-size: 16px;
    background-size: 104px 1px;
  }
}
.c-to-contact__ico {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .c-to-contact__ico {
    margin-top: 16px;
  }
}
.c-to-contact__ico > img {
  width: 33px;
  height: 31px;
}
@media (min-width: 768px) {
  .c-to-contact__ico > img {
    width: 55px;
    height: 51px;
  }
}
.c-to-contact__ja {
  font-size: 12px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .c-to-contact__ja {
    font-size: 15px;
    margin-top: 10px;
  }
}

.c-to-intro {
  display: block;
  width: 110px;
  height: 35px;
  background: #FF8293;
  -webkit-mask-image: url("../img/menu_intro.png");
  mask-image: url("../img/menu_intro.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  padding: 5px 15px 5px 5px;
}
@media (min-width: 768px) {
  .c-to-intro {
    padding: 8px 26px 8px 8px;
  }
}
@media (min-width: 768px) {
  .c-to-intro {
    width: 178px;
    height: 56px;
  }
}
.c-to-intro__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-top: 1px;
  position: relative;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.32em;
  padding-inline: 6px;
}
@media (min-width: 768px) {
  .c-to-intro__inner {
    font-size: 16px;
    padding-inline: 10px;
  }
}
.c-to-intro__inner::after {
  content: "";
  width: 11px;
  height: 5px;
  background: url("../img/menu_arrow.svg") no-repeat center center/100% 100%;
  position: absolute;
  inset: 0 4px 0 auto;
  margin: auto 0;
  transform: translateY(-25%);
}
@media (min-width: 768px) {
  .c-to-intro__inner::after {
    width: 17px;
    height: 8px;
    inset: 0 5px 0 auto;
  }
}

.c-header-logo {
  width: 92px;
  height: 92px;
  border-radius: 9999px;
  background: #F3EDD6;
  position: relative;
  display: grid;
  place-items: center;
}
@media (min-width: 768px) {
  .c-header-logo {
    width: 163px;
    height: 163px;
  }
}
.c-header-logo:before {
  content: "";
  width: 82px;
  height: 82px;
  border-radius: 9999px;
  border: 1px solid #1C2331;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .c-header-logo:before {
    width: 148px;
    height: 148px;
    border-width: 2px;
  }
}
.c-header-logo > img {
  width: 40px;
  height: 57px;
}
@media (min-width: 768px) {
  .c-header-logo > img {
    width: 70px;
    height: 95px;
  }
}

.c-header {
  width: 104px;
  height: 109px;
  position: fixed;
  top: 2px;
  left: 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  .c-header {
    width: 234px;
    height: 499px;
    top: 3px;
    transform: scale(0.8);
    transform-origin: top left;
  }
}
.c-header__logo {
  position: absolute;
  margin-inline: auto;
  inset: auto 0 0 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .c-header__logo {
    inset: 40px auto auto 55px;
  }
}
@media (max-width: 767px) {
  .c-header__intro {
    display: none;
  }
}
.c-header__intro {
  position: absolute;
  top: 223px;
  left: 48px;
}
@media (max-width: 767px) {
  .c-header__contact {
    display: none;
  }
}
.c-header__contact {
  position: absolute;
  bottom: 0;
  left: 48px;
}

.c-line {
  width: 100%;
  height: 60px;
  padding-top: 6px;
  position: relative;
}
@media (min-width: 768px) {
  .c-line {
    padding-top: 16px;
  }
}
.c-line__line1 {
  width: 100%;
  height: 4px;
  background: #1C2331;
  border-radius: 9999px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-line__line1 {
    height: 7px;
  }
}
.c-line__line2 {
  width: 58px;
  height: 69px;
  position: absolute;
  inset: 6px 0 auto 0;
  margin-inline: auto;
  transform: translateX(1px);
}
@media (min-width: 768px) {
  .c-line__line2 {
    width: 103px;
    height: 300px;
    inset: 16px 0 auto 0;
    transform: translateX(19px);
  }
}
.c-line__line2-inner {
  width: 100%;
  height: 100%;
  border-top: 4px solid #1C2331;
  border-left: 4px solid #1C2331;
  border-right: 4px solid #1C2331;
  border-radius: 6px 6px 0 0;
}
@media (min-width: 768px) {
  .c-line__line2-inner {
    border-width: 7px 7px 0 7px;
    border-radius: 10px 10px 0 0;
  }
}
.c-line__line3 {
  width: 8px;
  height: 8px;
  background: #1C2331;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .c-line__line3 {
    width: 15px;
    height: 15px;
    top: 12px;
  }
}
.c-line__line4 {
  width: 6px;
  height: 16px;
  background: #1C2331;
  border-radius: 0 6px 6px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .c-line__line4 {
    width: 10px;
    height: 39px;
    border-radius: 0 10px 10px 0;
  }
}

.l-spmenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media (min-width: 768px) {
  .l-spmenu {
    display: none;
  }
}

.c-spmenu-btn {
  cursor: pointer;
  background: #FF8293;
  border-radius: 9999px;
  position: fixed;
  top: 14px;
  right: 10px;
  width: 52px;
  height: 52px;
}
.c-spmenu-btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-spmenu-btn__line {
  width: 22px;
  height: 1px;
  background: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.2s all ease;
}
.c-spmenu-btn__line--1 {
  transform: translateY(-7px);
}
.c-spmenu-input:checked + .c-spmenu-btn .c-spmenu-btn__line--1 {
  transform: rotate(45deg);
}
.c-spmenu-input:checked + .c-spmenu-btn .c-spmenu-btn__line--2 {
  opacity: 0;
}
.c-spmenu-btn__line--3 {
  transform: translateY(7px);
}
.c-spmenu-input:checked + .c-spmenu-btn .c-spmenu-btn__line--3 {
  transform: rotate(-45deg);
}

.p-menu {
  position: fixed;
  top: 88px;
  right: 1px;
  width: 118px;
  height: 204px;
  transform: translateX(calc(100% + 1px));
  transition: 0.2s all ease;
  z-index: 2;
}
.c-spmenu-input:checked ~ .p-menu {
  transform: none;
}
.p-menu__lines {
  width: 118px;
  height: 79px;
  padding-top: 6px;
  position: relative;
  z-index: 2;
}
.p-menu__intro {
  width: 110px;
  height: 35px;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 3;
}

.c-menu-lines {
  width: 118px;
  height: 60px;
  padding-top: 6px;
  position: relative;
}
.c-menu-lines__line1 {
  width: 100%;
  height: 4px;
  background: #1C2331;
  border-radius: 9999px;
}
.c-menu-lines__line2 {
  width: 58px;
  height: 69px;
  position: absolute;
  top: 6px;
  left: 24px;
}
.c-menu-lines__line2-inner {
  width: 100%;
  height: 100%;
  border-top: 4px solid #1C2331;
  border-left: 4px solid #1C2331;
  border-right: 4px solid #1C2331;
  border-radius: 6px 6px 0 0;
}
.c-menu-lines__line3 {
  width: 8px;
  height: 8px;
  background: #1C2331;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  top: 4px;
}
.c-menu-lines__line4 {
  width: 6px;
  height: 16px;
  background: #1C2331;
  border-radius: 6px 0 0 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.c-footer-contact {
  background: #D1CCBA;
  height: 570px;
  padding-bottom: 12px;
  border-radius: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-footer-contact {
    height: 545px;
  }
}
.c-footer-contact__inner {
  background: #F7F4E7;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.c-footer-contact__circle {
  position: absolute;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 9999px;
  background: #D1CCBA;
}
@media (min-width: 768px) {
  .c-footer-contact__circle {
    width: 16px;
    height: 16px;
  }
}
.c-footer-contact__circle--1 {
  top: 20px;
  left: 20px;
}
@media (min-width: 768px) {
  .c-footer-contact__circle--1 {
    top: 30px;
    left: 30px;
  }
}
.c-footer-contact__circle--2 {
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .c-footer-contact__circle--2 {
    top: 30px;
    right: 30px;
  }
}
.c-footer-contact__circle--3 {
  bottom: 20px;
  left: 20px;
}
@media (min-width: 768px) {
  .c-footer-contact__circle--3 {
    bottom: 30px;
    left: 30px;
  }
}
.c-footer-contact__circle--4 {
  bottom: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .c-footer-contact__circle--4 {
    bottom: 30px;
    right: 30px;
  }
}
.c-footer-contact__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 22px 48px;
}
@media (min-width: 768px) {
  .c-footer-contact__content {
    flex-direction: row;
    padding-inline: 4%;
    gap: 3%;
    justify-content: space-around;
  }
}
.c-footer-contact__fig {
  display: contents;
}
@media (min-width: 768px) {
  .c-footer-contact__fig {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-footer-contact__links {
  display: contents;
}
@media (min-width: 768px) {
  .c-footer-contact__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c-footer-contact .c-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-footer-contact .c-kv__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.c-footer-contact .c-kv .slick-dots {
  bottom: 10px;
}
.c-footer-contact .c-kv .slick-dots li {
  margin: 0 4px;
}
.c-footer-contact .c-kv .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D2BE9D;
  font-size: 0;
}
.c-footer-contact .c-kv .slick-dots li button:before {
  display: none;
}
.c-footer-contact .c-kv .slick-dots li.slick-active button {
  background: #74604D;
}
.c-footer-contact .c-kv .slick-prev,
.c-footer-contact .c-kv .slick-next {
  width: 36px;
  height: 36px;
  background: #74604D;
  border-radius: 50%;
  z-index: 2;
}
.c-footer-contact .c-kv .slick-prev:before,
.c-footer-contact .c-kv .slick-next:before {
  font-size: 14px;
  color: #FFF;
}
.c-footer-contact .c-kv .slick-prev {
  left: 10px;
}
.c-footer-contact .c-kv .slick-next {
  right: 10px;
}
.c-footer-contact__en {
  width: 100%;
  background: linear-gradient(#1C2331, #1C2331) no-repeat bottom center/164px 2px;
  padding-bottom: 16px;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .c-footer-contact__en {
    font-weight: bold;
    background-size: 194px 1px;
  }
}
.c-footer-contact__ico {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .c-footer-contact__ico {
    margin-top: 58px;
  }
}
.c-footer-contact__ico > img {
  width: 72px;
  height: 68px;
}
@media (min-width: 768px) {
  .c-footer-contact__ico > img {
    width: 96px;
    height: 88px;
  }
}
.c-footer-contact__ja {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-footer-contact__ja {
    margin-top: 45px;
    font-size: 33px;
    letter-spacing: 0.15em;
    font-weight: bold;
  }
}
.c-footer-contact__text {
  margin-top: 48px;
  font-size: 17px;
  text-align: center;
  line-height: 2.118;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-footer-contact__text {
    margin-top: 0;
  }
}
.c-footer-contact__btn {
  margin-top: 24px;
  width: 100%;
  border-radius: 6px;
  color: #FFF;
  padding: 30px;
  position: relative;
  background: #1C2331;
}
@media (min-width: 768px) {
  .c-footer-contact__btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
}
.c-footer-contact__btn:after {
  content: "";
  width: 34px;
  height: 6px;
  background: url("../img/btn-arrow-1.svg") no-repeat center center/100% 100%;
}
@media (max-width: 767px) {
  .c-footer-contact__btn:after {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.l-footer {
  padding: 0 10px 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .l-footer {
    max-width: 1900px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}
.l-footer__contact {
  padding-inline: 7px 33px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-footer__contact {
    max-width: 1360px;
    padding-inline: 80px;
    margin-inline: auto;
  }
}
.l-footer__underlayer {
  margin-top: 20px;
  padding: 16px;
  background: #1C2331;
  border-radius: 9999px;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__underlayer {
    margin-top: 60px;
    display: flex;
    justify-content: flex-end;
    padding-block: 28px;
  }
  .l-footer__underlayer:after {
    content: "";
  }
}
.l-footer__links {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .l-footer__links {
    padding-inline: 48px;
  }
}
.l-footer__copy {
  font-weight: bold;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}
@media (min-width: 768px) {
  .l-footer__copy {
    position: absolute;
    inset: 0;
    margin: auto;
    display: grid;
    place-items: center;
  }
}
.l-footer__line-1 {
  width: 200px;
  height: 387px;
  border-top: 9px solid #1C2331;
  border-right: 9px solid #1C2331;
  border-bottom: 9px solid #1C2331;
  border-radius: 0 14px 14px 0;
  position: absolute;
  z-index: 1;
  top: 85px;
  right: 20px;
}
@media (min-width: 768px) {
  .l-footer__line-1 {
    border-top: 10px solid #1C2331;
    border-right: 10px solid #1C2331;
    border-bottom: 10px solid #1C2331;
    top: 67px;
    right: 0;
    height: 389px;
  }
}
.l-footer__line-2 {
  width: 9px;
  height: calc(100% - 40px);
  background: #1C2331;
  border-radius: 9999px 9999px 0 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .l-footer__line-2 {
    height: calc(100% + 60px);
    width: 10px;
    top: 16px;
    right: 0;
  }
}
.l-footer__line-3 {
  width: 18px;
  height: 18px;
  background: #1C2331;
  border-radius: 9999px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .l-footer__line-3 {
    width: 18px;
    height: 18px;
    top: 16px;
    right: -4px;
  }
}

.c-footer-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .c-footer-links {
    gap: 40px;
  }
}
.c-footer-links > li {
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  cursor: pointer;
}

.c-box-1__inner {
  border-radius: 20px;
  background: #F5DEB7;
  box-shadow: 0 20px 0 0 #D2BE9D;
  position: relative;
}
.c-box-1__inner--begie {
  background: #F7F4E7;
  box-shadow: 0 20px 0 0 #D1CCBA;
}
.c-box-1 {
  padding-bottom: 20px;
}

.bg-circle-1 {
  background-image: radial-gradient(circle, #D2BE9D 5px, transparent 6px), radial-gradient(circle, #D2BE9D 5px, transparent 6px), radial-gradient(circle, #D2BE9D 5px, transparent 6px), radial-gradient(circle, #D2BE9D 5px, transparent 6px);
  background-position: 20px 20px, 20px calc(100% - 20px), calc(100% - 20px) 20px, calc(100% - 20px) calc(100% - 20px);
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media (min-width: 768px) {
  .bg-circle-1 {
    background-image: radial-gradient(circle, #D2BE9D 7px, transparent 8px), radial-gradient(circle, #D2BE9D 7px, transparent 8px), radial-gradient(circle, #D2BE9D 7px, transparent 8px), radial-gradient(circle, #D2BE9D 7px, transparent 8px);
    background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px;
  }
}

.bg-circle-2 {
  background-image: radial-gradient(circle, #B9BAB0 5px, transparent 6px), radial-gradient(circle, #B9BAB0 5px, transparent 6px), radial-gradient(circle, #B9BAB0 5px, transparent 6px), radial-gradient(circle, #B9BAB0 5px, transparent 6px);
  background-position: 20px 20px, 20px calc(100% - 20px), calc(100% - 20px) 20px, calc(100% - 20px) calc(100% - 20px);
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}
@media (min-width: 768px) {
  .bg-circle-2 {
    background-image: radial-gradient(circle, #B9BAB0 7px, transparent 8px), radial-gradient(circle, #B9BAB0 7px, transparent 8px), radial-gradient(circle, #B9BAB0 7px, transparent 8px), radial-gradient(circle, #B9BAB0 7px, transparent 8px);
    background-position: 30px 30px, 30px calc(100% - 30px), calc(100% - 30px) 30px, calc(100% - 30px) calc(100% - 30px);
    background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px;
  }
}

.c-btn-1 {
  display: block;
  width: 221px;
  padding: 16px 24px;
  background: #6C5948;
  color: #FFF;
  position: relative;
}
.c-btn-1__ico {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0 24px 0 auto;
  margin-block: auto;
}
.c-btn-1__ico:before, .c-btn-1__ico:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-btn-1__ico:after {
  transform: rotate(90deg);
}

.c-btn-2 {
  display: inline-block;
  padding-bottom: 4px;
}
.c-btn-2__inner {
  padding: 13px 48px;
  background: #FFF;
  border-radius: 4px;
  box-shadow: 0 4px 0 0 #D2BE9D;
  color: #6C5948;
  font-weight: bold;
  background-image: radial-gradient(circle, #D9D9D9 5px, transparent 6px), radial-gradient(circle, #D9D9D9 5px, transparent 6px);
  background-position: 12px 50%, calc(100% - 12px) 50%;
  background-size: 12px 12px, 12px 12px;
  background-repeat: no-repeat, no-repeat;
}

.c-title-je {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title-je__ja {
  font-size: 15px;
  padding: 4px 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
@media (min-width: 960px) {
  .c-title-je__ja {
    font-size: min(1cqw, 18px);
    padding-inline: 18px;
  }
}
.c-title-je__en {
  margin-top: 6px;
  font-size: 40px;
}
@media (min-width: 960px) {
  .c-title-je__en {
    font-size: min(4cqw, 62px);
  }
}

.c-title-ej {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-title-ej--pc-left {
  align-items: flex-start;
}
.c-title-ej__en {
  font-size: 16px;
  padding: 4px 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
@media (min-width: 768px) {
  .c-title-ej__en {
    font-size: 20px;
    padding-inline: 18px;
  }
}
.c-title-ej__en .lg {
  font-size: 20px;
}
@media (min-width: 768px) {
  .c-title-ej__en .lg {
    font-size: 24px;
  }
}
.c-title-ej__ja {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-title-ej__ja {
    margin-top: 16px;
    font-size: min(2cqw, 34px);
  }
}

.fc-1 {
  color: #74604D;
}

.fc-2 {
  color: #FFF;
}

.fc-3 {
  color: #D7CCC1;
}

.fc-4 {
  color: #6C5948;
}

.l-about {
  padding: 60px 20px 80px;
}
@media (min-width: 768px) {
  .l-about {
    padding: 100px 0 140px;
  }
}
.l-about__insta {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .l-about__insta {
    margin-top: 170px;
  }
}
.l-about__content {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .l-about__content {
    margin-top: 232px;
  }
}
.l-about__faq {
  margin-top: 32px;
}
.l-about__company {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .l-about__company {
    margin-top: 120px;
  }
}

.c-about-company {
  background: #3A2A1C;
  border-radius: 40px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.c-about-company__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 80px 20px 120px;
}
@media (min-width: 768px) {
  .c-about-company__content {
    width: 100%;
    max-width: 1340px;
    margin-inline: auto;
    padding: 116px 20px 160px;
    gap: 100px;
  }
}
.c-about-company__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-about-company__list {
    margin-top: 100px;
    width: 100%;
    max-width: 803px;
  }
}
.c-about-company__list > li {
  border-bottom: 1px solid #FFF;
  padding: 24px 10px;
}
@media (min-width: 768px) {
  .c-about-company__list > li {
    padding: 40px 20px;
  }
  .c-about-company__list > li:first-child {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .c-about-company-item {
    display: flex;
  }
}
.c-about-company-item__title {
  color: #FFF;
}
@media (min-width: 768px) {
  .c-about-company-item__title {
    flex: 0 0 192px;
  }
}
.c-about-company-item__text {
  margin-top: 16px;
  color: #FFF;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-about-company-item__text {
    margin-top: 0;
  }
}

.c-about-main-heading__text {
  color: #FFF;
  font-size: 17px;
  line-height: 2.4706;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-about-main-heading__text {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .c-about-main {
    gap: 40px;
    max-width: 1340px;
    justify-content: space-between;
    display: flex;
    margin-inline: auto;
    padding: 0;
  }
}
.c-about-main__section-1 {
  display: contents;
}
@media (min-width: 768px) {
  .c-about-main__section-1 {
    width: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.c-about-main__area {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-about-main__area {
    margin-top: 0;
  }
}
.c-about-main__section-2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-about-main__section-2 {
    width: 730px;
    margin-top: 0;
  }
}

.c-about-photo-item {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-about-photo-item__img-wrap {
  padding-bottom: 20px;
}
.c-about-photo-item__img {
  width: 100%;
  aspect-ratio: 400/590;
  border-radius: 20px;
  box-shadow: 0 20px 0 0 #433324;
}
.c-about-photo-item__btn {
  margin-top: 32px;
}
.c-about-photo-item__text {
  margin-top: 24px;
  color: #FFF;
  line-height: 2;
  font-weight: bold;
}

.c-about-photo {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 1340px;
}
.c-about-photo__list {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c-about-photo__list {
    margin-top: 100px;
  }
}

.c-about-photo-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-about-photo-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-insta-link {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-insta-link {
    height: 274px;
  }
}
.c-insta-link__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .c-insta-link__inner {
    flex-direction: row;
    justify-content: center;
    padding-right: 20px;
  }
}
.c-insta-link__img {
  display: block;
}
@media (max-width: 767px) {
  .c-insta-link__img {
    width: 90%;
    margin-inline: auto;
    inset: 0 0 auto 0;
  }
}
@media (min-width: 768px) {
  .c-insta-link__img {
    height: 274px;
    flex-shrink: 0;
  }
}
.c-insta-link__text {
  display: block;
  width: 90%;
  inset: 240px 0 auto 0;
  margin-inline: auto;
  transform: translateX(-1.2%);
  margin-top: 32px;
}
@media (min-width: 768px) {
  .c-insta-link__text {
    margin: 0;
    width: 490px;
    transform: translateY(20%);
  }
}
.c-insta-link__btn {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .c-insta-link__btn {
    margin-top: 0;
    position: absolute;
    right: 14%;
    bottom: 30px;
  }
}
.c-insta-link__bg {
  background: #F5DEB7;
  border-radius: 20px;
  width: 100%;
  height: calc(100% - 34px);
  position: absolute;
  inset: auto auto 0 0;
  z-index: 1;
}

.c-insta-btn {
  display: flex;
  width: 225px;
  height: 48px;
  background: #FFF url("../img/insta-arrow.svg") no-repeat right 24px center/34px 6px;
  border: 1px solid #6C5948;
  color: #6C5948;
  border-radius: 4px;
  align-items: center;
  padding-inline: 24px;
}

.c-faq-item {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-faq-item {
    padding: 32px 40px;
    gap: 32px;
  }
}
.c-faq-item__num {
  font-size: 30px;
  color: #6C5948;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .c-faq-item__num {
    font-size: 44px;
  }
}
.c-faq-item__content {
  flex: 1 1 auto;
}
.c-faq-item__title {
  font-size: 20px;
  font-weight: bold;
  color: #6C5948;
}
.c-faq-item__text {
  font-size: 16px;
  margin-top: 14px;
  font-weight: bold;
  color: #6C5948;
}

.c-faq {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 60px 20px;
}
@media (min-width: 800px) {
  .c-faq {
    flex-direction: row;
    padding: 56px 88px;
    max-width: 1340px;
    margin-inline: auto;
  }
}
.c-faq__title {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 800px) {
  .c-faq__title {
    flex: 1 1 auto;
    text-align: center;
    padding-right: 60px;
  }
}
.c-faq__list {
  width: 100%;
}
@media (min-width: 800px) {
  .c-faq__list {
    flex: 0 0 62.5373%;
  }
}

.c-faq-list > li:not(:first-child) {
  margin-top: 16px;
}

.c-other-item {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  gap: 18px;
}
@media (min-width: 768px) {
  .c-other-item {
    gap: 36px;
  }
}
.c-other-item__img {
  flex: 0 0 70px;
  height: 70px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .c-other-item__img {
    flex: 0 0 142px;
    height: 142px;
    border-radius: 10px;
  }
}
.c-other-item__content {
  flex: 1 1 auto;
  padding-right: 40px;
}
.c-other-item__title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .c-other-item__title {
    font-size: 24px;
  }
}
.c-other-item__text {
  margin-top: 16px;
  font-size: 16px;
}
.c-other-item__ico {
  width: 31px;
  height: 31px;
  border-radius: 9999px;
  background: #FF8293;
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
}
.c-other-item__ico:before, .c-other-item__ico:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
.c-other-item__ico:after {
  transform: rotate(90deg);
}

.c-other-list > li {
  padding-block: 32px;
}
.c-other-list > li:not(:first-child) {
  border-top: 1px solid #D2BE9D;
}

.c-other {
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .c-other {
    padding: 32px 64px;
  }
}

.c-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .c-area {
    width: 100%;
    padding: 64px;
  }
}
.c-area__heading {
  display: contents;
}
.c-area__title {
  font-size: 20px;
  color: #6C5948;
}
@media (min-width: 768px) {
  .c-area__title {
    font-size: 24px;
  }
}
.c-area__text {
  margin-top: 16px;
  font-size: 16px;
  color: #6C5948;
}
.c-area__btn {
  margin-top: 38px;
}

.l-contact {
  padding: 60px 20px 80px;
}
@media (min-width: 768px) {
  .l-contact {
    padding: 100px 0 140px;
  }
}
.l-contact__content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-contact__content {
    margin-top: 60px;
  }
}

.c-contact-detail form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 20px;
}
.c-contact-detail form p {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-contact-detail label {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-contact-detail label {
    display: flex;
    gap: 40px;
  }
}
.c-contact-detail label .label {
  flex: 1 1 auto;
}
.c-contact-detail label .input {
  flex: 0 0 608px;
}
.c-contact-detail input[type=text],
.c-contact-detail input[type=email],
.c-contact-detail input[type=tel],
.c-contact-detail textarea {
  width: 100%;
  border-radius: 30px;
  padding: 15px 24px;
  border: 2px solid #E8E4D4;
  background: #FFF;
}
.c-contact-detail input[type=text]::placeholder,
.c-contact-detail input[type=email]::placeholder,
.c-contact-detail input[type=tel]::placeholder,
.c-contact-detail textarea::placeholder {
  color: #BABABA;
}
.c-contact-detail input[type=checkbox] + .wpcf7-list-item-label {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c-contact-detail input[type=checkbox] + .wpcf7-list-item-label .chk-ico {
  margin-right: 6px;
}
.c-contact-detail .chk-ico {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #D2BE9D;
  background: #FFF;
  position: relative;
}
.c-contact-detail .chk-ico:before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 3px solid #F67893;
  border-bottom: 3px solid #F67893;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateY(-25%) rotate(-45deg);
  opacity: 0;
}
.c-contact-detail input[type=checkbox]:checked + .wpcf7-list-item-label .chk-ico:before {
  opacity: 1;
}
.c-contact-detail .wpcf7-form > p + p {
  margin-top: 16px;
}
.c-contact-detail .priv {
  display: block;
  margin-top: 40px !important;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
  border-top: 1px solid #E8E4D4;
  padding-top: 48px;
  font-weight: bold;
  text-align: center;
}
.c-contact-detail .priv .modal {
  color: #F67893;
  text-decoration: underline;
}
.c-contact-detail .priv + p {
  margin-top: 32px !important;
}
.c-contact-detail [data-name=your-acceptance] label {
  gap: 0;
}
.c-contact-detail [aria-required=true] + .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #F67893;
}
.c-contact-detail .acc {
  color: #F67893;
}
.c-contact-detail .subm {
  margin-top: 32px;
  width: 100%;
}
.c-contact-detail .subm__inner {
  max-width: 420px;
  width: 100%;
  margin-inline: auto;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1C2331;
  color: #FFF;
  text-align: center;
  position: relative;
}
.c-contact-detail .subm__inner:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 6px;
  background: url("../img/submit-arrow.svg") no-repeat center center/100% 100%;
  position: absolute;
  inset: 0 24px 0 auto;
  margin-block: auto;
}
.c-contact-detail .subm__inner p {
  display: contents;
}
.c-contact-detail .subm__inner p input {
  position: absolute;
  inset: 0;
  margin: auto;
}

.c-contact-heading {
  background: #F7F4E7;
  max-width: 413px;
  width: 80%;
  aspect-ratio: 2/1;
  border-radius: 9999px 9999px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
}
.c-contact-heading__title {
  color: #1C2331;
  padding-bottom: 10px;
  border-bottom: 1px solid #1C2331;
  font-size: 17px;
  font-weight: bold;
}
.c-contact-heading__ico {
  margin-top: 20px;
  width: 62px;
  height: 57px;
}

.c-contact {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}
.c-contact__inner {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .c-contact__inner {
    padding: 120px 0;
  }
}

.c-contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-contact-wrap__heading {
  position: relative;
  z-index: 2;
}
.c-contact-wrap__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-contact-wrap__content {
    margin-top: -50px;
  }
}

.c-contact-inst {
  font-size: 16px;
  line-height: 2.7222;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #FFF;
}
@media (min-width: 768px) {
  .c-contact-inst {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
