@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Patua+One&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*mediaquery-1*/
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  content: "";
  clear: both;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.hidetext {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*fontサイズ指定*/
:root {
  --fz-base: clamp(1.4rem, 1.267rem + 0.28vw, 1.6rem); /* Base */
  --fz-heading: clamp(6rem, 2rem + 8.33vw, 12rem); /* lg */
  --fz-heading01: clamp(4rem, 1.228rem + 5.64vw, 8rem); /* H1 */
  --fz-heading02: clamp(2.6rem, 0.867rem + 3.61vw, 5.2rem); /* H2 */
  --fz-1: clamp(2.2rem, 1.2rem + 2.5vw, 4.2rem); /* H3 */
  --fz-2: clamp(2.1rem, 1.233rem + 1.81vw, 3.4rem); /* H4 */
  --fz-3: clamp(1.9rem, 1.3rem + 1.25vw, 2.8rem); /* H5 */
  --fz-4: clamp(1.7rem, 1.367rem + 0.69vw, 2.2rem); /* H6 / Lead */
  --fz-5: clamp(1.5rem, 1.233rem + 0.56vw, 1.9rem); /* Subtext */
  --fz-6: clamp(1.4rem, 1.2rem + 0.42vw, 1.7rem); /* Notes */
}

/*
	include style
===================================================*/
.ellipsis {
  width: 100%;
}

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

html {
  font-size: 62.5%;
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: transparent;
  font-size: 1.6rem;
  position: relative;
  color: #231815;
  font-family: "MFW-PA1GothicStdN-Regular";
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  background-color: transparent;
  transition: 0.2s;
}
a:hover {
  color: #231815;
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wp-block-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*
	layout style
===================================================*/
@media screen and (max-width: 640px) {
  br.brpc {
    display: none;
  }
}

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

br.brsp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.brsp {
    display: block;
  }
}

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

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

.spblock {
  display: none;
}
@media screen and (max-width: 640px) {
  .spblock {
    display: block;
  }
}

#wraper {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

/*********************************
トップ全面
下層用のノイズ背景（コンテンツの下）
下層：色はこの要素にだけ塗る（不透明のまま）

*********************************/
/* === トップ：全面オーバーレイ === */
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 999; /* ヘッダーやモーダルより上にしたいなら適宜調整 */
  pointer-events: none;
  /* ノイズの描画は疑似要素で。背景色には影響させない */
}

.noise-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150">  <filter id="n">    <feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="8" stitchTiles="stitch"/>  </filter>  <rect width="100%" height="100%" filter="url(%23n)" opacity="0.12"/></svg>');
  background-size: 400px 400px;
  animation: moveNoise 1s steps(8) infinite;
  will-change: background-position;
}

/* === 下層：背景に敷く（不透明なベースカラー） === */
.noise-bg {
  position: fixed;
  inset: 0;
  z-index: 0; /* コンテンツの下 */
  pointer-events: none;
  background-color: #dde4de; /* ベース色は不透明のまま */
}

/* 下層のノイズは薄さだけ個別調整したいなら疑似要素に分離 */
.noise-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="150" height="150">  <filter id="n">    <feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="8" stitchTiles="stitch"/>  </filter>  <rect width="100%" height="100%" filter="url(%23n)" opacity="0.10"/></svg>');
  background-size: 400px 400px;
  animation: moveNoise 1.1s steps(8) infinite; /* ほんの少しゆっくりでも可 */
  will-change: background-position;
}

/* === 共通：アニメ定義は1つだけ === */
@keyframes moveNoise {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300px 300px;
  }
}
/* 動きを控える設定に配慮 */
@media (prefers-reduced-motion: reduce) {
  .noise-overlay::before,
  .noise-bg::before {
    animation: none;
  }
}
/*********************************

inner

*********************************/
.max_inner {
  width: min(100% - 200px, 1920px);
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 100px);
}

.inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 10rem;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding-inline: 1.5rem;
  }
}

.min_inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 10rem;
}
@media screen and (max-width: 768px) {
  .min_inner {
    max-width: 100%;
    width: 100%;
    padding-inline: 1.5rem;
  }
}

/*見出し*/
.heading01 .title-img {
  display: block;
  width: 100%;
  height: auto;
}
.heading01 .title-ja {
  display: inline-block;
  font-size: var(--fz-1);
  color: #231815;
  margin-top: 0.5em;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.08em;
}
.heading01 .title-ja.wh {
  color: #ffffff;
}

.heading02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .heading02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
  }
}
.heading02 .title-img {
  display: block;
  height: 5vw;
  width: auto;
}
@media screen and (max-width: 768px) {
  .heading02 .title-img {
    width: 60%;
    height: auto;
  }
}
.heading02 .title-ja {
  display: inline-block;
  font-size: var(--fz-1);
  color: #231815;
  margin-top: 0.5em;
  font-family: "Shippori Mincho", serif;
}
.heading02 .title-ja.wh {
  color: #ffffff;
}

