@charset "UTF-8";
/*
Theme Name: NAM murals
Theme URI: https://76murals.com/
Author: NAM murals
Description: NAM murals（ナム ミューラルズ）— 壁画・看板・特殊塗装の専門アトリエ。黒 × 赤 × シルバーのストリート/クラフト系コーポレートサイト。テンプレートⒷベース。
Version: 1.0.0
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  color: #e8e6e1;
  background-color: #0c0c0c;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

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

.chrome {
  font-family: "Cinzel", serif;
  font-weight: 700;
  background: linear-gradient(180deg, #f7f8fa 0%, #c6cacf 46%, #83878d 54%, #e2e5e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eyebrow {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #d4202a;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .eyebrow {
    font-size: 3vw;
    letter-spacing: 0.28em;
  }
}

.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 188, 194, 0.32), transparent);
}

.btn {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
  padding: 14px 28px;
  border-radius: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.4vw;
    padding: 3.2vw 6vw;
  }
}
.btn i {
  font-size: 1em;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s;
}
.btn:hover::before {
  left: 140%;
}
.btn.btn--red {
  background: #d4202a;
  color: #fff;
}
.btn.btn--red:hover {
  background: #a8161e;
}
.btn.btn--silver {
  background: #b8bcc2;
  color: #0c0c0c;
  font-weight: 500;
}
.btn.btn--silver:hover {
  background: #fff;
}
.btn.btn--ghost {
  background: transparent;
  color: #b8bcc2;
  border-color: rgba(184, 188, 194, 0.32);
}
.btn.btn--ghost:hover {
  border-color: #b8bcc2;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

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

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a,
th,
td {
  font-size: 1.1vw;
}

.fade-in {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 40px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

p {
  font-size: 1.1vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-size: 2.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

h5 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 4.2vw;
  }
}

#lower {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 62px;
}
@media screen and (max-width: 768px) {
  #lower {
    margin-top: 58px;
  }
}
#lower .lower {
  width: 100%;
  height: 340px;
  background-position: center;
  background-size: cover;
  filter: grayscale(30%) brightness(0.55);
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 38vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 56vw;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(12, 12, 12, 0.45), rgba(12, 12, 12, 0.82));
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 6px;
  z-index: 3;
}
#lower .lower_contents .eyebrow {
  order: -1;
}
#lower .lower_contents .headline {
  font-family: "Cinzel", serif;
  font-weight: 700;
  background: linear-gradient(180deg, #f7f8fa 0%, #c6cacf 46%, #83878d 54%, #e2e5e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 8vw;
  }
}
#lower .lower_contents p {
  font-family: "Oswald", sans-serif;
  color: #d4202a;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents p {
    font-size: 3.5vw;
  }
}

.lower_headline {
  padding: 0.6vw 0;
  padding-left: 1.4vw;
  margin-bottom: 2vw;
  position: relative;
  color: #b8bcc2;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  background-color: rgba(255, 255, 255, 0.06);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 3vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d4202a;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #d4202a;
  padding: 0.5rem 1rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
.topBtnSp {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #0c0c0c;
  background-color: #b8bcc2;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  text-align: center;
}
.topBtnSp::before {
  width: 100% !important;
  height: 20vw !important;
  border-radius: 0 !important;
}
.topBtnSp i {
  font-size: 4vw;
}
.topBtnSp p {
  font-size: 3vw;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

/* ============ ローディング ============ */
.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #0a0a0a;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 10001;
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loadinglogo {
  animation: ldlogo 1.4s ease both;
  width: 26%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .loading .loadinglogo {
    width: 50%;
  }
}
.loading .loadinglogo img {
  width: 100%;
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-box .pulse-container .pulse-bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d4202a;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  background-color: #b8bcc2;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
@keyframes ldlogo {
  0% {
    opacity: 0;
    transform: scale(0.86) translateY(8px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

/* オープニング ワイプ（上下から） */
.wipe {
  position: fixed;
  left: 0;
  width: 100%;
  height: 50.5%;
  z-index: 10000;
  background: #0a0a0a;
  pointer-events: none;
}
.wipe.top {
  top: 0;
  transform-origin: top;
}
.wipe.bot {
  bottom: 0;
  transform-origin: bottom;
}
.wipe.go {
  animation: wipe 0.8s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@keyframes wipe {
  to {
    transform: scaleY(0);
  }
}
/* ============ ヘッダー（固定・ブラー） ============ */
/* ※ <header> 自体には backdrop-filter / transform を付けない。
   付けると position:fixed の子（SP下部バー・ハンバーガーメニュー）の
   基準が <header> になり、配置が崩れるため。ブラーは各バーに付与する。 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
header.scrolled #header_pc {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(8, 8, 8, 0.94);
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 26px;
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
  transition: padding 0.4s, background 0.4s;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
header #header_pc .header_logo img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
header #header_pc .header_logo .brand_name {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
  white-space: nowrap;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 26px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul {
    gap: 16px;
  }
}
header #header_pc .header_menu ul li a {
  display: block;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
  color: #b8bcc2;
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s;
}
header #header_pc .header_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: #d4202a;
  transition: right 0.3s ease;
}
header #header_pc .header_menu ul li a:hover, header #header_pc .header_menu ul li a.current {
  color: #e8e6e1;
}
header #header_pc .header_menu ul li a:hover::after, header #header_pc .header_menu ul li a.current::after {
  right: 0;
}
header #header_pc .header_menu ul li .igc {
  color: #b8bcc2;
  font-size: 1.1rem;
}
header #header_pc .header_menu ul li .igc::after {
  display: none;
}
header #header_pc .header_menu ul li .igc:hover {
  color: #d4202a;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 4vw;
  height: 56px;
  background: rgba(8, 8, 8, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
}
header #header_sp .header_sp .header_logo {
  display: flex;
  align-items: center;
  height: 100%;
}
header #header_sp .header_sp .header_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
header #header_sp .header_sp .header_logo img {
  height: 34px;
  width: auto;
  max-width: 60vw;
  object-fit: contain;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(8, 8, 8, 0.95);
  border-top: 1px solid rgba(184, 188, 194, 0.32);
  z-index: 9998;
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  list-style: none;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #e8e6e1;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  margin-top: 2vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 5.5vw;
  color: #b8bcc2;
}
header #header_sp .header_sp_bottom ul li a p {
  font-family: "Oswald", sans-serif;
  font-size: 2.2vw;
  letter-spacing: 0.1em;
  text-align: center;
  color: #b8bcc2;
  padding-bottom: 1vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 56px;
  height: 58px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  left: 6px;
  background: #e8e6e1;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Oswald", sans-serif;
  font-size: 2.2vw;
  letter-spacing: 0.1em;
  color: #b8bcc2;
}

.hamburger span:nth-child(1) {
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 17px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 26px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger.active span:nth-child(1) {
  top: 17px;
  left: 14px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 17px;
  left: 14px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  color: #e8e6e1;
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(8px);
  text-align: center;
  width: 100%;
  height: 70vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

nav.globalMenuSp .ul li {
  list-style-type: none;
  padding: 0;
  width: 45%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

nav.globalMenuSp .ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .ul li a {
  display: block;
  color: #e8e6e1;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 3.6vw;
  padding: 0 4vw 2vw;
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
  transition: color 0.3s;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}
nav.globalMenuSp .ul li a:hover {
  color: #d4202a;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #b8bcc2;
  font-size: 3.4vw;
  padding: 0 4vw 2vw;
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
}

nav.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}

/* ============ TOP 共通レイアウト ============ */
.wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 26px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 5vw;
  }
}

section.blk {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  section.blk {
    padding: 64px 0;
  }
}

.sec-head {
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .sec-head {
    margin-bottom: 30px;
  }
}
.sec-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin: 8px 0 12px;
}
.sec-head .ja {
  color: #d4202a;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 1.02rem;
}
@media screen and (max-width: 768px) {
  .sec-head .ja {
    font-size: 3.6vw;
  }
}
.sec-head .u {
  width: 56px;
  height: 2px;
  background: #d4202a;
  margin-top: 18px;
}

.sec-btn {
  text-align: center;
  margin-top: 36px;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  margin-top: 0;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 480px;
    height: 78svh;
  }
}
.hero video,
.hero .hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero video {
  filter: grayscale(100%) contrast(1.06);
  animation: ken 24s ease-in-out infinite alternate;
}
.hero .hero__fallback {
  background-size: cover;
  background-position: center;
  filter: grayscale(70%) brightness(0.6);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 45%, rgba(12, 12, 12, 0.25), rgba(12, 12, 12, 0.82));
}
@media screen and (max-width: 768px) {
  .hero::after {
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.55) 0%, rgba(12, 12, 12, 0.2) 28%, rgba(12, 12, 12, 0.35) 50%, rgba(12, 12, 12, 0.2) 72%, rgba(12, 12, 12, 0.6) 100%);
  }
}
.hero .inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.hero .inner img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 768px) {
  .hero .inner img {
    width: 88px;
    height: 88px;
  }
}
.hero .inner .small {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.4em;
  font-size: 0.82rem;
  color: #b8bcc2;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .hero .inner .small {
    font-size: 3vw;
    letter-spacing: 0.25em;
  }
}
.hero .inner h1 {
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
}
.hero .inner p {
  color: #cfcdc8;
  max-width: 50ch;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hero .inner p {
    font-size: 3.6vw;
    max-width: 90vw;
    white-space: normal;
  }
}
.hero .inner .hero__btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
}
.hero .scrolldown {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) !important;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: #b8bcc2;
  text-transform: uppercase;
}

