@charset "UTF-8";
/*-----------ベース -----------*/
header {
  z-index: 5;
}

footer {
  z-index: 1;
}

.overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

@-webkit-keyframes ripple {
  0% {
    r: 2.5;
    opacity: 0.8;
  }
  100% {
    r: 12;
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    r: 2.5;
    opacity: 0.8;
  }
  100% {
    r: 12;
    opacity: 0;
  }
}
.pin-ripple {
  -webkit-animation: ripple 0.6s ease-out forwards;
          animation: ripple 0.6s ease-out forwards;
}

@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.pin-drop {
  -webkit-animation: dropIn 0.35s ease-out forwards;
          animation: dropIn 0.35s ease-out forwards;
}

@-webkit-keyframes pulse-skip {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes pulse-skip {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@-webkit-keyframes ov-drop {
  0% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ov-drop {
  0% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur-in {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes blur-in {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 0.0625rem dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 0.0625rem;
  border: 0;
  border-top: 0.0625rem solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

/* Chrome、Safari以外 */
summary {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}

html {
  text-underline-position: under;
}
@media (max-width: 376px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1540px) {
  html {
    font-size: 1.038961039vw;
  }
}
@media (min-width: 1541px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #3D3430;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.75;
}

h1 {
  font-size: clamp(2rem, 1.5752rem + 1.8123vw, 3.75rem);
}

h2 {
  font-size: clamp(1.75rem, 1.5073rem + 1.0356vw, 2.75rem);
}

h3 {
  font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
}

h4 {
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
}

h5 {
  font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
}

h6 {
  font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}

/*-----------コア -----------*/
.page-shell {
  background: #fff;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 81.25rem;
  margin-inline: auto;
}

.sp-only {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 0.5px solid #DED8CE;
  background: #F3F0EB;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    padding: 1.25rem 2rem;
  }
}

.header-logo {
  text-decoration: none;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 13.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .header-logo .image {
    width: 100%;
  }
}

.header-badge {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  background: #6AC0B3;
  background-image: url(../images/header-badge-bg-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0.625rem 0.84375rem 0.4375rem;
  border-radius: 0 0 0 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  height: 3.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-badge {
    font-size: 1.25rem;
    height: 6.25rem;
    padding: 1.25rem 1.625rem 0.4375rem;
    border-radius: 0 0 0 2.25rem;
  }
}
.header-badge .dot {
  background: top left/1em 0.4em repeat-x radial-gradient(circle, white 0.11em, rgba(0, 0, 0, 0) 0.11em);
  padding-top: 0.3em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .header-badge .dot {
    font-size: 1.5rem;
  }
}
.header-badge .ribbon {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.header-badge .ribbon:before, .header-badge .ribbon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 50%;
  border-right: 1px dashed #fff;
}
.header-badge .ribbon:before {
  left: -25%;
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}
.header-badge .ribbon:after {
  right: -25%;
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}

.btn-main {
  display: block;
  text-decoration: none;
  background-color: #6AC0B3;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  padding: 0.8125rem 1.25rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 20.8125rem;
  -webkit-box-shadow: 0 0.3125rem 0.75rem #d5d5d5;
          box-shadow: 0 0.3125rem 0.75rem #d5d5d5;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media screen and (min-width: 768px) {
  .btn-main {
    padding: 1rem 1.5625rem;
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 24.375rem;
  }
}
.btn-main:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.375rem 1.25rem rgba(213, 213, 213, 0.6);
          box-shadow: 0 0.375rem 1.25rem rgba(213, 213, 213, 0.6);
}

.btn-main--cta {
  position: relative;
  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;
  gap: 0.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.5rem;
  max-width: 20.8125rem;
}
@media screen and (min-width: 768px) {
  .btn-main--cta {
    font-weight: 500;
    font-size: 1.125rem;
    max-width: 24.375rem;
  }
}
.btn-main--cta:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
  background-image: url(../images/cta-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .btn-main--cta:before {
    width: 1.5rem;
    height: 1.25rem;
  }
}

.btn-sub {
  position: relative;
  background: #987D66;
  color: #fff;
  border-radius: 0.625rem;
  padding: 0.8125rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 20.8125rem;
  -webkit-box-shadow: 0 0.3125rem 0.75rem #d5d5d5;
          box-shadow: 0 0.3125rem 0.75rem #d5d5d5;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .btn-sub {
    max-width: 24.375rem;
    font-weight: 500;
    padding: 1rem 1.5625rem;
    font-size: 1.125rem;
  }
}
.btn-sub:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0.375rem 1.25rem rgba(213, 213, 213, 0.6);
          box-shadow: 0 0.375rem 1.25rem rgba(213, 213, 213, 0.6);
}
.btn-sub:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2.9375rem;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .btn-sub:before {
    width: 3.875rem;
  }
}

.eyebrow-ribbon {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #fff;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Shippori Mincho B1", serif;
  background-color: #998C59;
  height: 1.3125rem;
  line-height: 1.3125rem;
  margin-left: 0.25rem;
  padding-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .eyebrow-ribbon {
    font-size: 1.75rem;
    height: 2.9375rem;
    line-height: 2.9375rem;
    font-weight: 600;
    padding-inline: 0.625rem;
  }
}
.eyebrow-ribbon:before, .eyebrow-ribbon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 0.6875rem solid #998C59;
  border-bottom: 0.625rem solid #998C59;
  border-right: 0.4375rem solid transparent;
  border-left: 0.4375rem solid transparent;
}
@media screen and (min-width: 768px) {
  .eyebrow-ribbon:before, .eyebrow-ribbon:after {
    border-top-width: 1.5rem;
    border-bottom-width: 1.4375rem;
    border-right-width: 0.8125rem;
    border-left-width: 0.8125rem;
  }
}
.eyebrow-ribbon:before {
  left: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .eyebrow-ribbon:before {
    left: -0.8125rem;
  }
}
.eyebrow-ribbon:after {
  right: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .eyebrow-ribbon:after {
    right: -0.8125rem;
  }
}

.lead {
  line-height: 1.78;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lead {
    letter-spacing: 0;
    font-size: 1.125rem;
  }
}
.lead + .lead {
  margin-top: 1.5rem;
}
.lead .accent {
  color: #987D66;
}

footer#relay {
  position: relative;
  background-color: #3D3430;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  footer#relay {
    padding: 3.125rem 0;
  }
}
footer#relay .footer-pagetop {
  position: absolute;
  top: 0;
  right: 5%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer#relay .footer-pagetop {
    right: 2%;
    width: 9.75rem;
    height: 5.1875rem;
  }
}
footer#relay .footer-pagetop .image {
  width: 100%;
}
footer#relay .footer-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  footer#relay .footer-logo {
    width: 13.0625rem;
    height: 2.125rem;
  }
}