.more-btn {
  display: inline-block;
  border-radius: 100vw;
  padding: 0.2em 4em;
  font-size: var(--fz-4);
  font-family: "MFW-PA1GothicStdN-Medium";
  color: #ffffff;
  padding: 0.7em 4em;
  text-align: center;
  line-height: 1;
  border: 1px solid #ffffff;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: 0.6s, transform 0.3s ease, box-shadow 0.3s ease;
}
.more-btn a {
  text-decoration: none;
}
.more-btn.wh {
  background-color: #ffffff;
  color: #231815;
}
.more-btn.wh a {
  color: #231815;
}
.more-btn.red {
  background-color: #db3a15;
  color: #ffffff;
}
.more-btn.red a {
  color: #ffffff;
}
.more-btn:hover {
  opacity: 1;
  background-color: #db3a15;
  color: #ffffff;
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/*reCAPTCHAバッチ位置調整*/
.grecaptcha-badge {
  bottom: 80px !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.red {
  color: #db3a15;
}

/*
	Parts style
===================================================*/
/* wp-pagenavi

一覧ページ

*/
.wp-pagenavi {
  clear: both;
  margin: 10% auto 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000;
  border: 1px solid #000;
  padding: 8px 15px !important;
  margin: 5px 2px;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-weight: bold;
}

/* 
page_navigation

詳細ページ

*/
.page_navigation {
  width: 100%;
  margin: 4% auto;
  text-align: center;
}
.page_navigation nav {
  margin: 50px auto;
  padding: 30px 0;
  border-top: solid #000 1px;
}
.page_navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.page_navigation .nav-links .nav-previous,
.page_navigation .nav-links .nav-next {
  width: 40%;
  text-align: center;
}
.page_navigation .nav-links .nav-previous span,
.page_navigation .nav-links .nav-next span {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.page_navigation .nav-links a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a {
    font-size: 1.3rem;
  }
}
.page_navigation .nav-links a i {
  font-size: 2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page_navigation .nav-links a i {
    font-size: 1.3rem;
  }
}
.page_navigation .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*********************************

パンくずリスト

*********************************/
.breadcrumb {
  margin: 20px 0;
}
.breadcrumb ul {
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-weight: bold;
}
.breadcrumb li a {
  color: #231815;
  font-weight: normal;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

/*********************************

loading

*********************************/
:root {
  --brand-red: #db3a15;
  --t-red: 1.05s; /* 赤スライドの時間 */
  --t-gap: 0.15s; /* ロゴまでの間 */
  --t-logo: 0.6s; /* ロゴ浮上 */
  --t-hold: 0.45s; /* 余韻(ロゴを少し見せる) */
  --t-fade: 0.6s; /* 全体フェード */
}

/* 画面を覆う白背景のオーバーレイ */
.loading {
  position: fixed;
  inset: 0;
  background: #fff; /* ← 白い背景 */
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: opacity var(--t-fade) ease;
}

.loading.is-hide {
  opacity: 0;
}

/* 赤い幕：最初は左の外から */
.loading__red {
  position: fixed;
  inset: 0;
  background: var(--brand-red);
  transform: translateX(-110%);
  will-change: transform;
  z-index: 2; /* ロゴより前面で先に通過 */
}

/* ロゴ：最初は透明（白背景の上で出現） */
.loading__logo {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  will-change: transform, opacity;
}

/* 発火時アニメ（CSSだけで制御） */
.loading.is-active .loading__red {
  animation: loader-red var(--t-red) cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.loading.is-active .loading__logo {
  animation: loader-logo var(--t-logo) ease forwards;
  animation-delay: calc(var(--t-red) + var(--t-gap));
}

/* キーフレーム */
@keyframes loader-red {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes loader-logo {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 動きが苦手な人向け：即時表示＆即終了 */
@media (prefers-reduced-motion: reduce) {
  .loading.is-active .loading__red,
  .loading.is-active .loading__logo {
    animation: none !important;
  }
  .loading {
    opacity: 0 !important;
  }
}
/*********************************

loop_text

*********************************/
/*ループテキスト*/
.loop-txt__wrap {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 180px;
  overflow: hidden;
  line-height: 1;
}
.loop-txt__wrap.intro-loop-txt {
  margin-top: -5%;
  position: relative;
  z-index: 1;
}

.loop-txt__wrap div {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 150px;
  overflow: hidden;
}

.loop-txt__wrap div:nth-child(odd) {
  animation: loop-txt1 50s -25s linear infinite;
}

.loop-txt__wrap div:nth-child(even) {
  animation: loop-txt2 50s linear infinite;
}

@keyframes loop-txt1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-txt2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*********************************

swiper

*********************************/
/*途切れなくループ*/
.swiper-container_gallery .swiper-wrapper,
.gallery-top .swiper-wrapper,
.gallery-mid .swiper-wrapper,
.gallery-bottom .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-container_gallery .swiper-wrapper img,
.gallery-top .swiper-wrapper img,
.gallery-mid .swiper-wrapper img,
.gallery-bottom .swiper-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*********************************

HEADER

*********************************/
.header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
}
.header .header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .header__left {
    width: calc(100% - 80px);
  }
}
.header .site-title {
  padding-left: 2rem;
}
.header .site-title__logo {
  width: 20rem;
}
@media screen and (max-width: 1024px) {
  .header .site-title__logo {
    width: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .header .site-title__logo {
    width: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header__gnav {
    display: none;
  }
}
.header .header__gnav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .header__gnav ul {
    gap: 1rem;
  }
}
.header .header__gnav ul li {
  list-style-type: none;
}
.header .header__gnav ul li a {
  display: inline-block;
  text-align: center;
  color: #231815;
  text-decoration: none;
  line-height: 2;
  font-family: "MFW-PA1GothicStdN-Medium";
}
@media screen and (max-width: 1024px) {
  .header .header__gnav ul li a {
    font-size: 1.3rem;
  }
}
.header .header__gnav ul li a span {
  display: block;
}
.header .header__gnav ul li a span.en {
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.header .header__gnav ul li a span.ja {
  font-size: 1.1rem;
}
.header .header__right {
  position: relative;
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .header .header__right {
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.header .header__right .sns-menu {
  position: absolute;
  top: 100px;
  right: 0;
  width: 100px;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .header .header__right .sns-menu {
    top: 70px;
    width: 50px;
    right: 15px;
  }
}
.header .header__right .sns-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
.header .header__right .sns-menu ul li a {
  border: 1px solid #ffffff;
  border-radius: 100vw;
  color: #ffffff;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 0 3px #ccc;
}
@media screen and (max-width: 1024px) {
  .header .header__right .sns-menu ul li a {
    width: 3rem;
    height: 3rem;
  }
}
.header .header__right .sns-menu ul li a i {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .header__right .sns-menu ul li a i {
    font-size: 1.6rem;
  }
}
.header .header__right .side-menu {
  position: absolute;
  top: 280px;
  right: 0;
  width: 100px;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .header .header__right .side-menu {
    display: none;
  }
}
.header .header__right .side-menu ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .header .header__right .side-menu ul {
    width: 100%;
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .header .header__right .side-menu ul li {
    width: calc(50% - 2rem);
  }
}
.header .header__right .side-menu ul li a {
  font-family: "MFW-PA1GothicStdN-Medium";
  border: 1px solid #ffffff;
  border-radius: 100vw;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 2em 0;
  width: 4rem;
  letter-spacing: 0.1em;
  box-shadow: 0 0 3px #ccc;
}
@media screen and (max-width: 1024px) {
  .header .header__right .side-menu ul li a {
    width: auto;
    padding: 0.7rem 0;
    background-color: #db3a15;
  }
}
.header .header__right .side-menu ul li a:hover {
  background-color: #db3a15;
  opacity: 1;
}
.header .header__right .side-menu ul li a .tate { /*IE*/
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .header .header__right .side-menu ul li a .tate {
    writing-mode: horizontal-tb;
    /*折り返す*/
    white-space: break-spaces;
  }
}

/*トップ以外の設定*/
body:not(.home) header .header__gnav ul li a span.en {
  color: #000;
}
body:not(.home) header .sns-menu ul li a {
  border: 1px solid #231815;
  color: #231815 !important;
  background-color: #ffffff;
}
body:not(.home) header .side-menu ul li a {
  border: 1px solid #231815;
  color: #231815 !important;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  body:not(.home) header .side-menu ul li a {
    color: #ffffff !important;
  }
}

/* header切り替え_#targetに来たら*/
.after-target .header {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(8px) saturate(140%);
          backdrop-filter: blur(8px) saturate(140%);
}
.after-target .header .header__gnav ul li a span.en {
  color: #000;
}
.after-target .header .sns-menu ul li a {
  border: 1px solid #231815;
  color: #231815;
  background-color: #ffffff;
}
.after-target .header .side-menu ul li a {
  border: 1px solid #231815;
  color: #231815;
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .after-target .header {
    background: none;
    box-shadow: none;
    -webkit-backdrop-filter: inherit;
            backdrop-filter: inherit;
  }
}
:root {
  --btn-size: 60px;
  --btn-bg: #db3a15;
  --btn-fg: #111;
  --overlay: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1024px) {
  :root {
    --btn-size: 50px;
  }
}
/* 丸ボタン */
.hamburger {
  position: fixed;
  top: 16px;
  right: 20px;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  border: none;
  background: var(--btn-bg);
  color: var(--btn-fg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    right: 15px;
  }
}

/* 三本線 */
.hamburger .bars {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.hamburger .bars i {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.hamburger .bars i:nth-child(1) {
  top: 18px;
}

.hamburger .bars i:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger .bars i:nth-child(3) {
  bottom: 18px;
}

/* is-open 時に × へ */
.hamburger.is-open .bars i:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.is-open .bars i:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open .bars i:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 暗幕 */
.nav-overlay {
  position: fixed;
  inset: 0;
  background: var(--overlay);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}

/* ナビ本体：上からスライド */
.gnav {
  position: fixed;
  inset: 0 0 auto 0;
  height: 100vh;
  height: 100dvh;
  background: #111;
  color: #fff;
  z-index: 1000;
  overflow: scroll;
  will-change: transform, opacity;
}

.gnav__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  gap: 4rem;
}

.gnav__home {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4rem;
  left: 4rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .gnav__home {
    top: 2rem;
    left: 2rem;
  }
}
.gnav__home a {
  display: inline-block;
  text-decoration: none;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .gnav__home a {
    width: 16rem;
  }
}

/* リストの並びはお好みで */
.gnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2vw, 4rem);
}

.gnav__list li {
  position: relative;
}

.gnav__list a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-family: "MFW-PA1GothicStdN-Bold";
  text-decoration: none;
  line-height: 1.2;
  padding: 0.1em 0; /* 帯の上下の余白調整 */
  transition: color 0.25s ease;
  line-height: 1;
}

/* 赤帯（デフォ非表示：scaleX(0)） */
.gnav__list a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.12em; /* 文字の少し下に置く（被せたいなら 0 に） */
  height: 100%; /* 帯の厚み */
  background: #db3a15; /* ブランド赤 */
  z-index: -1; /* 文字の下に回す */
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 0.15em; /* 帯の角を少し丸く */
}

/* ホバーで帯が伸びる */
.gnav__list a:hover::after {
  transform: scaleX(1);
}

/* 現在地（li.is-current > a）と、aria-current="page" の両対応 */
.gnav__list li.is-current > a::after,
.gnav__list a[aria-current=page]::after {
  transform: scaleX(1);
}

/* EN/JAの縦並び */
.gnav__list a .en {
  display: block;
  font-weight: 800;
  font-size: clamp(2.2rem, 3.6vw, 6rem);
  letter-spacing: 0.03em;
}

.gnav__list a .ja {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  opacity: 0.85;
  margin-top: 0.5em;
  font-family: "MFW-PA1GothicStdN-Regular";
}

/* スクロール固定 */
body.nav-lock {
  overflow: hidden;
}

/*gmap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gmap {
    padding-bottom: 56.25%;
  }
}

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

/* ベース */
:root {
  --vh: 100svh;
}

:root {
  --sticky-top: 10vh; /* カードの固定開始位置 */
  --stack-gap: 6vh; /* 紙芝居の重なり量（上下の間隔） */
}

/*********************************

top-page

*********************************/
#top-page {
  /* セクション基本 */
  /* --------------------------
   intro
  --------------------------- */
  /* --------------------------
   service
  --------------------------- */
  /* --------------------------
   members
  --------------------------- */
  /* --------------------------
   news
  --------------------------- */
  /* --------------------------
   products
  --------------------------- */
  /* セクション全体を安定化 */
  /* ホバー演出：白のラインが左→右にスライド */
  /* 窓のラッパー：clip-pathで四角を広げる */
  /* 画像をしっかりフィット */
  /* ボタンは後で出す */
  /* 窓ラッパー：四角い窓が広がる */
  /* Projects ボタンは演出の最後で出すので最初は非表示 */
  /*スライドギャラリー*/
  /* --------------------------
   base
  --------------------------- */
  /* --------------------------
   event
  --------------------------- */
  /*swiper-container__headline*/
  /* subgrid の代替：Chromium/Safari向け */
  /* ===== 1024px以下：1カラム化＆全カードを横型に統一 ===== */
  /* --------------------------
   contact
  --------------------------- */
  /* --------------------------
   背景動画（固定）
  --------------------------- */
  /* ===== 背景動画（固定） ===== */
  /* ===== 紙芝居スタック ===== */
  /* スタック全体。pin中のスクロール距離をJSで増やすので高さは自動でOK */
  /* 各スライドは重ねる（後ろの要素ほど上に来る） */
  /*BRANDING*/
  /*CREATIVE*/
  /*LOCAL INNOVATION*/
  /*MARKETING*/
  /*AI SOLUTION*/
  /*PRODUCTION*/
}
#top-page .fv {
  position: relative;
  /*スクロールダウン*/
}
#top-page .fv .fv-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 70%;
}
#top-page .fv .fv-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
#top-page .fv .scroll_down {
  transition: opacity 0.35s ease, transform 0.35s ease;
  opacity: 1;
  transform: translateY(0);
  position: absolute;
  bottom: 10%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
}
#top-page .fv .scroll_down.is-hidden {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}
#top-page .fv .scroll_down a {
  position: absolute;
  left: -15px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: "MFW-PA1GothicStdN-Medium";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  width: 30px;
  height: 30px;
  text-decoration: none;
}
#top-page .fv .scroll_down .text {
  display: block;
  margin-top: 70px;
  margin-left: -7px;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #top-page .fv .scroll_down .text {
    margin-left: -14px;
    font-size: 12px;
  }
}
#top-page .fv .scroll_down .arrow {
  position: absolute;
  width: 48px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