@keyframes ken {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.09);
  }
}
/* ヒーロー stagger */
.hero .inner > * {
  opacity: 0;
  transform: translateY(26px);
}

.hero.reveal .inner > * {
  animation: heroUp 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.hero.reveal .inner > *:nth-child(1) {
  animation-delay: 0.15s;
}

.hero.reveal .inner > *:nth-child(2) {
  animation-delay: 0.3s;
}

.hero.reveal .inner > *:nth-child(3) {
  animation-delay: 0.45s;
}

.hero.reveal .inner > *:nth-child(4) {
  animation-delay: 0.62s;
}

.hero.reveal .inner > *:nth-child(5) {
  animation-delay: 0.78s;
}

@keyframes heroUp {
  to {
    opacity: 1;
    transform: none;
  }
}
.hero .scrolldown {
  opacity: 0;
}

.hero.reveal .scrolldown {
  animation: heroUp 0.8s 1s forwards;
}

/* ============ split（ABOUT / STORE 抜粋） ============ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .split {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
.split img {
  border-radius: 6px;
  border: 1px solid rgba(184, 188, 194, 0.32);
  width: 100%;
  object-fit: cover;
}
.split .split__txt h2 {
  font-size: 2.4rem;
  margin: 6px 0 4px;
}
@media screen and (max-width: 768px) {
  .split .split__txt h2 {
    font-size: 8vw;
  }
}
.split .split__txt .ja {
  color: #d4202a;
  font-weight: 700;
  margin: 6px 0 18px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .split .split__txt .ja {
    font-size: 4vw;
  }
}
.split .split__txt .lead {
  font-size: 1.05rem;
  color: #e8e6e1;
}
@media screen and (max-width: 768px) {
  .split .split__txt .lead {
    font-size: 3.8vw;
  }
}
.split .split__txt .muted {
  color: #9a988f;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .split .split__txt .muted {
    font-size: 3.6vw;
  }
}
.split .split__txt .btn {
  margin-top: 22px;
}

.muted {
  color: #9a988f;
}

.lead {
  color: #e8e6e1;
}

/* ============ SERVICES リッチカード（2×2） ============ */
.scards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .scards {
    grid-template-columns: 1fr;
  }
}
.scards .scard {
  position: relative;
  border: 1px solid rgba(184, 188, 194, 0.32);
  border-radius: 8px;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  background: #111;
  transition: 0.4s;
  text-decoration: none;
}
.scards .scard .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(45%) brightness(0.55);
  transition: 0.6s;
}
.scards .scard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.92) 8%, rgba(10, 10, 10, 0.25) 60%, rgba(10, 10, 10, 0.4));
  z-index: 1;
  transition: 0.4s;
}
.scards .scard::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #d4202a;
  z-index: 3;
  transition: 0.4s;
}
.scards .scard:hover .bg {
  transform: scale(1.07);
  filter: grayscale(0) brightness(0.6);
}
.scards .scard:hover::before {
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.9) 5%, rgba(120, 10, 12, 0.25) 55%, rgba(10, 10, 10, 0.3));
}
.scards .scard:hover::after {
  height: 100%;
}
.scards .scard .bd {
  position: relative;
  z-index: 2;
  padding: 28px 26px;
}
.scards .scard .no {
  font-family: "Oswald", sans-serif;
  font-size: 0.72rem;
  color: #d4202a;
  letter-spacing: 0.28em;
}
.scards .scard h3 {
  font-family: "Cinzel", serif;
  font-size: 1.7rem;
  color: #fff;
  margin: 6px 0 3px;
  letter-spacing: 0.02em;
}
.scards .scard .jp {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.1em;
  color: #b8bcc2;
  font-size: 0.92rem;
}
.scards .scard .desc {
  font-size: 0.84rem;
  color: #9a988f;
  margin-top: 10px;
  max-width: 36ch;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .scards .scard .desc {
    opacity: 1;
    max-height: 120px;
    margin-top: 8px;
  }
}
.scards .scard:hover .desc {
  opacity: 1;
  max-height: 90px;
}

