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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  height: 120px;
  padding: 0 48px;
  z-index: 2;
  transition: height 0.5s ease, background 0.5s ease, transform 0.5s ease;
  transform: translateY(0);
  will-change: transform;
  background: transparent;
}
.header--other {
  color: #040000;
}
.header--other .header__logo img {
  content: url("/wp-content/themes/saladbowl_company/images/logo/logo-s-primary.svg");
}
.header--other .header__inner nav .sp-menu__item__circle {
  background: #040000;
}
.header--other.scrolled {
  color: #fff;
}
.header--other.scrolled .header__logo img {
  content: url("/wp-content/themes/saladbowl_company/images/logo/logo-s-white.svg");
}
.header--other.scrolled .header__inner nav .sp-menu__item__circle {
  background: #fff;
}
.header.scrolled {
  background: #040000;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .header.scrolled {
    height: 60px;
  }
}
.header.scrolled .header__logo a img {
  width: 80%;
}
.header.header--hidden {
  transform: translateY(-100%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header {
    height: 72px;
    padding: 0 20px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-size: 1.125rem;
  font-weight: 700;
}
.header__inner nav ul li a:hover {
  animation: text-blur 0.5s;
}
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0);
  }
}
@media screen and (max-width: 767px) {
  .header__inner nav ul {
    display: none;
  }
}
.header__inner nav .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__inner nav .sp-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header__inner nav .sp-menu__item {
  width: 26px;
  height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}
.header__inner nav .sp-menu__item__circle {
  width: 6px;
  height: 6px;
  background: #fff;
  display: inline-block;
  transition: opacity 0.3s ease;
  border-radius: 999px;
}
.header__inner nav .sp-menu__item.is-active .sp-menu__item__circle {
  background-color: #fff;
}
.header__inner nav .sp-menu__item.is-active .sp-menu__item__circle:nth-child(2),
.header__inner nav .sp-menu__item.is-active .sp-menu__item__circle:nth-child(4),
.header__inner nav .sp-menu__item.is-active .sp-menu__item__circle:nth-child(6),
.header__inner nav .sp-menu__item.is-active .sp-menu__item__circle:nth-child(8) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 28px;
    transition: opacity 0.3s ease;
  }
}
.header__logo a {
  transition: opacity 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.6;
}
.header__logo a img {
  transition: width 0.5s ease;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.drawer-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 30vw;
  min-width: 146px;
  height: 100dvh;
  background: #040000;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 10;
  display: flex;
  flex-direction: column;
  will-change: transform;
}
.drawer.is-open {
  transform: translateX(0);
}
.drawer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 60px 12px 10px;
}
.drawer__nav ul {
  padding: 16px 0;
}
.drawer__nav ul li a {
  display: block;
  padding: 14px 0;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
}
.drawer__nav ul li:not(:last-child) a {
  border-bottom: 1px solid;
}
.drawer__nav__icon__logo a img, .drawer__nav__icon__instagram a img {
  display: block;
  margin: 0 auto;
}
.drawer__nav__icon__logo {
  margin-bottom: 24px;
}
.drawer__nav__other__privacy {
  margin-bottom: 10px;
  font-size: 0.625rem;
  text-align: center;
}
.drawer__nav__other__copyright {
  font-size: 0.625rem;
  text-align: center;
}

.sp-menu__item {
  cursor: pointer;
}

body.drawer-open .header__logo {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.footer {
  background: #040000;
  color: #fff;
  padding: 48px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 20px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer--hidden {
    display: none;
  }
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    align-items: flex-start;
    margin-bottom: 32px;
  }
}
.footer__icon {
  width: 54px;
}
@media screen and (max-width: 767px) {
  .footer__icon {
    display: flex;
    gap: 24px;
    align-items: center;
    height: 82px;
    width: auto;
  }
}
.footer__icon__logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .footer__icon__logo {
    margin-bottom: 0;
    height: 100%;
  }
}
.footer__icon__logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer__icon__logo img {
    height: 100%;
    width: auto;
  }
}
.footer__icon__instagram img {
  margin: 0 auto;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__nav__list {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__nav__list {
    font-size: 0.75rem;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0;
  }
}
.footer__nav__other {
  display: flex;
  gap: 24px;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .footer__nav__other.hidden-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

/* Raleway */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Noto Sans（欧文） */
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Bold.ttf") format("truetype");
  font-weight: 700; /* ← ファイルの太さと一致させる */
  font-style: normal;
  font-display: swap;
}
/* Noto Sans JP（和文） */
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  color: #040000;
  font-size: 100%;
  font-family: "Raleway", "NotoSansJP", "NotoSans", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.065em;
}
body.is-modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  outline: none;
}