@media screen and (max-width: 768px) {
  #top-page .fv .scroll_down .arrow {
    width: 28px;
  }
}
#top-page .fv .scroll_down .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}
#top-page .fv .scroll_down .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
#top-page .fv .scroll_down .arrow:before, #top-page .fv .scroll_down .arrow:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}
#top-page .fv .scroll_down .arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
#top-page .fv .scroll_down .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
#top-page .section {
  min-height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#top-page .top-contentesBg {
  background-color: #dde4de;
}
#top-page .intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 5vw;
}
#top-page .intro .overlay {
  position: absolute;
  inset: 0;
  /* 上だけ黒→下へ透明（自然なぼかし） */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.7) 70%);
  opacity: 0; /* 初期は非表示 */
  pointer-events: none;
  z-index: 0;
}
#top-page .intro .char {
  display: inline-block;
  will-change: transform, opacity;
}
#top-page .intro .intro__read {
  position: relative;
  margin-bottom: 0.5em;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1.2;
}
#top-page .intro .intro__read--ttl {
  width: 50vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 640px) {
  #top-page .intro .intro__read--ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
#top-page .intro .intro__read--txt {
  font-size: 5vw;
  font-weight: normal;
  color: #ffffff;
  font-weight: bold;
  /* 黒帯は親に。テキストは子で後出し */
  /* 黒帯の“中身の文字”は最初は非表示 → 帯の後で出す */
}
@media screen and (max-width: 640px) {
  #top-page .intro .intro__read--txt {
    font-size: 6.4vw;
  }
}
#top-page .intro .intro__read--txt p {
  margin-bottom: 4rem;
}
#top-page .intro .intro__read--txt .read-center {
  font-size: var(--fz-3);
  font-family: "Shippori Mincho", serif;
  color: #231815;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  #top-page .intro .intro__read--txt .read-center {
    font-size: 1.6rem;
  }
}
#top-page .intro .intro__read--txt .read-center p {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  line-height: 1.75;
}
#top-page .intro .intro__read--txt .read-center p .highlight::after {
  content: "";
  display: block;
  height: 1em; /* 下の余白として機能 */
}
#top-page .intro .intro__read--txt .read-btm {
  margin-top: 1em;
}
#top-page .intro .intro__read--txt .sweep-word,
#top-page .intro .intro__read--txt .flip-word {
  background: none; /* ← background-colorは使わない */
  position: relative;
  display: inline;
  padding: 0 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* 黒帯：左→右に伸ばす */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 100%; /* 初期ゼロ幅 */
  background-position: 0 50%;
}
#top-page .intro .intro__read--txt .sweep-inner {
  display: inline;
}
#top-page .intro .intro__read--txt .sweep-inner .char {
  opacity: 0;
  transform: translateY(2px);
}
#top-page .intro .intro__read--txt .flip-word {
  color: transparent; /* 中を透明にして… */
  -webkit-text-stroke: 1px #fff; /* 白い縁取り（Safari, Chrome対応） */
  text-stroke: 1px #fff; /* 標準プロパティ（対応ブラウザ用） */
  font-weight: 700;
  position: relative;
  display: inline-block;
}
#top-page .swiper-container_gallery .swiper-wrapper img,
#top-page .gallery-top .swiper-wrapper img,
#top-page .gallery-mid .swiper-wrapper img,
#top-page .gallery-bottom .swiper-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page .service .service__read {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#top-page .service .service__read a {
  color: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #top-page .service .service__read a {
    border: 2px solid #ffffff;
  }
}
#top-page .service .service__read .service-box {
  width: 70%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  flex-direction: column;
}
#top-page .service .service__read--ttl {
  font-size: var(--fz-heading02);
  font-family: "Patua One", serif;
  letter-spacing: 0.08em;
  font-size: 8vw;
  line-height: 1;
}
#top-page .service .service__read--ttl img {
  width: 100%;
  height: auto;
}
#top-page .service .service__read--txt {
  font-size: var(--fz-5);
}
#top-page .members {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: clip; /* はみ出しを隠す（SafariもOK） */
  background: url(../img/member_head.webp) no-repeat 110% center;
  background-size: 50%;
}
@media screen and (max-width: 768px) {
  #top-page .members {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    background: url(../img/member_head.webp) no-repeat 110% 10%;
    background-size: 70%;
    padding: 10vw 0;
  }
}
#top-page .members .members__head .heading01 .title-img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #top-page .members .members__head .heading01 .title-img {
    height: 50px;
  }
}
#top-page .members .members-read {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10%;
  width: 100%;
  padding-left: 10vw;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  #top-page .members .members-read {
    padding-left: 0;
    padding: 5%;
    gap: 2rem;
  }
}
#top-page .members .members-read__note {
  display: block;
  font-size: var(--fz-4);
  line-height: 2;
}
#top-page .news {
  padding: 10vw 0;
}
#top-page .news .news__top {
  padding: 0 0 5rem 20%;
  overflow: hidden;
  /*ボタン*/
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top {
    padding: 0 0 5rem 5%;
  }
}
#top-page .news .news__top .news__head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .news__head {
    gap: 2rem;
  }
}
#top-page .news .news__top .news__head .heading01 .title-img {
  height: 120px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .news__head .heading01 .title-img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .news__head {
    gap: 2rem;
  }
}
#top-page .news .news__top .swiper {
  overflow: visible;
}
#top-page .news .news__top .swiper-controller {
  position: relative;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .swiper-controller {
    margin-top: 0;
  }
}
#top-page .news .news__top .swiper-pagination {
  margin-left: auto;
}
#top-page .news .news__top .swiper-pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 3px;
  cursor: default;
  transition: var(--transition);
  vertical-align: top;
  border-radius: 0;
  margin: 3px;
}
#top-page .news .news__top .swiper-pagination .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #231815;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .swiper-pagination {
    display: none;
  }
}
#top-page .news .news__top .swiper-button-next,
#top-page .news .news__top .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #231815;
  border-radius: 100vw;
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .swiper-button-next,
  #top-page .news .news__top .swiper-button-prev {
    width: 4rem;
    height: 4rem;
  }
}
#top-page .news .news__top .swiper-button-next:after,
#top-page .news .news__top .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .swiper-button-next:after,
  #top-page .news .news__top .swiper-button-prev:after {
    width: 1rem;
    height: 1rem;
  }
}
#top-page .news .news__top .swiper-button-prev:after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
#top-page .news .news__top .swiper-button-next:after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
#top-page .news .news__top .swiper-button-prev,
#top-page .news .news__top .swiper-container-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
#top-page .news .news__top .swiper-button-next,
#top-page .news .news__top .swiper-container-rtl .swiper-button-prev {
  right: auto;
  left: 70px;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top .swiper-button-next,
  #top-page .news .news__top .swiper-container-rtl .swiper-button-prev {
    left: 55px;
  }
}
#top-page .news .news__top--box a {
  text-decoration: none;
  color: #231815;
}
#top-page .news .news__top--box a .news-thumb {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top--box a .news-thumb {
    border-radius: 12px;
  }
}
#top-page .news .news__top--box a .news-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2.3;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-page .news .news__top--box a .news-read {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top--box a .news-read {
    padding: 2rem 0;
  }
}
#top-page .news .news__top--box a .news-read .news-read__ttl {
  font-weight: bold;
  font-size: var(--fz-5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top--box a .news-read .news-read__ttl {
    padding: 0.5rem 0;
  }
}
#top-page .news .news__top--box a .news-read .news-read__date {
  display: block;
  color: #555;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top-page .news .news__top--box a .news-read .news-read__date {
    padding-bottom: 0.5rem;
  }
}
#top-page #target_products {
  position: relative;
  overflow: visible;
  background-color: #231815;
}
#top-page .products-ttl {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 3;
  width: 70%;
}
#top-page .products-ttl img {
  width: 100%;
  height: auto;
  transform: rotate(-10deg); /* 斜めに傾ける */
}
#top-page .btn-products {
  display: inline-block;
  position: relative;
  top: 20%;
  padding: 1.2em 4em;
  font-size: 1.6rem;
  color: #fff;
  background: #db3a15;
  border: 1px solid #db3a15;
  border-radius: 100vw;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.3s ease;
}
#top-page .btn-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.4s ease;
  z-index: 0;
  opacity: 1;
}
#top-page .btn-products:hover::before {
  left: 0;
}
#top-page .btn-products span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
#top-page .btn-products:hover span {
  color: #db3a15;
}
#top-page .reveal-hero {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  clip-path: inset(var(--cp, 10%) round 12px);
  position: relative;
  height: 100dvh; /* ← clampをやめて全画面に */
  overflow: hidden;
  display: grid;
  place-items: center;
  will-change: transform;
}
#top-page .reveal-hero .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ← 縦横比を維持して、はみ出しても全体をカバー */
  -o-object-position: center;
     object-position: center; /* ← 中央を基準に */
  display: block;
}
#top-page .reveal-hero .gallery-more {
  position: absolute;
  inset: 0; /* 親いっぱいのレイヤー */
  display: grid; /* グリッド化して中央寄せ */
  place-items: center;
  z-index: 10;
  /*a {
    color: $wh;
    text-decoration: none;
    background-color: $red;
    border-radius: 100vw;
    display: inline-block;
    padding: 0.2em 4em;
    font-size: var(--fz-4);
    padding: 0.7em 4em;
    text-align: center;
    line-height: 1;
    border: 1px solid #ffffff;
  }*/
}
#top-page .gallery-reveal {
  /* 最初は中心寄りの小窓（上下左右20%カット） */
  --cp: 20%;
  clip-path: inset(var(--cp) round 14px);
  will-change: clip-path;
}
#top-page #target_products .gallery-more {
  opacity: 0;
  pointer-events: none; /* 出るまでクリック不可 */
}
#top-page .products {
  position: relative;
  overflow: visible;
}
#top-page .products .gallery-section {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  /* ★ 3段グリッド */
  /* 上下グラデ */
}
#top-page .products .gallery-section .gallery-section__inner {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0;
  backface-visibility: hidden;
  position: relative;
  /* Swiperを親にフィット */
  /* スライダーの等速化（超重要） */
  /* 中段だけ上下反転（見た目の進行方向を逆にする） */
}
#top-page .products .gallery-section .gallery-section__inner .gallery-top,
#top-page .products .gallery-section .gallery-section__inner .gallery-mid,
#top-page .products .gallery-section .gallery-section__inner .gallery-bottom {
  position: relative;
  overflow: hidden;
  min-height: 0;
  line-height: 0;
}
#top-page .products .gallery-section .gallery-section__inner .gallery-top .swiper-slide,
#top-page .products .gallery-section .gallery-section__inner .gallery-mid .swiper-slide,
#top-page .products .gallery-section .gallery-section__inner .gallery-bottom .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-page .products .gallery-section .gallery-section__inner .gallery-top .swiper-slide img,
#top-page .products .gallery-section .gallery-section__inner .gallery-mid .swiper-slide img,
#top-page .products .gallery-section .gallery-section__inner .gallery-bottom .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
#top-page .products .gallery-section .gallery-section__inner .swiper-container,
#top-page .products .gallery-section .gallery-section__inner .swiper-wrapper,
#top-page .products .gallery-section .gallery-section__inner .swiper-slide {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#top-page .products .gallery-section .gallery-section__inner .gallery-top .swiper-wrapper,
#top-page .products .gallery-section .gallery-section__inner .gallery-mid .swiper-wrapper,
#top-page .products .gallery-section .gallery-section__inner .gallery-bottom .swiper-wrapper {
  transition-timing-function: linear !important;
}
#top-page .products .gallery-section .gallery-section__inner .gallery-mid {
  transform: rotate(180deg);
}
#top-page .products .gallery-section .gallery-section__inner .gallery-mid .swiper-slide,
#top-page .products .gallery-section .gallery-section__inner .gallery-mid .swiper-slide > * {
  transform: rotate(90deg);
}
#top-page .products .gallery-section::before, #top-page .products .gallery-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 22%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.9;
  transition: opacity 0.8s ease;
}
#top-page .products .gallery-section::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#top-page .products .gallery-section::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#top-page .base {
  position: relative;
  padding: 10vw 0 0;
  /* ラベル（位置は%で調整） */
  /* 拠点ごとの位置調整（ベース画像のバランスで変える） */
}
#top-page .base .base-head {
  font-family: "Shippori Mincho", serif;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  padding-left: 10%;
  position: absolute;
  top: 5%;
}
@media screen and (max-width: 768px) {
  #top-page .base .base-head {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #top-page .base .base-head .heading01 .title-img {
    height: 50px;
    width: auto;
  }
}
#top-page .base .map-wrap {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#top-page .base .map-wrap .japan-map {
  display: block;
  width: 100%;
  height: auto;
}
#top-page .base .label {
  position: absolute;
  color: #fff;
  font-weight: 800;
  font-size: clamp(1.5rem, -0.567rem + 4.31vw, 4.6rem);
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px) scale(1);
  transition: color 0.6s ease, transform 0.4s ease;
}
#top-page .base .label:hover {
  color: #333;
  transform: translateY(20px) scale(1.05);
  background-color: rgba(255, 255, 255, 0.8);
}
#top-page .base .label:hover .arrow::after {
  background-image: url(../img/map-arrow_red.svg);
}
#top-page .base .label::before {
  content: "";
  display: block;
  width: 240px;
  height: 40px;
  background-image: url(../img/bnd_bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #top-page .base .label::before {
    width: 120px;
    height: 20px;
  }
}
#top-page .base .label .arrow {
  display: block;
  margin-left: 0.4em;
  opacity: 0;
  transform: translateX(-10px);
}
#top-page .base .label .arrow::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/map-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0.3em 0 0 1em;
}
@media screen and (max-width: 768px) {
  #top-page .base .label .arrow::after {
    width: 24px;
    height: 24px;
  }
}
#top-page .base .label.hk {
  top: 6%;
  left: 50%;
}
#top-page .base .label.th {
  top: 35%;
  left: 30%;
}
#top-page .base .label.tk {
  top: 60%;
  left: 65%;
}
#top-page .base .label.hkr {
  top: 55%;
  left: 15%;
}
#top-page .base .label.ky {
  top: 80%;
  left: 25%;
}
#top-page .swiper-container__headline {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#top-page .swiper-container__headline .swiper-wrapper {
  transition-timing-function: linear !important; /* ← 動きを一定に */
}
#top-page .swiper-container__headline .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#top-page .event {
  position: relative;
  overflow: visible; /* 左右にはみ出しOK */
  z-index: 1;
  padding: 5vw 0;
  /* ===== PC：左1（縦長）＋右3（横型） ===== */
}
#top-page .event .event__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  #top-page .event .event__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}
#top-page .event .event__head .heading01 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #top-page .event .event__head .heading01 {
    width: 100%;
  }
  #top-page .event .event__head .heading01 .title-img {
    height: 50px;
    width: auto;
  }
}
#top-page .event .event-grid {
  margin: 5% auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px;
  /* 1件目（左で縦3段分） */
  /* 2〜4件（右カラムへ） */
  /* 右カラムの縦並び（2,3,4番目を1,2,3段に） */
  /* 共通パーツ */
}
#top-page .event .event-grid .event-card.is-featured {
  grid-column: 1;
  grid-row: 1/span 3;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex; /* 縦積み */
  flex-direction: column;
  gap: 20px;
}
#top-page .event .event-grid .event-card.is-featured .event-card__thumb {
  height: 100%;
  min-height: 320px;
}
#top-page .event .event-grid .event-card.is-compact {
  position: relative;
  grid-column: 2;
  background: #fff;
  border-radius: 20px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 220px 1fr; /* サムネ + 本文 */
  align-items: start;
  gap: 2rem;
  min-height: 180px;
}
@media screen and (max-width: 1024px) {
  #top-page .event .event-grid .event-card.is-compact {
    grid-template-columns: 160px 1fr; /* サムネ + 本文 */
    min-height: auto;
  }
}
#top-page .event .event-grid .event-card.is-compact .event-card__thumb {
  min-height: 140px;
}
@media screen and (max-width: 768px) {
  #top-page .event .event-grid .event-card.is-compact .event-card__thumb {
    min-height: 100px;
  }
}
#top-page .event .event-grid > .event-card:nth-child(2) {
  grid-row: 1;
}
#top-page .event .event-grid > .event-card:nth-child(3) {
  grid-row: 2;
}
#top-page .event .event-grid > .event-card:nth-child(4) {
  grid-row: 3;
}
#top-page .event .event-grid .event-card__link {
  /* subgrid 代替はグローバル指定で */
  grid-column: 1/-1;
  text-decoration: none;
  color: inherit;
}
#top-page .event .event-grid .event-card__link .event-card__body {
  background: url(../img/more.svg) no-repeat right bottom;
  background-size: 100px;
  position: relative;
  height: 100%;
}
#top-page .event .event-grid .event-card__link .event-card__thumb {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}
#top-page .event .event-grid .event-card__link .event-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
#top-page .event .event-grid .event-card__link:hover .event-card__thumb img {
  transform: scale(1.03);
}
#top-page .event .event-grid .event-card__date {
  display: block;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
#top-page .event .event-grid .event-card__title {
  line-height: 1.4;
  margin: 0 0 0.75rem;
}
#top-page .event .event-grid .event-card__more {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: inline-block;
  margin-top: auto;
  letter-spacing: 0.08em;
  /* 画像を疑似要素で入れるなら下記を活用
  &::after{
    content:"";
    display:inline-block;
    width:100px; height:20px;
    background: url(../img/more.svg) no-repeat center / contain;
    transition: transform .3s ease;
  } */
}
#top-page .event .event-grid .event-card__link {
  display: contents; /* 必要に応じて grid + inherit に変更 */
}
@media screen and (max-width: 768px) {
  #top-page .event .event-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 20px;
    /* 配置指定のリセット */
    /* 全カードを横型（thumb左・本文右）に統一 */
  }
  #top-page .event .event-grid > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  #top-page .event .event-grid .event-card,
  #top-page .event .event-grid .event-card.is-featured {
    background: #fff;
    border-radius: 20px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    gap: 16px;
  }
  #top-page .event .event-grid .event-card .event-card__thumb,
  #top-page .event .event-grid .event-card.is-featured .event-card__thumb {
    min-height: 0;
    height: 100px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
  }
  #top-page .event .event-grid .event-card .event-card__thumb img,
  #top-page .event .event-grid .event-card.is-featured .event-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #top-page .event .event-grid .event-card .event-card__body,
  #top-page .event .event-grid .event-card.is-featured .event-card__body {
    display: grid;
    gap: 0.5rem;
    align-content: start;
  }
}
#top-page .bg-circle {
  position: relative;
  padding: 10vw 0 10vw;
  overflow: visible;
  isolation: isolate;
  /* 円本体：正方形の箱を中央配置してから scale */
}
@media screen and (max-width: 1550px) {
  #top-page .bg-circle {
    padding: 10vw 0 30vw;
  }
}
#top-page .bg-circle > *:not(.bg-circle__item) {
  position: relative;
  z-index: 2;
}
#top-page .bg-circle .bg-circle__item {
  /* 直径：画面の長辺基準でデカく。必要ならここを調整 */
  --diameter: clamp(900px, 200vmax, 1340px);
  --start-scale: 0.2; /* 初期（小さく） */
  --end-scale: 1.6; /* 最終（はみ出す） */
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--diameter);
  height: var(--diameter);
  transform: translate(-50%, -50%) scale(var(--start-scale));
  transform-origin: 50% 50%;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  will-change: transform, opacity;
  /* SVGを“円”としてフィット */
  background: url("../img/bg_circle.svg") center/contain no-repeat;
  transition: transform 1.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.2s ease;
}
@media screen and (max-width: 1366px) {
  #top-page .bg-circle .bg-circle__item {
    --diameter: clamp(700px, 180vmax, 1100px);
  }
}
@media screen and (max-width: 1024px) {
  #top-page .bg-circle .bg-circle__item {
    --diameter: clamp(700px, 180vmax, 800px);
  }
}
#top-page .bg-circle .bg-circle.is-inview .bg-circle__item {
  transform: translate(-50%, -50%) scale(var(--end-scale));
  opacity: 1;
}
#top-page .contact {
  position: relative;
  overflow: visible;
  z-index: 1;
  /* 並び：PCは2列、SPは1列 */
  /* アイコン・テキスト */
  /* 親が赤い背景のとき（あなたのイメージ） */
  /* 枠色もこれに追従 */
}
#top-page .contact .contact__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}
#top-page .contact .contact__head .heading01 {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__head .heading01 {
    width: 50%;
  }
  #top-page .contact .contact__head .heading01 .title-img {
    height: 50px;
    width: auto;
  }
}
#top-page .contact .contact__btn img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top-page .contact .contact__btn img {
    width: 100px;
  }
}
#top-page .contact .cta-circles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 5% auto;
  gap: 10%;
  /* 本体：正円・1px境界線・中央揃え（可変サイズ） */
}
@media screen and (max-width: 768px) {
  #top-page .contact .cta-circles {
    gap: 5%;
  }
}
#top-page .contact .cta-circles .cta-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: clamp(240px, 32vw, 420px);
  aspect-ratio: 1/1;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.45s ease;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-page .contact .cta-circles .cta-circle {
    width: 45%;
  }
}
#top-page .contact .cta-circle__icon {
  width: clamp(72px, 12vw, 140px);
  height: auto;
  display: block;
}
#top-page .contact .cta-circle__title {
  font-size: var(--fz-3);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0;
}
#top-page .contact .cta-circle__go {
  font-size: var(--fz-5);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0.2em 0 0;
}
#top-page .contact .cta-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(60% 60% at 50% 35%, rgba(255, 255, 255, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
#top-page .contact .cta-circle:hover {
  transform: translateY(-3px) scale(1.02);
}
#top-page .contact .cta-circle:hover::after {
  opacity: 1;
}
#top-page .contact .is-on-red {
  color: #db3a15;
}
#top-page .bgvideo {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}
#top-page .bgvideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9); /* 好みで */
}
#top-page .stack {
  background: transparent;
  position: relative;
  height: 100vh; /* pin時に高さをGSAPが固定 */
  height: 100dvh;
  overflow: hidden;
}
#top-page .panel {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: clamp(24px, 5vw, 54px);
  will-change: transform, opacity;
  overflow: hidden;
  border-top-left-radius: 3vw;
  border-top-right-radius: 3vw;
  /* 背景動画用 */
}
#top-page .panel a {
  text-decoration: none;
}
#top-page .panel .panel__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#top-page .panel--1 {
  /*background: url(../img/branding.jpg) no-repeat center / cover;*/
}
#top-page .panel--2 {
  /*background: url(../img/creative.jpg) no-repeat center / cover;*/
}
#top-page .panel--4 {
  /*background: url(../img/production.jpg) no-repeat center / cover;*/
}
#top-page .panel--5 {
  /*background: url(../img/production.jpg) no-repeat center / cover;*/
}
#top-page .panel--6 {
  /*background: url(../img/production.jpg) no-repeat center / cover;*/
}
#top-page .panel::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

/*********************************

アニメーション設定

*********************************/
/* ===== ワイプ１ ===== */
/*右から左*/
.wipe-in__left {
  display: inline-block;
  will-change: clip-path;
  max-width: 100%;
  clip-path: inset(0 100% 0 0);
}

/*上から下*/
.wipe-in__up {
  display: block;
  max-width: 100%;
  clip-path: inset(100% 0 0 0);
}

/* ===== ワイプ２ ===== */
/* 行ごとにワイプする対象 */
.fade_in_left_step span {
  display: inline;
  background-color: #db3a15;
  color: #ffffff;
  padding: 0.5em;
  font-size: var(--fz-3);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  /* 左→右の“覗き見”マスク */
  --p: 0%; /* 0%=全隠し / 100%=全表示（GSAPで動かす） */
  -webkit-mask-image: linear-gradient(90deg, #000 0 0);
  mask-image: linear-gradient(90deg, #000 0 0);
  -webkit-mask-size: var(--p) 100%;
  mask-size: var(--p) 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left top;
  mask-position: left top;
  opacity: 0;
  transform: translateX(-6px);
  will-change: opacity, transform, -webkit-mask-size, mask-size;
}
@media screen and (max-width: 768px) {
  .fade_in_left_step span {
    font-size: 1.5rem;
    padding: 0.3em;
  }
}

/*********************************

sub-page

*********************************/
#sub-page {
  overflow: hidden;
  padding: 10vw 0;
  /* --------------------------
   page-about
  --------------------------- */
  /* --------------------------
   page-members
  --------------------------- */
  /* --------------------------
   page-service
  --------------------------- */
  /*見出し*/
}
@media screen and (max-width: 768px) {
  #sub-page {
    padding: 15vw 0;
  }
}
#sub-page .sub-page__head .head-read {
  position: relative;
  padding: 5vw 0 0;
}
#sub-page .sub-page__head .head-read--txt {
  font-size: var(--fz-heading02);
  font-family: "MFW-PA1GothicStdN-Bold";
  color: #231815;
  line-height: 1.35;
  /* 黒帯は親に。テキストは子で後出し */
  /* 黒帯の“中身の文字”は最初は非表示 → 帯の後で出す */
}
@media screen and (max-width: 768px) {
  #sub-page .sub-page__head .head-read--txt {
    font-size: 6.4vw;
  }
}
#sub-page .sub-page__head .head-read--txt .read-center {
  font-size: var(--fz-3);
  font-family: "Shippori Mincho", serif;
  color: #231815;
}
#sub-page .sub-page__head .head-read--txt .read-center p {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  line-height: 1.75;
}
#sub-page .sub-page__head .head-read--txt .read-center p .highlight::after {
  content: "";
  display: block;
  height: 1em; /* 下の余白として機能 */
}
#sub-page .sub-page__head .head-read--txt .sweep-word,
#sub-page .sub-page__head .head-read--txt .flip-word {
  background: none;
  position: relative;
  display: inline;
  padding: 0 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* 黒帯：左→右に伸ばす */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 0% 100%; /* 初期ゼロ幅 */
  background-position: 0 50%;
  /* 赤帯：左→右に伸ばす */
}
#sub-page .sub-page__head .head-read--txt .sweep-word.red-bar,
#sub-page .sub-page__head .head-read--txt .flip-word.red-bar {
  background-image: linear-gradient(#db3a15, #db3a15);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 50%;
}
#sub-page .sub-page__head .head-read--txt .sweep-inner {
  display: inline;
}
#sub-page .sub-page__head .head-read--txt .sweep-inner .char {
  opacity: 0;
  transform: translateY(2px);
}
#sub-page .sub-page__head .head-read--txt .flip-word {
  color: #ffffff;
  position: relative;
  display: inline;
}
#sub-page .sub-page__contents {
  padding: 5vw 0;
}
#sub-page.page-about {
  /* ===== about_slide ===== */
  /* ===== about__intro ===== */
  /* セクションはピン用に縦長にしておく */
  /* ===== about__list ===== */
  /* ===== about__message ===== */
  /* ===== about__seen ===== */
  /* ===== about__chart ===== */
  /* ===== about__company ===== */
}
#sub-page.page-about .swiper-about_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
  overflow: visible !important;
  margin-bottom: 10vw;
  visibility: hidden;
}
#sub-page.page-about .swiper-about_slide.is-ready {
  visibility: visible;
}
#sub-page.page-about .swiper-about_slide .swiper-wrapper {
  transition-timing-function: linear !important; /* ← 動きを一定に */
  will-change: transform;
  overflow: visible;
}
#sub-page.page-about .swiper-about_slide .swiper-wrapper .swiper-slide:nth-child(odd) {
  transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .swiper-about_slide .swiper-wrapper .swiper-slide:nth-child(odd) {
    transform: translateY(-20px);
  }
}
#sub-page.page-about .swiper-about_slide .swiper-wrapper .swiper-slide:nth-child(even) {
  transform: translateY(20px);
}
#sub-page.page-about .swiper-about_slide .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100vw;
  aspect-ratio: 6/16;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
  transform: translateZ(0); /* チラつき抑止 */
}
#sub-page.page-about #aboutIntro {
  position: relative;
  min-height: 150vh;
  overflow: visible;
}
#sub-page.page-about #aboutIntro .about__intro--img img {
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about #aboutIntro {
    min-height: auto;
  }
}
#sub-page.page-about .about__intro {
  position: relative;
  padding: 5vw 0;
}
#sub-page.page-about .about__intro .about__intro--read {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: start;
  z-index: 2;
  font-size: var(--fz-3);
  font-family: "Shippori Mincho", serif;
}
#sub-page.page-about .about__intro .about__intro--read .intro-ttl {
  display: block;
  width: 50vw;
  margin-bottom: 5vw;
}
#sub-page.page-about .about__intro .about__intro--read .intro__read--ttl {
  position: relative;
  margin-bottom: 0.5em;
  font-family: "MFW-PA1GothicStdN-Bold";
  line-height: 1.2;
}
#sub-page.page-about .about__intro .about__intro--read .intro__read--ttl--ttl {
  width: 50vw;
  margin-bottom: 5vw;
}
@media screen and (max-width: 640px) {
  #sub-page.page-about .about__intro .about__intro--read .intro__read--ttl--ttl {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__intro .about__intro--read {
    position: relative;
    font-size: 1.6rem;
  }
}
#sub-page.page-about .about__intro .about__intro--read p {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  line-height: 1.75;
  margin: 1.5em 0;
}
#sub-page.page-about .about__intro .about__intro--read p span {
  display: inline;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__intro .about__intro--read p span {
    padding: 0;
  }
}
#sub-page.page-about .about__list {
  padding-bottom: 10vw;
}
#sub-page.page-about .about__list--item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 4rem;
}
#sub-page.page-about .about__list--item h2 {
  color: #d93815;
  font-size: var(--fz-3);
  letter-spacing: 0.1em;
}
#sub-page.page-about .about__list--item h2 span {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  color: #231815;
  margin-right: 2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__list--item h2 span {
    display: block;
    margin-right: 0;
  }
}
#sub-page.page-about .about__list--item h2 span::before {
  display: inline-block;
  content: "●";
  margin-right: 0.5em;
  color: #d93815;
}
#sub-page.page-about .about__list--item .em {
  font-size: clamp(3.2rem, -1.513rem + 9.59vw, 10rem);
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 1.35;
  margin: 0.4em 0 1em;
}
#sub-page.page-about .about__list .about__list--value {
  margin: 5vw auto;
}
#sub-page.page-about .about__list .about__list--value .value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__list .about__list--value .value-grid {
    grid-template-columns: repeat(1, minmax(160px, 1fr));
    gap: 4rem 0;
  }
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card {
  list-style-type: none;
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame {
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 0 4rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame {
    padding: 0 2rem 4rem;
  }
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame .value-img {
  width: 90%;
  margin: auto;
  transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame .value-img {
    width: 100%;
    transform: translateY(-20px);
  }
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame .value-img img {
  width: 100%;
  height: auto;
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame .value-ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  text-align: center;
  color: #d93815;
  font-size: var(--fz-3);
}
#sub-page.page-about .about__list .about__list--value .value-grid .value-card .value-frame .value-read {
  line-height: 1.75;
  font-size: var(--fz-5);
  margin-top: 1em;
}
#sub-page.page-about .about__message {
  /*プロフィール*/
}
#sub-page.page-about .about__message img {
  width: 100%;
  height: auto;
}
#sub-page.page-about .about__message .message-head {
  position: relative;
  z-index: 2;
}
#sub-page.page-about .about__message .message-head .heading01 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .message-head .heading01 {
    width: 100%;
  }
}
#sub-page.page-about .about__message .message-head .title-ja {
  position: absolute;
  bottom: 5%;
  left: 45%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .message-head .title-ja {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#sub-page.page-about .about__message .message-topImg {
  transform: translateY(-5%);
  position: relative;
  z-index: 1;
}
#sub-page.page-about .about__message .about-profile {
  position: relative;
}
#sub-page.page-about .about__message .about-profile .profile-nav {
  position: relative;
  margin-top: -7%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-nav {
    margin-top: -14%;
    gap: 2rem;
  }
}
#sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 5vw, 10rem);
  justify-items: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu {
    gap: 2rem;
  }
}
#sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu li {
  list-style-type: none;
  text-align: center;
}
#sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #db3a15;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100vw;
  padding: 1rem 4em;
  list-style: 1.5;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu li a {
    width: 150px;
    height: 150px;
    padding: 0;
    justify-content: center;
  }
}
#sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu li a .name {
  font-size: var(--fz-2);
}
#sub-page.page-about .about__message .about-profile .profile-nav .profile-nav__menu li a .en img {
  display: block;
  height: 1em;
  width: auto;
}
#sub-page.page-about .about__message .about-profile .profile-card {
  margin: 10vw auto 0;
  /* セクション（プロフィール／コメント） */
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__inner {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  align-items: start;
}
@media screen and (max-width: 1240px) {
  #sub-page.page-about .about__message .about-profile .profile-card .profile-card__inner {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-card .profile-card__inner {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: left;
  }
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__img {
  margin: 0;
  display: grid;
  place-items: end center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-card .profile-card__img {
    place-items: center;
  }
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__img img {
  width: min(80%, 420px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100vw;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header {
  position: relative;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__message .about-profile .profile-card .profile-card__header {
    flex-direction: column;
    gap: 2rem;
  }
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .flex2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__role {
  letter-spacing: 0.2em;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__name-ja {
  font-size: var(--fz-1);
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__name-en {
  font-size: 12px;
  letter-spacing: 0.35em;
  display: inline-block;
  margin-left: 1.5em;
  color: #fff;
  font-size: var(--fz-5);
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__social {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__social li a {
  color: #231815;
  text-decoration: none;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-card__header .profile-card__social li a i {
  font-size: 1.5rem;
  background: #ffffff;
  border-radius: 100vw;
  padding: 0.3em;
  display: inline-block;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section {
  margin-block: 1.5rem 2rem;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section .profile-section__pill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 100vw;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section .profile-section__pill.red {
  border: 1px solid #db3a15;
  color: #db3a15;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section .profile-section__pill .profile-section__title-ja {
  font-size: var(--fz-4);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.25em;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section .profile-section__pill .profile-section__title-en img {
  display: block;
  height: 1em;
  width: auto;
}
#sub-page.page-about .about__message .about-profile .profile-card .profile-section .profile-section__body {
  padding: 1.5em 1em;
  line-height: 2;
}
#sub-page.page-about .about__seen {
  padding: 10vw 0;
}
#sub-page.page-about .about__seen .seen-head {
  position: relative;
  z-index: 2;
}
#sub-page.page-about .about__seen .seen-head .heading01 img {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__seen .seen-head .heading01 img {
    width: 100%;
  }
}
#sub-page.page-about .about__seen .about__seen--list {
  max-width: 1000px;
  margin: 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
}
#sub-page.page-about .about__seen .about__seen--list .balloon {
  padding: 5% 10%;
}
#sub-page.page-about .about__seen .about__seen--list .balloon.bg-left {
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  background: url(../img/about/balloon_left.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__seen .about__seen--list .balloon.bg-left {
    width: 100%;
  }
}
#sub-page.page-about .about__seen .about__seen--list .balloon.bg-right {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  background: url(../img/about/balloon_right.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about__seen .about__seen--list .balloon.bg-right {
    width: 100%;
  }
}
#sub-page.page-about .about__seen .about__seen--list .balloon .list-item__ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  color: #db3a15;
  font-size: var(--fz-3);
  border-bottom: 1px solid #db3a15;
  margin-bottom: 0.5em;
}
#sub-page.page-about .about__seen .about__seen--list .balloon .list-item__read {
  font-size: var(--fz-5);
}
#sub-page.page-about .about__seen .about__seen--list .balloon-bg-right {
  padding: 2rem 10rem;
  background: url(../img/about/balloon_right.webp) no-repeat center;
  background-size: 100% 100%;
}
#sub-page.page-about .about__seen .about__seen--list .balloon-bg-right .list-item {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}
#sub-page.page-about .about-chart {
  margin: 0 auto 10vw;
}
#sub-page.page-about .about-chart .chart-head {
  position: relative;
  z-index: 2;
}
#sub-page.page-about .about-chart .chart-head .heading01 {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-chart .chart-head .heading01 {
    width: 90%;
  }
}
#sub-page.page-about .about-company__inner {
  background-color: #db3a15;
  border-radius: 20px;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-company__inner {
    padding: 15% 5%;
  }
}
#sub-page.page-about .about-company .company-head {
  position: relative;
  z-index: 2;
}
#sub-page.page-about .about-company .company-head .heading01 {
  width: 65%;
}
#sub-page.page-about .about-company .company-profile table {
  width: 100%;
  margin: 5% auto 0;
}
#sub-page.page-about .about-company .company-profile table tr {
  border-bottom: 1px solid #dde4de;
}
#sub-page.page-about .about-company .company-profile table tr:last-child {
  border-bottom: none;
}
#sub-page.page-about .about-company .company-profile table tr th,
#sub-page.page-about .about-company .company-profile table tr td {
  padding: 1.5em;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-company .company-profile table tr th,
  #sub-page.page-about .about-company .company-profile table tr td {
    display: block;
    width: 100%;
    padding: 1em;
    text-align: left;
    padding: 1em 0;
  }
}
#sub-page.page-about .about-company .company-profile table tr th {
  font-family: "MFW-PA1GothicStdN-Medium";
  max-width: 300px;
  min-width: 130px;
  font-weight: normal;
  border-right: 1px solid #dde4de;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-company .company-profile table tr th {
    max-width: 100%;
    min-width: 100%;
    border-right: none;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-about .about-company .company-profile table tr td {
    padding-top: 0;
  }
}
#sub-page.page-members {
  /* ===== member-grid ===== */
}
#sub-page.page-members .sub-page__contents {
  padding: 5vw 0;
}
#sub-page.page-members .sub-page__contents img {
  width: 100%;
  height: auto;
}
#sub-page.page-members .member-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 2.5rem;
}
#sub-page.page-members .member-grid li {
  list-style-type: none;
}
@media screen and (max-width: 1240px) {
  #sub-page.page-members .member-grid {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 1024px) {
  #sub-page.page-members .member-grid {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-members .member-grid {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
#sub-page.page-members .member-grid .member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
  gap: 1rem;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-members .member-grid .member-card {
    margin: 2rem 0;
  }
}
#sub-page.page-members .member-grid .member-card .member-photo {
  width: 100%;
}
#sub-page.page-members .member-grid .member-card .member-photo img {
  border-radius: 100vw;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 10/15;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.page-members .member-grid .member-card .member-role {
  min-height: 3em;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-members .member-grid .member-card .member-role {
    min-height: auto;
  }
}
#sub-page.page-members .member-grid .member-card .member-name {
  line-height: 1.35;
}
#sub-page.page-members .member-grid .member-card .member-name .ja {
  display: block;
  font-size: 1.2em;
}
#sub-page.page-members .member-grid .member-card .member-name .en {
  color: #ffffff;
}
#sub-page.page-members .member-grid .member-card .member-social {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#sub-page.page-members .member-grid .member-card .member-social li a {
  display: block;
  color: #231815;
  text-decoration: none;
}
#sub-page.page-members .member-grid .member-card .member-social li a i {
  font-size: 1.5rem;
  background: #fff;
  border-radius: 100vw;
  padding: 0.3em;
  display: inline-block;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sub-page.page-service {
  /* ===== service-menu ===== */
  /* ===== service-list ===== */
  /* ===== service-grid ===== */
  /* ===== ２カラムレイアウト ===== */
  /* ===== branding ===== */
  /* ===== creative ===== */
  /* ===== local-innovation ===== */
}
#sub-page.page-service .sub-page__contents img {
  width: 100%;
  height: auto;
}
#sub-page.page-service .service-menu {
  margin: 5% auto;
}
#sub-page.page-service .service-menu ul li {
  list-style-type: none;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-menu ul li {
    padding: 0;
  }
}
#sub-page.page-service .service-menu ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
  color: #231815;
  font-size: clamp(2.4rem, 1.228rem + 4.64vw, 8rem);
  border-bottom: 1px solid transparent;
  padding-bottom: 1rem;
  position: relative;
  text-decoration: none;
  color: inherit;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-menu ul li a {
    opacity: 1;
  }
}
#sub-page.page-service .service-menu ul li a:hover {
  opacity: 1;
}
#sub-page.page-service .service-menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下線の位置 */
  width: 0%; /* 初期は0%（非表示） */
  height: 1px;
  background-color: #db3a15;
  transition: width 0.4s ease;
  opacity: 1;
}
#sub-page.page-service .service-menu ul li a:hover::after, #sub-page.page-service .service-menu ul li a:focus::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-menu ul li a:hover::after, #sub-page.page-service .service-menu ul li a:focus::after {
    display: none;
  }
}
#sub-page.page-service .service-menu ul li a h3 {
  color: #db3a15;
  font-family: "Patua One", serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#sub-page.page-service .service-menu ul li a h3 .ja {
  display: block;
  font-size: var(--fz-4);
  color: #231815;
  letter-spacing: 0.05em;
  font-weight: normal;
}
#sub-page.page-service .service-menu ul li a .num-icon {
  display: inline-block;
  content: "";
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-menu ul li a .num-icon {
    width: 1.6em;
    height: 1.6em;
  }
}
#sub-page.page-service .service-menu ul li a .num-icon.num01 {
  background-image: url(../img/service/num01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .num-icon.num02 {
  background-image: url(../img/service/num02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .num-icon.num03 {
  background-image: url(../img/service/num03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .num-icon.num04 {
  background-image: url(../img/service/num04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .num-icon.num05 {
  background-image: url(../img/service/num05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .num-icon.num06 {
  background-image: url(../img/service/num06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-menu ul li a .menu-index {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}
#sub-page.page-service .service-menu ul li a .menu-arrow {
  display: inline-block;
  width: 10vw;
  height: 2rem;
  background-image: url(../img/service/menu_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-menu ul li a .menu-arrow {
    display: inline-block;
    width: 100%;
    height: 1rem;
    background-image: url(../img/service/menu_arrow_on.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
#sub-page.page-service .service-list {
  margin: 10vw auto;
}
#sub-page.page-service .service-list .service-list__ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  text-align: center;
  color: #db3a15;
  font-size: var(--fz-3);
  line-height: 1.75;
  margin: 0.5em 0;
}
#sub-page.page-service .service-list .service-list__ttl .sm-txt {
  font-size: var(--fz-4);
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-list .service-list__ttl {
    margin: 20px 0;
    display: block;
    text-align: center;
  }
}
#sub-page.page-service .service-hero {
  position: relative;
  isolation: isolate;
  margin-bottom: 10vw;
  /* ピン止めされる部分 */
  /* 通常コンテンツ */
}
#sub-page.page-service .service-hero .hero-pin {
  position: relative;
  top: 5vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-pin {
    position: relative;
    top: 5vw;
    height: 10vh;
    height: auto;
    z-index: 1;
  }
}
#sub-page.page-service .service-hero .hero-media {
  position: absolute;
  overflow: hidden;
  width: 80%;
  right: 0;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-media {
    position: relative;
    width: 100%;
  }
}
#sub-page.page-service .service-hero .hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20vw;
}
@media screen and (max-width: 480px) {
  #sub-page.page-service .service-hero .hero-media img {
    aspect-ratio: 4/3;
    border-radius: 24vw;
  }
}
#sub-page.page-service .service-hero .hero-index {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  font-size: clamp(4rem, -0.852rem + 9.88vw, 11rem);
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-index {
    margin-bottom: 2rem;
  }
}
#sub-page.page-service .service-hero .hero-index .hero-index__ttl {
  color: #db3a15;
  font-family: "Patua One", serif;
  letter-spacing: 0.1em;
  line-height: 1.2;
  position: relative;
}
#sub-page.page-service .service-hero .hero-index .hero-index__ttl .ja {
  display: block;
  font-size: var(--fz-3);
  color: #231815;
  letter-spacing: 0.05em;
  font-weight: normal;
}
#sub-page.page-service .service-hero .hero-index .num-icon {
  display: inline-block;
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  padding-bottom: 3em;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num01 {
  background-image: url(../img/service/num01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num02 {
  background-image: url(../img/service/num02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num03 {
  background-image: url(../img/service/num03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num04 {
  background-image: url(../img/service/num04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num05 {
  background-image: url(../img/service/num05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-index .num-icon.num06 {
  background-image: url(../img/service/num06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#sub-page.page-service .service-hero .hero-copy {
  position: relative;
  z-index: 2;
  margin-top: -150vh;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-copy {
    padding-top: 0;
    margin-top: 0;
    height: auto;
  }
}
#sub-page.page-service .service-hero .hero-copy p {
  line-height: 1.75;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-copy p {
    line-height: 1.8;
  }
}
#sub-page.page-service .service-hero .hero-copy p span {
  display: inline;
  background-color: #db3a15;
  color: #ffffff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  padding: 0.5rem;
  font-size: var(--fz-3);
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-copy p span {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}
#sub-page.page-service .service-hero .hero-copy p.hero-copy__read {
  margin-top: 2em;
  line-height: 2.2;
}
#sub-page.page-service .service-hero .hero-copy p.hero-copy__read span {
  display: inline;
  font-family: "Shippori Mincho", serif;
  background-color: #231815;
  color: #ffffff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0;
  padding: 0.5rem;
  font-size: var(--fz-4);
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-copy p.hero-copy__read span {
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}
#sub-page.page-service .service-hero .hero-body {
  position: relative;
  z-index: 1;
  padding-top: 7vw;
}
#sub-page.page-service .service-hero .hero-body__read {
  font-family: "MFW-PA1GothicStdN-Medium";
  line-height: 2;
  font-size: var(--fz-4);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2.4rem;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-hero .hero-body__read {
    font-size: 1.4rem;
    text-align: left;
    background-color: transparent;
    padding: 5% 0;
  }
}
#sub-page.page-service .service-grid {
  list-style: none;
  margin: 5% auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 2rem;
  align-items: stretch;
  /* カプセル */
}
@media screen and (max-width: 1240px) {
  #sub-page.page-service .service-grid {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #sub-page.page-service .service-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-grid {
    grid-template-columns: 1fr;
  }
}
#sub-page.page-service .service-grid .service-pill {
  font-family: "MFW-PA1GothicStdN-Medium";
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0.5em;
  border: 2px solid #db3a15;
  border-radius: 100vw;
  text-decoration: none;
  font-weight: 800;
  color: #db3a15;
  font-size: var(--fz-6);
  line-height: 1;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #sub-page.page-service .service-grid .service-pill {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  #sub-page.page-service .service-grid .service-pill {
    border: 1px solid #db3a15;
    padding: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .service-grid .service-pill {
    padding: 0.5em;
  }
}
#sub-page.page-service .col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin: 5% 0;
}
#sub-page.page-service .col2.align-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .col2 {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 8rem 0 2rem;
  }
  #sub-page.page-service .col2 .chiru {
    margin-bottom: 8rem;
  }
}
#sub-page.page-service .col2 .col2-img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 16/8.8;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-page.page-service .col2 .col2-img img.brand-ttl {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 0;
  aspect-ratio: auto;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .col2 .col2-img img.brand-ttl {
    margin-bottom: 2rem;
  }
}
#sub-page.page-service .col2 .col2-read p {
  color: #231815;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .col2 .col2-read p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .col2 .col2-read .col2-read__btn {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-service .col2 .col2-read .more-btn {
    margin: 20px auto;
    padding: 0.7em 1em;
    min-width: 300px;
  }
}
#sub-page.page-service #branding {
  /*ブランディングアプローチ*/
}
#sub-page.page-service #branding .branding-img .branding-img__item {
  margin: 5% auto;
  padding: 5% 10%;
}
#sub-page.page-service #branding .branding-approach {
  padding: 5vw 0 0;
  /* カード */
  /* タイトルや見出し */
  /* ===== 矢印（右向き・横フロー用） ===== */
  /* PC(4列)では4の倍数の右矢印を消す（行末） */
  /* ===== タブレット（2カラム） ===== */
  /* ===== スマホ（1カラム） ===== */
}
#sub-page.page-service #branding .branding-approach .phase-flow {
  --gap: 1rem;
  --arrow: 18px;
  --bd: 1px solid $red;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC: 4カラム */
  align-items: stretch;
  gap: var(--gap);
  counter-reset: phase;
  list-style: none;
  padding: 0;
  margin: 5% auto;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #branding .branding-approach .phase-flow {
    --gap: 3rem;
  }
}
#sub-page.page-service #branding .branding-approach .phase {
  position: relative;
  border: var(--bd);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
}
#sub-page.page-service #branding .branding-approach .phase__ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  font-size: var(--fz-4);
  margin: 0 0 0.5em;
  background-color: #db3a15;
  text-align: center;
  color: #ffffff;
  border-radius: 100vw;
  padding: 0.2em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #branding .branding-approach .phase__ttl {
    padding: 0.4em;
  }
}
#sub-page.page-service #branding .branding-approach .phase__lead {
  margin: 0 0 0.75em;
  font-size: var(--fz-6);
  font-family: "MFW-PA1GothicStdN-Medium";
  color: #db3a15;
  min-height: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #branding .branding-approach .phase__lead {
    font-size: 2rem;
    min-height: auto;
  }
}
#sub-page.page-service #branding .branding-approach .phase__body {
  line-height: 1.8;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
  height: 100%;
}
#sub-page.page-service #branding .branding-approach .phase__body p {
  line-height: 1.5;
}
#sub-page.page-service #branding .branding-approach .phase__body .list-box {
  align-self: stretch;
  padding: 1.5rem 1rem;
  background: #f9f9f9;
  border-radius: 6px;
}
#sub-page.page-service #branding .branding-approach .phase__body .list-box .phase__list.list-2 {
  color: #db3a15;
}
#sub-page.page-service #branding .branding-approach .phase__body .list-box .phase__list li {
  list-style-type: none;
  font-size: 1.4rem;
  /*.phase__listの高さを合わせるため*/
}
#sub-page.page-service #branding .branding-approach .phase__body .list-box .phase__list li::before {
  display: inline-block;
  content: "●";
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #branding .branding-approach .phase__body .list-box .phase__list li.add {
    display: none;
  }
}
#sub-page.page-service #branding .branding-approach .phase__body .list-box .phase__list li.add::before {
  display: inline-block;
  content: " ";
  margin-right: 0.2em;
}
#sub-page.page-service #branding .branding-approach .phase::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-1 * var(--gap) + 4px);
  width: var(--arrow);
  height: var(--arrow);
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid #db3a15;
  border-top: 4px solid #db3a15;
  z-index: 1;
}
#sub-page.page-service #branding .branding-approach .phase-flow > .phase:nth-child(4n)::after {
  content: none;
}
@media (max-width: 1024px) {
  #sub-page.page-service #branding .branding-approach {
    /* 右矢印 */
    /* 行末（2,4,6...）の右矢印は消す */
    /* 下矢印（段落の移動を示す） */
    /* フェーズ2の下矢印だけ消す（行の切れ目） */
  }
  #sub-page.page-service #branding .branding-approach .phase-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  #sub-page.page-service #branding .branding-approach .phase::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-1 * var(--gap) + 2px);
    width: var(--arrow);
    height: var(--arrow);
    transform: translateY(-50%) rotate(45deg);
    border-right: 4px solid #db3a15;
    border-top: 4px solid #db3a15;
    z-index: 1;
  }
  #sub-page.page-service #branding .branding-approach .phase-flow > .phase:nth-child(2n)::after {
    content: none;
  }
  #sub-page.page-service #branding .branding-approach .phase-flow > .phase:nth-child(2n)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(-1 * var(--gap) + 10px);
    width: var(--arrow);
    height: var(--arrow);
    transform: translateX(-50%) rotate(135deg);
    border-right: 4px solid #db3a15;
    border-top: 4px solid #db3a15;
    z-index: 1;
  }
  #sub-page.page-service #branding .branding-approach .phase-flow > .phase:nth-child(2)::before {
    content: none;
  }
}
@media (max-width: 767px) {
  #sub-page.page-service #branding .branding-approach {
    /* 横矢印は全て無効化 */
    /* 各フェーズの下に下矢印 */
    /* フェーズ2の下矢印だけ消す（行の切れ目） */
    /* 最後（フェーズ4）のみ矢印を消す */
  }
  #sub-page.page-service #branding .branding-approach .phase-flow {
    grid-template-columns: 1fr;
  }
  #sub-page.page-service #branding .branding-approach .phase::after {
    content: none;
  }
  #sub-page.page-service #branding .branding-approach .phase::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(-1 * var(--gap) + 10px);
    width: var(--arrow);
    height: var(--arrow);
    transform: translateX(-50%) rotate(135deg);
    border-right: 4px solid #db3a15;
    border-top: 4px solid #db3a15;
    z-index: 3;
  }
  #sub-page.page-service #branding .branding-approach .phase-flow > .phase:nth-child(2)::before {
    content: "";
  }
  #sub-page.page-service #branding .branding-approach .phase-flow > .phase:last-child::before {
    content: none;
  }
}
#sub-page.page-service #creative .creative-list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
}
@media screen and (max-width: 1024px) {
  #sub-page.page-service #creative .creative-list {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #creative .creative-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 1rem;
  }
}
#sub-page.page-service #creative .creative-list .creative-list__ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  color: #db3a15;
  text-align: center;
  font-size: var(--fz-3);
  line-height: 2;
  letter-spacing: 0.08em;
}
#sub-page.page-service #creative .creative-cat {
  margin: 5% auto;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
}
@media screen and (max-width: 768px) {
  #sub-page.page-service #creative .creative-cat {
    grid-template-columns: repeat(1, minmax(120px, 1fr));
    gap: 2rem;
  }
}
#sub-page.page-service #creative .creative-cat .creative-cat__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#sub-page.page-service #creative .creative-cat .creative-cat__read {
  text-align: center;
  font-size: var(--fz-6);
}
#sub-page.page-service #local-innovation .video-contents video {
  width: 100%; /* ← 親要素いっぱいに広がる */
  max-width: 1000px; /* ← 上限サイズを決めたい時 */
  height: auto; /* ← 縦横比を維持 */
  display: block;
  margin: 0 auto; /* ← 中央寄せ */
  border-radius: 12px;
}
#sub-page h1.sub-page__ttl {
  font-family: "MFW-PA1GothicStdN-Medium";
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #sub-page h1.sub-page__ttl {
    font-size: 2rem;
  }
}

