@charset "UTF-8";
/* ==========================================================================
   Reset - ブラウザ間のデフォルトスタイル統一
   ========================================================================== */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Remove default button styles */
button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* Remove default fieldset styles */
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Remove default legend styles */
legend {
  padding: 0;
}

/* Remove default table styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove default form styles */
input,
textarea {
  border: none;
  outline: none;
  background: none;
}

/* Remove default select styles */
select {
  border: none;
  outline: none;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Remove default details styles */
details {
  display: block;
}

/* Remove default summary styles */
summary {
  display: list-item;
  cursor: pointer;
}

/* Remove default dialog styles */
dialog {
  border: none;
  padding: 0;
  margin: 0;
}

/* Remove default meter styles */
meter {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove default progress styles */
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Remove default hr styles */
hr {
  border: none;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}

/* Remove default mark styles */
mark {
  background-color: transparent;
  color: inherit;
}

/* Remove default small styles */
small {
  font-size: inherit;
}

/* Remove default sub and sup styles */
sub,
sup {
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

/* Remove default code styles */
code,
kbd,
samp,
pre {
  font-family: inherit;
  font-size: inherit;
}

/* Remove default abbr styles */
abbr[title] {
  text-decoration: none;
  cursor: help;
}

/* Remove default acronym styles */
acronym {
  text-decoration: none;
}

/* Remove default cite styles */
cite {
  font-style: normal;
}

/* Remove default dfn styles */
dfn {
  font-style: normal;
}

/* Remove default em styles */
em {
  font-style: normal;
}

/* Remove default strong styles */
strong {
  font-weight: normal;
}

/* Reset heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* Remove default var styles */
var {
  font-style: normal;
}

/* Remove default time styles */
time {
  font-style: normal;
}

/* Remove default data styles */
data {
  font-style: normal;
}

/* Remove default samp styles */
samp {
  font-family: inherit;
}

/* Remove default kbd styles */
kbd {
  font-family: inherit;
}

/* Remove default pre styles */
pre {
  font-family: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Remove default code styles */
code {
  font-family: inherit;
  background: none;
  padding: 0;
  border-radius: 0;
}

/* Remove default blockquote styles */
blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

/* Remove default q styles */
q {
  quotes: none;
}

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

/* Remove default address styles */
address {
  font-style: normal;
}

/* Remove default article styles */
article {
  display: block;
}

/* Remove default aside styles */
aside {
  display: block;
}

/* Remove default footer styles */
footer {
  display: block;
}

/* Remove default header styles */
header {
  display: block;
}

/* Remove default hgroup styles */
hgroup {
  display: block;
}

/* Remove default main styles */
main {
  display: block;
}

/* Remove default nav styles */
nav {
  display: block;
}

/* Remove default section styles */
section {
  display: block;
}

/* Remove default figure styles */
figure {
  margin: 0;
  padding: 0;
}

/* Remove default figcaption styles */
figcaption {
  display: block;
}

/* Remove default audio styles */
audio {
  display: block;
}

/* Remove default embed styles */
embed {
  display: block;
}

/* Remove default object styles */
object {
  display: block;
}

/* Remove default param styles */
param {
  display: none;
}

/* Remove default source styles */
source {
  display: none;
}

/* Remove default track styles */
track {
  display: none;
}

/* Remove default map styles */
map {
  display: block;
}

/* Remove default area styles */
area {
  display: block;
}

/* Remove default iframe styles */
iframe {
  border: none;
  display: block;
}

/* Remove default embed styles */
embed {
  display: block;
}

/* Remove default object styles */
object {
  display: block;
}

/* Remove default param styles */
param {
  display: none;
}

/* Remove default source styles */
source {
  display: none;
}

/* Remove default track styles */
track {
  display: none;
}

/* Remove default map styles */
map {
  display: block;
}

/* Remove default area styles */
area {
  display: block;
}

/* Remove default iframe styles */
iframe {
  border: none;
  display: block;
}

/* ==========================================================================
   Variables - グローバル変数定義
   ========================================================================== */
/* Font Size Variables */
/* 1.5rem = 15px at 10px base */
/* Font Family Variables */
/* Font Weight Variables */
/* Color Variables */
/* Breakpoint Variables */
/* ==========================================================================
   Mixins - レスポンシブデザイン用mixin定義
   ========================================================================== */
/* Responsive Mixins */
/* Min-width mixins */
:root {
  --font-size: 14px;
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
}

/* @theme inline { // Tailwind CSS specific - commented out for standard SCSS compilation
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-input-background: var(--input-background);
  --color-switch-background: var(--switch-background);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(
    --sidebar-primary-foreground
  );
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(
    --sidebar-accent-foreground
  );
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
} */
/* @layer base { // Tailwind CSS specific - commented out for standard SCSS compilation
  * {
    @apply border-border outline-ring/50;
  }

  body {
    @apply bg-background text-foreground;
  }
} */
/**
 * Base typography. This is not applied to elements which have an ancestor with a Tailwind text class.
 */
/* @layer base { // Tailwind CSS specific - commented out for standard SCSS compilation
  :where(
    :not(:has([class*=" text-"]), :not(:has([class^="text-"])))
  ) {
    h1 {
      font-size: var(--text-2xl);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h2 {
      font-size: var(--text-xl);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h3 {
      font-size: var(--text-lg);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h4 {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    p {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: 1.5;
    }

    label {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    button {
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    input {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: 1.5;
    }
  }
} */
html {
  font-size: 62.5%; /* 10px base */
  line-height: 1.6;
}
@media (max-width: 1199px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3037809648vw;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 62.5%;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem; /* 1.6rem = 16px at 10px base */
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden;
}

/* Remove default focus outline */
*:focus {
  outline: none;
}

/* Global Link Styles */
a {
  color: #000;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #000;
}
a:focus {
  outline: none; /* Remove focus outline globally */
}

/* Page Content Links - Always show underline */
.l-main {
  /* Exclude specific navigation areas from underline */
  /* Remove focus outline for all interactive elements */
}
.l-main a {
  text-decoration: underline;
  /* Exclude buttons and navigation from underline */
}
.l-main a:hover {
  text-decoration: underline;
}
.l-main a:focus {
  outline: none; /* Remove focus outline for page content links */
}
.l-main a.c-button, .l-main a[class*=c-button], .l-main a.c-service-nav, .l-main a[class*=c-service-nav], .l-main a.c-post-nav, .l-main a[class*=c-post-nav] {
  text-decoration: none;
}
.l-main a.c-button:hover, .l-main a[class*=c-button]:hover, .l-main a.c-service-nav:hover, .l-main a[class*=c-service-nav]:hover, .l-main a.c-post-nav:hover, .l-main a[class*=c-post-nav]:hover {
  text-decoration: none;
}
.l-main .c-single-post__navigation a {
  text-decoration: none !important;
}
.l-main .c-single-post__navigation a:hover {
  text-decoration: none !important;
}
.l-main .c-single-post__navigation a:focus {
  outline: none;
  text-decoration: none !important;
}
.l-main button:focus,
.l-main input:focus,
.l-main select:focus,
.l-main textarea:focus {
  outline: none;
}

/* ==========================================================================
   Layout
   Foundation - Layout - Object(Component/Project/Utility)
   Last updated: 2025-08-28 (Fixed for Live Sass Compiler)
   ========================================================================== */
/* CSS Design System Variables
   ========================================================================== */
:root {
  /* 幅トークン（必要に応じて追加） */
  --size-720: 720px;
  --size-960: 960px;
  --size-1040: 1040px;
  --size-1200: 1200px;
  --size-1360: 1360px;
  /* 既定値 */
  --container: var(--size-1200);
  --gutter: 24px;
  --section-pad: clamp(48px, 8vw, 120px);
}

/* Layout Framework
   ========================================================================== */
/* 横幅の責務は常にこれ1つ */
.l-container {
  width: min(100% - 2 * var(--gutter), var(--container));
  margin-inline: auto;
}

/* 縦リズムはセクション側で統一 */
.l-section {
  padding-block: 8rem;
}
.l-section__no-padding-top {
  padding-top: 0;
}
.l-section__no-padding-bottom {
  padding-bottom: 0;
}
.l-section__no-padding {
  padding: 0;
}

/* 全幅演出用（画像など） */
.u-bleed {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

/* 幅プリセット（必要ならクラスで直接切替も可） */
.is-w-720 {
  --container: var(--size-720);
}

.is-w-960 {
  --container: var(--size-960);
}

.is-w-1040 {
  --container: var(--size-1040);
}

.is-w-1200 {
  --container: var(--size-1200);
}

.is-w-1360 {
  --container: var(--size-1360);
}

/* Layout
   ========================================================================== */
/* Reset body margin */
body {
  margin: 0;
  padding: 0;
}

/* Header */
.l-header {
  background: #e9ede6;
  padding: 10rem 0 14rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}
.l-header .l-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  height: 100%;
}

/* Main */
.l-main {
  padding-bottom: 20rem;
}

/* Footer */
.l-footer {
  background: #b1ada2;
  padding: 4rem 0;
}

/* Utility (Responsive)
   ========================================================================== */
/* Mobile Styles */
@media (max-width: 768px) {
  :root {
    --gutter: 16px;
    --section-pad: clamp(32px, 6vw, 48px);
  }
  .l-header {
    height: 33.333vh; /* 全体の1/3 */
    padding: 0;
  }
  .l-header .l-container {
    align-items: center;
  }
  .l-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-section__no-padding-top {
    padding-top: 0;
  }
  .l-section__no-padding-bottom {
    padding-bottom: 0;
  }
  .l-section__no-padding {
    padding: 0;
  }
  .l-main {
    padding-bottom: 8rem;
  }
}
/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --gutter: 20px;
  }
}
/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .l-header {
    transition: none;
  }
}
/* ==========================================================================
   Logo Component
   ========================================================================== */
.c-logo {
  max-width: 32rem; /* 36.9rem * 0.85 */
  width: 85%;
  height: auto;
  z-index: 101;
  position: relative;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .c-logo {
    max-width: 15.3rem; /* 18rem * 0.85 */
  }
}
.c-logo > a:hover {
  opacity: 0.6;
}
.c-logo--footer {
  max-width: 28.05rem; /* 33rem * 0.85 */
}
@media (max-width: 767px) {
  .c-logo--footer {
    max-width: 15.3rem; /* 18rem * 0.85 */
  }
}
.c-logo__svg {
  width: 100%;
  height: auto;
  display: block;
}

/* モバイルメニューが開いている時にロゴを非表示 */
body.menu-open .c-logo {
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
   Navigation Component
   ========================================================================== */
/* Navigation */
.c-nav__list {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav__item {
  position: relative;
}
.c-nav__item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none !important; /* Force no underline */
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.c-nav__item a .icon-shop {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 2rem;
}
.c-nav__item a:hover {
  opacity: 0.6;
  text-decoration: none !important; /* Force no underline on hover */
}
.c-nav__item a--external {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-nav__item--dropdown:hover .c-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 10px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.c-nav__dropdown-item {
  margin: 0;
}
.c-nav__dropdown-item a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #000;
  text-decoration: none !important; /* Force no underline */
  transition: opacity 0.2s ease;
  white-space: nowrap;
}
.c-nav__dropdown-item a:hover {
  opacity: 0.6;
  text-decoration: none !important; /* Force no underline on hover */
}
.c-nav__icon {
  width: 0.8rem;
  height: 0.8rem;
}

/* Responsive */
@media (max-width: 768px) {
  .c-nav {
    display: none;
  }
}
@media (min-width: 769px) {
  .c-nav {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-nav__list {
    gap: 1.5rem;
  }
}
/* Focus styles for accessibility */
.c-nav__item a:focus {
  outline: none;
  text-decoration: none !important; /* Force no underline on focus */
}

/* ==========================================================================
   Hero Component
   ========================================================================== */
/* Hero */
.c-hero__image {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Image Clip Component - 画像クリッピングコンポーネント */
.c-image-clip {
  position: relative;
  overflow: hidden;
}
.c-image-clip--full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

/* Responsive */
@media (max-width: 768px) {
  .c-hero__image {
    height: 66.667vh; /* 全体の2/3 */
  }
}
/* アスペクト比に応じた表示調整 */
@media (min-width: 768px) and (max-aspect-ratio: 1/1) {
  .c-hero__image {
    height: auto;
    min-height: 66.667vh; /* 全体の2/3 */
  }
}
/* ==========================================================================
   Typography System - 統一タイポグラフィシステム
   ========================================================================== */
/* Title 系（見出しに使う想定） */
.c-title--hero {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231814;
  margin-bottom: 2rem;
  font-size: 4.5rem; /* H1 相当 (6.5rem * 0.7 = 4.55rem → 4.5rem) */
}
.c-title--hero--thanks {
  font-size: 3rem;
}
.c-title--xxl, .c-section-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231814;
  margin-bottom: 2rem;
  font-size: 4.5rem; /* H1 相当 (6.5rem * 0.7 = 4.55rem → 4.5rem) */
}
.c-title--xl, .c-heading--large {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231814;
  margin-bottom: 2rem;
  font-size: 2.1rem; /* H2 相当 (3.5rem * 0.6 = 2.1rem) */
}
.c-title--lg {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #231814;
  margin-bottom: 2rem;
  font-size: 1.8rem; /* H3 相当 */
}
.c-title--lg--underline {
  border-bottom: 2px solid #000;
  display: inline-block;
}

/* Text 系（本文・補足など） */
.c-text--xl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1.5rem; /* 2.5rem * 0.6 = 1.5rem */
}
.c-text--lg {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.c-text--md {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
.c-text--sm {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

/* 従来の要素との互換性 */
.c-heading {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
.c-heading--large {
  font-family: "Noto Sans JP", sans-serif;
}

/* 従来のセクションタイトル（非推奨、c-title--xxlを使用推奨） */
/* ==========================================================================
   Generic Components - 汎用コンポーネント
   ========================================================================== */
/* Standard hr styling for dividers */
hr {
  height: 1px;
  background-color: #000000;
  border: none;
  width: 100%;
  margin: 6rem 0;
  opacity: 1;
}
@media (max-width: 768px) {
  hr {
    margin: 4rem 0;
  }
}

/* Generic image styling */
.c-image {
  width: 100%;
  max-width: 120rem;
  height: auto;
  margin: 4rem auto;
  display: block;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .c-title--xxl, .c-section-title {
    font-size: 3.2rem;
  }
  .c-title--xl, .c-heading--large {
    font-size: 2.8rem;
  }
  .c-title--lg {
    font-size: 2.4rem;
  }
  .c-title--lg--underline {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .c-text {
    font-size: 1.4rem;
  }
  .c-text--xl {
    font-size: 1.8rem;
  }
  .c-text--lg {
    font-size: 1.6rem;
  }
  .c-text--md {
    font-size: 1.5rem;
  }
  .c-text--sm {
    font-size: 1.2rem;
  }
  /* 従来の互換性 */
  .c-heading--large {
    font-size: 1.75rem;
  }
}
/* ==========================================================================
   Button Component
   ========================================================================== */
/* Button */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3rem;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  text-decoration: none !important; /* Force no underline */
  transition: all 0.3s ease;
  line-height: 1.5;
}
.c-button--outline {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}
.c-button--outline:hover {
  background: #000;
  color: #fff;
  text-decoration: none !important; /* Force no underline on hover */
}

.c-button-wrapper {
  margin-top: 2rem;
}
.c-button-wrapper--right {
  text-align: right;
}

/* Responsive */
@media (max-width: 768px) {
  .c-button {
    padding: 0.5rem 1.5rem;
  }
  .c-button-wrapper--right {
    text-align: left;
  }
}
/* Focus styles for accessibility - removed outline */
.c-button:focus {
  outline: none;
  text-decoration: none !important; /* Force no underline on focus */
}

/* ==========================================================================
   Footer Component
   ========================================================================== */
/* Footer Components */
.c-footer-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.c-footer-content__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  justify-content: space-between;
}
.c-footer-info {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-footer-address {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 1.4rem;
}
.c-footer-address--desktop {
  display: block;
}
.c-footer-address--mobile {
  display: none;
}
.c-footer-nav {
  display: flex;
  gap: 4rem;
}
.c-footer-nav__column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.c-footer-nav__divider {
  width: 2rem;
  height: 1px;
  background: #000;
}
.c-footer-nav__title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.c-footer-nav__title a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-footer-nav__title a:hover {
  opacity: 0.6;
}
.c-footer-nav__title a:focus {
  outline: none;
}
.c-footer-nav__title a .icon-shop {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 2rem;
}
.c-footer-nav__title-with-icon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.c-footer-nav__subtitle {
  line-height: 1.75;
}
.c-footer-nav__subtitle a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-footer-nav__subtitle a:hover {
  opacity: 0.6;
}
.c-footer-nav__subtitle a:focus {
  outline: none;
}
.c-footer-nav__list p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.75;
  margin: 0;
}
.c-footer-nav__list p a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.c-footer-nav__list p a:hover {
  opacity: 0.6;
}
.c-footer-nav__list p a:focus {
  outline: none;
}
.c-footer-nav__icon {
  width: 1rem;
  height: 1rem;
}
.c-footer-bottom {
  display: flex;
  justify-content: space-between;
}
.c-footer-social a:focus {
  outline: none;
}
.c-footer-social__icon {
  width: 3rem;
  height: 3rem;
}
.c-footer-copyright {
  font-family: "Inter", sans-serif;
}
.c-footer-copyright__symbol {
  font-size: 1.6rem;
}
.c-footer-copyright__text {
  font-size: 1.3rem;
}
.c-footer-social__icon {
  transition: opacity 0.3s ease;
}
.c-footer-social__icon:hover {
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 768px) {
  .c-footer-content__main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .c-footer-address--desktop {
    display: none;
  }
  .c-footer-address--mobile {
    display: block;
  }
  .c-footer-nav {
    gap: 2rem;
  }
  .c-footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-footer-content__main {
    gap: 3rem;
  }
}
/* Additional Footer Navigation Styles (moved from _about-page.scss) */
.c-footer-nav-sections {
  display: flex;
  gap: 4.375rem; /* 70px */
  align-items: flex-start;
}

.c-footer-nav-column {
  display: flex;
  flex-direction: column;
  gap: 2.25rem; /* 36px */
}

.c-footer-nav-section {
  display: flex;
  flex-direction: column;
  gap: 0.3rem; /* 4.8px - より近接に */
}

.c-footer-nav-divider {
  width: 2.14375rem; /* 34.3px */
  height: 1px;
  background-color: #000;
  margin-bottom: 0.5rem;
}

.c-footer-nav-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.5625rem; /* 25px */
  line-height: 1.2;
  color: #000;
  margin: 0;
}

.c-footer-nav-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem; /* 20px equivalent */
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.c-footer-nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.c-footer-nav-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem; /* 20px equivalent */
  line-height: 1.75;
  color: #000;
  margin: 0;
}

.c-footer-nav-title-with-icon {
  display: flex;
  align-items: center;
  gap: 0.9375rem; /* 15px */
}

.c-footer-nav-external-icon {
  width: 1.2625rem; /* 20.2px */
  height: 1.1625rem; /* 18.6px */
}

/* Footer Bottom Section for About Page */
.c-footer-bottom-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-footer-social-about {
  width: 3.283125rem; /* 52.534px */
  height: 3.2825rem; /* 52.524px */
}

.c-footer-copyright-about {
  font-family: "Inter", sans-serif;
  color: #000;
}
.c-footer-copyright-about .copyright-symbol {
  font-size: 1.3rem; /* 15.34px */
}
.c-footer-copyright-about .copyright-text {
  font-size: 1.3rem; /* 13px */
}

/* Additional Responsive Styles for Footer Navigation */
@media (max-width: 768px) {
  .c-footer-nav-sections {
    flex-direction: column;
    gap: 2rem;
  }
  .c-footer-nav-column {
    gap: 1.5rem;
  }
  .c-footer-nav-title {
    font-size: 1.25rem;
  }
  .c-footer-nav-subtitle,
  .c-footer-nav-list p {
    font-size: 1rem;
  }
  .c-footer-bottom-about {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-footer-nav-sections {
    gap: 3rem;
  }
}
/* ==========================================================================
   Section Content Component
   ========================================================================== */
.c-section-content__text {
  margin-bottom: 2rem;
}
.c-section-content__no-padding {
  padding: 0;
}

/* ==========================================================================
   Section Title Component - セクションタイトルコンポーネント
   ========================================================================== */
.c-section-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 6.5rem;
  color: #231814;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 3rem;
  }
}

/* ==========================================================================
   Heading Component - 見出しコンポーネント
   ========================================================================== */
.c-heading {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}
.c-heading--large {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

/* ==========================================================================
   Menu Toggle Component - メニュートグルコンポーネント
   ========================================================================== */
.c-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 2.4rem;
  height: 2rem;
  z-index: 102;
  position: relative;
  transition: transform 0.2s ease;
  /* モバイル表示 */
  /* ハンバーガーメニューのアニメーション - ×ボタンに変形 */
  /* 閉じる時のアニメーション（逆順） */
}
.c-menu-toggle:hover {
  transform: scale(1.05);
}
.c-menu-toggle:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .c-menu-toggle {
    display: flex;
    align-self: flex-start;
    margin-top: 0.5rem;
  }
}
.c-menu-toggle__line {
  width: 2.4rem;
  height: 0.3rem;
  background: #000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  border-radius: 0.15rem;
}
.c-menu-toggle.is-active .c-menu-toggle__line:nth-child(1) {
  transform: translateY(0.9rem) rotate(45deg);
  transition-delay: 0.1s;
}
.c-menu-toggle.is-active .c-menu-toggle__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
  transition-delay: 0.05s;
}
.c-menu-toggle.is-active .c-menu-toggle__line:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-45deg);
  transition-delay: 0.15s;
}
.c-menu-toggle:not(.is-active) .c-menu-toggle__line:nth-child(1) {
  transition-delay: 0.15s;
}
.c-menu-toggle:not(.is-active) .c-menu-toggle__line:nth-child(2) {
  transition-delay: 0.1s;
}
.c-menu-toggle:not(.is-active) .c-menu-toggle__line:nth-child(3) {
  transition-delay: 0.05s;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .c-menu-toggle__line {
    transition: none;
  }
}
/* Focus styles for accessibility */
.c-menu-toggle:focus {
  outline: none;
}

/* ==========================================================================
   Mobile Menu Component - モバイルメニューコンポーネント
   ========================================================================== */
.c-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  overflow-y: auto;
}
@media (min-width: 769px) {
  .c-mobile-menu {
    display: none;
  }
}
.c-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.c-mobile-menu__content {
  padding: 6rem 2rem 4rem;
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  min-height: 100vh;
  box-sizing: border-box;
  align-items: flex-start;
}
.c-mobile-menu__logo {
  width: 20rem;
  max-width: 100%;
}
.c-mobile-menu__social {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.c-mobile-menu__social-icon {
  width: 3rem;
  height: 3rem;
}

.c-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.c-mobile-nav__link {
  font-family: "Inter", sans-serif;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}
.c-mobile-nav__link:hover {
  color: #a1a6aa;
}
.c-mobile-nav__section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-mobile-nav__title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  color: #000;
}
.c-mobile-nav__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem; /* 20px - c-footer-navと同じ */
  line-height: 1.5;
  color: #000;
}
.c-mobile-nav__sublist {
  display: flex;
  flex-direction: column;
}
.c-mobile-nav__sublist p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem; /* 20px - c-footer-navと同じ */
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.c-mobile-nav__icon {
  width: 1.2625rem; /* 20.2px - c-footer-navと同じ */
  height: 1.1625rem; /* 18.6px - c-footer-navと同じ */
  flex-shrink: 0;
}

/* Body scroll lock when menu is open */
.menu-open {
  overflow: hidden;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .c-mobile-menu {
    transition: none;
  }
}
/* Focus styles for accessibility */
.c-mobile-nav__link:focus {
  outline: none;
}

/* ==========================================================================
   Image Group Component - 画像グリッドレイアウト
   ========================================================================== */
.c-image-group {
  display: grid;
  gap: 6rem;
  margin-bottom: 4rem;
  /* 1カラム（デフォルト） */
  /* 2カラム */
  /* 3カラム */
  /* 4カラム */
  /* 特殊パターン：1枚目フル幅 + 2カラム */
  /* フィーチャードレイアウト + 上マージン（旧c-service-images-2対応） */
  /* 縦向きグリッド（高さ優先） */
  /* 正方形グリッド */
  /* キャプション付きグリッド */
  /* 2カラム均等グリッド */
  /* 画像のスタイル */
  /* ギャップサイズバリエーション */
}
.c-image-group--col-1 {
  grid-template-columns: 1fr;
}
.c-image-group--col-2, .c-service-image-group {
  grid-template-columns: repeat(2, 1fr);
}
.c-image-group--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-image-group--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-image-group--featured {
  grid-template-columns: repeat(2, 1fr);
}
.c-image-group--featured img:first-child {
  grid-column: 1/-1; /* 1枚目だけ全幅 */
}
.c-image-group--featured-spaced, .c-service-images-2 {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
}
.c-image-group--featured-spaced img:first-child, .c-service-images-2 img:first-child {
  grid-column: 1/-1; /* 1枚目だけ全幅 */
}
.c-image-group--vertical {
  grid-auto-rows: minmax(300px, auto);
}
.c-image-group--square img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-image-group--with-caption, .c-samples-grid {
  justify-items: center;
}
.c-image-group--auto-fit, .c-samples-grid {
  grid-template-columns: repeat(2, 1fr);
  /* モバイルでも2カラム維持 */
}
@media (max-width: 768px) {
  .c-image-group--auto-fit, .c-samples-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-image-group--gap-sm, .c-samples-grid {
  gap: 2rem;
}
.c-image-group--gap-md {
  gap: 4rem;
}
.c-image-group--gap-lg {
  gap: 6rem; /* デフォルト */
}
.c-image-group--gap-xl {
  gap: 8rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .c-image-group {
    gap: 2rem;
    margin-bottom: 2rem;
    /* モバイルでは基本1カラム */
    /* フィーチャーレイアウトもモバイルでは1カラム */
    /* auto-fitグリッドのモバイル調整は既に内包されている */
  }
  .c-image-group--col-2, .c-service-image-group, .c-image-group--col-3, .c-image-group--col-4 {
    grid-template-columns: 1fr;
  }
  .c-image-group--featured, .c-image-group--featured-spaced, .c-service-images-2 {
    grid-template-columns: 1fr;
    margin-top: 2rem; /* モバイルでは上マージンを小さく */
  }
  .c-image-group--featured img:first-child, .c-image-group--featured-spaced img:first-child, .c-service-images-2 img:first-child {
    grid-column: 1;
  }
  .c-image-group--auto-fit, .c-samples-grid {
    gap: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-image-group {
    gap: 4rem;
    /* タブレットでは3カラム→2カラムに */
  }
  .c-image-group--col-3, .c-image-group--col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 共通の画像スタイル */
.c-service-image, .c-image-group img {
  width: 100%;
  height: auto;
  display: block;
}

/* 画像アイテム（キャプション付き）の共通スタイル */
.c-image-item, .c-sample-item, .c-image-group--with-caption .c-image-item, .c-image-group--with-caption .c-sample-item, .c-samples-grid .c-image-item {
  text-align: center;
}
.c-image-item img, .c-sample-item img, .c-image-group--with-caption .c-image-item img, .c-image-group--with-caption .c-sample-item img, .c-samples-grid .c-image-item img {
  margin-bottom: 1rem;
}
.c-image-item p, .c-sample-item p, .c-image-group--with-caption .c-image-item p, .c-image-group--with-caption .c-sample-item p, .c-samples-grid .c-image-item p {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #000;
  margin: 0;
}

/* 後方互換性：既存のクラス名をエイリアスとして残す */
/* line-samples系のエイリアス */
/* service-images-2系のエイリアス */
/* アーカイブショーケース用のバリエーション */
.c-image-group--archive {
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
  padding-top: 10rem;
  /* アーカイブアイテムのスタイル */
  /* レスポンシブ対応 */
}
.c-image-group--archive .c-image-group__item {
  position: relative;
  background-color: #d9d9d9;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.c-image-group--archive .c-image-group__item:hover {
  transform: translateY(-0.5rem);
}
.c-image-group--archive .c-image-group__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.c-image-group--archive .c-image-group__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #d9d9d9;
}
.c-image-group--archive .c-image-group__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 2rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-image-group--archive .c-image-group__item:hover .c-image-group__overlay {
  opacity: 1;
}
.c-image-group--archive .c-image-group__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.c-image-group--archive .c-image-group__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .c-image-group--archive {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding-top: 4rem;
  }
  .c-image-group--archive .c-image-group__item {
    width: 100%;
    max-width: 34rem;
    justify-self: center;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-image-group--archive {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}

/* ==========================================================================
   Process Steps Component - プロセスステップコンポーネント
   ========================================================================== */
.c-process-steps {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.c-process-step {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  font-family: "Helvetica", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 4rem;
  color: #000000;
}
.c-process-step::after {
  content: "";
  height: 0.1rem;
  background-color: #000000;
  width: 100%;
}
.c-process-step:last-child::after {
  display: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .c-process-step {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-process-step {
    font-size: 2.6rem;
  }
}
/* ==========================================================================
   Line Samples Component - 線数サンプル表示コンポーネント
   ========================================================================== */
.c-line-samples {
  margin-top: 4rem;
  /* c-line-samples内のc-image-groupの特別な設定 */
}
.c-line-samples__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.c-line-samples__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  /* スマホでも2カラム維持 */
}
@media (max-width: 768px) {
  .c-line-samples__grid {
    gap: 1.5rem;
  }
}
.c-line-samples .c-image-group {
  /* デスクトップ: 4カラム */
  grid-template-columns: repeat(4, 1fr);
  /* モバイル: 2カラム */
}
@media (max-width: 768px) {
  .c-line-samples .c-image-group {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-line-samples__item {
  text-align: center;
}
.c-line-samples__item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
.c-line-samples__item p {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================================
   WP-PageNavi Plugin Common Styles
   ========================================================================== */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0;
  flex-wrap: wrap;
  /* レスポンシブ対応 */
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
  margin: 0;
  min-width: 4rem;
}
.wp-pagenavi a:hover {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-weight: normal;
}
.wp-pagenavi .pages {
  display: none;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    gap: 0.5rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 0.8rem 1.2rem;
    font-size: 1.4rem;
    min-width: 3.5rem;
  }
}

/* ==========================================================================
   Page Top Button Component
   ========================================================================== */
.c-pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  width: 5rem;
  height: 5rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(2rem);
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .c-pagetop {
    width: 4.5rem;
    height: 4.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.c-pagetop:hover {
  background-color: #333;
  transform: translateY(1.8rem);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.c-pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-pagetop__icon {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-pagetop__icon {
    font-size: 1.8rem;
  }
}
.c-pagetop:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-pagetop:active {
  transform: translateY(0.2rem);
}

/* ==========================================================================
   Break Utility - 改行制御ユーティリティ
   ========================================================================== */
/* PCのみ改行 */
@media (max-width: 575px) {
  .u-break-pc {
    display: none; /* SPでは非表示 */
  }
}
@media (max-width: 767px) {
  .u-break-pc {
    display: block; /* MD以上では表示 */
  }
}
@media (max-width: 991px) {
  .u-break-pc {
    display: block; /* LG以上では表示 */
  }
}
@media (max-width: 1199px) {
  .u-break-pc {
    display: block; /* XL以上では表示 */
  }
}

/* SPのみ改行 */
.u-break-sp {
  display: block; /* デフォルトで表示 */
}
@media (max-width: 767px) {
  .u-break-sp {
    display: none; /* MD以上では非表示 */
  }
}
@media (max-width: 991px) {
  .u-break-sp {
    display: none; /* LG以上では非表示 */
  }
}
@media (max-width: 1199px) {
  .u-break-sp {
    display: none; /* XL以上では非表示 */
  }
}

/* ==========================================================================
   Spacing Utilities - スペーシングユーティリティ
   0pxから100pxまで5px刻みで生成

   使用例:
   - .u-m-10  : margin: 1rem (10px)
   - .u-mt-15 : margin-top: 1.5rem (15px)
   - .u-px-20 : padding-left: 2rem, padding-right: 2rem (20px)
   - .u-mx-auto : margin-left: auto, margin-right: auto
   - .u--mt-10 : margin-top: -1rem (-10px)

   生成されるクラス:
   - マージン: .u-m-{0-100}, .u-mt-{0-100}, .u-mb-{0-100}, .u-ml-{0-100}, .u-mr-{0-100}, .u-mx-{0-100}, .u-my-{0-100}
   - パディング: .u-p-{0-100}, .u-pt-{0-100}, .u-pb-{0-100}, .u-pl-{0-100}, .u-pr-{0-100}, .u-px-{0-100}, .u-py-{0-100}
   - オート: .u-m-auto, .u-mx-auto, .u-my-auto, .u-mt-auto, .u-mb-auto, .u-ml-auto, .u-mr-auto
   - 負のマージン: .u--mt-{5-50}, .u--mb-{5-50}, .u--ml-{5-50}, .u--mr-{5-50}
   ========================================================================== */
/* Margin Utilities - 外余白 */
.u-m-0 {
  margin: calc(0 * 0.1rem) !important;
}

.u-m-5 {
  margin: calc(5 * 0.1rem) !important;
}

.u-m-10 {
  margin: calc(10 * 0.1rem) !important;
}

.u-m-15 {
  margin: calc(15 * 0.1rem) !important;
}

.u-m-20 {
  margin: calc(20 * 0.1rem) !important;
}

.u-m-25 {
  margin: calc(25 * 0.1rem) !important;
}

.u-m-30 {
  margin: calc(30 * 0.1rem) !important;
}

.u-m-35 {
  margin: calc(35 * 0.1rem) !important;
}

.u-m-40 {
  margin: calc(40 * 0.1rem) !important;
}

.u-m-45 {
  margin: calc(45 * 0.1rem) !important;
}

.u-m-50 {
  margin: calc(50 * 0.1rem) !important;
}

.u-m-55 {
  margin: calc(55 * 0.1rem) !important;
}

.u-m-60 {
  margin: calc(60 * 0.1rem) !important;
}

.u-m-65 {
  margin: calc(65 * 0.1rem) !important;
}

.u-m-70 {
  margin: calc(70 * 0.1rem) !important;
}

.u-m-75 {
  margin: calc(75 * 0.1rem) !important;
}

.u-m-80 {
  margin: calc(80 * 0.1rem) !important;
}

.u-m-85 {
  margin: calc(85 * 0.1rem) !important;
}

.u-m-90 {
  margin: calc(90 * 0.1rem) !important;
}

.u-m-95 {
  margin: calc(95 * 0.1rem) !important;
}

.u-m-100 {
  margin: calc(100 * 0.1rem) !important;
}

.u-mt-0 {
  margin-top: calc(0 * 0.1rem) !important;
}

.u-mt-5 {
  margin-top: calc(5 * 0.1rem) !important;
}

.u-mt-10 {
  margin-top: calc(10 * 0.1rem) !important;
}

.u-mt-15 {
  margin-top: calc(15 * 0.1rem) !important;
}

.u-mt-20 {
  margin-top: calc(20 * 0.1rem) !important;
}

.u-mt-25 {
  margin-top: calc(25 * 0.1rem) !important;
}

.u-mt-30 {
  margin-top: calc(30 * 0.1rem) !important;
}

.u-mt-35 {
  margin-top: calc(35 * 0.1rem) !important;
}

.u-mt-40 {
  margin-top: calc(40 * 0.1rem) !important;
}

.u-mt-45 {
  margin-top: calc(45 * 0.1rem) !important;
}

.u-mt-50 {
  margin-top: calc(50 * 0.1rem) !important;
}

.u-mt-55 {
  margin-top: calc(55 * 0.1rem) !important;
}

.u-mt-60 {
  margin-top: calc(60 * 0.1rem) !important;
}

.u-mt-65 {
  margin-top: calc(65 * 0.1rem) !important;
}

.u-mt-70 {
  margin-top: calc(70 * 0.1rem) !important;
}

.u-mt-75 {
  margin-top: calc(75 * 0.1rem) !important;
}

.u-mt-80 {
  margin-top: calc(80 * 0.1rem) !important;
}

.u-mt-85 {
  margin-top: calc(85 * 0.1rem) !important;
}

.u-mt-90 {
  margin-top: calc(90 * 0.1rem) !important;
}

.u-mt-95 {
  margin-top: calc(95 * 0.1rem) !important;
}

.u-mt-100 {
  margin-top: calc(100 * 0.1rem) !important;
}

.u-mb-0 {
  margin-bottom: calc(0 * 0.1rem) !important;
}

.u-mb-5 {
  margin-bottom: calc(5 * 0.1rem) !important;
}

.u-mb-10 {
  margin-bottom: calc(10 * 0.1rem) !important;
}

.u-mb-15 {
  margin-bottom: calc(15 * 0.1rem) !important;
}

.u-mb-20 {
  margin-bottom: calc(20 * 0.1rem) !important;
}

.u-mb-25 {
  margin-bottom: calc(25 * 0.1rem) !important;
}

.u-mb-30 {
  margin-bottom: calc(30 * 0.1rem) !important;
}

.u-mb-35 {
  margin-bottom: calc(35 * 0.1rem) !important;
}

.u-mb-40 {
  margin-bottom: calc(40 * 0.1rem) !important;
}

.u-mb-45 {
  margin-bottom: calc(45 * 0.1rem) !important;
}

.u-mb-50 {
  margin-bottom: calc(50 * 0.1rem) !important;
}

.u-mb-55 {
  margin-bottom: calc(55 * 0.1rem) !important;
}

.u-mb-60 {
  margin-bottom: calc(60 * 0.1rem) !important;
}

.u-mb-65 {
  margin-bottom: calc(65 * 0.1rem) !important;
}

.u-mb-70 {
  margin-bottom: calc(70 * 0.1rem) !important;
}

.u-mb-75 {
  margin-bottom: calc(75 * 0.1rem) !important;
}

.u-mb-80 {
  margin-bottom: calc(80 * 0.1rem) !important;
}

.u-mb-85 {
  margin-bottom: calc(85 * 0.1rem) !important;
}

.u-mb-90 {
  margin-bottom: calc(90 * 0.1rem) !important;
}

.u-mb-95 {
  margin-bottom: calc(95 * 0.1rem) !important;
}

.u-mb-100 {
  margin-bottom: calc(100 * 0.1rem) !important;
}

.u-ml-0 {
  margin-left: calc(0 * 0.1rem) !important;
}

.u-ml-5 {
  margin-left: calc(5 * 0.1rem) !important;
}

.u-ml-10 {
  margin-left: calc(10 * 0.1rem) !important;
}

.u-ml-15 {
  margin-left: calc(15 * 0.1rem) !important;
}

.u-ml-20 {
  margin-left: calc(20 * 0.1rem) !important;
}

.u-ml-25 {
  margin-left: calc(25 * 0.1rem) !important;
}

.u-ml-30 {
  margin-left: calc(30 * 0.1rem) !important;
}

.u-ml-35 {
  margin-left: calc(35 * 0.1rem) !important;
}

.u-ml-40 {
  margin-left: calc(40 * 0.1rem) !important;
}

.u-ml-45 {
  margin-left: calc(45 * 0.1rem) !important;
}

.u-ml-50 {
  margin-left: calc(50 * 0.1rem) !important;
}

.u-ml-55 {
  margin-left: calc(55 * 0.1rem) !important;
}

.u-ml-60 {
  margin-left: calc(60 * 0.1rem) !important;
}

.u-ml-65 {
  margin-left: calc(65 * 0.1rem) !important;
}

.u-ml-70 {
  margin-left: calc(70 * 0.1rem) !important;
}

.u-ml-75 {
  margin-left: calc(75 * 0.1rem) !important;
}

.u-ml-80 {
  margin-left: calc(80 * 0.1rem) !important;
}

.u-ml-85 {
  margin-left: calc(85 * 0.1rem) !important;
}

.u-ml-90 {
  margin-left: calc(90 * 0.1rem) !important;
}

.u-ml-95 {
  margin-left: calc(95 * 0.1rem) !important;
}

.u-ml-100 {
  margin-left: calc(100 * 0.1rem) !important;
}

.u-mr-0 {
  margin-right: calc(0 * 0.1rem) !important;
}

.u-mr-5 {
  margin-right: calc(5 * 0.1rem) !important;
}

.u-mr-10 {
  margin-right: calc(10 * 0.1rem) !important;
}

.u-mr-15 {
  margin-right: calc(15 * 0.1rem) !important;
}

.u-mr-20 {
  margin-right: calc(20 * 0.1rem) !important;
}

.u-mr-25 {
  margin-right: calc(25 * 0.1rem) !important;
}

.u-mr-30 {
  margin-right: calc(30 * 0.1rem) !important;
}

.u-mr-35 {
  margin-right: calc(35 * 0.1rem) !important;
}

.u-mr-40 {
  margin-right: calc(40 * 0.1rem) !important;
}

.u-mr-45 {
  margin-right: calc(45 * 0.1rem) !important;
}

.u-mr-50 {
  margin-right: calc(50 * 0.1rem) !important;
}

.u-mr-55 {
  margin-right: calc(55 * 0.1rem) !important;
}

.u-mr-60 {
  margin-right: calc(60 * 0.1rem) !important;
}

.u-mr-65 {
  margin-right: calc(65 * 0.1rem) !important;
}

.u-mr-70 {
  margin-right: calc(70 * 0.1rem) !important;
}

.u-mr-75 {
  margin-right: calc(75 * 0.1rem) !important;
}

.u-mr-80 {
  margin-right: calc(80 * 0.1rem) !important;
}

.u-mr-85 {
  margin-right: calc(85 * 0.1rem) !important;
}

.u-mr-90 {
  margin-right: calc(90 * 0.1rem) !important;
}

.u-mr-95 {
  margin-right: calc(95 * 0.1rem) !important;
}

.u-mr-100 {
  margin-right: calc(100 * 0.1rem) !important;
}

.u-mx-0 {
  margin-left: calc(0 * 0.1rem) !important;
  margin-right: calc(0 * 0.1rem) !important;
}

.u-mx-5 {
  margin-left: calc(5 * 0.1rem) !important;
  margin-right: calc(5 * 0.1rem) !important;
}

.u-mx-10 {
  margin-left: calc(10 * 0.1rem) !important;
  margin-right: calc(10 * 0.1rem) !important;
}

.u-mx-15 {
  margin-left: calc(15 * 0.1rem) !important;
  margin-right: calc(15 * 0.1rem) !important;
}

.u-mx-20 {
  margin-left: calc(20 * 0.1rem) !important;
  margin-right: calc(20 * 0.1rem) !important;
}

.u-mx-25 {
  margin-left: calc(25 * 0.1rem) !important;
  margin-right: calc(25 * 0.1rem) !important;
}

.u-mx-30 {
  margin-left: calc(30 * 0.1rem) !important;
  margin-right: calc(30 * 0.1rem) !important;
}

.u-mx-35 {
  margin-left: calc(35 * 0.1rem) !important;
  margin-right: calc(35 * 0.1rem) !important;
}

.u-mx-40 {
  margin-left: calc(40 * 0.1rem) !important;
  margin-right: calc(40 * 0.1rem) !important;
}

.u-mx-45 {
  margin-left: calc(45 * 0.1rem) !important;
  margin-right: calc(45 * 0.1rem) !important;
}

.u-mx-50 {
  margin-left: calc(50 * 0.1rem) !important;
  margin-right: calc(50 * 0.1rem) !important;
}

.u-mx-55 {
  margin-left: calc(55 * 0.1rem) !important;
  margin-right: calc(55 * 0.1rem) !important;
}

.u-mx-60 {
  margin-left: calc(60 * 0.1rem) !important;
  margin-right: calc(60 * 0.1rem) !important;
}

.u-mx-65 {
  margin-left: calc(65 * 0.1rem) !important;
  margin-right: calc(65 * 0.1rem) !important;
}

.u-mx-70 {
  margin-left: calc(70 * 0.1rem) !important;
  margin-right: calc(70 * 0.1rem) !important;
}

.u-mx-75 {
  margin-left: calc(75 * 0.1rem) !important;
  margin-right: calc(75 * 0.1rem) !important;
}

.u-mx-80 {
  margin-left: calc(80 * 0.1rem) !important;
  margin-right: calc(80 * 0.1rem) !important;
}

.u-mx-85 {
  margin-left: calc(85 * 0.1rem) !important;
  margin-right: calc(85 * 0.1rem) !important;
}

.u-mx-90 {
  margin-left: calc(90 * 0.1rem) !important;
  margin-right: calc(90 * 0.1rem) !important;
}

.u-mx-95 {
  margin-left: calc(95 * 0.1rem) !important;
  margin-right: calc(95 * 0.1rem) !important;
}

.u-mx-100 {
  margin-left: calc(100 * 0.1rem) !important;
  margin-right: calc(100 * 0.1rem) !important;
}

.u-my-0 {
  margin-top: calc(0 * 0.1rem) !important;
  margin-bottom: calc(0 * 0.1rem) !important;
}

.u-my-5 {
  margin-top: calc(5 * 0.1rem) !important;
  margin-bottom: calc(5 * 0.1rem) !important;
}

.u-my-10 {
  margin-top: calc(10 * 0.1rem) !important;
  margin-bottom: calc(10 * 0.1rem) !important;
}

.u-my-15 {
  margin-top: calc(15 * 0.1rem) !important;
  margin-bottom: calc(15 * 0.1rem) !important;
}

.u-my-20 {
  margin-top: calc(20 * 0.1rem) !important;
  margin-bottom: calc(20 * 0.1rem) !important;
}

.u-my-25 {
  margin-top: calc(25 * 0.1rem) !important;
  margin-bottom: calc(25 * 0.1rem) !important;
}

.u-my-30 {
  margin-top: calc(30 * 0.1rem) !important;
  margin-bottom: calc(30 * 0.1rem) !important;
}

.u-my-35 {
  margin-top: calc(35 * 0.1rem) !important;
  margin-bottom: calc(35 * 0.1rem) !important;
}

.u-my-40 {
  margin-top: calc(40 * 0.1rem) !important;
  margin-bottom: calc(40 * 0.1rem) !important;
}

.u-my-45 {
  margin-top: calc(45 * 0.1rem) !important;
  margin-bottom: calc(45 * 0.1rem) !important;
}

.u-my-50 {
  margin-top: calc(50 * 0.1rem) !important;
  margin-bottom: calc(50 * 0.1rem) !important;
}

.u-my-55 {
  margin-top: calc(55 * 0.1rem) !important;
  margin-bottom: calc(55 * 0.1rem) !important;
}

.u-my-60 {
  margin-top: calc(60 * 0.1rem) !important;
  margin-bottom: calc(60 * 0.1rem) !important;
}

.u-my-65 {
  margin-top: calc(65 * 0.1rem) !important;
  margin-bottom: calc(65 * 0.1rem) !important;
}

.u-my-70 {
  margin-top: calc(70 * 0.1rem) !important;
  margin-bottom: calc(70 * 0.1rem) !important;
}

.u-my-75 {
  margin-top: calc(75 * 0.1rem) !important;
  margin-bottom: calc(75 * 0.1rem) !important;
}

.u-my-80 {
  margin-top: calc(80 * 0.1rem) !important;
  margin-bottom: calc(80 * 0.1rem) !important;
}

.u-my-85 {
  margin-top: calc(85 * 0.1rem) !important;
  margin-bottom: calc(85 * 0.1rem) !important;
}

.u-my-90 {
  margin-top: calc(90 * 0.1rem) !important;
  margin-bottom: calc(90 * 0.1rem) !important;
}

.u-my-95 {
  margin-top: calc(95 * 0.1rem) !important;
  margin-bottom: calc(95 * 0.1rem) !important;
}

.u-my-100 {
  margin-top: calc(100 * 0.1rem) !important;
  margin-bottom: calc(100 * 0.1rem) !important;
}

/* Padding Utilities - 内余白 */
.u-p-0 {
  padding: calc(0 * 0.1rem) !important;
}

.u-p-5 {
  padding: calc(5 * 0.1rem) !important;
}

.u-p-10 {
  padding: calc(10 * 0.1rem) !important;
}

.u-p-15 {
  padding: calc(15 * 0.1rem) !important;
}

.u-p-20 {
  padding: calc(20 * 0.1rem) !important;
}

.u-p-25 {
  padding: calc(25 * 0.1rem) !important;
}

.u-p-30 {
  padding: calc(30 * 0.1rem) !important;
}

.u-p-35 {
  padding: calc(35 * 0.1rem) !important;
}

.u-p-40 {
  padding: calc(40 * 0.1rem) !important;
}

.u-p-45 {
  padding: calc(45 * 0.1rem) !important;
}

.u-p-50 {
  padding: calc(50 * 0.1rem) !important;
}

.u-p-55 {
  padding: calc(55 * 0.1rem) !important;
}

.u-p-60 {
  padding: calc(60 * 0.1rem) !important;
}

.u-p-65 {
  padding: calc(65 * 0.1rem) !important;
}

.u-p-70 {
  padding: calc(70 * 0.1rem) !important;
}

.u-p-75 {
  padding: calc(75 * 0.1rem) !important;
}

.u-p-80 {
  padding: calc(80 * 0.1rem) !important;
}

.u-p-85 {
  padding: calc(85 * 0.1rem) !important;
}

.u-p-90 {
  padding: calc(90 * 0.1rem) !important;
}

.u-p-95 {
  padding: calc(95 * 0.1rem) !important;
}

.u-p-100 {
  padding: calc(100 * 0.1rem) !important;
}

.u-pt-0 {
  padding-top: calc(0 * 0.1rem) !important;
}

.u-pt-5 {
  padding-top: calc(5 * 0.1rem) !important;
}

.u-pt-10 {
  padding-top: calc(10 * 0.1rem) !important;
}

.u-pt-15 {
  padding-top: calc(15 * 0.1rem) !important;
}

.u-pt-20 {
  padding-top: calc(20 * 0.1rem) !important;
}

.u-pt-25 {
  padding-top: calc(25 * 0.1rem) !important;
}

.u-pt-30 {
  padding-top: calc(30 * 0.1rem) !important;
}

.u-pt-35 {
  padding-top: calc(35 * 0.1rem) !important;
}

.u-pt-40 {
  padding-top: calc(40 * 0.1rem) !important;
}

.u-pt-45 {
  padding-top: calc(45 * 0.1rem) !important;
}

.u-pt-50 {
  padding-top: calc(50 * 0.1rem) !important;
}

.u-pt-55 {
  padding-top: calc(55 * 0.1rem) !important;
}

.u-pt-60 {
  padding-top: calc(60 * 0.1rem) !important;
}

.u-pt-65 {
  padding-top: calc(65 * 0.1rem) !important;
}

.u-pt-70 {
  padding-top: calc(70 * 0.1rem) !important;
}

.u-pt-75 {
  padding-top: calc(75 * 0.1rem) !important;
}

.u-pt-80 {
  padding-top: calc(80 * 0.1rem) !important;
}

.u-pt-85 {
  padding-top: calc(85 * 0.1rem) !important;
}

.u-pt-90 {
  padding-top: calc(90 * 0.1rem) !important;
}

.u-pt-95 {
  padding-top: calc(95 * 0.1rem) !important;
}

.u-pt-100 {
  padding-top: calc(100 * 0.1rem) !important;
}

.u-pb-0 {
  padding-bottom: calc(0 * 0.1rem) !important;
}

.u-pb-5 {
  padding-bottom: calc(5 * 0.1rem) !important;
}

.u-pb-10 {
  padding-bottom: calc(10 * 0.1rem) !important;
}

.u-pb-15 {
  padding-bottom: calc(15 * 0.1rem) !important;
}

.u-pb-20 {
  padding-bottom: calc(20 * 0.1rem) !important;
}

.u-pb-25 {
  padding-bottom: calc(25 * 0.1rem) !important;
}

.u-pb-30 {
  padding-bottom: calc(30 * 0.1rem) !important;
}

.u-pb-35 {
  padding-bottom: calc(35 * 0.1rem) !important;
}

.u-pb-40 {
  padding-bottom: calc(40 * 0.1rem) !important;
}

.u-pb-45 {
  padding-bottom: calc(45 * 0.1rem) !important;
}

.u-pb-50 {
  padding-bottom: calc(50 * 0.1rem) !important;
}

.u-pb-55 {
  padding-bottom: calc(55 * 0.1rem) !important;
}

.u-pb-60 {
  padding-bottom: calc(60 * 0.1rem) !important;
}

.u-pb-65 {
  padding-bottom: calc(65 * 0.1rem) !important;
}

.u-pb-70 {
  padding-bottom: calc(70 * 0.1rem) !important;
}

.u-pb-75 {
  padding-bottom: calc(75 * 0.1rem) !important;
}

.u-pb-80 {
  padding-bottom: calc(80 * 0.1rem) !important;
}

.u-pb-85 {
  padding-bottom: calc(85 * 0.1rem) !important;
}

.u-pb-90 {
  padding-bottom: calc(90 * 0.1rem) !important;
}

.u-pb-95 {
  padding-bottom: calc(95 * 0.1rem) !important;
}

.u-pb-100 {
  padding-bottom: calc(100 * 0.1rem) !important;
}

.u-pl-0 {
  padding-left: calc(0 * 0.1rem) !important;
}

.u-pl-5 {
  padding-left: calc(5 * 0.1rem) !important;
}

.u-pl-10 {
  padding-left: calc(10 * 0.1rem) !important;
}

.u-pl-15 {
  padding-left: calc(15 * 0.1rem) !important;
}

.u-pl-20 {
  padding-left: calc(20 * 0.1rem) !important;
}

.u-pl-25 {
  padding-left: calc(25 * 0.1rem) !important;
}

.u-pl-30 {
  padding-left: calc(30 * 0.1rem) !important;
}

.u-pl-35 {
  padding-left: calc(35 * 0.1rem) !important;
}

.u-pl-40 {
  padding-left: calc(40 * 0.1rem) !important;
}

.u-pl-45 {
  padding-left: calc(45 * 0.1rem) !important;
}

.u-pl-50 {
  padding-left: calc(50 * 0.1rem) !important;
}

.u-pl-55 {
  padding-left: calc(55 * 0.1rem) !important;
}

.u-pl-60 {
  padding-left: calc(60 * 0.1rem) !important;
}

.u-pl-65 {
  padding-left: calc(65 * 0.1rem) !important;
}

.u-pl-70 {
  padding-left: calc(70 * 0.1rem) !important;
}

.u-pl-75 {
  padding-left: calc(75 * 0.1rem) !important;
}

.u-pl-80 {
  padding-left: calc(80 * 0.1rem) !important;
}

.u-pl-85 {
  padding-left: calc(85 * 0.1rem) !important;
}

.u-pl-90 {
  padding-left: calc(90 * 0.1rem) !important;
}

.u-pl-95 {
  padding-left: calc(95 * 0.1rem) !important;
}

.u-pl-100 {
  padding-left: calc(100 * 0.1rem) !important;
}

.u-pr-0 {
  padding-right: calc(0 * 0.1rem) !important;
}

.u-pr-5 {
  padding-right: calc(5 * 0.1rem) !important;
}

.u-pr-10 {
  padding-right: calc(10 * 0.1rem) !important;
}

.u-pr-15 {
  padding-right: calc(15 * 0.1rem) !important;
}

.u-pr-20 {
  padding-right: calc(20 * 0.1rem) !important;
}

.u-pr-25 {
  padding-right: calc(25 * 0.1rem) !important;
}

.u-pr-30 {
  padding-right: calc(30 * 0.1rem) !important;
}

.u-pr-35 {
  padding-right: calc(35 * 0.1rem) !important;
}

.u-pr-40 {
  padding-right: calc(40 * 0.1rem) !important;
}

.u-pr-45 {
  padding-right: calc(45 * 0.1rem) !important;
}

.u-pr-50 {
  padding-right: calc(50 * 0.1rem) !important;
}

.u-pr-55 {
  padding-right: calc(55 * 0.1rem) !important;
}

.u-pr-60 {
  padding-right: calc(60 * 0.1rem) !important;
}

.u-pr-65 {
  padding-right: calc(65 * 0.1rem) !important;
}

.u-pr-70 {
  padding-right: calc(70 * 0.1rem) !important;
}

.u-pr-75 {
  padding-right: calc(75 * 0.1rem) !important;
}

.u-pr-80 {
  padding-right: calc(80 * 0.1rem) !important;
}

.u-pr-85 {
  padding-right: calc(85 * 0.1rem) !important;
}

.u-pr-90 {
  padding-right: calc(90 * 0.1rem) !important;
}

.u-pr-95 {
  padding-right: calc(95 * 0.1rem) !important;
}

.u-pr-100 {
  padding-right: calc(100 * 0.1rem) !important;
}

.u-px-0 {
  padding-left: calc(0 * 0.1rem) !important;
  padding-right: calc(0 * 0.1rem) !important;
}

.u-px-5 {
  padding-left: calc(5 * 0.1rem) !important;
  padding-right: calc(5 * 0.1rem) !important;
}

.u-px-10 {
  padding-left: calc(10 * 0.1rem) !important;
  padding-right: calc(10 * 0.1rem) !important;
}

.u-px-15 {
  padding-left: calc(15 * 0.1rem) !important;
  padding-right: calc(15 * 0.1rem) !important;
}

.u-px-20 {
  padding-left: calc(20 * 0.1rem) !important;
  padding-right: calc(20 * 0.1rem) !important;
}

.u-px-25 {
  padding-left: calc(25 * 0.1rem) !important;
  padding-right: calc(25 * 0.1rem) !important;
}

.u-px-30 {
  padding-left: calc(30 * 0.1rem) !important;
  padding-right: calc(30 * 0.1rem) !important;
}

.u-px-35 {
  padding-left: calc(35 * 0.1rem) !important;
  padding-right: calc(35 * 0.1rem) !important;
}

.u-px-40 {
  padding-left: calc(40 * 0.1rem) !important;
  padding-right: calc(40 * 0.1rem) !important;
}

.u-px-45 {
  padding-left: calc(45 * 0.1rem) !important;
  padding-right: calc(45 * 0.1rem) !important;
}

.u-px-50 {
  padding-left: calc(50 * 0.1rem) !important;
  padding-right: calc(50 * 0.1rem) !important;
}

.u-px-55 {
  padding-left: calc(55 * 0.1rem) !important;
  padding-right: calc(55 * 0.1rem) !important;
}

.u-px-60 {
  padding-left: calc(60 * 0.1rem) !important;
  padding-right: calc(60 * 0.1rem) !important;
}

.u-px-65 {
  padding-left: calc(65 * 0.1rem) !important;
  padding-right: calc(65 * 0.1rem) !important;
}

.u-px-70 {
  padding-left: calc(70 * 0.1rem) !important;
  padding-right: calc(70 * 0.1rem) !important;
}

.u-px-75 {
  padding-left: calc(75 * 0.1rem) !important;
  padding-right: calc(75 * 0.1rem) !important;
}

.u-px-80 {
  padding-left: calc(80 * 0.1rem) !important;
  padding-right: calc(80 * 0.1rem) !important;
}

.u-px-85 {
  padding-left: calc(85 * 0.1rem) !important;
  padding-right: calc(85 * 0.1rem) !important;
}

.u-px-90 {
  padding-left: calc(90 * 0.1rem) !important;
  padding-right: calc(90 * 0.1rem) !important;
}

.u-px-95 {
  padding-left: calc(95 * 0.1rem) !important;
  padding-right: calc(95 * 0.1rem) !important;
}

.u-px-100 {
  padding-left: calc(100 * 0.1rem) !important;
  padding-right: calc(100 * 0.1rem) !important;
}

.u-py-0 {
  padding-top: calc(0 * 0.1rem) !important;
  padding-bottom: calc(0 * 0.1rem) !important;
}

.u-py-5 {
  padding-top: calc(5 * 0.1rem) !important;
  padding-bottom: calc(5 * 0.1rem) !important;
}

.u-py-10 {
  padding-top: calc(10 * 0.1rem) !important;
  padding-bottom: calc(10 * 0.1rem) !important;
}

.u-py-15 {
  padding-top: calc(15 * 0.1rem) !important;
  padding-bottom: calc(15 * 0.1rem) !important;
}

.u-py-20 {
  padding-top: calc(20 * 0.1rem) !important;
  padding-bottom: calc(20 * 0.1rem) !important;
}

.u-py-25 {
  padding-top: calc(25 * 0.1rem) !important;
  padding-bottom: calc(25 * 0.1rem) !important;
}

.u-py-30 {
  padding-top: calc(30 * 0.1rem) !important;
  padding-bottom: calc(30 * 0.1rem) !important;
}

.u-py-35 {
  padding-top: calc(35 * 0.1rem) !important;
  padding-bottom: calc(35 * 0.1rem) !important;
}

.u-py-40 {
  padding-top: calc(40 * 0.1rem) !important;
  padding-bottom: calc(40 * 0.1rem) !important;
}

.u-py-45 {
  padding-top: calc(45 * 0.1rem) !important;
  padding-bottom: calc(45 * 0.1rem) !important;
}

.u-py-50 {
  padding-top: calc(50 * 0.1rem) !important;
  padding-bottom: calc(50 * 0.1rem) !important;
}

.u-py-55 {
  padding-top: calc(55 * 0.1rem) !important;
  padding-bottom: calc(55 * 0.1rem) !important;
}

.u-py-60 {
  padding-top: calc(60 * 0.1rem) !important;
  padding-bottom: calc(60 * 0.1rem) !important;
}

.u-py-65 {
  padding-top: calc(65 * 0.1rem) !important;
  padding-bottom: calc(65 * 0.1rem) !important;
}

.u-py-70 {
  padding-top: calc(70 * 0.1rem) !important;
  padding-bottom: calc(70 * 0.1rem) !important;
}

.u-py-75 {
  padding-top: calc(75 * 0.1rem) !important;
  padding-bottom: calc(75 * 0.1rem) !important;
}

.u-py-80 {
  padding-top: calc(80 * 0.1rem) !important;
  padding-bottom: calc(80 * 0.1rem) !important;
}

.u-py-85 {
  padding-top: calc(85 * 0.1rem) !important;
  padding-bottom: calc(85 * 0.1rem) !important;
}

.u-py-90 {
  padding-top: calc(90 * 0.1rem) !important;
  padding-bottom: calc(90 * 0.1rem) !important;
}

.u-py-95 {
  padding-top: calc(95 * 0.1rem) !important;
  padding-bottom: calc(95 * 0.1rem) !important;
}

.u-py-100 {
  padding-top: calc(100 * 0.1rem) !important;
  padding-bottom: calc(100 * 0.1rem) !important;
}

/* 特殊ケース: auto margin */
.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/* 負のマージン */
.u--mt-5 {
  margin-top: calc(-5 * 0.1rem) !important;
}

.u--mt-10 {
  margin-top: calc(-10 * 0.1rem) !important;
}

.u--mt-15 {
  margin-top: calc(-15 * 0.1rem) !important;
}

.u--mt-20 {
  margin-top: calc(-20 * 0.1rem) !important;
}

.u--mt-25 {
  margin-top: calc(-25 * 0.1rem) !important;
}

.u--mt-30 {
  margin-top: calc(-30 * 0.1rem) !important;
}

.u--mt-35 {
  margin-top: calc(-35 * 0.1rem) !important;
}

.u--mt-40 {
  margin-top: calc(-40 * 0.1rem) !important;
}

.u--mt-45 {
  margin-top: calc(-45 * 0.1rem) !important;
}

.u--mt-50 {
  margin-top: calc(-50 * 0.1rem) !important;
}

.u--mb-5 {
  margin-bottom: calc(-5 * 0.1rem) !important;
}

.u--mb-10 {
  margin-bottom: calc(-10 * 0.1rem) !important;
}

.u--mb-15 {
  margin-bottom: calc(-15 * 0.1rem) !important;
}

.u--mb-20 {
  margin-bottom: calc(-20 * 0.1rem) !important;
}

.u--mb-25 {
  margin-bottom: calc(-25 * 0.1rem) !important;
}

.u--mb-30 {
  margin-bottom: calc(-30 * 0.1rem) !important;
}

.u--mb-35 {
  margin-bottom: calc(-35 * 0.1rem) !important;
}

.u--mb-40 {
  margin-bottom: calc(-40 * 0.1rem) !important;
}

.u--mb-45 {
  margin-bottom: calc(-45 * 0.1rem) !important;
}

.u--mb-50 {
  margin-bottom: calc(-50 * 0.1rem) !important;
}

.u--ml-5 {
  margin-left: calc(-5 * 0.1rem) !important;
}

.u--ml-10 {
  margin-left: calc(-10 * 0.1rem) !important;
}

.u--ml-15 {
  margin-left: calc(-15 * 0.1rem) !important;
}

.u--ml-20 {
  margin-left: calc(-20 * 0.1rem) !important;
}

.u--ml-25 {
  margin-left: calc(-25 * 0.1rem) !important;
}

.u--ml-30 {
  margin-left: calc(-30 * 0.1rem) !important;
}

.u--ml-35 {
  margin-left: calc(-35 * 0.1rem) !important;
}

.u--ml-40 {
  margin-left: calc(-40 * 0.1rem) !important;
}

.u--ml-45 {
  margin-left: calc(-45 * 0.1rem) !important;
}

.u--ml-50 {
  margin-left: calc(-50 * 0.1rem) !important;
}

.u--mr-5 {
  margin-right: calc(-5 * 0.1rem) !important;
}

.u--mr-10 {
  margin-right: calc(-10 * 0.1rem) !important;
}

.u--mr-15 {
  margin-right: calc(-15 * 0.1rem) !important;
}

.u--mr-20 {
  margin-right: calc(-20 * 0.1rem) !important;
}

.u--mr-25 {
  margin-right: calc(-25 * 0.1rem) !important;
}

.u--mr-30 {
  margin-right: calc(-30 * 0.1rem) !important;
}

.u--mr-35 {
  margin-right: calc(-35 * 0.1rem) !important;
}

.u--mr-40 {
  margin-right: calc(-40 * 0.1rem) !important;
}

.u--mr-45 {
  margin-right: calc(-45 * 0.1rem) !important;
}

.u--mr-50 {
  margin-right: calc(-50 * 0.1rem) !important;
}

/* Responsive Margin Utilities - レスポンシブ外余白（768px以下） */
@media (max-width: 768px) {
  .u-md-m-0 {
    margin: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-5 {
    margin: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-10 {
    margin: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-15 {
    margin: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-20 {
    margin: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-25 {
    margin: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-30 {
    margin: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-35 {
    margin: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-40 {
    margin: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-45 {
    margin: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-50 {
    margin: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-55 {
    margin: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-60 {
    margin: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-65 {
    margin: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-70 {
    margin: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-75 {
    margin: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-80 {
    margin: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-85 {
    margin: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-90 {
    margin: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-95 {
    margin: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-m-100 {
    margin: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-0 {
    margin-top: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-5 {
    margin-top: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-10 {
    margin-top: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-15 {
    margin-top: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-20 {
    margin-top: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-25 {
    margin-top: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-30 {
    margin-top: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-35 {
    margin-top: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-40 {
    margin-top: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-45 {
    margin-top: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-50 {
    margin-top: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-55 {
    margin-top: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-60 {
    margin-top: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-65 {
    margin-top: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-70 {
    margin-top: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-75 {
    margin-top: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-80 {
    margin-top: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-85 {
    margin-top: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-90 {
    margin-top: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-95 {
    margin-top: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mt-100 {
    margin-top: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-0 {
    margin-bottom: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-5 {
    margin-bottom: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-10 {
    margin-bottom: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-15 {
    margin-bottom: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-20 {
    margin-bottom: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-25 {
    margin-bottom: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-30 {
    margin-bottom: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-35 {
    margin-bottom: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-40 {
    margin-bottom: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-45 {
    margin-bottom: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-50 {
    margin-bottom: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-55 {
    margin-bottom: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-60 {
    margin-bottom: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-65 {
    margin-bottom: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-70 {
    margin-bottom: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-75 {
    margin-bottom: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-80 {
    margin-bottom: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-85 {
    margin-bottom: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-90 {
    margin-bottom: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-95 {
    margin-bottom: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mb-100 {
    margin-bottom: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-0 {
    margin-left: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-5 {
    margin-left: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-10 {
    margin-left: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-15 {
    margin-left: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-20 {
    margin-left: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-25 {
    margin-left: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-30 {
    margin-left: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-35 {
    margin-left: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-40 {
    margin-left: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-45 {
    margin-left: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-50 {
    margin-left: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-55 {
    margin-left: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-60 {
    margin-left: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-65 {
    margin-left: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-70 {
    margin-left: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-75 {
    margin-left: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-80 {
    margin-left: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-85 {
    margin-left: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-90 {
    margin-left: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-95 {
    margin-left: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-ml-100 {
    margin-left: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-0 {
    margin-right: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-5 {
    margin-right: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-10 {
    margin-right: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-15 {
    margin-right: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-20 {
    margin-right: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-25 {
    margin-right: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-30 {
    margin-right: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-35 {
    margin-right: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-40 {
    margin-right: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-45 {
    margin-right: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-50 {
    margin-right: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-55 {
    margin-right: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-60 {
    margin-right: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-65 {
    margin-right: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-70 {
    margin-right: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-75 {
    margin-right: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-80 {
    margin-right: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-85 {
    margin-right: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-90 {
    margin-right: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-95 {
    margin-right: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mr-100 {
    margin-right: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-0 {
    margin-left: calc(0 * 0.1rem) !important;
    margin-right: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-5 {
    margin-left: calc(5 * 0.1rem) !important;
    margin-right: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-10 {
    margin-left: calc(10 * 0.1rem) !important;
    margin-right: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-15 {
    margin-left: calc(15 * 0.1rem) !important;
    margin-right: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-20 {
    margin-left: calc(20 * 0.1rem) !important;
    margin-right: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-25 {
    margin-left: calc(25 * 0.1rem) !important;
    margin-right: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-30 {
    margin-left: calc(30 * 0.1rem) !important;
    margin-right: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-35 {
    margin-left: calc(35 * 0.1rem) !important;
    margin-right: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-40 {
    margin-left: calc(40 * 0.1rem) !important;
    margin-right: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-45 {
    margin-left: calc(45 * 0.1rem) !important;
    margin-right: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-50 {
    margin-left: calc(50 * 0.1rem) !important;
    margin-right: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-55 {
    margin-left: calc(55 * 0.1rem) !important;
    margin-right: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-60 {
    margin-left: calc(60 * 0.1rem) !important;
    margin-right: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-65 {
    margin-left: calc(65 * 0.1rem) !important;
    margin-right: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-70 {
    margin-left: calc(70 * 0.1rem) !important;
    margin-right: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-75 {
    margin-left: calc(75 * 0.1rem) !important;
    margin-right: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-80 {
    margin-left: calc(80 * 0.1rem) !important;
    margin-right: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-85 {
    margin-left: calc(85 * 0.1rem) !important;
    margin-right: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-90 {
    margin-left: calc(90 * 0.1rem) !important;
    margin-right: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-95 {
    margin-left: calc(95 * 0.1rem) !important;
    margin-right: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-mx-100 {
    margin-left: calc(100 * 0.1rem) !important;
    margin-right: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-0 {
    margin-top: calc(0 * 0.1rem) !important;
    margin-bottom: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-5 {
    margin-top: calc(5 * 0.1rem) !important;
    margin-bottom: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-10 {
    margin-top: calc(10 * 0.1rem) !important;
    margin-bottom: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-15 {
    margin-top: calc(15 * 0.1rem) !important;
    margin-bottom: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-20 {
    margin-top: calc(20 * 0.1rem) !important;
    margin-bottom: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-25 {
    margin-top: calc(25 * 0.1rem) !important;
    margin-bottom: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-30 {
    margin-top: calc(30 * 0.1rem) !important;
    margin-bottom: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-35 {
    margin-top: calc(35 * 0.1rem) !important;
    margin-bottom: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-40 {
    margin-top: calc(40 * 0.1rem) !important;
    margin-bottom: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-45 {
    margin-top: calc(45 * 0.1rem) !important;
    margin-bottom: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-50 {
    margin-top: calc(50 * 0.1rem) !important;
    margin-bottom: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-55 {
    margin-top: calc(55 * 0.1rem) !important;
    margin-bottom: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-60 {
    margin-top: calc(60 * 0.1rem) !important;
    margin-bottom: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-65 {
    margin-top: calc(65 * 0.1rem) !important;
    margin-bottom: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-70 {
    margin-top: calc(70 * 0.1rem) !important;
    margin-bottom: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-75 {
    margin-top: calc(75 * 0.1rem) !important;
    margin-bottom: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-80 {
    margin-top: calc(80 * 0.1rem) !important;
    margin-bottom: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-85 {
    margin-top: calc(85 * 0.1rem) !important;
    margin-bottom: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-90 {
    margin-top: calc(90 * 0.1rem) !important;
    margin-bottom: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-95 {
    margin-top: calc(95 * 0.1rem) !important;
    margin-bottom: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-my-100 {
    margin-top: calc(100 * 0.1rem) !important;
    margin-bottom: calc(100 * 0.1rem) !important;
  }
}

/* Responsive Padding Utilities - レスポンシブ内余白（768px以下） */
@media (max-width: 768px) {
  .u-md-p-0 {
    padding: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-5 {
    padding: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-10 {
    padding: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-15 {
    padding: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-20 {
    padding: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-25 {
    padding: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-30 {
    padding: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-35 {
    padding: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-40 {
    padding: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-45 {
    padding: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-50 {
    padding: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-55 {
    padding: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-60 {
    padding: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-65 {
    padding: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-70 {
    padding: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-75 {
    padding: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-80 {
    padding: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-85 {
    padding: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-90 {
    padding: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-95 {
    padding: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-p-100 {
    padding: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-0 {
    padding-top: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-5 {
    padding-top: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-10 {
    padding-top: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-15 {
    padding-top: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-20 {
    padding-top: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-25 {
    padding-top: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-30 {
    padding-top: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-35 {
    padding-top: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-40 {
    padding-top: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-45 {
    padding-top: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-50 {
    padding-top: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-55 {
    padding-top: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-60 {
    padding-top: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-65 {
    padding-top: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-70 {
    padding-top: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-75 {
    padding-top: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-80 {
    padding-top: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-85 {
    padding-top: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-90 {
    padding-top: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-95 {
    padding-top: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pt-100 {
    padding-top: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-0 {
    padding-bottom: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-5 {
    padding-bottom: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-10 {
    padding-bottom: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-15 {
    padding-bottom: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-20 {
    padding-bottom: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-25 {
    padding-bottom: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-30 {
    padding-bottom: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-35 {
    padding-bottom: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-40 {
    padding-bottom: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-45 {
    padding-bottom: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-50 {
    padding-bottom: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-55 {
    padding-bottom: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-60 {
    padding-bottom: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-65 {
    padding-bottom: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-70 {
    padding-bottom: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-75 {
    padding-bottom: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-80 {
    padding-bottom: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-85 {
    padding-bottom: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-90 {
    padding-bottom: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-95 {
    padding-bottom: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pb-100 {
    padding-bottom: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-0 {
    padding-left: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-5 {
    padding-left: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-10 {
    padding-left: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-15 {
    padding-left: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-20 {
    padding-left: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-25 {
    padding-left: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-30 {
    padding-left: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-35 {
    padding-left: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-40 {
    padding-left: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-45 {
    padding-left: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-50 {
    padding-left: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-55 {
    padding-left: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-60 {
    padding-left: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-65 {
    padding-left: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-70 {
    padding-left: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-75 {
    padding-left: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-80 {
    padding-left: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-85 {
    padding-left: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-90 {
    padding-left: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-95 {
    padding-left: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pl-100 {
    padding-left: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-0 {
    padding-right: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-5 {
    padding-right: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-10 {
    padding-right: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-15 {
    padding-right: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-20 {
    padding-right: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-25 {
    padding-right: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-30 {
    padding-right: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-35 {
    padding-right: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-40 {
    padding-right: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-45 {
    padding-right: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-50 {
    padding-right: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-55 {
    padding-right: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-60 {
    padding-right: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-65 {
    padding-right: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-70 {
    padding-right: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-75 {
    padding-right: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-80 {
    padding-right: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-85 {
    padding-right: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-90 {
    padding-right: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-95 {
    padding-right: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-pr-100 {
    padding-right: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-0 {
    padding-left: calc(0 * 0.1rem) !important;
    padding-right: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-5 {
    padding-left: calc(5 * 0.1rem) !important;
    padding-right: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-10 {
    padding-left: calc(10 * 0.1rem) !important;
    padding-right: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-15 {
    padding-left: calc(15 * 0.1rem) !important;
    padding-right: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-20 {
    padding-left: calc(20 * 0.1rem) !important;
    padding-right: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-25 {
    padding-left: calc(25 * 0.1rem) !important;
    padding-right: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-30 {
    padding-left: calc(30 * 0.1rem) !important;
    padding-right: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-35 {
    padding-left: calc(35 * 0.1rem) !important;
    padding-right: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-40 {
    padding-left: calc(40 * 0.1rem) !important;
    padding-right: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-45 {
    padding-left: calc(45 * 0.1rem) !important;
    padding-right: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-50 {
    padding-left: calc(50 * 0.1rem) !important;
    padding-right: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-55 {
    padding-left: calc(55 * 0.1rem) !important;
    padding-right: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-60 {
    padding-left: calc(60 * 0.1rem) !important;
    padding-right: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-65 {
    padding-left: calc(65 * 0.1rem) !important;
    padding-right: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-70 {
    padding-left: calc(70 * 0.1rem) !important;
    padding-right: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-75 {
    padding-left: calc(75 * 0.1rem) !important;
    padding-right: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-80 {
    padding-left: calc(80 * 0.1rem) !important;
    padding-right: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-85 {
    padding-left: calc(85 * 0.1rem) !important;
    padding-right: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-90 {
    padding-left: calc(90 * 0.1rem) !important;
    padding-right: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-95 {
    padding-left: calc(95 * 0.1rem) !important;
    padding-right: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-px-100 {
    padding-left: calc(100 * 0.1rem) !important;
    padding-right: calc(100 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-0 {
    padding-top: calc(0 * 0.1rem) !important;
    padding-bottom: calc(0 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-5 {
    padding-top: calc(5 * 0.1rem) !important;
    padding-bottom: calc(5 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-10 {
    padding-top: calc(10 * 0.1rem) !important;
    padding-bottom: calc(10 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-15 {
    padding-top: calc(15 * 0.1rem) !important;
    padding-bottom: calc(15 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-20 {
    padding-top: calc(20 * 0.1rem) !important;
    padding-bottom: calc(20 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-25 {
    padding-top: calc(25 * 0.1rem) !important;
    padding-bottom: calc(25 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-30 {
    padding-top: calc(30 * 0.1rem) !important;
    padding-bottom: calc(30 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-35 {
    padding-top: calc(35 * 0.1rem) !important;
    padding-bottom: calc(35 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-40 {
    padding-top: calc(40 * 0.1rem) !important;
    padding-bottom: calc(40 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-45 {
    padding-top: calc(45 * 0.1rem) !important;
    padding-bottom: calc(45 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-50 {
    padding-top: calc(50 * 0.1rem) !important;
    padding-bottom: calc(50 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-55 {
    padding-top: calc(55 * 0.1rem) !important;
    padding-bottom: calc(55 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-60 {
    padding-top: calc(60 * 0.1rem) !important;
    padding-bottom: calc(60 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-65 {
    padding-top: calc(65 * 0.1rem) !important;
    padding-bottom: calc(65 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-70 {
    padding-top: calc(70 * 0.1rem) !important;
    padding-bottom: calc(70 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-75 {
    padding-top: calc(75 * 0.1rem) !important;
    padding-bottom: calc(75 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-80 {
    padding-top: calc(80 * 0.1rem) !important;
    padding-bottom: calc(80 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-85 {
    padding-top: calc(85 * 0.1rem) !important;
    padding-bottom: calc(85 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-90 {
    padding-top: calc(90 * 0.1rem) !important;
    padding-bottom: calc(90 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-95 {
    padding-top: calc(95 * 0.1rem) !important;
    padding-bottom: calc(95 * 0.1rem) !important;
  }
}

@media (max-width: 768px) {
  .u-md-py-100 {
    padding-top: calc(100 * 0.1rem) !important;
    padding-bottom: calc(100 * 0.1rem) !important;
  }
}

/* ==========================================================================
   Typography Utilities - タイポグラフィユーティリティ

   使用例:
   - .u-font-bold : font-weight: bold
   - .u-font-normal : font-weight: normal
   - .u-font-light : font-weight: 300
   - .u-text-center : text-align: center
   - .u-text-left : text-align: left
   - .u-text-right : text-align: right
   ========================================================================== */
/* Font Weight Utilities - フォントウェイト */
.u-font-bold {
  font-weight: bold !important;
}

/* ==========================================================================
   InView Animations - Fade Up Only
   ========================================================================== */
/* 基本設定 */
.inview-hidden {
  opacity: 0;
  visibility: hidden;
}

.inview-animated {
  opacity: 1;
  visibility: visible;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 下から上にフェードイン（統一アニメーション） */
.inview-fade-up.inview-hidden {
  opacity: 0;
  transform: translateY(30px);
}
.inview-fade-up.inview-animated {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* c-nav、c-logo、imgタグ、フッター内要素はアニメーションを無効化 */
.c-nav.inview-hidden,
.c-logo.inview-hidden,
.c-nav *.inview-hidden,
.c-logo *.inview-hidden,
.c-footer *.inview-hidden,
img.inview-hidden {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.c-nav.inview-animated,
.c-logo.inview-animated,
.c-nav *.inview-animated,
.c-logo *.inview-animated,
.c-footer *.inview-animated,
img.inview-animated {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

/* c-mobile-menuの初期状態を強制（アニメーションに関係なく） */
.c-mobile-menu {
  opacity: 0 !important;
  visibility: hidden !important;
}

.c-mobile-menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ==========================================================================
   Site Project
   ========================================================================== */
.l-wrapper {
  background: #e9ede6;
  min-height: 100vh;
}

/* About Page Specific Styles */
/* About Content */
.c-about-content {
  max-width: 1200px;
  margin: 0 auto;
}

.c-about-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem; /* 35px equivalent */
  font-weight: bold;
  line-height: 1.75;
  color: #000;
  margin-bottom: 2.5rem;
  text-align: left;
}

.c-about-text {
  display: flex;
  flex-direction: column;
  gap: 1.125rem; /* 18px */
}

.c-about-paragraph {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5625rem; /* 25px */
  line-height: 1.75;
  color: #000;
}

/* Access Content */
.c-access-content {
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 4.375rem; /* 70px offset from original design */
  padding-right: 4.375rem;
}

.c-access-map {
  width: 100%;
  margin-bottom: 4rem;
}

.c-map-placeholder {
  width: 100%;
  height: 50rem; /* 800px */
  background-color: #cbcbcb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.c-map-placeholder p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #666;
  text-align: center;
  padding: 2rem;
}

.c-map-embed {
  width: 100%;
  height: 50rem; /* 800px */
  overflow: hidden;
}
.c-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Company Info in Footer (if needed for about page specific styling) */
.c-about-company-info {
  display: flex;
  flex-direction: column;
  gap: 2.125rem; /* 34px */
  align-items: flex-start;
  width: 26.8125rem; /* 429px */
}

.c-about-company-logo {
  width: 20.7275rem; /* 331.64px */
  height: 11.234375rem; /* 179.75px */
}
.c-about-company-logo svg {
  width: 100%;
  height: 100%;
}

.c-about-company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem; /* 20px equivalent */
  line-height: 1.75;
  color: #000;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .c-about-heading {
    font-size: 1.75rem;
    text-align: center;
  }
  .c-about-paragraph {
    font-size: 1rem;
  }
  .c-access-content {
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 2rem;
  }
  .c-map-placeholder,
  .c-map-embed {
    height: 25rem; /* 400px */
  }
  .c-about-company-info {
    width: 100%;
    gap: 1.5rem;
  }
}
/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .c-about-heading {
    font-size: 2rem;
  }
  .c-about-paragraph {
    font-size: 1.25rem;
  }
  .c-access-content {
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 3rem;
  }
  .c-map-placeholder,
  .c-map-embed {
    height: 40rem; /* 640px */
  }
}
/* Responsive Map Styles */
@media (max-width: 768px) {
  .c-map-embed {
    height: 25rem; /* 400px on mobile */
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .c-map-embed {
    height: 35rem; /* 560px on tablet */
  }
}
/* Large Desktop Styles */
@media (min-width: 1441px) {
  .c-about-content,
  .c-access-content {
    max-width: 1400px;
  }
}
/* Text Center Utility for About Page */
.text-center {
  text-align: center;
}

/* Additional spacing for About page sections */
.l-section--about {
  padding: 4rem 0;
}
.l-section--about:first-of-type {
  padding-top: 2rem;
}

/* Ensure proper spacing between sections */
.c-section-title + .l-section {
  padding-top: 2rem;
}

/* ==========================================================================
   Blog Page Specific Styles
   ========================================================================== */
/* Single Post Styles */
.c-single-post__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.c-single-post__content {
  padding-top: 4rem;
}
.c-single-post__content p {
  margin: 2rem;
}
.c-single-post__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #e8ebe4;
}
.c-single-post__navigation a {
  text-decoration: none !important; /* Force no underline */
}
.c-single-post__navigation a:hover {
  text-decoration: none !important; /* Force no underline on hover */
}
.c-single-post__navigation a:focus {
  outline: none;
  text-decoration: none !important; /* Force no underline on focus */
}
.c-single-post__footer {
  margin-top: 4rem;
}

/* Blog Page Layout */
.l-main a img {
  transition: all 0.3s;
}
.l-main a:hover img {
  opacity: 0.5;
}

/* Blog Content Styles */
.p-blog {
  font-weight: bold;
}
.p-blog h1 {
  margin: 0 0 20px;
  font-weight: bold;
}
.p-blog h2 {
  margin: 0 0 15px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic;
  font-weight: bold;
  font-size: 18px;
}
.p-blog .intro {
  margin: 0 0 30px;
}
.p-blog article {
  margin: 0 0 40px;
  padding: 38px 0 0;
  background: url(../images/blog/line_01.png) left top repeat-x;
}
.p-blog article h1 {
  font-size: 18px;
}
.p-blog article .post-content {
  overflow: hidden;
}
.p-blog article .post-content p {
  margin: 20px 0 0;
  font-weight: normal;
}

/* Category List */
.c-category-list .c-post-list {
  padding: 0 0 30px;
  border-bottom: 1px solid #e8ebe4;
}
.c-category-list .c-post-list li {
  position: relative;
  display: inline-block;
  margin: 0 40px 0 0;
}
.c-category-list .c-post-list li a {
  position: relative;
  z-index: 101;
}
.c-category-list .c-post-list li ul {
  display: none;
  position: absolute;
  top: -5px;
  left: -10px;
  min-width: 120px;
  padding: 0 10px;
  font-size: 10px;
  text-align: left;
  background: #e8ebe4;
  border-bottom: 0;
  z-index: 100;
}
.c-category-list .c-post-list li ul li {
  margin: 0 0 5px;
  display: block;
}
.c-category-list .c-post-list li ul li:first-child {
  padding-top: 40px;
}

/* Post Navigation Styles */
.c-post-nav {
  width: 20rem;
}
.c-post-nav a, .c-post-nav__disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1rem 1rem;
  background: transparent;
  border: 1px solid #000;
  border-radius: 1rem;
  text-decoration: none !important; /* Force no underline */
  color: #000;
  transition: all 0.3s ease;
  gap: 0.75rem;
  height: 100%;
  min-height: 5rem;
}
.c-post-nav a:hover {
  background: #000;
  color: #fff;
  text-decoration: none !important; /* Force no underline on hover */
}
.c-post-nav a:focus {
  outline: none;
  text-decoration: none !important; /* Force no underline on focus */
}
.c-post-nav__disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.c-post-nav__label {
  font-size: 1.6rem;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
}
.c-post-nav__arrow {
  font-size: 2rem;
  color: inherit;
}
/* Blog Page Pagination */
.p-blog__pagination {
  display: flex;
  justify-content: center;
  margin: 6rem 0 8rem 0;
}

/* Service Page Specific Styles */
/* Service Navigation */
.c-service-nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.c-service-nav__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: 1px solid #000;
  border-radius: 50px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  text-decoration: none !important; /* Force no underline */
  transition: all 0.3s ease;
  white-space: nowrap;
}
.c-service-nav__button:hover {
  background: #000;
  color: #fff;
  text-decoration: none !important; /* Force no underline on hover */
}
.c-service-nav__button:focus {
  outline: none; /* Remove focus outline */
  text-decoration: none !important; /* Force no underline on focus */
}

/* Service Sections */
.c-service-description {
  margin-bottom: 4rem;
}

.c-service-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.c-service-features li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}
.c-service-features li::before {
  content: "◉";
  position: absolute;
  left: 0;
  color: #000;
}

/* Line Samples - コンポーネントに移動済み */
/* Pricing */
.c-pricing-title {
  font-size: 1.4rem;
}

.c-service-pricing {
  font-size: 1.4rem;
}

.c-pricing-table {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.c-service-specs {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.c-service-specs .c-service-specs-title {
  margin: 1.5rem 0 0.5rem 0;
  border-top: 1px solid #000;
  padding-top: 1.5rem;
}
.c-service-specs .c-service-specs-title__no-lines {
  border-top: none;
  padding-top: 0;
}

/* Machine Sections for Factory Page */
.c-machine-section {
  margin-bottom: 8rem;
}

.c-machine-content {
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}

.c-machine-images {
  flex: 1;
}

.c-machine-image {
  width: 100%;
  height: auto;
}

.c-machine-description {
  flex: 1;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .c-service-nav {
    gap: 1rem;
  }
  .c-service-nav__button {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }
  .c-service-image-group {
    flex-direction: column;
    gap: 2rem;
  }
  .c-service-features li {
    font-size: 1.6rem;
  }
  .c-machine-section {
    margin-bottom: 4rem;
  }
  .c-machine-content {
    flex-direction: column;
    gap: 2rem;
  }
  .c-service-title {
    font-size: 2.4rem;
  }
}
/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .c-service-nav {
    gap: 1.5rem;
  }
  .c-service-image-group {
    gap: 3rem;
  }
  .c-machine-content {
    gap: 3rem;
  }
}
/* ==========================================================================
   Binding Page Project Styles
   ========================================================================== */
/* Service2 Page Specific Styles */
.p-binding-page {
  background-color: #e9ede6;
  min-height: 100vh;
  position: relative;
}

/* Service Title */
.p-binding-page__title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 6.5rem;
  line-height: normal;
  color: #231814;
  text-align: center;
  margin-top: 58.2rem;
  margin-bottom: 11.6rem;
}

/* Navigation Buttons */
.p-binding-page__nav {
  display: flex;
  gap: 3.7rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 12rem;
}

.p-binding-page__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.9rem;
  border: 1px solid #000000;
  border-radius: 5rem;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2.45rem;
  color: #000000;
  text-decoration: none;
  height: 5.029rem;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.p-binding-page__nav-button:hover {
  background-color: #000000;
  color: #ffffff;
}

/* Main Content Section */
.p-binding-page__content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 12rem;
}

.p-binding-page__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1.75;
  color: #000000;
  text-decoration: underline;
  text-underline-position: from-font;
  margin-bottom: 4rem;
}

.p-binding-page__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 4rem;
}
.p-binding-page__description p {
  margin: 0;
}

/* Service Lists */
.p-binding-page__list-section {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
  margin-bottom: 4rem;
}

.p-binding-page__list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  font-weight: normal;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .p-binding-page__title {
    font-size: 4rem;
    margin-top: 30rem;
    margin-bottom: 6rem;
  }
  .p-binding-page__nav {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .p-binding-page__nav-button {
    font-size: 2rem;
    padding: 0.8rem 1.5rem;
    height: 4rem;
  }
  .p-binding-page__content {
    padding: 0 2rem;
  }
  .p-binding-page__section-title {
    font-size: 2.5rem;
  }
  .p-binding-page__description {
    font-size: 1.8rem;
  }
}
/* ==========================================================================
   Contact Page Specific Styles
   ========================================================================== */
/* ==========================================================================
   Fixed Page Styles
   ========================================================================== */
/* 固定ページでbrタグを無効化 */
.page .entry-content br {
  display: none;
}

/* ==========================================================================
   Showcase Post Type Styles
   ========================================================================== */
/* Showcase投稿のコンテンツ表示 */
.post-type-showcase .entry-content {
  /* 複数のbrタグによる間隔 */
  /* 段落の間隔調整 */
}
.post-type-showcase .entry-content br {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.post-type-showcase .entry-content br + br {
  margin-top: 1em;
  display: block;
}
.post-type-showcase .entry-content p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.post-type-showcase .entry-content p + p {
  margin-top: 1em;
}

/* ==========================================================================
   Editor Styles (Classic Editor)
   ========================================================================== */
/* Classic Editor用のbrタグスタイル */
body#tinymce,
.wp-editor-area {
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body#tinymce br,
.wp-editor-area br {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: block;
}

/* 複数のbrタグによる間隔 */
body#tinymce br + br,
.wp-editor-area br + br {
  margin-top: 1em;
  display: block;
}

/* 段落の間隔調整 */
body#tinymce p,
.wp-editor-area p {
  margin-bottom: 1em;
  line-height: 1.6;
}

body#tinymce p + p,
.wp-editor-area p + p {
  margin-top: 1em;
}

/* Classic Editorのテキストエリア用 */
.wp-editor-area {
  font-size: 14px;
  line-height: 1.6;
}

/* エディタ内での改行表示を改善 */
.wp-editor-area br {
  line-height: 1.6;
}

/* ==========================================================================
   Contact Page Specific Styles
   ========================================================================== */
/* Header/Logo Section */
.c-contact-header {
  position: absolute;
  top: 10rem;
  left: 12.1rem;
  width: 119.626rem;
  height: 20rem;
}

.c-contact-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30.85%;
  height: 100%;
}
.c-contact-logo svg {
  width: 100%;
  height: 100%;
}

.c-contact-header-nav {
  position: absolute;
  bottom: 0.5%;
  top: 85.5%;
  left: calc(50% + 25.0868rem);
  transform: translateX(-50%);
  display: flex;
  gap: 2.9rem;
  align-items: center;
  width: 70rem;
}
.c-contact-header-nav a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.c-contact-header-nav a:hover {
  text-decoration: underline;
}

.c-contact-shop-link {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  position: relative;
}

.c-contact-shop-icon {
  grid-area: 1/1;
  margin-left: 79.983%;
  margin-top: 32.143%;
  width: 1.2263rem;
  height: 1.1286rem;
  position: relative;
}
.c-contact-shop-icon svg {
  position: absolute;
  inset: -6.65% -6.12%;
  width: 100%;
  height: 100%;
}

.c-contact-shop-text {
  grid-area: 1/1;
  margin: 0;
}

/* Contact Form Component */
.c-contact-form {
  /* Contact Form 7 専用のスタイル */
  /* Contact Form 7 のラジオボタンスタイル */
  /* Contact Form 7 のチェックボックススタイル */
  /* Contact Form 7 の送信ボタンスタイル */
  /* wpcf7-radio の横並びスタイル */
}
.c-contact-form__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}
.c-contact-form__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #666666;
  margin-bottom: 4rem;
}
.c-contact-form__section {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.c-contact-form__section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #000000;
}
.c-contact-form__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.c-contact-form__privacy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 2rem;
}
.c-contact-form__privacy-text p {
  margin-bottom: 1.5rem;
}
.c-contact-form__privacy-text a {
  color: #0066cc;
  text-decoration: underline;
}
.c-contact-form__required-mark {
  color: #d4183d;
  font-weight: bold;
}
.c-contact-form__group {
  margin-bottom: 3rem;
}
.c-contact-form__group--sm {
  max-width: 20rem;
}
.c-contact-form__group--md {
  max-width: 30rem;
}
.c-contact-form__group--lg {
  max-width: 40rem;
}
.c-contact-form__group--xl {
  max-width: 50rem;
}
.c-contact-form__row {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
.c-contact-form__row .c-contact-form__group {
  flex: 1;
}
.c-contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  display: block;
  margin-bottom: 0.8rem;
}
.c-contact-form__label--required::after {
  content: " *";
  color: #d4183d;
}
.c-contact-form__input, .c-contact-form__textarea, .c-contact-form__select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.4rem;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
}
.c-contact-form__input:focus, .c-contact-form__textarea:focus, .c-contact-form__select:focus {
  outline: none;
  border-color: #000000;
}
.c-contact-form__input::placeholder, .c-contact-form__textarea::placeholder, .c-contact-form__select::placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form__input::-webkit-input-placeholder, .c-contact-form__textarea::-webkit-input-placeholder, .c-contact-form__select::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form__input::-moz-placeholder, .c-contact-form__textarea::-moz-placeholder, .c-contact-form__select::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form__input:-ms-input-placeholder, .c-contact-form__textarea:-ms-input-placeholder, .c-contact-form__select:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form input[type=text],
.c-contact-form input[type=email],
.c-contact-form input[type=tel],
.c-contact-form textarea,
.c-contact-form select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  border: 0.1rem solid #cccccc;
  border-radius: 0.4rem;
  background-color: #ffffff;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}
.c-contact-form input[type=text]:focus,
.c-contact-form input[type=email]:focus,
.c-contact-form input[type=tel]:focus,
.c-contact-form textarea:focus,
.c-contact-form select:focus {
  outline: none;
  border-color: #000000;
}
.c-contact-form input[type=text]::placeholder,
.c-contact-form input[type=email]::placeholder,
.c-contact-form input[type=tel]::placeholder,
.c-contact-form textarea::placeholder,
.c-contact-form select::placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form input[type=text]::-webkit-input-placeholder,
.c-contact-form input[type=email]::-webkit-input-placeholder,
.c-contact-form input[type=tel]::-webkit-input-placeholder,
.c-contact-form textarea::-webkit-input-placeholder,
.c-contact-form select::-webkit-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form input[type=text]::-moz-placeholder,
.c-contact-form input[type=email]::-moz-placeholder,
.c-contact-form input[type=tel]::-moz-placeholder,
.c-contact-form textarea::-moz-placeholder,
.c-contact-form select::-moz-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form input[type=text]:-ms-input-placeholder,
.c-contact-form input[type=email]:-ms-input-placeholder,
.c-contact-form input[type=tel]:-ms-input-placeholder,
.c-contact-form textarea:-ms-input-placeholder,
.c-contact-form select:-ms-input-placeholder {
  color: #b8b8b8;
  opacity: 1;
}
.c-contact-form textarea {
  min-height: 5rem;
  resize: vertical;
}
.c-contact-form .wpcf7-list-item {
  margin: unset;
  display: flex;
  align-items: center;
}
.c-contact-form .wpcf7-list-item input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.2rem;
  margin-top: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.4rem;
}
.c-contact-form .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  cursor: pointer;
  line-height: 1.4;
}
.c-contact-form .wpcf7-acceptance {
  margin: 3rem 0;
}
.c-contact-form .wpcf7-acceptance input[type=checkbox] {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  position: relative;
  top: 0.4rem;
}
.c-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000000;
}
.c-contact-form .wpcf7-submit {
  background-color: #000;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.6rem 2rem;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
}
.c-contact-form .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 3rem;
  /* 768px以下では縦並び */
}
@media (max-width: 768px) {
  .c-contact-form .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.c-contact-form__radio-group {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.c-contact-form__radio-group--vertical {
  flex-direction: column;
  gap: 1.5rem;
}
.c-contact-form__radio-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-contact-form__radio {
  width: 1.8rem;
  height: 1.8rem;
}
.c-contact-form__radio-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #000000;
  cursor: pointer;
}
.c-contact-form__checkbox-group {
  margin: 3rem 0;
}
.c-contact-form__checkbox-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.c-contact-form__checkbox {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.c-contact-form__checkbox-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000000;
}
.c-contact-form__submit {
  text-align: center;
  margin-top: 4rem;
}
.c-contact-form__button {
  background-color: #ff6b35;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.6rem 6rem;
  border: none;
  border-radius: 5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.c-contact-form__button:hover {
  opacity: 0.8;
}

/* Footer Section */
.c-contact-footer {
  background-color: #b1ada2;
  position: relative;
  margin-top: 10rem;
  padding: 8rem 0;
}

.c-contact-footer-content {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 12rem;
  display: flex;
  justify-content: space-between;
}

.c-contact-footer-company {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
  width: 42.9rem;
}

.c-contact-footer-logo {
  width: 33.164rem;
  height: 17.975rem;
}
.c-contact-footer-logo svg {
  width: 100%;
  height: 100%;
}

.c-contact-footer-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  color: #000000;
}

.c-contact-footer-nav {
  display: flex;
  gap: 7rem;
}

.c-contact-footer-nav-column {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}

.c-contact-footer-nav-section {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.c-contact-footer-nav-divider {
  width: 3.43rem;
  height: 0.1rem;
  background-color: #000000;
  margin-bottom: 0.8rem;
}

.c-contact-footer-nav-title {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  margin: 0;
}

.c-contact-footer-nav-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  color: #000000;
  margin: 0;
}

.c-contact-footer-nav-list p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.75;
  color: #000000;
  margin: 0;
}

.c-contact-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10rem;
  padding: 0 12rem;
}

.c-contact-footer-social {
  width: 5.2534rem;
  height: 5.2524rem;
}
.c-contact-footer-social svg {
  width: 100%;
  height: 100%;
}

.c-contact-footer-copyright {
  font-family: "Inter", sans-serif;
  color: #000000;
}
.c-contact-footer-copyright .copyright-symbol {
  font-size: 1.534rem;
}
.c-contact-footer-copyright .copyright-text {
  font-size: 1.3rem;
}

.c-policy-box {
  margin: 3rem auto 3rem;
}
.c-policy-box dl dt {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-policy-box dl dd a {
  color: #0078ff;
}
.c-policy-box dl dd a:hover {
  text-decoration: underline;
}

.c-privacy-box__list {
  width: 100%;
  height: 30rem;
  padding: 2rem 3rem 2rem;
  box-sizing: border-box;
  border: solid 0.1rem #333;
  overflow-y: scroll;
  margin: 3rem auto 4rem;
}
.c-privacy-box__item {
  margin-bottom: 2rem;
}
.c-privacy-box__item p span {
  font-weight: bold;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .c-contact-header {
    position: relative;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: auto;
    margin-bottom: 4rem;
  }
  .c-contact-logo {
    position: relative;
    width: 20rem;
    height: 10rem;
    margin: 0 auto 2rem auto;
  }
  .c-contact-header-nav {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  .c-contact-header-nav a {
    font-size: 1.4rem;
  }
  .c-contact-form {
    margin: 1rem;
  }
  .c-contact-form__title {
    font-size: 2.4rem;
  }
  .c-contact-form__row {
    flex-direction: column;
    gap: 0;
  }
  .c-contact-form__radio-group {
    flex-direction: column;
    gap: 1rem;
  }
  .c-contact-form__button {
    font-size: 1.6rem;
    padding: 1.2rem 4rem;
    width: 100%;
    max-width: 30rem;
  }
  .c-contact-footer-content {
    flex-direction: column;
    gap: 4rem;
    padding: 0 2rem;
  }
  .c-contact-footer-company {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .c-contact-footer-nav {
    flex-direction: column;
    gap: 3rem;
  }
  .c-contact-footer-bottom {
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem;
    text-align: center;
  }
}
/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .c-contact-header {
    left: 6rem;
    width: calc(100% - 12rem);
  }
  .c-contact-header-nav {
    gap: 2rem;
  }
  .c-contact-form {
    padding: 5rem 6rem;
  }
  .c-contact-footer-content {
    padding: 0 6rem;
  }
  .c-contact-footer-bottom {
    padding: 0 6rem;
  }
}
/* ==========================================================================
   Archive Showcase Page Project Styles
   ========================================================================== */
/* Showcase Gallery Styles */
.c-showcase-gallery {
  margin: 4rem 0;
}
.c-showcase-gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media (min-width: 768px) {
  .c-showcase-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.c-showcase-gallery__item {
  position: relative;
  overflow: hidden;
}
.c-showcase-gallery__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Archive Page Specific Styles */
/* Archive Title */
.p-archive-showcase__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 6.5rem;
  line-height: normal;
  color: #231814;
  text-align: center;
  margin-top: 58.2rem;
  margin-bottom: 0;
  padding: 0 12rem;
}

/* Archive Description */
.p-archive-showcase__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  line-height: 1.75;
  color: #000000;
  margin: 12.4rem 0 15.6rem 12rem;
  max-width: 120rem;
}

/* Archive Grid - 削除済み（c-image-group--archiveに統合） */
/* No Posts Message */
.p-archive-showcase__no-posts {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #666;
  margin: 10rem 0;
  grid-column: 1/-1;
}

/* Pagination */
.p-archive-showcase__pagination {
  display: flex;
  justify-content: center;
  margin: 10rem 0 20rem 0;
  gap: 2rem;
}
.p-archive-showcase__pagination a,
.p-archive-showcase__pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}
.p-archive-showcase__pagination a:hover {
  background-color: #000;
  color: #fff;
}
.p-archive-showcase__pagination .current {
  background-color: #000;
  color: #fff;
}

/* Header/Logo Section */
.p-archive-showcase__header {
  position: absolute;
  top: 10rem;
  left: 12.1rem;
  width: 119.626rem;
  height: 20rem;
}

.p-archive-showcase__logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30.85%;
  height: 100%;
}
.p-archive-showcase__logo svg {
  width: 100%;
  height: 100%;
}

.p-archive-showcase__header-nav {
  position: absolute;
  bottom: 0.5%;
  top: 85.5%;
  left: calc(50% + 25.0868rem);
  transform: translateX(-50%);
  display: flex;
  gap: 2.9rem;
  align-items: center;
  width: 70rem;
}
.p-archive-showcase__header-nav a {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.p-archive-showcase__header-nav a:hover {
  text-decoration: underline;
}

.p-archive-showcase__shop-link {
  display: inline-grid;
  grid-template-columns: max-content;
  grid-template-rows: max-content;
  place-items: start;
  position: relative;
}

.p-archive-showcase__shop-icon {
  grid-area: 1/1;
  margin-left: 79.983%;
  margin-top: 32.143%;
  width: 1.2263rem;
  height: 1.1286rem;
  position: relative;
}
.p-archive-showcase__shop-icon svg {
  position: absolute;
  inset: -6.65% -6.12%;
  width: 100%;
  height: 100%;
}

.p-archive-showcase__shop-text {
  grid-area: 1/1;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .p-archive-showcase__title {
    font-size: 4.5rem;
    margin-top: 30rem;
    padding: 0 2rem;
  }
  .p-archive-showcase__description {
    font-size: 1.8rem;
    margin: 6rem 2rem 8rem 2rem;
  }
  /* グリッドスタイルはc-image-group--archiveに移動済み */
  .p-archive-showcase__header {
    position: relative;
    top: 2rem;
    left: 2rem;
    width: calc(100% - 4rem);
    height: auto;
    margin-bottom: 4rem;
  }
  .p-archive-showcase__logo {
    position: relative;
    width: 20rem;
    height: 10rem;
    margin: 0 auto 2rem auto;
  }
  .p-archive-showcase__header-nav {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
  }
  .p-archive-showcase__header-nav a {
    font-size: 1.4rem;
  }
}
/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
  .p-archive-showcase__title {
    font-size: 5.5rem;
    margin-top: 40rem;
    padding: 0 6rem;
  }
  .p-archive-showcase__description {
    font-size: 2.2rem;
    margin: 8rem 6rem 12rem 6rem;
  }
  /* グリッドスタイルはc-image-group--archiveに移動済み */
  .p-archive-showcase__header {
    left: 6rem;
    width: calc(100% - 12rem);
  }
  .p-archive-showcase__header-nav {
    gap: 2rem;
  }
}
/* Large Desktop Styles - グリッドスタイルはc-image-group--archiveに移動済み *//*# sourceMappingURL=bundle.css.map */