/* ============ WORKS メイソンリーグリッド ============ */
.grid {
  columns: 3;
  column-gap: 14px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .grid {
    columns: 2;
  }
}
@media screen and (max-width: 768px) {
  .grid {
    columns: 1;
  }
}
.grid .it {
  break-inside: avoid;
  margin-bottom: 14px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(184, 188, 194, 0.32);
  display: block;
}
.grid .it a {
  display: block;
  position: relative;
}
.grid .it img {
  width: 100%;
  transition: 0.5s;
  filter: grayscale(15%);
}
.grid .it:hover img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.grid .it .it__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 12px;
  font-size: 0.82rem;
  color: #fff;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.85), transparent);
  opacity: 0;
  transition: 0.3s;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}
.grid .it:hover .it__title {
  opacity: 1;
}

/* ============ パララックス帯 ============ */
.para {
  position: relative;
  height: 78vh;
  min-height: 440px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-block: 1px solid rgba(184, 188, 194, 0.32);
}
@media screen and (max-width: 768px) {
  .para {
    height: 60vh;
    min-height: 340px;
  }
}
.para .para__bg {
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 124%;
  object-fit: cover;
  filter: grayscale(70%) contrast(1.05) brightness(0.5);
  will-change: transform;
}
.para::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(12, 12, 12, 0.35), rgba(12, 12, 12, 0.8));
}
.para .para__in {
  position: relative;
  z-index: 2;
  padding: 0 24px;
}
.para .para__in .eyebrow {
  color: #b8bcc2;
}
.para .para__in h2 {
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  line-height: 1.08;
  margin: 14px 0 6px;
}
.para .para__in p {
  color: #cfcdc8;
  max-width: 46ch;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .para .para__in p {
    font-size: 3.6vw;
  }
}