/*********************************

コンポーネント

*********************************/
.area-meta .area-meta__name {
  display: inline-block;
  border-radius: 100vw;
}
.area-meta .area-meta__name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900; /*必須*/
  color: #db3a15;
  margin-right: 0.5em;
}

/*archive__list*/
.archive__list {
  /* ホバー/フォーカス時：少し拡大して暗めに */
}
.archive__list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .archive__list ul {
    gap: 0;
  }
}
.archive__list ul li {
  width: calc(33.3333333333% - 2rem);
  padding: 1rem;
  margin-bottom: 4rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .archive__list ul li {
    width: 100%;
    padding: 0;
  }
}
.archive__list a {
  display: block;
  color: #231815;
  text-decoration: none;
}
.archive__list .zoom-dark {
  display: block;
  position: relative;
  overflow: hidden; /* はみ出し隠す */
}
.archive__list .zoom-dark img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: transform 0.6s ease, filter 0.6s ease;
  will-change: transform, filter;
}
.archive__list .zoom-dark:hover img,
.archive__list .zoom-dark:focus-visible img {
  transform: scale(1.08);
  filter: brightness(0.65) contrast(1.03);
  opacity: 1;
  overflow: hidden;
}
.archive__list .list-thumb {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive__list .list-thumb {
    border-radius: 12px;
  }
}
.archive__list .list-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__list .list-txt {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .archive__list .list-txt {
    padding: 2rem 0;
  }
}
.archive__list .list-ttl time {
  display: block;
  color: #555;
  letter-spacing: 0.1em;
}
.archive__list .list-ttl h3 {
  font-weight: bold;
  font-size: var(--fz-5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .archive__list .list-ttl h3 {
    font-size: 1.4rem;
  }
}
.archive__list .list-ttl .client {
  color: #333;
  font-weight: bold;
  padding: 1rem 0 0;
}
.archive__list .tag-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1rem;
}
.archive__list .tag-list .tag-list__item {
  color: #6e6e6e;
}

/*********************************

Contact_MWWPFORM

*********************************/
/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge {
  /*margin-bottom: 60px;*/
}

#form_page {
  margin: 5% auto;
  background: #fff;
  padding: 10% 5%;
  color: #000;
  border-radius: 12px;
}

table.form_page__table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.form_page__table {
    font-size: 1.3rem;
  }
}
table.form_page__table input,
table.form_page__table textarea {
  line-height: 1.75;
  padding: 1rem;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
table.form_page__table input[type=checkbox],
table.form_page__table input[type=radio],
table.form_page__table input[type=text].input_tel {
  width: auto;
}
table.form_page__table input[type=tel].input_zip {
  width: 6em;
}
table.form_page__table input[type=checkbox] {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: scale(1.4);
  margin-left: 1em;
}
table.form_page__table th {
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  table.form_page__table th {
    padding-bottom: 0;
    vertical-align: middle;
  }
}
table.form_page__table th,
table.form_page__table td {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  table.form_page__table th,
  table.form_page__table td {
    padding: 10px 0;
  }
}

span.equ {
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  background-color: #000;
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  span.equ {
    margin-top: 1em;
  }
}

.btn_submit_wrap {
  text-align: center;
  margin: 5% auto;
}

.btn_submit {
  cursor: pointer;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 2rem 4rem;
  border-radius: 100vw;
  margin: 0 auto;
  border: 1px solid #000;
  transition: all 0.5s;
  letter-spacing: 0.18em;
}

.btn_submit:hover {
  background: #aaaaaa;
  border: 1px solid #aaaaaa;
  color: #fff;
  opacity: 1;
}

/*戻る*/
.btn_submit_back {
  cursor: pointer;
  color: #000;
  background: #f9f9f9;
  display: inline-block;
  padding: 2rem 4rem;
  border-radius: 100vw;
  border: 1px solid #ccc;
  transition: all 0.5s;
  letter-spacing: 0.18em;
  margin-right: 1em;
}

/*エラー*/
.mw_wp_form .error {
  display: inline-block !important;
}

/*個人情報取り扱い*/
.form_page__p_area {
  text-align: center;
  /* チェックボックスを大きく */
  /* フォーカスやホバー時 */
}
@media screen and (max-width: 768px) {
  .form_page__p_area {
    font-size: 1.3rem;
  }
}
.form_page__p_area h3 {
  margin-bottom: 20px;
}
.form_page__p_area .p_btn {
  text-align: center;
  margin-top: 2em;
}
.form_page__p_area .p_btn label {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  cursor: pointer;
  line-height: 1.4;
}
.form_page__p_area .p_btn input[type=checkbox] {
  width: 24px; /* ←サイズ調整 */
  height: 24px;
  accent-color: #db3a15; /* チェック色（モダンブラウザ対応） */
  cursor: pointer;
}
.form_page__p_area .p_btn input[type=checkbox]:hover {
  outline: 2px solid rgba(204, 0, 0, 0.3);
  outline-offset: 2px;
}
.form_page__p_area .form_page__p_txt {
  padding: 30px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.75em;
  width: 100%;
  height: 200px;
  border: 2px solid #000;
  border-radius: 5px;
  overflow: auto;
  background: #fff;
}

/*********************************

single

*********************************/
#single-page {
  padding: 10% 0;
  background-color: #dde4de;
}
#single-page .single-page__head {
  padding: 5vw 0;
}
#single-page .single__head img {
  width: 100%;
  height: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-page h1.single-page__ttl {
  font-size: var(--fz-2);
  letter-spacing: 0.2em;
  font-family: "MFW-PA1GothicStdN-Medium";
}
@media screen and (max-width: 768px) {
  #single-page h1.single-page__ttl {
    padding-top: 4rem;
    padding-right: 4rem;
  }
}
#single-page time {
  display: block;
  color: #555;
  padding-top: 1.5rem;
  letter-spacing: 0.1em;
}
#single-page .summary {
  padding: 5% 0;
}
#single-page .summary .summary__client {
  color: #555;
  padding: 1rem 0;
}
#single-page .summary .summary__cat {
  padding: 2rem 0;
}
#single-page .summary .summary__cat span {
  display: inline-block;
  background-color: #231815;
  padding: 0.3em 1.5em;
  color: #ffffff;
  margin: 0 1em 0.5em 0;
}
#single-page .summary .tag-list .tag-list__item {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  color: #6e6e6e;
}
@media screen and (max-width: 768px) {
  #single-page .summary .tag-list .tag-list__item {
    margin: 0 1rem 0 0;
  }
}
#single-page .single-page__content {
  padding: 10% 5%;
  background-color: #ffffff;
}
#single-page .single-page__content .contents {
  line-height: 2.5;
  margin-top: 5%;
}
#single-page .single-page__btm {
  border-top: 1px solid #ccc;
  padding-top: 4rem;
  margin-top: 8rem;
}

