@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
}

nav li {
  list-style: none;
  padding: 0;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not(class),
a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

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

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

html {
  overflow: auto;
}

html:has(.login-bar) {
  --swl-offset_y: 84px;
}

body {
  position: relative;
  overflow: clip;
  line-height: 1.5;
  font-weight: 500;
  color: #2d1605;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fffcf3;
}

a {
  display: inline-block;
  color: inherit;
  word-break: break-all;
  transition: opacity 0.4s ease;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp {
  display: none;
}

.container {
  width: 100%;
  max-width: 1054px;
  padding: 0 15px;
  margin: 0 auto;
}

.color-primary {
  color: #e44501;
}

@media screen and (max-width: 1023px) {
  html:has(.login-bar) {
    --swl-offset_y: 102px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 87%;
    padding: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  a:focus {
    opacity: 0.6;
  }
}
.site-header {
  padding: 16px 40px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-right {
  margin-left: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-icon-link {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}

.header-icon-link__icon {
  width: 32px;
  height: 32px;
}

.pc_navi {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-icon-item {
  width: 90px;
}

.nav-icon-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav-icon {
  width: 40px;
  height: 40px;
  transition: transform 0.4s ease;
}

.nav-icon-text {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
}

/* ハンバーガーメニューのスタイル */
.hamburger-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
  background-color: #2d1605;
  cursor: pointer;
  padding: 10px;
  border-radius: 8px;
  align-self: center;
  width: 80px;
  height: 80px;
}

.hamburger-icon {
  width: 32px;
  height: 32px;
}

.hamburger-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

/* overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #2d1605;
  opacity: 0.65;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.menu-overlay.is-open {
  opacity: 0.65;
  visibility: visible;
}

.menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 350px;
  height: calc(100vh - 40px);
  background-color: #fffcf3;
  z-index: 1000;
  transform: translateX(110%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  border-radius: 24px;
}

.menu.is-open {
  transform: translateX(0);
}

.menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 1px 0 25px;
}

.menu__header-title {
  font-size: 32px;
  font-weight: 700;
}

.menu__close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu__close .hamburger-text {
  color: #2d1605;
}

/* メニューリスト */
.menu__content {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px;
}

.menu__profile {
  background-color: #f8eed1;
  border-radius: 8px;
  margin-top: 9px;
}

.menu__profile__link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px;
}

.menu__profile-icon {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

.menu__profile-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.menu__profile-name {
  font-size: 20px;
  font-weight: 700;
  flex: 1;
}

.header-search {
  margin-top: 24px;
}

.header-search .search-form-wrapper {
  width: 100%;
}

.menu__list {
  margin-top: 16px;
}

.menu__item {
  border-bottom: 1px dashed #afa49b;
}

.menu__link {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-weight: 700;
  font-size: 20px;
}

.menu__link::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/icon__menu__link-arrow.svg);
  width: 24px;
  height: 24px;
  right: 0;
  top: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu__login {
  margin-top: 40px;
}

.menu__login .button {
  min-width: 100%;
}

.menu__logout {
  margin-top: 40px;
}

.logout {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  border: none;
  padding: 0;
}

/* ログインバー */
.login-bar {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #f8eed1;
  padding: 14px 40px;
}

.login-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.login-bar__text {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .site-header {
    padding: 9px 0;
    width: 87.7%;
    margin-inline: auto;
  }
  .header-right {
    margin-left: 10px;
  }
  .header-icon-link {
    font-size: 16px;
  }
  .header-icon-link__icon {
    width: 28px;
    height: 28px;
  }
  .pc_navi {
    display: none;
  }
  /* ハンバーガーメニューのスタイル */
  .hamburger-menu {
    width: 62px;
    height: 62px;
  }
  .hamburger-icon {
    width: 26px;
    height: 26px;
  }
  .hamburger-text {
    font-size: 10px;
  }
  /* overlay */
  .menu {
    width: calc(100% - 20px);
    right: 10px;
    top: 10px;
    height: calc(100% - 20px);
    max-width: 400px;
    border-radius: 16px;
  }
  body:has(.mobile-fixed-nav) .menu {
    height: calc(100% - 100px);
  }
  .menu__header {
    padding: 10px 12px 0px 24px;
  }
  /* メニューリスト */
  .menu__content {
    padding-bottom: 70px;
  }
  .menu__profile {
    margin-top: 25px;
  }
  /* ログインバー */
  .login-bar {
    padding: 12px 10px;
    gap: 8px;
  }
  .login-bar__inner {
    flex-direction: column;
    gap: 8px;
  }
  .login-bar__text {
    font-size: 16px;
  }
  .login-bar .button:not(:has(.button__icon)) {
    padding: 10px;
    width: 272px;
  }
  .login-bar .button__text {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nav-icon-item__link:hover {
    opacity: 1;
  }
  .nav-icon-item__link:hover .nav-icon {
    transform: scale(1.2);
  }
}
/*============================
#colophon.site-footer
============================*/
.site-footer {
  background-color: #271e17;
  padding: 80px 0 80px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
}

.social-icons {
  display: flex;
  gap: 24px;
}

.social-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icon__image {
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease;
}

.copyright {
  color: #fff;
  opacity: 0.65;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .site-footer {
    padding: 64px 0 40px;
  }
  body:has(.mobile-fixed-nav) .site-footer {
    padding-bottom: 100px;
  }
  body:has(.tsubuyaki-button) .site-footer,
  body:has(.favorite-button-fixed) .site-footer {
    padding-bottom: 180px;
  }
  .footer-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer-branding {
    margin-inline: auto;
  }
  .social-icons {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }
  .copyright {
    margin-top: 48px;
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .social-icon:hover {
    opacity: 1;
  }
  .social-icon:hover .social-icon__image {
    transform: scale(1.2);
  }
}
.site-content {
  margin-top: 40px;
  padding-bottom: 128px;
}

.site-content:has(.page-hero) {
  margin-top: 0;
}

.page-category {
  margin-top: 48px;
}

.page-category--has-popular-words {
  margin-top: 32px;
}

.container {
  width: 1150px;
  padding: 0 15px;
  max-width: 100%;
  margin-inline: auto;
}

.container--narrow {
  width: 988px;
  padding: 0 15px;
  max-width: 100%;
  margin-inline: auto;
}

.page-head__button {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .site-content {
    margin-top: 24px;
    padding-bottom: 80px;
  }
  .page-category {
    margin-top: 24px;
  }
  .page-category--has-popular-words {
    margin-top: 24px;
  }
  .container {
    padding: 0;
    width: 87.7%;
  }
}
/* ====================================
   カテゴリグリッド - オリジナル版（4x2グリッド）
   ==================================== */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.category-card {
  text-align: center;
}

.category-link {
  border-radius: 16px;
  border: 3px solid #c56825;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.category-image {
  width: 128px;
  height: 128px;
  transition: transform 0.4s ease;
}

.category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-name {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* ====================================
   カテゴリグリッド - 横並びバージョン2（左右ライン）
==================================== */
.categories-grid-line {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-card-line {
  text-align: center;
  flex: 1;
}

.category-card-line:first-child {
  border-left: 1px dotted #2d1605;
}

.category-link-line {
  position: relative;
  background-color: transparent;
  padding: 0 24px 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  transition: all 0.3s ease;
}

.category-link-line::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  border-right: 1px dotted #2d1605;
}

.category-link-line.active {
  background-color: #f8eed1;
}

.category-link-line:focus {
  opacity: 1;
}

.category-image-line {
  width: 80px;
  height: 80px;
}

.category-image-line img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}

.category-name-line {
  font-size: 19px;
  font-weight: 700;
}

/* ====================================
カテゴリグリッド - Filter
==================================== */
.category-filter-item {
  flex: 1;
}

.category-filter-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.category-filter-item.disabled .category-filter-link {
  pointer-events: none;
}

.category-filter-item.active {
  background-color: #f8eed1;
}

@media screen and (max-width: 1023px) {
  /* オリジナル版 */
  .categories-grid {
    gap: 4px;
  }
  .category-link {
    border-radius: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-width: 1px;
  }
  .category-image {
    width: 40px;
    height: 40px;
  }
  .category-name {
    font-size: 14px;
  }
  /* ====================================
   カテゴリグリッド - 横並びバージョン2（左右ライン）
  ================================== */
  .categories-grid-line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 0;
  }
  .category-link-line {
    padding: 0;
  }
  .category-card-line:nth-of-type(5) {
    border-left: 1px dotted #2d1605;
  }
  .category-image-line {
    width: 40px;
    height: 40px;
  }
  .category-name-line {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .category-link:hover {
    opacity: 1;
  }
  .category-link:hover .category-image {
    transform: scale(1.2);
  }
  .category-link-line:hover {
    opacity: 1;
  }
  .category-link-line:hover .category-image-line img {
    transform: scale(1.2);
  }
}
.category-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.category-badge {
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #e44501;
  padding: 3px 16px;
  border: 1px solid transparent;
  display: inline-block;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.category-badge--play {
  background-color: #649e1a;
}

.category-badge--learn {
  background-color: #1c8b56;
}

.category-badge--gift {
  background-color: #fe5e3c;
}

.category-badge--care {
  background-color: #ee6374;
}

.category-badge--food {
  background-color: #f49b20;
}

.category-badge--services {
  background-color: #2c44a8;
}

.category-badge--medical {
  background-color: #129ab5;
}

.category-badge--exercise {
  background-color: #8747d9;
}

.category-badge--word {
  background-color: #fff;
  border-color: #2d1605;
  color: #2d1605;
}

.category-badge--active {
  background-color: #2d1605;
  color: #fff;
}

.category-badge--default {
  background-color: #e2e2e2;
  color: #fff;
}

.category-badge--upcoming {
  background-color: #129ab5;
  color: #fff;
}

.category-badge--running {
  background-color: #ee6374;
  color: #fff;
}

.category-badge--ended {
  background-color: #e2e2e2;
  color: #777;
}

@media screen and (max-width: 1023px) {
  .category-badges {
    gap: 4px;
  }
  .category-badge {
    font-size: 16px;
  }
  .category-badge--word {
    font-size: 16px;
  }
  .hero-carousel .category-badge {
    font-size: 16px;
  }
  .single .p-singleMeta .category-badge {
    font-size: 16px;
  }
}
.category-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon__image {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.category-icon--hero {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.category-icon__image--hero {
  width: 120px;
  height: 120px;
  max-width: 75%;
  aspect-ratio: 1/1;
}

/* 共通ロゴセクションのベーススタイル */
.logo-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.logo-tagline {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.25em;
}

.logo-link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.logo-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ヘッダー用のスタイル */
.logo-tagline--header {
  color: #b8500b;
}

.logo-image--header {
  width: 160px;
}

/* フッター用のスタイル */
.logo-section--footer {
  gap: 1px;
}

.logo-tagline--footer {
  color: #fff;
  font-size: 20px;
}

.logo-image--footer {
  width: 200px;
}

@media screen and (max-width: 1023px) {
  /* 共通ロゴセクションのベーススタイル */
  .logo-section {
    gap: 0;
  }
  .logo-tagline--header {
    font-size: 10px;
  }
  /* ヘッダー用のスタイル */
  .logo-image--header {
    width: 107px;
  }
  /* フッター用のスタイル */
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .article-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
}
.article-card {
  position: relative;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #2d1605;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.article-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}

.article-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card__body {
  position: relative;
  padding-top: 32px;
}

.article-card__category-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}

.article-card__title {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  order: 2;
  min-height: 66px;
}

.article-card__footer {
  order: 3;
  margin-top: auto;
}

.article-card__date {
  margin-top: 20px;
  padding-top: 21px;
  border-top: 1px dashed #afa49b;
  font-size: 18px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.article-card__meta {
  margin-top: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-card__favorite {
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .article-card__body {
    padding-top: 36px;
  }
  .article-card__title {
    min-height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article-card:hover {
    opacity: 1;
  }
  .article-card:hover .article-card__image {
    transform: scale(1.2);
  }
}
.section-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.section-title__icon {
  width: 64px;
  height: 64px;
}

.section-title__text {
  font-size: 48px;
  font-weight: 700;
}

.section-title--center {
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .section-title {
    gap: 12px;
  }
  .section-title__icon {
    width: 40px;
    height: 40px;
  }
  .section-title__text {
    font-size: 32px;
  }
  .search .section-title {
    flex-direction: column;
  }
  .search .section-title__text {
    font-size: 24px;
  }
  .thanks .section-title {
    flex-direction: column;
    text-align: center;
  }
  .thanks .section-title__text {
    font-size: 24px;
  }
}
.popular-words {
  width: 888px;
  max-width: 100%;
  margin-inline: auto;
  background-color: #fff6dd;
  border-radius: 20px;
  padding: 40px;
  margin-top: 32px;
}

.popular-words__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.popular-words__icon {
  width: 32px;
  height: 32px;
}

.popular-words__text {
  font-size: 24px;
  font-weight: 700;
}

.popular-words__key {
  margin-top: 16px;
}

.popular-words__search {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .popular-words {
    width: 100%;
    border-radius: 8px;
    margin-top: 24px;
    padding: 24px;
  }
  .popular-words__title {
    gap: 4px;
  }
  .popular-words__icon {
    width: 28px;
    height: 28px;
  }
  .popular-words__text {
    font-size: 18px;
  }
  .popular-words__key {
    margin-top: 12px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  border-radius: 100px;
  position: relative;
  padding: 16px 16px 16px 32px;
  min-width: 350px;
  border: 1px solid transparent;
}

.button:not(:has(.button__icon)) {
  justify-content: center;
  padding: 16px;
}

.button--primary {
  background-color: #e44501;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}

.button__text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: color 0.4s ease;
}

.button__icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.button__icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  transition: opacity 0.4s ease, z-index 0.4s ease;
}

.button__icon-usual {
  z-index: 1;
}

.button__icon-hover {
  z-index: 0;
  opacity: 0;
}

.button--small {
  gap: 4px;
  padding: 10px 16px 10px 24px;
  min-width: auto;
}

.button--small .button__text {
  font-size: 18px;
}

.button--small .button__icon {
  width: 24px;
  height: 24px;
}

.button--thin {
  padding: 12px 16px 12px 32px;
}

.button:not(:has(.button__icon)) {
  padding: 12px 16px 12px 16px;
}

.thanks .button {
  padding: 16px;
  justify-content: center;
}

.button-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.button-arrow__icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.button-arrow__text {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .button {
    padding: 12px 12px 12px 32px;
    max-width: 100%;
    width: 320px;
    min-width: auto;
    gap: 16px;
  }
  .page-side .button {
    padding-left: 24px;
    gap: 8px;
  }
  .button__text {
    font-size: 18px;
  }
  .thanks .button {
    padding: 12px;
  }
  .button-arrow__text {
    font-size: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover {
    opacity: 1;
  }
  .button--primary:hover {
    background-color: #fff;
    border-color: #e44501;
  }
  .button:hover .button__text {
    color: #e44501;
  }
  .button:hover .button__icon-usual {
    opacity: 0;
    z-index: 0;
  }
  .button:hover .button__icon-hover {
    opacity: 1;
    z-index: 1;
  }
}
.search-form-wrapper {
  display: flex;
  align-items: stretch;
  background-color: #f8eed2;
  border-radius: 50px;
  overflow: hidden;
  max-width: 300px;
  min-width: 250px;
  width: 100%;
}

.search-field {
  flex: 1 1 auto;
  min-width: 0;
  border: none;
  outline: none;
  padding: 12px 12px 12px 24px;
  background: transparent;
  border-radius: 50px;
  font-weight: 700;
}

.search-field::-moz-placeholder {
  color: rgba(45, 22, 5, 0.6509803922);
}

.search-field::placeholder {
  color: rgba(45, 22, 5, 0.6509803922);
}

.search-field:focus {
  outline: none;
}

.search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 0 0 auto;
  min-width: 70px;
  background-color: #e44501;
  color: white;
  border: none;
  padding: 10px 20px 10px 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  margin: 5px 5px 5px 0;
  line-height: 1;
}

.search-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.search-form-wrapper--white {
  background-color: #fff;
  border: 1px solid #2d1605;
  max-width: 500px;
  width: 500px;
}

.search-field--popular-words {
  font-size: 20px;
}

.search-submit--popular-words {
  font-size: 18px;
  margin: 8px 8px 8px 0;
  padding: 14px 20px 14px 16px;
}

.search-icon--popular-words {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1023px) {
  .search-form {
    width: 100%;
  }
  .search-form-wrapper--white {
    width: 100%;
  }
  .search-field--popular-words {
    font-size: 16px;
  }
  .search-submit--popular-words {
    font-size: 16px;
    margin: 5px 5px 5px 0;
    padding: 10px 20px 10px 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .search-submit:hover .search-icon {
    transform: scale(1.4);
  }
}
.p-breadcrumb {
  padding: 24px 0;
}

.p-breadcrumb__list {
  font-size: 16px;
  flex-wrap: wrap;
}

.p-breadcrumb__item {
  max-width: 100%;
}

.c-categoryList__separation:after,
.p-breadcrumb__item:after {
  background-image: url(../../assets/images/icon__arrow-right--primary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-color: inherit;
  opacity: 1;
  clip-path: none;
}

.p-breadcrumb__text {
  opacity: 0.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.p-breadcrumb__text {
  text-decoration: underline;
  opacity: 1;
}

.p-breadcrumb__text .__home:before {
  content: none;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 1023px) {
  .p-breadcrumb__list {
    padding: 0;
    width: 87.7%;
  }
}
/* ====================================
   ページネーション - 既存CSS上書き版
==================================== */
.c-pagination {
  font-size: 22px;
  gap: 8px;
  margin-top: 64px;
  margin-bottom: 0;
}

/* ====================================
   前へ・次へナビゲーションボタン
   ==================================== */
.c-pagination__nav {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  height: 50px;
  border: 1px solid #2d1605;
  border-radius: 4px;
  background-color: #fff;
  color: #2d1605;
  font-weight: 700;
}

.c-pagination__nav-icon {
  width: 32px;
  height: 32px;
}

/* 前へボタンのアイコン（左向き矢印） */
.c-pagination__nav-icon--prev {
  transform: rotate(180deg);
}

/* ナビゲーションテキスト */
.c-pagination__nav-text {
  white-space: nowrap;
}

.c-pagination__nav.-disabled {
  background-color: rgba(45, 22, 5, 0.2);
  cursor: not-allowed;
  pointer-events: none;
  border: none;
}

.c-pagination__nav {
  transition: background-color 0.4s ease, color 0.4s ease;
}

.c-pagination__nav.-disabled .c-pagination__nav-icon,
.c-pagination__nav.-disabled .c-pagination__nav-text {
  opacity: 0.65;
}

/* ====================================
   ページ番号部分（既存を上書き）
   ==================================== */
.c-pagination__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* 既存のpage-numbersスタイルを上書き */
[class*=page-numbers] {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d1605;
  border-radius: 4px;
  background-color: #fff;
  color: #2d1605;
  margin: 0;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  box-sizing: border-box;
  box-shadow: none;
  transition: background-color 0.4s ease;
}

[class*=page-numbers].current {
  background-color: #2d1605;
  color: #fff;
  border-color: #2d1605;
}

.c-pagination__dot {
  color: #2d1605;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.sns-pagination-current {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2d1605;
  border-radius: 4px;
  background-color: #fff;
  color: #2d1605;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding: 0 18px;
}

@media screen and (max-width: 1023px) {
  /* ====================================
     ページネーション - 既存CSS上書き版
  ==================================== */
  .c-pagination {
    font-size: 18px;
    margin-top: 48px;
  }
  /* ====================================
   前へ・次へナビゲーションボタン
   ==================================== */
  .c-pagination__nav {
    height: 34px;
    width: 34px;
    padding: 0;
    justify-content: center;
  }
  .c-pagination__nav-icon {
    height: 24px;
    width: 24px;
  }
  /* 前へボタンのアイコン（左向き矢印） */
  /* ナビゲーションテキスト */
  .c-pagination__nav-text {
    display: none;
  }
  /* ====================================
   ページ番号部分（既存を上書き）
   ==================================== */
  /* 既存のpage-numbersスタイルを上書き */
  [class*=page-numbers] {
    height: 34px;
    width: 34px;
    font-size: 18px;
  }
  .sns-pagination-current {
    height: 34px;
    font-size: 18px;
    padding: 0 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  [class*=page-numbers]:hover {
    background-color: #2d1605;
    opacity: 1;
  }
  .c-pagination__nav:hover {
    background-color: #2d1605;
    color: #fff;
    opacity: 1;
  }
}
.event-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #2d1605;
  padding: 24px;
  gap: 20px;
}

.event-card__thumb {
  width: 34.4%;
}

.event-card__link {
  display: block;
}

.event-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 8px;
}

.event-card__body {
  flex: 1;
}

.event-card__title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 16px;
  padding-bottom: 24px;
}

.event-card__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* フッター */
.event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #ddd;
  padding-top: 24px;
  margin-top: auto;
}

.event-card__meta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.event-card__date {
  font-size: 18px;
}

.event-card__period {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.event-card__category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.event-card__category-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* たいせつボタン */
.event-card__favorite {
  margin-left: auto;
}

.event-card__favorite .simplefavorite-button {
  background: none;
  border: none;
  cursor: pointer;
}

.post-grid .event-card {
  flex-direction: column;
}

.post-grid .event-card__thumb {
  width: 100%;
}

.post-grid .event-card__footer {
  padding-top: 16px;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 24px;
}

.post-grid .event-card__meta {
  display: contents;
}

.post-grid .event-card__date {
  width: 100%;
}

.post-grid .event-card__footer {
  padding-top: 16px;
}

@media screen and (max-width: 1023px) {
  .event-card {
    flex-direction: column;
    gap: 16px;
  }
  .event-card__thumb {
    width: 100%;
  }
  .event-card__body {
    flex: none;
  }
  .event-card__title {
    font-size: 20px;
    margin-top: 12px;
  }
  .event-card__footer {
    flex-wrap: wrap;
    gap: 24px;
  }
  .event-card__meta {
    display: contents;
  }
  .event-card__date {
    font-size: 16px;
  }
  .event-card__category-icon {
    width: 40px;
    height: 40px;
  }
}
/**
 * favorite-button.css
 * Favoritesプラグインのカスタムスタイル（円形ハートボタン）
 * 
 * 画像パスの変数:
 * --favorite-icon-disabled: 通常状態のアイコンパス
 * --favorite-icon-active: お気に入り済み状態のアイコンパス
 */
/* CSS変数で画像パスを定義（functions.phpから動的に設定される） */
:root {
  --favorite-icon-disabled: url("/wp-content/themes/swell_child/assets/images/sns/icon__taisetsu--disabled.svg");
  --favorite-icon-active: url("/wp-content/themes/swell_child/assets/images/sns/icon__taisetsu--active.svg");
}

/* ========================================
   通常版のボタンスタイル
   ======================================== */
/* オリジナルのボタンを円形デザインにカスタマイズ */
.favorite-button-wrapper .simplefavorite-button {
  /* テキストを非表示 */
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.favorite-button-wrapper .simplefavorite-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--favorite-icon-disabled);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ホバー時のエフェクト（アイコンのみ） */
.favorite-button-wrapper .simplefavorite-button:hover::before {
  opacity: 0.9;
}

/* アクティブ（クリック）時（アイコンのみ） */
.favorite-button-wrapper .simplefavorite-button:active::before {
  transform: scale(0.95);
}

.favorite-button-wrapper .simplefavorite-button::after {
  content: "たいせつ";
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  color: #2d1605;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.4;
}

/* お気に入り済み状態 */
.favorite-button-wrapper .simplefavorite-button.active::before {
  background-image: var(--favorite-icon-active);
}

/* フォーカス時のアウトライン */
.favorite-button-wrapper .simplefavorite-button:focus {
  outline: none;
}

.favorite-button-wrapper .simplefavorite-button:focus::before {
  box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
}

/* つぶやきカード内での配置調整 */
.tsubuyaki-card__favorite {
  margin-left: auto;
  position: relative;
}

/* ボタンラッパーの余白調整（テキスト表示時） */
.favorite-button-wrapper {
  position: relative;
  display: inline-block;
  padding-bottom: 20px; /* テキスト分の余白 */
}

/* テキストを非表示にする場合のクラス */
.favorite-button-wrapper.no-text {
  padding-bottom: 0;
}

.favorite-button-wrapper.no-text .simplefavorite-button::after {
  display: none;
}

/* ========================================
   Fixed版のボタンスタイル
   ======================================== */
.favorite-button-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}

body:has(.mobile-fixed-nav) .favorite-button-fixed {
  bottom: 90px;
}

.favorite-button-fixed:hover {
  transform: translateY(-2px);
}

.favorite-button-fixed .simplefavorite-button {
  background-color: #e2e2e2;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  font-size: 0;
}

/* Fixed版のアイコン */
.favorite-button-fixed .simplefavorite-button::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background-image: var(--favorite-icon-disabled);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

/* Fixed版のテキスト（たいせつ） */
.favorite-button-fixed .simplefavorite-button::after {
  content: "たいせつ";
  position: absolute;
  bottom: 24px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #2d1605;
  font-size: 20px;
  font-weight: 700;
}

/* Fixed版のお気に入り済み状態 */
.favorite-button-fixed .simplefavorite-button.active {
  background-color: #e44501;
}

.favorite-button-fixed .simplefavorite-button.active::before {
  background-image: var(--favorite-icon-active);
}

.favorite-button-fixed .simplefavorite-button.active::after {
  color: #fff;
}

/* Fixed版のフォーカス時 */
.favorite-button-fixed .simplefavorite-button:focus {
  outline: none;
}

/* モバイル対応（Fixed版の位置調整） */
@media (max-width: 1023px) {
  .favorite-button-fixed {
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 90px;
  }
  .favorite-button-fixed .simplefavorite-button::before {
    top: 10px;
    width: 50px;
    height: 50px;
  }
  .favorite-button-fixed .simplefavorite-button::after {
    font-size: 10px;
    bottom: 18px;
    font-size: 15px;
  }
}
/* ========================================
   共通アニメーション
   ======================================== */
/* アニメーション（オプション） */
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* お気に入り追加時のアニメーション（両バージョン共通） */
.favorite-button-wrapper .simplefavorite-button.active::before,
.favorite-button-fixed .simplefavorite-button.active {
  animation: heartbeat 0.6s ease-in-out;
}

/* ====================
   ユーザー投稿カード
   ==================== */
.tsubuyaki-card {
  background: white;
  border-radius: 16px;
  border: 1px solid #2d1605;
  padding: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

/* カードヘッダー */
.tsubuyaki-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tsubuyaki-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.tsubuyaki-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  background: #f0f0f0;
}

.tsubuyaki-card__meta {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tsubuyaki-card__author-name {
  font-size: 22px;
  font-weight: 700;
}

.tsubuyaki-card__meta-detail {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tsubuyaki-card__private-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* カード本文 */
.tsubuyaki-card__content {
  margin-top: 23px;
  min-width: 0; /* グリッドアイテムの幅制限を有効化 */
}

.tsubuyaki-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.tsubuyaki-card__title {
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.tsubuyaki-card__title a {
  color: inherit;
  text-decoration: none;
}

.tsubuyaki-card__excerpt {
  line-height: 1.75;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* 画像レイアウト */
.tsubuyaki-card__images {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  height: 170px;
}

.tsubuyaki-card__images--count-1 {
  grid-template-columns: 1fr;
}

.tsubuyaki-card__images--count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.tsubuyaki-card__image-wrapper {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}

.tsubuyaki-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ====================
   編集・削除アクション
   ==================== */
.tsubuyaki-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  position: relative;
}

.tsubuyaki-card__action-btn {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.tsubuyaki-card__action-btn:hover {
  opacity: 0.7;
}

.tsubuyaki-card__action-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.tsubuyaki-card__action-btn:disabled:hover {
  opacity: 0.4;
}

/* 編集ボタン */
.tsubuyaki-card__action-btn--edit {
  position: relative;
  padding-right: 8px;
  color: #2d1605;
}

/* 編集ボタンの右側ボーダー */
.tsubuyaki-card__action-btn--edit::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #afa49b;
}

/* 削除ボタン */
.tsubuyaki-card__action-btn--delete {
  color: #e44501;
  padding-left: 8px;
}

/* アイコン */
.tsubuyaki-card__action-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  vertical-align: middle;
}

/* カードフッター */
.tsubuyaki-card__footer {
  margin-top: auto;
}

.tsubuyaki-card__info {
  display: flex;
  align-items: center;
  padding-top: 16px;
  margin-top: 24px;
  border-top: 1px dotted #afa49b;
}

/* カテゴリーボタン */
.tsubuyaki-card__category {
  display: flex;
  align-items: center;
  gap: 4px;
}

.tsubuyaki-card__category-icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* レスポンシブ対応 */
@media (max-width: 1023px) {
  .tsubuyaki-card__header {
    align-items: flex-end;
    flex-direction: column;
  }
  .tsubuyaki-card__author {
    width: 100%;
  }
  .tsubuyaki-card__author-name {
    font-size: 20px;
  }
  .tsubuyaki-card__content {
    margin-top: 16px;
  }
  .tsubuyaki-card__title {
    font-size: 20px;
  }
  .tsubuyaki-card__excerpt {
    margin-top: 5px;
  }
  .tsubuyaki-card__info {
    padding-top: 16px;
    margin-top: 16px;
  }
  .tsubuyaki-card__category-icon {
    width: 40px;
    height: 40px;
  }
  .tsubuyaki-card__images {
    height: 165px;
    margin-top: 8px;
  }
}
.page-hero {
  position: relative;
  height: 250px;
  background-color: #f8eed1;
  overflow: hidden;
  z-index: -1;
}

.page-hero::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/images/sns/page-head__beans.svg);
  width: 100%;
  height: 100%;
  inset: 0;
}

.page-hero.page-hero--mypage::before {
  content: none;
}

.page-hero__image {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .page-hero {
    height: 160px;
  }
  .page-hero::before {
    background-image: url(../../assets/images/sns/page-head__beans--sp.svg);
  }
  .page-hero__title {
    font-size: 24px;
  }
}
.tsubuyaki-button {
  position: fixed;
  margin-left: auto;
  width: 128px;
  height: 128px;
  right: 20px;
  bottom: 40px;
  background-color: #e64500;
  border-radius: 50%;
  z-index: 5;
}

.tsubuyaki-button__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.tsubuyaki-button__icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tsubuyaki-button__text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 1023px) {
  .tsubuyaki-button {
    width: 90px;
    height: 90px;
    bottom: 10px;
    right: 10px;
  }
  body:has(.mobile-fixed-nav) .tsubuyaki-button {
    bottom: 90px;
  }
  .tsubuyaki-button__icon {
    width: 28px;
    height: 28px;
  }
  .tsubuyaki-button__text {
    font-size: 15px;
  }
}
/* 共通ベース */
.notice {
  padding: 20px 16px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 1150px;
  margin: 0 15px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.notice__icon {
  width: 32px;
  height: 32px;
}

.notice-success {
  background-color: #ebfcff;
  border-color: #129ab5;
  color: #129ab5;
}

.notice-error {
  background-color: #fef2f2;
  border-left-color: #ef4444;
  color: #991b1b;
}

.notice-warning {
  background-color: #fffbeb;
  border-left-color: #f59e0b;
  color: #92400e;
}

.notice-info {
  background-color: #eff6ff;
  border-left-color: #3b82f6;
  color: #1e3a8a;
}

@media (max-width: 1023px) {
  .notice {
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 16px;
    top: 8px;
    margin: 0;
  }
  .notice__icon {
    width: 24px;
    height: 24px;
  }
}
/* ========================================
   フォーム全体の設定
======================================== */
.user-form {
  margin-top: 56px;
}

.user-form__container {
  padding: 80px 95px;
  border-radius: 24px;
  background-color: #fff6dd;
}

/* ========================================
   フィールドの基本スタイル
======================================== */
body ul.wpuf-form li {
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
  position: relative;
  display: flex !important;
}

/* ========================================
   ラベルのスタイル
======================================== */
body ul.wpuf-form.form-label-above li .wpuf-label {
  width: 35%;
  padding-top: 4px;
  margin-bottom: 0;
  font-weight: 700;
}

.wpuf-label label {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* requiredがある場合のみrow-reverseを適用 */
.wpuf-label label:has(.required) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* 必須ラベル */
body ul.wpuf-form li .wpuf-label .required {
  background-color: #e44501;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0;
  font-weight: normal;
}

.wpuf-label label .required::before {
  content: "必須";
  font-size: 16px;
}

/* 任意ラベル */
.wpuf-label label:not(:has(.required))::before {
  content: "任意";
  background-color: #e2e2e2;
  color: #777;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 16px;
}

/* ========================================
   エラー表示
======================================== */
body .has-error {
  background: none;
  padding: 0;
}

.wpuf-error-msg {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

body ul.wpuf-form li .wpuf-fields .wpuf-help,
body ul.wpuf-form li .wpuf-fields .wpuf-wordlimit-message {
  color: #dc3232;
  color: #2d1605;
  font-weight: 700;
  opacity: 0.8;
  font-size: 14px;
  font-style: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 8px 0 0;
}

/* ========================================
   ファイルアップロード（画像選択）
======================================== */
body li.wpuf-el.file_upload {
  position: relative;
}

/* ファイルアップロードコンテナ */
.wpuf-el .wpuf-fields > div[id*=-upload-container] {
  display: flex;
  align-items: flex-start;
}

.body .wpuf-attachment-upload-filelist {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wpuf-attachment-upload-filelist {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
}

/* ファイル選択ボタン */
.wpuf-attachment-upload-filelist a.file-selector.button {
  width: 108px;
  height: 108px;
  min-width: 108px;
  border: 1px solid #816d5e;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0;
  text-decoration: none;
  color: #816d5e;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-right: 16px;
}

.wpuf-attachment-upload-filelist a.file-selector.button:hover {
  background-color: #f0f0f0;
}

/* プラスアイコン */
.wpuf-attachment-upload-filelist a.file-selector.button::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../../assets/images/sns/icon__add.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* moxie-shimの調整 */
.moxie-shim.moxie-shim-html5 {
  left: 0 !important;
  width: 108px !important;
  height: 108px !important;
}

.moxie-shim.moxie-shim-html5 input {
  font-size: 1px !important;
  width: 108px !important;
  height: 108px !important;
}

/* アップロード済み画像リスト */
body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
  margin: 0;
  flex-wrap: nowrap;
}

.wpuf-attachment-list.thumbnails {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
  width: 108px !important;
  height: 108px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}

.wpuf-attachment-list.thumbnails li {
  width: 108px;
  height: 108px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* 画像コンテナ */
body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li .attachment-name {
  width: 100%;
  height: 100%;
}

.wpuf-attachment-list.thumbnails li .attachment-name {
  width: 100%;
  height: 100%;
}

body .wpuf-image-wrap .attachment-name img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  max-height: none;
}

.wpuf-attachment-list.thumbnails li img.wpuf-attachment-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page-template-mypage-edit .wpuf-attachment-list.thumbnails li img.wpuf-attachment-image {
  border-radius: 50%;
}

/* 削除・ドラッグボタン */
.wpuf-attachment-list.thumbnails li .caption {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  gap: 4px;
  z-index: 2;
}

body ul.wpuf-form .ui-state-default.wpuf-image-wrap .caption span {
  display: none;
}

.wpuf-attachment-list.thumbnails li .attachment-delete {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: background-color 0.2s;
}

.wpuf-attachment-list.thumbnails li .attachment-delete:hover {
  background-color: rgb(255, 255, 255);
}

.wpuf-attachment-list.thumbnails li .attachment-delete img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpuf-attachment-list.thumbnails li .wpuf-drag-file {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: move;
}

.wpuf-attachment-list.thumbnails li .wpuf-drag-file img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ========================================
   テキスト入力フィールド
======================================== */
ul.wpuf-form input[type=text],
ul.wpuf-form textarea,
select {
  width: 100%;
  border: 1px solid #816d5e;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
}

ul.wpuf-form input::-moz-placeholder, ul.wpuf-form textarea::-moz-placeholder {
  color: #2d1605;
  opacity: 0.4;
}

ul.wpuf-form input::placeholder,
ul.wpuf-form textarea::placeholder {
  color: #2d1605;
  opacity: 0.4;
}

ul.wpuf-form textarea {
  min-height: 200px;
  resize: vertical;
  line-height: 1.5;
}

/* ========================================
   セレクトボックス
======================================== */
.wpuf-fields:has(select) {
  position: relative;
}

.wpuf-fields:has(select)::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/icon_arrow-down--black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 19px;
  right: 17px;
  width: 10px;
  height: 7px;
}

/* ========================================
   送信ボタン
======================================== */
ul.wpuf-form .wpuf-submit {
  flex-direction: column !important;
  text-align: center !important;
  margin: 50px 0 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
  align-items: center;
  justify-content: center;
}

ul.wpuf-form .wpuf-submit .wpuf-label {
  display: none !important;
}

ul.wpuf-form .wpuf-submit input[type=submit] {
  background: #e44501;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  padding: 16px 10px;
  min-width: 350px;
  width: 350px;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

body ul.wpuf-form .wpuf-submit .button-primary-disabled {
  color: #fff !important;
  background: #e44501 !important;
  border-color: initial !important;
  -webkit-box-shadow: none !important;
  text-shadow: none !important;
}

@media (max-width: 1023px) {
  /* ========================================
   フォーム全体の設定
  ======================================== */
  .user-form {
    margin-top: 24px;
  }
  .user-form__container {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  /* ========================================
   フィールドの基本スタイル
  ======================================== */
  body ul.wpuf-form li {
    flex-direction: column !important;
    margin: 0 0 32px 0 !important;
  }
  /* ========================================
   ラベルのスタイル
  ======================================== */
  body ul.wpuf-form.form-label-above li .wpuf-label {
    width: 100% !important;
    padding-top: 0 !important;
    margin-bottom: 12px !important;
  }
  .wpuf-label label {
    gap: 8px;
  }
  /* requiredがある場合のみrow-reverseを適用 */
  /* 必須ラベル */
  body ul.wpuf-form li .wpuf-label .required {
    padding: 2px 8px;
  }
  .wpuf-label label .required::before {
    font-size: 14px;
  }
  /* 任意ラベル */
  .wpuf-label label:not(:has(.required))::before {
    font-size: 14px;
  }
  /* ========================================
   エラー表示
  ======================================== */
  /* ヘルプテキスト（注意文） */
  body ul.wpuf-form li .wpuf-fields .wpuf-help {
    font-size: 14px;
    margin: 4px 0 0;
  }
  /* ========================================
   ファイルアップロード（画像選択）
  ======================================== */
  /* ファイルアップロードコンテナ */
  /* ファイル選択ボタン */
  /* プラスアイコン */
  /* moxie-shimの調整 */
  /* アップロード済み画像リスト */
  body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list {
    flex-wrap: wrap;
    width: 100%;
  }
  .wpuf-attachment-list.thumbnails {
    gap: 12px;
    width: 100%;
  }
  body ul.wpuf-form li .wpuf-fields ul.wpuf-attachment-list li {
    margin-right: 0 !important;
  }
  /* 画像コンテナ */
  /* 削除・ドラッグボタン */
  /* ========================================
   テキスト入力フィールド
  ======================================== */
  ul.wpuf-form input[type=text],
  ul.wpuf-form textarea,
  select {
    padding: 12px 16px;
    font-size: 16px;
  }
  ul.wpuf-form textarea {
    min-height: 150px;
  }
  /* ========================================
   セレクトボックス
  ======================================== */
  .wpuf-fields:has(select)::before {
    top: 20px;
    right: 16px;
  }
  /* ========================================
   送信ボタン
  ======================================== */
  ul.wpuf-form .wpuf-submit {
    margin: 40px 0 0 0 !important;
  }
  ul.wpuf-form .wpuf-submit input[type=submit] {
    min-width: 100%;
    width: 100%;
    padding: 16px;
    font-size: 18px;
  }
}
/* ========================================
   プロフィール編集ページ専用のスタイル
   page-template-mypage-edit でのみ適用
======================================== */
/* 必須ラベルを非表示 */
.page-template-mypage-edit ul.wpuf-form li .wpuf-label .required {
  display: none !important;
}

/* 任意ラベルを非表示 */
.page-template-mypage-edit .wpuf-label label:not(:has(.required))::before {
  display: none !important;
}

/* ラベルのflexレイアウトをリセット */
.page-template-mypage-edit .wpuf-label label {
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* ファイル選択ボタンの既存テキストを非表示にして新しいテキストを表示 */
.wpuf-attachment-upload-filelist a.file-selector.button {
  font-size: 0 !important;
}

.wpuf-attachment-upload-filelist a.file-selector.button::after {
  content: "画像を追加";
  font-size: 14px;
  font-weight: 700;
  color: #816d5e;
  display: block;
}

/* ========================================
   画像アップロード制御 - 最大枚数制御
======================================== */
/* 画像選択ボタンが非表示になっても表示を維持 */
.wpuf-attachment-upload-filelist a.file-selector.button[style*="display: none"] {
  display: flex !important;
}

/* ========================================
   アップロード進行状況の表示改善
======================================== */
/* アップロードコンテナ全体のレイアウト */
.wpuf-attachment-upload-filelist {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

/* アップロード進行状況アイテム */
.wpuf-attachment-upload-filelist .upload-item {
  width: 100%;
  max-width: 400px;
  margin: 8px 0;
  padding: 12px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

/* プログレスバーのスタイル調整 */
.wpuf-attachment-upload-filelist .upload-item .progress {
  height: 20px;
  margin-bottom: 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}

.wpuf-attachment-upload-filelist .upload-item .progress .bar {
  height: 100%;
  background-color: #816d5e;
  transition: width 0.3s ease;
}

/* ファイル名の表示改善 */
.wpuf-attachment-upload-filelist .upload-item .filename {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}

/* 画像リストと進行状況を分離 */
.wpuf-attachment-list {
  width: 100%;
  margin-bottom: 16px;
}

/* モバイル対応 */
@media (max-width: 1023px) {
  .wpuf-attachment-upload-filelist {
    flex-direction: column;
  }
  .wpuf-attachment-upload-filelist .upload-item {
    max-width: 100%;
    font-size: 12px;
  }
  .wpuf-attachment-upload-filelist .upload-item .filename {
    font-size: 12px;
  }
}
/* ========================================
   オプション1: 進行状況を固定位置に表示
======================================== */
/*
.wpuf-attachment-upload-filelist .upload-item {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  background: white;
}
*/
/* ========================================
   オプション2: 横スクロール可能なコンテナ
======================================== */
/*
.wpuf-attachment-upload-filelist {
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 10px;
}

.wpuf-attachment-upload-filelist .upload-item {
  display: inline-block;
  width: 250px;
  margin-right: 10px;
  vertical-align: top;
}
*/
/* ========================================
   オプション3: アップロード完了後に自動非表示
======================================== */
.wpuf-attachment-upload-filelist .upload-item.completed {
  animation: fadeOut 0.5s forwards;
  animation-delay: 2s;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
.mobile-fixed-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fffcf3;
  border-top: 1px solid #2d1605;
  z-index: 6;
  padding: 10px 0;
  display: none;
}

.mobile-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* ナビゲーション項目 */
.mobile-nav-item {
  text-align: center;
  flex: 1;
  height: 100%;
}

.mobile-nav-item:not(:first-child) {
  border-left: 1px dotted #2d1605;
}

/* ナビゲーションリンク */
.mobile-nav-link {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.mobile-nav-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-nav-text {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .mobile-fixed-nav {
    display: block;
  }
}
/**
 * WP User Frontend カスタムバリデーション用CSS
 * テーマのstyle.cssまたは別途CSSファイルに追加してください
 */
/* 文字数カウンター表示 */
.wpuf-char-counter {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  line-height: 1.4;
}

/* 文字数警告状態（80%超過） */
.wpuf-char-counter.warning {
  color: #ff9800;
  font-weight: 600;
}

/* 文字数エラー状態（制限超過） */
.wpuf-char-counter.error {
  color: #f44336;
  font-weight: 600;
}

/* バリデーションメッセージ */
.wpuf-validation-message {
  color: #f44336;
  font-size: 14px;
  margin-top: 5px;
  display: none;
  font-weight: 500;
  line-height: 1.4;
}

/* バリデーションメッセージ表示時 */
.wpuf-validation-message.show {
  display: block;
}

/* エラー時のフィールドスタイル */
.wpuf-field-error,
input.wpuf-field-error,
textarea.wpuf-field-error,
select.wpuf-field-error {
  border: 2px solid #f44336 !important;
  background-color: #ffebee !important;
}

/* エラーフィールドのフォーカス時 */
.wpuf-field-error:focus,
input.wpuf-field-error:focus,
textarea.wpuf-field-error:focus,
select.wpuf-field-error:focus {
  outline-color: #f44336 !important;
  box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.15);
}

/* submitボタンのdisabled状態のスタイル */
input[type=submit].disabled,
input[type=submit]:disabled,
.wpuf-submit-button.disabled,
.wpuf-submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc !important;
  border-color: #999 !important;
  color: #666 !important;
}

/* disabledボタンのホバー時（変化させない） */
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.wpuf-submit-button.disabled:hover,
.wpuf-submit-button:disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #ccc !important;
}

/* 高齢者向けの見やすさ改善 */
@media screen and (min-width: 1023px) {
  .wpuf-char-counter {
    font-size: 15px;
  }
  .wpuf-validation-message {
    font-size: 15px;
  }
}
/* モバイル対応 */
@media screen and (max-width: 1023px) {
  .wpuf-char-counter {
    font-size: 13px;
  }
  .wpuf-validation-message {
    font-size: 13px;
  }
}
/* アニメーション効果（オプション） */
.wpuf-validation-message {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ダークモード対応（オプション） */
@media (prefers-color-scheme: dark) {
  .wpuf-char-counter {
    color: #aaa;
  }
  .wpuf-char-counter.warning {
    color: #ffb74d;
  }
  .wpuf-char-counter.error {
    color: #ef5350;
  }
  .wpuf-field-error {
    background-color: rgba(244, 67, 54, 0.1) !important;
  }
}
.hero-carousel {
  margin: 0 auto;
}

.hero-carousel__slide {
  position: relative;
  margin-top: 80px;
  transition: margin 0.6s ease;
}

.swiper-slide-active {
  margin-top: 0;
}

.hero-carousel__image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-carousel__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-carousel__badge {
  position: absolute;
  right: 19px;
  top: 37px;
  background-color: #e44501;
  color: white;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
}

.hero-carousel__badge--default {
  background-color: #999;
  color: #fff;
}

.hero-carousel__badge--upcoming {
  background-color: #1da1f2;
  color: #fff;
}

.hero-carousel__badge--running {
  background-color: #28a745;
  color: #fff;
}

.hero-carousel__badge--ended {
  background-color: #6c757d;
  color: #fff;
}

.hero-carousel__info {
  position: relative;
  z-index: 2;
  margin-top: auto;
  height: 100%;
  margin-top: 47.5%;
}

.hero-carousel__link {
  border: 1px solid #2d1605;
  border-radius: 16px;
  padding: 40px;
  background-color: #fff;
  width: 69%;
  margin-top: auto;
  margin-left: 64px;
}

.hero-carousel__title {
  font-size: 28px;
  font-weight: 700;
  min-height: 84px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #afa49b;
  padding-top: 16px;
  margin-top: 20px;
}

.hero-carousel__meta {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-carousel__date {
  font-size: 18px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.hero-carousel__event-period {
  font-size: 18px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.hero-category-icon {
  position: absolute;
  right: 32px;
  top: 0;
  width: 160px;
  height: 160px;
  max-width: 11.8vw;
}

.hero-category-icon .category-icon {
  background-color: #fffcf3;
}

.hero-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transform: translateY(-40px);
  position: relative;
  z-index: 5;
}

.hero-carousel__control-btn {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-carousel__control-btn--play {
  background-color: #2d1605;
  border-radius: 50%;
}

.hero-carousel__control-icon {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-carousel__control-btn--prev .hero-carousel__control-icon {
  transform: rotate(180deg);
}

.hero-carousel__control-icon--play {
  background-image: url(../../assets/images/icon__carousel-start.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  margin-left: 2px;
}

.is-playing .hero-carousel__control-icon--play {
  background-image: url(../../assets/images/icon__carousel-pause.svg);
  margin-left: 0;
}

.hero-carousel__control-icon img {
  display: block;
}

.tsubuyaki-top {
  position: relative;
  margin-top: 168px;
  margin-bottom: 155px;
  background-color: #fff6dd;
}

.tsubuyaki-top::before,
.tsubuyaki-top::after {
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  z-index: -1;
}

.tsubuyaki-top::before {
  background-image: url(../../assets/images/category-top__decoration--top.svg);
  background-position: top;
  height: 160px;
  top: -160px;
}

.tsubuyaki-top::after {
  background-image: url(../../assets/images/category-top__decoration--bottom.svg);
  background-position: bottom;
  height: 216px;
  bottom: -120px;
}

.tsubuyaki-top .container {
  position: relative;
  z-index: 2;
}

.top-news {
  position: relative;
  padding-top: 54px;
}

.top-news::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 592/506;
  width: 43.3%;
  right: -3%;
  top: -54%;
  z-index: 0;
}

.top-news::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__beans.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1055/638;
  width: 77%;
  left: -23%;
  bottom: -81%;
  z-index: -1;
}

.top-news__actions {
  margin-top: 64px;
  text-align: center;
}

.top-event {
  position: relative;
  margin-top: 158px;
}

.top-event::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/deco__beans.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, -1);
  aspect-ratio: 1055/638;
  width: 77%;
  right: -23%;
  bottom: -150px;
  z-index: -1;
}

.event-grid {
  display: grid;
  gap: 32px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .hero-carousel__slide {
    margin-top: 0;
    aspect-ratio: unset;
  }
  .hero-carousel__image-wrapper {
    border-radius: 12px;
  }
  .hero-carousel__badge {
    font-size: 16px;
    padding: 6px 20px;
    right: 8px;
    top: 8px;
  }
  .hero-carousel__info {
    text-align: center;
    margin-top: 49%;
  }
  .hero-carousel__link {
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 93.4%;
  }
  .hero-carousel__title {
    font-size: 22px;
    min-height: auto;
    text-align: left;
    -webkit-line-clamp: 3;
  }
  .hero-carousel__meta {
    gap: 12px;
  }
  .hero-carousel__date {
    font-size: 16px;
  }
  .hero-carousel__event-period {
    font-size: 16px;
    text-align: left;
  }
  .hero-category-icon {
    display: none;
  }
  .hero-carousel__controls {
    margin-top: 24px;
    transform: none;
  }
  .hero-carousel__footer:has(.hero-carousel__event-period) {
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-carousel__footer:has(.hero-carousel__event-period) .hero-carousel__meta {
    display: contents;
  }
  .hero-carousel__footer:has(.hero-carousel__event-period) .hero-carousel__event-period {
    width: 100%;
  }
  .tsubuyaki-top {
    margin-top: 100px;
    margin-bottom: 63px;
  }
  .tsubuyaki-top::before {
    height: 79px;
    top: -73px;
    background-position: left top;
  }
  .tsubuyaki-top::after {
    height: 104px;
    bottom: -100px;
    background-position: left bottom;
  }
  .top-news {
    padding-top: 95px;
  }
  .top-news::before {
    background-image: url(../../assets/images/deco__dots--sp.svg);
    width: 78.7%;
    aspect-ratio: 307/262;
    right: -39%;
    top: -8.6%;
  }
  .top-news::after {
    width: 144%;
    bottom: -8.7%;
    left: -15%;
  }
  .top-news__actions {
    margin-top: 48px;
  }
  .top-event {
    margin-top: 78px;
  }
  .top-event::after {
    position: absolute;
    content: "";
    background-image: url(../../assets/images/deco__beans.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1, 1);
    aspect-ratio: 1055/638;
    width: 144%;
    right: -20%;
    bottom: -40px;
    z-index: -1;
  }
  .event-grid {
    margin-top: 24px;
    gap: 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hero-carousel__info:hover .hero-carousel__link {
    opacity: 1;
  }
  .hero-carousel__info:hover + .hero-carousel__image-wrapper .hero-carousel__image {
    transform: scale(1.1);
  }
}
.page-category__sub {
  margin-top: 48px;
}

.page-category__sub-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.page-category__sub-content {
  margin-top: 24px;
}

.search-count {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 12px;
}

.no-results {
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
}

.page-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.page-side {
  width: 24%;
}

.page-side__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-flex__content {
  width: 65.7%;
}

@media screen and (max-width: 1023px) {
  .page-category__sub {
    margin-top: 36px;
  }
  .page-category__sub-title {
    font-size: 18px;
  }
  .search-count {
    padding-bottom: 0;
    margin-top: 12px;
    font-size: 18px;
  }
  .page-flex {
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
  .page-side {
    width: 100%;
  }
  .page-side__buttons {
    gap: 16px;
    align-items: center;
    max-width: 270px;
    margin-inline: auto;
  }
  .page-flex__content {
    width: 100%;
  }
}
:root {
  --article_size: 958px;
  --color_htag: #2d1605;
  --swl-fz--content: 18px;
}

.p-singleTitle__heading {
  font-size: 32px;
}

.p-singleMeta {
  margin-top: 24px;
}

.p-singleMeta__wrapper {
  display: flex;
  align-items: center;
}

.p-singleMeta__left {
  display: flex;
  align-items: center;
}

.p-singleMeta__date {
  font-size: 18px;
  font-weight: 500;
}

.p-singleMeta__time,
.p-singleMeta__period {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
}

.p-singleMeta__category {
  margin-left: 32px;
}

.p-singleMeta__right {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.p-singleMeta__sns {
  font-weight: 700;
  margin-right: 16px;
}

.c-shareBtns {
  margin: 0;
}

.c-shareBtns__list {
  gap: 12px;
}

.c-shareBtns__btn {
  border: 1px solid #2d1605;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
}

.c-shareBtns__item.-line {
  order: 1;
}

.c-shareBtns__item.-facebook {
  order: 2;
}

.c-shareBtns__item.-twitter-x {
  order: 3;
}

.c-shareBtns__item:not(:last-child) {
  margin-right: 0px;
}

.snsicon.c-shareBtns__icon {
  --the-icon-size: 28px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease;
}

.snsicon.c-shareBtns__icon.icon-facebook {
  background: #0866ff;
  border-radius: 50%;
}

.snsicon.c-shareBtns__icon.icon-facebook::before {
  font-size: 22px;
  margin-top: 6px;
}

.snsicon.c-shareBtns__icon.icon-line {
  border-radius: 4px;
  background-color: #06c755;
}

.snsicon.c-shareBtns__icon.icon-line:before {
  font-size: 18px;
}

.snsicon.c-shareBtns__icon.icon-twitter-x:before {
  content: "";
  background-image: url(../../assets/images/icon__x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.p-articleThumb__img {
  border-radius: 24px;
  box-shadow: none;
}

.l-mainContent {
  max-width: none;
}

#lp-content .post_content,
#main_content .post_content {
  font-size: var(--swl-fz--content, 18px);
}

#main_content .p-toc {
  border-radius: 24px;
  background-color: #fff6dd;
  padding: 48px;
  border: none;
  max-width: inherit;
  width: 100%;
  margin-top: 48px;
}

.p-toc.-simple .p-toc__ttl {
  font-size: 24px;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: none;
  font-weight: 700;
}

.p-toc__ttl:before {
  content: none;
}

ol.is-style-index > :first-child {
  counter-reset: none;
}

ol.is-style-index ol > li,
ol.is-style-index > li {
  margin-left: 0;
}

ol.is-style-index ol > li:before,
ol.is-style-index > li:before {
  content: none;
}

.p-toc__link {
  font-size: 18px;
}

.p-toc__list .p-toc__childList {
  margin-left: 40px;
  padding-left: 0;
  font-size: 1em;
}

.l-mainContent__inner > .post_content {
  margin: 48px 0 100px;
}

.post_content .wp-block-group {
  margin-bottom: 64px;
}

.post_content h2 {
  margin-left: 0;
  margin-right: 0;
  border-radius: 8px;
  font-size: 1.55em;
  padding: 16px 24px;
}

.post_content h3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 1.33em;
}

.post_content h4 {
  font-size: 1.33em;
}

.post_content h5 {
  font-size: 1.11em;
}

.post_content blockquote {
  background-color: #fff6dd;
  border-radius: 24px;
  padding: 48px;
}

.post_content blockquote::before {
  border-left-color: #2d1605;
  border-right-color: #2d1605;
}

.wp-block-table td,
.wp-block-table th {
  border-color: #2d1605;
}

.wp-block-table tr:not(:last-child) th {
  border-bottom-color: #fff;
}

.post_content th {
  background-color: #2d1605;
  color: #fff;
}

.post_content thead td,
.post_content thead th {
  background-color: #2d1605;
}

.post_content thead td:not(:last-child),
.post_content thead th:not(:last-child) {
  border-right-color: #fff;
}

.post_content img {
  width: auto;
}

.post_content a:not(.wp-element-button):not(.p-toc__link) {
  color: #2c44a8;
  text-decoration: underline;
}

.post_content a[target=_blank] {
  position: relative;
}

.post_content a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url("../../assets/images/icon__external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.2s ease;
}

.l-articleBottom__section.-related {
  border-top: 1px dashed #afa49b;
  margin-top: 0;
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  .p-singleTitle__heading {
    font-size: 24px;
  }
  .p-singleMeta {
    margin-top: 16px;
  }
  .p-singleMeta__date {
    font-size: 16px;
  }
  .p-singleMeta__period {
    width: 100%;
  }
  .p-singleMeta__category {
    margin-left: 16px;
  }
  .p-singleMeta__sns {
    display: none;
  }
  .c-shareBtns__list {
    gap: 8px;
  }
  .c-shareBtns__btn {
    width: 40px;
    height: 40px;
  }
  .snsicon.c-shareBtns__icon {
    width: 20px;
    height: 20px;
  }
  .snsicon.c-shareBtns__icon.icon-facebook::before {
    font-size: 14px;
    margin-top: 3px;
  }
  .snsicon.c-shareBtns__icon.icon-line:before {
    font-size: 15px;
  }
  .snsicon.c-shareBtns__icon.icon-twitter-x:before {
    width: 16px;
    height: 16px;
  }
  .p-articleThumb__img {
    border-radius: 8px;
  }
  #main_content .p-toc {
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .l-mainContent__inner > .post_content {
    margin-bottom: 40px;
    margin-top: 24px;
  }
  .post_content h2 {
    font-size: 1.22em;
    padding: 12px 16px;
    border-radius: 6px;
  }
  .post_content h3 {
    padding-left: 16px;
    font-size: 1.22em;
  }
  .post_content h4 {
    font-size: 1.22em;
  }
  .post_content blockquote {
    padding: 24px 24px 24px 32px;
    border-radius: 16px;
  }
  .post_content blockquote::before {
    left: 0.75em;
  }
  .l-articleBottom {
    padding-bottom: 64px;
  }
  .l-articleBottom .section-title {
    justify-content: center;
  }
  .l-articleBottom__section.-related {
    padding-top: 40px;
  }
  .l-articleBottom__section.-related .section-title {
    justify-content: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-shareBtns__btn:hover {
    opacity: 1;
    box-shadow: none;
    animation: none;
  }
  .c-shareBtns__btn:hover .c-shareBtns__icon {
    transform: scale(1.2);
  }
  .p-toc__link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.about-page-hero {
  border-radius: 24px;
  background-color: #fff;
  aspect-ratio: 736/368;
  display: grid;
  display: grid;
  justify-items: center;
  align-items: center;
}

.about-page-hero__image {
  width: 414px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-page-sections .about-page-section:first-child {
  margin-top: 40px;
}

.about-page-section {
  margin-top: 128px;
}

.about-page-section__title {
  font-size: 32px;
  position: relative;
  padding-left: 28px;
}

.about-page-section__title::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  top: 17px;
  border-radius: 50%;
  background-color: #e44501;
}

.about-page__texts {
  margin-top: 40px;
}

.about-page__texts .about-page__text:not(:first-child) {
  margin-top: 2em;
}

.about-page__text {
  line-height: 1.8;
  font-size: 20px;
}

.about-page-signature {
  margin-top: 40px;
}

.about-page-philosophy {
  margin-top: 64px;
}

.about-page-philosophy--first {
  margin-top: 40px;
}

.about-page-philosophy__category {
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #e44501;
}

.about-page-philosophy__headline {
  margin-top: 16px;
  font-size: 32px;
  font-weight: bold;
}

.about-page-value {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  border-bottom: 1px dashed #afa49b;
  padding: 32px 0;
}

.about-page-value--first {
  padding-top: 0;
  margin-top: 16px;
}

.about-page-value__icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff6dd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.about-page-value__icon img {
  width: 40px;
  height: 40px;
}

.about-page-value__number {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  top: -10px;
  left: 10px;
  line-height: 1;
}

.about-page-value__content {
  flex: 1;
}

.about-page-value__title {
  font-size: 24px;
  font-weight: 700;
}

.about-page-value__description {
  font-size: 18px;
  margin-top: 8px;
}

.about-page-service__image {
  width: 100%;
  margin-top: 40px;
}

.about-page-service__figure {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.about-page__sub-heading {
  font-size: 32px;
  margin-top: 40px;
}

.about-page__sub-heading + .about-page__texts {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .about-page-hero {
    border-radius: 16px;
  }
  .about-page-hero__image {
    width: 58.4%;
  }
  .about-page-section {
    margin-top: 80px;
  }
  .about-page-section__title {
    font-size: 26px;
    padding-left: 20px;
  }
  .about-page-section__title::before {
    width: 8px;
    height: 8px;
    top: 15px;
  }
  .about-page__texts {
    margin-top: 24px;
  }
  .about-page-signature {
    margin-top: 24px;
  }
  .about-page-philosophy {
    margin-top: 48px;
  }
  .about-page-philosophy--first {
    margin-top: 24px;
  }
  .about-page-philosophy__category {
    font-size: 16px;
  }
  .about-page-philosophy__headline {
    font-size: 24px;
    margin-top: 8px;
  }
  .about-page-value {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 42px 0px 32px;
  }
  .about-page-value--first {
    padding-top: 0;
  }
  .about-page-value__icon {
    margin-top: 0;
  }
  .about-page-value__title {
    font-size: 20px;
  }
  .about-page-value__description {
    margin-top: 8px;
  }
  .about-page-service__image {
    margin-top: 24px;
  }
  .about-page-service__figure {
    border-radius: 8px;
  }
  .about-page__sub-heading {
    font-size: 24px;
    margin-top: 32px;
  }
  .about-page__sub-heading + .about-page__texts {
    margin-top: 16px;
  }
}
.contact-description {
  line-height: 1.75;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
}

.contact-form-wrapper {
  padding: 0 15px;
  margin-bottom: 128px;
}

.contact-form {
  margin-top: 64px;
  background-color: #fff6dd;
  border-radius: 24px;
  padding: 80px 10%;
  max-width: 928px;
  margin-inline: auto;
}

/* フォームグループ */
.form-group {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* ラベル部分 */
.form-label {
  flex-shrink: 0;
  width: 34.6%;
  margin-top: 6px;
}

.form-label--radio {
  margin-top: 0;
}

.form-label p {
  display: flex;
  align-items: center;
}

.form-badge {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 16px;
}

.form-badge.required {
  background-color: #e44501;
}

.form-badge.optional {
  background-color: rgba(45, 22, 5, 0.2);
  color: #2d1605;
}

/* 入力エリア */
.form-input {
  flex: 1;
  width: 100%;
}

/* テキスト入力フィールド */
.form-input input[type=text],
.form-input input[type=email],
.form-input input[type=tel],
.form-input input[type=date],
.form-input textarea {
  width: 100%;
  border: 1px solid #816d5e;
  background-color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-weight: 700;
}

.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: #2d1605;
  opacity: 0.4;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #2d1605;
  opacity: 0.4;
}

/* Contact Form 7 ラジオボタンのカスタムスタイル */
.form-input .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.form-input .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  display: flex;
  gap: 8px;
}

.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 8px;
}

/* カスタムラジオボタンの外枠 - 27px四方、ボーダー#816d5e */
.wpcf7-list-item-label::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  left: -8px;
  border: 1px solid #816d5e;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}

/* チェック時の内部円 - 15px四方、color-black */
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px; /* (27px - 15px) / 2 = 6px */
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2d1605;
}

/* 全体のラジオボタングループの配置 */
.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item:not(:last-child) {
  margin-bottom: 8px;
}

/* reCAPTCHA エリア */
.recaptcha-group {
  justify-content: center;
}

/* チェックボックス input を透明化 */
.recaptcha-wrapper .wpcf7-list-item {
  margin-left: 0;
}

.recaptcha-wrapper .wpcf7-list-item > label > input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  left: 0;
  top: 0;
}

/* ラベルテキスト部分 */
.recaptcha-wrapper .wpcf7-list-item-label {
  position: relative;
  display: block;
  text-align: center;
}

/* カスタムチェックボックス外枠 */
.recaptcha-wrapper .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 50%;
  width: 29px;
  height: 29px;
  border: 1px solid #816d5e;
  border-radius: 4px;
  background-color: white;
  transition: all 0.2s ease;
  z-index: 1;
  transform: translateY(-50%);
}

/* チェックマーク */
.recaptcha-wrapper .wpcf7-list-item > label > input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -26.5px;
  top: 47%;
  width: 7px;
  height: 17px;
  border: solid var(--color-black, #000);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  z-index: 5;
}

/* リンクスタイル */
.recaptcha-wrapper .wpcf7-list-item-label a {
  color: #2c44a8;
  text-decoration: underline;
}

/* 送信ボタン */
.form-submit {
  position: relative;
  text-align: center;
}

.form-submit input[type=submit] {
  background-color: #e44501;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
  padding: 16px 10px;
  min-width: 100%;
  width: 350px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.thanks__actions {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact-description {
    margin-top: 24px;
  }
  .contact-form-wrapper {
    margin-bottom: 68px;
    padding: 0;
  }
  .contact-form {
    padding: 40px 6.15%;
    margin-top: 40px;
    border-radius: 0;
  }
  /* フォームグループ */
  .form-group {
    flex-direction: column;
    margin-bottom: 32px;
  }
  /* ラベル部分 */
  .form-label {
    width: 100%;
    margin-top: 0;
  }
  /* 入力エリア */
  .form-input {
    margin-top: 12px;
  }
  /* テキスト入力フィールド */
  .form-input textarea {
    height: 200px;
  }
  /* Contact Form 7 ラジオボタンのカスタムスタイル */
  /* カスタムラジオボタンの外枠 - 27px四方、ボーダー#816d5e */
  /* チェック時の内部円 - 15px四方、color-black */
  /* 全体のラジオボタングループの配置 */
  /* reCAPTCHA エリア */
  .recaptcha-group {
    align-items: center;
  }
  /* チェックボックス input を透明化 */
  /* ラベルテキスト部分 */
  .recaptcha-wrapper .wpcf7-list-item-label {
    padding-top: 45px;
    padding-left: 0;
  }
  /* カスタムチェックボックス外枠 */
  .recaptcha-wrapper .wpcf7-list-item-label::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /* チェックマーク */
  .recaptcha-wrapper .wpcf7-list-item > label > input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  /* リンクスタイル */
  /* 送信ボタン */
}
.profile-header {
  display: flex;
  justify-content: space-between;
}

.profile-avatar {
  margin-top: -64px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 5px solid #fff;
  overflow: hidden;
  background-color: #fff;
}

.avatar-image {
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-info {
  margin-top: 26px;
}

.profile-name {
  color: #2d1605;
  font-size: 32px;
  font-weight: 700;
}

.profile-meta {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 16px;
}

.button-edit-profile {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #2d1605;
  border: 2px solid #2d1605;
  border-radius: 100px;
  background-color: #fff;
  padding: 10px 40px;
  margin-top: 32px;
}

/* ====================
   タブナビゲーション
   ==================== */
.post-tabs {
  display: flex;
  border-bottom: 1px dashed #afa49b;
  margin-top: 54px;
}

.tab-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1;
  border: none;
  padding: 10px 10px 26px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-item.active::before {
  position: absolute;
  content: "";
  background-color: #e44501;
  width: 100%;
  height: 6px;
  border-radius: 6px;
  bottom: -3px;
  left: 0;
  right: 0;
}

.tab-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tab-text {
  font-size: 22px;
  white-space: nowrap;
}

/* ====================
   タブパネル
   ==================== */
.tab-panels {
  margin-top: 34px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ====================
   ユーザー投稿やたいせつが空の状態
   ==================== */
.empty-state {
  text-align: center;
  padding-top: 50px;
}

.empty-icon {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 16px;
}

.empty-message {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .profile-header {
    position: relative;
    flex-direction: column-reverse;
  }
  .profile-avatar {
    position: absolute;
    margin-top: 0;
    width: 100px;
    height: 100px;
    border-width: 4px;
    top: -50px;
  }
  .profile-info {
    margin-top: 24px;
  }
  .profile-name {
    font-size: 28px;
  }
  .profile-meta {
    font-size: 16px;
    margin-top: 8px;
  }
  .profile-header__button {
    margin-left: auto;
    margin-top: 16px;
  }
  .profile-header:not(:has(.profile-header__button)) {
    padding-top: 60px;
  }
  .button-edit-profile {
    font-size: 16px;
    padding: 8px;
    margin-top: 0;
  }
  /* ====================
   タブナビゲーション
   ==================== */
  .post-tabs {
    margin-top: 38px;
  }
  .tab-item {
    flex-direction: column;
    padding: 10px 0 16px;
    gap: 8px;
  }
  .tab-item.active::before {
    height: 4px;
    bottom: -2px;
  }
  .tab-icon {
    width: 28px;
    height: 28px;
  }
  .tab-text {
    font-size: 16px;
  }
  /* ====================
   タブパネル
   ==================== */
  .tab-panels {
    margin-top: 24px;
  }
  @keyframes fadeIn {}
  .post-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  /* ====================
   ユーザー投稿やたいせつが空の状態
   ==================== */
  .empty-state {
    padding-top: 40px;
  }
  .empty-icon {
    margin-bottom: 12px;
    width: 64px;
    height: 64px;
  }
  .empty-message {
    font-size: 24px;
  }
}
.guest-section__bg {
  position: relative;
  width: 94%;
  margin-inline: auto;
  border-radius: 24px;
  background-color: #fff6dd;
  display: flex;
  overflow: hidden;
}

.guest-section__bg::before,
.guest-section__bg::after {
  position: absolute;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  right: 0;
  left: 0;
}

.guest-section__bg::before {
  background-image: url(../../assets/images/about-us__bg-layer1.svg);
  aspect-ratio: 1345/227;
  bottom: -4%;
  z-index: 1;
}

.guest-section__bg::after {
  background-image: url(../../assets/images/about-us__bg-layer2.svg);
  aspect-ratio: 1260/249;
  bottom: -5%;
  left: 10%;
  z-index: 0;
}

.guest-section__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.guest-section__text {
  width: 43.75%;
  z-index: 2;
  position: relative;
  padding: 104px 0 104px;
}

.guest-title {
  font-size: 40px;
  font-weight: 700;
}

.guest-section__message {
  margin-top: 40px;
}

.guest-section__message-text {
  font-size: 20px;
  line-height: 1.8;
}

.guest-section__message-text:not(:first-child) {
  margin-top: 2em;
}

.guest-section__message-text a {
  text-decoration: underline;
  color: #2c44a8;
}

.guest-section__button {
  margin-top: 40px;
}

.guest-note {
  line-height: 1.8;
  margin-top: 16px;
}

.guest-section__gallery {
  position: absolute;
  overflow: hidden;
  width: 53%;
  z-index: 1;
  flex: 1;
  right: 17px;
}

.image-scroll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  height: 100%;
}

.image-scroll__track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.image-scroll__column:nth-child(1) .image-scroll__track {
  animation: scrollUp 20s linear infinite;
}

.image-scroll__column:nth-child(2) .image-scroll__track {
  animation: scrollDown 20s linear infinite;
}

.image-scroll__item {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.image-scroll__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1023px) {
  .guest-section__bg {
    width: 100%;
    border-radius: 0;
    padding-top: 0;
    background-color: inherit;
  }
  .guest-section__bg::before,
  .guest-section__bg::after {
    content: none;
    width: 300%;
  }
  .guest-section__bg::before {
    left: -68%;
    bottom: -3%;
  }
  .guest-section__bg::after {
    bottom: -1%;
    left: 27%;
  }
  .guest-section__content {
    flex-direction: column;
  }
  .guest-section__text {
    width: 100%;
    padding: 0 0 32px;
    text-align: center;
  }
  .guest-title {
    font-size: 36px;
    text-align: left;
    display: inline-block;
  }
  .guest-section__message {
    margin-top: 24px;
    text-align: left;
  }
  .guest-section__message-text {
    font-size: 18px;
  }
  .guest-note {
    text-align: center;
  }
  .guest-section__gallery {
    position: relative;
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    right: 0;
  }
  .image-scroll {
    display: block;
    height: auto;
  }
  .image-scroll__column {
    margin-bottom: 8px;
  }
  .image-scroll__track {
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
    gap: 8px;
  }
  .image-scroll__column:nth-child(1) .image-scroll__track {
    animation: scrollLeft 25s linear infinite;
  }
  .image-scroll__column:nth-child(2) .image-scroll__track {
    animation: scrollRight 25s linear infinite;
  }
  .image-scroll__item {
    width: 160px;
    height: 160px;
    aspect-ratio: 1/1;
  }
  @keyframes scrollLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes scrollRight {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.tsubuyaki-single {
  margin-top: 40px;
  padding-bottom: 100px;
}

.tsubuyaki-single__body {
  margin-top: 16px;
}

.tsubuyaki-single__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 24px;
}

.tsubuyaki-other {
  border-top: 1px dashed #afa49b;
  margin-top: 0;
  padding-top: 100px;
}

/* 単一画像の場合 */
.tsubuyaki-single__images--single .tsubuyaki-single__image-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.tsubuyaki-single__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background: #f5f5f5;
}

.tsubuyaki-single__image-wrapper a {
  width: 100%;
  height: 100%;
}

.tsubuyaki-single__image-wrapper:hover .tsubuyaki-single__image {
  transform: scale(1.05);
}

.tsubuyaki-single__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

/* ==========================================================================
   Lightbox2 カスタムスタイル
   ========================================================================== */
/* オーバーレイ */
.lightboxOverlay {
  background-color: #000;
  opacity: 0.6;
}

.lightbox {
  position: fixed;
  height: 100%;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lb-outerContainer {
  background-color: transparent;
  border-radius: 0;
}

.lb-container {
  padding: 0;
}

/* 画像本体 */
.lightbox .lb-image {
  border: none;
  border-radius: 8px;
  max-width: 90vw;
  max-height: 90vh;
}

/* データコンテナ（閉じるボタン用） */
.lb-dataContainer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px !important;
  height: 44px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.lb-data {
  background: transparent;
  padding: 0;
  width: 44px;
  height: 44px;
  position: relative;
}

/* 詳細部分を非表示 */
.lb-details {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.lb-caption {
  display: none;
}

.lb-number {
  display: none;
}

/* 閉じるボタンコンテナ */
.lb-closeContainer {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}

/* 閉じるボタン */
.lb-close {
  display: block;
  width: 44px;
  height: 44px;
  background: url("../../assets/images/sns/icon__close.png") center center no-repeat;
  background-size: 24px 24px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  float: none;
}

.lb-close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transform: rotate(90deg);
}

/* ナビゲーション */
.lb-nav {
  display: block;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lb-nav a.lb-prev:hover,
.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-nav a.lb-prev {
  width: 20%;
  left: 0;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/prev.png") left center no-repeat;
  background-size: auto 50px;
}

.lb-nav a.lb-next {
  width: 20%;
  right: 0;
  left: auto;
  float: right;
  background: url("https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.4/images/next.png") right center no-repeat;
  background-size: auto 50px;
}

/* コンテナホバー時のナビゲーション表示 */
.lb-outerContainer:hover .lb-nav a.lb-prev,
.lb-outerContainer:hover .lb-nav a.lb-next {
  opacity: 0.3;
}

/* ローディング */
.lb-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .tsubuyaki-single {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .tsubuyaki-single__body {
    margin-top: 12px;
  }
  .tsubuyaki-single__images {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 16px;
  }
  .tsubuyaki-other {
    padding-top: 40px;
  }
  /* Lightbox調整 */
  .lb-dataContainer {
    top: 10px;
    right: 10px;
  }
  .lb-closeContainer {
    width: 40px;
    height: 40px;
  }
  .lb-close {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
  .lightbox .lb-image {
    max-width: 95vw;
    max-height: 85vh;
    border-radius: 4px;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    width: 30%;
    opacity: 0.2;
    background-size: auto 40px;
  }
  .lb-nav a.lb-prev:active,
  .lb-nav a.lb-next:active {
    opacity: 0.6;
  }
}
.tsubuyaki-category {
  margin-top: 34px;
}

.p-eventStatus {
  margin-bottom: 16px;
}

@media screen and (max-width: 1023px) {
  .p-eventStatus {
    margin-bottom: 8px;
  }
  .single-event .p-singleMeta__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .single-event .p-singleMeta__left {
    display: contents;
  }
  .single-event .p-singleMeta__date {
    width: 100%;
  }
  .single-event .p-singleMeta__category {
    margin-left: 0;
  }
  .single-event .p-singleMeta__right {
    display: contents;
  }
}
/* 退会ページ */
.withdrawal-texts {
  margin-top: 56px;
  font-size: 18px;
}

.withdrawal-text:not(:last-child) {
  margin-bottom: 1em;
}

.withdrawal-container {
  max-width: 500px;
  width: 100%;
  margin: auto 0;
  margin-inline: auto;
}

.withdrawal-warning {
  background: #fff3cd;
  border: 2px solid #ffc107;
  padding: 24px;
  border-radius: 8px;
  margin-top: 32px;
}

.withdrawal-warning__title {
  text-align: center;
  font-size: 22px;
}

.withdrawal-warning__lists {
  text-align: center;
}

.withdrawal-warning__list {
  margin-top: 16px;
  display: inline-block;
}

.withdrawal-warning__list li {
  margin-bottom: 8px;
  list-style: disc;
  text-align: left;
}

.withdrawal-form__agreement {
  margin: 24px 0;
  display: flex;
  justify-content: center;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-input {
  margin-right: 8px;
}

.withdrawal-form__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
}

.button--danger {
  background: #dc3545;
  color: white;
}

.button--danger:hover:not(:disabled) {
  background: #c82333;
}

.button--danger:disabled {
  background: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

@media (max-width: 1023px) {
  .withdrawal-container {
    max-width: 500px;
    margin: 24px auto 0;
  }
  .withdrawal-warning {
    padding: 16px;
  }
  .withdrawal-warning__title {
    font-size: 22px;
  }
  .withdrawal-warning__list {
    margin-top: 16px;
  }
  .withdrawal-warning__list li {
    margin-bottom: 8px;
  }
  .withdrawal-form__agreement {
    margin: 24px 0;
  }
}/*# sourceMappingURL=style.css.map */