/* ============ map mock（STOREプレビュー） ============ */
.map-mock {
  height: 300px;
  border: 1px solid rgba(184, 188, 194, 0.32);
  border-radius: 6px;
  background: repeating-linear-gradient(45deg, #161616, #161616 14px, #191919 14px, #191919 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9a988f;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  padding: 0 1rem;
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
  min-height: 300px;
  border: 0;
}

/* ============ スクロール reveal ============ */
.reveal-up {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.8s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal-up.in {
  opacity: 1;
  transform: none;
}

.sec-head .u {
  transition: width 0.7s ease 0.15s;
}

.reveal-up .u {
  width: 0;
}

.reveal-up.in .u {
  width: 56px;
}

/* グリッド / カード stagger */
/* ※ .grid は CSS columns（multicol）。multicol の子に transform を掛けると
   一部ブラウザで描画されず消えるため、.grid .it は opacity のみでフェードさせる。 */
.grid .it {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.cards .card,
.srow,
.scards .scard {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.grid.in .it {
  opacity: 1;
}

.cards.in .card,
.srow.in,
.scards.in .scard {
  opacity: 1;
  transform: none;
}

.scards.in .scard:nth-child(2) {
  transition-delay: 0.12s;
}

.scards.in .scard:nth-child(3) {
  transition-delay: 0.24s;
}

.scards.in .scard:nth-child(4) {
  transition-delay: 0.36s;
}

.cards.in .card:nth-child(2) {
  transition-delay: 0.12s;
}

.cards.in .card:nth-child(3) {
  transition-delay: 0.24s;
}

.grid.in .it:nth-child(2) {
  transition-delay: 0.08s;
}

.grid.in .it:nth-child(3) {
  transition-delay: 0.16s;
}

.grid.in .it:nth-child(4) {
  transition-delay: 0.24s;
}

.grid.in .it:nth-child(5) {
  transition-delay: 0.32s;
}

.grid.in .it:nth-child(6) {
  transition-delay: 0.4s;
}

/* インスタ stagger */
.ig__grid .ig__cell {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.6s, transform 0.6s;
}

.ig.in .ig__cell {
  opacity: 1;
  transform: none;
}

.ig.in .ig__cell:nth-child(2) {
  transition-delay: 0.07s;
}

.ig.in .ig__cell:nth-child(3) {
  transition-delay: 0.14s;
}

.ig.in .ig__cell:nth-child(4) {
  transition-delay: 0.21s;
}

.ig.in .ig__cell:nth-child(5) {
  transition-delay: 0.28s;
}

.ig.in .ig__cell:nth-child(6) {
  transition-delay: 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .hero .inner > *,
  .reveal-up,
  .grid .it,
  .cards .card,
  .srow,
  .scards .scard,
  .ig__grid .ig__cell {
    opacity: 1 !important;
    transform: none !important;
  }
}
#about {
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #about .about_intro, #about .about_philosophy {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
#about .about_intro {
  padding: 3rem 0 4rem;
}
#about .about_intro .split__pic img {
  height: 520px;
}
@media screen and (max-width: 768px) {
  #about .about_intro .split__pic img {
    height: 70vw;
  }
}
#about .about_intro .split__txt h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #about .about_intro .split__txt h2 {
    font-size: 7vw;
  }
}
#about .about_intro .split__txt .muted {
  margin-top: 16px;
}
#about .about_philosophy {
  padding: 4rem 0 1rem;
}

/* 基本カード（VISION / HAND WORK / AREA） */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }
}
.cards .card {
  position: relative;
  border: 1px solid rgba(184, 188, 194, 0.32);
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(180deg, #1d1d1d, #161616);
  transition: 0.3s;
}
.cards .card .ph {
  height: 300px;
  overflow: hidden;
}
.cards .card .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
  transition: 0.5s;
}
.cards .card:hover .ph img {
  transform: scale(1.08);
  filter: grayscale(0);
}
.cards .card .bd {
  padding: 22px 22px 26px;
}
.cards .card .no {
  font-family: "Oswald", sans-serif;
  font-size: 0.7rem;
  color: #d4202a;
  letter-spacing: 0.2em;
}
.cards .card h3 {
  font-family: "Cinzel", serif;
  font-size: 1.15rem;
  margin: 6px 0 8px;
  color: #b8bcc2;
}
@media screen and (max-width: 768px) {
  .cards .card h3 {
    font-size: 4.6vw;
  }
}
.cards .card .jp {
  font-size: 0.86rem;
  color: #9a988f;
}
@media screen and (max-width: 768px) {
  .cards .card .jp {
    font-size: 3.6vw;
  }
}

#works {
  padding-bottom: 5rem;
}
#works .works_text {
  max-width: 60ch;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 768px) {
  #works .works_text .muted {
    font-size: 3.6vw;
  }
}
#works .filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
#works .filters .chip {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 7px 16px;
  border: 1px solid rgba(184, 188, 194, 0.32);
  border-radius: 20px;
  color: #9a988f;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #works .filters .chip {
    font-size: 3vw;
    padding: 1.6vw 4vw;
  }
}
#works .filters .chip.on, #works .filters .chip:hover {
  background: #d4202a;
  color: #fff;
  border-color: #d4202a;
}
#works .navigation {
  margin-top: 3rem;
  text-align: center;
}
#works .navigation .wp-pagenavi {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
#works .navigation .wp-pagenavi a, #works .navigation .wp-pagenavi span {
  font-family: "Oswald", sans-serif;
  color: #b8bcc2;
  border: 1px solid rgba(184, 188, 194, 0.32);
  padding: 8px 14px;
  text-decoration: none;
  transition: 0.2s;
}
#works .navigation .wp-pagenavi a:hover, #works .navigation .wp-pagenavi span.current {
  background: #d4202a;
  color: #fff;
  border-color: #d4202a;
}

/* ===== 施工事例 単体ページ ===== */
#single_works {
  padding-bottom: 5rem;
}
#single_works .single_works {
  max-width: 900px;
}
#single_works .single_works .single_works__head {
  margin-bottom: 24px;
}
#single_works .single_works .single_works__head .single_works__cat {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
#single_works .single_works .single_works__head .single_works__cat .chip {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 6px 14px;
  border-radius: 20px;
  background: #d4202a;
  color: #fff;
}
#single_works .single_works .single_works__head .single_works__title {
  font-family: "Cinzel", serif;
  font-size: 2rem;
  color: #b8bcc2;
}
@media screen and (max-width: 768px) {
  #single_works .single_works .single_works__head .single_works__title {
    font-size: 6.5vw;
  }
}
#single_works .single_works .single_works__pic {
  margin-bottom: 28px;
}
#single_works .single_works .single_works__pic img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(184, 188, 194, 0.32);
}
#single_works .single_works .single_works__body {
  color: #e8e6e1;
  line-height: 1.95;
  margin-bottom: 36px;
}
#single_works .single_works .single_works__body p {
  margin-bottom: 1.2rem;
}
#single_works .single_works .single_works__body img {
  border-radius: 6px;
  margin: 1rem 0;
}
#single_works .single_works .single_works__nav {
  text-align: center;
}

/* ===== 拡大モーダル ===== */
#modal-container {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#modal-container .modal-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#modal-container img {
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
}
#modal-container .close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
}
#modal-container .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #fff;
}
#modal-container .close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
#modal-container .close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

img.popup {
  cursor: pointer;
}

#service {
  padding-bottom: 5rem;
}
#service .service_text {
  max-width: 60ch;
  margin: 2rem 0 1rem;
}
@media screen and (max-width: 768px) {
  #service .service_text .muted {
    font-size: 3.6vw;
  }
}
#service .service_contents .srow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 46px 0;
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 0;
  }
}
#service .service_contents .srow:nth-child(even) .pic {
  order: 2;
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow:nth-child(even) .pic {
    order: 0;
  }
}
#service .service_contents .srow .pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(184, 188, 194, 0.32);
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow .pic img {
    height: 56vw;
  }
}
#service .service_contents .srow .bd .num {
  font-family: "Oswald", sans-serif;
  color: #d4202a;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow .bd .num {
    font-size: 3.4vw;
  }
}
#service .service_contents .srow .bd h3 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: #b8bcc2;
  margin: 8px 0 12px;
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow .bd h3 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service_contents .srow .bd .muted {
    font-size: 3.6vw;
  }
}

#company {
  padding-bottom: 5rem;
}
#company .company_split {
  align-items: flex-start !important;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #company .company_split {
    gap: 30px;
  }
}
#company .company_contents .lower_headline {
  margin-bottom: 1.5rem;
}
#company .company_contents .info-table {
  width: 100%;
  border-collapse: collapse;
}
#company .company_contents .info-table th, #company .company_contents .info-table td {
  text-align: left;
  padding: 16px 12px;
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #company .company_contents .info-table th, #company .company_contents .info-table td {
    padding: 3.5vw 2vw;
  }
}
#company .company_contents .info-table th {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.12em;
  color: #b8bcc2;
  font-weight: 500;
  width: 150px;
  font-size: 0.84rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #company .company_contents .info-table th {
    width: 30vw;
    font-size: 3.2vw;
  }
}
#company .company_contents .info-table td {
  color: #e8e6e1;
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  #company .company_contents .info-table td {
    font-size: 3.6vw;
  }
}
#company .company_map .map-mock {
  height: 420px;
}
@media screen and (max-width: 768px) {
  #company .company_map .map-mock {
    height: 60vw;
  }
}
#company .company_map .map iframe {
  min-height: 420px;
  border-radius: 6px;
}

#recruit {
  margin-bottom: 5rem;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 90%;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  color: #e8e6e1;
  background-color: #161616;
  padding: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  color: #e8e6e1;
  font-size: 1.8vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h2 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #e8e6e1;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  padding: 1.5vw;
  color: #e8e6e1;
  border-bottom: 1px solid #e8e6e1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#recruit .recruit_btn {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #0c0c0c;
  background-color: #b8bcc2;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #fff;
  background-color: #d4202a;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  color: #0c0c0c;
  background-color: #b8bcc2;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  color: #fff;
  background-color: #d4202a;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents h4 {
  color: #e8e6e1;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  color: #e8e6e1;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #e8e6e1;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #e8e6e1;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
  color: #e8e6e1;
}
.navigation a {
  border: none;
  color: #e8e6e1;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  color: #e8e6e1;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  color: #e8e6e1;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  color: #e8e6e1;
  border-bottom: 1px solid #e8e6e1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact {
  padding-bottom: 5rem;
}
#contact .contact .contact_text {
  max-width: 60ch;
  margin: 1rem auto 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text .muted {
    font-size: 3.6vw;
  }
}
#contact .contact .form {
  width: 100%;
}
#contact .contact .form .wpcf7 {
  background-color: #161616;
  border: 1px solid rgba(184, 188, 194, 0.32);
  padding: 3.5rem;
  border-radius: 10px;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 2.5rem 1.4rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 1.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #b8bcc2;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #d4202a;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 75%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  color: #fff;
  padding: 2px 7px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 75%;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 input[type=text], #contact .contact .form .wpcf7 input[type=url], #contact .contact .form .wpcf7 input[type=email], #contact .contact .form .wpcf7 input[type=tel], #contact .contact .form .wpcf7 select, #contact .contact .form .wpcf7 textarea {
  width: 100%;
  margin-top: 0.8rem;
  padding: 13px 14px;
  background-color: #1d1d1d;
  border: 1px solid rgba(184, 188, 194, 0.32);
  border-radius: 4px;
  color: #e8e6e1;
  font-family: inherit;
  font-size: 0.95rem;
}
#contact .contact .form .wpcf7 input[type=text]:focus, #contact .contact .form .wpcf7 input[type=url]:focus, #contact .contact .form .wpcf7 input[type=email]:focus, #contact .contact .form .wpcf7 input[type=tel]:focus, #contact .contact .form .wpcf7 select:focus, #contact .contact .form .wpcf7 textarea:focus {
  outline: none;
  border-color: #d4202a;
}
#contact .contact .form .wpcf7 textarea {
  height: 220px;
  resize: vertical;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #d4202a;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  display: block;
  margin: 1rem auto 0;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 4px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  background-color: #a8161e;
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 105%;
  text-align: center;
  padding: 1rem;
  color: #e8e6e1;
  margin-top: 1.5rem;
}
#contact .contact .form .wpcf7 .wpcf7-not-valid-tip {
  color: #d4202a;
  font-size: 80%;
}
#contact .contact .form .thanks {
  text-align: center;
  color: #e8e6e1;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
  }
}