button:hover,
a:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover, a:focus {
  opacity: 0.6 !important;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

.contents {
  position: relative;
  padding: 120px 48px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 64px 20px;
  }
}
.contents.contents--fv-none {
  padding: 160px 48px;
}
@media screen and (max-width: 767px) {
  .contents.contents--fv-none {
    padding: 90px 20px;
  }
}
.contents--other {
  margin-top: 40px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contents--other {
    margin-top: 26px;
  }
}
.contents__inner {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contents__inner {
    max-width: 100%;
  }
}
.contents__description {
  font-size: 1rem;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contents__description {
    font-size: 0.75rem;
    white-space: pre-line;
  }
}
.contents__title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .contents__title {
    margin-bottom: 12px;
  }
}
.contents__title__en {
  display: flex;
  align-items: center;
  font-size: 4rem;
  margin-right: 16px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .contents__title__en {
    font-size: 2rem;
  }
}
.contents__title__ja {
  display: flex;
  overflow: hidden;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .contents__title__ja {
    margin-bottom: -10px;
  }
}
.contents__title__ja span {
  font-size: 1.5rem;
  padding-left: 16px;
  border-left: 2px solid #040000;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contents__title__ja span {
    font-size: 0.75rem;
    letter-spacing: 0.04;
  }
}
.contents__title .js-title {
  transform: translateY(250%);
  transition: all 0.5s;
}
.contents__title .js-title-1 {
  transition-delay: 0.06s;
}
.contents__title .js-title-2 {
  transition-delay: 0.12s;
}
.contents__title .js-title-3 {
  transition-delay: 0.18s;
}
.contents__title .js-title-4 {
  transition-delay: 0.24s;
}
.contents__title .js-title-5 {
  transition-delay: 0.3s;
}
.contents__title .js-title-6 {
  transition-delay: 0.36s;
}
.contents__title .js-title-7 {
  transition-delay: 0.42s;
}
.contents__title .js-title-8 {
  transition-delay: 0.48s;
}
.contents__title .js-title-9 {
  transition-delay: 0.54s;
}
.contents__title .js-title-10 {
  transition-delay: 0.6s;
}
.contents__title .js-title-11 {
  transition-delay: 0.66s;
}
.contents__title h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents__title h1.h1-left {
  justify-content: flex-start;
}
.contents__title h1.js-h1-title {
  height: 0;
}
.contents__title h1.js-h1-title.active {
  height: 96px;
}
.contents__title h1.js-h1-title.active .js-title {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .contents__title h1.h1--news-detail {
    font-size: 1.25rem;
  }
}
.contents__title--en-sub h1 {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-size: 2rem;
  margin-bottom: 24px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .contents__title--en-sub h1 {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.contents__title--en-sub h1 .title-en-sub {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contents__title--en-sub h1 .title-en-sub {
    font-size: 0.5rem;
    line-height: 1.5;
  }
}
.contents__h2 {
  margin-bottom: 48px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contents__h2 {
    margin-bottom: 24px;
    font-size: 0.875rem;
  }
}
.contents__h2.h2-center {
  text-align: center;
}
.contents__salad-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents__salad-title--en {
  margin-top: -20px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #fff;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contents__salad-title--en {
    margin-top: -14px;
    font-size: 1rem;
  }
}
.contents__salad-title--ja {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .contents__salad-title--ja {
    font-size: 0.75rem;
  }
}
.contents__decoration {
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: top right;
  font-size: 6.25rem;
  font-weight: 300;
  line-height: 1;
  color: #c6c6c6;
  opacity: 0.1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contents__decoration {
    font-size: 5rem;
  }
}
.contents__button {
  text-align: center;
}
.contents__button a,
.contents__button button,
.contents__button input {
  display: inline-block;
  min-width: 240px;
  margin: 0 auto;
  padding: 16px;
  text-align: center;
  border-radius: 999px;
  font-weight: 700;
  background: #040000;
  color: #fff;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contents__button a,
  .contents__button button,
  .contents__button input {
    font-size: 0.875rem;
    padding: 8px 16px;
  }
}
.contents__button a:hover,
.contents__button button:hover,
.contents__button input:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.contents__button.contents__border-button a,
.contents__button.contents__border-button button,
.contents__button.contents__border-button input {
  background: #fff;
  color: #040000;
  border: 1px solid #040000;
}
.contents__dlist {
  margin-bottom: 40px;
  font-family: "NotoSansJP", sans-serif;
}
.contents__dlist dl {
  display: flex;
  gap: 56px;
  padding-bottom: 24px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
  .contents__dlist dl {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 16px;
  }
}
.contents__dlist dl:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .contents__dlist dl:not(:last-child) {
    margin-bottom: 16px;
  }
}
.contents__dlist dl dt {
  width: 160px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .contents__dlist dl dt {
    width: 100%;
  }
}
.contents__dlist dl dd .contents__dlist__dd-items:first-child {
  margin-bottom: 1em;
}

/* ===== オーバーレイ（グレーアウト） ===== */
.contents__pop-up__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 0, 0, 0.05);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, visibility 200ms ease;
  /* 表示状態（状態クラスでもbodyクラスでも可） */
}
.contents__pop-up__backdrop.is-active, body.is-modal-open .contents__pop-up__backdrop, .contents__pop-up__backdrop[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ===== ポップアップ本体 ===== */
.contents__pop-up {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 560px;
  max-width: calc(100% - 32px);
  background: #fff;
  border-radius: 8px;
  padding: 48px 40px;
  box-shadow: 0 12px 40px rgba(4, 0, 0, 0.03);
  /* 非表示状態（デフォルト） */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.98);
  transition: opacity 200ms ease, visibility 200ms ease, transform 200ms ease;
  /* 表示状態（状態クラスでもbodyクラスでも可） */
  /* 内側レイアウト */
}
.contents__pop-up.is-active, body.is-modal-open .contents__pop-up, .contents__pop-up[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}
.contents__pop-up__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.contents__pop-up__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.contents__pop-up__img {
  width: 100%;
  max-width: 360px;
}
.contents__pop-up__img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents__pop-up__description {
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0;
}
.contents__pop-up__close {
  /* 既存の .contents__button / .contents__border-button の見た目に依存。
     操作感のみ補強 */
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 4px;
}

.js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-hint.force-left-hint .scroll-hint-icon {
  left: 8px;
  right: auto;
  transform: scaleX(-1); /* 矢印を左右反転 */
}

.movie__fv {
  position: relative;
  height: 100dvh;
  height: 100vh;
}
.movie__fv video {
  height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post-password-form {
  position: relative;
  z-index: 200000;
  margin: 40px 0;
}

.display-posts-pagination .nav-links {
  display: flex;
  justify-content: center;
}
.display-posts-pagination .nav-links .page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #040000;
  border-radius: 999px;
  font-family: "NotoSans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
  }
}
.display-posts-pagination .nav-links .page-numbers.dots {
  border: none;
}
.display-posts-pagination .nav-links .page-numbers.current {
  background: #040000;
  color: #fff;
}
.display-posts-pagination .nav-links .page-numbers:not(.next) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers:not(.next) {
    margin-right: 8px;
  }
}
.display-posts-pagination .nav-links .page-numbers:not(.current) {
  transition: opacity 0.3s ease;
}
.display-posts-pagination .nav-links .page-numbers:not(.current):hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.display-posts-pagination .nav-links .page-numbers.prev, .display-posts-pagination .nav-links .page-numbers.next {
  position: relative;
  font-size: 0;
  background: rgba(4, 0, 0, 0.05);
}
.display-posts-pagination .nav-links .page-numbers.prev {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers.prev {
    margin-right: 16px;
  }
}
.display-posts-pagination .nav-links .page-numbers.prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/saladbowl_company/images/icon/icon-pagination-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers.prev::after {
    width: 10px;
    height: 10px;
  }
}
.display-posts-pagination .nav-links .page-numbers.next {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers.next {
    margin-left: 16px;
  }
}
.display-posts-pagination .nav-links .page-numbers.next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/saladbowl_company/images/icon/icon-pagination-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .display-posts-pagination .nav-links .page-numbers.next::after {
    width: 10px;
    height: 10px;
  }
}

.home {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.home video {
  height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  animation-delay: 0.3s;
}
.home__title h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__title h1 {
    font-size: 2rem;
    transition: opacity 0.3s ease;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
.home__other {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .home__other {
    font-size: 0.625rem;
    bottom: 16px;
    transition: opacity 0.3s ease;
  }
}
.home__other__copyright {
  margin-bottom: 8px;
}

body.drawer-open .home__title h1,
body.drawer-open .home__other {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.works .contents__works-list__accordion {
  width: 420px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__accordion {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.works .contents__works-list__accordion {
  --acc-dur: 0.6s;
  --acc-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
.works .contents__works-list__accordion details {
  overflow: clip;
}
.works .contents__works-list__accordion details:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__accordion details:not(:last-child) {
    margin-bottom: 40px;
  }
}
.works .contents__works-list__accordion details summary {
  position: relative;
  text-align: center;
  list-style: none;
  cursor: pointer;
}
.works .contents__works-list__accordion details summary::-webkit-details-marker {
  display: none;
}
.works .contents__works-list__accordion details summary::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 14px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #040000;
  border-right: 1px solid #040000;
  transform: rotate(135deg);
  box-sizing: border-box;
  transition: transform var(--acc-dur) var(--acc-ease);
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__accordion details summary::before {
    left: 33px;
  }
}
.works .contents__works-list__accordion details[open] > summary::before {
  transform: rotate(-45deg);
}
.works .contents__works-list__accordion details .contents__works-list__accordion__link {
  display: block;
  padding-top: 40px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height var(--acc-dur) var(--acc-ease), opacity var(--acc-dur) var(--acc-ease);
  will-change: max-height, opacity;
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__accordion details .contents__works-list__accordion__link {
    padding: 24px 26px 0;
  }
}
.works .contents__works-list__accordion details .contents__works-list__accordion__link > img {
  display: block;
  width: 100%;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--acc-dur) var(--acc-ease), transform var(--acc-dur) var(--acc-ease);
  will-change: opacity, transform;
}
.works .contents__works-list__accordion details[open] > .contents__works-list__accordion__link {
  max-height: 1000px;
  opacity: 1;
}
.works .contents__works-list__accordion details[open] > .contents__works-list__accordion__link > img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 120ms;
}
@media (prefers-reduced-motion: reduce) {
  .works .contents__works-list__accordion * {
    transition: none !important;
    animation: none !important;
  }
}
.works .contents__works-list__other {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__other {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }
}
.works .contents__works-list__other li {
  text-align: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .works .contents__works-list__other li {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  body.page--works-detail {
    overflow-y: hidden;
    height: 100vh;
    height: 100dvh;
  }
}

@media screen and (max-width: 767px) {
  .contents--works-detail {
    margin-top: 0;
  }
}
.contents--works-detail .contents__inner {
  max-width: 1150px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail .contents__inner {
    margin-top: 3.6dvh;
    margin-top: 3.6vh;
  }
}

@media screen and (max-width: 767px) {
  .works-detail .contents__title--en-sub {
    width: 214px;
  }
  .works-detail .contents__title--en-sub h1 {
    text-align: left;
    align-items: flex-end;
    gap: 6px;
  }
}
.works-detail__block {
  position: relative;
  margin: 0 75px;
}
.works-detail__block:not(.is-last) {
  margin: 0 75px 200px;
}
@media screen and (max-width: 767px) {
  .works-detail__block:not(.is-last) {
    margin: 0;
  }
  .works-detail__block:not(.is-last).works-detail__block--4 {
    margin-right: -70px;
  }
}
.works-detail__block--1 {
  min-height: 874px;
}
.works-detail__block--3 {
  min-height: 2057px;
}
.works-detail__block--4 {
  min-height: 1034px;
}
@media screen and (max-width: 767px) {
  .works-detail__block--4 {
    margin-right: -70px;
  }
}
.works-detail__block__items__img {
  position: absolute;
  overflow: hidden;
}
.works-detail__block__items__img--1 {
  top: 0;
  left: 0;
  width: 50%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 500/334;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--1 {
    top: 197px;
    right: 36px;
    left: auto;
    width: 250px;
    height: 167px;
  }
}
.works-detail__block__items__img--2 {
  top: 200px;
  right: 0;
  width: 30%;
  height: auto;
  max-width: 300px;
  aspect-ratio: 300/600;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--2 {
    top: 160px;
    right: 358px;
    width: 150px;
    height: 300px;
  }
}
.works-detail__block__items__img--3 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: auto;
  max-width: 600px;
  aspect-ratio: 600/250;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--3 {
    top: 33px;
    right: 0;
    left: auto;
    transform: none;
    width: 300px;
    height: 125px;
  }
}
.works-detail__block__items__img--4 {
  top: 817px;
  right: 0;
  width: 40%;
  height: auto;
  max-width: 400px;
  aspect-ratio: 400/600;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--4 {
    top: 0;
    right: 524px;
    width: 200px;
    height: 300px;
  }
}
.works-detail__block__items__img--5 {
  top: 534px;
  left: 0;
  width: 34%;
  height: auto;
  max-width: 340px;
  aspect-ratio: 340/340;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--5 {
    top: 337px;
    left: 0;
    width: 170px;
    height: 170px;
  }
}
.works-detail__block__items__img--6 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 500/500;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--6 {
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 250px;
    height: 250px;
  }
}
.works-detail__block__items__img--7 {
  top: 450px;
  left: 0;
  width: 46%;
  height: auto;
  max-width: 460px;
  aspect-ratio: 460/575;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--7 {
    top: 202px;
    left: auto;
    right: 222px;
    width: 230px;
    height: 288px;
  }
}
.works-detail__block__items__img--8 {
  top: 1617px;
  left: 0;
  width: 80%;
  height: auto;
  max-width: 800px;
  aspect-ratio: 800/440;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--8 {
    top: 236px;
    right: 796px;
    left: auto;
    width: 400px;
    height: 220px;
  }
}
.works-detail__block__items__img--9 {
  top: 0;
  left: 0;
  width: 70%;
  height: auto;
  max-width: 700px;
  aspect-ratio: 700/500;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--9 {
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    width: 250px;
    height: 250px;
    aspect-ratio: 250/250;
  }
}
.works-detail__block__items__img--10 {
  top: 700px;
  right: 0;
  width: 50%;
  height: auto;
  max-width: 500px;
  aspect-ratio: 500/334;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__img--10 {
    top: 294px;
    right: 211px;
    width: 250px;
    height: 167px;
  }
}
.works-detail__block__items__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.works-detail__block__items__concept-card {
  position: absolute;
  bottom: 5%;
  right: 17.6%;
  max-width: 37.6%;
  padding: 40px;
  background: #040000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__concept-card {
    max-width: 270px;
    width: 270px;
    padding: 18px;
    top: 0;
    right: 358px;
    bottom: auto;
  }
}
.works-detail__block__items__concept-card__inner {
  position: relative;
}
.works-detail__block__items__concept-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__concept-card__title {
    font-size: 0.875rem;
    margin-bottom: 16px;
    text-align: left;
  }
}
.works-detail__block__items__concept-card__text {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__concept-card__text {
    font-size: 0.625rem;
    white-space: pre-wrap;
    text-align: left;
  }
}
.works-detail__block__items__concept-card .contents__decoration {
  font-size: 2.5rem;
  top: 0;
  bottom: 0;
  right: -15%;
  transform-origin: unset;
}
@media screen and (max-width: 767px) {
  .works-detail__block__items__concept-card .contents__decoration {
    font-size: 1.5rem;
  }
}
.works-detail__block--4 .works-detail__block__items__img--1 {
  top: 700px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .works-detail__block--4 .works-detail__block__items__img--1 {
    top: 294px;
    right: 211px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .contents--works-detail .works-detail__block--1 {
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail .works-detail__block--3 {
    width: 1196px;
  }
}

.contents--works-detail--pattern2 .works-detail__block__items__concept-card {
  top: 746px;
  bottom: auto;
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block__items__concept-card {
    top: 63px;
    right: 355px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--1 {
    width: 714px;
    margin-right: -181px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--1 .works-detail__block__items__img--1 {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--1 .works-detail__block__items__img--2 {
    top: 72px;
    right: 322px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--3 {
    margin-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--4 {
    width: 624px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--4 .works-detail__block__items__img--9 {
    top: 195px;
    right: 52px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern2 .works-detail__block--4 .works-detail__block__items__img--10 {
    top: 295px;
    right: 374px;
  }
}

.contents--works-detail--pattern3 .works-detail__block__items__concept-card {
  top: 553px;
  bottom: auto;
  right: 9.5%;
  left: auto;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block__items__concept-card {
    top: 0;
    right: 355px;
  }
}
.contents--works-detail--pattern3 .works-detail__block--1 {
  min-height: 874px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--1 {
    width: 392px;
    margin-right: 72px;
    min-height: 0;
  }
}
.contents--works-detail--pattern3 .works-detail__block--1 .works-detail__block__items__img--2 {
  top: 0;
  right: -75px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--1 .works-detail__block__items__img--2 {
    top: 72px;
    right: 0;
  }
}
.contents--works-detail--pattern3 .works-detail__block--1 .works-detail__block__items__img--5 {
  top: 534px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--1 .works-detail__block__items__img--5 {
    top: 248px;
  }
}
.contents--works-detail--pattern3 .works-detail__block--3 {
  min-height: 2121px;
  margin: 0 75px 136px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--3 {
    min-height: 0;
    margin: 0;
    width: 1382px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--3 {
    top: 188px;
    right: 36px;
  }
}
.contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--4 {
  top: 881px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--4 {
    top: 0;
    right: 710px;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--7 {
    top: 204px;
    right: 408px;
  }
}
.contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--8 {
  top: 1681px;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--3 .works-detail__block__items__img--8 {
    top: 270px;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--4 {
    width: 461px;
    margin-right: 72px !important;
  }
}
.contents--works-detail--pattern3 .works-detail__block--4 .works-detail__block__items__img--6 {
  left: auto;
  right: 30.2%;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--4 .works-detail__block__items__img--6 {
    right: 0;
  }
}
.contents--works-detail--pattern3 .works-detail__block--4 .works-detail__block__items__img--1 {
  left: auto;
}
@media screen and (max-width: 767px) {
  .contents--works-detail--pattern3 .works-detail__block--4 .works-detail__block__items__img--1 {
    left: 0;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .works-detail__hscroll {
    direction: rtl;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }
  .works-detail__hscroll::-webkit-scrollbar {
    display: none;
  }
  .works-detail__block {
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    min-height: 100vh;
    position: relative;
  }
}

#works-hscroll.scroll-hint {
  position: relative;
}
@media screen and (min-width: 768px) {
  #works-hscroll.scroll-hint {
    overflow: hidden !important;
  }
}

#works-hscroll.scroll-hint .scroll-hint-icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 9999;
  pointer-events: none;
  direction: ltr;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #works-hscroll.scroll-hint .scroll-hint-icon-wrap {
    display: none;
  }
}

#works-hscroll.scroll-hint .scroll-hint-icon {
  transform: scaleX(-1);
}

#works-hscroll.scroll-hint .scroll-hint-icon {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

#works-hscroll.sh-hide .scroll-hint-icon-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}

#works-hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#works-hscroll .scroll-hint-text {
  font-size: 8px;
  transform: scaleX(-1);
}

@media screen and (max-width: 767px) {
  .privacy {
    font-size: 0.75rem;
  }
}
.privacy .contents__title {
  margin-bottom: 40px;
}
.privacy .contents__title h1 {
  font-size: 2.5rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .privacy .contents__title h1 {
    font-size: 1.25rem;
  }
}
.privacy__block dl dt {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .privacy__block dl dt {
    font-size: 1.125rem;
  }
}
.privacy__block dl dd {
  margin-bottom: 40px;
}
.privacy__block dl dd p:not(:last-child) {
  margin-bottom: 1em;
}
.privacy__date {
  text-align: right;
  font-family: "NotoSansJP", sans-serif;
}

.about-us .contents__about-us {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us {
    gap: 40px;
  }
}
.about-us .contents__about-us__team-member__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__team-member__list {
    font-size: 0.75rem;
  }
}
.about-us .contents__about-us__img {
  max-width: 800px;
  margin: 0 70px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__img {
    width: 100%;
    margin: 0;
  }
}
.about-us .contents__about-us__founders__text {
  padding: 0 16px 16px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__founders__text {
    font-size: 0.75rem;
  }
}
.about-us .contents__about-us__history__list {
  font-size: 0.875rem;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list {
    font-size: 0.75rem;
  }
}
.about-us .contents__about-us__history__list dl {
  display: flex;
  gap: 58px;
}
.about-us .contents__about-us__history__list dl:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list dl {
    gap: 42px;
  }
}
.about-us .contents__about-us__history__list dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list dl dt {
    font-size: 0.875rem;
  }
}
.about-us .contents__about-us__history__list dl dd {
  position: relative;
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list dl dd {
    padding-bottom: 9px;
  }
}
.about-us .contents__about-us__history__list dl dd::before {
  position: absolute;
  top: 5px;
  left: -33px;
  content: "";
  width: 10px;
  height: 10px;
  background: #c6c6c6;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list dl dd::before {
    left: -25px;
  }
}
.about-us .contents__about-us__history__list dl dd::after {
  position: absolute;
  top: 15px;
  left: -29px;
  content: "";
  width: 1px;
  height: calc(100% - 15px);
  background: #c6c6c6;
}
@media screen and (max-width: 767px) {
  .about-us .contents__about-us__history__list dl dd::after {
    left: -21px;
  }
}
.about-us .contents__decoration {
  bottom: 340px;
}
@media screen and (max-width: 767px) {
  .about-us .contents__decoration {
    bottom: 90px;
  }
}

.news .contents__inner {
  max-width: 1140px;
}
.news .contents__news {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .news .contents__news {
    flex-direction: column;
    gap: 40px;
  }
}
.news .contents__news__list__item {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news .contents__news__list__item {
    flex-direction: column;
    gap: 16px;
  }
}
.news .contents__news__list__item:not(:last-child) {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .news .contents__news__list__item:not(:last-child) {
    margin-bottom: 32px;
  }
}
.news .contents__news__list__item__img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 240/160;
}
@media screen and (max-width: 767px) {
  .news .contents__news__list__item__img {
    width: 100%;
    height: auto;
  }
}
.news .contents__news__list__item__img img {
  width: 100%;
  height: 100%;
}
.news .contents__news__list__item__text {
  flex: 1;
}
.news .contents__news__list__item__text .date {
  margin-bottom: 16px;
  font-size: 0.75rem;
}
.news .contents__news__sidebar {
  flex: 1;
  width: 100%;
  max-width: 260px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news .contents__news__sidebar {
    max-width: 100%;
  }
}
.news .contents__news__sidebar .news-range-select {
  width: 260px;
  height: 45px;
  padding: 0 16px;
  font-family: "NotoSansJP", sans-serif;
  border-radius: 8px;
  border: 1px solid #040000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/wp-content/themes/saladbowl_company/images/icon/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}
.news-list {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .news-list {
    margin-bottom: 40px;
  }
}
.news .contents {
  min-height: 1000px;
  overflow-y: hidden;
}
.news .contents__decoration {
  top: 320px;
  right: auto;
  left: 160px;
  bottom: auto;
  transform-origin: bottom left;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .news .contents__decoration {
    top: 200px;
    left: 0;
  }
}

.news-detail .contents__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news-detail .contents__title {
    margin-bottom: 40px;
  }
}
.news-detail .entry-meta {
  display: none;
}
.news-detail .post-thumbnail {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .news-detail .post-thumbnail {
    margin-bottom: 40px;
  }
}
.news-detail .post-thumbnail img {
  width: 600px;
  aspect-ratio: 600/400;
  margin: 0 auto;
}
.news-detail .entry-content {
  margin-bottom: 56px;
  font-family: "NotoSans", "NotoSansJP", sans-serif;
}
@media screen and (max-width: 767px) {
  .news-detail .entry-content {
    margin-bottom: 40px;
    font-size: 0.75rem;
  }
}
.news-detail .entry-content > * {
  margin-bottom: 24px;
}
.news-detail .entry-content h2 {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .news-detail .entry-content h2 {
    font-size: 1.125rem;
  }
}
.news-detail .entry-content h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-detail .entry-content h3 {
    font-size: 1rem;
  }
}
.news-detail .entry-content .text-block > * {
  margin-bottom: 16px;
}
.news-detail .entry-content .text-list > li,
.news-detail .entry-content .text-list ul {
  margin-top: 16px;
}
.news-detail .entry-content ul li {
  position: relative;
  padding-left: 24px;
}
.news-detail .entry-content ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  background: #040000;
  width: 8px;
  height: 8px;
  border-radius: 999px;
}
.news-detail .entry-content ul ul li::before {
  width: 6px;
  height: 6px;
  border: 1px solid;
  background: #fff;
}
.news-detail .entry-content ul ul li ul li::before {
  width: 6px;
  height: 6px;
  border: none;
  background: #040000;
  border-radius: 0px;
}
.news-detail .entry-content .img-block img {
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/267;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-detail .entry-content .img-block img {
    width: 100%;
  }
}