/*-----------FVマップ -----------*/
#fv-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 25rem;
}
@media screen and (min-width: 768px) {
  #fv-carousel {
    height: 59.1875rem;
  }
}
#fv-carousel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f4f0;
  clip-path: polygon(20% 0, 103% 100%, -1% 100%);
  width: 100%;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  #fv-carousel:after {
    clip-path: polygon(25% 0, 103% 100%, -1% 100%);
    height: 12.8125rem;
  }
}

.fv-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.fv-slide--hero {
  -o-object-position: center 40%;
     object-position: center 40%;
}
.fv-slide--left {
  -o-object-position: 0 center;
     object-position: 0 center;
}
.fv-slide--visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .fv-slide--upposition {
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
  }
}

.fv-carousel__shade {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}

.fv-carousel__copy {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .fv-carousel__copy {
    bottom: unset;
    top: 50%;
    left: 8%;
    -webkit-transform: translateY(-46%);
            transform: translateY(-46%);
  }
}
.fv-carousel__copy.animate {
  -webkit-animation: blur-in 0.5s ease-out forwards;
          animation: blur-in 0.5s ease-out forwards;
}

.fv-carousel__title {
  position: relative;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .fv-carousel__title {
    font-size: 4.4375rem;
    margin-top: 2rem;
  }
}
.fv-carousel__title:before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: 5.625rem;
  height: 3rem;
  background-image: url(../images/fv-home.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv-carousel__title:before {
    top: -0.9375rem;
    left: -1.5625rem;
    width: 12.6875rem;
    height: 6.75rem;
  }
}
.fv-carousel__title .accent {
  position: relative;
  color: #3D3430;
  margin-right: 0.9375rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .fv-carousel__title .accent {
    margin-right: 2.5rem;
  }
}
.fv-carousel__title .comma {
  margin-right: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .fv-carousel__title .comma {
    margin-right: -1.875rem;
  }
}

#fv-dots {
  position: absolute;
  bottom: 3rem;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  #fv-dots {
    bottom: 10%;
    right: 6.5%;
    gap: 1.125rem;
  }
}

.fv-dot {
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .fv-dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.fv-dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .fv-dot:before {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.fv-dot--active {
  background: #fff;
}
.fv-dot--active:before {
  opacity: 1;
}

.fv-after {
  position: relative;
  overflow: hidden;
  padding: 2rem 0 4rem;
  margin-top: -1px;
  background-color: #f3f4f0;
}
@media screen and (min-width: 768px) {
  .fv-after {
    padding: 6rem 0 8.5rem;
  }
}
.fv-after:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.125rem;
  background-image: url(../images/fv-after-bg-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fv-after:before {
    background-image: url(../images/fv-after-bg-pc.webp);
    width: 59.625rem;
    height: 30.1875rem;
    left: 3.5%;
    bottom: 10%;
  }
}

@media screen and (min-width: 768px) {
  .fv-after__content {
    max-width: 43.25rem;
    margin-left: auto;
  }
}
.fv-after__content .btn-main {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv-after__content .btn-main {
    margin-top: 1rem;
    margin-inline: unset;
  }
}
.fv-after__content.animate {
  -webkit-animation: blur-in 0.5s ease-out forwards;
          animation: blur-in 0.5s ease-out forwards;
}

.fv-after__text {
  font-weight: 500;
  color: #3D3430;
  line-height: 1.9;
}

.fv-after__text-item + .fv-after__text-item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .fv-after__text-item + .fv-after__text-item {
    margin-top: 1.85rem;
  }
}

.fv-after__ribbon {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: bold;
  color: #6AC0B3;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .fv-after__ribbon {
    margin-inline: unset;
    margin-top: 3rem;
    margin-left: 1.9rem;
    font-size: 1rem;
  }
}
.fv-after__ribbon:before, .fv-after__ribbon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 50%;
  border-right: 2px dashed #6AC0B3;
}
.fv-after__ribbon:before {
  left: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}
.fv-after__ribbon:after {
  right: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}
.fv-after__ribbon .sub {
  color: #987D66;
}

/*-----------セクション -----------*/
.sec-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .sec-title {
    font-size: 3rem;
  }
}

.sec-subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  color: #6AC0B3;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .sec-subtitle {
    font-size: 1.5rem;
  }
}
.sec-subtitle + .sec-title {
  margin-top: 0.5rem;
}

