@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 */
  -moz-appearance: none;
       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 */
}

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

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

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

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

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

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

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]: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;
}

/*==============================================
//# base
==============================================*/
:root {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  outline-color: #B63352;
}

::-moz-selection {
  background: rgba(182, 51, 82, 0.3411764706); /* Safari */
}

::selection {
  background: rgba(182, 51, 82, 0.3411764706); /* Safari */
}

::-moz-selection {
  background: rgba(182, 51, 82, 0.3411764706); /* Firefox */
}

html {
  scroll-behavior: smooth;
}

body {
  color: #2F2F2F;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

a {
  cursor: pointer;
}

body#second {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

img {
  width: 100%;
}

.br36 {
  border-radius: 36px;
}

#content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  z-index: 2;
}

#w720 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#w720.plr {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
}
@media screen and ((min-width: 1440px)) {
  #w720.plr {
    max-width: 776px !important;
  }
}

#w960, .w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#w960.plr, .w960.plr {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
}
@media screen and ((min-width: 1440px)) {
  #w960.plr, .w960.plr {
    max-width: 1016px !important;
  }
}

#w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#w1200.plr {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
}
@media screen and ((min-width: 1440px)) {
  #w1200.plr {
    max-width: 1256px !important;
  }
}

#w1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#w1440.plr {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
}
@media screen and ((min-width: 1440px)) {
  #w1440.plr {
    max-width: 1496px !important;
  }
}

#w1680 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}
#w1680.plr {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 28px);
}
@media screen and ((min-width: 1440px)) {
  #w1680.plr {
    max-width: 1756px !important;
  }
}

.wp100 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/*==============================================
//# header
==============================================*/
.l--header {
  width: 100%;
}
.l--header.sticky {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and ((min-width: 576px)) {
  .l--header.sticky {
    position: sticky;
  }
}
.l--header__first {
  height: clamp(80px, 80px + (1vw - 5.76px) * 3.526, 102px);
  position: absolute;
  left: 0;
  top: 0;
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 40px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 40px);
  z-index: 9999;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l--header__first__logo {
  margin-top: clamp(8px, 8px + (1vw - 5.76px) * 5.769, 32px);
}
.l--header__first__logo__box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  row-gap: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l--header__first__logo__box p {
  font-size: clamp(0.75rem, 0.75rem + (1vw - 3.75px) * 1.945, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
}
.l--header__first__logo__box span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  padding-right: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  background: #B63352;
  color: #fff;
  font-size: clamp(0.625rem, 0.625rem + (1vw - 5.76px) * 0.481, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l--header__first nav {
  width: 100%;
  text-align: right;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 1.442, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .l--header__first nav {
    line-height: 1.8;
  }
}
.l--header__first__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 20px + (1vw - 12px) * 5, 32px);
}
.l--header__first__list__up {
  display: none;
  top: 0;
  position: relative;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and ((min-width: 1200px)) {
  .l--header__first__list__up {
    display: block;
  }
}
.l--header__first__list__up a::before {
  z-index: -1;
  width: 100%;
  content: "";
  opacity: 0;
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transform: translateY(28px);
          transform: translateY(28px);
  left: 0;
  -webkit-transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l--header__first__list__up a.m-hover::before {
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.l--header__first.up a::before {
  background: #2F2F2F;
}
.l--header__first.up p, .l--header__first.up nav {
  color: #2F2F2F;
}

/*==============================================
//# footer
==============================================*/
.l--footer {
  border-top: 3px solid;
  -o-border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B)) 1;
     border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100% !important;
  padding: 0;
  background: #000;
  position: relative;
}
.l--footer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_imgbg.webp");
  background-size: cover;
}
.l--footer__content {
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 40px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 40px);
  padding-top: clamp(20px, 20px + (1vw - 5.76px) * 2.885, 32px);
  padding-bottom: clamp(4px, 4px + (1vw - 5.76px) * 6.731, 32px);
  color: #fff;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: clamp(12px, 12px + (1vw - 5.76px) * 0.962, 16px);
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}
.l--footer__content img {
  width: clamp(80px, 80px + (1vw - 5.76px) * 14.423, 140px);
  height: clamp(80px, 80px + (1vw - 5.76px) * 14.423, 140px);
}
.l--footer__content__logo {
  display: grid;
  justify-items: center;
  gap: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
}
.l--footer__content__logo p {
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 1.923, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 900;
}
.l--footer__content__logo span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  padding-right: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  background: #B63352;
  font-size: clamp(0.625rem, 0.625rem + (1vw - 5.76px) * 0.481, 0.75rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l--footer__content .note {
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.l--footer__content ul {
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
  gap: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  width: 100%;
  padding-top: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
  padding-bottom: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.l--footer__content .cp {
  font-size: clamp(0.625rem, 0.625rem + (1vw - 5.76px) * 0.481, 0.75rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.l--footer__content a.m-hover {
  text-decoration: underline;
}

/*==============================================
//# secondCommon
==============================================*/
.second-kv {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100% !important;
  padding: 0;
  background: #000;
  position: relative;
}
.second-kv .inner {
  height: clamp(360px, 360px + (1vw - 5.76px) * 33.654, 500px);
  width: 100%;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_imgbg.webp");
  background-size: cover;
  display: grid;
  place-content: center;
  color: #fff;
}
.second-kv .inner .kv-title {
  position: relative;
  z-index: 5;
}
.second-kv .inner .kv-title h1 {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 5.769, 3rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .second-kv .inner .kv-title h1 {
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .second-kv .inner .kv-title h1 {
    letter-spacing: 0.05em;
  }
}
.second-kv .inner .kv-title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .second-kv .inner .kv-title ul {
    line-height: 1.8;
  }
}
.second-kv .inner .kv-title ul a {
  position: relative;
  display: block;
  text-decoration: underline;
}
.second-kv .inner .kv-title ul a::before {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/svg/arrow.svg") no-repeat;
  width: 100%;
  -webkit-transform: translate(83%, -36%) rotateZ(270deg);
          transform: translate(83%, -36%) rotateZ(270deg);
  height: 10px;
  background-size: 10px;
  z-index: -2;
}
@media screen and ((min-width: 576px)) {
  .second-kv .inner .kv-title ul a::before {
    -webkit-transform: translate(83%, -50%) rotateZ(270deg);
            transform: translate(83%, -50%) rotateZ(270deg);
  }
}
.second-kv::after {
  position: absolute;
  content: "";
  top: -0.7%;
  left: -5%;
  right: 0;
  bottom: 0;
  width: clamp(500px, 500px + (1vw - 3.75px) * 54.46, 1080px);
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_img05.webp") no-repeat;
  background-size: 100%;
}
@media screen and ((min-width: 1440px)) {
  .second-kv::after {
    width: 50%;
  }
}

.p--second__contentBox {
  display: grid;
  justify-items: center;
  padding-bottom: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  row-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.p--second__contentBox__box01 {
  display: grid;
  gap: clamp(24px, 24px + (1vw - 5.76px) * 3.846, 40px);
}
.p--second__contentBox__box01 h1 {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--second__contentBox__box01 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--second__contentBox__box01 h1 {
    letter-spacing: 0.05em;
  }
}
.p--second__contentBox__box01 p, .p--second__contentBox__box01 dl {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 992px) {
  .p--second__contentBox__box01 p, .p--second__contentBox__box01 dl {
    line-height: 1.8;
  }
}
.p--second__contentBox__box01 dt {
  font-weight: 700;
  margin-bottom: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
}
.p--second__contentBox__box01 ul.inner li {
  margin-bottom: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
}
.p--second__contentBox__box01:not(:has(ul.inner)) li {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: clamp(4px, 4px + (1vw - 5.76px) * 1.923, 12px);
}
.p--second__contentBox__box01:not(:has(ul.inner)) li ul {
  margin-top: clamp(4px, 4px + (1vw - 5.76px) * 1.923, 12px);
  margin-bottom: clamp(4px, 4px + (1vw - 5.76px) * 1.923, 12px);
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.p--second__contentBox__box01:not(:has(ul.inner)) li ul li {
  margin-bottom: clamp(0px, 0px + (1vw - 5.76px) * 0.962, 4px);
}
/*==============================================
//# button
==============================================*/
.btnStyle01 {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(20px, 20px + (1vw - 5.76px) * 0.962, 24px);
}
.btnStyle01__text {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 1.442, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .btnStyle01__text {
    line-height: 1.8;
  }
}
.btnStyle01__icon {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: clamp(48px, 48px + (1vw - 5.76px) * 1.923, 60px);
  height: clamp(48px, 48px + (1vw - 5.76px) * 88.462, 600px);
  display: grid;
  place-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2F2F2F;
  border-radius: 36px;
  border: 1px solid #2F2F2F;
  color: #fff;
}
.btnStyle01__icon svg {
  width: clamp(14.4px, 14.4px + (1vw - 5.76px) * 1.538, 24px);
  height: clamp(14.4px, 14.4px + (1vw - 5.76px) * 1.538, 24px);
  stroke-width: 2px;
}
.btnStyle01.m-hover .btnStyle01__icon {
  scale: 1.2;
  background-color: #F3F3F3;
  color: #2F2F2F;
}

/*==============================================
//# text
==============================================*/
#graduationText {
  display: inline-block;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A5E2), color-stop(#FF6699), to(#FFCC33));
  background-image: linear-gradient(to right, #00A5E2, #FF6699, #FFCC33); /* グラデーションの指定 */
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: clamp(3.5rem, 3.5rem + (1vw - 5.76px) * 7.692, 6.5rem);
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1200px) {
  #graduationText {
    line-height: 1.8;
  }
}

.pColor {
  color: #B63352;
}

.wColor {
  color: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.unLine {
  text-decoration: underline;
}

#bg {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
#bg.mb8-16 {
  margin-bottom: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
}
#bg.loadContent {
  opacity: 0;
}
#bg.active {
  -webkit-animation: texttrans 2.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: texttrans 2.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#bg.active::before {
  -webkit-animation: bg 2.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: bg 2.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  background: #fff;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#bg.bgV2.active {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#bg.bgV2.active::before {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#bg.bgV3.active {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#bg.bgV3.active::before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes texttrans {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20%, 100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes texttrans {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  20%, 100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30%, 100% {
    opacity: 1;
  }
}

.textMarker.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #FFEE00));
  background: linear-gradient(transparent 68%, #FFEE00 68%);
  background-repeat: no-repeat;
  -webkit-animation: textmarker 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: textmarker 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@-webkit-keyframes textmarker {
  from {
    background-size: 0%;
  }
  to {
    background-size: 100%;
  }
}

@keyframes textmarker {
  from {
    background-size: 0%;
  }
  to {
    background-size: 100%;
  }
}
/*==============================================
//# img
==============================================*/
.imgCover {
  overflow: hidden;
  display: block;
}
.imgCover img {
  scale: 1;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.imgCover img.m-hover {
  scale: 1.05;
  -webkit-filter: brightness(1.12);
          filter: brightness(1.12);
}

/*==============================================
//# icon
==============================================*/
.icon-style01 {
  width: clamp(4.4px, 4.4px + (1vw - 5.76px) * 3.141, 24px);
  height: clamp(4.4px, 4.4px + (1vw - 5.76px) * 3.141, 24px);
  stroke-width: 2px;
}

.icon-style02 {
  width: clamp(16px, 16px + (1vw - 5.76px) * 3.205, 36px);
  height: clamp(16px, 16px + (1vw - 5.76px) * 3.205, 36px);
  stroke-width: 2px;
}

.icon-style03 {
  width: clamp(24px, 24px + (1vw - 5.76px) * 2.564, 40px);
  height: clamp(24px, 24px + (1vw - 5.76px) * 2.564, 40px);
  stroke-width: 2px;
}

.icon-style04 {
  width: clamp(10px, 10px + (1vw - 5.76px) * 1.603, 20px);
  height: clamp(10px, 10px + (1vw - 5.76px) * 1.603, 20px);
  stroke-width: 2px;
}

.icon-style05 {
  width: clamp(24px, 24px + (1vw - 5.76px) * 3.846, 48px);
  height: clamp(24px, 24px + (1vw - 5.76px) * 3.846, 48px);
  stroke-width: 2px;
}

/*==============================================
//# table
==============================================*/
.tbl01 {
  width: 100%;
  max-width: 960px;
}
.tbl01 tr, .tbl01 td {
  display: block;
}
.tbl01 tr {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .tbl01 tr {
    grid-template-columns: 327px 1fr;
  }
}
.tbl01 tr:first-child {
  border-top: 1px solid #A6A6A6;
  border-right: 1px solid #A6A6A6;
  border-left: 1px solid #A6A6A6;
  border-bottom: 1px solid #A6A6A6;
}
.tbl01 tr:not(:first-child) {
  border-right: 1px solid #A6A6A6;
  border-left: 1px solid #A6A6A6;
  border-bottom: 1px solid #A6A6A6;
}
.tbl01 tr:last-child {
  border-bottom: 1px solid #A6A6A6 !important;
}
.tbl01 tr td {
  padding-bottom: 24px;
  padding-top: 24px;
  padding-left: clamp(24px, 24px + (1vw - 5.76px) * 2.885, 36px);
  padding-right: clamp(24px, 24px + (1vw - 5.76px) * 2.885, 36px);
}
.tbl01 tr td:first-child {
  background: #B63352;
  color: #fff;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: clamp(12px, 12px + (1vw - 5.76px) * 2.885, 24px);
  padding-bottom: clamp(12px, 12px + (1vw - 5.76px) * 2.885, 24px);
  padding-left: clamp(24px, 24px + (1vw - 5.76px) * 2.885, 36px);
  padding-right: clamp(24px, 24px + (1vw - 5.76px) * 2.885, 36px);
}
@media screen and (min-width: 992px) {
  .tbl01 tr td:first-child {
    line-height: 1.8;
  }
}
.tbl01 tr td:first-child .anq_required {
  background: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B));
  background: linear-gradient(90deg, #664003 0%, #E5ED6B 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  min-width: 69px;
}
.tbl01 textarea {
  field-sizing: content;
  min-width: 150px;
  max-width: 100%;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  line-height: 1.8;
}
.tbl01 ul {
  display: grid;
  gap: 32px;
}
.tbl01 .supplement {
  display: block;
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-top: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  color: #A6A6A6;
  display: block;
}
.tbl01 span a {
  color: #B63352;
}
.tbl01 .telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tbl01 .text {
  display: block;
  margin-bottom: 16px;
}
.tbl01 input::-webkit-input-placeholder, .tbl01 textarea::-webkit-input-placeholder {
  color: #C6C6C6;
}
.tbl01 input::-moz-placeholder, .tbl01 textarea::-moz-placeholder {
  color: #C6C6C6;
}
.tbl01 input:-ms-input-placeholder, .tbl01 textarea:-ms-input-placeholder {
  color: #C6C6C6;
}
.tbl01 input::-ms-input-placeholder, .tbl01 textarea::-ms-input-placeholder {
  color: #C6C6C6;
}
.tbl01 input::placeholder,
.tbl01 textarea::placeholder {
  color: #C6C6C6;
}
.tbl01 select {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 0px 28px 0 16px !important;
  cursor: pointer;
  position: relative;
}
.tbl01 .selectBox {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tbl01 input[type=text]:focus,
.tbl01 input[type=tel]:focus,
.tbl01 input[type=email]:focus,
.tbl01 textarea:focus,
.tbl01 select:focus {
  outline: 2px solid #2F2F2F;
}
.tbl01 input[type=text],
.tbl01 input[type=tel],
.tbl01 input[type=email],
.tbl01 select {
  border: 1px solid #C6C6C6;
  font-size: 16px;
  line-height: 53px;
  height: 55px;
  width: min(100%, 320px);
  padding: 0 12px;
  border-radius: 4px;
}
.tbl01 input[type=text]:has(+ input[type=text]) {
  margin-bottom: clamp(20px, 20px + (1vw - 5.76px) * 1.923, 28px);
  display: block;
}
.tbl01 textarea {
  border: 1px solid #C6C6C6;
  font-size: 16px;
  width: 100%;
  margin-top: 8px;
  padding: 12px;
}
.tbl01 [type=radio]:not(:checked), .tbl01 [type=radio]:checked {
  visibility: hidden;
  display: none;
}
.tbl01 [type=checkbox]:not(:checked), .tbl01 [type=checkbox]:checked {
  visibility: hidden;
  display: none;
}
.tbl01 label:has(input[type=radio]),
.tbl01 label:has(input[type=checkbox]) {
  position: relative;
  display: block;
  margin-left: 16px;
  padding-left: 16px;
  cursor: pointer;
}
.tbl01 label:has(input[type=radio])::before {
  background-color: #C6C6C6;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -16px;
  content: "";
  visibility: visible;
  top: -2px;
}
.tbl01 label:has(input[type=radio])::after {
  background-color: #fff;
  border: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -14px;
  content: "";
  top: 0px;
}
.tbl01 label:has(input[type=radio]:checked)::after {
  background-color: #B63352;
  width: 12px;
  height: 12px;
  left: -10px;
  top: 4px;
}
.tbl01 label:has(input[type=radio]:checked)::before {
  background-color: #fff;
  border: 2px solid #B63352;
}
.tbl01 label:has(input[type=checkbox])::before {
  border: 2px solid #C6C6C6;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -16px;
  content: "";
  visibility: visible;
  top: -2px;
}
.tbl01 label:has(input[type=checkbox])::after {
  position: absolute;
  left: -11px;
  content: "";
  top: 5px;
}
.tbl01 label:has(input[type=checkbox]:checked)::before {
  background-color: #B63352;
  border: none;
}
.tbl01 label:has(input[type=checkbox]:checked)::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 8px;
  width: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbl01 label:has(+ input[type=text]) {
  margin-bottom: clamp(24px, 24px + (1vw - 5.76px) * 1.923, 32px);
}
.tbl01 .backBtn svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.formBtn {
  margin-top: clamp(16px, 16px + (1vw - 5.76px) * 7.212, 46px);
  display: flex;
  justify-content: center;
}
.formBtn .submitBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B63352;
  border-radius: 36px;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.formBtn .submitBox.m-hover {
  background: rgba(182, 51, 82, 0.6901960784);
}
.formBtn .submitBox .submit {
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.962, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 36px;
  padding: 16px 64px 16px 40px;
  position: relative;
}
.formBtn .submitBox .submit.m-hover {
  opacity: 0.8;
}
.formBtn .submitBox svg {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  width: 32px;
  height: 32px;
}

.wpcf7-form-control {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.wpcf7-not-valid-tip {
  color: #B63352;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 200%;
  letter-spacing: 0.2em;
  margin-top: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
}
.wpcf7-spinner{
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #B63352;
}

/*==============================================
//# top
==============================================*/
/* kvここから */
.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.kv .swiper {
  position: relative;
}
.kv .swiper::after {
  content: "";
  width: 100%;
  height: 100vh;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 39%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.kv .slide-media {
  position: relative;
  overflow: hidden;
  height: 100svh;
}
.kv .slide-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
  mix-blend-mode: soft-light;
}
.kv .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.kv .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.kv .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.kv .swiper-slide {
  height: auto;
}
.kv .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.kv .swiper-slide[class*=-active] .slide-fraction .circle-02 {
  -webkit-animation: kv-circle linear both;
  animation: kv-circle linear both;
}
.kv__circle01 {
  position: absolute;
  top: -0.5%;
  right: -5vw;
  z-index: 1;
  width: clamp(353px, 353px + (1vw - 3.75px) * 44.466, 1040px);
  height: clamp(339px, 339px + (1vw - 3.75px) * 42.783, 1000px);
}
.kv__circle02 {
  position: absolute;
  bottom: -12%;
  left: -5vw;
  z-index: 1;
  width: clamp(249px, 249px + (1vw - 3.75px) * 24.401, 626px);
  height: clamp(244px, 244px + (1vw - 3.75px) * 23.948, 614px);
}
.kv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.kv__logo img {
  width: clamp(240px, 240px + (1vw - 3.75px) * 70.229, 516px);
  height: clamp(241px, 241px + (1vw - 3.75px) * 70.229, 517px);
}
.kv__subtitle {
  margin-right: clamp(0px, 0px + (1vw - 9.92px) * 18.75, 174px);
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and ((min-width: 1440px)) {
  .kv__subtitle {
    left: 50%;
    padding: 0;
    width: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.kv__subtitle h2 {
  color: #fff;
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 1.442, 1.125rem);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .kv__subtitle h2 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .kv__subtitle h2 {
    letter-spacing: 0.2em;
  }
}
.kv__subtitle img {
  width: clamp(104px, 104px + (1vw - 5.76px) * 19.471, 185px);
  height: clamp(127px, 127px + (1vw - 5.76px) * 23.798, 226px);
}

/* kvここまで */
.p--top__contentBox__box01 {
  display: grid;
  justify-items: center;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
  padding: clamp(16px, 16px + (1vw - 5.76px) * 3.846, 32px);
  border: 3px solid;
  -o-border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B)) 1;
     border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box1.webp");
  background-size: cover;
}
.p--top__contentBox__box01 h1 {
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box01 h1 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box01 h1 {
    letter-spacing: 0.2em;
  }
}
.p--top__contentBox__box01 h1 span {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 3.75px) * 1.502, 2.5rem);
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #B63352;
  text-decoration: underline;
}
@media screen and (min-width: 1440px) {
  .p--top__contentBox__box01 h1 span {
    line-height: 1.5;
  }
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box01 h1 br {
    display: none;
  }
}
.p--top__contentBox__box01 h2 {
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box01 h2 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box01 h2 {
    letter-spacing: 0.2em;
  }
}
.p--top__contentBox__box01 h2 span {
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.962, 1.25rem);
}
.p--top__contentBox__box01 p {
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.p--top__contentBox__box02 {
  display: grid;
  justify-items: center;
  gap: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 24px);
}
.p--top__contentBox__box02 h1 {
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box02 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box02 h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box02__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
}
.p--top__contentBox__box02__list__item {
  padding-top: clamp(12px, 12px + (1vw - 5.76px) * 2.885, 24px);
  padding-bottom: clamp(12px, 12px + (1vw - 5.76px) * 2.885, 24px);
  padding-left: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  padding-right: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  display: grid;
  justify-items: center;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background: #F4F4F0;
}
.p--top__contentBox__box02__list__item img {
  width: clamp(72px, 72px + (1vw - 5.76px) * 6.731, 100px);
  height: clamp(72px, 72px + (1vw - 5.76px) * 6.731, 100px);
  margin-bottom: clamp(0px, 0px + (1vw - 5.76px) * 0.962, 4px);
}
.p--top__contentBox__box02__list__item h2 {
  margin-bottom: clamp(-12px, 0px + (1vw - 5.76px) * -2.885, 0px);
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.481, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box02__list__item h2 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box02__list__item h2 {
    letter-spacing: 0.2em;
  }
}
.p--top__contentBox__box02__list__item p {
  font-size: 0.875rem;
  line-height: 2.0;
  letter-spacing: 0.2em;
  font-weight: 100;
}
.p--top__contentBox__box03 {
  display: grid;
  justify-items: center;
  padding-top: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  padding-bottom: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  padding-left: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
  padding-right: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
  position: relative;
  z-index: 1;
  gap: clamp(32px, 32px + (1vw - 5.76px) * 7.692, 64px);
}
.p--top__contentBox__box03__text {
  display: grid;
  justify-items: center;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
}
.p--top__contentBox__box03__text h1 {
  font-size: clamp(1.75rem, 1.75rem + (1vw - 5.76px) * 2.885, 2.5rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__text h1 {
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__text h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box03__text p {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
  width: clamp(320px, 320px + (1vw - 3.5px) * 59.19, 700px);
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__text p {
    line-height: 1.8;
  }
}
.p--top__contentBox__box03__list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  width: 100%;
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box03__list {
    grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
  }
}
.p--top__contentBox__box03__list h2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B));
  background-image: linear-gradient(90deg, #664003, #E5ED6B);
  text-align: center;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__list h2 {
    line-height: 1.8;
  }
}
.p--top__contentBox__box03__box {
  background: rgba(230, 230, 230, 0.6196078431);
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B)) 1;
     border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
  padding-top: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  padding-bottom: 0px;
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
@media screen and ((max-width: 767px)) {
  .p--top__contentBox__box03__box {
    padding-bottom: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  }
}
.p--top__contentBox__box03__box__img {
  width: clamp(200px, 232px + (1vw - 7.68px) * -14.286, 232px);
  height: clamp(355px, 411px + (1vw - 7.68px) * -25, 411px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and ((max-width: 767px)) {
  .p--top__contentBox__box03__box__img {
    display: none;
  }
}
.p--top__contentBox__box03__box__text {
  align-self: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: grid;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
  text-align: center;
}
.p--top__contentBox__box03__box__text h2 {
  font-size: clamp(1.125rem, 1.125rem + (1vw - 5.76px) * 0.481, 1.25rem);
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__box__text h2 {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__box__text h2 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box03__box__text h3 {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #B63352;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box03__box__text h3 {
    line-height: 1.8;
  }
}
.p--top__contentBox__box03__box__text p {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
.p--top__contentBox__box04 {
  display: grid;
  justify-items: center;
  row-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.p--top__contentBox__box04 h1 {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04 h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box04__inner {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: clamp(20px, 20px + (1vw - 5.76px) * 0.962, 24px);
  padding-top: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  padding-bottom: clamp(16px, 16px + (1vw - 5.76px) * 5.769, 40px);
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 0.962, 20px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 0.962, 20px);
  background: #F4F4F0;
  border: 1px solid;
  -o-border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B)) 1;
     border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
}
.p--top__contentBox__box04__inner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  gap: clamp(16px, 16px + (1vw - 5.76px) * 11.538, 64px);
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box04__inner__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
}
.p--top__contentBox__box04__inner__item h2 {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item h2 {
    line-height: 1.8;
  }
}
.p--top__contentBox__box04__inner__item h2 + div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p--top__contentBox__box04__inner__item .required {
  display: inline-block;
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #fff;
  background: #B63352;
  padding-left: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
  padding-right: clamp(8px, 8px + (1vw - 5.76px) * 1.923, 16px);
}
.p--top__contentBox__box04__inner__item #input {
  width: clamp(180px, 180px + (1vw - 3.75px) * 59.701, 300px);
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.962, 1.25rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  font-weight: 700;
  background: #F6F6F6;
  border: 1px solid #444444;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item #input {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item #input {
    letter-spacing: 0.15em;
  }
}
.p--top__contentBox__box04__inner__item + div {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 4px;
  text-align: center;
  max-width: 800px;
}
.p--top__contentBox__box04__inner__item + div dl {
  width: 100%;
}
.p--top__contentBox__box04__inner__item + div dl dt {
  color: #fff;
  background: #B63352;
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.481, 1.125rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item + div dl dt {
    line-height: 1.8;
  }
}
.p--top__contentBox__box04__inner__item + div dl dd {
  background: #fff;
  padding: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.0505em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item + div dl dd {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item + div dl dd {
    letter-spacing: 0.2em;
  }
}
.p--top__contentBox__box04__inner__item + div dl dd div {
  display: block;
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box04__inner__item + div dl dd div {
    display: inline;
  }
}
.p--top__contentBox__box04__inner__item + div dl dd div #answer {
  font-size: clamp(1.75rem, 1.75rem + (1vw - 5.76px) * 0.962, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #B63352;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item + div dl dd div #answer {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box04__inner__item + div dl dd div #answer {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box04__inner__item + div ul {
  text-align: left;
  font-size: clamp(0.625rem, 0.625rem + (1vw - 5.76px) * 0.481, 0.75rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.p--top__contentBox__box05 {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  padding-bottom: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  row-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.p--top__contentBox__box05 h1 {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05 h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box05__list {
  width: 100%;
}
.p--top__contentBox__box05__list__item {
  position: relative;
  padding-bottom: clamp(64px, 64px + (1vw - 5.76px) * 8.654, 100px);
}
.p--top__contentBox__box05__list__item:last-child {
  padding-bottom: 0;
}
.p--top__contentBox__box05__list__item:last-child::after {
  display: none;
}
.p--top__contentBox__box05__list__item::after {
  background-size: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/svg/Polygon.svg") no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: 32px;
  width: clamp(32px, 32px + (1vw - 5.76px) * 5.769, 56px);
  background-position-y: calc(100% - 20px);
}
@media screen and ((min-width: 992px)) {
  .p--top__contentBox__box05__list__item::after {
    background-size: 56px;
  }
}
@media screen and ((min-width: 576px)) {
  .p--top__contentBox__box05__list__item::after {
    background-position-y: calc(100% - 32px);
  }
}
.p--top__contentBox__box05__list__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  text-align: center;
  font-size: clamp(1rem, 1rem + (1vw - 5.76px) * 0.481, 1.125rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05__list__item div {
    line-height: 1.8;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05__list__item div {
    letter-spacing: 0.17em;
  }
}
@media screen and ((min-width: 576px)) {
  .p--top__contentBox__box05__list__item div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
}
.p--top__contentBox__box05__list__item div h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  padding: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  background: #E6E6E6;
}
@media screen and ((min-width: 576px)) {
  .p--top__contentBox__box05__list__item div h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
  }
}
.p--top__contentBox__box05__list__item div p {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  width: 100%;
  color: #fff;
  background: #B63352;
  padding: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05__list__item div p {
    line-height: 1.8;
  }
}
.p--top__contentBox__box05__list__item h3 {
  background: #fff;
  width: 100%;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding-top: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 24px);
  padding-bottom: clamp(16px, 16px + (1vw - 5.76px) * 1.923, 24px);
  padding-left: clamp(16px, 16px + (1vw - 5.76px) * 13.462, 72px);
  padding-right: clamp(16px, 16px + (1vw - 5.76px) * 13.462, 72px);
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box05__list__item h3 {
    line-height: 1.8;
  }
}
.p--top__contentBox__box05__list__item h3 span {
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.481, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
}
.p--top__contentBox__box06 {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  row-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.p--top__contentBox__box06 h1 {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box06 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box06 h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox__box06__list {
  width: 100%;
  display: grid;
  gap: clamp(24px, 24px + (1vw - 5.76px) * 3.846, 40px);
}
.p--top__contentBox__box06__list__item {
  cursor: pointer;
}
.p--top__contentBox__box06__list__item dt {
  overflow: hidden;
  position: relative;
  background: #B63352;
  width: 100%;
  color: #fff;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.962, 1.125rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding-top: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  padding-bottom: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  padding-left: clamp(56px, 56px + (1vw - 5.76px) * 1.923, 64px);
  padding-right: clamp(40px, 40px + (1vw - 5.76px) * 1.923, 48px);
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box06__list__item dt {
    line-height: 1.8;
  }
}
.p--top__contentBox__box06__list__item dt::before {
  background-size: 100%;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/svg/q.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: clamp(20px, 20px + (1vw - 5.76px) * 2.083, 24px);
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box06__list__item dt::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box06__list__item dt::before {
    background-size: 28px;
  }
}
.p--top__contentBox__box06__list__item dt img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 16px;
  right: 24px;
}
.p--top__contentBox__box06__list__item dt::after {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0px;
  bottom: 0;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/svg/arrow.svg") no-repeat;
  width: 100%;
  -webkit-transform: translate(90%, -50%);
          transform: translate(90%, -50%);
  height: 16px;
}
@media screen and ((min-width: 576px)) {
  .p--top__contentBox__box06__list__item dt::after {
    -webkit-transform: translate(95%, -16%);
            transform: translate(95%, -16%);
  }
}
.p--top__contentBox__box06__list__item dd {
  display: none;
  background: #F4F4F0;
  position: relative;
  font-size: clamp(0.875rem, 0.875rem + (1vw - 5.76px) * 0.481, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding-top: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  padding-bottom: clamp(8px, 8px + (1vw - 5.76px) * 0.962, 12px);
  padding-left: clamp(56px, 56px + (1vw - 5.76px) * 1.923, 64px);
  padding-right: clamp(12px, 12px + (1vw - 5.76px) * 2.885, 24px);
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box06__list__item dd {
    line-height: 1.8;
  }
}
.p--top__contentBox__box06__list__item dd::before {
  background-size: 100%;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/svg/a.svg") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  left: clamp(20px, 20px + (1vw - 5.76px) * 2.083, 24px);
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box06__list__item dd::before {
    width: 28px;
    height: 28px;
  }
}
@media screen and ((min-width: 768px)) {
  .p--top__contentBox__box06__list__item dd::before {
    background-size: 28px;
  }
}
.p--top__contentBox__box06__list__item.active dd {
  display: block;
}
.p--top__contentBox__box06__list__item.active dt::after {
  -webkit-transform: translate(90%, -60%) rotateX(180deg);
          transform: translate(90%, -60%) rotateX(180deg);
}
@media screen and ((min-width: 576px)) {
  .p--top__contentBox__box06__list__item.active dt::after {
    -webkit-transform: translate(95%, -60%) rotateX(180deg);
            transform: translate(95%, -60%) rotateX(180deg);
  }
}
.p--top__contentBox__box07 {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  padding-bottom: clamp(80px, 80px + (1vw - 5.76px) * 9.615, 120px);
  row-gap: clamp(8px, 8px + (1vw - 5.76px) * 2.885, 20px);
  -webkit-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
     -moz-column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
          column-gap: clamp(8px, 8px + (1vw - 5.76px) * 3.846, 24px);
}
.p--top__contentBox__box07 h1 {
  text-align: center;
  font-size: clamp(1.5rem, 1.5rem + (1vw - 5.76px) * 1.923, 2rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box07 h1 {
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .p--top__contentBox__box07 h1 {
    letter-spacing: 0.05em;
  }
}
.p--top__contentBox#topBox03 {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100% !important;
  padding: 0;
  background: #000;
  position: relative;
}
.p--top__contentBox#topBox03 .inner {
  width: 100%;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_imgbg.webp");
  background-size: cover;
}
.p--top__contentBox#topBox03::after {
  position: absolute;
  content: "";
  top: -0.7%;
  left: -5%;
  right: 0;
  bottom: 0;
  width: clamp(500px, 500px + (1vw - 3.75px) * 54.46, 1080px);
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_img05.webp") no-repeat;
  background-size: 100%;
}
@media screen and ((min-width: 1440px)) {
  .p--top__contentBox#topBox03::after {
    width: 50%;
  }
}
.p--top__contentBox#topBox05 {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100% !important;
  background: #F6F6F6;
  position: relative;
}
.p--top__contentBox#topBox05::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url("https://luxury-furusato.jp/wp-content/themes/luxury-furusato/img/box03_imgbg.webp");
  background-size: cover;
}
.p--top__contentBox#topBox07 {
  background: #F3F3F3;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100% !important;
}

#concierge {
  width: clamp(140px, 140px + (1vw - 12px) * 13.889, 240px);
  right: clamp(16px, 16px + (1vw - 12px) * 11.667, 100px);
  position: fixed;
  bottom: clamp(8px, 8px + (1vw - 5.76px) * 5.128, 40px);
  z-index: 10;
  text-align: center;
}
@media screen and ((min-width: 1920px)) {
  #concierge {
    right: 10%;
  }
}
#concierge img {
  width: clamp(80px, 80px + (1vw - 5.76px) * 16.346, 148px);
}
#concierge div {
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#664003), to(#E5ED6B)) 1;
     border-image: linear-gradient(to right, #664003, #E5ED6B) 1;
  display: grid;
  text-align: center;
  background: #fff;
  gap: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  padding-bottom: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
  padding-top: clamp(4px, 4px + (1vw - 5.76px) * 0.962, 8px);
}
#concierge div p {
  display: none;
  font-size: clamp(0.625rem, 0.625rem + (1vw - 5.76px) * 0.962, 0.875rem);
  line-height: 2;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and ((min-width: 576px)) {
  #concierge div p {
    display: block;
  }
}
#concierge div a {
  background: #B63352;
  display: block;
  font-size: clamp(0.75rem, 0.75rem + (1vw - 5.76px) * 0.962, 1rem);
  line-height: 2;
  letter-spacing: 0.2em;
  padding-bottom: clamp(4px, 4px + (1vw - 5.76px) * 1.923, 12px);
  padding-top: clamp(4px, 4px + (1vw - 5.76px) * 1.923, 12px);
  font-weight: 700;
  color: #F6F6F6;
}
@media screen and (min-width: 992px) {
  #concierge div a {
    line-height: 1.8;
  }
}
#concierge div a.m-hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */