@charset "UTF-8";
/* ---------- リセットCSS | ここから ---------- */
html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

select:focus {
  outline: none;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: none;
}

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

/* ---------- リセットCSS | ここまで ---------- */
/* ---------- ベースファイル | ここから ---------- */
html {
  font-size: 16px;
}
@media (max-width: 1300px) {
  html {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* フォントカラーは、使用頻度が多いものを選択する */
body {
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  color: #000000;
  line-height: 1;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
  /*
  	- :where() は詳細度（CSSの強さ）が 0 になるので、上書きしやすくするため指定
  	- :any-link は a と area のリンクをまとめて指せる
  	- label[for] はクリックで入力にフォーカスするので pointer は分かりやすい
   */
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

:where(input, select, textarea) {
  font-size: 1rem; /* = 16px */
}

/* ~~~~~ コンテンツ量が少なく短いページ（404、サンクスページなど）でもフッターを最下部に表示する ここから ~~~~~ */
/* HTMLの階層構造で適宜クラス名は変更する */
.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

/* ~~~~~ コンテンツ量が少なく短いページ（404、サンクスページなど）でもフッターを最下部に表示する ここまで ~~~~~ */
iframe {
  border: none;
}

img {
  image-rendering: auto;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* ---------- ベースファイル | ここまで ---------- */
/* ---------- 2行目から先頭1文字開けて表示 | ここから ---------- */
.text-wrap {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------- 2行目から先頭1文字開けて表示 | ここまで ---------- */
.l-inner {
  width: 100%;
  max-width: 84.375rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 33.75rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.accordion::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .accordion::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}
.accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.accordion[open]::details-content {
  grid-template-rows: 1fr;
}

summary {
  list-style: none;
}

/* ---------- 刀で切るようなホバーアニメーション | ここから ---------- */
.hover-cut {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.hover-cut::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  transition: transform 0.1s ease-in;
  z-index: 2;
  pointer-events: none;
}

.hover-cut img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-in, clip-path 0s 0.1s;
  z-index: 1;
}

@media (any-hover: hover) {
  .hover-cut.is-cutting::before {
    transform: translate(6px, -6px);
    transition: transform 0.1s ease-out;
  }
  .hover-cut.is-cutting img {
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    transform: translate(-6px, 6px);
    transition: transform 0.1s ease-out, clip-path 0s;
  }
}
/* ---------- 刀で切るようなホバーアニメーション | ここまで ---------- */
/* ---------- テキストを切るようなホバーアニメーション | ここから ---------- */
.hover-text-cut {
  position: relative;
}

.hover-text-cut::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cut-color);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 55%);
  transition: transform 0.1s ease-in;
  pointer-events: none;
}

.hover-text-cut::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-cut-color);
  clip-path: polygon(0 55%, 100% 45%, 100% 100%, 0 100%);
  transition: transform 0.1s ease-in;
  pointer-events: none;
}

@media (any-hover: hover) {
  .hover-text-cut.is-cutting-text::before {
    transform: translate(3px, -3px);
    transition: transform 0.1s ease-out;
  }
  .hover-text-cut.is-cutting-text::after {
    transform: translate(-3px, 3px);
    transition: transform 0.1s ease-out;
  }
}
/* ---------- テキストを切るようなホバーアニメーション | ここまで ---------- */
/* ---------- パララックスの指定 | ここから ---------- */
.js-parallax {
  overflow: hidden;
}

.js-parallax img {
  display: block;
  height: 110%;
  max-width: unset;
}

/* ---------- パララックスの指定 | ここまで ---------- */
/* ---------- ギャラリーパララックス | ここから ---------- */
.js-parallax-gallery {
  overflow: hidden;
}
.js-parallax-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* ---------- ギャラリーパララックス | ここまで ---------- */
/* ---------- MVテキスト文字分割アニメーション | ここから ---------- */
.mv-char {
  display: inline;
  color: #ffffff;
}

/* ---------- MVテキスト文字分割アニメーション | ここまで ---------- */
/* ---------- 読み込み時のチラつき防止 | ここから ---------- */
.js-fade-op,
.js-fv-fade-in-popup,
.js-fv-fade-in-left,
.js-fv-fade-in-right,
.js-mv-anime-01,
.js-mv-anime-02,
.js-mv-anime-03,
.js-fv-fade-in-op,
.js-fade-op-top,
.js-mv-fade-op,
.js-section-title-logo {
  opacity: 0;
}

/* ---------- 読み込み時のチラつき防止 | ここまで ---------- */
/* ---------- 各セクションのマスクアニメーション（X軸方向） -------------------------- */
.js-mask {
  mask-image: linear-gradient(90deg, #ffffff 0% 50%, transparent 100%);
  mask-size: 200% 100%;
  mask-position: 200% 0%;
  mask-repeat: no-repeat;
}

.js-mask.is-open {
  animation: mask 0.5s linear forwards;
}

.js-mask.js-mask-slowly.is-open {
  animation: mask 1s linear forwards;
}

.js-mask.js-mask-quickly.is-open {
  animation: mask 0.3s linear forwards;
}

@keyframes mask {
  0% {
    mask-position: 200% 0%;
  }
  100% {
    mask-position: 0% 0%;
  }
}
/* ---------- 各セクションのマスクアニメーション（X軸方向） ここまで ----------------- */
/* -------------------- MVテキストのマスクエフェクト ------------------------- */
.js-text-mask,
.js-text-mask-single {
  display: block;
  position: relative;
  transform: translateY(1.25rem);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  --translateX: 0px;
}

.js-text-mask::before,
.js-text-mask-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(var(--translateX));
}

.js-text-mask.js-text-mask-black::before {
  background-color: #0d1010;
}

.js-text-mask.js-text-mask-white::before,
.js-text-mask-single.js-text-mask-white::before {
  background-color: #ffffff;
}

/* -------------------- MVテキストのマスクエフェクト ここまで ------------------------- */
/* ---------- イチョウの葉が降り注ぐアニメーション | ここから ---------- */
.c-icho-anime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.c-icho-anime__leaf {
  position: absolute;
  top: -10%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: icho-fall linear forwards;
  will-change: transform;
  opacity: 0;
}

@keyframes icho-fall {
  0% {
    top: -10%;
    opacity: 0;
    animation-timing-function: ease-in;
    transform: translateX(0) rotate(var(--icho-start-rotate, 0deg));
  }
  5% {
    opacity: 0.85;
  }
  20% {
    animation-timing-function: ease-out;
    transform: translateX(calc(var(--icho-wind, -300px) * 0.2 + var(--icho-sway, 40px))) rotate(calc(var(--icho-start-rotate, 0deg) + 120deg));
  }
  40% {
    animation-timing-function: ease-in;
    transform: translateX(calc(var(--icho-wind, -300px) * 0.45 - var(--icho-sway, 40px) * 0.5)) rotate(calc(var(--icho-start-rotate, 0deg) + 280deg));
  }
  60% {
    animation-timing-function: ease-out;
    transform: translateX(calc(var(--icho-wind, -300px) * 0.65 + var(--icho-sway, 40px) * 0.7)) rotate(calc(var(--icho-start-rotate, 0deg) + 420deg));
  }
  80% {
    animation-timing-function: ease-in;
    transform: translateX(calc(var(--icho-wind, -300px) * 0.85 - var(--icho-sway, 40px) * 0.3)) rotate(calc(var(--icho-start-rotate, 0deg) + 560deg));
  }
  90% {
    opacity: 0.85;
  }
  100% {
    top: 105%;
    opacity: 0;
    transform: translateX(var(--icho-wind, -300px)) rotate(calc(var(--icho-start-rotate, 0deg) + 680deg));
  }
}
/* ---------- イチョウの葉が降り注ぐアニメーション | ここまで ---------- */
.c-body-container {
  overflow: clip;
}

/* ----- ボタンタイプ共通設定 ここから ----- */
.c-btn {
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}

.c-btn__text {
  display: inline-block;
  transition: all 0.3s;
}

/* ----- ボタンタイプ共通設定 ここまで ----- */
/* ---------- CONTACT ボタン | ここから ---------- */
.c-btn.c-btn-01 {
  position: relative;
  display: block;
  width: 100%;
  padding-block: 1rem;
  padding-inline: 0.625rem;
  background-color: #0d1010;
  --corner-size: 5px;
  clip-path: polygon(var(--corner-size) 0, calc(100% - var(--corner-size)) 0, 100% var(--corner-size), 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, var(--corner-size) 100%, 0 calc(100% - var(--corner-size)), 0 var(--corner-size));
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn-01 {
    padding-block: 0.71875rem;
    padding-inline: 0.3125rem;
  }
}
.c-btn.c-btn-01[data-theme=header] {
  max-width: max(10rem, 130px);
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn-01[data-theme=header] {
    max-width: max(7.5rem, 100px);
  }
}
.c-btn.c-btn-01[data-theme=footer] {
  max-width: max(12.5rem, 170px);
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn-01[data-theme=footer] {
    max-width: max(9.375rem, 130px);
  }
}
.c-btn.c-btn-01[data-theme=view] {
  max-width: max(12.5rem, 170px);
}
@media screen and (max-width: 767px) {
  .c-btn.c-btn-01[data-theme=view] {
    max-width: max(9.375rem, 130px);
  }
}

.c-btn-01::before {
  content: "";
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.5rem;
  aspect-ratio: 8/14.5;
  z-index: 1;
  transition: all 0.3s;
}

.c-btn__text-01 {
  position: relative;
  transform: translateX(-0.25rem);
  display: inline-block;
  font-size: max(1.125rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn__text-01 {
    transform: translateX(-0.625rem);
    font-size: max(0.875rem, 12px);
  }
}

@media (any-hover: hover) {
  .c-btn.c-btn-01:hover {
    background-color: #caa249;
  }
  .c-btn.c-btn-01:hover::before {
    background-color: #ffffff;
    transform: translate(4px, -50%);
  }
  .c-btn.c-btn-01:hover .c-btn__text-01 {
    color: #ffffff;
  }
}
/* ---------- CONTACT ボタン | ここまで ---------- */
/* ---------- テキストリンクボタン（下線 + 矢印）| ここから ---------- */
.c-btn.c-btn-02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 12.5rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #caa249;
  transition: all 0.3s;
}

.c-btn-02::after {
  content: "";
  display: block;
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.4375rem;
  aspect-ratio: 7/14;
  transform: translateX(0);
  transition: transform 0.3s;
}

.c-btn__text-02 {
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.c-btn-02[data-theme=dark] {
  padding-bottom: 0.625rem;
}

.c-btn-02[data-theme=dark] .c-btn__text-02 {
  color: #0d1010;
}

@media (any-hover: hover) {
  .c-btn.c-btn-02:hover::after {
    transform: translateX(6px);
  }
  .c-btn-02:hover .c-btn__text-02 {
    color: #caa249;
  }
}
/* ---------- テキストリンクボタン（下線 + 矢印）| ここまで ---------- */
/* ---------- テキストリンクボタン（矢印のみ）| ここから ---------- */
.c-btn.c-btn-03 {
  position: relative;
}

.c-btn__text-03 {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 1rem;
  padding-block: 0.625rem;
  transition: all 0.3s;
}

.c-btn__text-03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.4375rem;
  aspect-ratio: 7/14;
  transition: transform 0.3s;
}

@media (any-hover: hover) {
  .c-btn.c-btn-03:hover .c-btn__text-03::before {
    transform: translate(4px, -50%);
  }
  .c-btn-03:hover .c-btn__text-03 {
    color: #caa249;
  }
}
/* ---------- テキストリンクボタン（下線 + 矢印）| ここまで ---------- */
/* ---------- 『送信する』ボタン | ここから ---------- */
/* ---------- 『送信する』ボタン | ここまで ---------- */
.c-lower-fv {
  position: relative;
  height: 37.5rem;
}
@media screen and (max-width: 767px) {
  .c-lower-fv {
    height: 25rem;
  }
}

.c-lower-fv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.55) 100%);
  z-index: -1;
}

.c-lower-fv__img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.c-lower-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-lower-fv__title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-lower-fv__title-wrapper {
    gap: 1.25rem;
  }
}

.c-lower-fv__title-wrapper[data-theme=single] {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  align-items: flex-start;
  max-width: 87.5rem;
  width: 100%;
  padding-inline: 3.125rem;
  margin-inline: auto;
  padding-top: 9.875rem;
}
@media screen and (max-width: 767px) {
  .c-lower-fv__title-wrapper[data-theme=single] {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.c-lower-fv__title-ja {
  max-width: 15.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-lower-fv__title-ja {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}
.c-lower-fv__title-ja img {
  height: 100%;
  object-fit: contain;
}

.c-lower-fv__title-en {
  font-size: max(3.75rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-lower-fv__title-en {
    font-size: max(1.5rem, 12px);
  }
}

/* ---- ニュースフィルター（共通パーツ） ---- */
.c-news-filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-news-filter {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.c-news-filter__item {
  position: relative;
  display: flex;
  align-items: center;
}

.c-news-filter__select {
  font-size: 0.875rem;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  letter-spacing: 0.1em;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  padding-inline: 1.25rem;
  padding-block: 1.125rem;
  border-radius: 0.25rem;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-news-filter__select {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: max(0.75rem, 12px);
  }
}

.c-news-filter__item::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.5rem;
  aspect-ratio: 8/14.5;
  transition: background-color 0.3s;
}

@media (any-hover: hover) {
  .c-news-filter__select:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .c-news-filter__item:hover::after {
    background-color: #ffffff;
  }
}
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .nav-links {
    gap: 0.3125rem;
  }
}

.page-numbers {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: max(1.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-bottom: 0.3125rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    font-size: max(1rem, 12px);
    padding-bottom: 0.1875rem;
  }
}

.page-numbers:not(.prev.page-numbers):not(.next.page-numbers) {
  padding-inline: 0.625rem;
}

/* 現在表示されているページ */
.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #caa249;
}

.page-numbers.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.25rem;
  height: 2px;
  background-color: #caa249;
}
@media screen and (max-width: 767px) {
  .page-numbers.current::before {
    width: 0.9375rem;
  }
}

.page-numbers.dots {
  min-width: 0;
  padding: 0;
  border: none;
}

@media (any-hover: hover) {
  .page-numbers:not(.current):not(.dots):hover,
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    color: #caa249;
  }
  .next.page-numbers:hover,
  .prev.page-numbers:hover {
    opacity: 0.6;
  }
}
.next.page-numbers,
.prev.page-numbers {
  position: relative;
  display: block;
  width: 0.625rem;
  aspect-ratio: 8/14.5;
}