.sec--map {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .sec--map {
    padding-bottom: 7rem;
  }
}
.sec--map:before {
  content: "";
  position: absolute;
  top: 17.25rem;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/ribbon-line-sp.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 5/1;
}
@media screen and (min-width: 768px) {
  .sec--map:before {
    background-image: url(../images/ribbon-line-pc.svg);
    width: 82.3125rem;
    top: 10.3125rem;
    -webkit-transform: translateX(-23%);
            transform: translateX(-23%);
  }
}
@media screen and (min-width: 768px) {
  .sec--map .eyebrow-ribbon {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .sec--map .lead {
    font-size: 1rem;
  }
}

.map-head-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .map-head-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 47.4%;
    grid-template-areas: "content image";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12rem;
  }
}

.map-head-image {
  grid-area: image;
}
@media screen and (min-width: 768px) {
  .map-head-image {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .map-head-image .image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.map-head-content {
  grid-area: content;
  max-width: 90%;
  padding: 3.3rem 0 0;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .map-head-content {
    max-width: 39rem;
    margin-inline: unset;
    margin-left: auto;
    padding: 7rem 0 2rem;
  }
}

.map-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .map-title {
    font-size: 3rem;
  }
}
.map-title + .lead {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .map-title + .lead {
    margin-top: 3rem;
  }
}

.map-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .map-stats {
    gap: 1.4rem;
    margin-top: 4rem;
  }
}

.map-stats__item {
  background: #F3F0EB;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.3rem 0.1rem;
  text-align: center;
  display: grid;
  grid-template-rows: 1.625rem auto;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .map-stats__item {
    padding: 1rem 0.3rem;
    grid-template-rows: 2.8125rem auto;
    border-radius: 0.5625rem;
  }
}
.map-stats__item.--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.map-stats__label {
  display: grid;
  place-content: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #987D66;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .map-stats__label {
    font-size: 1.25rem;
  }
}

.map-stats__num {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3D3430;
}
@media screen and (min-width: 768px) {
  .map-stats__num {
    font-size: 3.5rem;
    line-height: 1.55;
  }
}

.map-stats__suffix {
  font-size: 0.75rem;
  color: #3D3430;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .map-stats__suffix {
    font-size: 2rem;
  }
}

#map-wrap {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #2a3444;
  margin-top: 0.35rem;
  position: relative;
  height: 18.75rem;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (min-width: 768px) {
  #map-wrap {
    margin-top: 1.5rem;
    height: 31.5625rem;
    border-radius: 1.25rem;
  }
}

#map-viewport {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#tap-hint {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 10;
  background-color: #eeeff0;
  color: #2a3444;
  border-radius: 999px;
  padding: 0.375rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  pointer-events: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #tap-hint {
    top: 0.9375rem;
    left: 1.5625rem;
    padding: 0.375rem 1.125rem;
  }
}

.tap-hint__icon {
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tap-hint__icon {
    width: 1rem;
    height: 1rem;
  }
}

.tap-hint__text {
  font-size: 11px;
  color: #2d4a46;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .tap-hint__text {
    font-size: 1rem;
  }
}

#map-svg {
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.map-zoom-stack {
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .map-zoom-stack {
    right: 1.25rem;
    top: 1.25rem;
    gap: 0.375rem;
  }
}

.map-zoom-btn {
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  border: 1px solid #6AC0B3;
  border-radius: 0.375rem;
  color: #3D3430;
  font-size: 0.875rem;
  font-weight: 900;
  cursor: pointer;
  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;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .map-zoom-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 0.4375rem;
    font-size: 1.1875rem;
  }
}

#map-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 26.25rem;
  background: #F3F0EB;
  border-radius: 1.25rem;
  padding: 1.5rem 0 2rem;
  z-index: 9999;
  max-height: 85vh;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  #map-popup {
    max-width: 68.75rem;
    padding: 1.5rem 4.6875rem;
  }
}
#map-popup:has(.popup-md-title) .available-banner {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #map-popup:has(.popup-md-title) .available-banner {
    margin-top: 2rem;
  }
}

.popup-content-wrapper {
  position: relative;
  overflow-y: auto;
  max-height: calc(85vh - 10rem);
  scrollbar-width: thin;
  scrollbar-color: #987D66 transparent;
}
.popup-content-wrapper::-webkit-scrollbar {
  width: 0.5rem;
}
.popup-content-wrapper::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}
.popup-content-wrapper::-webkit-scrollbar-thumb {
  background: #987D66;
  border-radius: 999px;
  border: 0.125rem solid transparent;
  background-clip: content-box;
}
.popup-content-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(127.5842519685, 104.9212598425, 85.6157480315);
}

.popup-inner {
  padding: 0 1.25rem;
}

.popup-drag {
  width: 2.5rem;
  height: 0.3125rem;
  background: #3D3430;
  border-radius: 999px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .popup-drag {
    width: 3.1875rem;
    height: 0.375rem;
  }
}

.popup-head {
  margin-top: 1rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .popup-head {
    padding: 0;
  }
}

.popup-type {
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #6AC0B3;
  background-color: #fff;
  border: 1px solid #6AC0B3;
  padding: 0 0.9375rem;
  border-radius: 999px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .popup-type {
    padding: 0 1.125rem;
  }
}

.popup-status-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.popup-status-container.hidden {
  display: none;
}

.popup-status {
  background-color: #BBAA6B;
  color: #fff;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.popup-status-message {
  color: #BBAA6B;
}

.popup-close {
  background: #fff;
  color: #3D3430;
  border: 1px solid #DED8CE;
  font-size: 0.875rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  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;
  line-height: 1;
  position: fixed;
  z-index: 2;
  top: 2rem;
  right: 2rem;
}
@media screen and (min-width: 768px) {
  .popup-close {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1.125rem;
    border-radius: 0.375rem;
  }
}

.popup-content-container {
  display: grid;
  grid-template-areas: "content" "slider" "md" "keyword";
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .popup-content-container {
    grid-template-areas: "slider content" "md keyword";
    grid-template-columns: 32.375rem minmax(0, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-content-container.popup-content-container--no-keyword {
    grid-template-areas: "slider content" "md md";
  }
}

.popup-status.hidden {
  display: none;
}

.popup-status-message.hidden {
  display: none;
}

.popup-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .popup-name {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.popup-name {
  line-height: 1.3;
}

.popup-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  margin-top: 0.15rem;
}
@media screen and (min-width: 768px) {
  .popup-area {
    gap: 0.3125rem;
    margin-top: 0.5rem;
  }
}
.popup-area.hidden {
  display: none;
}
.popup-area:before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  background-image: url(../images/location-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .popup-area:before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.popup-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #987D66;
  font-weight: 500;
  margin-top: 0.4rem;
}
.popup-info.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .popup-info + .available-banner {
    margin-top: 0.5rem !important;
  }
}
.popup-info .popup-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.popup-info .popup-info-item:not(:last-child):after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.6875rem;
  background-color: #DED8CE;
}

.popup-content {
  grid-area: content;
  padding-inline: 5%;
}
@media screen and (min-width: 768px) {
  .popup-content {
    margin-top: auto;
    min-width: 0;
    padding-inline: unset;
  }
}

.popup-slider {
  grid-area: slider;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .popup-slider {
    padding-inline: unset;
  }
}

.popup-slider__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.popup-slider__img {
  height: 10rem;
  width: auto;
  border-radius: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .popup-slider__img {
    height: 19.875rem;
    width: 32.375rem;
  }
}