.contact {
  font-family: "NotoSansJP", sans-serif;
}
.contact .contents__title {
  margin-bottom: 0;
}
.contact .contents__title h1.js-h1-title.active {
  height: 80px;
}
.contact .contents__title .contents__title__en {
  font-size: 2.5rem;
}
.contact .contents__title .contents__title__ja {
  margin-bottom: -10px;
}
.contact .contents__title .contents__title__ja span {
  font-size: 1.125rem;
}
.contact__address {
  margin-bottom: 24px;
  text-align: center;
  font-size: 0.875rem;
}
.contact__address p {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1rem;
}
.contact__address ul li:not(:last-child) {
  margin-bottom: 8px;
}
.contact__inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
.contact__form {
  font-size: 0.875rem;
}
.contact__form form label {
  display: block;
  margin-bottom: 16px;
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  border-radius: 8px;
  margin-top: 4px;
  padding: 8px 16px;
  border: 1px solid;
  border-color: #040000;
}
.contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: #c6c6c6;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #c6c6c6;
}
.contact__form textarea {
  height: 100px;
}
.contact__form .contents__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.contact__form .contents__button input {
  width: auto;
  padding: 16px;
  border-radius: 999px;
}
.contact__form__name {
  width: 100%;
}
.contact__form__flex {
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.contact__form__required {
  padding: 3px 6px;
  margin-left: 8px;
  font-size: 0.75rem;
  background-color: #c60000;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
}
.contact .cm4cf7-message-for-confirmation {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #c60000;
}
.wpcf7-not-valid-tip:not(.contact__form__text-box .wpcf7-not-valid-tip) {
  padding-top: 6px;
}

.wpcf7-spinner {
  display: none;
}

.recruit .contents__title {
  margin-bottom: 24px;
}
.recruit .contents__title .contents__title__en {
  font-size: 3rem;
}
.recruit .contents__title .contents__title__ja span {
  font-size: 1.125rem;
}
.recruit__fv {
  position: relative;
}
.recruit__fv .contents__salad-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80%;
  padding: 0 12px;
  max-width: 300px;
  border-top: 1px solid;
}
@media screen and (max-width: 767px) {
  .recruit__fv .contents__salad-title {
    position: relative;
    top: 0;
    transform: translateY(0px);
    left: 0;
    right: 0;
    margin: 0 auto 32px;
  }
}
.recruit__fv .contents__salad-title--occupation {
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit__fv .contents__salad-title--occupation {
    font-size: 1.125rem;
  }
}
.recruit__fv .contents__salad-title--occupation__sub {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .recruit__fv .contents__salad-title--occupation__sub {
    font-size: 0.875rem;
  }
}
.recruit__salad {
  position: relative;
  z-index: 1;
  width: 420px;
  height: 420px;
  margin: 0 auto 40px;
  background-image: url("/wp-content/themes/saladbowl_company/images/recruit/recruit-plate.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .recruit__salad {
    width: 300px;
    height: 300px;
    margin: 0 auto 32px;
  }
}
.recruit__salad__button {
  position: absolute;
  transition: all 0.3s ease;
}
.recruit__salad__button:hover {
  transform: scale(1.2);
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
.recruit__salad__button img {
  width: 100%;
  height: auto;
}
.recruit__salad__button--lettuce {
  top: 0px;
  left: 0px;
  width: 409.5px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--lettuce {
    width: 292.5px;
  }
}
.recruit__salad__button--cucumber {
  top: 58px;
  left: 220px;
  width: 138.75px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--cucumber {
    top: 40px;
    left: 166px;
    width: 99.1px;
  }
}
.recruit__salad__button--avocado {
  top: 35px;
  left: 81px;
  width: 158.69px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--avocado {
    top: 20px;
    left: 60px;
    width: 113.35px;
  }
}
.recruit__salad__button--broccoli {
  top: 85px;
  left: 25px;
  width: 138.15px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--broccoli {
    top: 60px;
    width: 98.68px;
  }
}
.recruit__salad__button--prosciutto {
  top: 110px;
  left: 82px;
  width: 266.7px;
  transform: rotate(-24.3deg);
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--prosciutto {
    top: 90px;
    left: 60px;
    width: 190.5px;
  }
}
.recruit__salad__button--prosciutto:hover {
  transform: scale(1.2) rotate(-24.3deg);
}
.recruit__salad__button--purple-cabbage {
  top: 207px;
  left: 67px;
  width: 139.84px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--purple-cabbage {
    top: 160px;
    left: 50px;
    width: 99.89px;
  }
}
.recruit__salad__button--shrimp {
  top: 115px;
  left: 165px;
  width: 139.12px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--shrimp {
    top: 80px;
    left: 130px;
    width: 99.38px;
  }
}
.recruit__salad__button--tomato {
  top: 178px;
  left: 16px;
  width: 96.45px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--tomato {
    top: 130px;
    left: 16px;
    width: 68.89px;
  }
}
.recruit__salad__button--egg {
  top: 206px;
  left: 175px;
  width: 220.5px;
}
@media screen and (max-width: 767px) {
  .recruit__salad__button--egg {
    top: 154px;
    left: 134px;
    width: 157.5px;
  }
}
.recruit__occupation {
  margin: 60px 0;
  padding: 60px 48px;
  background: rgba(4, 0, 0, 0.03);
}
@media screen and (max-width: 767px) {
  .recruit__occupation {
    margin: 0;
    padding: 32px 24px;
  }
}
.recruit__occupation h3 {
  margin-bottom: 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit__occupation h3 {
    font-size: 1.125rem;
  }
}
.recruit__occupation__description {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit__occupation__description {
    font-size: 0.75rem;
  }
}
.recruit__occupation__info h4 {
  margin-bottom: 32px;
  font-size: 1.25rem;
}

.recruit__details__salad[hidden] {
  display: none !important;
}

/* 初回操作があるまでは無効。操作後（.is-activatedが付与された後）だけ有効 */
.recruit.is-activated .recruit__salad__button[aria-selected=true] {
  transform: scale(1.2);
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.8));
}
.recruit.is-activated .recruit__salad__button[aria-selected=true].recruit__salad__button--prosciutto {
  transform: scale(1.2) rotate(-24.3deg);
}

.recruit__details__salad.is-active {
  animation: saladFade 600ms ease;
}

@keyframes saladFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}