@charset "UTF-8";
@import url("https://use.typekit.net/bzx1fhl.css");
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

*:focus {
  outline: none;
}

::before,
::after {
  box-sizing: inherit;
  margin: 0;
}

::-moz-selection {
  background-color: #ccc;
}

::selection {
  background-color: #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

ul,
ol {
  padding: 0;
  list-style: none;
}

dl {
  padding: 0;
}

iframe {
  border-style: none;
}

/*

config setup

*/
@media (max-width: 896px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  ._tablet {
    display: none !important;
  }
}
@media (min-width: 896px) {
  ._sp {
    display: none !important;
  }
}
/*

common setup

*/
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  background-color: #F3EEE7;
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  margin-top: 2em;
  font-size: 1.3rem;
}
.recaptcha a {
  text-decoration: underline;
}

._order div:nth-child(1) {
  order: 1;
}
._order div:nth-child(2) {
  order: 2;
}
@media screen and (max-width: 896px) {
  ._order div:nth-child(1) {
    order: 2;
  }
  ._order div:nth-child(2) {
    order: 1;
  }
}

.js-100vh {
  height: 100vh; /* 初期設定 */
}

.js-curtain {
  opacity: 0;
}

.js-curtain-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.js-curtain-container img {
  width: 100vw;
  display: block;
}

.js-curtain-curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a6052;
  z-index: 1;
}

/* アニメーション対象の文字を見えないようにする */
._splits {
  visibility: hidden;
}

._none {
  display: none;
}

._gsap-scaleup {
  display: block;
  margin: 0 auto;
  transform-origin: center;
  transition: width 0.3s ease;
}

/*

js-io setup

*/
.js-io._fadeup {
  transform: translateY(30px);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._fadein {
  transform: translateY(0);
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, visibility 1s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.js-io._show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.js-io._delay {
  opacity: 0;
  transition: opacity 1.5s, transform 1.5s;
  transform: translateY(0);
}
.js-io._delay._show {
  opacity: 1;
  transform: translateY(0);
}
.js-io._delay._show:nth-of-type(1) {
  transition-delay: 0s;
}
.js-io._delay._show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.js-io._delay._show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.js-io._delay._show:nth-of-type(4) {
  transition-delay: 0.3s;
}
.js-io._delay._show:nth-of-type(5) {
  transition-delay: 0.4s;
}
.js-io._delay._show:nth-of-type(6) {
  transition-delay: 0.5s;
}

/*

toggle

*/
.toggle {
  border-bottom: 1px solid #2a6052;
}
@media screen and (max-width: 896px) {
  .toggle {
    padding-top: 3rem;
  }
}
.toggle dt {
  cursor: pointer;
}
.toggle dd {
  display: none;
}
.toggle._faq {
  counter-reset: my-counter; /* カウンターをリセット */
}
@media screen and (max-width: 896px) {
  .toggle._faq {
    padding-top: 0;
  }
}
.toggle._faq dt {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 0 1em;
  border-top: 1px solid black;
  vertical-align: middle;
  font-size: clamp(1.6rem, 0.93125rem + 0.625vw, 1.7rem);
  line-height: 1.6;
}
@media (max-width: 900px) {
  .toggle._faq dt {
    padding: 1.5em 0 1.5em;
  }
}
@media screen and (max-width: 896px) {
  .toggle._faq dt {
    font-size: 1.4rem;
  }
}
.toggle._faq dt span {
  font-size: clamp(1.4rem, 0.78125rem + 0.625vw, 1.6rem);
  display: block;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  .toggle._faq dt span {
    font-size: 1rem;
  }
}
.toggle._faq dt .question {
  width: 80%;
}
.toggle._faq dd {
  position: relative;
  padding: 0 0 1em;
  margin-bottom: 1em;
}
.toggle._faq dd p {
  text-align: justify;
  font-size: clamp(1.4rem, 0.78125rem + 0.625vw, 1.6rem);
}
.toggle._faq dd ul {
  margin-top: 1em;
}

.toggle-btn {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  border-radius: 50%;
  background-color: #000;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 896px) {
  .toggle-btn {
    width: 20px;
    height: 20px;
  }
}

.toggle-btn:before,
.toggle-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 896px) {
  .toggle-btn:before,
  .toggle-btn:after {
    width: 10px;
  }
}

.toggle-btn:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

dt.active .toggle-btn:before {
  transform: translate(-50%, -50%) rotate(0deg); /* 縦棒を消してマイナスにする */
}

/*

gmap setup

*/
.gmap {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
  border-radius: 10px;
}
@media screen and (max-width: 896px) {
  .gmap {
    padding-top: 100%;
  }
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

scrool guide

*/
.scroolGuide-content-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.scroolGuide {
  position: relative;
  z-index: 10;
  right: 10px;
  bottom: 0;
  width: 100px;
  height: 180px;
  border: 1px solid blue;
  line-height: 0;
}

.scroolGuide-content {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  width: 1px;
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .scroolGuide-content {
    right: 15px;
  }
}

.scroolGuide-text {
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #fff;
  line-height: 0;
  transform: rotate(-90deg);
  transform-origin: top left; /* 回転の中心を左上に設定 */
  font-size: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  .scroolGuide-text {
    left: 1px;
    letter-spacing: 0.01em;
  }
}

.js-scrolldown {
  width: 1px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.js-scrolldown .js-scrolldown-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -180px;
  background-size: 100% 200%;
  animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 calc(-1 * 180px);
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 180px;
  }
}
@media screen and (max-width: 900px) {
  .js-scrolldown {
    height: 80px;
  }
  p.scroolGuide-text {
    top: calc(-1 * 80px - 30px);
  }
  .js-scrolldown .js-scrolldown-line {
    background-position: 0 80px;
  }
  @keyframes scrolldown {
    0% {
      background-position: 0 calc(-1 * 80px);
    }
    75% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 80px;
    }
  }
}
/* 基準を1rem = 10pxに設定 */
html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 1.6rem;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

._bold {
  font-weight: bold;
}

.typo-grab {
  font-family: "grad", serif;
  font-weight: 400;
}

.fs-m {
  font-size: clamp(1.8rem, 1.18125rem + 0.625vw, 2rem);
}
@media screen and (max-width: 1512px) {
  .fs-m {
    font-size: clamp(1.6rem, 0.98125rem + 0.625vw, 1.8rem);
  }
}
@media screen and (max-width: 896px) {
  .fs-m {
    font-size: 1.5rem;
  }
}

.fs-l {
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  .fs-l {
    font-size: 1.8rem;
  }
}

.fs-xl {
  font-size: 2.7rem;
}

.fs-xxl {
  font-size: clamp(3.8rem, 4.18125rem + 0.625vw, 6rem);
  line-height: 1.1;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 896px) {
  .fs-xxl {
    font-size: 3rem;
  }
}

._fs-xxl {
  font-size: clamp(5rem, 4.48125rem + 0.625vw, 5.4rem);
  line-height: 1.2;
  margin-bottom: 1em;
}
@media screen and (max-width: 896px) {
  ._fs-xxl {
    font-size: 2.8rem;
  }
}

._fs-xl {
  font-size: clamp(2.4rem, 2.08125rem + 0.625vw, 3.2rem);
  line-height: 1.8;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 896px) {
  ._fs-xl {
    font-size: clamp(1.8rem, 1.18125rem + 0.625vw, 2rem);
    margin-bottom: 1.5em;
  }
}

._fs-l {
  font-size: clamp(2.4rem, 2.08125rem + 0.625vw, 3.2rem);
  line-height: 1.8;
  margin-bottom: 0.55em;
}

._fs-s {
  font-size: clamp(1.3rem, 0.73125rem + 0.625vw, 1.6rem);
  line-height: 2.1;
  margin-bottom: 0.4em;
}

._fs-xs {
  font-size: clamp(1.1rem, 0.53125rem + 0.625vw, 1.4rem);
  line-height: 2.2;
  margin-bottom: 0.35em;
}

.button-wrap._center {
  display: flex;
  justify-content: center;
}
.button-wrap._right {
  display: flex;
  justify-content: end;
}

._slot {
  display: inline-block;
  overflow: hidden;
  /* アニメーションの対象を span に変更 */
  /* 遅延アニメーション */
  /* アニメーションの2段目 */
}
._slot .wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
._slot .wrap:hover span {
  transform: translateY(-1.5em);
}
._slot span {
  position: relative;
  display: inline-block;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  content: attr(data-text);
}
._slot span:nth-child(1) {
  transition-delay: 20ms;
}
._slot span:nth-child(2) {
  transition-delay: 40ms;
}
._slot span:nth-child(3) {
  transition-delay: 60ms;
}
._slot span:nth-child(4) {
  transition-delay: 80ms;
}
._slot span:nth-child(5) {
  transition-delay: 100ms;
}
._slot span:nth-child(6) {
  transition-delay: 120ms;
}
._slot span:nth-child(7) {
  transition-delay: 140ms;
}
._slot span:nth-child(8) {
  transition-delay: 160ms;
}
._slot span:nth-child(9) {
  transition-delay: 180ms;
}
._slot span:nth-child(10) {
  transition-delay: 200ms;
}
._slot span:after {
  content: attr(data-text);
  position: absolute;
  top: 1.5em;
  left: 0;
}

a._underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

a._underline::after,
a._underline::before {
  position: absolute;
  bottom: 0.25em;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #313131;
  transform-origin: left top;
  transition: transform 0.3s, opacity 0.2s;
}

a._underline::after {
  transform: scale(1, 1);
  opacity: 0.2;
}

a._underline::before {
  transform: scale(0, 1);
  transition-delay: 0.2s;
}

a._underline:hover::before {
  transform: scale(1, 1);
}

a._underline:hover::after {
  opacity: 0.1;
}

.animated-button {
  display: inline-flex;
  margin-top: 2.5em;
  padding: 1em 2.5em;
  color: #fff;
  background: #555555;
  font-size: clamp(1.5rem, 0.83125rem + 0.625vw, 1.6rem);
  border-radius: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}
@media screen and (max-width: 896px) {
  .animated-button {
    padding: 0.7em 2em;
    font-size: 12px;
  }
}

.animated-button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 0;
  transition: transform 0.4s ease;
  transform: translateY(100%);
}

.animated-button:hover::after {
  transform: translateY(0);
}

.animated-button:hover {
  color: #fff;
}

.animated-button span {
  position: relative;
  z-index: 1;
  display: block;
  padding-right: 1em;
}

.animated-button img.arrow {
  width: 16px;
}

.animated-button--reverse {
  background: #fff;
  color: #333;
}
.animated-button--reverse span {
  padding-right: 0;
}
.animated-button--reverse::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.animated-button--reverse:hover {
  color: #333;
}

/* 競合が起こらないように限定的なセレクタを使用 */
button.btn._primary:hover span {
  color: #f8f6df; /* 他のボタンには別のホバー効果 */
}

button.btn._primary {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  font-size: 1.7rem;
  padding: 1em 2em;
  margin: 5rem 0;
  border-radius: 100px;
  cursor: pointer;
  background-color: #373737;
}
@media screen and (max-width: 896px) {
  button.btn._primary {
    width: 90%;
    margin: 5rem auto 0;
    font-size: 2rem;
  }
}
button.btn._primary:hover > span {
  color: #f8f6df;
}
button.btn._primary span {
  color: #ff5f00;
  animation: marquee 5s infinite normal linear;
  padding: 0 0.5em;
}
button.btn._second {
  position: fixed;
  top: 30px;
  right: 50px;
  display: none; /* 最初は非表示 */
  z-index: 9999;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  font-size: 3rem;
  padding: 1em;
  border-radius: 100px;
  cursor: pointer;
  background-color: #f8f6df;
  border: 4px solid #ff5f00;
}
@media screen and (max-width: 896px) {
  button.btn._second {
    width: 90%;
    padding: 1em 0;
    left: 50%; /* 水平中央揃えのために追加 */
    right: 50%; /* 水平中央揃えのために追加 */
    transform: translateX(-50%); /* 水平中央揃えのために追加 */
    font-size: 2rem;
    bottom: 30px;
    top: initial;
  }
}
button.btn._second:hover {
  background-color: #ff5f00;
  border: 4px solid #f8f6df;
}
button.btn._second:hover > span {
  color: #f8f6df;
}
button.btn._second span {
  color: #ff5f00;
  padding: 0 0.5em;
}

.button-primary {
  display: block;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  padding: 1.5em 1.5em;
}
@media screen and (max-width: 896px) {
  .button-primary {
    padding: 1em 1em;
  }
}
.button-primary ._slot,
.button-primary .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.button-primary:hover .wrap span {
  transform: translateY(-1.5em);
}
.button-primary:hover ._slot {
  overflow: hidden;
}

body #loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fffef3;
  display: none;
  visibility: hidden;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  will-change: opacity;
}
body #loader-wrapper.loading {
  display: block;
  visibility: visible;
}
body #loader-wrapper.loaded {
  visibility: hidden;
  opacity: 0;
}

body.transition #loader-wrapper {
  opacity: 1;
}

body #loader-wrapper #loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body #loader-wrapper {
  background-color: #fffef3;
}

.loader {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  animation: loading 1.1s infinite linear;
}

.loader:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: solid 1px #eee;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}

.loader:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: solid 1px #333;
  border-radius: 100px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lottie-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh; /* 画面の高さに合わせて調整 */
  height: 100svh;
}

#lottie {
  width: 55%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  animation: fadein 0.5s ease-in-out 1s forwards;
}
@media screen and (max-width: 896px) {
  #lottie {
    width: 84%;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*

preloader

*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.preloader .preloader_text {
  color: #fff;
}

/*

marquee animation

*/
/*

header

*/
.js-mobilemenu-show header.site-header {
  mix-blend-mode: initial;
}

header.site-header {
  z-index: 10;
  position: fixed;
  top: 30px;
  width: 100%;
  mix-blend-mode: difference;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  header.site-header {
    top: 20px;
  }
}
header.site-header .container {
  width: 97%;
  margin: 0 auto;
  display: flex;
  font-size: 1.6rem;
}
header.site-header .container .nav-pc {
  font-size: 1.6rem;
  line-height: 1.4;
}
header.site-header .container .site-header-center {
  margin: 0 auto;
}
header.site-header nav.site-nav {
  display: flex;
  flex-direction: column;
}
header.site-header nav.site-nav ul {
  border-radius: 100px;
  padding: 0 1em;
  width: 60px;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
header.site-header nav.site-nav ul li.mobilemenu-bloc {
  width: 100%; /* ul 内で最大に */
  height: 100%; /* nav の高さに合わせる */
  cursor: pointer;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.site-header nav.site-nav ul li.account {
  position: relative;
  top: -1px;
  left: 2px;
}
header.site-header nav.site-nav ul li {
  font-weight: 600;
}

.site-nav,
header.site-header a,
header.site-header button {
  pointer-events: auto;
}

body.is-home .site-logo {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; /* 必要ならクリック無効化 */
}
body.is-home .site-logo.visible {
  opacity: 1;
  pointer-events: auto;
}

.js-mobilemenu-show header.site-header nav.site-nav ul li._en {
  opacity: 0;
}

ul.gnav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25em;
}
ul.gnav li.gnav-sitename._center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 140px;
  pointer-events: initial;
}
ul.gnav li.gnav-sitename a {
  font-size: clamp(1.5rem, 0.98125rem + 0.625vw, 1.9rem);
  line-height: 1em;
  font-family: "GT-Sectra", serif;
}
@media screen and (max-width: 896px) {
  ul.gnav li.gnav-sitename a {
    font-size: 17px;
  }
}
ul.gnav li.gnav-menu-wrapper {
  display: flex;
}
ul.gnav li.gnav-menu-wrapper ul {
  display: flex;
  line-height: 1em;
}
ul.gnav li.gnav-menu-wrapper ul li {
  pointer-events: initial;
  white-space: nowrap;
  padding: 0 0.5em 0;
  display: inline-block;
  font-size: clamp(1.4rem, 0.88125rem + 0.625vw, 1.8rem);
}
ul.gnav li.gnav-menu-wrapper ul li a {
  line-height: 1em;
}
ul.gnav li.gnav-menu-wrapper ul li:last-of-type {
  padding-right: 0;
}
ul.gnav li.gnav-menu-wrapper ul .gnavi-menu li {
  position: relative;
}

/* サブメニューの表示設定 */
ul.gnavi-menu > li.parent {
  position: relative; /* サブメニューの基準位置 */
  cursor: pointer;
}
ul.gnavi-menu > li.parent::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: calc(50% - 6px);
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
ul.gnavi-menu > li.parent:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

ul.sub-menu {
  position: absolute;
  top: calc(100% + 5px); /* 親メニューの下に配置 */
  left: 0;
  z-index: -1;
  padding: 1rem 0;
  background-color: rgb(255, 255, 255);
  width: -moz-max-content;
  width: max-content;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
ul.sub-menu li {
  padding: 0.5rem 1.5rem;
  font-size: 1.6rem;
}
ul.sub-menu li a {
  color: #2a6051 !important;
  text-decoration: none;
}
ul.sub-menu li a:hover {
  color: #2a6051 !important;
}

.letter {
  display: inline-block;
}

.fade {
  display: inline-block;
  transform-origin: left center; /* 左側を基準に縮小 */
}

.resarvation {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-size: clamp(1.4rem, 0.78125rem + 0.625vw, 1.6rem);
  line-height: 1;
  cursor: pointer;
  padding: 0.5em 1em;
}
.resarvation ._slot,
.resarvation .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.resarvation:hover ._slot {
  overflow: hidden;
}

/*

mobilemenu

*/
body.js-mobilemenu-show .mobilemenu-wrapper {
  visibility: visible;
  opacity: 1;
}

.mobilemenu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #000;
  z-index: 5;
  display: flex;
  background-size: cover;
  background-position: center center;
}

ul.mobilemenu--main li {
  font-size: 1.7rem;
  margin-top: 0.8em;
}
ul.mobilemenu--main li:first-of-type {
  margin-top: 0;
}

ul.mobilemenu--info {
  margin-top: 3em;
  font-size: 1.4rem;
}
ul.mobilemenu--info li.sns {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(28, 32, 21, 0.7);
  pointer-events: none;
  z-index: 1;
}

.mobilemenu-inner {
  position: relative;
  color: #fff;
  z-index: 5;
  margin-top: 240px;
  left: 15px;
}
.mobilemenu-inner .mobile-menu-logo {
  display: block; /* 幅は中身の画像に依存させる */
  width: 160px;
  height: auto;
  margin: 0 auto 6em;
  line-height: 0; /* 画像周りの余白を消す */
  position: relative; /* 必要なら調整用 */
  z-index: 1; /* 他の要素の上に出したい場合 */
}
@media screen and (max-width: 896px) {
  .mobilemenu-inner .mobile-menu-logo {
    margin: 0 auto;
  }
}

.mobile-menu-logo img {
  display: block; /* 下の余白を消す */
  width: 150px; /* サイズ指定はこちらに移す */
  height: auto;
}

@media screen and (max-width: 896px) {
  .mobile-menu-logo img {
    width: 100px;
  }
}
.mobilemenu-nav {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 896px) {
  .mobilemenu-nav {
    display: block;
    justify-content: space-between;
  }
}

/* mobilemenu */
.mobilemenu-btn-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.mobilemenu-btn {
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%; /* li 全体を覆う */
  height: 100%;
  cursor: pointer;
  transition: background-color 0.35s cubic-bezier(0.37, 0.16, 0.12, 1), visibility 0.3s linear, opacity 0.3s linear;
}
@media (max-width: 768px) {
  .mobilemenu-btn {
    right: 3%;
  }
}

.mobilemenu-btn .inner {
  position: relative;
  width: 30px;
  height: 10px;
  cursor: pointer;
}

.mobilemenu-btn .inner .line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}

.mobilemenu-btn .inner .line::before,
.mobilemenu-btn .inner .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: inherit;
  transition: all 0.3s ease;
  background-color: #fff;
}

.mobilemenu-btn .inner .line::before {
  top: -6px; /* 上のライン */
}

.mobilemenu-btn .inner .line::after {
  top: 6px; /* 下のライン */
}

.mobilemenu-btn._show .inner .line {
  background-color: transparent;
}

.mobilemenu-btn._show .inner .line::before {
  transform: translateY(6px) rotate(-45deg);
}

.mobilemenu-btn._show .inner .line::after {
  transform: translateY(-6px) rotate(45deg);
}

/*

core layout setting

*/
#smooth-content {
  position: relative;
}

#root {
  position: relative;
  background-color: #f3eee7;
  overflow: hidden;
  z-index: 2;
}

.content {
  margin-bottom: 4rem;
}

.sec {
  position: relative;
  padding: 8em 0;
}
@media screen and (max-width: 896px) {
  .sec {
    padding: 4em 0;
  }
}

.sec__body {
  position: relative;
  width: 79.6296296296%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .sec__body {
    display: block;
    width: 100%;
  }
}

.sec__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .sec__main {
    display: block;
    width: 70.1333333333%;
    width: 72%;
    margin-left: 17.6%;
  }
}

.sec__main .sec__main-title {
  width: 23.1727574751%;
}
@media screen and (max-width: 896px) {
  .sec__main .sec__main-title {
    width: 100%;
    margin-bottom: 2em;
  }
}

.sec__main .sec__textarea {
  width: 74.3355481728%;
}
@media screen and (max-width: 896px) {
  .sec__main .sec__textarea {
    width: 100%;
  }
}
.sec__main .sec__textarea .sec__textarea-inner {
  width: 65.4748603352%;
  min-width: 586px;
}
@media screen and (max-width: 896px) {
  .sec__main .sec__textarea .sec__textarea-inner {
    width: 100%;
    min-width: 100%;
  }
}
.sec__main .sec__textarea .sec__textarea-inner p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 896px) {
  .sec__main .sec__textarea .sec__textarea-inner p {
    text-align: justify;
  }
}
.sec__main .sec__textarea .sec__textarea-inner p:last-child {
  margin-bottom: 0;
}

picture {
  display: block;
}

.iframe-wrap {
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 1rem 0 0;
}
.iframe-wrap iframe {
  margin: 0 auto;
  width: 100%;
}

/*

subpage header

*/
.header-subpage {
  margin: 6em 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .header-subpage {
    margin: 2em 0;
  }
}
.header-subpage a {
  display: inline-block;
  align-items: center;
  justify-content: center;
}
.header-subpage a img.header-subpage--logo {
  display: block;
  width: 200px;
}
@media screen and (max-width: 896px) {
  .header-subpage a img.header-subpage--logo {
    width: 150px;
  }
}

.site-nav {
  position: relative;
}

.rotate-wrapper {
  position: relative;
  top: 30px;
  display: inline-block;
  transform: rotate(90deg);
  width: 60px;
}
.rotate-wrapper .resarvation {
  display: inline-block;
}

/*

Frontpage

*/
img.tit-about {
  width: 87px;
}
@media screen and (max-width: 896px) {
  img.tit-about {
    width: 77px;
  }
}

img.tit-menu {
  width: 70px;
}
@media screen and (max-width: 896px) {
  img.tit-menu {
    width: 60px;
  }
}

img.tit-access {
  width: 165px;
}
@media screen and (max-width: 896px) {
  img.tit-access {
    width: 155px;
  }
}

img.tit-news {
  width: 183px;
}
@media screen and (max-width: 896px) {
  img.tit-news {
    width: 173px;
  }
}

img.tit-reservation {
  width: 160px;
}
@media screen and (max-width: 896px) {
  img.tit-reservation {
    width: 150px;
  }
}

.quandoo {
  margin-top: 4em;
}
@media screen and (max-width: 896px) {
  .quandoo {
    margin-top: 2em;
  }
}

#quandoo-booking-widget iframe {
  width: 100% !important;
  background-color: #fff;
  border-radius: 3px;
}

.sec.sec-reservation .quandoo {
  margin-top: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .sec.sec-reservation .quandoo {
    margin-top: 0;
  }
}

.menu-outer {
  width: 65.4748603352%;
  min-width: 586px;
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .menu-outer {
    width: 100%;
    min-width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;
  }
}