.popup-slider-thumbnail {
  display: none;
}
@media screen and (min-width: 768px) {
  .popup-slider-thumbnail {
    display: block;
    margin-top: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
  .popup-slider-thumbnail::-webkit-scrollbar {
    display: none;
  }
}

.popup-slider-thumbnail[hidden] {
  display: none !important;
}

.popup-slider-thumbnail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.popup-slider-thumbnail__btn {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

@media screen and (min-width: 768px) {
  .popup-slider-thumbnail__img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.375rem;
    width: 11.875rem;
    height: 7.3125rem;
  }
}

.popup-md {
  grid-area: md;
  padding-inline: 5%;
}
@media screen and (min-width: 768px) {
  .popup-md {
    padding-inline: unset;
  }
}

.popup-keyword {
  grid-area: keyword;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  background-color: #fff;
  border: 1px solid #DED8CE;
  border-radius: 0.625rem;
  width: 90%;
  margin-inline: auto;
  padding: 0.875rem;
}
@media screen and (min-width: 768px) {
  .popup-keyword {
    row-gap: 0.75rem;
    padding: 1.375rem;
    width: 100%;
  }
}
.popup-keyword.hidden {
  display: none;
}
.popup-keyword .popup-keyword-item {
  color: #987D66;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .popup-keyword .popup-keyword-item {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.popup-keyword .popup-keyword-item:before {
  content: "";
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  background-image: url(../images/keyword-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .popup-keyword .popup-keyword-item:before {
    width: 0.8125rem;
    height: 0.8125rem;
  }
}

.popup-cta {
  margin-top: 0.5rem;
  margin-inline: auto;
}

.popup-md-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .popup-md-title {
    font-size: 1.25rem;
  }
}

.popup-md-sub {
  font-size: 0.8125rem;
  color: #6AC0B3;
  font-weight: 500;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .popup-md-sub {
    font-size: 0.9375rem;
  }
}

.popup-md-body {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .popup-md-body {
    font-size: 0.875rem;
    margin-top: 0.9375rem;
  }
}

.popup-variants {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .popup-variants {
    margin-top: 2rem;
    padding: 0;
  }
}

.popup-variant {
  border-top: 1px solid #DED8CE;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .popup-variant {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.popup-variant .available-banner {
  margin-top: 0 !important;
}

.popup-variant-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "info" "slider" "keyword";
  row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .popup-variant-content {
    grid-template-columns: 32.375rem minmax(0, 1fr);
    grid-template-areas: "slider info" "slider cta" "slider thumb" "slider keyword";
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.popup-variant-content .popup-inner {
  padding: 0;
}

.popup-variant__slider-col {
  grid-area: slider;
}

.popup-variant__slider {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.popup-variant__slider::-webkit-scrollbar {
  display: none;
}

.popup-variant-thumb-strip {
  grid-area: thumb;
  display: none;
}
@media screen and (min-width: 768px) {
  .popup-variant-thumb-strip {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}

.popup-variant-thumb-strip::-webkit-scrollbar {
  display: none;
}

.popup-variant__info {
  grid-area: info;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .popup-variant__info {
    width: 100%;
  }
}

.popup-variant__keyword {
  grid-area: keyword;
}

.available-banner__ribbon {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  color: #6AC0B3;
  letter-spacing: 0.04em;
}
.available-banner__ribbon:before, .available-banner__ribbon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 50%;
  border-right: 2px dashed #6AC0B3;
}
.available-banner__ribbon:before {
  left: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.available-banner__ribbon:after {
  right: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.popup-variant__cta-wrap {
  grid-area: cta;
}
@media screen and (max-width: 767px) {
  .popup-variant__cta-wrap {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-variant__cta-wrap .available-banner {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .popup-available-cta {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .popup-available-cta {
    margin-top: 1rem;
  }
}
.popup-available-cta.hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .popup-available-cta:not(.hidden) + .popup-slider-thumbnail {
    margin-top: 1rem;
  }
}

.map-filter {
  display: grid;
  grid-template-areas: "label reset" "toggle toggle";
  margin-top: 1rem;
  row-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .map-filter {
    grid-template-areas: "label toggle reset";
    grid-template-columns: auto 1fr auto;
    margin-top: 1.25rem;
    gap: 2.5rem;
  }
}

.map-filter__label {
  grid-area: label;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .map-filter__label {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
}
.map-filter__label:before {
  content: "";
  display: block;
  width: 1.0625rem;
  height: 0.6875rem;
  background-image: url(../images/filter-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .map-filter__label:before {
    width: 1.625rem;
    height: 1.0625rem;
  }
}

.map-filter__reset {
  grid-area: reset;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  border: 1px solid #3D3430;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .map-filter__reset {
    font-size: 1.125rem;
    padding: 0.125rem 1.25rem;
  }
}
.map-filter__reset:before {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.75rem;
  background-image: url(../images/reset-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .map-filter__reset:before {
    width: 1.3125rem;
    height: 1.125rem;
  }
}

.map-filter__toggle {
  grid-area: toggle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .map-filter__toggle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.375rem;
  }
}

.map-toggle-btn {
  padding: 0.59375rem 0.25rem;
  border-radius: 0.625rem;
  border: 1px solid #3D3430;
  cursor: pointer;
  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;
  gap: 0.1875rem;
  background: transparent;
  -webkit-box-shadow: 0 0.1875rem 0.09375rem 0 #cfcecc;
          box-shadow: 0 0.1875rem 0.09375rem 0 #cfcecc;
  width: 33%;
}
@media screen and (min-width: 768px) {
  .map-toggle-btn {
    width: 10.125rem;
  }
}

.map-toggle-btn__dot {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #6AC0B3;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .map-toggle-btn__dot {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.map-toggle-btn__label {
  text-align: center;
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .map-toggle-btn__label {
    font-size: 1.0625rem;
  }
}

.map-toggle-btn__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .map-toggle-btn__ico {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.sec--fair {
  position: relative;
  padding: 4.7rem 0 3.7rem;
}
@media screen and (min-width: 768px) {
  .sec--fair {
    padding: 8.8rem 0 7rem;
  }
}
.sec--fair .inner {
  position: relative;
  z-index: 1;
  max-width: 64.125rem;
}
.sec--fair .btn-main {
  -webkit-box-shadow: 0 0.3125rem 0.75rem #414141;
          box-shadow: 0 0.3125rem 0.75rem #414141;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec--fair .btn-main {
    margin-top: 1rem;
  }
}

.fair-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/fair-bg-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .fair-bg {
    background-image: url(../images/fair-bg-pc.webp);
  }
}
.fair-bg:before, .fair-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fair-bg:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.fair-bg:after {
  background-color: #48443e;
  mix-blend-mode: multiply;
}

.fair-head {
  text-align: center;
}

.fair-head__badge {
  position: relative;
  display: inline-block;
  background: #987D66;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.875rem;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .fair-head__badge {
    font-size: 1.25rem;
    padding: 0.25rem 1.5625rem;
  }
}
.fair-head__badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 1.0625rem;
  background-image: url(../images/fair-badge-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 768px) {
  .fair-head__badge:before {
    width: 3.3125rem;
    height: 1.75rem;
  }
}

.fair-head__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: #F3F0EB;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fair-head__title {
    font-size: 3rem;
  }
}

.fair-head__sub {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fair-head__sub {
    font-size: 1rem;
    font-weight: 400;
  }
}

.fair-lead {
  color: #fff;
  line-height: 1.78;
  letter-spacing: 0;
  margin-top: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .fair-lead {
    font-weight: 400;
  }
}
.fair-lead strong {
  font-weight: 700;
  color: #3D3430;
  background-color: #fff;
  border-radius: 0.1875rem;
  padding: 0 0.125rem;
  margin: 0 0.125rem;
}

.fair-gift {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border-radius: 0.3125rem;
  padding: 1.1875rem 0.625rem 1.1875rem 1.5625rem;
  margin-top: 1.8rem;
  max-width: 53.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fair-gift {
    margin-top: 3rem;
    padding: 1.875rem 12%;
    border-radius: 0.625rem;
  }
}
.fair-gift:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4.75rem;
  height: 3.625rem;
  background-image: url(../images/fair-gift-badge.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
}
@media screen and (min-width: 768px) {
  .fair-gift:before {
    width: 9.75rem;
    height: 7.4375rem;
    -webkit-transform: translate(25%, -20%);
            transform: translate(25%, -20%);
  }
}

.fair-gift__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fair-gift__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fair-gift__k {
  position: absolute;
  color: #fff;
  background-color: #6AC0B3;
  top: 1.25rem;
  left: 0;
  padding-left: 1.75rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fair-gift__k {
    top: 2.25rem;
    font-size: 1.5rem;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.fair-gift__k:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 0.8125rem solid #6AC0B3;
  border-bottom: 0.75rem solid #6AC0B3;
  border-right: 0.4375rem solid transparent;
  border-left: 0.4375rem solid transparent;
}
@media screen and (min-width: 768px) {
  .fair-gift__k:after {
    border-top-width: 1.375rem;
    border-bottom-width: 1.3125rem;
    border-right-width: 0.9375rem;
    border-left-width: 1.3125rem;
  }
}
.fair-gift__k:after {
  right: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .fair-gift__k:after {
    right: -0.9375rem;
  }
}

.fair-gift__title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fair-gift__title {
    font-size: 2.625rem;
    margin-top: 2.5rem;
  }
}

.fair-gift__note {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .fair-gift__note {
    margin-top: 0.5rem;
    font-size: 1.5rem;
  }
}

.fair-gift__img {
  width: 6.125rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(118, 118, 118, 0.25);
          box-shadow: 0 0.25rem 0.25rem rgba(118, 118, 118, 0.25);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .fair-gift__img {
    width: 12.75rem;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(118, 118, 118, 0.25);
            box-shadow: 0 0.5rem 0.5rem rgba(118, 118, 118, 0.25);
  }
}

.fair-footnote {
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.46;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fair-footnote {
    font-size: 0.875rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: 400;
  }
}

.fair-ribbon {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 2rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #6AC0B3;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .fair-ribbon {
    font-size: 1rem;
    font-weight: 500;
  }
}
.fair-ribbon:before, .fair-ribbon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 50%;
  border-right: 2px dashed #6AC0B3;
}
.fair-ribbon:before {
  left: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(-35deg);
          transform: translate(0, -50%) rotate(-35deg);
}
.fair-ribbon:after {
  right: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(35deg);
          transform: translate(0, -50%) rotate(35deg);
}

.sec--reasons {
  position: relative;
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .sec--reasons {
    padding: 7rem 0;
  }
}
.sec--reasons:before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 3%;
  background-image: url(../images/reason-bg-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8.8125rem;
  height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .sec--reasons:before {
    top: 5.5rem;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateX(-67%);
            transform: translateX(-67%);
    width: 14.3125rem;
    height: 13.1875rem;
  }
}
.sec--reasons .btn-sub {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec--reasons .btn-sub {
    margin-top: 3rem;
  }
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .reason-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.6875rem;
    margin-top: 4.375rem;
  }
}

.reason-card {
  position: relative;
  border-radius: 0.3125rem;
  border: 1px solid #3D3430;
}
@media screen and (min-width: 768px) {
  .reason-card {
    border-radius: 0.375rem;
  }
}

.reason-num {
  position: absolute;
  top: 0;
  left: 1.25rem;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  background: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.25rem;
  padding: 0 0.2em;
}
@media screen and (min-width: 768px) {
  .reason-num {
    left: 1.5rem;
    font-size: 3rem;
  }
}
.reason-num .sharp {
  color: #6AC0B3;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  padding-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .reason-num .sharp {
    font-size: 1.875rem;
  }
}