.next.page-numbers {
  margin-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .next.page-numbers {
    margin-left: 0.9375rem;
  }
}

.prev.page-numbers {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .prev.page-numbers {
    margin-right: 0.9375rem;
  }
}

.next.page-numbers::before,
.prev.page-numbers::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.3125rem);
  left: 50%;
  transform: translate(-50%, -50%);
  mask-image: url("data:image/svg+xml,%3csvg%20id='グループ_354'%20data-name='グループ%20354'%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M898.6,2602.551l.682-.731-6.871-6.414,6.414-6.871-.731-.682-7.1,7.6Z'%20transform='translate(-890.995%20-2587.853)'%20fill='%23caa249'/%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .next.page-numbers::before,
  .prev.page-numbers::before {
    top: calc(50% - 0.125rem);
  }
}

@media (any-hover: hover) {
  .next.page-numbers:hover::before,
  .prev.page-numbers:hover::before {
    background-color: #caa249;
  }
}
.next.page-numbers::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.prev.page-numbers::before {
  transform: translate(-50%, -50%);
}

.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-section-title__logo {
  width: 2.6875rem;
}

.c-section-title__ja {
  width: 100%;
  text-align: center;
  margin-top: 1.5625rem;
}

.c-section-title__ja img {
  height: 100%;
  object-fit: contain;
}