.projects-cat__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .projects-cat__list {
    gap: 1rem;
    padding: 4rem 0;
  }
}
.projects-cat__list li {
  list-style-type: none;
}
.projects-cat__list li a {
  text-decoration: none;
  color: #231815;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 100vw;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.projects-cat__list li a:hover {
  background-color: #231815;
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .projects-cat__list li a {
    padding: 0.1em 1em;
  }
}
.projects-cat__list li.current a,
.projects-cat__list li.current .all {
  background-color: #231815;
  color: #ffffff;
}

/*エリア別*/
.projects-area__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 768px) {
  .projects-area__list {
    gap: 1rem;
    padding: 4rem 0;
  }
}
.projects-area__list li {
  list-style-type: none;
}
.projects-area__list li a {
  text-decoration: none;
  color: #231815;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 100vw;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.projects-area__list li a:hover {
  background-color: #231815;
  color: #ffffff;
  opacity: 1;
}
.projects-area__list li.is-current a,
.projects-area__list li.is-current .all {
  background-color: #db3a15;
  color: #ffffff;
}

/*********************************

footer

*********************************/
.footer {
  position: relative;
  background-color: #dde4de;
  background: url(../img/footer_bg_item.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 0 0 80vh;
}
.footer img {
  width: 100%;
  height: auto;
}
.footer .copy {
  display: block;
  margin-top: 4rem;
}
.footer .footer__bg {
  position: relative;
}
.footer .footer__contents .footer__contents--bg {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 5% 0;
}
.footer .footer__contents .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3rem;
}
.footer .footer__contents .footer__info--logo {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .footer__info--logo {
    width: 180px;
  }
}
.footer .footer__contents .footer__info ul.access-address {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: var(--fz-4);
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .footer__info ul.access-address {
    gap: 1rem;
    font-size: 1.4rem;
  }
}
.footer .footer__contents .footer__info ul.access-address li {
  list-style-type: none;
}
.footer .footer__contents .footer__info ul.access-address li address {
  font-style: normal;
}
.footer .footer__contents .footer__info ul.access-address li address span {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .footer .footer__contents .footer__info ul.access-address li address span {
    display: block;
  }
}
.footer .footer__contents .footer__info ul.access-address li .access-name {
  font-size: var(--fz-5);
}
.footer .footer__contents .footer__info ul.access-address li .access-name::before {
  display: inline-block;
  content: "●";
  color: #db3a15;
  margin-right: 0.5em;
}

#page_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  /*@include mq(md) {
    bottom: 70px;
  }*/
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  border-radius: 100%;
  text-align: center;
}
#page_top a i {
  color: #fff;
}/*# sourceMappingURL=style.css.map */