.reason-photo {
  width: 100%;
  aspect-ratio: 67/36;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .reason-photo {
    margin-top: 2.5rem;
  }
}

.reason-body {
  padding: 0.625rem 1.5625rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .reason-body {
    padding: 0.625rem 1.5625rem 2.5rem;
  }
}

.reason-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: underline;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason-title {
    font-size: 1.5rem;
    text-underline-offset: 0.5rem;
  }
}

.reason-desc {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 1.75;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .reason-desc {
    font-size: 0.875rem;
  }
}

.sec--specialist {
  position: relative;
  padding: 4rem 0 3.5rem;
  background-image: url(../images/specialist-bg-sp.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .sec--specialist {
    padding: 7rem 0;
    background-image: url(../images/specialist-bg-pc.webp);
  }
}
.sec--specialist:before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2%;
  background-image: url(../images/specialist-bg-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 11.25rem;
  height: 8.375rem;
}
@media screen and (min-width: 768px) {
  .sec--specialist:before {
    top: 10rem;
    right: 16%;
    width: 18.1875rem;
    height: 13.5625rem;
  }
}
.sec--specialist .lead {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec--specialist .lead {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.sec--specialist .inner {
  max-width: 93.125rem;
}

.specialist-head-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "head" "hero";
}
@media screen and (min-width: 768px) {
  .specialist-head-wrap {
    grid-template-columns: 43.8% 1fr;
    grid-template-rows: auto;
    grid-template-areas: "hero head";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.5%;
  }
}

.specialist-head {
  grid-area: head;
  width: 90%;
  max-width: 39rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .specialist-head {
    margin-inline: unset;
  }
}
@media screen and (min-width: 768px) {
  .specialist-head .sec-subtitle + .sec-title {
    margin-top: 1.5rem;
  }
}
.specialist-head .popup-cta {
  display: block;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .specialist-head .popup-cta {
    margin-inline: 0 auto;
    margin-top: 1.875rem;
  }
}

.specialist-hero-img {
  grid-area: hero;
  display: block;
  overflow: hidden;
  width: 88%;
  aspect-ratio: 13/7;
  margin-left: auto;
  border-radius: 1.25rem 0 0 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .specialist-hero-img {
    width: 100%;
    margin-left: unset;
    border-radius: 0 1.875rem 1.875rem 0;
    margin-top: unset;
  }
}
.specialist-hero-img .image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
}

.specialist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .specialist-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 5rem;
    gap: 0.9375rem;
  }
}

.specialist-card {
  position: relative;
  border-radius: 0.625rem;
  border: 1.5px solid #DED8CE;
  background-color: #fff;
  padding: 3.7rem 1.5rem 1rem;
  -webkit-box-shadow: 0 0.25rem 0.125rem #e9e9e9;
          box-shadow: 0 0.25rem 0.125rem #e9e9e9;
}
@media screen and (min-width: 768px) {
  .specialist-card {
    padding: 5.2rem 1.9rem 1.9rem;
  }
}

.specialist-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  position: absolute;
  top: -6%;
}

.specialist-card__avatar {
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  background: #f3f4f0;
  border: 1px solid #DED8CE;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .specialist-card__avatar {
    width: 5.9375rem;
    height: 5.9375rem;
  }
}
.specialist-card__avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.specialist-card__info {
  line-height: 1.4;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .specialist-card__info {
    margin-top: 1.5rem;
  }
}

.specialist-card__name {
  font-weight: 500;
}

.specialist-card__shop {
  font-size: 0.75rem;
  font-weight: 500;
  color: #987D66;
}
@media screen and (min-width: 768px) {
  .specialist-card__shop {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.specialist-card__body {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .specialist-card__body {
    margin-top: 1rem;
  }
}

.specialist-card__text {
  font-weight: 500;
  line-height: 1.5;
}

.sec--campaign {
  position: relative;
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .sec--campaign {
    padding-top: 8rem;
  }
}
.sec--campaign .btn-main {
  background-color: #0e5d6c;
  margin-top: 0.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec--campaign .btn-main {
    margin-top: 1rem;
  }
}

.campaign-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.campaign-container {
  position: relative;
  border: 0.25rem solid #859ea3;
  background-color: #f7f7f7;
  padding: 2rem 1rem 1.5rem;
  max-width: 81.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign-container {
    padding: 4rem 7rem 3.5rem;
  }
}

.campaign-title {
  background-color: #0e5d6c;
  color: #fff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  padding: 0.125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .campaign-title {
    font-size: 1.25rem;
    padding: 0.1875rem 1.25rem;
  }
}
.campaign-title:before {
  content: "";
  width: 0.1875rem;
  height: 0.5625rem;
  background-color: #0e5d6c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .campaign-title:before {
    width: 0.25rem;
    height: 0.8125rem;
  }
}

.campaign-head-img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign-head-img {
    width: 26.5625rem;
    height: 2.8125rem;
  }
}

.campaign-subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .campaign-subtitle {
    font-size: 2rem;
  }
}

.campaign-pack-wrap {
  margin-top: 0.9rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "head" "body";
  row-gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .campaign-pack-wrap {
    margin-top: 1.5rem;
    grid-template-columns: 48.5% minmax(0, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.campaign-pack-img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .campaign-pack-body {
    padding-top: 2rem;
  }
}

.campaign-lead {
  font-weight: 500;
  line-height: 1.5;
}
.campaign-lead + .campaign-lead {
  margin-top: 1.5rem;
}
.campaign-lead .accent {
  position: relative;
  font-weight: bold;
  color: #0e5d6c;
}
.campaign-lead .accent:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0e5d6c;
}

.campaign-ribbon {
  position: relative;
  margin-top: 1.6rem;
  font-weight: bold;
  color: #0e5d6c;
  letter-spacing: 0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .campaign-ribbon {
    margin-top: 1rem;
  }
}
.campaign-ribbon:before, .campaign-ribbon:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 50%;
  border-right: 2px dashed #0e5d6c;
}
.campaign-ribbon:before {
  left: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.campaign-ribbon:after {
  right: -0.5625rem;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.campaign-announce__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .campaign-announce__text {
    line-height: 1.78;
    font-size: 0.875rem;
  }
}

.sec--faq {
  padding: 3.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .sec--faq {
    padding: 7rem 0;
  }
}
.sec--faq .sec-subtitle,
.sec--faq .sec-title {
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec--faq .sec-subtitle,
  .sec--faq .sec-title {
    width: 100%;
  }
}
.sec--faq .inner {
  width: 95%;
  max-width: 68.75rem;
}

.faq-container {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .faq-container {
    margin-top: 3rem;
  }
}

.faq-row {
  border-top: 1px solid #DED8CE;
  padding: 1.125rem 0;
}
@media screen and (min-width: 768px) {
  .faq-row {
    padding: 2rem 0;
  }
}

.faq-q {
  font-weight: 500;
  color: #3D3430;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  cursor: pointer;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq-q {
    gap: 1.25rem;
    padding: 0 1.875rem;
  }
}

.faq-q__mark {
  display: grid;
  place-content: center;
  width: 1.625rem;
  height: 1.625rem;
  color: #987D66;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Shippori Mincho B1", serif;
  border: 1px solid #987D66;
  border-radius: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .faq-q__mark {
    width: 1.9375rem;
    height: 1.9375rem;
    font-size: 1.125rem;
    border-radius: 0.21875rem;
  }
}
.faq-q__mark span {
  margin-top: -0.1875rem;
}

.faq-q__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.faq-toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .faq-toggle {
    width: 1.375rem;
    height: 1.375rem;
  }
}
.faq-toggle:before, .faq-toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background-color: #987D66;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq-toggle:before, .faq-toggle:after {
    height: 0.1875rem;
  }
}
.faq-toggle:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-toggle:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq-toggle--open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  line-height: 1.7;
  margin-top: 0.375rem;
  background-color: #F3F0EB;
  border-radius: 0.3125rem;
  padding: 1.25rem 0.9375rem 1.25rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .faq-a {
    border-radius: 0.375rem;
    gap: 1.25rem;
    padding: 1.875rem 4.375rem 1.875rem 1.875rem;
    margin-top: 1.8125rem;
  }
}
.faq-a--collapsed {
  display: none;
}

.faq-a__mark {
  display: grid;
  place-content: center;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #6AC0B3;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Shippori Mincho B1", serif;
  border-radius: 0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .faq-a__mark {
    width: 1.9375rem;
    height: 1.9375rem;
    font-size: 1.125rem;
    border-radius: 0.21875rem;
  }
}
.faq-a__mark span {
  margin-top: -0.125rem;
}