.menu-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 2em;
  border-radius: 5px;
  align-items: stretch;
}
@media screen and (max-width: 896px) {
  .menu-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.menu-row__title {
  font-family: "grad", serif;
  font-style: italic;
  font-size: 2.2rem;
  grid-column: span 3;
}
@media screen and (max-width: 896px) {
  .menu-row__title {
    font-size: 1.8rem;
  }
}

.menu-row__desc {
  font-size: 1.8rem;
  line-height: 1.4;
  grid-column: span 3;
}
@media screen and (max-width: 896px) {
  .menu-row__desc {
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: 0.25em;
  }
}
.menu-row__desc span {
  font-family: "grad", serif;
  font-style: italic;
  font-size: 2.2rem;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 896px) {
  .menu-row__desc span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .menu-row__desc {
    font-size: 1.5rem;
  }
}

.menu-row__price {
  flex: 0 0 auto;
  align-self: end;
  white-space: nowrap;
}

.menu-sake {
  margin: 4em 0 2em;
}
@media screen and (max-width: 896px) {
  .menu-sake {
    margin: 2em 0 1em;
  }
}

.sec__main .sec-mapouter {
  width: 74.3355481728%;
  display: flex;
}
@media screen and (max-width: 896px) {
  .sec__main .sec-mapouter {
    width: 100%;
    display: initial;
  }
}
.sec__main .sec-mapouter .sec-mapouter__map {
  width: 65.4748603352%;
}
@media screen and (max-width: 896px) {
  .sec__main .sec-mapouter .sec-mapouter__map {
    position: relative;
    width: 100vw;
    left: 46%;
    margin-left: -50vw;
  }
  .sec__main .sec-mapouter .sec-mapouter__map svg {
    max-width: 100%;
    width: 100%;
  }
}
.sec__main .sec-mapouter .sec-mapouter__info {
  width: 31.1731843575%;
  margin-left: auto;
}
@media screen and (max-width: 896px) {
  .sec__main .sec-mapouter .sec-mapouter__info {
    width: 100%;
    margin-top: 1em;
  }
}

.sec-mapouter__tit {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.sec-mapouter__tit:first-of-type {
  margin-top: 0;
}

.sec-mapouter__attention {
  margin-top: 1em;
}

.slider {
  overflow: hidden;
  width: 100%;
  height: 200px;
  position: relative;
}

.slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.slider-track img {
  height: 200px;
  width: auto;
  margin-right: 20px;
  flex-shrink: 0;
}

figure {
  margin: 0;
  padding: 0;
}

.sec.sec--news .sec__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .sec.sec--news .sec__main {
    display: block;
    width: 82.4%;
    margin-left: 17.6%;
  }
}

ul.postlist li {
  border-bottom: 1px solid #313131;
  width: 100%;
  padding: 1em 0;
}
ul.postlist li:first-of-type {
  padding-top: 0;
}
ul.postlist .postlist--heading {
  display: grid;
  grid-template-columns: 20% 30% 50%;
  padding-bottom: 1em;
  font-size: 14px;
}
@media screen and (max-width: 896px) {
  ul.postlist .postlist--heading {
    display: none;
  }
}
ul.postlist .postlist--item {
  width: 100%;
}
ul.postlist .postlist--item a.postlist--item-wrapper {
  display: grid;
  align-items: top;
  grid-template-columns: 20% 30% 50%;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
@media screen and (max-width: 896px) {
  ul.postlist .postlist--item a.postlist--item-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
  ul.postlist .postlist--item a.postlist--item-wrapper div:first-of-type {
    font-size: 1.4rem;
  }
  ul.postlist .postlist--item a.postlist--item-wrapper div:nth-of-type(2) {
    font-size: 1.4rem;
    text-decoration: underline;
  }
}
ul.postlist .postlist--item a.postlist--item-wrapper:hover {
  opacity: 0.85;
}
ul.postlist .postlist--item a.postlist--item-wrapper:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/*

single page

*/
.sec-singlepage .sec__main {
  width: 60.6312292359%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .sec-singlepage .sec__main {
    width: 70.1333333333%;
    margin-left: 17.6%;
  }
}

.sec-singlepage .article__heading {
  margin-bottom: 2em;
}
.sec-singlepage .article__heading h1 {
  font-size: 2rem;
}
.sec-singlepage .article__body p {
  margin-top: 1.5em; /* デフォルトのマージン */
}
.sec-singlepage .article__body p:last-child {
  margin-top: 0; /* 最後の段落にはマージンを適用しない */
}
.sec-singlepage .article__body p + p {
  margin-top: 1em; /* 連続する段落の間にマージンを設定 */
}
.sec-singlepage .article__footer {
  padding-top: 4em;
}

@media screen and (max-width: 896px) {
  .sec-reservation .sec__title {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 896px) {
  .sec.sec--menu .sec__title {
    margin-bottom: 3rem;
  }
}
.sec.sec--menu .fs-xxl {
  font-size: 3.8rem;
}
@media screen and (max-width: 1512px) {
  .sec.sec--menu .fs-xxl {
    font-size: clamp(2rem, 1.78125rem + 0.625vw, 3rem);
  }
}
@media screen and (max-width: 896px) {
  .sec.sec--menu .fs-xxl {
    font-size: 1.8rem;
  }
}
/*

menu page

*/
.sec__textarea-head {
  margin-bottom: 2em;
}

ul.menulist {
  margin-bottom: 4em;
}
@media screen and (max-width: 896px) {
  ul.menulist {
    margin-bottom: 2em;
  }
}
ul.menulist .menu {
  display: grid;
  grid-template-columns: 2fr 1fr; /* タイトルと価格を2:1で配置 */
  grid-template-rows: auto auto; /* 行の高さを自動調整 */
  gap: 1em;
  padding: 1.5em 0;
  border-top: 1px solid #313131;
}
ul.menulist .menu:last-child {
  border-bottom: 1px solid #313131;
}
@media screen and (max-width: 896px) {
  ul.menulist .menu {
    grid-template-columns: 1fr; /* スマホでは1列 */
    gap: 0.25em;
    padding: 0.5em 0;
  }
}
ul.menulist .menu__title {
  grid-column: 1/2;
  grid-row: 1;
  font-size: 2.2rem;
  line-height: 1.3;
  align-self: baseline; /* 下揃え */
}
@media screen and (max-width: 1512px) {
  ul.menulist .menu__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  ul.menulist .menu__title {
    font-size: 1.5rem;
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0.25em;
  }
}
ul.menulist .menu__price {
  grid-column: 2/3;
  grid-row: 1;
  text-align: right;
  line-height: 1;
  align-self: end; /* 下揃え */
}
@media screen and (max-width: 896px) {
  ul.menulist .menu__price {
    font-size: 1.4rem;
    grid-column: 1;
    text-align: left;
    grid-row: 4; /* priceを一番下に */
    align-self: start;
  }
}
ul.menulist .menu__desc {
  grid-column: 1/3; /* 全体にまたがる */
  grid-row: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 896px) {
  ul.menulist .menu__desc {
    font-size: 1.4rem;
    line-height: 1.2;
    grid-column: 1;
    grid-row: 2; /* descをpriceの上に */
    margin-top: 0;
    margin-bottom: 0.25em;
  }
}

img[src*="google-analytics.com/collect"] {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.google-form-container {
  width: 100%;
}

.google-form-container iframe {
  height: 900px;
}
@media screen and (max-width: 1512px) {
  .google-form-container iframe {
    height: 900px;
  }
}
@media screen and (max-width: 1512px) {
  .google-form-container iframe {
    height: 900px;
  }
}

/*

footer

*/
@media screen and (max-width: 896px) {
  footer .list._sns {
    margin-top: 3em;
  }
}

.footer--reservations {
  background-color: #313131;
  padding: 3em 0;
}
@media screen and (max-width: 896px) {
  .footer--reservations {
    padding: 2.5em 0;
  }
}
.footer--reservations a {
  width: 38.955026455%;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .footer--reservations a {
    width: 50%;
  }
}

.footer-inner {
  position: relative;
  padding: 4em 0 2em;
  z-index: 0;
  color: #fff;
  background-color: #5a5a5a;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .footer-inner {
    padding: 2em 0 2em;
  }
}
.footer-inner .footer-logo {
  width: 300px;
  display: block;
  margin: 2em auto 2em;
}
@media screen and (max-width: 896px) {
  .footer-inner .footer-logo {
    width: 220px;
    margin: 2em auto 3em;
  }
}

.footer-info {
  width: 96%;
  margin: 0 auto;
  font-size: 1.5rem;
}
@media screen and (max-width: 896px) {
  .footer-info {
    font-size: 1.4rem;
  }
}
.footer-info a {
  padding-top: 1em;
}

.list._company {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .list._company {
    width: 100%;
    font-size: 1.2rem;
  }
}
.list._company span.small {
  position: relative;
  top: -0.5em;
  font-size: 13px;
}
@media screen and (max-width: 896px) {
  .list._company span.small {
    top: -0.25em;
    font-size: 11px;
  }
}
.list._company dt {
  position: relative;
  width: 200px;
  padding-bottom: 0.25em;
  line-height: 1.6;
}
.list._company dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  border-right: 1px solid rgba(72, 61, 22, 0.25);
  top: 0.5em;
  right: 1.5em;
}
@media screen and (max-width: 896px) {
  .list._company dt::after {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .list._company dt {
    width: 100px;
  }
}
.list._company dd {
  position: relative;
  width: calc(100% - 200px);
  padding-bottom: 0.25em;
}
@media screen and (max-width: 896px) {
  .list._company dd {
    width: calc(100% - 100px);
  }
}

.footer {
  position: relative;
  width: 100%;
  z-index: -1;
  box-sizing: border-box;
  padding: 0;
}
.footer a {
  position: relative;
  z-index: 1;
}

.footer-navi li {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 896px) {
  .footer-navi li {
    font-size: 1.2rem;
  }
}
.footer-navi span {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  .footer-navi span {
    font-size: 1.4rem;
  }
}

.footer-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em; /* 項目の間隔 */
  padding: 0;
  margin: 0 0 0 100px;
  list-style: none;
}
@media screen and (max-width: 896px) {
  .footer-navi {
    display: block;
    margin: 2em 0 0 0;
    padding: 2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.footer-navi li {
  width: calc(50% - 0.5em); /* 2列にする */
  margin-bottom: 2em;
}
@media screen and (max-width: 896px) {
  .footer-navi li {
    width: 100%;
    margin-bottom: 1em;
  }
}

.footer-subnavi {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  margin: 4em 0 0 0;
}
.footer-subnavi li {
  margin: 0 0.5em;
}

.image-section {
  width: 100%;
  height: 640px;
  background-image: url("../images/top/bg-store.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .image-section {
    height: 320px;
    margin: 2em auto;
  }
}

.row._3col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 896px) {
  .row._3col {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.row._4col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .row._4col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 896px) {
  .row._4col {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.row._5col {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 8rem;
  align-items: stretch;
}
@media screen and (max-width: 896px) {
  .row._5col {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

/*----------------------------

card

----------------------------*/
.card .card-details {
  padding: 0;
  width: 100%;
  margin-top: 1em;
}
.card .card-date {
  font-size: clamp(1.4rem, 0.68125rem + 0.625vw, 1.4rem);
}
.card .card-heading {
  margin: 1rem 0 1rem;
}
.card .card-heading h2 {
  font-size: 2.4rem;
  line-height: 1.2;
}
.card .card-heading a {
  display: inline-block;
}
.card .card-excerpt {
  font-size: 2rem;
  text-align: justify;
}
.card ul.card-category {
  display: flex;
  font-size: clamp(1.2rem, 0.58125rem + 0.625vw, 1.4rem);
}

ul.card-category {
  display: flex;
  font-size: clamp(1.2rem, 0.68125rem + 0.625vw, 1.6rem);
}

/*----------------------------

single page

----------------------------*/
.article._single {
  width: 92%;
  max-width: 680px;
  margin: 4rem auto 0;
}
.article._single .article-mainvisual img {
  margin-top: 0;
}
.article._single .article-heading {
  margin: 1.5rem 0;
}
.article._single .article-heading h1 {
  font-size: 2.8rem;
  line-height: 1.2;
}
.article._single .article-main {
  margin-bottom: 5rem;
}
.article._single .article-main p {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: justify;
  padding-top: 3rem;
}
.article._single .article-main h1,
.article._single .article-main h2,
.article._single .article-main h3,
.article._single .article-main h4,
.article._single .article-main h5 {
  font-size: 3.2rem;
  padding-top: 3.2rem;
}
.article._single .article-main a {
  text-decoration: underline;
}
.article._single img {
  border-radius: 0.5em;
  margin-top: 3rem;
}

.list._share {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 5rem 0;
}
.list._share li {
  display: block;
  margin-left: 0.5em;
  border: 1px solid #313131;
  padding: 0.5em 1em;
  border-radius: 5em;
}
.list._share li:first-child {
  border: initial;
  background-color: initial;
  margin-left: 0;
  padding: 1em 0;
}

.list-tag {
  display: flex;
  font-size: 1.7rem;
  margin-top: 1em;
  flex-wrap: wrap;
}
.list-tag li {
  padding-right: 1rem;
}
.list-tag li a {
  transition: color, 0.3s;
}
.list-tag li a:before {
  content: "#";
}
.list-tag li:last-of-type {
  padding-right: 0;
}

/*----------------------------

category page

----------------------------*/
.category-header {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.category-header h2 {
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  display: inline-block;
  z-index: 5;
}
.category-header h2 span {
  position: absolute;
  top: 0.25em;
  right: -1.5em;
  background-color: rgba(49, 49, 49, 0.2);
  color: #fff;
  font-size: 11px;
  border-radius: 100px;
  padding: 1em;
  line-height: 1;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/*----------------------------

nav

----------------------------*/
.nav._blog ul {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .nav._blog ul {
    max-width: initial;
    width: 90.2777777778%;
  }
}
.nav._blog ul._all {
  padding-bottom: 5em;
}
.nav._blog ul li {
  text-transform: uppercase;
  padding-left: 1em;
}
.nav._blog ul li:first-child {
  padding-left: 0;
}
.nav._blog ul li a {
  padding: 0.25em 0.5em;
  font-weight: 700;
  line-height: 1;
}
.nav._blog ul li a._current {
  text-decoration: underline;
}

.nav._select {
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  padding-left: 1.8em;
}
@media screen and (max-width: 896px) {
  .nav._select {
    font-size: 1.4rem;
    max-width: initial;
  }
}
.nav._select:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.15rem;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2a6052;
  border-left: 1px solid #2a6052;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 896px) {
  .nav._select:after {
    top: 0.3rem;
  }
}
.nav._select select {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  color: #2a6052 !important;
}

@media screen and (max-width: 896px) {
  .content._all {
    padding-top: calc(80px + 1em);
  }
}

.related_content {
  margin-right: -2%;
}
.related_content .widget-title {
  padding-top: initial !important;
  margin: 4rem 0 2rem;
}

ul.related-posts.extended_view,
ul.related_du-posts.extended_view {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.related-posts.extended_view a,
ul.related_du-posts.extended_view a {
  text-decoration: none !important;
}
ul.related-posts.extended_view img,
ul.related_du-posts.extended_view img {
  margin-top: 0;
}

/* li */
li.related-post.extended_view,
li.related_du-post.extended_view {
  position: relative;
  display: inline-block;
  float: left;
  list-style: none;
  width: 31%;
  min-height: initial !important;
  margin: 0 2% 2rem 0 !important;
  padding: 0;
  cursor: pointer;
  text-decoration: none !important;
}

/* span */
.extended_view span.related-post-title,
.extended_view span.related_du-post-title {
  font-size: 1.7rem !important;
  position: relative !important;
  color: #313131 !important;
  background-color: initial !important;
  text-decoration: none !important;
  margin: 1rem 0 0 !important;
  width: 100%;
  overflow: hidden;
  display: block;
  text-align: initial !important;
  height: initial !important;
  line-height: 1.3 !important;
}

/*----------------------------

wp style update

----------------------------*/
ul.wp-block-list {
  font-size: 1.7rem;
  margin: 1rem 0 0; /* 上下のマージン */
}
ul.wp-block-list > li {
  padding: 0.8em 0; /* 左側のインデント */
  margin-bottom: 0.5em; /* リスト項目間のマージン */
  border-bottom: 1px solid #313131;
  line-height: 1.6;
}

/* wp-block-listクラスが付いた番号付きリストスタイル */
ol.wp-block-list {
  font-size: 1.7rem;
  list-style-type: decimal; /* 番号付きのリストに設定 */
  padding-left: 1em; /* 左側のインデント */
  margin: 1rem 0 0; /* 上下のマージン */
}

ol.wp-block-list li {
  margin-bottom: 1em; /* リスト項目間のマージン */
}

.wp-element-caption {
  font-size: 11px !important;
  color: rgba(0, 0, 0, 0.5);
}

/* 埋め込みラッパーのクラスを調整 */
.wp-block-embed,
.wp-block-image {
  margin: 0;
}

.wp-block-embed {
  margin-top: 3rem;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* デフォルトは16:9（56.25%）の比率 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 0.5em;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* よりスクエアに近い4:3の比率にする */
.slick-body._profile {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 3rem;
}
.slick-body._profile .slick-inner {
  position: absolute;
  width: 100%;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding-top: 10em;
}
.slick-body._profile .slick-inner .heading-body {
  width: 90.2777777778%;
  max-width: 1300px;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 896px) {
  .slick-body._profile .slick-inner .heading-body {
    padding-bottom: 6rem;
  }
}
.slick-body._profile .slick-inner .heading-body h2 {
  font-size: 10rem;
}
@media screen and (max-width: 896px) {
  .slick-body._profile .slick-inner .heading-body h2 {
    font-size: 5rem;
  }
}
.slick-body._profile .slick-inner .heading-body h2,
.slick-body._profile .slick-inner .heading-body p.lead {
  color: #fff !important;
  letter-spacing: 0.02em;
}
.slick-body._profile .slick-inner .heading-body h2._jp,
.slick-body._profile .slick-inner .heading-body p.lead._jp {
  font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
  .slick-body._profile .slick-inner .heading-body h2 {
    line-height: 1.2;
  }
}

.form ::-moz-placeholder {
  color: #ccc;
}

.form ::placeholder {
  color: #ccc;
}
.form fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  outline: none;
  border: 0;
}
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form textarea {
  display: block;
  padding: 0.5em 1em;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
@media screen and (max-width: 896px) {
  .form input[type=text],
  .form input[type=email],
  .form input[type=password],
  .form textarea {
    font-size: 14px;
  }
}
.form input[type=text]:valid,
.form input[type=email]:valid,
.form input[type=password]:valid,
.form textarea:valid {
  background-color: #fff;
}
.form input[type=text]:-webkit-autofill,
.form input[type=email]:-webkit-autofill,
.form input[type=password]:-webkit-autofill,
.form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  color: inherit !important;
}
.form input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.form input:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.form input:focus {
  background-color: #f8f8f8;
}
.form .js-mw-checkbox {
  font-weight: 500;
  cursor: pointer;
}
.form._primary {
  display: flex;
  flex-wrap: wrap;
  max-width: 1015px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 896px) {
  .form._primary {
    display: block;
  }
}
.form._primary dt {
  width: 20.6653225806%;
  padding: 1em 0;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .form._primary dt {
    font-size: 1.6rem;
    padding: 0;
    width: 100%;
  }
}
.form._primary dd {
  width: 79.1330645161%;
  padding: 1em 0;
}
@media screen and (max-width: 896px) {
  .form._primary dd {
    width: 100%;
  }
}
.form._primary dd .form-tit {
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.8em;
}
.form._primary dd._fs50 {
  font-size: 4rem;
  line-height: 1;
  position: relative;
  top: -0.7em;
}
@media screen and (max-width: 896px) {
  .form._primary dd._fs50 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  .form._formtitle dt {
    padding: 1em 0;
  }
}
.form select {
  outline: none;
  padding: 0.5em 1em;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
}
.form select::-ms-expand {
  display: none;
}
.form select {
  color: #000;
  -webkit-text-fill-color: #000; /* これが効く場合が多い */
}
.form span.error {
  font-size: 1.4rem;
  color: #ff0000;
  margin: 0.5em 0 1em;
  font-weight: 500;
}
.form span.required {
  white-space: nowrap;
  color: #fff;
  background-color: #ff7f00;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  margin-left: 1em;
}
.form .form-msg {
  margin-bottom: 3em;
}
.form input.btn-input {
  display: inline;
  padding: 2em 1.5em;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 896px) {
  .form input.btn-input {
    width: 100%;
    padding: 1.5em 0;
  }
}

.vertical-item {
  display: block;
}

.mw_wp_form_input .row {
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}
.mw_wp_form_input .row .first {
  width: 80%;
}
.mw_wp_form_input .row .second {
  display: none;
}

.mw_wp_form_confirm .form._primary dd,
.mw_wp_form_preview .form._primary dd {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  font-weight: 500;
}
.mw_wp_form_confirm .form._primary dd:last-of-type,
.mw_wp_form_preview .form._primary dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.mw_wp_form_confirm .form._primary dd .form-tit,
.mw_wp_form_preview .form._primary dd .form-tit {
  font-weight: bold;
}
.mw_wp_form_confirm .article-block,
.mw_wp_form_preview .article-block {
  display: none;
}
.mw_wp_form_confirm .action-hidden,
.mw_wp_form_preview .action-hidden {
  display: none;
}
.mw_wp_form_confirm .select-wrapper::after,
.mw_wp_form_preview .select-wrapper::after {
  display: none;
}
.mw_wp_form_confirm .form-msg,
.mw_wp_form_preview .form-msg {
  margin-bottom: 3em;
}

.mw_wp_form_preview span.required {
  display: none;
}
.mw_wp_form_preview .row {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 3em 0;
}
.mw_wp_form_preview .row .first {
  width: 47%;
}
.mw_wp_form_preview .row .second {
  display: block;
  width: 47%;
}
.mw_wp_form_preview .btn-input.-back {
  background-color: #ccc;
}

.mw_wp_form_complete {
  padding: 1em 0;
}

.js-mw-checkbox {
  text-align: center;
}
.js-mw-checkbox span.error {
  padding-top: 0.5em;
}

@media screen and (max-width: 896px) {
  .form-tit-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .form-tit-wrapper .form-tit,
  .form-tit-wrapper span {
    display: block;
  }
}

.btn-input.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.privacypolicy {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
  margin: 0 auto 0;
  padding-right: 20px;
  background-color: #fff;
}
@media screen and (max-width: 812px) {
  .privacypolicy {
    width: 100%;
    padding-right: 10px;
  }
}

.pp-text {
  font-size: 1.4rem;
}

.privacypolicy::-webkit-scrollbar {
  width: 6px;
}

.privacypolicy::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgb(206, 206, 206);
}

.privacypolicy::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #666;
}

.privacypolicy-body {
  padding: 3em 2em;
  font-size: 1.4rem;
  font-weight: normal;
}
.privacypolicy-body h2 {
  padding-top: 2em;
  font-size: 1.5rem;
  font-weight: normal;
}
.privacypolicy-body ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacypolicy-body ul {
  margin-bottom: 2em;
}
.privacypolicy-body ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  margin-right: 1em;
}
.privacypolicy-body ul > li > ol {
  padding-top: 10px;
}
.privacypolicy-body ol._primary li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.btn-input {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #000000;
  text-align: center;
  transition: all 0.1s;
  line-height: 0;
  font-size: 2rem;
  width: 100%;
  border-radius: 5px;
}
.btn-input:hover {
  background-color: rgba(40, 40, 126, 0.5);
  color: #fff !important;
}

@media screen and (max-width: 896px) {
  .btn-input {
    width: 100%;
    padding: 1.5em 0;
  }
}
.btn-input.-back {
  background-color: #ccc;
}
.btn-input.-back:hover {
  background-color: #000;
  color: #fff !important;
}

.mw_wp_form_complete {
  padding: 1em 0;
}

.js-mw-checkbox {
  text-align: center;
}

.js-mw-checkbox span.error {
  padding-top: 0.5em;
}

@media screen and (max-width: 896px) {
  .form-tit-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5em;
    font-size: 1.4rem;
  }
  .form-tit-wrapper .form-tit,
  .form-tit-wrapper span {
    display: block;
  }
}
.privacypolicy {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  overflow: auto;
  margin: 0 auto 0;
  background-color: #fff;
}

@media screen and (max-width: 812px) {
  .privacypolicy {
    width: 100%;
  }
}
.privacypolicy::-webkit-scrollbar {
  width: 6px;
}

.privacypolicy::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgb(206, 206, 206);
}

.privacypolicy::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #666;
}

.privacypolicy-body {
  padding: 2em 2em;
  font-size: 1.4rem;
  font-weight: normal;
}

.privacypolicy-body h2 {
  padding-top: 2em;
  font-size: 1.5rem;
  font-weight: normal;
}

.privacypolicy-body ul > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  line-height: 1.6;
}

.privacypolicy-body ul {
  margin-bottom: 2em;
}

.privacypolicy-body ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
  margin-right: 1em;
}

.privacypolicy-body ul > li > ol {
  padding-top: 10px;
}

.privacypolicy-body ol._primary li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

dd.checkbox-body span.mwform-checkbox-field {
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0.25em 0;
  display: inline-block;
}

.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px;
}

/* 確認画面のときに表示切り替え */
.mw_wp_form_confirm .only-input {
  display: none;
}

.mw_wp_form.mw_wp_form_input .only-confirm {
  display: none !important;
}

.mw_wp_form_confirm .only-confirm {
  display: block;
}

button.btn-input.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.mw_wp_form span.small {
  display: block;
  font-size: 1.6rem;
  margin-top: 1em;
}
.mw_wp_form .text-bloc {
  font-size: 1.6rem;
  margin-bottom: 3em;
}
@media screen and (max-width: 896px) {
  .mw_wp_form .text-bloc {
    font-size: 1.3rem;
  }
}

.form-step-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  margin-bottom: 2em;
  list-style: none;
  padding: 0;
  width: 100%;
}

.form-step-nav .step {
  flex: 1; /* ← 均等に横幅を分配 */
  background: #dfe3ea;
  color: #b2b7c1;
  padding: 1em 2em;
  border-radius: 2px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .form-step-nav .step {
    padding: 0.5em 1em;
    font-size: 1rem;
  }
}

.form-step-nav .step span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.2em;
}
@media screen and (max-width: 896px) {
  .form-step-nav .step span {
    font-size: 1.3rem;
  }
}

.form-step-nav .arrow {
  margin: 0 0.5em;
  color: #b2b7c1;
  font-size: 1.5em;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .form-step-nav .arrow {
    margin: 0 0.25em;
  }
}

/* ✅ 入力画面（デフォルト） */
.mw_wp_form .step-input {
  background: #11294d;
  color: #fff;
}

/* ✅ 確認画面 */
.mw_wp_form_confirm .step-confirm {
  background: #11294d;
  color: #fff;
}

.mw_wp_form_confirm .step-input {
  background: #dfe3ea;
  color: #b2b7c1;
}

/* ✅ 完了画面 */
.mw_wp_form_complete .step-complete {
  background: #11294d;
  color: #fff;
}

.contact-mailto {
  text-align: center;
  font-size: 12.5px !important;
  margin-top: 1em;
}

/* 「入力内容を確認」ボタン（STEP1） */
.row._preview .first input[type=submit][name=submitConfirm] {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #000000;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 2rem;
  width: 100%;
  border-radius: 5px;
}

.row._preview .first input[type=submit][name=submitConfirm]:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff !important;
}

/* 「送信する」ボタン（STEP2、name=""） */
.row._preview .first input[type=submit]:not([name]),
.row._preview .first input[type=submit][name=""] {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #000000;
  text-align: center;
  transition: all 0.3s;
  line-height: 0;
  font-size: 2rem;
  width: 100%;
  border-radius: 5px;
}

.row._preview .first input[type=submit]:not([name]):hover,
.row._preview .first input[type=submit][name=""]:hover {
  background-color: #fff;
  color: #000 !important;
}

/* 戻るボタン（STEP2） */
.row._preview .second input[type=submit][name=submitBack] {
  display: block;
  padding: 2em 1.5em;
  color: #fff;
  background-color: #ccc;
  text-align: center;
  transition: all 0.1s;
  line-height: 0;
  font-size: 1.8rem;
  width: 100%;
  border-radius: 5px;
}

.row._preview .second input[type=submit][name=submitBack]:hover {
  background-color: #999;
  color: #fff !important;
}

/* モバイル対応 */
@media screen and (max-width: 896px) {
  .row._preview .first input[type=submit],
  .row._preview .second input[type=submit] {
    padding: 1.5em 0;
    width: 100%;
  }
}
dl.form {
  /* ラベルをブロック扱いで整列させる */
  /* チェックボックス＋テキストを横並びで均等に見せる */
}
dl.form input[type=checkbox],
dl.form input[type=radio] {
  margin-right: 0.5em;
}
dl.form input[type=checkbox],
dl.form input[type=radio] {
  margin-right: 0.5em;
  vertical-align: middle;
}
dl.form label {
  display: inline-flex;
  align-items: center;
  margin: 0 0.8em 0.5em 0; /* 横間隔と下余白 */
  font-size: 1.6rem;
  line-height: 1.4;
}