.c-section-title__ja.c-section-title__ja--news {
  max-width: 17.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--news {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__ja.c-section-title__ja--goods {
  max-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--goods {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__ja.c-section-title__ja--discover {
  max-width: 10.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--discover {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__ja.c-section-title__ja--access {
  max-width: 14.5625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--access {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__ja.c-section-title__ja--area {
  max-width: 32.4375rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--area {
    max-width: none;
    width: fit-content;
    height: 2.5rem;
  }
}

.c-section-title__ja.c-section-title__ja--faq {
  max-width: 9.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--faq {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__ja.c-section-title__ja--contact {
  max-width: 9.3125rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__ja.c-section-title__ja--contact {
    max-width: none;
    width: fit-content;
    height: 1.125rem;
  }
}

.c-section-title__en {
  font-size: max(3.75rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 1.4375rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: max(1.875rem, 12px);
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__en.c-section-title__en--news {
    font-size: max(1.625rem, 12px);
  }
}

.c-section-title[data-theme=black] .c-section-title__en {
  color: #000000;
}

.c-section-title[data-theme=white] .c-section-title__en,
.c-section-title[data-theme=white] .c-section-title__en-sub {
  color: #ffffff;
}

.c-section-title__en-sub {
  font-size: max(1.5rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 1.5625rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-section-title__en-sub {
    font-size: max(1.125rem, 12px);
    margin-top: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title__en-sub.c-section-title__en-sub--goods {
    font-size: max(1rem, 12px);
  }
}

.p-access {
  position: relative;
  padding-block: 9.875rem 5rem;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 3.75rem 3.75rem;
  }
}

.p-access::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-access::after {
  content: "";
  position: absolute;
  top: 5.1875rem;
  left: -29.375rem;
  background-image: url(../images/deco-kasumi-01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 51.0625rem;
  aspect-ratio: 817/643;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access::after {
    top: 1.25rem;
    left: -16.25rem;
    width: 25rem;
  }
}

.p-access__inner {
  position: relative;
  max-width: 78.125rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-access__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.p-access__text-wrapper {
  margin-top: 2.8125rem;
}

.p-access__text {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-access__text {
    text-align: left;
    word-break: normal;
    overflow-wrap: normal;
  }
}

.p-access__text:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-access__text:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-access__map {
  position: absolute;
  top: 59.7%;
  transform: translateY(-50%);
  left: calc(50% - 41.75rem);
  width: 112.375rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-access__map {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 3.125rem;
    border: 2px solid #caa249;
  }
}

.p-access__map img {
  height: 100%;
  object-fit: contain;
}

.p-access__btn-wrapper {
  max-width: max(32.5rem, 420px);
  width: 100%;
  margin-inline: auto;
  margin-top: 41.5625rem;
}
@media screen and (max-width: 767px) {
  .p-access__btn-wrapper {
    max-width: 13.75rem;
    margin-top: 5rem;
  }
}

.p-access__btn-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-access__btn-items {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-area {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-area {
    padding-top: 3.75rem;
  }
}

.p-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -2;
}

.p-area::after {
  content: "";
  position: absolute;
  top: -12.5rem;
  right: -12.5rem;
  background-image: url(../images/deco-kasumi-012.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46.25rem;
  aspect-ratio: 740/565;
  opacity: 0.5;
  z-index: -1;
}

.p-area__inner {
  position: relative;
  max-width: 88.625rem;
  width: 100%;
  padding-inline: 1.5625rem;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 1350px) {
  .p-area__inner {
    max-width: none;
    padding-inline: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-area__inner {
    max-width: 33.75rem;
    padding-inline: 0;
  }
}

.p-area__top-inner {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-area__top-inner {
    display: block;
    padding-inline: 1.25rem;
  }
}

.p-area__intro-text-wrapper {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__intro-text-wrapper {
    margin-top: 1.5rem;
  }
}

.p-area__intro-text {
  font-size: max(0.9375rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 2.1333333333;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__intro-text {
    text-align: left;
  }
}

.p-area__content {
  display: grid;
  grid-template-columns: 1fr 36.875rem;
  margin-top: 4.6875rem;
  padding-right: clamp(0rem, -14.875rem + 17vw, 2.125rem); /* 0 ~ 34 | 1440 ~ 1600 */
}
@media screen and (max-width: 767px) {
  .p-area__content {
    display: flex;
    flex-direction: column;
    margin-top: 3.75rem;
    padding-right: 0;
    max-width: 31.25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-area__map-col {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-area__map-col {
    padding-top: 3.125rem;
    order: 2;
    width: 100%;
    padding-block: 3.125rem 1.25rem;
    padding-inline: 0.625rem;
  }
}

.p-area__map-col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #edece5;
  width: calc(100% - 2.125rem);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-area__map-col::before {
    width: 100%;
  }
}

.p-area__map-title {
  position: relative;
  display: inline-block;
  right: calc(50% - 30.375rem);
  font-size: max(1.25rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-area__map-title {
    font-size: max(1.125rem, 12px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-area__map-title[data-theme=en] {
  font-size: max(1.375rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  line-height: 1.5454545455;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-area__map-title[data-theme=en] {
    font-size: max(1.125rem, 12px);
  }
}

.p-area__map-container {
  position: relative;
  width: 100%;
  max-width: 45rem;
  aspect-ratio: 720/498;
  margin-top: 2.8125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-area__map-container {
    margin-top: 1.5rem;
    max-width: 22.1875rem;
    margin-inline: auto;
  }
}

.p-area__map-base {
  width: 100%;
  height: 100%;
}
.p-area__map-base img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-area__map-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.p-area__map-overlay.is-active {
  opacity: 1;
}
.p-area__map-overlay img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-area__map-label {
  position: absolute;
  font-size: 0.875rem;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  white-space: nowrap;
  text-align: center;
  z-index: 2;
  transition: all 0.3s;
}
.p-area__map-label.is-active {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-area__map-label {
    font-size: 0.625rem;
    letter-spacing: 0em;
    line-height: 1.7;
  }
}

.p-area__map-label--niseko {
  top: 18.4375rem;
  right: calc(50% + 2.25rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--niseko {
    top: 9.375rem;
    right: calc(50% + 0.9375rem);
  }
}

.p-area__map-label--kucchan {
  top: 8.0625rem;
  left: calc(50% + 0.375rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--kucchan {
    top: 4rem;
    left: calc(50% - 0.25rem);
  }
}

.p-area__map-label--kyogoku {
  top: 9.5625rem;
  left: calc(50% + 9.75rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--kyogoku {
    top: 4.6875rem;
    left: calc(50% + 4.375rem);
  }
}

.p-area__map-label--makkari {
  top: 18.625rem;
  left: calc(50% + 2.4375rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--makkari {
    top: 9.125rem;
    left: calc(50% + 0.625rem);
  }
}

.p-area__map-label--rusutsu {
  top: 21.875rem;
  left: calc(50% + 7.75rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--rusutsu {
    top: 11.0625rem;
    left: calc(50% + 3.75rem);
  }
}

.p-area__map-label--kimobetsu {
  top: 18rem;
  left: calc(50% + 13.5rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--kimobetsu {
    top: 8.9375rem;
    left: calc(50% + 6.25rem);
  }
}

.p-area__map-label--rankoshi {
  top: 16.125rem;
  right: calc(50% + 11.75rem);
}
@media screen and (max-width: 767px) {
  .p-area__map-label--rankoshi {
    top: 8.125rem;
    right: calc(50% + 5.625rem);
  }
}

.p-area__map-triangle {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-area__map-triangle img {
  width: 100%;
  height: auto;
  display: block;
}

.p-area__map-hitmap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-tap-highlight-color: transparent;
}
.p-area__map-hitmap .js-area-hitmap-path {
  fill: transparent;
  pointer-events: fill;
  cursor: pointer;
}

.p-area__detail-col {
  position: relative;
  padding-inline: 1.25rem clamp(1.25rem, -25rem + 30vw, 5rem); /* 20 ~ 80 | 1440 ~ 1600 */
  padding-block: 5.9375rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-area__detail-col {
    padding-inline: 1.25rem;
    padding-block: 3.125rem;
    order: 1;
    width: 100%;
  }
}

.p-area__detail-col::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% + 3.75rem);
  background-color: #f4f4ef;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-area__detail-col::before {
    width: 100%;
  }
}

.p-area__town-swiper {
  overflow: hidden;
}

.p-area__spots-swiper {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-area__spots-swiper {
    margin-top: 1.25rem;
  }
}

.p-area__town-slide {
  display: flex;
  flex-direction: column;
}

.p-area__town-head {
  display: flex;
  flex-direction: column;
}

.p-area__town-name-en {
  font-size: max(2.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-area__town-name-en {
    font-size: 1.25rem;
  }
}

.p-area__town-name-ja {
  font-size: max(1.25rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-area__town-name-ja {
    font-size: max(1.125rem, 12px);
    margin-top: 0.625rem;
  }
}

.p-area__town-desc-wrapper {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .p-area__town-desc-wrapper {
    margin-top: 0.9375rem;
  }
}

.p-area__town-desc {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-area__town-desc {
    line-height: 1.7;
  }
}

.p-area__town-btn {
  text-align: right;
  margin-top: 1.5625rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-area__town-btn {
    margin-top: 0.9375rem;
  }
}

.p-area__spots {
  position: relative;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.p-area__spots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #d5d4cd;
}
@media screen and (max-width: 767px) {
  .p-area__spots {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    max-width: 25rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-area__spots-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-area__spots-header {
    flex-direction: column;
    gap: 1.25rem;
  }
}

.p-area__spots-title {
  font-size: max(1.125rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-area__spots-title {
    font-size: max(1rem, 12px);
  }
}

.p-area__spots-nav {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-area__spots-nav {
    gap: 0.625rem;
  }
}

.p-area__spots-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.p-area__spots-nav .p-area__spots-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d5d4cd;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
@media (any-hover: hover) {
  .p-area__spots-nav .p-area__spots-pagination .swiper-pagination-bullet:hover {
    background-color: #caa249;
  }
}

.p-area__spots-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0d1010;
  pointer-events: none;
}

.p-area__spots-prev,
.p-area__spots-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.875rem;
  aspect-ratio: 7/14;
  cursor: pointer;
  color: #0d1010;
  transition: all 0.3s;
}
.p-area__spots-prev svg,
.p-area__spots-next svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-area__spots-prev,
  .p-area__spots-next {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (any-hover: hover) {
  .p-area__spots-prev:hover,
  .p-area__spots-next:hover {
    color: #caa249;
  }
}
.p-area__spot-card {
  display: grid;
  grid-template-columns: 1fr max(14.375rem, 210px);
  gap: 1.875rem;
  align-self: flex-start;
}
@media screen and (max-width: 1440px) {
  .p-area__spot-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-area__spot-card {
    grid-template-columns: 1fr;
  }
}

.p-area__spot-card[data-theme=en] {
  margin-top: 1.25rem;
}

.p-area__spot-img {
  width: 100%;
  height: fit-content;
}
.p-area__spot-img img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 230/160;
}
@media screen and (max-width: 767px) {
  .p-area__spot-img {
    width: 80%;
    margin-inline: auto;
  }
}

.p-area__spot-body {
  flex: 1;
  min-width: 0;
}

.p-area__spot-name {
  font-size: max(1rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.p-area__spot-name[data-theme=en] {
  font-size: max(1.125rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-area__spot-name[data-theme=en] {
    font-size: max(1rem, 12px);
  }
}

.p-area__spot-desc {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-area__spot-desc {
    line-height: 1.7;
    margin-top: 0.625rem;
  }
}

.p-area__spot-desc[data-theme=en] {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.8181818182;
  letter-spacing: 0.02em;
  margin-top: 0;
}

.p-area__spot-btn {
  text-align: right;
  margin-top: 1rem;
  margin-right: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-area__spot-btn {
    margin-top: 1.875rem;
  }
}

.p-area__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-area__nav {
    margin-top: 1.25rem;
  }
}

.p-area__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  border: 1px solid #000000;
  background-color: #000000;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.3s, color 0.3s;
}
.p-area__nav-btn svg {
  width: 0.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-area__nav-btn {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media (any-hover: hover) {
  .p-area__nav-btn:hover {
    background-color: #ffffff;
    color: #0d1010;
  }
}
.p-area__nav-fraction {
  font-size: max(1.125rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__nav-fraction {
    font-size: 0.875rem;
    gap: 0.375rem;
  }
}

.p-area__bg {
  position: relative;
  width: 100%;
  height: 50.625rem;
  margin-top: -10.625rem;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-area__bg {
    height: 18.75rem;
    margin-top: -6.25rem;
  }
}

.p-area__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000000;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 1;
}

.p-area__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 26.125rem;
  background-image: linear-gradient(180deg, rgb(213, 212, 205) 0%, rgba(213, 212, 205, 0) 100%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-area__bg::after {
    height: 12.5rem;
  }
}

.p-area__bg img {
  height: 110%;
  object-fit: cover;
}

.p-contact {
  position: relative;
  padding-block: 10.375rem 10rem;
  background-color: #d5d4cd;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 3.75rem 0 4.375rem;
  }
}

.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-contact__inner {
  position: relative;
  max-width: 71.875rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .p-contact__inner {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.p-contact__body {
  margin-top: 2.5rem;
}

.p-contact__row {
  display: grid;
  grid-template-columns: max(15.625rem, 170px) 1fr;
  gap: 3.125rem;
  padding-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0.9375rem;
  }
}

.p-contact__row:not(.p-contact__row.p-contact__row--consent) {
  border-top: 1px solid #c3c0b3;
}

.p-contact__row:first-of-type {
  border-top: none;
}

.p-contact__row.p-contact__row--consent {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-block: 0;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row.p-contact__row--consent {
    margin-top: 3.125rem;
  }
}

.p-contact__label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: 100%;
  }
}

.p-contact__labelText {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-contact__labelText {
    font-size: max(1rem, 12px);
  }
}

.p-contact__required {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #0d1010;
  letter-spacing: 0.1em;
  padding-block: 0.25rem;
  padding-inline: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-contact__required {
    font-size: max(0.75rem, 12px);
  }
}

.p-contact__field {
  min-width: 0;
}

.p-contact__privacy {
  max-height: 12.5rem;
  overflow-y: auto;
  padding-block: 1.875rem 1.25rem;
  padding-inline: 2.5rem 3.75rem;
  background-color: #f4f4ef;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-size: max(0.75rem, 12px);
  line-height: 2.1666666667;
  color: #0d1010;
  letter-spacing: 0.05em;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    padding-block: 0.625rem;
    padding-inline: 0.625rem 1.25rem;
  }
}

.p-contact__privacy p + p {
  margin-top: 0.75rem;
}

.p-contact__submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit-wrapper {
    margin-top: 3.125rem;
  }
}

/* 『SimpleBar』プラグイン対応 ここから ------------------- */
.p-contact__privacy {
  overflow-y: scroll; /* 縦スクロールバー */
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.p-contact__privacy::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* スクロールバーのつまみ部分（サム）の色 */
.p-contact__privacy .simplebar-scrollbar::before {
  background-color: #caa249;
  width: 2px;
}

.p-contact__privacy .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

/* スクロールバーの背景（トラック） */
.p-contact__privacy .simplebar-track {
  background-color: #ffffff;
  width: 2px;
}

.p-contact__privacy .simplebar-track.simplebar-vertical {
  top: 2.5rem;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .simplebar-track.simplebar-vertical {
    top: 1.25rem;
  }
}

.p-contact__privacy .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
  left: 0px;
  right: auto;
}

.p-contact__privacy .simplebar-track {
  right: 1.25rem;
  bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy .simplebar-track {
    right: 0.625rem;
  }
}

/* 『SimpleBar』プラグイン対応 ここまで ------------------- */
.p-discover {
  position: relative;
}

.p-discover::before {
  content: "";
  position: absolute;
  bottom: 38.5625rem;
  right: -22.9375rem;
  background-image: url(../images/deco-kasumi-013.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 45.8125rem;
  aspect-ratio: 733/577;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-discover::before {
    bottom: 1.875rem;
    right: -9.375rem;
    width: 21.875rem;
  }
}

.p-discover__bg-wrap {
  position: sticky;
  top: 0;
  height: 100lvh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.p-discover__bg-wrap picture {
  position: absolute;
  inset: 0;
}
.p-discover__bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.p-discover__bg-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  mix-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;
}

.p-discover__body {
  position: relative;
  z-index: 1;
  margin-top: -100svh;
  padding-block: 8.25rem 9.25rem;
}
@media screen and (max-width: 767px) {
  .p-discover__body {
    padding-block: 6.25rem 6.25rem;
  }
}

.p-discover__label {
  font-size: max(0.9375rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #edece5;
}
@media screen and (max-width: 767px) {
  .p-discover__label {
    font-size: 0.8125rem;
  }
}

.p-discover__heading {
  font-size: max(5.625rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #edece5;
  line-height: 1.1;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-discover__heading {
    font-size: 3.375rem;
  }
}

.p-discover__sub {
  font-size: max(0.9375rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #edece5;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-discover__sub {
    font-size: 0.6875rem;
  }
}

.p-discover__hero-title {
  max-width: 18.3125rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-discover__hero-title {
    max-width: 15.625rem;
    margin-top: 3.75rem;
  }
}

.p-discover__hero-title img {
  height: 100%;
  object-fit: contain;
}

.p-discover__hero-title-en {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-discover__hero-title-en {
    margin-top: 3.75rem;
  }
}

.p-discover__hero-title-en-text {
  font-size: max(1.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-discover__hero-title-en-text {
    font-size: max(1.5rem, 12px);
  }
}

.p-discover__intro {
  margin-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-discover__intro {
    margin-top: 3.75rem;
  }
}

.p-discover__intro-text {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 2.5714285714;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .p-discover__intro-text {
    text-align: left;
  }
}

.p-discover__block-en-inner {
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
}

.p-discover__block.p-discover__block-01 {
  margin-top: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-discover__block.p-discover__block-01 {
    margin-top: 5rem;
  }
}

.p-discover__block.p-discover__block-02 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-discover__block.p-discover__block-02 {
    margin-top: 5rem;
  }
}

.p-discover__block-main {
  display: grid;
  align-items: flex-start;
}

.p-discover__block-main.p-discover__block-main--en {
  display: block;
}

.p-discover__block-main-01 {
  grid-template-columns: 6.4375rem 1fr;
  gap: 12.25rem;
  gap: clamp(6.25rem, -35.75rem + 48vw, 12.25rem); /* 100 ~ 196 | 1440 ~ 1600 */
}
@media screen and (max-width: 767px) {
  .p-discover__block-main-01 {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

.p-discover__block-main-02 {
  grid-template-columns: 7.1875rem 1fr;
  gap: 11.375rem;
  gap: clamp(6.25rem, -29.625rem + 41vw, 11.375rem); /* 100 ~ 182 | 1440 ~ 1600 */
}
@media screen and (max-width: 767px) {
  .p-discover__block-main-02 {
    grid-template-columns: 1fr;
    gap: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-discover__block-title-01 {
    width: 100%;
    max-width: 5rem;
    margin-inline: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-discover__block-title-02 {
    width: 100%;
    max-width: 5rem;
    margin-inline: auto;
  }
}

.p-discover__block-title img {
  height: 100%;
  object-fit: contain;
}

.p-discover__block-title-en {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-discover__block-title-en-01 {
  display: inline-block;
  font-size: max(1.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-discover__block-title-en-01 {
    font-size: max(1.25rem, 12px);
  }
}

.p-discover__block-title-en-02 {
  display: inline-block;
  font-size: max(1.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-discover__block-title-en-02 {
    font-size: max(0.9375rem, 12px);
    line-height: 2;
  }
}

.p-discover__content.p-discover__content--en {
  margin-top: 2.8125rem;
}

.p-discover__gallery {
  display: grid;
  grid-template-columns: 600fr 400fr;
  grid-template-rows: repeat(6, 1fr);
  gap: 2px;
  aspect-ratio: 1000/660;
}
.p-discover__gallery-item.p-discover__gallery-item-01 {
  grid-row: span 3/span 3;
}

.p-discover__gallery-item.p-discover__gallery-item-02 {
  grid-row: span 2/span 2;
}

.p-discover__gallery-item.p-discover__gallery-item-03 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}

.p-discover__gallery-item.p-discover__gallery-item-04 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 5;
}

.p-discover__gallery-item.p-discover__gallery-item-05 {
  grid-row: span 3/span 3;
  grid-column-start: 1;
  grid-row-start: 4;
}

.p-discover__gallery-item img {
  height: 100%;
  object-fit: cover;
  object-fit: cover;
}

.p-discover__block-img {
  width: 100%;
  aspect-ratio: 1000/660;
}

.p-discover__block-img img {
  height: 110%;
  object-fit: cover;
}

.p-discover__block-text-wrapper {
  margin-top: 3.125rem;
}

.p-discover__block-text {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #f4f4ef;
  line-height: 2.5714285714;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-discover__block-text {
    line-height: 2;
  }
}

.p-faq {
  position: relative;
  padding-block: 7.875rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-block: 5rem 6.25rem;
  }
}

.p-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-faq__inner {
  position: relative;
  max-width: 71.875rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.top-faq__list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .top-faq__list {
    margin-top: 3.75rem;
  }
}

.top-faq__item {
  will-change: transform, filter, opacity;
}

.top-faq__item:nth-child(n+2) {
  margin-top: 1.25rem;
}

.top-faq__summary {
  display: flex;
  align-items: center;
  gap: 1.0625rem;
  padding-inline: 2.625rem 2.5rem;
  padding-block: 1.625rem;
  background-color: #ffffff;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .top-faq__summary {
    gap: 0.625rem;
    padding-inline: 0.9375rem;
    padding-block: 0.9375rem;
  }
}

details[open] .top-faq__summary {
  background-color: rgba(202, 162, 73, 0.9);
}

@media (any-hover: hover) {
  .top-faq__summary:hover {
    background-color: rgba(202, 162, 73, 0.9);
  }
}
.top-faq__question {
  flex: 1;
  display: flex;
  align-items: baseline;
  gap: 0.875rem;
  font-size: max(1.125rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-faq__question {
    font-size: max(1rem, 12px);
  }
}

.top-faq__question::before {
  content: "Q.";
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  flex-shrink: 0;
}

.top-faq__icon {
  flex-shrink: 0;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-faq__icon {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.top-faq__icon::before,
.top-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #000000;
}

.top-faq__icon::before {
  width: 1.25rem;
  height: 2px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-faq__icon::before {
    width: 0.9375rem;
    height: 1px;
  }
}

.top-faq__icon::after {
  width: 2px;
  height: 1.25rem;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top-faq__icon::after {
    width: 1px;
    height: 0.9375rem;
  }
}

details[open] .top-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.top-faq__content {
  overflow: hidden;
}

.top-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1.4375rem;
  padding-inline: 2.625rem 2.5rem;
  padding-block: 1.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .top-faq__answer {
    padding-inline: 0.9375rem;
    padding-block: 0.9375rem;
    gap: 1.0625rem;
  }
}

.top-faq__answer::before {
  content: "A.";
  transform: translateY(0.3em);
  font-size: max(1.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-faq__answer::before {
    font-size: max(1rem, 12px);
  }
}

.top-faq__answer-text {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top-faq__answer-text {
    line-height: 1.5;
  }
}

.p-footer {
  position: relative;
  padding-block: 10rem 1.6875rem;
}

.p-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/footer-bg.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.p-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 1.5625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-inline: 1.25rem;
  }
}

.p-footer__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.p-footer__main-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.p-footer__main-title-01 {
  font-size: max(2.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__main-title-01 {
    font-size: 1.5rem;
  }
}

.p-footer__main-title-02 {
  font-size: 7.3125rem;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-footer__main-title-02 {
    font-size: 4rem;
  }
}

.p-footer__main-title-02 span {
  font-size: max(2.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__main-title-02 span {
    font-size: 1.5rem;
  }
}

.p-footer__logo {
  width: 100%;
  max-width: 31.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 6.25rem;
  }
}

.p-footer__logo img {
  height: 100%;
  object-fit: contain;
}

.p-footer__content {
  margin-top: 4.875rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    margin-top: 3.75rem;
  }
}

.p-footer__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__items {
    flex-direction: column;
    gap: 0.625rem;
  }
}

.p-footer__item-link {
  font-size: max(1rem, 12px);
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  text-transform: uppercase;
  transition: color 0.3s;
  padding-block: 0.625rem;
}

@media (any-hover: hover) {
  .p-footer__item-link:hover {
    color: #caa249;
  }
}
.p-footer__item-link.hover-text-cut {
  display: inline-block;
  color: transparent;
  --text-cut-color: #edece5;
}

@media (any-hover: hover) {
  .p-footer__item-link.hover-text-cut.is-cutting-text {
    --text-cut-color: #caa249;
  }
}
.p-footer__lang-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__lang-list {
    margin-top: 1.5rem;
  }
}

.p-footer__lang-item + .p-footer__lang-item {
  margin-left: 0.25rem;
}

.p-footer__lang-item + .p-footer__lang-item::before {
  content: "/";
  margin-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
}

.p-footer__lang-link {
  font-size: max(1rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  transition: color 0.3s;
  text-transform: uppercase;
}

@media (any-hover: hover) {
  .p-footer__lang-link:hover {
    color: #caa249;
  }
}
.p-footer__lang-link.is-current {
  color: #caa249;
  pointer-events: none;
}

.p-footer__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__contact-btn {
    margin-top: 2rem;
  }
}

.c-button--footer {
  background-color: #000000;
  border-color: #edece5;
  color: #edece5;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
}

.p-footer__copyright {
  margin-top: 4.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    margin-top: 2.5rem;
  }
}

.p-footer__copyright-text {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-contact__field input[type=text],
.p-contact__field input[type=email],
.p-contact__field input[type=tel],
.p-contact__field textarea {
  display: block;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 2;
  letter-spacing: 0.05em;
  width: 100%;
  padding-block: 1.5rem;
  padding-inline: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: max(1rem, 12px);
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__field input[type=text],
  .p-contact__field input[type=email],
  .p-contact__field input[type=tel],
  .p-contact__field textarea {
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
  }
}
.p-contact__field input[type=text]::placeholder,
.p-contact__field input[type=email]::placeholder,
.p-contact__field input[type=tel]::placeholder,
.p-contact__field textarea::placeholder {
  color: #999999;
}

.p-contact__field select {
  display: block;
  width: 100%;
  max-width: 25rem;
  padding-block: 0.875rem;
  padding-inline: 2.5rem 3.75rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M0 0 L4 8 L8 0 Z' fill='%230d1010'/%3E%3C/svg%3E");
  background-position: right 2.5rem center;
  background-size: 0.5rem 0.5rem;
  background-repeat: no-repeat;
  font-size: max(1rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #0d1010;
  line-height: 2;
  letter-spacing: 0.05em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__field select {
    background-position: right 1.25rem center;
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
    max-width: 18.75rem;
  }
}

.p-contact__field textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
  padding: 1.125rem 1.25rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__field textarea {
    height: 15.625rem;
    padding-block: 0.625rem;
    padding-inline: 0.625rem;
  }
}

.p-contact__field .wpcf7-list-item {
  margin: 0;
}

.p-contact__field .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.p-contact__field input[type=checkbox] {
  display: block;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #c3c0b3;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.25rem;
  background-size: 0.8125rem 0.6875rem;
  cursor: pointer;
}
.p-contact__field input[type=checkbox]:checked {
  background-color: #0d1010;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11'%3E%3Cpath d='M1 5.5L5 9.5L12 1.5' stroke='%23ffffff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.p-contact__field .wpcf7-list-item-label {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #0d1010;
  letter-spacing: 0.05em;
}

.p-contact__submit {
  position: relative;
  display: block;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    max-width: 17.5rem;
  }
}

.p-contact__submit::after {
  content: "";
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.5rem;
  aspect-ratio: 8/14.5;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-contact__submit:hover::after {
    background-color: #ffffff;
    transform: translate(8px, -50%);
  }
}
.p-contact__submit .wpcf7-submit {
  display: inline-block;
  text-align: center;
  padding-block: 1.625rem;
  padding-inline: 2.5rem;
  background-color: #0d1010;
  font-size: max(1.125rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s;
  --corner-size: 5px;
  clip-path: polygon(var(--corner-size) 0, calc(100% - var(--corner-size)) 0, 100% var(--corner-size), 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, var(--corner-size) 100%, 0 calc(100% - var(--corner-size)), 0 var(--corner-size));
}
@media screen and (max-width: 767px) {
  .p-contact__submit .wpcf7-submit {
    font-size: max(1rem, 12px);
  }
}
@media (any-hover: hover) {
  .p-contact__submit .wpcf7-submit:hover {
    background-color: #caa249;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit .wpcf7-submit {
    display: block;
    width: 100%;
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #be0000;
}

.wpcf7-form.invalid .wpcf7-not-valid,
.wpcf7-form.unaccepted .wpcf7-not-valid {
  outline: 1px solid #be0000;
}

.wpcf7-form.invalid .wpcf7-checkbox.wpcf7-not-valid,
.wpcf7-form.unaccepted .wpcf7-checkbox.wpcf7-not-valid,
.wpcf7-form.invalid .wpcf7-acceptance.wpcf7-not-valid,
.wpcf7-form.unaccepted .wpcf7-acceptance.wpcf7-not-valid {
  outline: none;
}
.wpcf7-form.invalid .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox],
.wpcf7-form.unaccepted .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox],
.wpcf7-form.invalid .wpcf7-acceptance.wpcf7-not-valid input[type=checkbox],
.wpcf7-form.unaccepted .wpcf7-acceptance.wpcf7-not-valid input[type=checkbox] {
  outline: 1px solid #be0000;
}

.wpcf7-form:not(.invalid):not(.unaccepted) .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.p-goods {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-goods {
    padding-bottom: 6.25rem;
  }
}

.p-goods::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -2;
}

.p-goods::after {
  content: "";
  position: absolute;
  bottom: 1.875rem;
  left: -18.125rem;
  background-image: url(../images/deco-kasumi-014.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 44.5rem;
  aspect-ratio: 712/534;
  opacity: 0.5;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-goods::after {
    width: 18.75rem;
  }
}

.p-goods__inner {
  max-width: 78.125rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-goods__inner {
    max-width: 33.75rem;
    padding-inline: 1.25rem;
  }
}

.p-goods__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 7.5rem 7.75rem;
  padding-inline: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-goods__container {
    padding-block: 3.125rem 10.625rem;
    padding-inline: 1.25rem;
  }
}

.p-goods__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(13, 16, 16, 0.9), rgba(13, 16, 16, 0.9)), url("../images/goods-bg.webp") center/cover no-repeat;
  -webkit-mask-image: radial-gradient(circle at 0 0, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 100% 0, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 0 100%, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 100% 100%, transparent 2.5rem, black 2.5rem);
  mask-image: radial-gradient(circle at 0 0, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 100% 0, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 0 100%, transparent 2.5rem, black 2.5rem), radial-gradient(circle at 100% 100%, transparent 2.5rem, black 2.5rem);
  -webkit-mask-composite: source-in, source-in, source-in;
  mask-composite: intersect, intersect, intersect;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-goods__container::before {
    -webkit-mask-image: radial-gradient(circle at 0 0, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 100% 0, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 0 100%, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 100% 100%, transparent 1.25rem, black 1.25rem);
    mask-image: radial-gradient(circle at 0 0, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 100% 0, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 0 100%, transparent 1.25rem, black 1.25rem), radial-gradient(circle at 100% 100%, transparent 1.25rem, black 1.25rem);
  }
}

.p-goods__container > .c-section-title {
  position: relative;
  z-index: 1;
}

.p-goods__desc {
  position: relative;
  z-index: 1;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #ffffff;
  line-height: 2.2857142857;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.125rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-goods__btn {
  position: relative;
  z-index: 1;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-goods__btn {
    margin-top: 3.125rem;
  }
}

.p-goods__deco-sword {
  position: absolute;
  right: 0.375rem;
  top: 6.5625rem;
  max-width: 16.4375rem;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-goods__deco-sword {
    max-width: 6.25rem;
    top: auto;
    right: auto;
    bottom: -3.125rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-goods__deco-sword img {
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .hamburger {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #caa249;
    transition: all 0.3s;
    z-index: 10;
    --corner-size: 5px;
    clip-path: polygon(var(--corner-size) 0, calc(100% - var(--corner-size)) 0, 100% var(--corner-size), 100% calc(100% - var(--corner-size)), calc(100% - var(--corner-size)) 100%, var(--corner-size) 100%, 0 calc(100% - var(--corner-size)), 0 var(--corner-size));
  }
}

@media screen and (max-width: 767px) {
  .hamburger span {
    position: absolute;
    left: 0.4375rem;
    transform: translateY(-50%);
    width: 1.625rem;
    height: 0.1875rem;
    background-color: #ffffff;
    border-radius: 100vmax;
    transition: all 0.3s;
  }
}

@media (any-hover: hover) {
  .hamburger:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 767px) {
  .hamburger span:first-child {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(2) {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(3) {
    top: 70%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.p-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-block: 0.9375rem;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 0.625rem 0;
  }
}

/* スクロールするとヘッダーの色が変化する */
.p-header.headerChange {
  background-color: #ffffff;
}

.p-header__inner {
  position: relative;
  display: grid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding-inline: 2.5rem 1.25rem;
  max-width: 120rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .p-header__inner {
    padding-inline: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    align-items: center;
    padding-inline: 1.25rem;
  }
}

.p-header__inner.headerChange {
  align-items: center;
}

.p-header__logo {
  width: 2.6875rem;
}

.p-header__logo-link {
  display: block;
  transition: all 0.3s;
}

.p-header__logo-link img {
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-header__logo-link:hover img {
    filter: brightness(1.2) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    transform: scale(1.1);
  }
}
.p-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-header__pc-nav {
    height: inherit;
    display: none;
  }
}

.p-mv {
  position: relative;
  display: grid;
  place-items: center;
  height: 100svh;
}

.p-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15.3125rem;
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #fff 0%, #000 100%);
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s ease;
}

.p-mv::after {
  content: "";
  position: absolute;
  top: 6.25rem;
  left: calc(50% - 18.3125rem);
  background-image: url(../images/deco-icho-02.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27.4375rem;
  aspect-ratio: 439/163;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    top: 3.75rem;
    left: calc(50% - 6.25rem);
    width: 9.375rem;
  }
}

.p-mv.is-mv-ready::before {
  opacity: 0.5;
}

.p-mv.is-mv-ready::after,
.p-mv.is-mv-ready .p-mv__container::before,
.p-mv.is-mv-ready .p-mv__container::after {
  opacity: 1;
}

.p-mv__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-mv__container::before,
.p-mv__container::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.p-mv__container::before {
  top: 7.3125rem;
  right: calc(50% + 29.375rem);
  background-image: url(../images/deco-icho-01.webp);
  width: 45.625rem;
  aspect-ratio: 730/974;
}
@media screen and (max-width: 767px) {
  .p-mv__container::before {
    top: 12.5rem;
    right: calc(50% + 5.625rem);
    width: 15.625rem;
  }
}

.p-mv__container::after {
  top: 4rem;
  left: calc(50% + 23.1875rem);
  background-image: url(../images/deco-icho-03.webp);
  width: 66.0625rem;
  aspect-ratio: 1057/1112;
}
@media screen and (max-width: 767px) {
  .p-mv__container::after {
    top: 9.375rem;
    left: calc(50% + 5rem);
    width: 18.75rem;
  }
}

.p-mv__img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-mv__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  background-color: #000;
  object-fit: cover;
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv__inner {
  width: 100%;
  height: 100%;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding-inline: 1.25rem;
  }
}

.p-mv__title-wrapper {
  position: absolute;
  top: 49.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__title-wrapper {
    top: 45%;
  }
}

.p-mv__main-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-mv__sub-title {
  font-size: max(1.1875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv__sub-title {
    font-size: 0.875rem;
  }
}

.p-mv__main-title {
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title {
    margin-top: 1.5625rem;
  }
}

.p-mv__main-title-01 {
  display: inline-block;
  font-size: max(3.625rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-01 {
    font-size: 1.5rem;
  }
}

.p-mv__main-title-02 {
  display: inline-block;
  font-size: 9.125rem;
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 1.6875rem;
  text-indent: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-02 {
    font-size: 4.25rem;
    margin-top: 1.25rem;
  }
}

.p-mv__main-title-02 > span:first-child {
  font-size: max(3.625rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title-02 > span:first-child {
    font-size: 1.5rem;
    margin-right: 0.9375rem;
  }
}

.mv-char {
  text-transform: uppercase;
}

.p-mv__logo {
  width: 100%;
  max-width: 39.375rem;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-mv__logo {
    max-width: 6.25rem;
    margin-top: 1.25rem;
  }
}

.p-mv__logo img {
  height: 100%;
  object-fit: contain;
}

.p-mv__journey {
  position: absolute;
  bottom: -2.25rem;
  right: calc(50% - 2.3125rem);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__journey {
    bottom: -1.25rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-mv__text {
  position: absolute;
  top: 54%;
  left: 61%;
  transform: translate(-50%, -50%);
  font-size: max(0.75rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}

.p-mv__journey-deco {
  max-width: 5.8125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__journey-deco {
    max-width: 3.75rem;
  }
}

.p-mv__journey-deco img {
  height: 100%;
  object-fit: contain;
}

.p-news-event-archive__lower {
  position: relative;
  padding-block: 7.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__lower {
    padding-block: 5rem 6.25rem;
  }
}

.p-news-event-archive__lower::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-news-event-archive__lower::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: -24.875rem;
  background-image: url(../images/deco-kasumi-015.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46.25rem;
  aspect-ratio: 740/565;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__lower::after {
    left: auto;
    right: -8.75rem;
    width: 18.75rem;
  }
}

.p-news-event-archive__filter-wrapper {
  position: relative;
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 35rem;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__filter-wrapper {
    max-width: 17.5rem;
  }
}

.p-news-event-archive__container {
  position: relative;
  padding-block: 6.25rem 9.375rem;
  padding-inline: clamp(5rem, -18.625rem + 28vw, 9.375rem); /* 80 ~ 150 | 1350 ~ 1600 */
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__container {
    padding-block: 3.125rem;
    padding-inline: clamp(1.25rem, -3.011rem + 18.18vw, 3.125rem); /* 20 ~ 50 | 375 ~ 540 */
    margin-top: 5rem;
  }
}

.p-news-event-archive__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #edece5;
  z-index: -1;
}

.p-news-event-archive__items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__items {
    gap: 3.75rem;
  }
}

.p-news-event-archive__card {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.p-news-event-archive__card-img {
  width: 100%;
  aspect-ratio: 400/250;
}

.p-news-event-archive__card-body {
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-body {
    margin-top: 0;
  }
}

.p-news-event-archive__card-meta {
  display: grid;
  grid-template-columns: 6.4375rem 1fr;
  gap: 1.875rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #caa249;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-meta {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    align-items: flex-start;
    padding-bottom: 0.625rem;
  }
}

.p-news-event-archive__card-date {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-date {
    width: fit-content;
    padding-bottom: 0.5rem;
  }
}

.p-news-event-archive__card-date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #caa249;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-date::before {
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-news-event-archive__card-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-tags {
    gap: 0.9375rem;
  }
}

.p-news-event-archive__card-tag {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.p-news-event-archive__card-title {
  font-size: max(1.375rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  transition: all 0.3s;
  margin-top: 1.25rem;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-title {
    font-size: max(1rem, 12px);
    margin-top: 0.9375rem;
  }
}

.p-news-event-archive__card-more {
  position: relative;
  max-width: 6.25rem;
  width: 100%;
  margin-top: 3.5rem;
  padding-bottom: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__card-more {
    margin-top: 1.875rem;
    margin-inline: auto;
  }
}

.p-news-event-archive__card-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #caa249;
}

.p-news-event-archive__card-more-text {
  position: relative;
  display: block;
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.p-news-event-archive__card-more-text::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.4375rem;
  aspect-ratio: 8/14.5;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-news-event-archive__card:hover .p-news-event-archive__card-date,
  .p-news-event-archive__card:hover .p-news-event-archive__card-tag,
  .p-news-event-archive__card:hover .p-news-event-archive__card-title,
  .p-news-event-archive__card:hover .p-news-event-archive__card-more-text {
    color: #caa249;
  }
  .p-news-event-archive__card:hover .p-news-event-archive__card-more-text::before {
    transform: translate(4px, -50%);
  }
}
.p-news-event-archive__empty {
  font-size: max(1.125rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__empty {
    font-size: max(1rem, 12px);
  }
}

.p-news-event-archive__pagination {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-event-archive__pagination {
    margin-top: 3.75rem;
  }
}

.p-news-single__lower {
  --lower-pt: 15.625rem;
  position: relative;
  padding-top: var(--lower-pt);
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__lower {
    --lower-pt: 6.25rem;
    padding-bottom: 5rem;
  }
}

.p-news-single__lower::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-news-single__lower::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: -24.875rem;
  background-image: url(../images/deco-kasumi-015.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46.25rem;
  aspect-ratio: 740/565;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news-single__lower::after {
    left: auto;
    right: -8.75rem;
    width: 18.75rem;
  }
}

.p-news-single__container {
  position: relative;
  padding-block: 6.25rem 10rem;
  padding-inline: clamp(5rem, -18.625rem + 28vw, 9.375rem); /* 80 ~ 150 | 1350 ~ 1600 */
  margin-top: calc(var(--lower-pt) * -2);
}
@media screen and (max-width: 767px) {
  .p-news-single__container {
    padding-block: 3.125rem;
    padding-inline: clamp(1.25rem, -3.011rem + 18.18vw, 3.125rem); /* 20 ~ 50 | 375 ~ 540 */
  }
}

.p-news-single__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #edece5;
  z-index: -1;
}

.p-news-single__header {
  position: relative;
  z-index: 1;
}

.p-news-single__meta {
  display: grid;
  grid-template-columns: 6.4375rem 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__meta {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
    align-items: flex-start;
  }
}

.p-news-single__date {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news-single__date {
    width: fit-content;
    padding-bottom: 0.5rem;
  }
}

.p-news-single__date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #caa249;
}
@media screen and (max-width: 767px) {
  .p-news-single__date::before {
    top: auto;
    right: auto;
    left: 0;
    width: 100%;
    height: 1px;
  }
}

.p-news-single__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__tags {
    gap: 0.9375rem;
  }
}

.p-news-single__tag {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.p-news-single__title-wrapper {
  position: relative;
  margin-top: 3.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #caa249;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-single__title-wrapper {
    margin-top: 2.1875rem;
    padding-bottom: 0.9375rem;
  }
}

.p-news-single__title {
  font-size: max(1.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-news-single__title {
    font-size: max(1.25rem, 12px);
  }
}

.p-news-single__body {
  position: relative;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-top: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-single__body {
    margin-top: 2.5rem;
  }
}

.p-news-single__body p {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2.5714285714;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .p-news-single__body p {
    line-height: 1.5;
  }
}

.p-news-single__body p a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .p-news-single__body p a:hover {
    color: #caa249;
  }
}

.wp-block-list li {
  position: relative;
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2.5714285714;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .wp-block-list li {
    line-height: 1.5;
  }
}

.wp-block-list li::before {
  content: "・";
}

.p-news-single__body blockquote,
.p-news-single__body .wp-block-quote {
  border-left: 3px solid #caa249;
  padding-left: 1.25rem;
  margin-block: 2rem;
  font-size: max(0.9375rem, 12px);
}
.p-news-single__body blockquote p,
.p-news-single__body .wp-block-quote p {
  margin-bottom: 0;
}
.p-news-single__body blockquote cite,
.p-news-single__body blockquote .wp-block-quote__citation,
.p-news-single__body .wp-block-quote cite,
.p-news-single__body .wp-block-quote .wp-block-quote__citation {
  display: none;
}

.p-news-single__body h2 {
  font-size: max(1.5rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  margin-block: 4.375rem 1.125rem;
  padding-left: 1rem;
  border-left: 2px solid #caa249;
}
@media screen and (max-width: 767px) {
  .p-news-single__body h2 {
    font-size: max(1.125rem, 12px);
    margin-block: 3.125rem 1.125rem;
    padding-left: 0.75rem;
  }
}

.p-news-single__body h3 {
  font-size: max(1.25rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-block: 3.75rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body h3 {
    font-size: max(1rem, 12px);
    margin-block: 3.125rem 1.125rem;
  }
}

/* ---- 単体画像 ---- */
.p-news-single__body figure.wp-block-image,
.p-news-single__body .wp-block-image {
  margin-block: 2rem;
}
.p-news-single__body figure.wp-block-image img,
.p-news-single__body .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news-single__body figure.wp-block-image figcaption,
.p-news-single__body figure.wp-block-image .wp-element-caption,
.p-news-single__body .wp-block-image figcaption,
.p-news-single__body .wp-block-image .wp-element-caption {
  font-size: 0.75rem;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  color: #0d1010;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-top: 0.5rem;
  text-align: center;
}

/* WYSIWYG 出力の画像 */
.p-news-single__body img {
  max-width: 100%;
  height: auto;
  display: block;
}

.p-news-single__body p > img {
  margin-block: 2rem;
}

/* ---- WordPress ギャラリーショートコード ---- */
.p-news-single__body .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125rem;
  margin-block: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .gallery {
    gap: 1.25rem;
    margin-block: 3.125rem;
  }
}

.p-news-single__body .gallery-item {
  margin: 0;
  text-align: left;
}
.p-news-single__body .gallery-item img {
  height: 100%;
  display: block;
  aspect-ratio: 460/284;
  object-fit: cover;
}

.p-news-single__body .gallery-caption {
  font-size: 0.75rem;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  color: #0d1010;
  letter-spacing: 0.04em;
  line-height: 2.3333333333;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .gallery-caption {
    line-height: 1.5;
    margin-top: 0.9375rem;
  }
}

/* 2列ギャラリー */
.p-news-single__body .gallery-columns-2 .gallery-item {
  flex: 0 0 calc(50% - 1.5625rem);
}
@media screen and (max-width: 767px) {
  .p-news-single__body .gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 0.625rem);
  }
}

/* 3列ギャラリー */
.p-news-single__body .gallery-columns-3 .gallery-item {
  flex: 0 0 calc(33.333% - 2.125rem);
}
@media screen and (max-width: 767px) {
  .p-news-single__body .gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.333% - 0.875rem);
  }
}

/* ---- カラム（2列・3列ギャラリー） ---- */
.p-news-single__body .wp-block-columns {
  display: flex;
  gap: 3.125rem;
  margin-block: 5.625rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .wp-block-columns {
    flex-wrap: wrap;
    margin-block: 3.125rem;
  }
}

.p-news-single__body .wp-block-column {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .wp-block-column {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
.p-news-single__body .wp-block-column figure {
  margin: 0;
}
.p-news-single__body .wp-block-column img {
  height: 100%;
  aspect-ratio: 460/284;
  object-fit: cover;
}
.p-news-single__body .wp-block-column figcaption,
.p-news-single__body .wp-block-column .wp-element-caption {
  font-size: 0.75rem;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  color: #0d1010;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-top: 0.5rem;
}
.p-news-single__body .wp-block-column p {
  font-size: max(0.875rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .wp-block-column p {
    margin-top: 0.9375rem;
  }
}

/* 3列の場合はSPで横並び3列をそのまま維持 */
@media screen and (max-width: 767px) {
  .p-news-single__body .wp-block-columns.has-3-columns .wp-block-column {
    flex: 0 0 calc(33.333% - 0.6875rem);
  }
}

.p-news-single__body .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-block: 2rem;
}
@media screen and (max-width: 767px) {
  .p-news-single__body .wp-block-gallery {
    gap: 0.75rem;
  }
}
.p-news-single__body .wp-block-gallery .wp-block-image {
  flex: 1;
  min-width: 7.5rem;
  margin: 0;
}
.p-news-single__body .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-news-single__nav-wrapper {
  position: relative;
  margin-top: 9.375rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news-single__nav-wrapper {
    margin-top: 3.125rem;
  }
}

.p-news-single__nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
  border-top: 1px solid #edece5;
}
@media screen and (max-width: 767px) {
  .p-news-single__nav {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top top" "prev next";
    gap: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__nav-prev {
    justify-content: flex-start;
    display: flex;
    grid-area: prev;
    border-top: 1px solid #edece5;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__nav-top {
    grid-area: top;
    text-align: center;
    margin-bottom: 1.875rem;
  }
}

.p-news-single__nav-next {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-news-single__nav-next {
    grid-area: next;
    border-top: 1px solid #edece5;
  }
}

.p-news-single__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: max(0.875rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-news-single__nav-link:hover {
    color: #caa249;
  }
}
.p-news-single__nav-prev .p-news-single__nav-link {
  padding-left: 0.9375rem;
}

/* 左右矢印（共通）*/
.p-news-single__nav-prev .p-news-single__nav-link::before,
.p-news-single__nav-link--right::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  transform: translateY(-50%);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.4375rem;
  aspect-ratio: 7/14;
  transition: background-color 0.3s;
}

.p-news-single__nav-prev .p-news-single__nav-link::before {
  left: 0;
  mask-image: url("data:image/svg+xml,%3csvg%20id='グループ_354'%20data-name='グループ%20354'%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M898.6,2602.551l.682-.731-6.871-6.414,6.414-6.871-.731-.682-7.1,7.6Z'%20transform='translate(-890.995%20-2587.853)'%20fill='%23caa249'/%3e%3c/svg%3e");
}

.p-news-single__nav-link--right {
  padding-right: 0.9375rem;
}

.p-news-single__nav-link--right::after {
  right: 0;
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
}

.p-news-single__nav-link--top {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 2.9375rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news-single__nav-link--top {
    padding-right: 1.875rem;
    padding-bottom: 0.3125rem;
  }
}

.p-news-single__nav-link--top::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  transform: translateY(-50%);
  mask-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8.285'%20height='14.698'%20viewBox='0%200%208.285%2014.698'%3e%3cg%20id='グループ_333'%20data-name='グループ%20333'%20transform='translate(-890.995%20-2587.853)'%3e%3cpath%20id='パス_592'%20data-name='パス%20592'%20d='M891.678,2602.551l-.682-.731,6.871-6.414-6.414-6.871.731-.682,7.1,7.6Z'%20fill='%23caa249'/%3e%3c/g%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #caa249;
  width: 0.4375rem;
  aspect-ratio: 8/14.5;
  transition: background-color 0.3s;
}

.p-news-single__nav-link--top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #caa249;
}
@media screen and (max-width: 767px) {
  .p-news-single__nav-link--top::after {
    width: 100%;
  }
}

/* 前後投稿がない場合のプレースホルダー */
.p-news-single__nav-placeholder {
  display: block;
}

.pc-nav__items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-nav__item {
  position: relative;
  display: block;
  transition: all 0.3s ease;
}

.pc-nav__item.pc-nav__item-entry {
  min-width: 12.5rem;
  width: 100%;
  margin-left: 1.5625rem;
}

.pc-nav__item.pc-nav__item-contact {
  min-width: 8.125rem;
  width: 100%;
  margin-left: 0.9375rem;
}

.pc-nav__item-link {
  position: relative;
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-block: 0.625rem;
  padding-inline: 1.0625rem;
  text-align: center;
  transition: all 0.3s;
}

.p-header.headerChange .pc-nav__item-link {
  color: #000000;
}

@media (any-hover: hover) {
  .pc-nav__item-link:hover,
  .p-header.headerChange .pc-nav__item-link:hover {
    color: #caa249;
  }
}
.p-header__sub-nav {
  display: flex;
  align-items: center;
  gap: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-header__sub-nav {
    gap: 1.25rem;
  }
}

.p-header__sub-nav-items {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.p-header__sub-nav-item {
  position: relative;
}

.p-header__sub-nav-item:first-child:before {
  content: "/";
  position: absolute;
  right: -0.8em;
  top: 50%;
  transform: translateY(-50%);
  font-size: max(1rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  transition: all 0.3s;
}

.p-header.headerChange .p-header__sub-nav-item:first-child:before {
  color: #000000;
}

.p-header__sub-nav-item-link {
  display: inline-block;
  font-size: max(1rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #edece5;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: all 0.3s;
}

.p-header.headerChange .p-header__sub-nav-item-link {
  color: #000000;
}

@media (any-hover: hover) {
  .p-header__sub-nav-item-link:hover,
  .p-header.headerChange .p-header__sub-nav-item-link:hover {
    color: #caa249;
  }
}
.p-header__sub-nav-item-link.is-current {
  color: #caa249;
  pointer-events: none;
}

.p-header.headerChange .p-header__sub-nav-item-link.is-current {
  color: #caa249;
  pointer-events: none;
}

.p-header__sub-nav-btn {
  min-width: max(10rem, 130px);
}
@media screen and (max-width: 767px) {
  .p-header__sub-nav-btn {
    min-width: max(7.5rem, 100px);
  }
}

.pc-nav__item-link.hover-text-cut {
  color: transparent;
  --text-cut-color: #edece5;
}

.p-header.headerChange .pc-nav__item-link.hover-text-cut {
  color: transparent;
  --text-cut-color: #000000;
}

@media (any-hover: hover) {
  .pc-nav__item-link.hover-text-cut.is-cutting-text,
  .p-header.headerChange .pc-nav__item-link.hover-text-cut.is-cutting-text {
    --text-cut-color: #caa249;
  }
}
.p-related-links {
  position: relative;
  padding-block: 9.875rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-related-links {
    padding-block: 5rem;
  }
}

.p-related-links::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #edece5;
  z-index: -1;
}

.p-related-links__inner {
  position: relative;
  z-index: 1;
}

.p-related-links__section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-related-links__section-title-ja {
  position: relative;
  max-width: 12.8125rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 3.875rem;
}
.p-related-links__section-title-ja img {
  height: 100%;
  object-fit: contain;
}

.p-related-links__line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  width: 2.5rem;
  height: 1px;
}
.p-related-links__line:first-child {
  left: 0;
}
.p-related-links__line:last-child {
  right: 0;
}

.p-related-links__section-title-en {
  font-size: max(2.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-related-links__section-title-en {
    font-size: max(1rem, 12px);
    margin-top: 1.875rem;
  }
}

.p-related-links__section-title-en[data-theme=en] {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-related-links__section-title-en[data-theme=en] {
    font-size: max(1.25rem, 12px);
  }
}

.p-related-links__block {
  margin-top: 3.125rem;
}

.p-related-links__block-title {
  font-size: max(1.25rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-related-links__block-title {
    font-size: max(1rem, 12px);
  }
}

.p-related-links__divider {
  border: none;
  border-top: 1px solid #caa249;
  margin-block: 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-related-links__divider {
    margin-block: 3.125rem;
  }
}

.p-related-links__wrapper {
  margin-top: 1.875rem;
}

.p-related-links__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 1.25rem;
  column-gap: 1.5625rem;
}
@media screen and (max-width: 1280px) {
  .p-related-links__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-related-links__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .p-related-links__items {
    gap: 0.625rem;
  }
}

.p-related-links__item-link {
  display: block;
  aspect-ratio: 240/100;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    display: none;
    position: absolute;
    top: -0.625rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 100svh;
    overflow: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 6.25rem 0;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav.is-active {
    display: block;
  }
}

/* スクロールバー非表示 | ここから */
@media screen and (max-width: 767px) {
  .sp-nav {
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
}

@media screen and (max-width: 767px) {
  .sp-nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
  }
}

/* スクロールバー非表示 | ここまで */
@media screen and (max-width: 767px) {
  .sp-nav__inner {
    max-width: 23.4375rem;
    width: 100%;
    margin-inline: auto;
    padding: 0 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__logo {
    max-width: 6.25rem;
    width: 100%;
    margin-inline: auto;
    transition: all 0.3s;
  }
}

.sp-nav__logo-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .sp-nav__logo-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav__items {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item-link {
    display: inline-block;
    transition: all 0.3s;
  }
}

@media (any-hover: hover) {
  .sp-nav__item-link:hover {
    color: #caa249;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav__item-link {
    font-size: max(1rem, 12px);
    font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4285714286;
    letter-spacing: 0.075em;
    text-transform: capitalize;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #0d1010;
  background-color: #0d1010;
  margin-top: 0;
  outline: none;
  appearance: none;
  transition: background-color 0.3s;
  cursor: pointer;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  transition: color 0.3s;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@media (any-hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #ffffff;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #0d1010;
  }
}
.p-top-news {
  position: relative;
  padding-block: 9.8125rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block: 6.25rem 5rem;
  }
}

.p-top-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #d5d4cd;
  z-index: -1;
}

.p-top-news::after {
  content: "";
  position: absolute;
  top: 0.8125rem;
  right: -19rem;
  background-image: url(../images/deco-kasumi-016.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 46.25rem;
  aspect-ratio: 740/565;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-news::after {
    left: auto;
    right: -8.75rem;
    width: 18.75rem;
  }
}

.p-top-news__inner {
  position: relative;
  max-width: 160rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 3.125rem;
  z-index: 1;
}
@media screen and (max-width: 2560px) {
  .p-top-news__inner {
    padding-inline: 0;
  }
}

/* ---- フィルター ---- */
.p-top-news__head {
  padding-inline: 1.25rem;
  width: 100%;
  max-width: 35rem;
  margin-top: 2.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    max-width: 17.5rem;
  }
}

/* ---- 一覧へのリンクボタン ---- */
.p-top-news__more {
  display: flex;
  justify-content: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__more {
    margin-top: 3.125rem;
  }
}

/* ---- 0件時 ---- */
.p-top-news__empty {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  padding-block: 2.5rem;
}

/* ---- スライダー ---- */
.p-top-news__slider {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__slider {
    margin-top: 3.75rem;
  }
}

.p-top-news__slider .swiper-button-prev,
.p-top-news__slider .swiper-button-next {
  top: 28%;
}

.p-top-news__slider .swiper-button-prev {
  left: clamp(1.25rem, -48.187rem + 56.5vw, 8.313rem); /* 20 ~ 133 | 1440 ~ 1600 */
}
@media screen and (max-width: 767px) {
  .p-top-news__slider .swiper-button-prev {
    left: 0.625rem;
  }
}

.p-top-news__slider .swiper-button-next {
  right: clamp(1.25rem, -48.187rem + 56.5vw, 8.313rem); /* 20~ 133 | 1440 ~ 1600 */
}
@media screen and (max-width: 767px) {
  .p-top-news__slider .swiper-button-next {
    right: 0.625rem;
  }
}

.js-news-swiper.is-swiper-static .swiper-button-prev,
.js-news-swiper.is-swiper-static .swiper-button-next {
  display: none;
}
.js-news-swiper.is-swiper-static .swiper-slide-duplicate {
  display: none;
}
.js-news-swiper.is-swiper-static .swiper-wrapper {
  transform: none !important;
  justify-content: center;
}

/* ---- ページネーション ---- */
.p-top-news__pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__pagination {
    margin-top: 1.75rem;
  }
}

.p-top-news__pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #caa249;
  opacity: 1;
  margin-inline: auto;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-top-news__pagination .swiper-pagination-bullet:hover {
    background-color: #0d1010;
  }
}
.p-top-news__pagination .swiper-pagination-bullet-active {
  background-color: #0d1010;
  pointer-events: none;
}

/* ---- カード ---- */
.p-top-news__card-link {
  display: block;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .p-top-news__card-link:hover .p-top-news__card-date,
  .p-top-news__card-link:hover .p-top-news__card-category,
  .p-top-news__card-link:hover .p-top-news__card-title {
    color: #caa249;
  }
}
.p-top-news__card-img {
  aspect-ratio: 400/250;
}

.p-top-news__card-body {
  margin-top: 1.4375rem;
}

.p-top-news__card-meta {
  display: grid;
  grid-template-columns: 5.8125rem 1fr;
  border-bottom: 1px solid #caa249;
  padding-bottom: 1.25rem;
}

.p-top-news__card-date {
  position: relative;
  font-size: max(0.75rem, 12px);
  font-family: "Cinzel", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.p-top-news__card-date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.625rem;
  background-color: #caa249;
}

.p-top-news__card-categorys {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.0625rem;
  padding-left: 0.625rem;
  position: relative;
}

.p-top-news__card-category {
  font-size: max(0.75rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.p-top-news__card-title {
  font-size: max(1rem, 12px);
  font-family: "Noto Serif JP", "Times New Roman", Times, Georgia, "Hiragino Mincho ProN", "游明朝", YuMincho, "MS PMincho", serif;
  font-weight: 400;
  color: #0d1010;
  line-height: 2.125;
  letter-spacing: 0.03em;
  margin-top: 0.75rem;
  white-space: normal; /* 文字を折り返す */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示する行数 */
  overflow: hidden;
  transition: color 0.3s;
}

/* ---------- 改行 〜 more：以上、less：以下 | ここから ---------- */
/* 767px以下で改行 */
.br-767-less {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-767-less {
    display: block;
  }
}

/* 1024px以下で改行 */
.br-1024-less {
  display: none;
}
@media (max-width: 1024px) {
  .br-1024-less {
    display: block;
  }
}

/* 768px以上で改行 */
@media screen and (max-width: 767px) {
  .br-768-more {
    display: none;
  }
}

/* ---------- 改行 | ここまで ---------- */
/* ---------- margin-topの設定 | ここから ---------- */
.mt-pc-1 {
  margin-top: 0.0625rem;
}

.mt-pc-2 {
  margin-top: 0.125rem;
}

.mt-pc-3 {
  margin-top: 0.1875rem;
}

.mt-pc-4 {
  margin-top: 0.25rem;
}

.mt-pc-5 {
  margin-top: 0.3125rem;
}

.mt-pc-6 {
  margin-top: 0.375rem;
}

.mt-pc-7 {
  margin-top: 0.4375rem;
}

.mt-pc-8 {
  margin-top: 0.5rem;
}

.mt-pc-9 {
  margin-top: 0.5625rem;
}

.mt-pc-10 {
  margin-top: 0.625rem;
}

.mt-pc-11 {
  margin-top: 0.6875rem;
}

.mt-pc-12 {
  margin-top: 0.75rem;
}

.mt-pc-13 {
  margin-top: 0.8125rem;
}

.mt-pc-14 {
  margin-top: 0.875rem;
}

.mt-pc-15 {
  margin-top: 0.9375rem;
}

.mt-pc-16 {
  margin-top: 1rem;
}

.mt-pc-17 {
  margin-top: 1.0625rem;
}

.mt-pc-18 {
  margin-top: 1.125rem;
}

.mt-pc-19 {
  margin-top: 1.1875rem;
}

.mt-pc-20 {
  margin-top: 1.25rem;
}

.mt-pc-21 {
  margin-top: 1.3125rem;
}

.mt-pc-22 {
  margin-top: 1.375rem;
}

.mt-pc-23 {
  margin-top: 1.4375rem;
}

.mt-pc-24 {
  margin-top: 1.5rem;
}

.mt-pc-25 {
  margin-top: 1.5625rem;
}

.mt-pc-26 {
  margin-top: 1.625rem;
}

.mt-pc-27 {
  margin-top: 1.6875rem;
}

.mt-pc-28 {
  margin-top: 1.75rem;
}

.mt-pc-29 {
  margin-top: 1.8125rem;
}

.mt-pc-30 {
  margin-top: 1.875rem;
}

.mt-pc-31 {
  margin-top: 1.9375rem;
}

.mt-pc-32 {
  margin-top: 2rem;
}

.mt-pc-33 {
  margin-top: 2.0625rem;
}

.mt-pc-34 {
  margin-top: 2.125rem;
}

.mt-pc-35 {
  margin-top: 2.1875rem;
}

.mt-pc-36 {
  margin-top: 2.25rem;
}

.mt-pc-37 {
  margin-top: 2.3125rem;
}

.mt-pc-38 {
  margin-top: 2.375rem;
}

.mt-pc-39 {
  margin-top: 2.4375rem;
}

.mt-pc-40 {
  margin-top: 2.5rem;
}

.mt-pc-41 {
  margin-top: 2.5625rem;
}

.mt-pc-42 {
  margin-top: 2.625rem;
}

.mt-pc-43 {
  margin-top: 2.6875rem;
}

.mt-pc-44 {
  margin-top: 2.75rem;
}

.mt-pc-45 {
  margin-top: 2.8125rem;
}

.mt-pc-46 {
  margin-top: 2.875rem;
}

.mt-pc-47 {
  margin-top: 2.9375rem;
}

.mt-pc-48 {
  margin-top: 3rem;
}

.mt-pc-49 {
  margin-top: 3.0625rem;
}

.mt-pc-50 {
  margin-top: 3.125rem;
}

.mt-pc-51 {
  margin-top: 3.1875rem;
}

.mt-pc-52 {
  margin-top: 3.25rem;
}

.mt-pc-53 {
  margin-top: 3.3125rem;
}

.mt-pc-54 {
  margin-top: 3.375rem;
}

.mt-pc-55 {
  margin-top: 3.4375rem;
}

.mt-pc-56 {
  margin-top: 3.5rem;
}

.mt-pc-57 {
  margin-top: 3.5625rem;
}

.mt-pc-58 {
  margin-top: 3.625rem;
}

.mt-pc-59 {
  margin-top: 3.6875rem;
}

.mt-pc-60 {
  margin-top: 3.75rem;
}

.mt-pc-61 {
  margin-top: 3.8125rem;
}

.mt-pc-62 {
  margin-top: 3.875rem;
}

.mt-pc-63 {
  margin-top: 3.9375rem;
}

.mt-pc-64 {
  margin-top: 4rem;
}

.mt-pc-65 {
  margin-top: 4.0625rem;
}

.mt-pc-66 {
  margin-top: 4.125rem;
}

.mt-pc-67 {
  margin-top: 4.1875rem;
}

.mt-pc-68 {
  margin-top: 4.25rem;
}

.mt-pc-69 {
  margin-top: 4.3125rem;
}

.mt-pc-70 {
  margin-top: 4.375rem;
}

.mt-pc-71 {
  margin-top: 4.4375rem;
}

.mt-pc-72 {
  margin-top: 4.5rem;
}

.mt-pc-73 {
  margin-top: 4.5625rem;
}

.mt-pc-74 {
  margin-top: 4.625rem;
}

.mt-pc-75 {
  margin-top: 4.6875rem;
}

.mt-pc-76 {
  margin-top: 4.75rem;
}

.mt-pc-77 {
  margin-top: 4.8125rem;
}

.mt-pc-78 {
  margin-top: 4.875rem;
}

.mt-pc-79 {
  margin-top: 4.9375rem;
}

.mt-pc-80 {
  margin-top: 5rem;
}

.mt-pc-81 {
  margin-top: 5.0625rem;
}

.mt-pc-82 {
  margin-top: 5.125rem;
}

.mt-pc-83 {
  margin-top: 5.1875rem;
}

.mt-pc-84 {
  margin-top: 5.25rem;
}

.mt-pc-85 {
  margin-top: 5.3125rem;
}

.mt-pc-86 {
  margin-top: 5.375rem;
}

.mt-pc-87 {
  margin-top: 5.4375rem;
}

.mt-pc-88 {
  margin-top: 5.5rem;
}

.mt-pc-89 {
  margin-top: 5.5625rem;
}

.mt-pc-90 {
  margin-top: 5.625rem;
}

.mt-pc-91 {
  margin-top: 5.6875rem;
}

.mt-pc-92 {
  margin-top: 5.75rem;
}

.mt-pc-93 {
  margin-top: 5.8125rem;
}

.mt-pc-94 {
  margin-top: 5.875rem;
}

.mt-pc-95 {
  margin-top: 5.9375rem;
}

.mt-pc-96 {
  margin-top: 6rem;
}

.mt-pc-97 {
  margin-top: 6.0625rem;
}

.mt-pc-98 {
  margin-top: 6.125rem;
}

.mt-pc-99 {
  margin-top: 6.1875rem;
}

.mt-pc-100 {
  margin-top: 6.25rem;
}

.mt-pc-101 {
  margin-top: 6.3125rem;
}

.mt-pc-102 {
  margin-top: 6.375rem;
}

.mt-pc-103 {
  margin-top: 6.4375rem;
}

.mt-pc-104 {
  margin-top: 6.5rem;
}

.mt-pc-105 {
  margin-top: 6.5625rem;
}

.mt-pc-106 {
  margin-top: 6.625rem;
}

.mt-pc-107 {
  margin-top: 6.6875rem;
}

.mt-pc-108 {
  margin-top: 6.75rem;
}

.mt-pc-109 {
  margin-top: 6.8125rem;
}

.mt-pc-110 {
  margin-top: 6.875rem;
}

.mt-pc-111 {
  margin-top: 6.9375rem;
}

.mt-pc-112 {
  margin-top: 7rem;
}

.mt-pc-113 {
  margin-top: 7.0625rem;
}

.mt-pc-114 {
  margin-top: 7.125rem;
}

.mt-pc-115 {
  margin-top: 7.1875rem;
}

.mt-pc-116 {
  margin-top: 7.25rem;
}

.mt-pc-117 {
  margin-top: 7.3125rem;
}

.mt-pc-118 {
  margin-top: 7.375rem;
}

.mt-pc-119 {
  margin-top: 7.4375rem;
}

.mt-pc-120 {
  margin-top: 7.5rem;
}

.mt-pc-121 {
  margin-top: 7.5625rem;
}

.mt-pc-122 {
  margin-top: 7.625rem;
}

.mt-pc-123 {
  margin-top: 7.6875rem;
}

.mt-pc-124 {
  margin-top: 7.75rem;
}

.mt-pc-125 {
  margin-top: 7.8125rem;
}

.mt-pc-126 {
  margin-top: 7.875rem;
}

.mt-pc-127 {
  margin-top: 7.9375rem;
}

.mt-pc-128 {
  margin-top: 8rem;
}

.mt-pc-129 {
  margin-top: 8.0625rem;
}

.mt-pc-130 {
  margin-top: 8.125rem;
}

.mt-pc-131 {
  margin-top: 8.1875rem;
}

.mt-pc-132 {
  margin-top: 8.25rem;
}

.mt-pc-133 {
  margin-top: 8.3125rem;
}

.mt-pc-134 {
  margin-top: 8.375rem;
}

.mt-pc-135 {
  margin-top: 8.4375rem;
}

.mt-pc-136 {
  margin-top: 8.5rem;
}

.mt-pc-137 {
  margin-top: 8.5625rem;
}

.mt-pc-138 {
  margin-top: 8.625rem;
}

.mt-pc-139 {
  margin-top: 8.6875rem;
}

.mt-pc-140 {
  margin-top: 8.75rem;
}

.mt-pc-141 {
  margin-top: 8.8125rem;
}

.mt-pc-142 {
  margin-top: 8.875rem;
}

.mt-pc-143 {
  margin-top: 8.9375rem;
}

.mt-pc-144 {
  margin-top: 9rem;
}

.mt-pc-145 {
  margin-top: 9.0625rem;
}

.mt-pc-146 {
  margin-top: 9.125rem;
}

.mt-pc-147 {
  margin-top: 9.1875rem;
}

.mt-pc-148 {
  margin-top: 9.25rem;
}

.mt-pc-149 {
  margin-top: 9.3125rem;
}

.mt-pc-150 {
  margin-top: 9.375rem;
}

.mt-pc-151 {
  margin-top: 9.4375rem;
}

.mt-pc-152 {
  margin-top: 9.5rem;
}

.mt-pc-153 {
  margin-top: 9.5625rem;
}

.mt-pc-154 {
  margin-top: 9.625rem;
}

.mt-pc-155 {
  margin-top: 9.6875rem;
}

.mt-pc-156 {
  margin-top: 9.75rem;
}

.mt-pc-157 {
  margin-top: 9.8125rem;
}

.mt-pc-158 {
  margin-top: 9.875rem;
}

.mt-pc-159 {
  margin-top: 9.9375rem;
}

.mt-pc-160 {
  margin-top: 10rem;
}

.mt-pc-161 {
  margin-top: 10.0625rem;
}

.mt-pc-162 {
  margin-top: 10.125rem;
}

.mt-pc-163 {
  margin-top: 10.1875rem;
}

.mt-pc-164 {
  margin-top: 10.25rem;
}

.mt-pc-165 {
  margin-top: 10.3125rem;
}

.mt-pc-166 {
  margin-top: 10.375rem;
}

.mt-pc-167 {
  margin-top: 10.4375rem;
}

.mt-pc-168 {
  margin-top: 10.5rem;
}

.mt-pc-169 {
  margin-top: 10.5625rem;
}

.mt-pc-170 {
  margin-top: 10.625rem;
}

.mt-pc-171 {
  margin-top: 10.6875rem;
}

.mt-pc-172 {
  margin-top: 10.75rem;
}

.mt-pc-173 {
  margin-top: 10.8125rem;
}

.mt-pc-174 {
  margin-top: 10.875rem;
}

.mt-pc-175 {
  margin-top: 10.9375rem;
}

.mt-pc-176 {
  margin-top: 11rem;
}

.mt-pc-177 {
  margin-top: 11.0625rem;
}

.mt-pc-178 {
  margin-top: 11.125rem;
}

.mt-pc-179 {
  margin-top: 11.1875rem;
}

.mt-pc-180 {
  margin-top: 11.25rem;
}

.mt-pc-181 {
  margin-top: 11.3125rem;
}

.mt-pc-182 {
  margin-top: 11.375rem;
}

.mt-pc-183 {
  margin-top: 11.4375rem;
}

.mt-pc-184 {
  margin-top: 11.5rem;
}

.mt-pc-185 {
  margin-top: 11.5625rem;
}

.mt-pc-186 {
  margin-top: 11.625rem;
}

.mt-pc-187 {
  margin-top: 11.6875rem;
}

.mt-pc-188 {
  margin-top: 11.75rem;
}

.mt-pc-189 {
  margin-top: 11.8125rem;
}

.mt-pc-190 {
  margin-top: 11.875rem;
}

.mt-pc-191 {
  margin-top: 11.9375rem;
}

.mt-pc-192 {
  margin-top: 12rem;
}

.mt-pc-193 {
  margin-top: 12.0625rem;
}

.mt-pc-194 {
  margin-top: 12.125rem;
}

.mt-pc-195 {
  margin-top: 12.1875rem;
}

.mt-pc-196 {
  margin-top: 12.25rem;
}

.mt-pc-197 {
  margin-top: 12.3125rem;
}

.mt-pc-198 {
  margin-top: 12.375rem;
}

.mt-pc-199 {
  margin-top: 12.4375rem;
}

.mt-pc-200 {
  margin-top: 12.5rem;
}

@media screen and (max-width: 768px) {
  .mt-sp-1 {
    margin-top: 0.0625rem;
  }
  .mt-sp-2 {
    margin-top: 0.125rem;
  }
  .mt-sp-3 {
    margin-top: 0.1875rem;
  }
  .mt-sp-4 {
    margin-top: 0.25rem;
  }
  .mt-sp-5 {
    margin-top: 0.3125rem;
  }
  .mt-sp-6 {
    margin-top: 0.375rem;
  }
  .mt-sp-7 {
    margin-top: 0.4375rem;
  }
  .mt-sp-8 {
    margin-top: 0.5rem;
  }
  .mt-sp-9 {
    margin-top: 0.5625rem;
  }
  .mt-sp-10 {
    margin-top: 0.625rem;
  }
  .mt-sp-11 {
    margin-top: 0.6875rem;
  }
  .mt-sp-12 {
    margin-top: 0.75rem;
  }
  .mt-sp-13 {
    margin-top: 0.8125rem;
  }
  .mt-sp-14 {
    margin-top: 0.875rem;
  }
  .mt-sp-15 {
    margin-top: 0.9375rem;
  }
  .mt-sp-16 {
    margin-top: 1rem;
  }
  .mt-sp-17 {
    margin-top: 1.0625rem;
  }
  .mt-sp-18 {
    margin-top: 1.125rem;
  }
  .mt-sp-19 {
    margin-top: 1.1875rem;
  }
  .mt-sp-20 {
    margin-top: 1.25rem;
  }
  .mt-sp-21 {
    margin-top: 1.3125rem;
  }
  .mt-sp-22 {
    margin-top: 1.375rem;
  }
  .mt-sp-23 {
    margin-top: 1.4375rem;
  }
  .mt-sp-24 {
    margin-top: 1.5rem;
  }
  .mt-sp-25 {
    margin-top: 1.5625rem;
  }
  .mt-sp-26 {
    margin-top: 1.625rem;
  }
  .mt-sp-27 {
    margin-top: 1.6875rem;
  }
  .mt-sp-28 {
    margin-top: 1.75rem;
  }
  .mt-sp-29 {
    margin-top: 1.8125rem;
  }
  .mt-sp-30 {
    margin-top: 1.875rem;
  }
  .mt-sp-31 {
    margin-top: 1.9375rem;
  }
  .mt-sp-32 {
    margin-top: 2rem;
  }
  .mt-sp-33 {
    margin-top: 2.0625rem;
  }
  .mt-sp-34 {
    margin-top: 2.125rem;
  }
  .mt-sp-35 {
    margin-top: 2.1875rem;
  }
  .mt-sp-36 {
    margin-top: 2.25rem;
  }
  .mt-sp-37 {
    margin-top: 2.3125rem;
  }
  .mt-sp-38 {
    margin-top: 2.375rem;
  }
  .mt-sp-39 {
    margin-top: 2.4375rem;
  }
  .mt-sp-40 {
    margin-top: 2.5rem;
  }
  .mt-sp-41 {
    margin-top: 2.5625rem;
  }
  .mt-sp-42 {
    margin-top: 2.625rem;
  }
  .mt-sp-43 {
    margin-top: 2.6875rem;
  }
  .mt-sp-44 {
    margin-top: 2.75rem;
  }
  .mt-sp-45 {
    margin-top: 2.8125rem;
  }
  .mt-sp-46 {
    margin-top: 2.875rem;
  }
  .mt-sp-47 {
    margin-top: 2.9375rem;
  }
  .mt-sp-48 {
    margin-top: 3rem;
  }
  .mt-sp-49 {
    margin-top: 3.0625rem;
  }
  .mt-sp-50 {
    margin-top: 3.125rem;
  }
  .mt-sp-51 {
    margin-top: 3.1875rem;
  }
  .mt-sp-52 {
    margin-top: 3.25rem;
  }
  .mt-sp-53 {
    margin-top: 3.3125rem;
  }
  .mt-sp-54 {
    margin-top: 3.375rem;
  }
  .mt-sp-55 {
    margin-top: 3.4375rem;
  }
  .mt-sp-56 {
    margin-top: 3.5rem;
  }
  .mt-sp-57 {
    margin-top: 3.5625rem;
  }
  .mt-sp-58 {
    margin-top: 3.625rem;
  }
  .mt-sp-59 {
    margin-top: 3.6875rem;
  }
  .mt-sp-60 {
    margin-top: 3.75rem;
  }
  .mt-sp-61 {
    margin-top: 3.8125rem;
  }
  .mt-sp-62 {
    margin-top: 3.875rem;
  }
  .mt-sp-63 {
    margin-top: 3.9375rem;
  }
  .mt-sp-64 {
    margin-top: 4rem;
  }
  .mt-sp-65 {
    margin-top: 4.0625rem;
  }
  .mt-sp-66 {
    margin-top: 4.125rem;
  }
  .mt-sp-67 {
    margin-top: 4.1875rem;
  }
  .mt-sp-68 {
    margin-top: 4.25rem;
  }
  .mt-sp-69 {
    margin-top: 4.3125rem;
  }
  .mt-sp-70 {
    margin-top: 4.375rem;
  }
  .mt-sp-71 {
    margin-top: 4.4375rem;
  }
  .mt-sp-72 {
    margin-top: 4.5rem;
  }
  .mt-sp-73 {
    margin-top: 4.5625rem;
  }
  .mt-sp-74 {
    margin-top: 4.625rem;
  }
  .mt-sp-75 {
    margin-top: 4.6875rem;
  }
  .mt-sp-76 {
    margin-top: 4.75rem;
  }
  .mt-sp-77 {
    margin-top: 4.8125rem;
  }
  .mt-sp-78 {
    margin-top: 4.875rem;
  }
  .mt-sp-79 {
    margin-top: 4.9375rem;
  }
  .mt-sp-80 {
    margin-top: 5rem;
  }
  .mt-sp-81 {
    margin-top: 5.0625rem;
  }
  .mt-sp-82 {
    margin-top: 5.125rem;
  }
  .mt-sp-83 {
    margin-top: 5.1875rem;
  }
  .mt-sp-84 {
    margin-top: 5.25rem;
  }
  .mt-sp-85 {
    margin-top: 5.3125rem;
  }
  .mt-sp-86 {
    margin-top: 5.375rem;
  }
  .mt-sp-87 {
    margin-top: 5.4375rem;
  }
  .mt-sp-88 {
    margin-top: 5.5rem;
  }
  .mt-sp-89 {
    margin-top: 5.5625rem;
  }
  .mt-sp-90 {
    margin-top: 5.625rem;
  }
  .mt-sp-91 {
    margin-top: 5.6875rem;
  }
  .mt-sp-92 {
    margin-top: 5.75rem;
  }
  .mt-sp-93 {
    margin-top: 5.8125rem;
  }
  .mt-sp-94 {
    margin-top: 5.875rem;
  }
  .mt-sp-95 {
    margin-top: 5.9375rem;
  }
  .mt-sp-96 {
    margin-top: 6rem;
  }
  .mt-sp-97 {
    margin-top: 6.0625rem;
  }
  .mt-sp-98 {
    margin-top: 6.125rem;
  }
  .mt-sp-99 {
    margin-top: 6.1875rem;
  }
  .mt-sp-100 {
    margin-top: 6.25rem;
  }
  .mt-sp-101 {
    margin-top: 6.3125rem;
  }
  .mt-sp-102 {
    margin-top: 6.375rem;
  }
  .mt-sp-103 {
    margin-top: 6.4375rem;
  }
  .mt-sp-104 {
    margin-top: 6.5rem;
  }
  .mt-sp-105 {
    margin-top: 6.5625rem;
  }
  .mt-sp-106 {
    margin-top: 6.625rem;
  }
  .mt-sp-107 {
    margin-top: 6.6875rem;
  }
  .mt-sp-108 {
    margin-top: 6.75rem;
  }
  .mt-sp-109 {
    margin-top: 6.8125rem;
  }
  .mt-sp-110 {
    margin-top: 6.875rem;
  }
  .mt-sp-111 {
    margin-top: 6.9375rem;
  }
  .mt-sp-112 {
    margin-top: 7rem;
  }
  .mt-sp-113 {
    margin-top: 7.0625rem;
  }
  .mt-sp-114 {
    margin-top: 7.125rem;
  }
  .mt-sp-115 {
    margin-top: 7.1875rem;
  }
  .mt-sp-116 {
    margin-top: 7.25rem;
  }
  .mt-sp-117 {
    margin-top: 7.3125rem;
  }
  .mt-sp-118 {
    margin-top: 7.375rem;
  }
  .mt-sp-119 {
    margin-top: 7.4375rem;
  }
  .mt-sp-120 {
    margin-top: 7.5rem;
  }
  .mt-sp-121 {
    margin-top: 7.5625rem;
  }
  .mt-sp-122 {
    margin-top: 7.625rem;
  }
  .mt-sp-123 {
    margin-top: 7.6875rem;
  }
  .mt-sp-124 {
    margin-top: 7.75rem;
  }
  .mt-sp-125 {
    margin-top: 7.8125rem;
  }
  .mt-sp-126 {
    margin-top: 7.875rem;
  }
  .mt-sp-127 {
    margin-top: 7.9375rem;
  }
  .mt-sp-128 {
    margin-top: 8rem;
  }
  .mt-sp-129 {
    margin-top: 8.0625rem;
  }
  .mt-sp-130 {
    margin-top: 8.125rem;
  }
  .mt-sp-131 {
    margin-top: 8.1875rem;
  }
  .mt-sp-132 {
    margin-top: 8.25rem;
  }
  .mt-sp-133 {
    margin-top: 8.3125rem;
  }
  .mt-sp-134 {
    margin-top: 8.375rem;
  }
  .mt-sp-135 {
    margin-top: 8.4375rem;
  }
  .mt-sp-136 {
    margin-top: 8.5rem;
  }
  .mt-sp-137 {
    margin-top: 8.5625rem;
  }
  .mt-sp-138 {
    margin-top: 8.625rem;
  }
  .mt-sp-139 {
    margin-top: 8.6875rem;
  }
  .mt-sp-140 {
    margin-top: 8.75rem;
  }
  .mt-sp-141 {
    margin-top: 8.8125rem;
  }
  .mt-sp-142 {
    margin-top: 8.875rem;
  }
  .mt-sp-143 {
    margin-top: 8.9375rem;
  }
  .mt-sp-144 {
    margin-top: 9rem;
  }
  .mt-sp-145 {
    margin-top: 9.0625rem;
  }
  .mt-sp-146 {
    margin-top: 9.125rem;
  }
  .mt-sp-147 {
    margin-top: 9.1875rem;
  }
  .mt-sp-148 {
    margin-top: 9.25rem;
  }
  .mt-sp-149 {
    margin-top: 9.3125rem;
  }
  .mt-sp-150 {
    margin-top: 9.375rem;
  }
  .mt-sp-151 {
    margin-top: 9.4375rem;
  }
  .mt-sp-152 {
    margin-top: 9.5rem;
  }
  .mt-sp-153 {
    margin-top: 9.5625rem;
  }
  .mt-sp-154 {
    margin-top: 9.625rem;
  }
  .mt-sp-155 {
    margin-top: 9.6875rem;
  }
  .mt-sp-156 {
    margin-top: 9.75rem;
  }
  .mt-sp-157 {
    margin-top: 9.8125rem;
  }
  .mt-sp-158 {
    margin-top: 9.875rem;
  }
  .mt-sp-159 {
    margin-top: 9.9375rem;
  }
  .mt-sp-160 {
    margin-top: 10rem;
  }
  .mt-sp-161 {
    margin-top: 10.0625rem;
  }
  .mt-sp-162 {
    margin-top: 10.125rem;
  }
  .mt-sp-163 {
    margin-top: 10.1875rem;
  }
  .mt-sp-164 {
    margin-top: 10.25rem;
  }
  .mt-sp-165 {
    margin-top: 10.3125rem;
  }
  .mt-sp-166 {
    margin-top: 10.375rem;
  }
  .mt-sp-167 {
    margin-top: 10.4375rem;
  }
  .mt-sp-168 {
    margin-top: 10.5rem;
  }
  .mt-sp-169 {
    margin-top: 10.5625rem;
  }
  .mt-sp-170 {
    margin-top: 10.625rem;
  }
  .mt-sp-171 {
    margin-top: 10.6875rem;
  }
  .mt-sp-172 {
    margin-top: 10.75rem;
  }
  .mt-sp-173 {
    margin-top: 10.8125rem;
  }
  .mt-sp-174 {
    margin-top: 10.875rem;
  }
  .mt-sp-175 {
    margin-top: 10.9375rem;
  }
  .mt-sp-176 {
    margin-top: 11rem;
  }
  .mt-sp-177 {
    margin-top: 11.0625rem;
  }
  .mt-sp-178 {
    margin-top: 11.125rem;
  }
  .mt-sp-179 {
    margin-top: 11.1875rem;
  }
  .mt-sp-180 {
    margin-top: 11.25rem;
  }
  .mt-sp-181 {
    margin-top: 11.3125rem;
  }
  .mt-sp-182 {
    margin-top: 11.375rem;
  }
  .mt-sp-183 {
    margin-top: 11.4375rem;
  }
  .mt-sp-184 {
    margin-top: 11.5rem;
  }
  .mt-sp-185 {
    margin-top: 11.5625rem;
  }
  .mt-sp-186 {
    margin-top: 11.625rem;
  }
  .mt-sp-187 {
    margin-top: 11.6875rem;
  }
  .mt-sp-188 {
    margin-top: 11.75rem;
  }
  .mt-sp-189 {
    margin-top: 11.8125rem;
  }
  .mt-sp-190 {
    margin-top: 11.875rem;
  }
  .mt-sp-191 {
    margin-top: 11.9375rem;
  }
  .mt-sp-192 {
    margin-top: 12rem;
  }
  .mt-sp-193 {
    margin-top: 12.0625rem;
  }
  .mt-sp-194 {
    margin-top: 12.125rem;
  }
  .mt-sp-195 {
    margin-top: 12.1875rem;
  }
  .mt-sp-196 {
    margin-top: 12.25rem;
  }
  .mt-sp-197 {
    margin-top: 12.3125rem;
  }
  .mt-sp-198 {
    margin-top: 12.375rem;
  }
  .mt-sp-199 {
    margin-top: 12.4375rem;
  }
  .mt-sp-200 {
    margin-top: 12.5rem;
  }
}
/* PC・SP共通用 */
.mt-1 {
  margin-top: 0.0625rem;
}

.mt-2 {
  margin-top: 0.125rem;
}

.mt-3 {
  margin-top: 0.1875rem;
}

.mt-4 {
  margin-top: 0.25rem;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-6 {
  margin-top: 0.375rem;
}

.mt-7 {
  margin-top: 0.4375rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-9 {
  margin-top: 0.5625rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-11 {
  margin-top: 0.6875rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mt-13 {
  margin-top: 0.8125rem;
}

.mt-14 {
  margin-top: 0.875rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-17 {
  margin-top: 1.0625rem;
}

.mt-18 {
  margin-top: 1.125rem;
}

.mt-19 {
  margin-top: 1.1875rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-21 {
  margin-top: 1.3125rem;
}

.mt-22 {
  margin-top: 1.375rem;
}

.mt-23 {
  margin-top: 1.4375rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-26 {
  margin-top: 1.625rem;
}

.mt-27 {
  margin-top: 1.6875rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.mt-29 {
  margin-top: 1.8125rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-31 {
  margin-top: 1.9375rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-33 {
  margin-top: 2.0625rem;
}

.mt-34 {
  margin-top: 2.125rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-37 {
  margin-top: 2.3125rem;
}

.mt-38 {
  margin-top: 2.375rem;
}

.mt-39 {
  margin-top: 2.4375rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-41 {
  margin-top: 2.5625rem;
}

.mt-42 {
  margin-top: 2.625rem;
}

.mt-43 {
  margin-top: 2.6875rem;
}

.mt-44 {
  margin-top: 2.75rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mt-46 {
  margin-top: 2.875rem;
}

.mt-47 {
  margin-top: 2.9375rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-49 {
  margin-top: 3.0625rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-51 {
  margin-top: 3.1875rem;
}

.mt-52 {
  margin-top: 3.25rem;
}

.mt-53 {
  margin-top: 3.3125rem;
}

.mt-54 {
  margin-top: 3.375rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-57 {
  margin-top: 3.5625rem;
}

.mt-58 {
  margin-top: 3.625rem;
}

.mt-59 {
  margin-top: 3.6875rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-61 {
  margin-top: 3.8125rem;
}

.mt-62 {
  margin-top: 3.875rem;
}

.mt-63 {
  margin-top: 3.9375rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-65 {
  margin-top: 4.0625rem;
}

.mt-66 {
  margin-top: 4.125rem;
}

.mt-67 {
  margin-top: 4.1875rem;
}

.mt-68 {
  margin-top: 4.25rem;
}

.mt-69 {
  margin-top: 4.3125rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-71 {
  margin-top: 4.4375rem;
}

.mt-72 {
  margin-top: 4.5rem;
}

.mt-73 {
  margin-top: 4.5625rem;
}

.mt-74 {
  margin-top: 4.625rem;
}

.mt-75 {
  margin-top: 4.6875rem;
}

.mt-76 {
  margin-top: 4.75rem;
}

.mt-77 {
  margin-top: 4.8125rem;
}

.mt-78 {
  margin-top: 4.875rem;
}

.mt-79 {
  margin-top: 4.9375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-81 {
  margin-top: 5.0625rem;
}

.mt-82 {
  margin-top: 5.125rem;
}

.mt-83 {
  margin-top: 5.1875rem;
}

.mt-84 {
  margin-top: 5.25rem;
}

.mt-85 {
  margin-top: 5.3125rem;
}

.mt-86 {
  margin-top: 5.375rem;
}

.mt-87 {
  margin-top: 5.4375rem;
}

.mt-88 {
  margin-top: 5.5rem;
}

.mt-89 {
  margin-top: 5.5625rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-91 {
  margin-top: 5.6875rem;
}

.mt-92 {
  margin-top: 5.75rem;
}

.mt-93 {
  margin-top: 5.8125rem;
}

.mt-94 {
  margin-top: 5.875rem;
}

.mt-95 {
  margin-top: 5.9375rem;
}

.mt-96 {
  margin-top: 6rem;
}

.mt-97 {
  margin-top: 6.0625rem;
}

.mt-98 {
  margin-top: 6.125rem;
}

.mt-99 {
  margin-top: 6.1875rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mt-101 {
  margin-top: 6.3125rem;
}

.mt-102 {
  margin-top: 6.375rem;
}

.mt-103 {
  margin-top: 6.4375rem;
}

.mt-104 {
  margin-top: 6.5rem;
}

.mt-105 {
  margin-top: 6.5625rem;
}

.mt-106 {
  margin-top: 6.625rem;
}

.mt-107 {
  margin-top: 6.6875rem;
}

.mt-108 {
  margin-top: 6.75rem;
}

.mt-109 {
  margin-top: 6.8125rem;
}

.mt-110 {
  margin-top: 6.875rem;
}

.mt-111 {
  margin-top: 6.9375rem;
}

.mt-112 {
  margin-top: 7rem;
}

.mt-113 {
  margin-top: 7.0625rem;
}

.mt-114 {
  margin-top: 7.125rem;
}

.mt-115 {
  margin-top: 7.1875rem;
}

.mt-116 {
  margin-top: 7.25rem;
}

.mt-117 {
  margin-top: 7.3125rem;
}

.mt-118 {
  margin-top: 7.375rem;
}

.mt-119 {
  margin-top: 7.4375rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mt-121 {
  margin-top: 7.5625rem;
}

.mt-122 {
  margin-top: 7.625rem;
}

.mt-123 {
  margin-top: 7.6875rem;
}

.mt-124 {
  margin-top: 7.75rem;
}

.mt-125 {
  margin-top: 7.8125rem;
}

.mt-126 {
  margin-top: 7.875rem;
}

.mt-127 {
  margin-top: 7.9375rem;
}

.mt-128 {
  margin-top: 8rem;
}

.mt-129 {
  margin-top: 8.0625rem;
}

.mt-130 {
  margin-top: 8.125rem;
}

.mt-131 {
  margin-top: 8.1875rem;
}

.mt-132 {
  margin-top: 8.25rem;
}

.mt-133 {
  margin-top: 8.3125rem;
}

.mt-134 {
  margin-top: 8.375rem;
}

.mt-135 {
  margin-top: 8.4375rem;
}

.mt-136 {
  margin-top: 8.5rem;
}

.mt-137 {
  margin-top: 8.5625rem;
}

.mt-138 {
  margin-top: 8.625rem;
}

.mt-139 {
  margin-top: 8.6875rem;
}

.mt-140 {
  margin-top: 8.75rem;
}

.mt-141 {
  margin-top: 8.8125rem;
}

.mt-142 {
  margin-top: 8.875rem;
}

.mt-143 {
  margin-top: 8.9375rem;
}

.mt-144 {
  margin-top: 9rem;
}

.mt-145 {
  margin-top: 9.0625rem;
}

.mt-146 {
  margin-top: 9.125rem;
}

.mt-147 {
  margin-top: 9.1875rem;
}

.mt-148 {
  margin-top: 9.25rem;
}

.mt-149 {
  margin-top: 9.3125rem;
}

.mt-150 {
  margin-top: 9.375rem;
}

.mt-151 {
  margin-top: 9.4375rem;
}

.mt-152 {
  margin-top: 9.5rem;
}

.mt-153 {
  margin-top: 9.5625rem;
}

.mt-154 {
  margin-top: 9.625rem;
}

.mt-155 {
  margin-top: 9.6875rem;
}

.mt-156 {
  margin-top: 9.75rem;
}

.mt-157 {
  margin-top: 9.8125rem;
}

.mt-158 {
  margin-top: 9.875rem;
}

.mt-159 {
  margin-top: 9.9375rem;
}

.mt-160 {
  margin-top: 10rem;
}

.mt-161 {
  margin-top: 10.0625rem;
}

.mt-162 {
  margin-top: 10.125rem;
}

.mt-163 {
  margin-top: 10.1875rem;
}

.mt-164 {
  margin-top: 10.25rem;
}

.mt-165 {
  margin-top: 10.3125rem;
}

.mt-166 {
  margin-top: 10.375rem;
}

.mt-167 {
  margin-top: 10.4375rem;
}

.mt-168 {
  margin-top: 10.5rem;
}

.mt-169 {
  margin-top: 10.5625rem;
}

.mt-170 {
  margin-top: 10.625rem;
}

.mt-171 {
  margin-top: 10.6875rem;
}

.mt-172 {
  margin-top: 10.75rem;
}

.mt-173 {
  margin-top: 10.8125rem;
}

.mt-174 {
  margin-top: 10.875rem;
}

.mt-175 {
  margin-top: 10.9375rem;
}

.mt-176 {
  margin-top: 11rem;
}

.mt-177 {
  margin-top: 11.0625rem;
}

.mt-178 {
  margin-top: 11.125rem;
}

.mt-179 {
  margin-top: 11.1875rem;
}

.mt-180 {
  margin-top: 11.25rem;
}

.mt-181 {
  margin-top: 11.3125rem;
}

.mt-182 {
  margin-top: 11.375rem;
}

.mt-183 {
  margin-top: 11.4375rem;
}

.mt-184 {
  margin-top: 11.5rem;
}

.mt-185 {
  margin-top: 11.5625rem;
}

.mt-186 {
  margin-top: 11.625rem;
}

.mt-187 {
  margin-top: 11.6875rem;
}

.mt-188 {
  margin-top: 11.75rem;
}

.mt-189 {
  margin-top: 11.8125rem;
}

.mt-190 {
  margin-top: 11.875rem;
}

.mt-191 {
  margin-top: 11.9375rem;
}

.mt-192 {
  margin-top: 12rem;
}

.mt-193 {
  margin-top: 12.0625rem;
}

.mt-194 {
  margin-top: 12.125rem;
}

.mt-195 {
  margin-top: 12.1875rem;
}

.mt-196 {
  margin-top: 12.25rem;
}

.mt-197 {
  margin-top: 12.3125rem;
}

.mt-198 {
  margin-top: 12.375rem;
}

.mt-199 {
  margin-top: 12.4375rem;
}

.mt-200 {
  margin-top: 12.5rem;
}

/* ---------- margin-topの設定 | ここまで ---------- */
@media (width <= 767px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width >= 768px) {
  [data-only-device=sm] {
    display: none;
  }
}

/* ---------- スクリーンリーダー専用テキスト（視覚的に非表示） | ここから ---------- */
.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  overflow: hidden;
}

/* ---------- スクリーンリーダーオンリー用の記述 | ここまで ---------- */