.faq-a__text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.77;
}
@media screen and (min-width: 768px) {
  .faq-a__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

#faq-more {
  display: none;
}
#faq-more.faq-more--open {
  display: block;
}

.faq-toggle-wrap {
  border-top: 1px solid #DED8CE;
  padding-top: 0.875rem;
}

#faq-toggle-btn {
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0.5rem 0;
  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;
  gap: 0.3125rem;
}
#faq-toggle-btn .faq-toggle-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3125rem;
  position: relative;
  background-color: #3D3430;
}
@media screen and (min-width: 768px) {
  #faq-toggle-btn .faq-toggle-icon {
    width: 1.6875rem;
    height: 1.6875rem;
  }
}
#faq-toggle-btn .faq-toggle-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.375rem;
  background-image: url(../images/faq-toggle-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #faq-toggle-btn .faq-toggle-icon:before {
    -webkit-transform: translate(-53%, -41%);
            transform: translate(-53%, -41%);
    width: 0.875rem;
    height: 0.5625rem;
  }
}
#faq-toggle-btn .faq-toggle-icon.-open:before {
  -webkit-transform: translate(-53%, -41%) rotate(180deg);
          transform: translate(-53%, -41%) rotate(180deg);
}

.sec--reservation {
  padding: 3rem 0 0;
  background-color: #f3f4f0;
}
@media screen and (min-width: 768px) {
  .sec--reservation {
    padding: 5rem 0;
  }
}
.sec--reservation .sec-subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec--reservation .sec-subtitle {
    text-align: left;
  }
}
.sec--reservation .sec-title {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  .sec--reservation .sec-title {
    text-align: left;
  }
}
.sec--reservation .lead {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sec--reservation .lead {
    font-size: 1.125rem;
    text-align: left;
    margin-top: 2rem;
  }
}
.sec--reservation .btn-main {
  margin-top: 1.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec--reservation .btn-main {
    margin-top: 2.5rem;
    margin-inline: unset;
  }
}

.reservation-container {
  max-width: 110.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
@media screen and (min-width: 768px) {
  .reservation-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .reservation-content {
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .reservation-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 11%;
    padding-top: 1rem;
  }
}

.reservation-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reservation-card {
    margin-top: 2.5rem;
    border-radius: 0.4375rem;
  }
}
.reservation-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/reservation-card-img.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.25rem;
  height: 3.9375rem;
  -webkit-transform: translate(0.9375rem, 1.5625rem);
          transform: translate(0.9375rem, 1.5625rem);
}
@media screen and (min-width: 768px) {
  .reservation-card:before {
    width: 5.875rem;
    height: 7rem;
    -webkit-transform: translate(2.1875rem, 1.25rem);
            transform: translate(2.1875rem, 1.25rem);
  }
}

.reservation-card__item {
  display: grid;
  grid-template-rows: 1.75rem auto;
  text-align: center;
  padding: 0.625rem 0.3125rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .reservation-card__item {
    padding: 0.75rem 1.875rem 1.5625rem;
    row-gap: 0.5rem;
  }
}
.reservation-card__item:first-child {
  border-right: 1px solid #DED8CE;
}

.reservation-card__title {
  color: #987D66;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .reservation-card__title {
    font-size: 1.125rem;
  }
}

.reservation-card__content {
  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;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .reservation-card__content {
    font-size: 1.5rem;
  }
}

/*-----------オープニング -----------*/
#map-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #3d3430;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  overflow: hidden;
}
#map-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

#ov-map-container {
  width: 92%;
  max-width: 14.75rem;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  #ov-map-container {
    max-width: 20.3125rem;
  }
}

#overlay-copy {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.overlay-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (min-width: 768px) {
  .overlay-title {
    font-size: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .overlay-title .image {
    width: 8.75rem;
    height: 4.6875rem;
  }
}

.overlay-lead {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .overlay-lead {
    font-size: 1.25rem;
  }
}

#overlay-skip {
  position: absolute;
  bottom: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #DED8CE;
  cursor: pointer;
  -webkit-animation: pulse-skip 2s ease infinite;
          animation: pulse-skip 2s ease infinite;
}
#overlay-skip:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  width: 2.3125rem;
  height: 2.625rem;
  background-image: url(../images/tap-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*-----------スクロール出現アニメーション -----------*/
[data-scroll-animation] {
  -webkit-transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
[data-scroll-animation]:not(.scroll-animation--inview) {
  opacity: 0;
  -webkit-transform: translateY(1.75rem);
          transform: translateY(1.75rem);
}
[data-scroll-animation].scroll-animation--inview {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-scroll-animation=fade]:not(.scroll-animation--inview) {
  -webkit-transform: none;
          transform: none;
}

[data-scroll-animation=fade-down]:not(.scroll-animation--inview) {
  -webkit-transform: translateY(-1.75rem);
          transform: translateY(-1.75rem);
}

[data-scroll-animation=fade-left]:not(.scroll-animation--inview) {
  -webkit-transform: translateX(1.75rem);
          transform: translateX(1.75rem);
}

[data-scroll-animation=fade-right]:not(.scroll-animation--inview) {
  -webkit-transform: translateX(-1.75rem);
          transform: translateX(-1.75rem);
}

[data-scroll-animation=fade-up]:not(.scroll-animation--inview) {
  -webkit-transform: translateY(1.75rem);
          transform: translateY(1.75rem);
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-animation] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    will-change: auto;
  }
}/*# sourceMappingURL=style.css.map */