.wp-pagenavi {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 10rem 0;
  font-size: 1.7rem;
}
.wp-pagenavi a {
  transition: opacity 0.4s;
}
.wp-pagenavi a:hover {
  opacity: 0.5;
}

.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  display: inline-block;
  margin: 0 0.5em;
  padding: 0 0.25em;
  text-align: center;
  line-height: 20px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  position: absolute;
  margin: 0;
  left: 0;
}
.wp-pagenavi a.previouspostslink:before,
.wp-pagenavi span.previouspostslink:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  left: 0;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000;
  transform: rotate(225deg);
  transition: all 0.3s;
}
.wp-pagenavi a.previouspostslink:hover:before,
.wp-pagenavi span.previouspostslink:hover:before {
  opacity: 1;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  position: absolute;
  right: 0;
  margin: 0;
}
.wp-pagenavi a.nextpostslink:before,
.wp-pagenavi span.nextpostslink:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  right: 0;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.wp-pagenavi a.nextpostslink:hover:before,
.wp-pagenavi span.nextpostslink:hover:before {
  opacity: 1;
}

.wp-pagenavi span.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
  height: 3px;
  transform-origin: 100% 50% 0;
  background-color: #000;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0s linear 0.35s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.wp-pagenavi span.current::after {
  opacity: 1;
  transform-origin: 0 50% 0;
  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.wp-pagenavi a {
  position: relative;
  display: inline-block;
}
.wp-pagenavi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 100%;
  height: 3px;
  transform-origin: 100% 50% 0;
  background-color: #000;
  opacity: 0;
  transform: scaleX(0);
  transition: transform 0s linear 0.35s, opacity 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
@media (hover: hover) {
  .wp-pagenavi a:hover::after {
    opacity: 1;
    transform-origin: 0 50% 0;
    transform: scale(1);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  }
}

.article-pagenav {
  border-top: 1px solid #313131;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 4rem 0;
}
@media screen and (max-width: 896px) {
  .article-pagenav {
    font-size: 1.4rem;
  }
}
.article-pagenav .article-pagenav-inner {
  position: relative;
  display: flex;
  line-height: 1;
}
.article-pagenav .article-pagenav-left {
  position: absolute;
  left: 0;
}
.article-pagenav .article-pagenav-center {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.article-pagenav .article-pagenav-center:hover {
  text-decoration: none;
}
.article-pagenav .article-pagenav-right {
  position: absolute;
  right: 0;
}
.article-pagenav .article-pagenav-left a,
.article-pagenav .article-pagenav-right a {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: color 0.3s;
}
.article-pagenav .article-pagenav-left a:hover,
.article-pagenav .article-pagenav-right a:hover {
  text-decoration: none;
}
.article-pagenav .article-pagenav-left a {
  position: relative;
}
.article-pagenav .article-pagenav-right a {
  position: relative;
}

/*----------------------------

btn modal

----------------------------*/
.fixed-button {
  z-index: 100;
  position: fixed;
  top: 1em;
  right: 2%;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 46px;
  padding: 0px;
  width: 46px;
  z-index: 1000;
}
.fixed-button .inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background-image: url(../img/common/bg_mobilemenu.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content ul.modal-navi {
  padding: 0 20px;
  width: 100%;
}
.modal-content ul.modal-navi li {
  text-align: center;
  border-radius: 100px;
  border: 2px solid #313131;
  margin-bottom: -2px; /* 小さな負のマージンで重なり防止 */
}
.modal-content ul.modal-navi li a {
  width: 100%;
  display: block;
  padding: 1em 0;
}

/* メニュー表示ボタンのスタイル */
#menuButton {
  /* 通常のスタイル */
}

/* クローズ時のスタイル */
#menuButton.close-active {
  background-color: red;
  /* クローズボタンのスタイル（例: 背景色やアイコン変更など） */
}
/*----------------------------

btn modal

----------------------------*/
body.js-modal-show header.header {
  position: fixed !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.js-modal-show .modal-body {
  visibility: visible;
  opacity: 1;
}

.modal-body {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: #fbfff4;
  background-image: url(../../img/common/bg_mobilemenu.png);
  background-size: cover;
  z-index: 50;
}

.modal-content {
  position: relative;
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  max-width: initial;
  height: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
.modal-content .nav._modal {
  width: 100%;
}
.modal-content .nav._modal ul.nav-modal {
  width: 90%;
  margin: 130px auto 0;
  padding: 0;
}
.modal-content .nav._modal ul.nav-modal li {
  font-size: 1.7rem;
  line-height: 2;
}
.modal-content .nav._modal ul.nav-modal li ul.information {
  margin-top: 2em;
}
.modal-content .nav._modal ul.nav-modal li ul.information li {
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-cursor__wrapper {
  position: fixed;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}
@media screen and (max-width: 896px) {
  .c-cursor__wrapper {
    display: none;
  }
}
.c-cursor__wrapper._circle .c-cursor__dot {
  transform: scale(0);
}
.c-cursor__wrapper._circle .c-cursor__circle {
  transform: scale(1);
}
.c-cursor__wrapper .c-cursor__dot {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e9a9ff;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: none;
}
.c-cursor__wrapper .c-cursor__circle {
  position: absolute;
  top: -64px;
  left: -64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.8;
  background-image: url("data:image/svg+xml;charset=utf8,%20%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22129%22%20height%3D%22129%22%20viewBox%3D%220%200%20129%20129%22%3E%20%3Cg%20transform%3D%22translate(-416%20-3972)%22%3E%20%3Cg%20transform%3D%22translate(665%201136)%22%20opacity%3D%220.7%22%3E%20%3Ccircle%20cx%3D%2264.5%22%20cy%3D%2264.5%22%20r%3D%2264.5%22%20transform%3D%22translate(-249%202836)%22%20%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
  background-size: contain;
}
.c-cursor__wrapper .c-cursor__circle span {
  text-align: center;
  color: #fff !important;
  font-size: 1.2rem;
}
.c-cursor__wrapper .c-cursor__circle svg {
  width: 100%;
  height: auto;
}
.c-cursor__wrapper .c-cursor__icon {
  width: 45px;
  height: 45px;
}

/*
common setup
*/
@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes spin {
  from {
    stroke-dasharray: 0 157;
  }
  to {
    stroke-dasharray: 157 157;
  }
}
.slick-track {
  margin-left: initial;
  margin-right: initial;
  cursor: pointer;
}

.slick-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.slick-slide picture img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  background-position: center center;
}

.fade-in-target {
  opacity: 0;
}

/*
main visual
*/
.slick-body._mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  transform-origin: center center;
  background-color: #000;
}
.slick-body._mainvisual .slick-slide {
  height: 100%;
  height: 100svh;
}
.slick-body._mainvisual .slick-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto 1fr;
  place-items: center;
}
.slick-body._mainvisual .slick-overlay img.logomark {
  width: 310px;
  grid-row: 2;
  grid-column: 2;
}
@media screen and (max-width: 896px) {
  .slick-body._mainvisual .slick-overlay img.logomark {
    width: 200px;
  }
}
.slick-body._mainvisual .slick-overlay .topics {
  grid-area: 3/1;
  align-self: end;
  justify-self: start;
  padding: 2em;
  color: #fff;
  font-size: clamp(1.2rem, 0.58125rem + 0.625vw, 1.4rem);
}
@media screen and (max-width: 896px) {
  .slick-body._mainvisual .slick-overlay .topics {
    grid-area: 3/2;
    width: auto;
    max-width: 350px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: top;
  }
  .slick-body._mainvisual .slick-overlay .topics ul {
    margin-top: 4em;
  }
}

/*
navigation
*/
.slider-dots {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  text-align: left;
  list-style: none;
}
.slider-dots li {
  display: inline-block;
  width: calc(100% / var(--slide-count));
  padding: 0 2px;
}
.slider-dots button {
  position: relative;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0;
}
.slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
}
.slider-dots .slick-active button:after {
  background-color: rgb(255, 255, 255);
  animation: progress 5s linear forwards;
}

.slick-num {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 12px 35px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.circle-indicator {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
}
@media screen and (max-width: 896px) {
  .circle-indicator {
    display: initial;
    left: 3%;
    bottom: 10px;
  }
}
.circle-indicator .list__item {
  margin-right: 12px;
}
.circle-indicator .list__item:nth-last-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 896px) {
  .circle-indicator .list__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .circle-indicator .list__item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.circle-indicator .list__item:last-child {
  margin-right: 0;
}
.circle-indicator .circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.circle-indicator .circle-back {
  position: absolute;
  inset: 0;
  color: rgba(255, 255, 255, 0.5);
  stroke: currentColor;
  stroke-width: var(--stroke-width);
  fill: none;
}
.circle-indicator .circle-front {
  position: absolute;
  inset: 0;
  color: rgb(255, 255, 255);
  stroke: currentColor;
  stroke-width: var(--stroke-width);
  fill: none;
  transform: rotate(-90deg);
  stroke-dasharray: 157 157;
  stroke-dashoffset: -157;
  transition: stroke-dashoffset ease-in-out 500ms;
}
.circle-indicator .circle.active .circle-front {
  transition: none;
  stroke-dasharray: 0 157;
  stroke-dashoffset: 0;
  animation: spin 5s linear;
  animation-fill-mode: forwards;
}
.circle-indicator .circle.active .dot {
  background: #fff;
}
.circle-indicator .dot {
  display: block;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.carousel-viewport {
  margin-left: 30.6216931217%;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .carousel-viewport {
    margin-left: 17.6%;
  }
}

.carousel-outer {
  margin: 4em 0 0;
  margin-right: 20%;
}
@media screen and (max-width: 896px) {
  .carousel-outer {
    margin: 2em 0 0;
    margin-right: 20%;
  }
}
.carousel-outer .slick-list {
  overflow: visible;
}

.carousel-slider .slick-slide {
  margin: 0 10px 0 0;
}

.custom-arrow--left {
  left: -40px; /* 左矢印の位置 */
}
@media screen and (max-width: 896px) {
  .custom-arrow--left {
    left: -35px; /* 左矢印の位置 */
  }
}
.custom-arrow--right {
  right: -40px; /* 右矢印の位置 */
}
@media screen and (max-width: 896px) {
  .custom-arrow--right {
    right: -35px; /* 左矢印の位置 */
  }
}

.custom-arrow {
  position: absolute;
  top: 50%; /* 矢印をスライダーの中央に配置 */
  transform: translateY(-50%); /* 垂直方向の中央揃え */
  z-index: 1000; /* 他の要素より前面に表示 */
  display: inline-block;
  width: 40px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  border-radius: 50%; /* 丸いボタン */
  cursor: pointer;
}
.custom-arrow::after {
  content: ""; /* 擬似要素の内容は空 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg); /* 中央に配置し、45度回転 */
  width: 10px; /* 矢印の幅 */
  height: 10px; /* 矢印の高さ */
  border-right: 1px solid #333; /* 矢印の右線 */
  border-bottom: 1px solid #333; /* 矢印の下線 */
}

.custom-arrow--left::after {
  transform: translate(-50%, -50%) rotate(135deg); /* 左矢印に回転 */
}

.custom-arrow--right::after {
  transform: translate(-50%, -50%) rotate(-45deg); /* 右矢印に回転 */
}