.policy_contents {
  max-width: 860px;
  margin: auto;
  padding: 1rem 26px 5rem;
}
@media screen and (max-width: 768px) {
  .policy_contents {
    padding: 1rem 5vw 4rem;
  }
}
.policy_contents h2 {
  font-family: "Cinzel", serif;
  color: #b8bcc2;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 4.6vw;
  }
}
.policy_contents h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 3px;
  height: 1em;
  background: #d4202a;
}
.policy_contents p {
  color: #9a988f;
  margin-bottom: 2.5rem;
  font-size: 0.95rem;
}
@media screen and (max-width: 768px) {
  .policy_contents p {
    font-size: 3.6vw;
  }
}

footer.ft {
  border-top: 1px solid rgba(184, 188, 194, 0.32);
}
@media screen and (max-width: 768px) {
  footer.ft {
    height: auto;
  }
}

/* ===== Instagram 風プロフィール ===== */
.ig {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 26px;
  background: linear-gradient(180deg, #161616, #0c0c0c);
  border-bottom: 1px solid rgba(184, 188, 194, 0.32);
}
@media screen and (max-width: 768px) {
  .ig {
    padding: 26px 5vw;
  }
}
.ig .ig__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .ig .ig__head {
    gap: 14px;
  }
}
.ig .ig__meta {
  max-width: 480px;
}
.ig .ig__avatar {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .ig .ig__avatar {
    width: 60px;
    height: 60px;
  }
}
.ig .ig__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0c0c0c;
  background: #0c0c0c;
}
.ig .ig__meta {
  flex: 1;
  min-width: 0;
}
.ig .ig__top {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ig .ig__user {
  font-family: "Oswald", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #e8e6e1;
}
.ig .ig__follow {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  background: #0095f6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 7px 18px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.ig .ig__follow:hover {
  background: #1aa3ff;
}
.ig .ig__stats {
  display: flex;
  gap: 26px;
  margin-top: 10px;
  font-size: 0.82rem;
  color: #9a988f;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .ig .ig__stats {
    gap: 14px;
    font-size: 3vw;
  }
}
.ig .ig__stats b {
  color: #e8e6e1;
  font-weight: 600;
}
.ig .ig__bio {
  margin-top: 8px;
  font-size: 0.84rem;
  color: #9a988f;
}
@media screen and (max-width: 768px) {
  .ig .ig__bio {
    font-size: 3.4vw;
  }
}

/* ===== CONTACT 帯 ===== */
#footer_contact {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #161616;
  text-align: center;
  padding: 56px 26px;
}
@media screen and (max-width: 768px) {
  #footer_contact {
    padding: 44px 5vw;
  }
}
#footer_contact::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.78));
  z-index: 1;
}
#footer_contact .footer_contact_contents {
  position: relative;
  z-index: 10;
}
#footer_contact .footer_contact_contents .eyebrow {
  display: block;
}
#footer_contact .footer_contact_contents .headline {
  margin: 8px 0 4px;
}
#footer_contact .footer_contact_contents .headline h2 {
  font-family: "Cinzel", serif;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .headline h2 {
    font-size: 8vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 22px 0 18px;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents .text {
  color: #e8e6e1;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .text {
    font-size: 3.4vw;
  }
}

/* ===== フッターメニュー ===== */
.ft-menu {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 26px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  text-transform: uppercase;
  background: #0c0c0c;
}
@media screen and (max-width: 768px) {
  .ft-menu {
    gap: 14px 20px;
    padding: 28px 6vw;
  }
}
.ft-menu a {
  color: #9a988f;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .ft-menu a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .ft-menu a {
    font-size: 3.4vw;
  }
}
.ft-menu a:hover {
  color: #e8e6e1;
}

/* ===== コピーライト ===== */
.copy {
  text-align: center;
  padding: 22px;
  color: #8a8e94;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.18em;
  font-size: 0.66rem;
  border-top: 1px solid rgba(184, 188, 194, 0.32);
  background: #0c0c0c;
}
@media screen and (max-width: 768px) {
  .copy {
    font-size: 2.6vw;
  }
}
.copy p {
  color: #8a8e94;
  font-size: inherit;
}
