@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.3
Tested up to: 6.8.1
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #2b2b2b;
  --color-bg: #fff;
  --color-base: #ffe106;
  --color-a: #ffe106;
  --color-b: #ffaa06;
  --color-c: #43cdea;
  --color-d: #88dc62;
  --color-link: #2b2b2b;
  --color-hover: rgb(255, 234.2168674699, 82.5);
  --color-visited: #2b2b2b;
  --color-error: #dd0000;
  --swiper-theme-color: #ffe106;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
  base
***************************************************/
*,
*::before,
*::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  background: var(--color-bg);
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  font-weight: 500;
  scroll-behavior: auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

::-moz-selection {
  background: rgb(210, 184.6987951807, 0);
  color: #fff;
}

::selection {
  background: rgb(210, 184.6987951807, 0);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2rem !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  transition: 0.3s;
  color: #2b2b2b;
}
a:visited {
  color: var(--color-visited);
}
@media all and (min-width: 769px) {
  a:hover {
    color: var(--color-text);
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  a[href^="tel:"] {
    color: var(--color-text);
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit],
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

#wrapper {
  overflow-x: clip;
}

body.home {
  background: url("images/top/bg_keyvisual_pc.webp") top min(18rem, 13.8461538462vw) left calc(-1 * min(23rem, 17.6923076923vw)) no-repeat;
  background-size: min(165.5rem, 127.3076923077vw);
}
@media all and (max-width: 768px) {
  body.home {
    background: url("images/top/bg_keyvisual_sp.webp") top 29.7101449275vw center no-repeat;
    background-size: 100%;
  }
}
body:not(.home) {
  background-image: url("images/common/bg_page-title_pc.webp");
  background-size: min(164.6rem, 126.6153846154vw);
  background-position: top calc(-1 * min(12rem, 9.2307692308vw)) center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  body:not(.home) {
    background: url("images/common/bg_page-title_sp.webp") top calc(-1 * 12.077294686vw) center no-repeat;
    background-size: 100%;
  }
}
body:has(.page-cover) .container {
  background-image: url("images/common/bg_page-overlay_pc.webp");
  background-size: min(164.6rem, 126.6153846154vw);
  background-position: top calc(-1 * min(12rem, 9.2307692308vw)) center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  body:has(.page-cover) .container {
    background-image: url("images/common/bg_page-overlay_sp.webp");
    background-size: 100%;
    background-position: top calc(-1 * 12.077294686vw) center;
  }
}
body:has(.page-cover) .container:not(:has(.local-navi)) {
  background-image: url("images/common/bg_page-overlay-no-local-navi_pc.webp");
}
@media all and (max-width: 768px) {
  body:has(.page-cover) .container:not(:has(.local-navi)) {
    background-image: url("images/common/bg_page-overlay-no-local-navi_sp.webp");
  }
}
body:has(.page-cover) .m-breadcrumb {
  margin-block: 0;
}

.m-page-title {
  min-height: min(25rem, 19.2307692308vw);
}
@media all and (max-width: 768px) {
  .m-page-title {
    min-height: 48.309178744vw;
  }
}

.m-breadcrumb {
  min-height: min(5.5rem, 4.2307692308vw);
}
@media all and (max-width: 768px) {
  .m-breadcrumb {
    min-height: 12.077294686vw;
  }
}

.local-navi {
  min-height: min(6.5rem, 5vw);
}
@media all and (max-width: 768px) {
  .local-navi {
    min-height: 14.4927536232vw;
  }
}

/**************************************************
  content
***************************************************/
.l-content__has-column {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: min(10rem, 7.6923076923vw);
       column-gap: min(10rem, 7.6923076923vw);
  margin-top: 5.5rem;
}
@media all and (min-width: 769px) {
  .l-content__has-column {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .l-content__has-column {
    flex-direction: column;
    row-gap: 9.6618357488vw;
    margin-inline: 5.0724637681vw;
  }
}

.l-content__main {
  flex: 1;
  min-width: 0;
}
@media all and (min-width: 769px) {
  .l-content__main {
    flex: 0 0 min(72rem, 55.3846153846vw);
    margin-inline: auto;
  }
}

.l-content__sidebar,
.m-article__image--sticky {
  order: -1;
}

.l-content__sidebar,
.m-article__image {
  flex: 0 0 min(38rem, 29.2307692308vw);
}
@media all and (max-width: 768px) {
  .l-content__sidebar,
  .m-article__image {
    flex: 1;
  }
}
@media all and (min-width: 769px) {
  .l-content__sidebar--sticky,
  .m-article__image--sticky {
    position: sticky;
    top: min(13rem, 10vw);
    max-height: 100vh;
    overflow-y: auto;
  }
}
.l-content__sidebar--sticky::-webkit-scrollbar,
.m-article__image--sticky::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.l-content__sidebar--sticky::-webkit-scrollbar-thumb,
.m-article__image--sticky::-webkit-scrollbar-thumb {
  background: rgba(var(--color-text), 0.05);
  width: 6px;
  border-radius: 9999px;
}

/**************************************************
  grid
***************************************************/
.l-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.col-2 {
  flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.col-7 {
  flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.col-8 {
  flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.col-9 {
  flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.col-10 {
  flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.col-11 {
  flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.col-12 {
  flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
.l-grid__gap .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.g-col-1 {
  flex: 0 0 calc(100% / 12 * 1 - 1rem);
  max-width: calc(100% / 12 * 1 - 1rem);
}

.g-col-2 {
  flex: 0 0 calc(100% / 12 * 2 - 1rem);
  max-width: calc(100% / 12 * 2 - 1rem);
}

.g-col-3 {
  flex: 0 0 calc(100% / 12 * 3 - 1rem);
  max-width: calc(100% / 12 * 3 - 1rem);
}

.g-col-4 {
  flex: 0 0 calc(100% / 12 * 4 - 1rem);
  max-width: calc(100% / 12 * 4 - 1rem);
}

.g-col-5 {
  flex: 0 0 calc(100% / 12 * 5 - 1rem);
  max-width: calc(100% / 12 * 5 - 1rem);
}

.g-col-6 {
  flex: 0 0 calc(100% / 12 * 6 - 1rem);
  max-width: calc(100% / 12 * 6 - 1rem);
}

.g-col-7 {
  flex: 0 0 calc(100% / 12 * 7 - 1rem);
  max-width: calc(100% / 12 * 7 - 1rem);
}

.g-col-8 {
  flex: 0 0 calc(100% / 12 * 8 - 1rem);
  max-width: calc(100% / 12 * 8 - 1rem);
}

.g-col-9 {
  flex: 0 0 calc(100% / 12 * 9 - 1rem);
  max-width: calc(100% / 12 * 9 - 1rem);
}

.g-col-10 {
  flex: 0 0 calc(100% / 12 * 10 - 1rem);
  max-width: calc(100% / 12 * 10 - 1rem);
}

.g-col-11 {
  flex: 0 0 calc(100% / 12 * 11 - 1rem);
  max-width: calc(100% / 12 * 11 - 1rem);
}

.g-col-12 {
  flex: 0 0 calc(100% / 12 * 12 - 1rem);
  max-width: calc(100% / 12 * 12 - 1rem);
}

/**************************************************
  l-layer
***************************************************/
.l-layer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .l-layer {
    display: block;
  }
}
.l-layer__text {
  width: 100%;
  position: relative;
  margin-right: -5vw;
  background: var(--color-bg);
  padding: 5rem 5rem 0;
}
@media all and (max-width: 768px) {
  .l-layer__text {
    margin-left: 0;
    padding: 0;
  }
}
.l-layer__img {
  width: 100%;
}
.l-layer__img img {
  width: 100%;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading {
  margin-top: 4rem;
  clear: both;
}
.c-heading--lv2 {
  font-size: 2rem;
  line-height: 3.6rem;
}
.c-heading--lv3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
.c-heading--lv4 {
  font-size: 1.6rem;
  line-height: 3rem;
}
.c-heading--lv5 {
  font-size: 1.4rem;
  line-height: 3rem;
}

.entry p {
  line-height: 3.5rem;
}

/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: 2rem;
}

/**************************************************
  Button
***************************************************/
.wp-block-button__link {
  display: inline-block;
  background: var(--color-base);
  border: 1px solid;
}
.wp-block-button__link:-moz-any-link {
  color: var(--color-text);
}
.wp-block-button__link:any-link {
  color: var(--color-text);
}
.wp-block-button__link:hover {
  background: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  display: inline-block;
  border: 1px solid var(--color-text);
}
.wp-block-button.is-style-outline .wp-block-button__link:-moz-any-link {
  color: var(--color-text);
}
.wp-block-button.is-style-outline .wp-block-button__link:any-link {
  color: var(--color-text);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
}

.c-link-circle {
  display: inline-flex;
  align-items: center;
}
.c-link-circle .circle-arrow {
  order: -1;
  width: 6rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-text);
  border-radius: 1.4rem;
  transition: 0.3s;
  margin-right: 2rem;
}
@media all and (max-width: 768px) {
  .c-link-circle .circle-arrow {
    width: 5.1rem;
    height: 2.4rem;
  }
}
.c-link-circle .c-icon {
  width: 1.2rem;
}
.c-link-circle:-moz-any-link {
  color: var(--color-text);
}
.c-link-circle:any-link {
  color: var(--color-text);
}
.c-link-circle:hover .circle-arrow {
  background-color: var(--color-a);
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.c-icon-blank {
  max-height: 1em;
  max-width: 1em;
  fill: currentColor;
  margin-left: 0.6rem;
}
.c-icon-file {
  height: 1em;
}

/**************************************************
  img
***************************************************/
.wp-block-image img {
  border-radius: 2rem;
}
.wp-block-image figcaption {
  color: #a4a4a4;
  font-size: 1.2rem;
  margin-block: 1em;
}

/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.c-img-zoom {
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.c-img-zoom::after {
  position: absolute;
  content: "";
  inset: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  backdrop-filter: blur(10px);
  z-index: 10001;
}
.lum-lightbox.lum-open:hover {
  cursor: zoom-out;
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

.lum-close-button {
  opacity: 0.5;
}

/**************************************************
  List
***************************************************/
.c-list {
  margin-block: 2rem;
}

/* 非順序リスト */
.c-list--bullet li {
  margin-left: 1.5rem;
  line-height: 3.5rem;
}
.c-list--bullet li::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: -1.5rem;
  width: 7px;
  height: 7px;
  background: var(--color-base);
}
.c-list--bullet li:has(a)::before {
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: var(--color-base);
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  rotate: -45deg;
  border-radius: 0;
  background: transparent;
}
.c-list--bullet ol,
.c-list--bullet ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* 順序リスト */
.c-list--number {
  counter-reset: num;
}
.c-list--number li {
  padding-left: 1.5em;
  margin-left: 0;
  line-height: 3.5rem;
}
.c-list--number li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  top: 0;
  left: 0.5rem;
  width: auto;
  height: auto;
  background: none;
}
.c-list--number ol,
.c-list--number ul {
  margin-top: 0;
  margin-bottom: 0;
}
.c-list--number .--iroha {
  list-style-type: katakana-iroha;
  padding-left: 2em;
}
.c-list--number .--iroha li {
  padding-left: 0;
}
.c-list--number .--iroha li::before {
  content: none;
}

/* ※付きリスト */
.c-list--rice li {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.c-list--rice li::before {
  display: none;
}

/* テーブルの中のリスト */
table ul,
table ol {
  margin: 0;
}

/**************************************************
  Table（Flexible Table プラグイン）
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.wp-block-flexible-table-block-table {
  margin-block: calc(2rem * 2);
}
.wp-block-flexible-table-block-table table {
  border-top: 1px solid;
  border-collapse: collapse;
  width: 100%;
}
.wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table td {
  padding-block: 2.5rem;
  border-bottom: 1px solid;
}
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table td {
    padding-block: 1.5rem;
  }
}
.wp-block-flexible-table-block-table tbody th {
  padding-right: 2.5rem;
  text-align: left;
}
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table tbody th {
    padding-right: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table .is-stacked-on-mobile th {
    padding-bottom: 0;
    padding-right: 0;
    border-bottom: none;
  }
}

/* -----------------------------------------------
  SPのみスクロール
-------------------------------------------------- */
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile {
    cursor: grab;
  }
}
@media all and (max-width: 768px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile:active {
    cursor: grabbing;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
  content: "※この表は横にスクロールできます";
  position: sticky;
  top: 0;
  left: 0;
  font-size: 90%;
}
@media all and (min-width: 769px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile::before {
    content: none;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile table {
  min-width: 800px;
}

/**************************************************
  box
***************************************************/
.c-box--fill {
  background: #fff9cc;
  padding: 2rem;
  margin: 2rem 0;
}
.c-box--fill *:first-child {
  margin-top: 0;
}
.c-box--fill *:last-child {
  margin-bottom: 0;
}

.c-box--border {
  border: 1px solid;
  padding: 2rem;
  border-radius: 2rem;
  margin: 2rem 0;
}
.c-box--border *:first-child {
  margin-top: 0;
}
.c-box--border *:last-child {
  margin-bottom: 0;
}

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.m-header {
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: min(12rem, 9.2307692308vw);
  z-index: 10;
  transition: 0.3s;
}
@media all and (max-width: 768px) {
  .m-header {
    min-height: 29.7101449275vw;
  }
}
.m-header__inner {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media all and (min-width: 769px) {
  .m-header__inner {
    width: min(120rem, 92.3076923077vw);
    height: min(7rem, 5.3846153846vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .m-header__nav {
    display: none;
  }
}
.m-header__nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: min(3rem, 2.3076923077vw);
       column-gap: min(3rem, 2.3076923077vw);
  transition: 0.3s;
}
.m-header__nav-item--sns {
  display: flex;
  width: 25px;
  height: 25px;
}
.m-header__nav-item--sns a {
  margin: 0;
}
.m-header__nav-item--sns svg {
  width: 100%;
  height: 100%;
}
.m-header__nav-link {
  font-weight: 600;
  text-decoration: none;
}
.m-header__nav-link:-moz-any-link {
  color: var(--color-text);
}
.m-header__nav-link:any-link {
  color: var(--color-text);
}
.m-header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  inset-inline: 0;
  margin-inline: auto;
  width: 100%;
  height: 2px;
  background: var(--color-base);
  transition: 0.3s;
  opacity: 0;
}
.m-header__nav-link:hover::after, .m-header__nav-link.is-current::after {
  opacity: 1;
}
.m-header__logo {
  line-height: 1;
  margin-block: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #fff;
  border-radius: 0 0 min(5rem, 3.8461538462vw) 0;
  transition: 0.3s;
}
.m-header__logo-img {
  max-width: min(16rem, 12.3076923077vw);
}
@media all and (max-width: 768px) {
  .m-header__logo-img {
    max-width: 19.3236714976vw;
  }
}
@media all and (min-width: 769px) {
  .m-header__logo {
    width: calc((100vw - min(120rem, 92.3076923077vw)) / 2 + min(21rem, 16.1538461538vw));
    height: min(24.6rem, 18.9230769231vw);
    padding-right: min(5rem, 3.8461538462vw);
  }
}
@media all and (max-width: 768px) {
  .m-header__logo {
    width: 31.4009661836vw;
    height: 29.7101449275vw;
    justify-content: center;
  }
}
.m-header.is-scrolled .m-header__logo {
  background: rgba(255, 255, 255, 0.9);
}
@media all and (min-width: 769px) {
  .m-header.is-scrolled .m-header__logo {
    height: min(12rem, 9.2307692308vw);
    border-radius: 0 0 min(2.5rem, 1.9230769231vw) 0;
  }
}
@media all and (min-width: 769px) {
  .m-header.is-scrolled .m-header__logo-img {
    max-width: min(9rem, 6.9230769231vw);
  }
}
@media all and (min-width: 769px) {
  .m-header.is-scrolled .m-header__nav-wrap {
    margin-bottom: min(2.5rem, 1.9230769231vw);
  }
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
@media all and (min-width: 769px) {
  .m-hamburger__toggle {
    display: none !important;
  }
}
.m-hamburger__toggle {
  position: fixed;
  top: 3.6231884058vw;
  right: 4.8309178744vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.1787439614vw;
  height: 9.1787439614vw;
  background: #fff;
  border: 1px solid #2b2b2b;
  border-radius: 9.1787439614vw;
  cursor: pointer;
  z-index: 1001;
}
.m-hamburger__toggle::after {
  content: "MENU";
  font-family: "Montserrat", sans-serif;
  font-size: 2.4154589372vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: -2rem;
  overflow-wrap: break-word;
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 4.347826087vw;
  height: 1px;
  background: #2b2b2b;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 4.347826087vw;
  height: 1px;
  background: #2b2b2b;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before {
  top: -6px;
}
.m-hamburger__toggle-bars::after {
  top: 6px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  translate: 0 6px;
  rotate: 45deg;
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  translate: 0 -6px;
  rotate: -45deg;
}
@media all and (min-width: 769px) {
  .m-hamburger__drawer {
    display: none;
  }
}
.m-hamburger__drawer {
  padding-block: 30.193236715vw 0;
  padding-inline: 9.6618357488vw 0;
}
.m-hamburger__drawer[aria-hidden=true] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.m-hamburger__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 59.9033816425vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
.m-hamburger__drawer[aria-hidden=false] {
  right: 0;
}
.m-hamburger__list:not(.--sm) {
  margin-bottom: 13.2850241546vw;
}
.m-hamburger__list:not(.--sm) .m-hamburger__item:not(:last-child) {
  margin-bottom: 8.4541062802vw;
}
.m-hamburger__list:not(.--sm) .m-hamburger__link {
  font-size: 3.8647342995vw;
  font-weight: bold;
}
.m-hamburger__list .m-hamburger__link {
  display: block;
}
.m-hamburger__list .m-hamburger__link:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-hamburger__list .m-hamburger__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-hamburger__list.--sm .m-hamburger__item:not(:last-child) {
  margin-bottom: 3.6231884058vw;
}
.m-hamburger__list.--sm .m-hamburger__link {
  font-size: 3.1400966184vw;
}
.m-hamburger__sns {
  display: block;
  margin-block: 7.2463768116vw 3.6231884058vw;
}
.m-hamburger__sns .c-icon {
  width: 7.729468599vw;
  height: 7.729468599vw;
  margin-inline: 0;
}
.m-hamburger__tel {
  font-size: 4.8309178744vw;
  font-weight: 400;
}
.m-hamburger__tel .c-en {
  font-size: 3.1400966184vw;
  font-weight: 800;
  margin-right: 0.3em;
}
.m-hamburger__tel a {
  text-decoration: none;
}

body.is-drawer-open {
  overflow: hidden;
}
body.is-drawer-open .m-hamburger__toggle::after {
  content: "CLOSE";
}

.m-header__skip-link {
  display: block;
  margin-top: 50px;
}

/**************************************************
  Footer
***************************************************/
.m-footer {
  position: relative;
}
.m-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("images/common/bg_footer_pc.svg") top center no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .m-footer::before {
    background-size: 158.9371980676vw;
  }
}
.m-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .m-footer__inner {
    width: min(99.4rem, 76.4615384615vw);
    height: min(53.3rem, 41vw);
    padding-top: min(21rem, 16.1538461538vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .m-footer__inner {
    padding-top: 14.4927536232vw;
    justify-content: center;
  }
}
.m-footer .bg-footer {
  width: min(240rem, 184.6153846154vw);
  max-width: none;
  position: absolute;
  left: calc(-50vw + 50%);
  margin-inline: auto;
  opacity: 0.4;
}
.m-footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .m-footer__contact {
    flex-flow: column;
  }
}
@media all and (min-width: 769px) {
  .m-footer__logo {
    width: min(14rem, 10.7692307692vw);
    margin-top: calc(-1 * min(3rem, 2.3076923077vw));
    margin-right: min(6rem, 4.6153846154vw);
  }
}
@media all and (max-width: 768px) {
  .m-footer__logo {
    width: 24.154589372vw;
    margin-inline: auto;
  }
}
.m-footer__info {
  margin-top: min(0.9rem, 0.6923076923vw);
}
@media all and (max-width: 768px) {
  .m-footer__info {
    margin-top: 8.4541062802vw;
    text-align: center;
  }
}
.m-footer__info-item {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.m-footer__nav {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: min(5rem, 3.8461538462vw);
       column-gap: min(5rem, 3.8461538462vw);
}
.m-footer__item {
  margin-bottom: 1.5rem;
}
.m-footer__link {
  font-size: 1.4rem;
}
.m-footer__link:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-footer__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-footer__link.is-current, .m-footer__link:hover {
  text-decoration: underline;
}
.m-footer__copyright {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  opacity: 0.6;
}
@media all and (min-width: 769px) {
  .m-footer__copyright {
    position: absolute;
    bottom: min(11rem, 8.4615384615vw);
    left: 0;
  }
}
@media all and (max-width: 768px) {
  .m-footer__copyright {
    margin: 7.2463768116vw auto 14.4927536232vw;
  }
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: fixed;
  right: clamp(20px, 2.394px + 4.695vw, 70px);
  bottom: clamp(20px, 2.394px + 4.695vw, 70px);
  display: none;
}
.js-pageTop a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
}

/**************************************************
  entry-list
***************************************************/
.m-entry-list .m-article__link {
  display: block;
}

/**************************************************
  entry-card
***************************************************/
.m-entry-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 768px) {
  .m-entry-card {
    grid-template-columns: auto;
    row-gap: 7.2463768116vw;
  }
}
.m-entry-card .m-article__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media all and (max-width: 768px) {
  .m-entry-card .m-article__link {
    flex-flow: nowrap;
    align-items: center;
    -moz-column-gap: 3.6231884058vw;
         column-gap: 3.6231884058vw;
  }
}
.m-entry-card .m-article__content {
  order: 2;
}
.m-entry-card .m-article__thumb {
  order: 1;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .m-entry-card .m-article__thumb {
    flex: 0 0 28.9855072464vw;
  }
}
.m-entry-card .m-article__thumb .wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**************************************************
  page title
***************************************************/
.m-page-title {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.m-page-title__heading {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0;
}
@media all and (max-width: 768px) {
  .m-page-title__heading {
    font-size: 3.8647342995vw;
  }
}
.m-page-title__heading .c-en {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.2em;
}
@media all and (max-width: 768px) {
  .m-page-title__heading .c-en {
    font-size: 7.729468599vw;
  }
}

/**************************************************
  breadcrumb
***************************************************/
.m-breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  margin-block: 1.5rem;
}
@media all and (min-width: 769px) {
  .m-breadcrumb {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .m-breadcrumb {
    margin-inline: 5.0724637681vw;
  }
}
.m-breadcrumb ol {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-left: auto;
}
.m-breadcrumb li {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
}
.m-breadcrumb li:not(:last-child)::after {
  content: "-";
  margin-left: 0.5em;
}
.m-breadcrumb li a:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-breadcrumb li a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.m-breadcrumb li a:hover {
  text-decoration: underline;
}
.m-breadcrumb::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-breadcrumb::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.05);
  border-radius: 8px;
}

/**************************************************
  slider
***************************************************/
.m-slider {
  --swiper-theme-color: var(--color-base);
  overflow: hidden;
  position: relative;
  margin-block: 2rem;
}
.m-slider .swiper-slide img {
  width: 100%;
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  color: var(--swiper-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.m-slider .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
/**************************************************
  faq
***************************************************/
.m-faq__item {
  padding-bottom: 3rem;
  overflow: hidden;
}
.m-faq__item:not(:first-child) {
  padding-top: 3rem;
  border-top: 1px solid;
}
.m-faq__item[open] .m-faq__toggle::before {
  rotate: 180deg;
}

.m-faq__question {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: bold;
  min-height: 5rem;
  padding-left: 7rem;
  display: flex;
  align-items: center;
  /* マーカーを非表示に */
}
.m-faq__question::-webkit-details-marker {
  display: none;
}

.m-faq__toggle {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-base);
  width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  display: flex;
  /* デフォルトアイコン: + */
}
.m-faq__toggle::before, .m-faq__toggle::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  translate: 0 -50%;
  width: 2rem;
  height: 2px;
  background: var(--color-text);
  transition: 0.3s;
}
.m-faq__toggle::before {
  rotate: 90deg;
}

.m-faq__answer {
  overflow: hidden;
  padding-top: 1rem;
  padding-left: 7rem;
  line-height: 3.6rem;
}

/**************************************************
  pagination
***************************************************/
.pagination__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  margin-block: min(6rem, 4.6153846154vw) calc(-1 * min(13rem, 10vw));
  z-index: 1;
}
@media all and (max-width: 768px) {
  .pagination__nav {
    margin-block: 7.2463768116vw;
  }
}
.pagination__nav .icon {
  width: 1em;
  height: 1em;
}
.pagination__nav span, .pagination__nav a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
}
.pagination__nav a:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.pagination__nav a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.pagination__nav a:hover {
  background: var(--color-base);
}
.pagination__nav .current {
  background: var(--color-base);
}
.pagination__nav__link.--next .c-icon, .pagination__nav__link.--last .c-icon {
  margin-right: 0;
}
.pagination__nav__link.--prev .c-icon, .pagination__nav__link.--first .c-icon {
  margin-left: 0;
}
.pagination__nav__link .c-icon {
  width: 1rem;
  height: 1rem;
}

/**************************************************
  share
***************************************************/
.m-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-block: 10rem 3.5rem;
  padding-block: 2rem;
  border: 1px solid;
  border-radius: 2rem;
}
@media all and (max-width: 768px) {
  .m-share {
    flex-flow: column;
  }
}
.m-share .title {
  position: relative;
  margin-block: 0;
  margin-right: min(9rem, 6.9230769231vw);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
@media all and (max-width: 768px) {
  .m-share .title {
    margin: 0 0 2rem;
  }
}
@media all and (min-width: 769px) {
  .m-share .title::after {
    content: "";
    position: absolute;
    inset-block: 0;
    right: calc(-1 * min(6rem, 4.6153846154vw));
    margin: auto;
    width: min(3rem, 2.3076923077vw);
    height: 2px;
    background: var(--color-text);
  }
}
.m-share .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
}
.m-share .nav li {
  width: 5rem;
  height: 5rem;
}
.m-share .nav .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m-share .nav .link .c-icon {
  fill: currentColor;
  width: 3rem;
  height: 3rem;
}
.m-share .nav .link:hover {
  opacity: 0.6;
}
.m-share .nav .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .nav .facebook a .c-icon {
  width: 5rem;
  height: 5rem;
  margin: 0;
  fill: currentColor;
}
.m-share .nav .twitter a {
  background: #000;
}
.m-share .nav .twitter a .c-icon {
  fill: var(--color-bg);
}
.m-share .nav .line a {
  background: #00c300;
}
.m-share .nav .line a .c-icon {
  fill: var(--color-bg);
}

/**************************************************
  Sidebar
***************************************************/
.l-content__side__archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-content__side__archive li {
  width: 50%;
}

/* -----------------------------------------------
  MARK: ウィジェット
-------------------------------------------------- */
.m-widget {
  margin-bottom: 4rem;
}
.m-widget__title {
  margin-block: 0.67em;
}
.m-widget__archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem 2rem;
}
.m-widget__archive li {
  flex: 1;
}
.m-widget .c-list--bullet {
  margin-top: 0;
}

/**************************************************
  toc
***************************************************/
.m-toc-list a {
  display: block;
}
.m-toc-list .is-current {
  font-weight: bold;
  background: rgba(var(--color-base), 0.2);
}

/**************************************************
  entry
***************************************************/
/* -----------------------------------------------
  header
-------------------------------------------------- */
.m-entry-header {
  border-top: 2px solid;
  margin-bottom: 5rem;
}
.m-entry-header__title {
  margin-block: 1em 0.8em;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 0.1em;
}
.m-entry-header__date {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.m-entry-header__category {
  font-size: 1.4rem;
  margin-left: 2em;
}
.m-entry-header__category::before {
  content: "#";
}
.m-entry-header__category--info {
  color: var(--color-b);
}
.m-entry-header__category--event {
  color: var(--color-c);
}
.m-entry-header__category--campaign {
  color: var(--color-d);
}

/* -----------------------------------------------
  nav
-------------------------------------------------- */
.m-entry-nav {
  display: flex;
  align-items: center;
  margin-bottom: -3rem;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .m-entry-nav {
    margin-bottom: 3rem;
  }
}
.m-entry-nav__item {
  flex: 1;
  text-align: center;
}
.m-entry-nav__item a {
  display: block;
  text-decoration: none;
  position: relative;
}
@media all and (max-width: 768px) {
  .m-entry-nav__item a {
    font-size: 1.3rem;
  }
}
.m-entry-nav__item--prev a, .m-entry-nav__item--next a {
  display: flex;
  align-items: center;
  height: 5rem;
}
.m-entry-nav__item--prev a {
  padding-left: 8rem;
}
@media all and (max-width: 768px) {
  .m-entry-nav__item--prev a {
    padding-left: 6rem;
  }
}
.m-entry-nav__item--next a {
  padding-right: 8rem;
  justify-content: flex-end;
}
@media all and (max-width: 768px) {
  .m-entry-nav__item--next a {
    padding-right: 6rem;
  }
}
.m-entry-nav__item--prev a::before, .m-entry-nav__item--next a::before {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  background: var(--color-a);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
}
.m-entry-nav__item--next a::before {
  left: auto;
  right: 0;
}
.m-entry-nav__item--prev a::after, .m-entry-nav__item--next a::after {
  content: "";
  position: absolute;
  inset-block: 0;
  left: 2rem;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 1rem 0.6rem 0;
  border-color: transparent var(--color-text) transparent transparent;
}
.m-entry-nav__item--next a::after {
  left: auto;
  right: 2rem;
  border-width: 0.6rem 0 0.6rem 1rem;
  border-color: transparent transparent transparent var(--color-text);
}
.m-entry-nav:not(:has(.m-entry-nav__item--prev))::before {
  content: "";
  flex: 1;
}
.m-entry-nav:not(:has(.m-entry-nav__item--next))::after {
  content: "";
  flex: 1;
}

/**************************************************
  search-form
***************************************************/
.m-search-form__field {
  outline-offset: 0;
}
.m-search-form__btn {
  background-color: var(--color-base);
  color: #fff;
}

/**************************************************
  gutenberg
***************************************************/
.wp-block-image {
  margin-block: 2rem;
}

.wp-block-gallery {
  margin-block: 2rem;
}

.wp-block-file {
  margin-block: 2rem;
}
.wp-block-file .wp-block-file__button {
  display: none;
}

.wp-block-media-text {
  margin-block: 2rem;
}
.wp-block-media-text__content {
  padding-right: 0 !important;
}
@media all and (max-width: 768px) {
  .wp-block-media-text__content {
    padding-inline: 0 !important;
  }
}

.wp-block-separator {
  border-top: 1px solid rgba(var(--color-text), 0.1);
  margin-block: 4rem;
}

.wp-block-embed {
  margin-block: 2rem;
}

.page-styleguide .toc {
  height: calc(100vh - 32px);
  overflow-y: auto;
  top: 32px;
}
.page-styleguide .toc__inner {
  margin: 0 2rem;
}
.page-styleguide .toc__inner ol ol {
  padding-left: 1rem;
}
.page-styleguide .row > [class^=col],
.page-styleguide .row > [class^=g-col] {
  background: #00afcc;
}
.page-styleguide .row > [class^=col]:nth-child(even),
.page-styleguide .row > [class^=g-col]:nth-child(even) {
  background: #a688bd;
}
.page-styleguide .docs {
  background-color: #272822;
  clear: both;
  margin: 1rem 0 2rem;
  position: relative;
}
.page-styleguide .docs .control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0.6rem;
  position: absolute;
  right: 0;
}
.page-styleguide .docs .control p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #212529;
}
@media all and (max-width: 768px) {
  .page-styleguide .docs .control div:last-child {
    text-align: right;
  }
}
.page-styleguide .docs pre {
  margin: 0;
}
.page-styleguide .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 0.7rem;
}
.page-styleguide .copy-button {
  color: #888;
  font-size: 0.6em;
  padding: 0.4rem 0.8rem;
  background-color: #333;
  font-weight: bold;
  border-radius: 3px;
}
.page-styleguide .copy-button:hover {
  color: #000;
  background-color: #fff;
}
.page-styleguide .copy-button.success {
  background-color: #c8e6c9;
  color: #007E33;
}
.page-styleguide .copy-button.failed {
  background-color: #ffcdd2;
  color: #CC0000;
}
.page-styleguide .hljs {
  line-height: 1.3;
}
.page-styleguide .hljs * {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.page-styleguide .hljs-ln-numbers {
  min-width: 2rem;
}

/**************************************************
  Top
***************************************************/
.top-text {
  line-height: 3.6rem;
}

.wow {
  visibility: hidden;
}

/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.top-visual {
  position: relative;
  overflow-x: clip;
  max-width: 100vw;
}
.top-visual__wrap {
  position: relative;
}
@media all and (min-width: 769px) {
  .top-visual__wrap {
    width: min(120rem, 92.3076923077vw);
    height: min(73rem, 56.1538461538vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .top-visual__wrap {
    height: 164.2512077295vw;
    margin-inline: 2.4154589372vw;
  }
}
.top-visual__image {
  position: absolute;
}
@media all and (min-width: 769px) {
  .top-visual__image.mv01 {
    bottom: calc(-1 * min(10.2rem, 7.8461538462vw));
    right: calc(-1 * min(21.3rem, 16.3846153846vw));
    width: min(84rem, 64.6153846154vw);
  }
}
@media all and (max-width: 768px) {
  .top-visual__image.mv01 {
    bottom: 2.4154589372vw;
    right: calc(-1 * 14.4927536232vw);
    width: 83.6956521739vw;
  }
}
@media all and (min-width: 769px) {
  .top-visual__image.mv02 {
    top: 0;
    left: min(2rem, 1.5384615385vw);
    width: min(57rem, 43.8461538462vw);
  }
}
@media all and (max-width: 768px) {
  .top-visual__image.mv02 {
    left: 0;
    width: 61.5942028986vw;
  }
}
@media all and (min-width: 769px) {
  .top-visual__image.mv03 {
    top: min(5.2rem, 4vw);
    right: 0;
    width: min(26rem, 20vw);
  }
}
@media all and (max-width: 768px) {
  .top-visual__image.mv03 {
    top: 19.3236714976vw;
    right: 0;
    width: 27.0531400966vw;
  }
}
.top-visual__heading {
  position: absolute;
}
@media all and (min-width: 769px) {
  .top-visual__heading {
    top: min(21.7rem, 16.6923076923vw);
    left: 50%;
  }
}
@media all and (max-width: 768px) {
  .top-visual__heading {
    top: 84.5410628019vw;
    right: calc(-1 * 2.4154589372vw);
  }
}
.top-visual__title {
  position: relative;
  left: calc(-1 * min(9.8rem, 7.5384615385vw));
  width: min(47.5rem, 36.5384615385vw);
}
@media all and (max-width: 768px) {
  .top-visual__title {
    left: calc(-1 * 6.6425120773vw);
    width: 59.5410628019vw;
  }
}
.top-visual__subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-block: min(5rem, 3.8461538462vw) min(1.5rem, 1.1538461538vw);
}
@media all and (max-width: 768px) {
  .top-visual__subtitle {
    font-size: 2.8985507246vw;
    margin-block: 4.8309178744vw 2.4154589372vw;
  }
}
.top-visual__text {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0;
}
@media all and (max-width: 768px) {
  .top-visual__text {
    font-size: 2.4154589372vw;
    line-height: 1.5;
  }
}
.top-visual__bigtext {
  position: absolute;
  inset-inline: 0;
  bottom: min(3rem, 2.3076923077vw);
  margin: auto;
  width: 100%;
}
@media all and (max-width: 768px) {
  .top-visual__bigtext {
    bottom: calc(-1 * 2.4154589372vw);
    font-size: 7.729468599vw;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: var(--color-a);
  }
}

/* -----------------------------------------------
  about
-------------------------------------------------- */
.top-about {
  position: relative;
  padding-top: min(21rem, 16.1538461538vw);
}
@media all and (max-width: 768px) {
  .top-about {
    padding-top: 19.3236714976vw;
  }
}
.top-about__inner {
  margin-left: calc(50% - min(43rem, 33.0769230769vw));
}
@media all and (max-width: 768px) {
  .top-about__inner {
    margin-inline: 5.0724637681vw;
  }
}
.top-about__title {
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 0.3em;
  font-feature-settings: "halt";
  margin-bottom: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 768px) {
  .top-about__title {
    font-size: 5.3140096618vw;
    line-height: 10.6280193237vw;
    margin-block: 0 6.038647343vw;
  }
}
.top-about .top-text {
  margin-bottom: min(5rem, 3.8461538462vw);
  position: relative;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .top-about .top-text {
    margin-bottom: 7.8502415459vw;
  }
}
.top-about .sukumo-map {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media all and (min-width: 769px) {
  .top-about .sukumo-map {
    top: min(19.6rem, 15.0769230769vw);
    left: calc(50% - min(4rem, 3.0769230769vw));
    width: min(51.5rem, 39.6153846154vw);
  }
}
@media all and (max-width: 768px) {
  .top-about .sukumo-map {
    top: 79.1062801932vw;
    right: 5.0724637681vw;
    width: 77.8985507246vw;
  }
}
.top-about .sukumo-map .pin {
  position: absolute;
}
@media all and (min-width: 769px) {
  .top-about .sukumo-map .pin {
    top: min(29.8rem, 22.9230769231vw);
    right: min(16.4rem, 12.6153846154vw);
    width: min(7.7rem, 5.9230769231vw);
  }
}
@media all and (max-width: 768px) {
  .top-about .sukumo-map .pin {
    top: 40.0966183575vw;
    right: 22.1014492754vw;
    width: 10.38647343vw;
  }
}

/* -----------------------------------------------
  ループスライド
-------------------------------------------------- */
.top-gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.top-gallery__inner {
  display: flex;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.top-gallery__image {
  max-width: none;
  animation: gallery 30s infinite linear 1s both;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.top-gallery.--gallery01 {
  position: relative;
  right: calc(50% - min(45rem, 34.6153846154vw));
  margin-top: min(8rem, 6.1538461538vw);
  border-radius: 0 min(6rem, 4.6153846154vw) min(6rem, 4.6153846154vw) 0;
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery01 {
    right: 5.0724637681vw;
    margin-top: 44.6859903382vw;
    border-radius: 0 7.729468599vw 7.729468599vw 0;
  }
}
.top-gallery.--gallery01 .top-gallery__image {
  width: min(120rem, 92.3076923077vw);
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery01 .top-gallery__image {
    width: 144.9275362319vw;
  }
}
.top-gallery.--gallery02, .top-gallery.--gallery03 {
  position: absolute;
  inset-block: 0;
  margin: auto;
  width: min(40.2rem, 30.9230769231vw);
  height: min(32rem, 24.6153846154vw);
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery02, .top-gallery.--gallery03 {
    flex-wrap: wrap;
    width: 25vw;
    height: 67.0289855072vw;
  }
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery02 .top-gallery__inner, .top-gallery.--gallery03 .top-gallery__inner {
    flex-direction: column;
    width: 100%;
    height: 135.2657004831vw;
    animation: gallery-vertical 30s infinite linear both;
  }
}
@media all and (min-width: 769px) {
  .top-gallery.--gallery02 .top-gallery__image, .top-gallery.--gallery03 .top-gallery__image {
    width: min(80.8rem, 62.1538461538vw);
  }
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery02 .top-gallery__image, .top-gallery.--gallery03 .top-gallery__image {
    animation: none;
  }
}
@media all and (min-width: 769px) {
  .top-gallery.--gallery02 {
    right: calc(50% + min(19.8rem, 15.2307692308vw));
    border-radius: min(6rem, 4.6153846154vw) 0 0 min(6rem, 4.6153846154vw);
  }
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery02 {
    left: 0;
    border-radius: 7.729468599vw 0 0 7.729468599vw;
  }
}
@media all and (min-width: 769px) {
  .top-gallery.--gallery03 {
    left: calc(50% + min(19.8rem, 15.2307692308vw));
    border-radius: 0 min(6rem, 4.6153846154vw) min(6rem, 4.6153846154vw) 0;
  }
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery03 {
    right: 0;
    border-radius: 0 7.729468599vw 7.729468599vw 0;
  }
}
@media all and (max-width: 768px) {
  .top-gallery.--gallery03 .top-gallery__inner {
    animation-direction: reverse;
  }
}

@keyframes gallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes gallery-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* -----------------------------------------------
  セクション
-------------------------------------------------- */
.top-section {
  position: relative;
  margin-top: min(11rem, 8.4615384615vw);
  padding-top: min(11.5rem, 8.8461538462vw);
  padding-bottom: min(11rem, 8.4615384615vw);
  text-align: center;
  z-index: 1;
  overflow-x: clip;
}
@media all and (max-width: 768px) {
  .top-section {
    margin-top: 15.4589371981vw;
    padding-top: 18.115942029vw;
    padding-bottom: 13.2850241546vw;
  }
}
.top-section::before, .top-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.top-section::before {
  height: min(73.5rem, 56.5384615385vw);
  background: #eee;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .top-section::before {
    height: 102.6570048309vw;
  }
}
.top-section::after {
  height: min(2.2rem, 1.6923076923vw);
  background: url("images/top/bg_section-bottom.svg") bottom center repeat-x;
}
.top-section.--taste::before {
  background: #F9F23B;
  background: linear-gradient(42deg, rgb(255, 192, 145) 0%, rgb(245, 237, 152) 50%, rgb(249, 242, 59) 100%);
  opacity: 0.3;
}
.top-section.--shopping::before {
  background: #FCF2E7;
  background: linear-gradient(42deg, rgb(252, 242, 231) 0%, rgb(213, 247, 255) 100%);
}
.top-section.--experience::before {
  background: #F3FEE2;
  background: linear-gradient(-42deg, rgb(254, 241, 230) 0%, rgb(243, 254, 226) 100%);
}
.top-section .top-text {
  margin-block: min(5rem, 3.8461538462vw) min(4rem, 3.0769230769vw);
}
@media all and (max-width: 768px) {
  .top-section .top-text {
    margin-block: 7.8502415459vw;
    line-height: 7.2463768116vw;
  }
}
.top-section .c-link-circle.--shopping:hover .circle-arrow {
  background: #6ee5ff;
}
.top-section .c-link-circle.--experience:hover .circle-arrow {
  background: #88dc62;
}
.top-section__heading {
  position: absolute;
  top: 0;
  right: calc(50% - min(45.4rem, 34.9230769231vw));
  margin: 0;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-section__heading {
    right: 5.0724637681vw;
  }
}
@media all and (min-width: 769px) {
  .top-section__heading.--taste {
    width: min(38rem, 29.2307692308vw);
  }
}
@media all and (max-width: 768px) {
  .top-section__heading.--taste {
    width: 45.2898550725vw;
  }
}
@media all and (max-width: 768px) {
  .top-section__heading.--shopping {
    width: 43.7198067633vw;
  }
}
@media all and (max-width: 768px) {
  .top-section__heading.--experience {
    width: 49.6376811594vw;
  }
}
.top-section__title {
  position: absolute;
  top: 0;
  font-size: min(8rem, 6.1538461538vw);
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  left: calc(50% - min(35rem, 26.9230769231vw));
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-section__title {
    font-size: 7.729468599vw;
    top: 9.6618357488vw;
    left: 17.5120772947vw;
  }
}
.top-section__title.--taste {
  color: var(--color-a);
}
@media all and (min-width: 769px) {
  .top-section__title.--taste {
    top: min(9rem, 6.9230769231vw);
  }
}
.top-section__title.--shopping {
  color: #6ee5ff;
}
@media all and (min-width: 769px) {
  .top-section__title.--shopping {
    top: min(5rem, 3.8461538462vw);
  }
}
.top-section__title.--experience {
  color: #88dc62;
}
@media all and (min-width: 769px) {
  .top-section__title.--experience {
    top: min(6.5rem, 5vw);
  }
}
.top-section__deco {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  max-width: none;
  pointer-events: none;
}
@media all and (min-width: 769px) {
  .top-section__deco.--taste {
    top: min(31.7rem, 24.3846153846vw);
    width: min(112.7rem, 86.6923076923vw);
  }
}
@media all and (max-width: 768px) {
  .top-section__deco.--taste {
    top: 25.1207729469vw;
    width: 92.3913043478vw;
  }
}
@media all and (min-width: 769px) {
  .top-section__deco.--shopping {
    top: min(24.5rem, 18.8461538462vw);
    width: min(116.6rem, 89.6923076923vw);
  }
}
@media all and (max-width: 768px) {
  .top-section__deco.--shopping {
    top: 36.231884058vw;
    width: 96.0144927536vw;
  }
}
@media all and (min-width: 769px) {
  .top-section__deco.--experience {
    top: min(38rem, 29.2307692308vw);
    left: calc(-1 * min(2.5rem, 1.9230769231vw));
    width: min(123.3rem, 94.8461538462vw);
  }
}
@media all and (max-width: 768px) {
  .top-section__deco.--experience {
    top: 48.309178744vw;
    left: calc(-1 * 2.6570048309vw);
    width: 107.4879227053vw;
  }
}
.top-section__image {
  display: block;
  margin-inline: auto;
}
.top-section__image.--taste {
  width: min(65.2rem, 50.1538461538vw);
}
@media all and (max-width: 768px) {
  .top-section__image.--taste {
    width: 59.0579710145vw;
  }
}
.top-section__image.--shopping {
  width: min(88rem, 67.6923076923vw);
}
@media all and (max-width: 768px) {
  .top-section__image.--shopping {
    width: 67.8743961353vw;
  }
}
.top-section__image.--experience {
  width: min(83.4rem, 64.1538461538vw);
}
@media all and (max-width: 768px) {
  .top-section__image.--experience {
    width: 71.9806763285vw;
  }
}

/* -----------------------------------------------
  立ち寄る
-------------------------------------------------- */
.top-explore {
  position: relative;
  overflow-x: clip;
}
.top-explore__inner {
  width: 100%;
  height: min(64rem, 49.2307692308vw);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 768px) {
  .top-explore__inner {
    height: 105.5555555556vw;
  }
}
.top-explore__title {
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .top-explore__title {
    width: 4.5893719807vw;
  }
}
@media all and (max-width: 768px) {
  .top-explore .top-text {
    font-size: 3.3816425121vw;
    line-height: 5.4347826087vw;
    margin-top: 1rem;
  }
}
.top-explore .circle-text {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(46.7rem, 35.9230769231vw);
  pointer-events: none;
  animation: 60s linear 0s infinite normal none running rotation;
}
@media all and (max-width: 768px) {
  .top-explore .circle-text {
    width: 76.5700483092vw;
  }
}
.top-explore .foot-prints {
  position: absolute;
  top: min(16.5rem, 12.6923076923vw);
  right: calc(50% + min(6.7rem, 5.1538461538vw));
  width: min(14.4rem, 11.0769230769vw);
  z-index: 2;
}
@media all and (max-width: 768px) {
  .top-explore .foot-prints {
    top: 23.4299516908vw;
    right: calc(50% + 9.0579710145vw);
    width: 17.3913043478vw;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* -----------------------------------------------
  news
-------------------------------------------------- */
.top-news {
  position: relative;
  padding-block: min(10rem, 7.6923076923vw);
  background: #FCECF1;
  background: linear-gradient(-42deg, rgb(252, 236, 241) 0%, rgb(253, 235, 212) 50%, rgb(247, 241, 213) 100%);
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}
@media all and (max-width: 768px) {
  .top-news {
    padding-block: 16.4251207729vw;
  }
}
.top-news::before, .top-news::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(2.2rem, 1.6923076923vw);
}
@media all and (max-width: 768px) {
  .top-news::before, .top-news::after {
    height: 2.0531400966vw;
  }
}
.top-news::before {
  top: 0;
  background: url("images/top/bg_section-top.svg") top center repeat-x;
}
.top-news::after {
  bottom: 0;
  background: url("images/top/bg_section-bottom.svg") bottom center repeat-x;
}
.top-news__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .top-news__inner {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .top-news__inner {
    margin-inline: 5.0724637681vw;
  }
}
.top-news__title {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
  margin-block: 0;
}
@media all and (max-width: 768px) {
  .top-news__title {
    font-size: 6.7632850242vw;
  }
}
.top-news__tab {
  margin-top: min(4rem, 3.0769230769vw);
}
@media all and (max-width: 768px) {
  .top-news__tab {
    margin-top: 7.2463768116vw;
  }
}
@media all and (min-width: 769px) {
  .top-news__labels {
    position: absolute;
    top: 0;
    left: min(17rem, 13.0769230769vw);
  }
}
@media all and (max-width: 768px) {
  .top-news__labels {
    margin-bottom: 9.6618357488vw;
  }
}
.top-news__labels:has(#news-all > input:checked) ~ #news-all__content, .top-news__labels:has(#news-notice > input:checked) ~ #news-notice__content, .top-news__labels:has(#news-event > input:checked) ~ #news-event__content, .top-news__labels:has(#news-campaign > input:checked) ~ #news-campaign__content {
  overflow: visible;
  position: static;
  height: auto;
}
.top-news__label input {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.top-news__content {
  overflow: hidden;
  position: absolute;
  height: 0;
}
@media all and (min-width: 769px) {
  .top-news .c-link-circle:-moz-any-link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .top-news .c-link-circle:any-link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 768px) {
  .top-news .c-link-circle:-moz-any-link {
    margin-top: 9.6618357488vw;
  }
  .top-news .c-link-circle:any-link {
    margin-top: 9.6618357488vw;
  }
}

.top-news__labels, .index-list__labels {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.top-news__label, .index-list__label {
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 1.5rem;
}
@media all and (max-width: 768px) {
  .top-news__label, .index-list__label {
    font-size: 1.2rem;
    padding: 0.3rem 0.6rem;
  }
}
.top-news__label.--all.is-current, .top-news__label.--all:hover, .top-news__label.--all:has(input:checked), .index-list__label.--all.is-current, .index-list__label.--all:hover, .index-list__label.--all:has(input:checked) {
  color: var(--color-text);
  border-color: var(--color-a);
  background: var(--color-a);
}
.top-news__label.--notice, .index-list__label.--notice {
  color: var(--color-b);
  border-color: var(--color-b);
}
.top-news__label.--notice.is-current, .top-news__label.--notice:hover, .top-news__label.--notice:has(input:checked), .index-list__label.--notice.is-current, .index-list__label.--notice:hover, .index-list__label.--notice:has(input:checked) {
  color: var(--color-text);
  background: var(--color-b);
}
.top-news__label.--event, .index-list__label.--event {
  color: var(--color-c);
  border-color: var(--color-c);
}
.top-news__label.--event.is-current, .top-news__label.--event:hover, .top-news__label.--event:has(input:checked), .index-list__label.--event.is-current, .index-list__label.--event:hover, .index-list__label.--event:has(input:checked) {
  color: var(--color-text);
  background: var(--color-c);
}
.top-news__label.--campaign, .index-list__label.--campaign {
  color: var(--color-d);
  border-color: var(--color-d);
}
.top-news__label.--campaign.is-current, .top-news__label.--campaign:hover, .top-news__label.--campaign:has(input:checked), .index-list__label.--campaign.is-current, .index-list__label.--campaign:hover, .index-list__label.--campaign:has(input:checked) {
  color: var(--color-text);
  background: var(--color-d);
}
.top-news .m-article__link, .index-list .m-article__link {
  position: relative;
}
.top-news .m-article__link:-moz-any-link, .index-list .m-article__link:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.top-news .m-article__link:any-link, .index-list .m-article__link:any-link {
  color: var(--color-text);
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .top-news .m-article__link, .index-list .m-article__link {
    padding: min(4rem, 3.0769230769vw);
    border-radius: min(4rem, 3.0769230769vw);
  }
}
@media all and (min-width: 769px) and (min-width: 769px) {
  .top-news .m-article__link:hover, .index-list .m-article__link:hover {
    background: #fff;
  }
  .top-news .m-article__link:hover .wp-post-image, .index-list .m-article__link:hover .wp-post-image {
    scale: 1.1;
  }
}
.top-news .m-article__thumb, .index-list .m-article__thumb {
  border-top: 3px solid var(--color-b);
  aspect-ratio: 200/285;
}
@media all and (max-width: 768px) {
  .top-news .m-article__thumb, .index-list .m-article__thumb {
    border-width: 0.2rem;
  }
}
.top-news .m-article__category, .index-list .m-article__category {
  color: var(--color-b);
  font-size: 1.2rem;
}
@media all and (min-width: 769px) {
  .top-news .m-article__category, .index-list .m-article__category {
    position: absolute;
    top: min(4rem, 3.0769230769vw);
    right: min(1rem, 0.7692307692vw);
    writing-mode: vertical-rl;
    text-orientation: sideways;
  }
}
.top-news .m-article__category::before, .index-list .m-article__category::before {
  content: "#";
}
.top-news .m-article__title, .index-list .m-article__title {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-block: min(1.5rem, 1.1538461538vw) min(1rem, 0.7692307692vw);
}
@media all and (max-width: 768px) {
  .top-news .m-article__title, .index-list .m-article__title {
    font-size: 1.4rem;
    margin-block: 0.5rem 0;
  }
}
.top-news .m-article__date, .index-list .m-article__date {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
.top-news .m-article:has(.is-event) .m-article__thumb, .index-list .m-article:has(.is-event) .m-article__thumb {
  border-color: #6ee5ff;
}
.top-news .m-article:has(.is-campaign) .m-article__thumb, .index-list .m-article:has(.is-campaign) .m-article__thumb {
  border-color: #88dc62;
}
.top-news .m-article .m-article__category.is-event, .index-list .m-article .m-article__category.is-event {
  color: #6ee5ff;
}
.top-news .m-article .m-article__category.is-campaign, .index-list .m-article .m-article__category.is-campaign {
  color: #88dc62;
}

@media all and (min-width: 769px) {
  .index-list {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .index-list {
    margin-inline: 5.0724637681vw;
  }
}
@media all and (min-width: 769px) {
  .index-list .m-entry-card {
    -moz-column-gap: min(2.6rem, 2vw);
         column-gap: min(2.6rem, 2vw);
  }
}
.index-list .index-list__labels {
  justify-content: center;
  margin-bottom: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 768px) {
  .index-list .index-list__labels {
    margin-bottom: 7.2463768116vw;
  }
}

/* -----------------------------------------------
  access
-------------------------------------------------- */
.top-access {
  padding-block: min(9.5rem, 7.3076923077vw) min(12rem, 9.2307692308vw);
}
@media all and (max-width: 768px) {
  .top-access {
    padding-block: 19.3236714976vw;
  }
}
.top-access__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .top-access__inner {
    width: min(100rem, 76.9230769231vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .top-access__inner {
    margin-inline: 5.0724637681vw;
  }
}
@media all and (min-width: 769px) {
  .top-access__address {
    display: flex;
    justify-content: flex-start;
    gap: min(5rem, 3.8461538462vw);
    margin-bottom: 0.3rem;
  }
}
@media all and (max-width: 768px) {
  .top-access__address {
    margin-bottom: 3.6231884058vw;
  }
}
.top-access__address p {
  margin-block: 0 0.5em;
  line-height: 1.6;
}
.top-access__address dl {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media all and (max-width: 768px) {
  .top-access__address dl:first-child {
    margin-block: 2rem;
  }
}
.top-access__address dt {
  flex: 0 0 min(9.7rem, 7.4615384615vw);
  border: 1px solid;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .top-access__address dt {
    flex: 0 0 19.3236714976vw;
  }
}
.top-access__address dd {
  line-height: 1.3;
}
.top-access__address dd .c-en {
  font-size: 1.6rem;
}
@media all and (min-width: 769px) {
  .top-access__image {
    position: absolute;
    top: calc(-1 * min(4.5rem, 3.4615384615vw));
    right: calc(-1 * min(6.5rem, 5vw));
    width: min(44rem, 33.8461538462vw);
    z-index: 2;
  }
}
.top-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: min(40rem, 30.7692307692vw);
  margin-top: min(4rem, 3.0769230769vw);
  border-radius: min(6rem, 4.6153846154vw);
  overflow: hidden;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .top-access__map {
    padding-top: 67.6328502415vw;
    margin-top: 3.6231884058vw;
    border-radius: 7.729468599vw;
  }
}
.top-access__map .wp-block-embed {
  margin-block: 0;
}
.top-access__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------
  bottom
-------------------------------------------------- */
.bottom-area {
  position: relative;
  border-radius: min(10rem, 7.6923076923vw);
  width: 100%;
  height: min(70rem, 53.8461538462vw);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .bottom-area {
    border-radius: 7.729468599vw;
    height: 61.8357487923vw;
  }
}
.bottom-area__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bottom-area__ticker {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
@media all and (max-width: 768px) {
  .bottom-area__ticker {
    top: calc(-1 * 2.4154589372vw);
    right: calc(-1 * 1.2077294686vw);
  }
}
.bottom-area__ticker .c-en {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .bottom-area__ticker .c-en {
    font-size: min(7rem, 5.3846153846vw);
    line-height: 0.7;
    padding-inline: min(2.6rem, 2vw);
    animation: gallery 30s infinite linear 1s both;
  }
}
@media all and (max-width: 768px) {
  .bottom-area__ticker .c-en {
    font-size: 9.6618357488vw;
    line-height: 1.2;
    text-align: right;
  }
}

/* -----------------------------------------------
  instagram
-------------------------------------------------- */
.insta-area {
  padding-top: min(12rem, 9.2307692308vw);
}
@media all and (max-width: 768px) {
  .insta-area {
    padding-top: 19.3236714976vw;
  }
}
.insta-area__title {
  font-size: min(3.6rem, 2.7692307692vw);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-block: 0;
}
@media all and (max-width: 768px) {
  .insta-area__title {
    font-size: 6.7632850242vw;
  }
}
.insta-area__link {
  margin: 0 auto 50px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
@media all and (max-width: 768px) {
  .insta-area__link {
    font-size: 12px;
  }
}
.insta-area__gallery {
  display: flex;
  align-items: center;
  overflow-x: clip;
  margin-bottom: min(2.5rem, 1.9230769231vw);
}
@media all and (max-width: 768px) {
  .insta-area__gallery {
    margin-bottom: 21.7391304348vw;
  }
}
.insta-area__div {
  display: flex;
  flex-wrap: nowrap;
  animation: gallery 30s infinite linear 1s both;
}
.insta-area__image {
  position: relative;
  width: min(25rem, 19.2307692308vw);
  max-width: none;
  padding-inline: min(2.5rem, 1.9230769231vw);
}
@media all and (max-width: 768px) {
  .insta-area__image {
    width: 30.193236715vw;
    padding-inline: 3.0193236715vw;
  }
}
.insta-area__image:nth-child(even) {
  top: min(5rem, 3.8461538462vw);
}
@media all and (max-width: 768px) {
  .insta-area__image:nth-child(even) {
    top: 6.038647343vw;
  }
}

/**************************************************
  Contact
***************************************************/
/* -----------------------------------------------
  flow
-------------------------------------------------- */
.m-flow {
  position: relative;
  margin: 0 auto 2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 32rem;
}
.m-flow li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.3333333333%;
  color: #c4c4c4;
  font-weight: bold;
  counter-increment: steps;
  font-size: 1.4rem;
  padding-left: 0;
}
.m-flow li:before {
  position: static;
  display: block;
  width: 26px;
  height: 26px;
  margin: 7px auto 10px auto;
  content: "";
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  content: counter(steps);
}
.m-flow li:after {
  position: absolute;
  z-index: -1;
  top: 18px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: white;
}
.m-flow li:first-child:after {
  content: none;
}
.m-flow li[aria-current=page], .m-flow li.complete {
  color: var(--color-base);
}
.m-flow li[aria-current=page]:before, .m-flow li.complete:before {
  background-color: var(--color-base);
  color: var(--color-bg);
}
.m-flow li[aria-current=page]:after, .m-flow li.complete:after {
  background-color: var(--color-base);
}

/* -----------------------------------------------
  content
-------------------------------------------------- */
.l-form,
.wpcf7 {
  max-width: 790px;
  margin-inline: auto;
}
.l-form .title,
.wpcf7 .title {
  text-align: center;
  font-size: 2rem;
}

.contact-telbox {
  display: flex;
  gap: 2rem;
  margin: 2rem 0 6rem;
}
@media all and (max-width: 768px) {
  .contact-telbox {
    flex-direction: column;
  }
}
.contact-telbox__item {
  flex: 1;
  text-align: center;
  border: 1px solid rgba(43, 43, 43, 0.1);
  padding: 3rem 1rem;
}
.contact-telbox__name {
  font-weight: bold;
}
.contact-telbox__num {
  font-weight: bold;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
}
.contact-telbox__note {
  font-size: 1.2rem;
}

.contactform {
  width: 100%;
}
.contactform th,
.contactform td {
  display: block;
  width: 100%;
}
.contactform th {
  text-align: left;
  line-height: 1;
}
.contactform th label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
.contactform th label span {
  background-color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem;
  margin-left: 1rem;
}
.contactform th label .required {
  background-color: var(--color-error);
  color: #fff;
}
.contactform td {
  padding-bottom: 3rem;
}

.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.wpcf7-form .acceptance p {
  text-align: center;
}
@media all and (max-width: 768px) {
  .wpcf7-form .acceptance p {
    text-align: left;
  }
}
.wpcf7-form .acceptance .text {
  border: 1px solid white;
  max-height: 20rem;
  overflow-y: auto;
  padding: 2rem;
  margin-bottom: 2rem;
}
.wpcf7-form .acceptance .text p {
  text-align: left;
}
.wpcf7-form .acceptance .text h2:first-of-type {
  margin-top: 0;
}
.wpcf7-form .acceptance [data-name=your-privacy] {
  display: block;
  text-align: center;
}
.wpcf7-form .acceptance [data-name=your-privacy] .wpcf7-list-item {
  margin-inline: auto;
}
.wpcf7-form .acceptance [data-name=your-privacy] label {
  padding: 0.5rem 1rem;
  background-color: white;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .m-btngroup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 6rem 0 0;
}
@media all and (max-width: 768px) {
  .wpcf7-form .m-btngroup {
    flex-direction: column;
  }
}
.wpcf7-form .m-btngroup [type=button],
.wpcf7-form .m-btngroup [type=submit] {
  cursor: pointer;
}
.wpcf7-form .m-btngroup [type=button]:disabled,
.wpcf7-form .m-btngroup [type=submit]:disabled {
  cursor: not-allowed;
}
.wpcf7-form .m-btngroup .wpcf7-form-control {
  width: 30rem;
  padding: 1.5rem;
}
.wpcf7-form .m-btngroup .wpcf7-submit {
  background-color: var(--color-base);
  color: #fff;
}
.wpcf7-form .m-btngroup .wpcf7-submit:hover, .wpcf7-form .m-btngroup .wpcf7-submit:focus {
  background-color: rgb(235.5, 207.1265060241, 0);
}
.wpcf7-form .m-btngroup .wpcf7-submit:disabled {
  background-color: white;
  color: rgb(170.5, 170.5, 170.5);
}
.wpcf7-form .m-btngroup .wpcf7-previous {
  background-color: white;
}
.wpcf7-form .m-btngroup .wpcf7-previous:hover, .wpcf7-form .m-btngroup .wpcf7-previous:focus {
  background-color: white;
}
.wpcf7-form .m-btngroup .wpcf7-spinner {
  margin: 0;
  position: absolute;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.2em;
}
.wpcf7-form .wpcf7-not-valid-tip::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 5px;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background-image: url("images/common/icon_attention.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* -----------------------------------------------
  zipadrr-jp
-------------------------------------------------- */
#autozip {
  display: none !important;
}

/* -----------------------------------------------
  reCAPTCHA
  ※フォームのページのみバッジを表示
-------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

body:has(.wpcf7) .grecaptcha-badge {
  visibility: visible;
}

.page-cover {
  position: relative;
  width: 100%;
  height: min(45rem, 34.6153846154vw);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .page-cover {
    height: 48.309178744vw;
  }
}
.page-cover__image-background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: -1;
}
.page-cover__text {
  position: absolute;
  bottom: -0.3em;
  right: calc(50% - min(66rem, 50.7692307692vw));
  color: var(--color-a);
  font-size: min(7rem, 5.3846153846vw);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: right;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .page-cover__text {
    right: 0;
    font-size: 8.4541062802vw;
  }
}

.intro__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .intro__inner {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
    padding-left: min(65rem, 50vw);
    padding-block: min(10rem, 7.6923076923vw) min(20rem, 15.3846153846vw);
  }
}
@media all and (max-width: 768px) {
  .intro__inner {
    margin-inline: 5.0724637681vw;
    padding-block: 9.6618357488vw;
  }
}
.intro__title {
  margin-block: 0 4rem;
}
@media all and (max-width: 768px) {
  .intro__title {
    width: 54.347826087vw;
    margin-left: auto;
    margin-right: calc(-1 * 2.4154589372vw);
    margin-top: 2.4154589372vw;
    margin-bottom: 21.7391304348vw;
  }
}
@media all and (min-width: 769px) {
  .intro__title.--taste {
    width: min(38.3rem, 29.4615384615vw);
  }
}
.intro__text {
  margin: 0;
  line-height: 3.6rem;
  font-feature-settings: "palt";
}
.intro__image {
  position: absolute;
  top: calc(-1 * min(8.5rem, 6.5384615385vw));
  left: 0;
  width: min(53.3rem, 41vw);
}
@media all and (max-width: 768px) {
  .intro__image {
    top: calc(-1 * 12.077294686vw);
    left: calc(-1 * 7.2463768116vw);
    width: 43.4782608696vw;
  }
}
@media all and (min-width: 769px) {
  .intro.--facility .intro__inner {
    padding-left: min(60rem, 46.1538461538vw);
  }
}
@media all and (min-width: 769px) {
  .intro.--facility .intro__image {
    top: calc(-1 * min(9rem, 6.9230769231vw));
    width: min(55.5rem, 42.6923076923vw);
  }
}
@media all and (max-width: 768px) {
  .intro.--facility .intro__image {
    width: 48.309178744vw;
  }
}
.intro.--facility .intro__text {
  margin-bottom: 3rem;
}
@media all and (max-width: 768px) {
  .intro.--facility .intro__text:first-child {
    width: 41.0628019324vw;
    margin-left: auto;
    margin-bottom: 1.5rem !important;
  }
}
.intro.--facility .dl-box {
  margin-top: 4rem;
}

.main-info {
  position: relative;
  padding-bottom: min(12rem, 9.2307692308vw);
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .main-info {
    padding-bottom: 14.4927536232vw;
  }
}
.main-info::before, .main-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-info::before {
  height: calc(100% - min(10rem, 7.6923076923vw));
  background: #eee;
  z-index: -1;
}
@media all and (max-width: 768px) {
  .main-info::before {
    height: calc(100% - 12.077294686vw);
  }
}
.main-info::after {
  height: min(2.2rem, 1.6923076923vw);
  background: url("images/top/bg_section-bottom.svg") bottom center repeat-x;
}
@media all and (max-width: 768px) {
  .main-info::after {
    height: 2.0531400966vw;
    background-position: bottom -1px center;
  }
}
.main-info.--taste::before {
  height: 100%;
}
.main-info.--taste::before, .main-info.--experience-01::before, .main-info.--experience-04::before {
  background: #F9F23B;
  background: linear-gradient(42deg, rgb(255, 192, 145) 0%, rgb(245, 237, 152) 50%, rgb(249, 242, 59) 100%);
  opacity: 0.3;
}
.main-info.--shopping::before, .main-info.--experience-03::before {
  background: #FCF2E7;
  background: linear-gradient(42deg, rgb(252, 242, 231) 0%, rgb(213, 247, 255) 100%);
}
.main-info.--experience-02::before {
  background: #F3FEE2;
  background: linear-gradient(-42deg, rgb(254, 241, 230) 0%, rgb(243, 254, 226) 100%);
}
.main-info__inner {
  position: relative;
}
@media all and (min-width: 769px) {
  .main-info__inner {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .main-info__inner {
    margin-inline: 5.0724637681vw;
  }
}
.main-info__image {
  border-radius: 2rem;
  margin-bottom: min(6rem, 4.6153846154vw);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 768px) {
  .main-info__image {
    height: 48.309178744vw;
  }
}
.main-info__columns {
  display: flex;
  flex-wrap: nowrap;
}
.main-info__columns.--shopping {
  align-items: baseline;
}
@media all and (max-width: 768px) {
  .main-info__columns {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  .main-info__col {
    flex: 0 0 min(60rem, 46.1538461538vw);
  }
  .main-info__col:first-child {
    padding-right: min(6rem, 4.6153846154vw);
  }
}
.main-info__title {
  position: relative;
  background: url("images/taste/icon_shop-name.svg") left center no-repeat;
  margin-block: 0 3rem;
  height: 10.1rem;
  padding-left: 3rem;
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .main-info__title {
    font-size: 2rem;
    padding-left: 2rem;
    margin-block: 0 2rem;
    height: 7rem;
    background-size: 7rem;
  }
}
.main-info__text {
  line-height: 3.6rem;
  margin-block: 0 4rem;
}
.main-info__list {
  position: relative;
  display: grid;
  gap: 4rem;
  padding: 6rem 3rem 4rem;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 9rem;
  border-radius: 4rem;
}
@media all and (min-width: 769px) {
  .main-info__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 768px) {
  .main-info__list {
    margin-top: 7rem;
    gap: 2rem;
    padding: 4rem 2rem 3rem 2rem;
    border-radius: 3rem;
  }
}
@media all and (min-width: 769px) {
  .main-info__list.--shopping {
    margin-top: 4rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-info__list.--shopping .recommend-title {
  top: -5.3rem;
  left: calc(50% - 7rem);
  right: auto;
  width: 11.7rem;
}
@media all and (max-width: 768px) {
  .main-info__list.--shopping .recommend-title {
    left: calc(50% - 6rem);
    width: 10rem;
  }
}
@media all and (min-width: 769px) {
  .main-info__list.--shopping .item-name {
    font-size: 1.4rem;
  }
}
.main-info__list .recommend-title {
  position: absolute;
  top: -4.5rem;
  inset-inline: 0;
  margin-inline: auto;
  width: 14rem;
}
@media all and (max-width: 768px) {
  .main-info__list .recommend-title {
    top: -3.5rem;
    width: 10rem;
  }
}
.main-info__list .item-image {
  border-radius: 2rem;
}
.main-info__list .item-summary {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .main-info__list .item-summary {
    flex-direction: column;
  }
}
.main-info__list .item-name {
  font-weight: bold;
}
.main-info__list .item-desc {
  font-feature-settings: "palt";
}
.main-info__item.--01 {
  order: 1;
}
.main-info__item.--02 {
  order: 2;
}
.main-info__item.--03 {
  order: 3;
}
.main-info__item.--04 {
  order: 4;
}
.main-info__item.--05 {
  order: 5;
}
.main-info__item.--06 {
  order: 6;
}
.main-info__item.--07 {
  order: 7;
}
.main-info__item.--08 {
  order: 8;
}
.main-info__item.--09 {
  order: 9;
}
.main-info__item.--10 {
  order: 10;
}
.main-info__item.--11 {
  order: 11;
}
.main-info__item.--12 {
  order: 12;
}
.main-info__item.--13 {
  order: 13;
}
.main-info__item.--14 {
  order: 14;
}
.main-info__item.--15 {
  order: 15;
}
.main-info__item.--16 {
  order: 16;
}
.main-info__item.--17 {
  order: 17;
}
.main-info__item.--18 {
  order: 18;
}
.main-info__item.--19 {
  order: 19;
}
.main-info__item.--20 {
  order: 20;
}
.main-info__item.--21 {
  order: 21;
}
.main-info__item.--22 {
  order: 22;
}
.main-info__item.--23 {
  order: 23;
}
.main-info__item.--24 {
  order: 24;
}
.main-info__item.--25 {
  order: 25;
}
.main-info__item.--26 {
  order: 26;
}
.main-info__item.--27 {
  order: 27;
}

.exp-title {
  position: absolute;
}
@media all and (min-width: 769px) {
  .exp-title {
    top: min(18rem, 13.8461538462vw);
  }
}
@media all and (max-width: 768px) {
  .exp-title {
    top: 43.4782608696vw;
    width: 24.154589372vw;
  }
}

@media all and (min-width: 769px) {
  .exp-summary {
    width: min(68.2rem, 52.4615384615vw);
  }
}
@media all and (max-width: 768px) {
  .exp-summary {
    width: 65.2173913043vw;
  }
}
.exp-summary__image {
  margin-bottom: 4rem;
}
@media all and (max-width: 768px) {
  .exp-summary .dl-wrap {
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-bottom: 2.5rem;
  }
  .exp-summary .dl-wrap dd {
    flex: 100%;
  }
  .exp-summary .dl-wrap:has(.dl-wrap) {
    margin-bottom: 0;
  }
}
.exp-summary .c-link-circle {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.exp-gallery {
  overflow: hidden;
}
@media all and (min-width: 769px) {
  .exp-gallery {
    position: absolute;
    top: min(10rem, 7.6923076923vw);
    width: min(30rem, 23.0769230769vw);
    height: 120rem;
  }
}
@media all and (max-width: 768px) {
  .exp-gallery {
    width: 100vw;
    height: 36.231884058vw;
    margin-top: 14.4927536232vw;
    margin-inline: calc(-50vw + 50%);
    margin-bottom: calc(-1 * 14.4927536232vw);
  }
}
.exp-gallery__inner {
  display: flex;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
@media all and (min-width: 769px) {
  .exp-gallery__inner {
    width: 100%;
    height: min(120rem, 92.3076923077vw);
    flex-direction: column;
    animation: gallery-vertical 30s infinite linear both;
  }
}
@media all and (max-width: 768px) {
  .exp-gallery__inner {
    width: 144.9275362319vw;
    height: auto;
    animation: gallery 30s infinite linear both;
  }
}
.exp-gallery__image {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.--experience-01,
.--experience-02,
.--experience-03,
.--experience-04 {
  overflow-x: clip;
}
@media all and (min-width: 769px) {
  .--experience-01,
  .--experience-02,
  .--experience-03,
  .--experience-04 {
    min-height: min(90rem, 69.2307692308vw);
  }
}

@media all and (min-width: 769px) {
  .--experience-01 {
    margin-bottom: min(14rem, 10.7692307692vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-01 {
    margin-bottom: 16.9082125604vw;
  }
}
.--experience-01 .dl-wrap:has(.dl-wrap) {
  justify-content: flex-start;
}
@media all and (max-width: 768px) {
  .--experience-01 .c-link-circle .circle-arrow {
    background: var(--color-a);
  }
}

.--experience-01 .exp-summary,
.--experience-04 .exp-summary {
  margin-left: auto;
}
@media all and (min-width: 769px) {
  .--experience-01 .exp-title,
  .--experience-04 .exp-title {
    left: min(34rem, 26.1538461538vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-01 .exp-title,
  .--experience-04 .exp-title {
    left: calc(-1 * 7.2463768116vw);
  }
}
@media all and (min-width: 769px) {
  .--experience-01 .exp-gallery,
  .--experience-04 .exp-gallery {
    left: 0;
  }
}
@media all and (min-width: 769px) {
  .--experience-01 .exp-summary__image,
  .--experience-04 .exp-summary__image {
    width: min(84rem, 64.6153846154vw);
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .--experience-01 .exp-summary__image,
  .--experience-04 .exp-summary__image {
    width: 108.6956521739vw;
    max-width: none;
    margin-left: calc(-1 * 24.6376811594vw);
  }
}

@media all and (min-width: 769px) {
  .--experience-02 {
    margin-bottom: min(14rem, 10.7692307692vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-02 {
    margin-bottom: 16.9082125604vw;
  }
}

.--experience-02 .exp-summary,
.--experience-03 .exp-summary {
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .--experience-02 .exp-summary .c-link-circle:hover .circle-arrow,
  .--experience-03 .exp-summary .c-link-circle:hover .circle-arrow {
    background: var(--color-d);
  }
}
@media all and (max-width: 768px) {
  .--experience-02 .exp-summary .c-link-circle,
  .--experience-03 .exp-summary .c-link-circle {
    margin-left: 0;
  }
  .--experience-02 .exp-summary .c-link-circle .circle-arrow,
  .--experience-03 .exp-summary .c-link-circle .circle-arrow {
    background: var(--color-d);
  }
}
@media all and (min-width: 769px) {
  .--experience-02 .exp-title,
  .--experience-03 .exp-title {
    right: min(34rem, 26.1538461538vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-02 .exp-title,
  .--experience-03 .exp-title {
    right: calc(-1 * 7.2463768116vw);
  }
}
@media all and (min-width: 769px) {
  .--experience-02 .exp-gallery,
  .--experience-03 .exp-gallery {
    right: 0;
  }
}
@media all and (min-width: 769px) {
  .--experience-02 .exp-summary__image,
  .--experience-03 .exp-summary__image {
    width: min(73rem, 56.1538461538vw);
    max-width: none;
    margin-left: calc(-1 * min(5rem, 3.8461538462vw));
  }
}
@media all and (max-width: 768px) {
  .--experience-02 .exp-summary__image,
  .--experience-03 .exp-summary__image {
    width: 103.8647342995vw;
    max-width: none;
    margin-left: calc(-1 * 13.2850241546vw);
  }
}

@media all and (min-width: 769px) {
  .--experience-03 .exp-summary .c-link-circle {
    margin-top: min(7rem, 5.3846153846vw);
  }
  .--experience-03 .exp-summary .c-link-circle:hover .circle-arrow {
    background: var(--color-c);
  }
}
@media all and (min-width: 769px) {
  .--experience-03 .exp-summary__image {
    width: min(73rem, 56.1538461538vw);
    max-width: none;
  }
}
@media all and (max-width: 768px) {
  .--experience-03 .exp-summary__image {
    width: 103.8647342995vw;
    max-width: none;
    margin-left: calc(-1 * 24.6376811594vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-03 .c-link-circle .circle-arrow {
    background: var(--color-c);
  }
}

@media all and (min-width: 769px) {
  .--experience-04 {
    margin-bottom: min(14rem, 10.7692307692vw);
  }
}
@media all and (max-width: 768px) {
  .--experience-04 {
    margin-bottom: 16.9082125604vw;
  }
}
@media all and (max-width: 768px) {
  .--experience-04 .exp-gallery {
    margin-top: 36.231884058vw;
  }
}
@media all and (max-width: 768px) {
  .--experience-04 .main-info__text {
    margin-left: -1em;
  }
}

.facility-info {
  position: relative;
  padding-block: min(12rem, 9.2307692308vw);
}
@media all and (max-width: 768px) {
  .facility-info {
    padding-block: 16.9082125604vw;
  }
}
.facility-info::before, .facility-info::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: min(2.2rem, 1.6923076923vw);
}
@media all and (max-width: 768px) {
  .facility-info::before, .facility-info::after {
    height: 2.0531400966vw;
  }
}
.facility-info.--map::before {
  top: 0;
  background: url("images/top/bg_section-top.svg") top center repeat-x;
}
.facility-info.--map::after {
  bottom: 0;
  background: url("images/facility/bg_section-bottom-green.svg") bottom center repeat-x;
}
.facility-info.--rental::after {
  bottom: 0;
  background: url("images/top/bg_section-bottom.svg") bottom center repeat-x;
}
.facility-info.--map {
  background: #FFC091;
  background: linear-gradient(140deg, rgba(255, 192, 145, 0.3) 0%, rgba(245, 237, 152, 0.3) 27%, rgba(249, 242, 59, 0.3) 52%, rgba(132, 227, 249, 0.3) 77%, rgba(149, 219, 235, 0.3) 100%);
}
.facility-info.--rental {
  background: #f7ffea;
}
.facility-info.--access {
  padding-bottom: 0;
  margin-bottom: calc(-1 * min(5rem, 3.8461538462vw));
}
@media all and (min-width: 769px) {
  .facility-info.--access .facility-info__title {
    position: absolute;
    top: min(12.5rem, 9.6153846154vw);
    left: calc(50% - min(57rem, 43.8461538462vw));
    writing-mode: vertical-rl;
    margin: 0;
  }
  .facility-info.--access .facility-info__title .c-ja {
    border-bottom: none;
    border-left: 2px solid;
    padding-left: 0.8rem;
  }
}
@media all and (min-width: 769px) {
  .facility-info.--access .top-access__inner {
    left: min(3.2rem, 2.4615384615vw);
  }
}
.facility-info__title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 5rem;
}
@media all and (max-width: 768px) {
  .facility-info__title {
    flex-wrap: wrap;
  }
}
.facility-info__title .c-en {
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.7;
  letter-spacing: 0.1em;
}
@media all and (max-width: 768px) {
  .facility-info__title .c-en {
    flex: 100%;
    text-align: center;
    font-size: 5rem;
  }
}
.facility-info__title .c-ja {
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
}
.facility-info .map-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media all and (min-width: 769px) {
  .facility-info .map-wrap {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .facility-info .map-wrap {
    flex-direction: column;
    margin-inline: 5.0724637681vw;
    row-gap: 12.077294686vw;
  }
}
.facility-info .map-div {
  flex: 1;
}
@media all and (min-width: 769px) {
  .facility-info .park-map {
    flex: 0 0 min(40rem, 30.7692307692vw);
    position: sticky;
    top: min(13rem, 10vw);
    height: 100%;
  }
}
.facility-info .park-map .area-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 0;
}
.facility-info .park-map .area-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.3rem;
}
.facility-info .park-map .area-list .icon-map {
  width: 2.5rem;
}
.facility-info .park-map .area-list .icon-map.--event {
  width: 3.2rem;
  margin-left: -0.35rem;
}
@media all and (min-width: 769px) {
  .facility-info .park-area {
    flex: 0 0 min(70rem, 53.8461538462vw);
  }
}
.facility-info .park-area .area-wrap {
  display: grid;
  gap: 2rem 3rem;
}
@media all and (min-width: 769px) {
  .facility-info .park-area .area-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.facility-info .park-area .area-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 3rem;
  border-radius: 3rem;
}
.facility-info .park-area .area-summary .area-image,
.facility-info .park-area .area-summary .area-content {
  flex: 100%;
}
.facility-info .park-area .area-summary.--camp, .facility-info .park-area .area-summary.--event {
  margin-bottom: 2rem;
}
@media all and (min-width: 769px) {
  .facility-info .park-area .area-summary.--camp, .facility-info .park-area .area-summary.--event {
    flex-wrap: nowrap;
    gap: 3rem;
  }
  .facility-info .park-area .area-summary.--camp .area-image, .facility-info .park-area .area-summary.--event .area-image {
    flex: 0 0 min(30rem, 23.0769230769vw);
  }
}
.facility-info .park-area .area-summary.--play, .facility-info .park-area .area-summary.--service {
  padding-block: 2.6rem;
  text-align: center;
}
.facility-info .park-area .area-summary.--play .area-desc, .facility-info .park-area .area-summary.--service .area-desc {
  margin-block: 1rem 0;
}
.facility-info .park-area .area-summary .c-link-circle {
  margin-top: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.facility-info .park-area .area-image {
  position: relative;
}
.facility-info .park-area .area-image .icon-map {
  position: absolute;
  top: -1rem;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facility-info .park-area .area-image .icon-map.--event {
  top: -1.8rem;
  left: -1.6rem;
}
.facility-info .park-area .area-image .icon-map span {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 800;
}
.facility-info .park-area .area-image > img {
  border-radius: 2rem;
}
.facility-info .park-area .area-name {
  margin-block: 0.8rem 1rem;
  font-size: 1.8rem;
}
.facility-info .park-area .area-fee {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-block: 2rem 1rem;
}
.facility-info .park-area .area-fee dt {
  flex: 0 0 9.5rem;
  font-size: 1.2rem;
  line-height: 2.3rem;
  text-align: center;
  background: #fff;
}
.facility-info .park-area .annotation {
  font-size: 1.2rem;
  line-height: 2.4rem;
  display: block;
}
.facility-info .rental-wrap {
  display: grid;
  justify-content: center;
  gap: 3rem 4rem;
}
@media all and (min-width: 769px) {
  .facility-info .rental-wrap {
    grid-template-columns: repeat(2, 1fr);
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
  }
}
@media all and (max-width: 768px) {
  .facility-info .rental-wrap {
    margin-inline: 5.0724637681vw;
  }
}
.facility-info .rental-div {
  background: #fff;
  padding: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
  border-radius: 3rem;
}
@media all and (min-width: 769px) {
  .facility-info .rental-div:nth-last-child(2) {
    margin-left: auto;
  }
}
.facility-info .rental-div.--small {
  padding-block: 2.3rem;
}
@media all and (min-width: 769px) {
  .facility-info .rental-div.--small {
    width: min(37.3rem, 28.6923076923vw);
  }
}
.facility-info .rental-div .set-image {
  border-radius: 2rem;
}
@media all and (min-width: 769px) {
  .facility-info .rental-div .set-image {
    flex: 0 0 min(20rem, 15.3846153846vw);
    max-width: min(20rem, 15.3846153846vw);
  }
}
@media all and (max-width: 768px) {
  .facility-info .rental-div .set-image {
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.facility-info .rental-div .set-summary {
  flex: 1;
}
.facility-info .rental-div .set-name {
  font-size: 1.8rem;
  margin-block: 0;
}
.facility-info .rental-div .set-price {
  display: block;
  font-weight: bold;
  text-align: right;
}
.facility-info .rental-div .set-list {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid;
  display: flex;
  flex-wrap: nowrap;
}
.facility-info .rental-div .set-list ul {
  flex: 1;
}
.facility-info .rental-div .set-list li {
  line-height: 2.4rem;
}
.facility-info .rental-div .set-list li::before {
  top: 0.5em;
}
.facility-info .rental-div .set-all {
  display: block;
  text-align: right;
}

.related-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: min(4rem, 3.0769230769vw);
}
@media all and (min-width: 769px) {
  .related-link {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
    margin-block: min(9.5rem, 7.3076923077vw) calc(-1 * min(4.5rem, 3.4615384615vw));
  }
}
@media all and (max-width: 768px) {
  .related-link {
    flex-wrap: wrap;
    margin-inline: 5.0724637681vw;
    margin-block: 11.4734299517vw calc(-1 * 5.4347826087vw);
  }
}
.related-link__item {
  flex: 0 0 min(58rem, 44.6153846154vw);
}
@media all and (max-width: 768px) {
  .related-link__item {
    flex: 100%;
  }
}
.related-link__item a {
  display: flex;
  gap: 0;
  background: #f9fafc;
  border-radius: 2rem;
  overflow: hidden;
}
.related-link__item a .circle-arrow {
  background: var(--color-a);
}
.related-link__item a:-moz-any-link {
  text-decoration: none;
}
.related-link__item a:any-link {
  text-decoration: none;
}
@media all and (min-width: 769px) {
  .related-link__item a:hover {
    background: var(--color-a);
  }
  .related-link__item a:hover .circle-arrow {
    background: #fff;
  }
}
@media all and (min-width: 769px) {
  .related-link__item.--shopping a:hover {
    background: var(--color-c);
  }
}
.related-link__item.--shopping .circle-arrow {
  background-color: var(--color-c);
}
@media all and (min-width: 769px) {
  .related-link__item.--experience a:hover {
    background: var(--color-d);
  }
}
.related-link__item.--experience .circle-arrow {
  background-color: var(--color-d);
}
.related-link .link-image {
  width: min(28rem, 21.5384615385vw);
}
@media all and (max-width: 768px) {
  .related-link .link-image {
    width: 43.4782608696vw;
  }
}
.related-link .link-text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-left: min(5rem, 3.8461538462vw);
}
@media all and (max-width: 768px) {
  .related-link .link-text {
    font-size: 1.8rem;
  }
}
.related-link .circle-arrow {
  order: 1;
  margin-left: auto;
  margin-right: min(3rem, 2.3076923077vw);
}

@media all and (min-width: 769px) {
  .page__inner {
    width: min(90rem, 69.2307692308vw);
    margin-inline: auto;
    margin-bottom: min(9rem, 6.9230769231vw);
  }
}
@media all and (max-width: 768px) {
  .page__inner {
    margin-inline: 5.0724637681vw;
    margin-bottom: 10.8695652174vw;
  }
}

.page__title {
  margin-block: 10rem 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.page__title:first-child {
  margin-top: 5rem;
}

.dl-wrap {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: 2rem;
}
.dl-wrap:has(.dl-wrap) {
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .dl-wrap:has(.dl-wrap) {
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.dl-wrap dl.fit-content {
  flex: fit-content;
}
.dl-wrap dt {
  flex: 0 0 min(8rem, 6.1538461538vw);
  border: 1px solid;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .dl-wrap dt {
    flex: 0 0 19.3236714976vw;
  }
}
.dl-wrap dd {
  line-height: 1.5;
}
.dl-wrap dd .c-en {
  font-size: 1.6rem;
}

.dl-box {
  padding: 3rem;
  background: #fff9cc;
}
.dl-box .dl-wrap {
  margin-bottom: 1rem;
  gap: 1rem;
}
.dl-box .dl-wrap:last-child {
  margin-bottom: 0;
}

.excursion-map {
  background: #eee;
  height: min(50rem, 38.4615384615vw);
}
@media all and (min-width: 769px) {
  .excursion-map {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
    margin-bottom: min(9rem, 6.9230769231vw);
  }
}
@media all and (max-width: 768px) {
  .excursion-map {
    margin-inline: 5.0724637681vw;
    margin-bottom: 10.8695652174vw;
  }
}

@media all and (min-width: 769px) {
  .excursion-spot {
    width: min(120rem, 92.3076923077vw);
    margin-inline: auto;
    margin-bottom: min(9rem, 6.9230769231vw);
  }
}
@media all and (max-width: 768px) {
  .excursion-spot {
    margin-inline: 5.0724637681vw;
    margin-bottom: 10.8695652174vw;
  }
}
.excursion-spot__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(3rem, 2.3076923077vw);
}
@media all and (max-width: 768px) {
  .excursion-spot__list {
    grid-template-columns: 1fr;
    row-gap: 7.2463768116vw;
  }
}
.excursion-spot__item {
  position: relative;
}
.excursion-spot__item .spot-image {
  border-radius: 2rem;
}
.excursion-spot__item .spot-notice {
  position: absolute;
  top: calc(-1 * min(2rem, 1.5384615385vw));
  right: calc(-1 * min(2rem, 1.5384615385vw));
  width: min(11.5rem, 8.8461538462vw);
}
@media all and (max-width: 768px) {
  .excursion-spot__item .spot-notice {
    top: -1.5rem;
    right: -1.5rem;
    width: 11.5rem;
  }
}
.excursion-spot__item .spot-name {
  margin-block: 2rem 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.excursion-spot__item .spot-text {
  margin-block: 0;
  line-height: 3rem;
}

.local-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3.8rem;
       column-gap: 3.8rem;
  padding-bottom: 1.5rem;
}
@media all and (max-width: 768px) {
  .local-navi {
    -moz-column-gap: 3.6231884058vw;
         column-gap: 3.6231884058vw;
    padding-bottom: 0;
    margin-inline: 2.6570048309vw;
  }
}
.local-navi li {
  font-size: 1.5rem;
  padding-inline: 1.8rem 3.8rem;
}
@media all and (max-width: 768px) {
  .local-navi li {
    font-size: 2.6570048309vw;
    padding-inline: 3.6231884058vw;
  }
}
.local-navi li::before {
  content: "▼";
  position: absolute;
  top: 0.2em;
  left: 0;
  margin: auto;
  font-size: 1.2rem;
}
@media all and (max-width: 768px) {
  .local-navi li::before {
    top: 0.1em;
    font-size: 2.4154589372vw;
  }
}
.local-navi li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--color-text);
}
.local-navi li a:-moz-any-link {
  color: var(--color-text);
  text-decoration: none;
}
.local-navi li a:any-link {
  color: var(--color-text);
  text-decoration: none;
}
.local-navi li a:hover {
  text-decoration: underline;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0 !important;
}

.u-margin-half {
  margin-bottom: calc(2rem / 2);
}

.u-margin-default {
  margin-bottom: 2rem;
}

.u-margin-double {
  margin-bottom: calc(2rem * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

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

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

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

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.m-header__nav .is-current,
.m-footer__nav .is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */