@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Light.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+25A0-25FF, U+3000-303F, U+3041-3096, U+3099-309F, U+30A1-30FF, U+4E00-9FAF, U+FF01-FF5E, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+25A0-25FF, U+3000-303F, U+3041-3096, U+3099-309F, U+30A1-30FF, U+4E00-9FAF, U+FF01-FF5E, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Medium.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+25A0-25FF, U+3000-303F, U+3041-3096, U+3099-309F, U+30A1-30FF, U+4E00-9FAF, U+FF01-FF5E, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/noto-sans-jp/NotoSansJP-SemiBold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+25A0-25FF, U+3000-303F, U+3041-3096, U+3099-309F, U+30A1-30FF, U+4E00-9FAF, U+FF01-FF5E, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-jp/NotoSansJP-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2190-21FF, U+2212, U+2215, U+25A0-25FF, U+3000-303F, U+3041-3096, U+3099-309F, U+30A1-30FF, U+4E00-9FAF, U+FF01-FF5E, U+FEFF, U+FFFD;
}
:root {
  --font-content-size: 18px;
}

@media screen and (max-width: 600px) {
  :root {
    --font-content-size: 3.8vw;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--ia-color-text, #212121);
  font-family: var(--ia-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
  font-size: 1rem;
  line-height: var(--ia-line-height, 1.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em !important;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--ia-color-background, #fff);
  margin: 0 !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: 100%;
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

/* Content Lock
--------------------------------------------- */
/**
 * Content Lock Icon
 *
 * Displays a lock icon after elements with .locked-content class
 * Used for member-only posts to indicate restricted content
 */
.locked-content {
  position: relative;
}
.locked-content::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 14px;
  background-image: url("../images/lock-content.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  flex-shrink: 0;
}

/**
 * Content Lock Icon
 *
 * Displays a lock icon after elements with .locked-content class
 * Used for member-only posts to indicate restricted content
 */
.locked-content-sidebar {
  position: relative;
  padding-right: 30px;
}
.locked-content-sidebar::after {
  content: "";
  position: absolute;
  margin-left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background-image: url("../images/lock-content.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* Global Container Class
--------------------------------------------- */
.container {
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  .container {
    padding: 0 12px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.page-post-container {
  text-align: justify;
}
.page-post-container h2 {
  padding: 0.5em;
  color: #000000;
  background: #ffe8f0;
  border-left: solid 5px #bf1e2d;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 4em 0 2em;
  position: relative;
  z-index: 1;
}
.page-post-container h3 {
  color: #000000;
  padding: 0.5em 0;
  border-top: solid 3px #bf1e2d;
  border-bottom: solid 3px #bf1e2d;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  margin: 3em 0 2em;
  position: relative;
}
.page-post-container h4 {
  background: linear-gradient(transparent 70%, #ffe8f0 70%);
  line-height: 28px;
}
.page-post-container a:link {
  color: blue;
}
.page-post-container a:visited {
  color: purple;
}
.page-post-container a:hover {
  color: red;
}
.page-post-container a:active {
  color: orange;
}
.page-post-container .entry-content > * {
  margin-bottom: 2em;
}
.page-post-container .entry-content {
  font-size: var(--font-content-size, 16px) !important;
  line-height: 1.8;
}
.page-post-container .entry-content p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .page-post-container h2 {
    line-height: 28px;
  }
  .page-post-container h3 {
    line-height: 26px;
  }
  .page-post-container h4 {
    line-height: 28px;
  }
}

.hide-on-pc {
  display: none !important;
}
@media (max-width: 1023px) {
  .hide-on-pc {
    display: flex !important;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background-color: var(--ia-color-background, #ffffff);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
  transform: translateY(0);
  min-height: 200px;
  will-change: transform;
}
@media (max-width: 767px) {
  .site-header {
    min-height: unset;
  }
}
.site-header.header-hidden {
  transform: translateY(-100%);
}
.site-header.scrolled {
  box-shadow: var(--ia-shadow-sm, 1px 1px 10px rgba(0, 0, 0, 0.1));
  min-height: unset;
}
.site-header.scrolled .header-top {
  padding-top: 0;
}
.site-header.scrolled .header-top .header-top-inner {
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  .site-header.scrolled .header-top .header-top-inner {
    padding: 0 16px;
  }
}
.site-header.scrolled .header-top .header-top-inner .header-logo .logo img {
  height: 50px;
  object-fit: contain;
  transition: all 0.3s ease;
}
.site-header.scrolled .header-top .header-top-inner .header-logo .logo img:hover {
  transform: scale(1.05);
}
.site-header.scrolled .header-top .header-top-inner .header-logo .logo .logo-text {
  font-size: 20px;
}
.site-header.scrolled .header-nav {
  margin-top: 4px;
}
.site-header .header-top {
  background-color: var(--ia-color-background, #ffffff);
  padding-top: 29px;
}
.site-header .header-top .header-top-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) and (max-width: 1259px) {
  .site-header .header-top .header-top-inner {
    padding: 0 12px;
  }
}
.site-header .header-top .header-top-inner .header-left {
  justify-self: start;
}
.site-header .header-top .header-top-inner .header-logo {
  justify-self: center;
  text-align: center;
}
.site-header .header-top .header-top-inner .header-logo .logo {
  display: inline-block;
  text-decoration: none;
}
.site-header .header-top .header-top-inner .header-logo .logo .logo-text {
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--ia-color-text, #212121);
  letter-spacing: 0.5px;
}
.site-header .header-top .header-top-inner .header-logo .logo img {
  height: 88px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  aspect-ratio: 250/60;
  transition: all 0.3s ease;
}
.site-header .header-top .header-top-inner .header-logo .logo img:hover {
  transform: scale(1.05);
}
.site-header .header-top .header-top-inner .header-right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}
.site-header .btn-hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px 10px 9px 0;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-header .btn-hamburger .hamburger-line {
  display: block;
  width: 24px;
  height: 3px;
  background-color: var(--ia-color-primary, #000000);
  transition: background-color 0.18s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.2s;
  margin: 2.5px 0;
  position: relative;
  border-radius: 3px;
}
.site-header .btn-hamburger .hamburger-line:first-child {
  margin-top: 0;
}
.site-header .btn-hamburger .hamburger-line:last-child {
  margin-bottom: 0;
}
.site-header .btn-hamburger:hover .hamburger-line {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .btn-hamburger:focus {
  outline: none;
}
.site-header .btn-hamburger.open .hamburger-line {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .btn-hamburger.open .hamburger-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header .btn-hamburger.open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}
.site-header .btn-hamburger.open .hamburger-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header .btn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--ia-border-radius, 10px);
  transition: background-color 0.16s, color 0.18s, border-color 0.16s;
  white-space: nowrap;
  width: 146px;
}
.site-header .btn-header span {
  position: relative;
  z-index: 1;
  color: inherit;
}
.site-header .btn-header.btn-outline {
  background-color: var(--ia-color-background, #ffffff);
  border: 1px solid var(--ia-color-border, #eeeeee);
  color: var(--ia-color-text, #212121);
}
.site-header .btn-header.btn-outline:hover:not(.hover-fill-direction) {
  background-color: var(--ia-color-text, #212121);
  color: var(--ia-color-background, #ffffff);
  border-color: var(--ia-color-text, #212121);
}
.site-header .btn-header.btn-outline.hover-fill-direction {
  position: relative;
  z-index: 1;
}
.site-header .btn-header.btn-outline.hover-fill-direction::before {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .btn-header.btn-outline.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .btn-header.btn-outline.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.site-header .btn-header.btn-solid {
  background-color: var(--ia-color-secondary, #bf1e2d);
  border: 1px solid var(--ia-color-secondary, #bf1e2d);
  color: var(--ia-color-background, #ffffff);
}
.site-header .btn-header.btn-solid:hover:not(.hover-fill-direction) {
  background-color: var(--ia-color-primary-dark, #111111);
  border-color: var(--ia-color-primary-dark, #111111);
}
.site-header .btn-header.btn-solid.hover-fill-direction {
  position: relative;
  z-index: 1;
}
.site-header .btn-header.btn-solid.hover-fill-direction::before {
  background-color: var(--ia-color-primary-dark, #111111);
}
.site-header .btn-header.btn-solid.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: var(--ia-color-primary-dark, #111111);
}
.site-header .btn-header.btn-solid.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.site-header .header-nav {
  margin-top: 16px;
  border-bottom: 1px solid var(--ia-color-border, #eeeeee);
}
.site-header .header-nav .header-nav-inner {
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .header-nav-inner {
    padding: 0 16px;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar {
    height: 5px;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-track {
    background: #c9c9c9;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-thumb {
    background: #848484;
    border: none;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-thumb:hover {
    background: #848484;
  }
  .site-header .header-nav .header-nav-inner {
    scrollbar-width: thin;
    scrollbar-color: #848484 #c9c9c9;
  }
}
.site-header .header-nav .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  list-style: none;
  margin: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul {
    gap: 10px;
    justify-content: start;
    padding: 0;
    min-width: max-content;
  }
}
.site-header .header-nav .main-navigation ul li {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li {
    flex-shrink: 0;
  }
}
.site-header .header-nav .main-navigation ul li a {
  font-size: 15px;
  padding: 0 0 8px 0;
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
  min-width: 0;
  vertical-align: middle;
}
.site-header .header-nav .main-navigation ul li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  background: var(--ia-color-secondary, #bf1e2d);
  transition: transform 0.25s;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  pointer-events: none;
  z-index: 2;
}
.site-header .header-nav .main-navigation ul li a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .header-nav .main-navigation ul li a:hover::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li a {
    font-size: 13px;
  }
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children > a {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a {
    padding-left: 0;
  }
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 10px;
  transition: transform 0.2s;
  display: block;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
    padding-bottom: 0px;
  }
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children > a:hover::after {
  transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a {
    padding-left: 0;
  }
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
    display: none;
  }
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children.open > a::after {
  transform: translateY(-40%);
}
.site-header .header-nav .main-navigation ul li.current_page_item:not(.menu-item-has-children) > a, .site-header .header-nav .main-navigation ul li.current-menu-item:not(.menu-item-has-children) > a {
  color: var(--ia-color-secondary, #bf1e2d);
  font-weight: 500;
}
.site-header .header-nav .main-navigation ul li.current_page_item.menu-item-has-children > a, .site-header .header-nav .main-navigation ul li.current-menu-item.menu-item-has-children > a {
  color: var(--ia-color-secondary, #bf1e2d);
  font-weight: 500;
}
.site-header .header-nav .main-navigation ul li.current_page_item.menu-item-has-children > a::before, .site-header .header-nav .main-navigation ul li.current-menu-item.menu-item-has-children > a::before {
  transform: scaleX(1);
}
.site-header .header-nav .main-navigation ul li .sub-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  min-width: 240px;
  background-color: var(--ia-color-background, #ffffff);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  box-shadow: var(--ia-shadow-lg, 4px 5px 6px rgba(0, 0, 0, 0.2));
  padding: 15px 0 8px;
  margin: 0;
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.18s, transform 0.24s, visibility 0.15s, box-shadow 0.18s;
}
.site-header .header-nav .main-navigation ul li .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li .sub-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.site-header .header-nav .main-navigation ul li .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0 8px;
}
.site-header .header-nav .main-navigation ul li .sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: var(--ia-font-size-smaller, 14px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: 400;
  color: var(--ia-color-text, #212121);
  white-space: nowrap;
  border-radius: var(--ia-border-radius, 10px);
  transition: background-color 0.13s, color 0.13s;
}
.site-header .header-nav .main-navigation ul li .sub-menu li a::before {
  display: none;
}
.site-header .header-nav .main-navigation ul li .sub-menu li a:hover {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-weight: 500;
}
.site-header .header-nav .main-navigation ul li .sub-menu li.current_page_item > a, .site-header .header-nav .main-navigation ul li .sub-menu li.current-menu-item > a {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-weight: 600;
}
.site-header .header-nav .main-navigation ul li .sub-menu li.current_page_item > a:hover, .site-header .header-nav .main-navigation ul li .sub-menu li.current-menu-item > a:hover {
  background-color: var(--ia-color-primary-dark, #111111);
  color: var(--ia-color-text-light, #ffffff);
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children:hover > .sub-menu, .site-header .header-nav .main-navigation ul li.menu-item-has-children > .sub-menu:hover, .site-header .header-nav .main-navigation ul li.menu-item-has-children.open > .sub-menu {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children:hover > .sub-menu, .site-header .header-nav .main-navigation ul li.menu-item-has-children > .sub-menu:hover, .site-header .header-nav .main-navigation ul li.menu-item-has-children.open > .sub-menu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children:has(.sub-menu:hover) > a, .site-header .header-nav .main-navigation ul li.menu-item-has-children.open > a {
  color: var(--ia-color-secondary, #bf1e2d);
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children:has(.sub-menu:hover) > a::before, .site-header .header-nav .main-navigation ul li.menu-item-has-children.open > a::before {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.site-header .header-nav .main-navigation ul li.menu-item-has-children:has(.sub-menu:hover) > a::after, .site-header .header-nav .main-navigation ul li.menu-item-has-children.open > a::after {
  transform: translateY(-40%);
}

.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  transform: translateZ(0);
}
.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  background: var(--ia-color-background, #ffffff);
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
  z-index: 10001;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav.open {
  transform: translateX(0);
}
.mobile-nav .mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--ia-color-border-light, #f0f0f0);
}
.mobile-nav .mobile-nav-header h3 {
  margin: 0;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--ia-color-text, #212121);
}
.mobile-nav .mobile-nav-header .mobile-nav-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  padding: 5px 10px;
  color: var(--ia-color-text-secondary, #333333);
  transition: color 0.13s;
}
.mobile-nav .mobile-nav-header .mobile-nav-close:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.mobile-nav .mobile-nav-body {
  padding: 20px;
}
.mobile-nav .mobile-nav-body ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.mobile-nav .mobile-nav-body ul li {
  margin-bottom: 5px;
  position: relative;
}
.mobile-nav .mobile-nav-body ul li a {
  display: block;
  padding: 12px 15px;
  color: var(--ia-color-text, #212121);
  text-decoration: none;
  border-radius: var(--ia-border-radius, 10px);
  transition: background-color 0.13s, color 0.13s;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
.mobile-nav .mobile-nav-body ul li a:hover {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-secondary, #bf1e2d);
}
.mobile-nav .mobile-nav-body ul li.current_page_item > a, .mobile-nav .mobile-nav-body ul li.current-menu-item > a {
  background-color: var(--ia-color-secondary, #bf1e2d);
  color: var(--ia-color-background, #ffffff);
  font-weight: 500;
}
.mobile-nav .mobile-nav-body ul li.menu-item-has-children > a {
  padding-right: 45px;
}
.mobile-nav .mobile-nav-body ul li.menu-item-has-children > .submenu-toggle {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ia-color-text, #212121);
  transition: color 0.12s;
  border-radius: var(--ia-border-radius, 10px);
}
.mobile-nav .mobile-nav-body ul li.menu-item-has-children > .submenu-toggle::after {
  content: "▼";
  font-size: 12px;
  transition: transform 0.2s;
}
.mobile-nav .mobile-nav-body ul li.menu-item-has-children > .submenu-toggle:hover {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-secondary, #bf1e2d);
}
.mobile-nav .mobile-nav-body ul li.menu-item-has-children.submenu-open > .submenu-toggle::after {
  transform: rotate(180deg);
}
.mobile-nav .mobile-nav-body ul li ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s, margin 0.15s, padding 0.13s;
}
.mobile-nav .mobile-nav-body ul li ul.sub-menu li {
  margin-bottom: 3px;
  padding-left: 15px;
}
.mobile-nav .mobile-nav-body ul li ul.sub-menu li a {
  padding: 10px 12px;
  font-size: 13px;
  background-color: transparent;
  border-left: 2px solid transparent;
  transition: background-color 0.13s, border-left-color 0.16s;
}
.mobile-nav .mobile-nav-body ul li ul.sub-menu li a:hover {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  border-left-color: var(--ia-color-secondary, #bf1e2d);
}
.mobile-nav .mobile-nav-body ul li ul.sub-menu li.current_page_item > a, .mobile-nav .mobile-nav-body ul li ul.sub-menu li.current-menu-item > a {
  background-color: transparent;
  color: var(--ia-color-secondary, #bf1e2d);
  border-left-color: var(--ia-color-secondary, #bf1e2d);
  font-weight: 500;
}
.mobile-nav .mobile-nav-body ul li.submenu-open > ul.sub-menu {
  max-height: 900px;
  opacity: 1;
  margin-top: 5px;
  padding-top: 5px;
}
.mobile-nav .mobile-nav-body .mobile-user-actions {
  border-top: 1px solid var(--ia-color-border-light, #f0f0f0);
  padding-top: 20px;
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-user-info {
  margin-bottom: 15px;
  padding: 15px;
  background-color: var(--ia-color-background-gray, #f0f0f0);
  border-radius: var(--ia-border-radius, 10px);
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-user-info span {
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  font-size: 14px;
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
  border-radius: var(--ia-border-radius, 10px);
  font-weight: 500;
  font-size: 14px;
  transition: background-color 0.14s, color 0.12s, border-color 0.15s;
  line-height: 24px;
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-login, .mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-profile {
  background-color: var(--ia-color-background, #ffffff);
  border: 1px solid var(--ia-color-border, #eeeeee);
  color: var(--ia-color-text, #212121);
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-login:hover, .mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-profile:hover {
  background-color: var(--ia-color-text, #212121);
  color: var(--ia-color-background, #ffffff);
  border-color: var(--ia-color-text, #212121);
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-register, .mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-logout {
  background-color: var(--ia-color-secondary, #bf1e2d);
  border: 1px solid var(--ia-color-secondary, #bf1e2d);
  color: var(--ia-color-background, #ffffff);
}
.mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-register:hover, .mobile-nav .mobile-nav-body .mobile-user-actions .mobile-btn.mobile-btn-logout:hover {
  background-color: var(--ia-color-primary-dark, #111111);
  border-color: var(--ia-color-primary-dark, #111111);
}

.article-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s, visibility 0.15s;
  transform: translateZ(0);
}
.article-overlay-bg.open {
  opacity: 1;
  visibility: visible;
}

.article-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  background: var(--ia-color-background, #ffffff);
  border-left: 1px solid var(--ia-color-border, #eeeeee);
  box-shadow: var(--ia-shadow-lg, 4px 5px 6px rgba(0, 0, 0, 0.2));
  z-index: 99999999;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transform: translateX(100%);
  transition: transform 0.21s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-overlay.open {
  transform: translateX(0);
}
.article-overlay .overlay-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--ia-space-xl, 40px) var(--ia-space-lg, 30px);
  border-bottom: 1px solid var(--ia-color-border, #eeeeee);
  background: var(--ia-color-background, #ffffff);
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.article-overlay .overlay-header h3 {
  margin: 0;
  font-size: var(--ia-font-size-h3, 18px);
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
}
.article-overlay .overlay-header button {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  color: var(--ia-color-text-secondary, #333333);
  transition: color 0.15s, background-color 0.14s;
  border-radius: var(--ia-border-radius-circle, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  line-height: 1;
}
.article-overlay .overlay-header button:hover {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-primary, #000000);
}
.article-overlay .overlay-header button:active {
  transform: scale(0.95);
}
.article-overlay .overlay-body {
  padding: var(--ia-space-lg, 30px);
}
.article-overlay .overlay-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-overlay .overlay-body ul li {
  margin-bottom: var(--ia-space-xs, 5px);
}
.article-overlay .overlay-body ul li a {
  display: block;
  padding: 12px 16px;
  color: var(--ia-color-text, #212121);
  text-decoration: none;
  border-radius: var(--ia-border-radius, 10px);
  transition: background-color 0.13s, color 0.13s, border-color 0.13s;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  font-weight: 400;
  border: 1px solid transparent;
}
.article-overlay .overlay-body ul li a:hover {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  border-color: var(--ia-color-primary, #000000);
}
.article-overlay .overlay-body ul li a:active {
  transform: scale(0.98);
}
.article-overlay .overlay-body ul li.current_page_item > a, .article-overlay .overlay-body ul li.current-menu-item > a {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-weight: 600;
  border-color: var(--ia-color-primary, #000000);
}
.article-overlay .overlay-body ul li.current_page_item > a:hover, .article-overlay .overlay-body ul li.current-menu-item > a:hover {
  background-color: var(--ia-color-primary-dark, #111111);
  border-color: var(--ia-color-primary-dark, #111111);
}
.article-overlay .overlay-body .overlay-user-actions {
  margin-top: var(--ia-space-lg, 30px);
  padding-top: var(--ia-space-lg, 30px);
  border-top: 1px solid var(--ia-color-border, #eeeeee);
}
@media (min-width: 768px) {
  .article-overlay .overlay-body .overlay-user-actions {
    display: none;
  }
}
.article-overlay .overlay-body .overlay-user-actions .overlay-btn-login {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  background-color: transparent;
  color: var(--ia-color-primary, #000000);
  border: 2px solid var(--ia-color-primary, #000000);
  border-radius: var(--ia-border-radius, 10px);
  text-decoration: none;
  font-size: var(--ia-font-size-body, 16px);
  font-weight: 600;
  transition: background-color 0.15s, color 0.15s;
}
.article-overlay .overlay-body .overlay-user-actions .overlay-btn-login:hover {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
}

.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .site-header .header-top .header-top-inner {
    padding: 0 24px;
  }
  .site-header .header-top .header-top-inner .header-left {
    padding-bottom: 10px;
  }
  .site-header .header-top .header-top-inner .header-logo .logo .logo-text {
    font-size: 22px;
  }
  .site-header .header-top .header-top-inner .header-logo .logo img {
    height: 56px;
    width: auto;
    max-width: 200px;
  }
  .site-header .header-top .header-top-inner .header-right {
    gap: 8px;
    padding-bottom: 4px;
  }
  .site-header .header-nav {
    margin-top: 12px;
  }
  .site-header .header-nav .header-nav-inner {
    padding: 0 24px;
  }
  .site-header .header-nav .header-nav-inner .main-navigation ul {
    gap: 24px;
  }
  .site-header .header-nav .header-nav-inner .main-navigation ul li a {
    font-size: 12px;
    padding: 6px 0;
  }
  .site-header .header-nav .header-nav-inner .main-navigation ul li.menu-item-has-children > a {
    padding-left: 16px;
  }
  .site-header .header-nav .header-nav-inner .main-navigation ul li.menu-item-has-children > a::after {
    font-size: 13px;
  }
  .site-header .btn-header {
    font-size: 12px;
    width: 100px;
  }
  .article-overlay {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-top {
    padding: 12px 0;
  }
  .site-header .header-top .header-top-inner {
    padding: 0 16px;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }
  .site-header .header-top .header-top-inner .header-left {
    order: 4;
    justify-self: end;
    padding-bottom: 0;
  }
  .site-header .header-top .header-top-inner .header-logo {
    order: 1;
    justify-self: start;
    flex-shrink: 1;
    min-width: 0;
    margin-bottom: -6px;
  }
  .site-header .header-top .header-top-inner .header-logo .logo .logo-text {
    font-size: 18px;
  }
  .site-header .header-top .header-top-inner .header-logo .logo img {
    height: 40px;
    width: auto;
    max-width: 100%;
  }
  .site-header .header-top .header-top-inner .header-right {
    order: 3;
    justify-self: end;
    gap: 6px;
    padding-bottom: 0;
  }
  .site-header .header-top .header-top-inner .header-right .btn-header {
    width: 95px;
    font-size: 12px;
  }
  .site-header .header-top .header-top-inner .header-right .btn-header.btn-outline {
    display: none;
  }
  .site-header .header-nav {
    margin-top: 8px;
  }
  .site-header .header-nav .header-nav-inner {
    padding: 0 16px;
    background-color: var(--ia-color-background-gray, #f0f0f0);
    scroll-behavior: smooth;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar {
    height: 3px;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-track {
    background: transparent;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-thumb {
    background: var(--ia-color-text-secondary, #333333);
    border-radius: 0;
  }
  .site-header .header-nav .header-nav-inner::-webkit-scrollbar-thumb:hover {
    background: var(--ia-color-divider, #575b6e);
  }
  .site-header .header-nav .main-navigation ul {
    gap: 20px;
    min-width: max-content;
    justify-content: flex-start;
  }
  .site-header .header-nav .main-navigation ul li {
    flex-shrink: 0;
  }
  .site-header .header-nav .main-navigation ul li a {
    font-size: 13px;
    padding: 4px 0;
    white-space: nowrap;
  }
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a {
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li.menu-item-has-children > a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-nav .main-navigation ul li .sub-menu {
    min-width: 200px;
    display: none;
  }
  .site-header .btn-hamburger {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .site-header .btn-hamburger .hamburger-line {
    width: 20px;
  }
  .mobile-nav {
    display: none;
  }
  .article-overlay {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 506px) {
  .site-header .header-top .header-top-inner {
    padding: 0;
  }
  .site-header .header-top .header-top-inner .header-logo .logo {
    padding-left: 12px;
  }
  .site-header .header-top .header-top-inner .header-logo .logo img {
    height: 47px;
  }
  .site-header .btn-hamburger {
    width: 36px;
    height: 36px;
    padding-left: 8px;
    padding-right: 0;
  }
  .site-header .btn-hamburger .hamburger-line {
    width: 18px;
  }
  .site-header .header-right .btn-header {
    font-size: 13px;
    width: 85px;
  }
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.admin-bar .site-header.header-hidden {
  transform: translateY(calc(-100% - 32px));
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header.header-hidden {
    transform: translateY(calc(-100% - 46px));
  }
}

:root {
  --header-height: 104px;
}

@media (max-width: 1023px) {
  :root {
    --header-height: 101px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 109px;
  }
}
body.has-fixed-header {
  padding-top: var(--header-height, 104px);
}

@media (max-width: 1023px) {
  body.has-fixed-header {
    padding-top: var(--header-height, 101px);
  }
}
@media (max-width: 767px) {
  body.has-fixed-header {
    padding-top: var(--header-height, 109px);
  }
}
@media screen and (max-width: 767px) {
  .site-header.scrolled .header-top {
    padding-top: 12px;
  }
  .site-header.scrolled .header-top .header-top-inner .header-logo .logo img {
    height: 47px;
  }
  .site-header.scrolled .header-nav {
    margin-top: 8px;
  }
}
.site-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 57px 0 0px;
  margin-top: 40px;
  text-align: center;
}
.site-footer .footer-container {
  margin: 0 auto;
}
.site-footer .footer-menu {
  margin-bottom: 19px;
}
.site-footer .footer-menu .footer-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.site-footer .footer-menu .footer-menu-list li {
  margin: 0;
  padding: 0 8px;
  position: relative;
}
.site-footer .footer-menu .footer-menu-list li a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 350;
  transition: color 0.3s ease;
  display: inline-block;
  position: relative;
  padding: 4px 0;
}
.site-footer .footer-menu .footer-menu-list li a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--ia-color-secondary, #bf1e2d);
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}
.site-footer .footer-menu .footer-menu-list li a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.site-footer .footer-menu .footer-menu-list li a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.site-footer .footer-logo {
  padding: 42px 0;
  background-color: #dedede;
}
.site-footer .footer-logo img {
  width: 217px;
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.site-footer .footer-logo img:hover {
  transform: scale(1.05);
}
.site-footer .footer-logo h2 {
  font-size: 24px;
  margin: 0;
  color: #000000;
}
.site-footer .footer-copyright {
  margin: 17px 0 0;
  font-size: 13px;
  color: #484848;
  font-weight: 350;
  line-height: 100%;
}
.site-footer .footer-copyright p {
  margin: 0;
  font-size: 13px;
  color: #484848;
  font-weight: 350;
  line-height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .site-footer {
    padding: 50px 0 0px;
    margin-top: 35px;
  }
  .site-footer .footer-menu {
    margin-bottom: 10px;
  }
  .site-footer .footer-menu .footer-menu-list {
    gap: 8px;
  }
  .site-footer .footer-menu .footer-menu-list li {
    padding: 0 6px;
  }
  .site-footer .footer-menu .footer-menu-list li a {
    font-size: 13px;
  }
  .site-footer .footer-logo {
    padding: 35px 0;
  }
  .site-footer .footer-logo img {
    width: 180px;
    object-fit: contain;
  }
  .site-footer .footer-logo h2 {
    font-size: 22px;
  }
  .site-footer .footer-copyright p {
    font-size: 13px;
    line-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 40px 0 0px;
    margin-top: 0px;
  }
  .site-footer .footer-menu {
    margin-bottom: 20px;
  }
  .site-footer .footer-menu .footer-menu-list {
    padding: 0 16px;
    gap: 16px;
    row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer .footer-menu .footer-menu-list li {
    padding: 0;
  }
  .site-footer .footer-menu .footer-menu-list li a {
    font-size: 13px;
    padding: 6px 0;
  }
  .site-footer .footer-divider {
    margin: 12px auto 18px;
    max-width: 100%;
  }
  .site-footer .footer-logo {
    padding: 30px 0;
  }
  .site-footer .footer-logo img {
    width: 117px;
    object-fit: contain;
  }
  .site-footer .footer-copyright {
    margin: 23px 0 0;
  }
  .site-footer .footer-copyright p {
    font-size: 12px;
    line-height: 100%;
  }
}
@media print {
  .site-footer {
    background-color: transparent;
    border-top: 1px solid #000;
  }
}
.home-layout .home-container {
  padding: 20px 0 0;
}
@media screen and (min-width: 1200px) {
  .home-layout .home-container {
    display: grid;
    grid-template-columns: 1fr 362px;
    gap: 34px;
    align-items: start;
    padding: 20px 0 0;
  }
}
.home-layout .home-content {
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .home-layout .home-sidebar {
    margin-top: 48px;
  }
}
.home-layout .home-sidebar .sidebar-widget {
  margin-bottom: 15px;
}
.home-layout .home-sidebar .sidebar-widget.sidebar-posts-tabs {
  margin-bottom: 26px;
}
.home-layout .home-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .home-layout .home-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 16px 0px 0 0px;
  }
  .home-layout .home-content .home-section {
    margin-bottom: 30px;
  }
  .home-layout .home-content .home-section.section-videos-carousel {
    margin-bottom: 33px;
  }
  .home-layout .home-content .home-section:last-child {
    margin-bottom: 0;
  }
  .home-layout .home-content .home-section .section-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .home-layout .home-sidebar {
    margin-top: 24px;
  }
  .home-layout .home-sidebar .sidebar-widget {
    margin-bottom: 15px;
  }
  .home-layout .home-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-layout .home-container {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 8px 0px 0 0px;
  }
  .home-layout .home-content .home-section {
    margin-bottom: 21px;
    contain: layout style;
  }
  .home-layout .home-content .home-section.section-videos-carousel {
    margin-bottom: 37px;
  }
  .home-layout .home-content .home-section:last-child {
    margin-bottom: 0;
  }
  .home-layout .home-content .home-section.latest-featured {
    padding: 0 12px;
    min-height: 200px;
  }
  .home-layout .home-content .home-section.section-posts-carousel {
    min-height: 150px;
  }
  .home-layout .home-content .home-section.section-videos-carousel {
    min-height: unset;
  }
  .home-layout .home-content .home-section.section-investment-roadmap {
    min-height: 120px;
  }
  .home-layout .home-content .home-section .section-title {
    font-size: 15px;
    padding-bottom: 0;
    line-height: 1.3;
    min-height: 1.3em;
  }
  .home-layout .home-content .home-section .section-title.section-videos-title {
    padding-bottom: 8px;
    font-size: 20px;
  }
  .home-layout .home-content .home-section .section-header {
    min-height: 20px;
    margin-bottom: 12px;
  }
  .home-layout .home-sidebar {
    margin-top: 24px;
  }
  .home-layout .home-sidebar .sidebar-widget {
    margin-bottom: 15px;
  }
  .home-layout .home-sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
  }
  .home-layout .home-sidebar .sidebar-widget .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 1.3em;
  }
}
.archive-layout .text-ads-carousel-section {
  margin: 0;
  max-height: unset;
}
@media screen and (min-width: 1199px) {
  .archive-layout .text-ads-carousel-section .section-wrapper {
    height: 204px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .archive-layout .archive-container {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 52px;
    align-items: start;
    padding: 15px 0 0;
  }
  .category-video .archive-layout .archive-container {
    padding: 31px 0 0;
    gap: 50px;
  }
  .archive-layout .archive-container.has-video {
    display: grid;
    grid-template-columns: 1fr 320px;
  }
  .archive-layout .section-manufacturing-carousel {
    margin-bottom: 34px;
  }
  .archive-layout .archive-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive-layout .archive-content {
  min-width: 0;
}
.archive-layout.page-layout-type-2 .share-buttons, .archive-layout.page-layout-type-3 .share-buttons {
  display: flex;
}
@media screen and (min-width: 768px) {
  .archive-layout.page-layout-type-2 .archive-container, .archive-layout.page-layout-type-3 .archive-container {
    display: block;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 0 0;
  }
  .archive-layout.page-layout-type-2 .archive-content, .archive-layout.page-layout-type-3 .archive-content {
    width: 100%;
    max-width: 100%;
  }
}
.archive-layout.page-layout-type-3 .share-buttons {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .archive-layout.page-layout-type-3 .share-buttons {
    margin-bottom: 32px;
  }
}

.archive-sidebar .banner-ads {
  float: unset;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .archive-layout .share-buttons {
    display: none;
  }
  .archive-layout .archive-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0px 0 0px;
  }
  .archive-layout .archive-container.has-video {
    display: grid;
    grid-template-columns: 1fr;
  }
  .archive-layout .archive-content {
    margin-bottom: 0;
  }
  .archive-layout .archive-content:last-child {
    margin-bottom: 0;
  }
  .archive-layout .archive-sidebar {
    margin-top: 24px;
    padding: 0 12px;
  }
}
.archive-header {
  position: relative;
  margin-top: -24px;
  padding: 0 24px 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #b5b5b5;
  z-index: 1;
  flex-wrap: wrap;
  gap: 12px;
}
.cat-video .archive-header {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .cat-video .archive-header {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .cat-video .archive-header {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .cat-video .archive-header {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .archive-header {
    margin: 16px 12px 8px 12px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .archive-header {
    padding: 0;
    margin: 47px 12px 8px 12px;
  }
}
.archive-header > *:first-child {
  flex: 1;
  min-width: 0;
}

.archive-title {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ia-color-text, #212121);
  margin: 0 0 8px 0;
}
@media (max-width: 767px) {
  .archive-title {
    padding: 0;
  }
}
.archive-title span {
  color: var(--ia-color-text, #212121);
}

.archive-result-count {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ia-color-text-secondary, #333333);
  margin-top: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .archive-result-count {
    font-size: 13px;
    margin-top: 0;
  }
}

.archive-posts-list {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  margin-bottom: 41px;
}
@media (max-width: 767px) {
  .archive-posts-list {
    margin-bottom: 35px;
    padding: 0 12px;
  }
}

.archive-post-item {
  background: var(--ia-color-background, #ffffff);
  padding: 9px 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .archive-post-item {
    padding: 8px 0;
  }
}

.archive-post-inner {
  display: grid;
  grid-template-columns: 384px 1fr;
  gap: 13px;
}
@media (max-width: 767px) {
  .archive-post-inner {
    grid-template-columns: 1.5fr 2fr;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .archive-post-inner {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.archive-post-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--ia-border-radius, 10px);
  background: var(--ia-color-background-gray, #f0f0f0);
  aspect-ratio: 384/216;
}
.archive-post-image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.archive-post-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center center;
}
.archive-post-image a:hover img {
  transform: scale(1.05);
}
.archive-post-image:hover img {
  transform: scale(1.05);
}
.archive-post-image:hover .archive-post-image-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  pointer-events: auto;
}
.archive-post-image:hover .archive-post-image-overlay .archive-post-image-play-button {
  transform: scale(1.1);
}
.archive-post-image .archive-post-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.archive-post-image .archive-post-image-overlay .archive-post-image-play-button {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.archive-post-image .archive-post-image-overlay .archive-post-image-play-button svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .archive-post-image {
    margin-bottom: 0;
  }
}

.archive-post-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  padding: 0 24px 0 0;
}
@media (max-width: 767px) {
  .archive-post-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0 12px 0 0;
    gap: 0.5rem;
  }
}

.archive-post-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 2px;
  line-height: 30px;
  text-overflow: ellipsis;
}
.archive-post-title a {
  color: var(--ia-color-heading, #212121);
  text-decoration: none;
  transition: all 0.3s;
}
.archive-post-title a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
@media (max-width: 767px) {
  .archive-post-title {
    font-size: 15px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    line-height: 20px;
  }
}

.archive-post-excerpt {
  margin: 0 0 4px 0;
  color: var(--ia-color-text, #212121);
  font-size: 13px;
  font-weight: 400;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 479px) {
  .archive-post-excerpt {
    display: none;
  }
}

.archive-post-date {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 350;
  color: #333333;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.archive-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  row-gap: 25px;
  padding: 10px 0 0;
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .archive-posts-grid {
    padding: 10px 12px 0;
  }
}
@media (max-width: 480px) {
  .archive-posts-grid {
    gap: 16px;
    margin-bottom: 35px;
    padding: 10px 12px 0;
  }
}

.archive-post-grid-item {
  background: var(--ia-color-background, #ffffff);
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  transition: all 0.3s;
}

.archive-post-grid-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.archive-post-grid-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--ia-border-radius, 10px) var(--ia-border-radius, 10px) 0 0;
  background: var(--ia-color-background-gray, #f0f0f0);
  width: 100%;
  aspect-ratio: 384/216;
  max-width: 384px;
}
@media (max-width: 1023px) {
  .archive-post-grid-image {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .archive-post-grid-image {
    width: 176px;
    height: 99px;
    aspect-ratio: 176/99;
    max-width: 176px;
    max-height: 99px;
  }
}
.archive-post-grid-image .archive-post-grid-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.archive-post-grid-image .archive-post-grid-thumb,
.archive-post-grid-image .archive-post-grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center center;
}
.archive-post-grid-image .archive-post-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.archive-post-grid-image .archive-post-grid-overlay .archive-post-grid-play-button {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.archive-post-grid-image .archive-post-grid-overlay .archive-post-grid-play-button svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1199px) {
  .archive-post-grid-image .archive-post-grid-overlay .archive-post-grid-play-button svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .archive-post-grid-image .archive-post-grid-overlay .archive-post-grid-play-button svg {
    width: 35px;
    height: 35px;
  }
}
.archive-post-grid-image:hover .archive-post-grid-thumb,
.archive-post-grid-image:hover .archive-post-grid-img {
  transform: scale(1.05);
}
.archive-post-grid-image:hover .archive-post-grid-overlay {
  opacity: 1;
  pointer-events: auto;
}
.archive-post-grid-image:hover .archive-post-grid-overlay .archive-post-grid-play-button {
  transform: scale(1.1);
}

.archive-post-grid-content {
  display: flex;
  flex-direction: column;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.archive-post-grid-title {
  margin: 5px 0 4px 0;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-grow: 1;
}
.category-video .archive-post-grid-title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.archive-post-grid-title a {
  color: var(--ia-color-heading, #212121);
  text-decoration: none;
  transition: all 0.3s;
}
.archive-post-grid-title a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
@media (max-width: 767px) {
  .archive-post-grid-title {
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.archive-post-grid-date {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 350;
  color: #333333;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  margin-bottom: 8px;
}
.category-video .archive-post-grid-date {
  display: none;
}
@media (max-width: 480px) {
  .category-video .archive-post-grid-date {
    display: inline-flex;
  }
}

.archive-no-posts {
  padding: var(--ia-space-2xl, 50px);
  background: var(--ia-color-background-gray, #f0f0f0);
  border-radius: var(--ia-border-radius, 10px);
  text-align: center;
  margin: 29px auto 43px;
}
.archive-no-posts p {
  margin: 0;
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.single-layout .share-buttons {
  display: flex;
}
.single-layout .has-video .entry-header {
  border-bottom: none;
}
.single-layout .section-wrapper {
  height: auto !important;
}
.single-layout .entry-header {
  padding-bottom: 2px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 10px;
  padding: 0 24px;
}
.single-layout .entry-title {
  text-align: justify;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ia-color-text, #212121);
  line-height: 34px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.single-layout .entry-title span {
  color: var(--ia-color-text, #212121);
}
.single-layout .entry-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.single-layout .entry-header-bottom .entry-meta {
  font-size: 14px;
  font-weight: 350;
}
.single-layout .entry-header-bottom .posted-on {
  font-size: 14px;
  color: #333333;
}
.single-layout .single-post-content .entry-content,
.single-layout .single-post-content .post-thumbnail,
.single-layout .single-post-content .entry-header,
.single-layout .single-post-content .entry-content {
  padding: 0 17px;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .single-layout .single-post-content .entry-content,
  .single-layout .single-post-content .post-thumbnail,
  .single-layout .single-post-content .entry-header,
  .single-layout .single-post-content .entry-content {
    padding: 0 12px;
  }
}
.single-layout .single-post-content .post-thumbnail {
  width: 100%;
  max-height: 432px;
  max-width: 768px;
  aspect-ratio: 768/432;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .single-layout .single-post-content .post-thumbnail {
    padding: 0 12px;
  }
}
.single-layout .single-post-content .entry-content {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-layout .single-post-content .entry-content {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .single-layout .single-post-content .entry-content {
    font-size: 16px;
  }
}
.single-layout .single-video-embed {
  margin-bottom: var(--ia-space-md, 20px);
  margin-top: var(--ia-space-sm, 10px);
  margin: var(--ia-space-sm, 10px) auto var(--ia-space-md, 20px);
}
@media (max-width: 1023px) {
  .single-layout .single-video-embed {
    margin-left: 12px;
    margin-right: 12px;
    padding: 0 0px;
  }
}
.single-layout .single-video-embed .single-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 432px;
  overflow: hidden;
  background: #000;
  max-width: 768px;
  aspect-ratio: 768/432;
  margin: 0 auto;
}
.single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail .single-video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail .single-video-play-overlay svg {
  width: 80px;
  height: 80px;
}
.single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail .single-video-play-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 1023px) {
  .single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail .single-video-play-overlay svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail .single-video-play-overlay svg {
    width: 50px;
    height: 50px;
  }
}
.single-layout .single-video-embed .single-video-wrapper .single-video-thumbnail.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.single-layout .single-video-embed .single-video-wrapper .single-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 1;
}
.single-layout .single-youtube-button {
  margin-top: var(--ia-space-lg, 30px);
  margin-bottom: var(--ia-space-lg, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .single-layout .single-youtube-button {
    padding: 0 12px;
    margin-top: 41px;
    margin-bottom: 41px;
  }
}
.single-layout .single-youtube-button .btn-youtube-link {
  background-color: var(--ia-button-secondary-background, #ffffff);
  color: var(--ia-button-secondary-text, #000000);
  border: var(--ia-button-secondary-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.single-layout .single-youtube-button .btn-youtube-link:hover {
  background-color: var(--ia-button-secondary-hover-background, #000000);
  color: var(--ia-button-secondary-hover-text, #ffffff);
  border-color: var(--ia-button-secondary-hover-background, #000000);
}
.single-layout .single-youtube-button .btn-youtube-link {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--ia-color-secondary, #bf1e2d);
  color: var(--ia-color-text-light, #ffffff);
  border-color: var(--ia-color-secondary, #bf1e2d);
  font-size: 20px;
  font-weight: 500;
  width: 236px;
  height: 37px;
}
.single-layout .single-youtube-button .btn-youtube-link .btn-arrow {
  margin-left: 4px;
  transition: transform 0.3s ease;
}
.single-layout .single-youtube-button .btn-youtube-link:hover .btn-arrow {
  transform: translateX(4px);
}

.membership-page .entry-header {
  display: none;
}
.membership-page .entry-content {
  margin: 60px auto;
}

@media (max-width: 767px) {
  .page-layout.page-layout-type-1 .text-ads-carousel-section {
    margin: 0;
  }
}
.page-layout.page-layout-type-1 .entry-header {
  margin-bottom: 21px;
}
.page-layout.page-layout-type-1 .entry-content {
  padding: 0 16px;
}
@media (max-width: 1023px) {
  .page-layout.page-layout-type-1 .entry-content {
    padding: 0 12px;
  }
}
.page-layout.page-layout-type-1 .page-content .post-thumbnail {
  width: 768px;
  height: 432px;
  aspect-ratio: 768/432;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .page-layout.page-layout-type-1 .page-content .post-thumbnail {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-1 .page-content .post-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
}
.page-layout.page-layout-type-1 .page-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 768/432;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-1 .entry-header {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .page-ads-grid-top {
    margin: 0;
  }
}
.page-layout.page-layout-type-2 .page-content {
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .page-layout.page-layout-type-2 .page-content {
    margin: 21px 0 54px;
  }
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .page-content {
    margin: 0 0 43px;
  }
}
.page-layout.page-layout-type-2 .entry-title {
  padding: 0 0 15px;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .entry-title {
    padding: 0 0 11px;
  }
}
@media (max-width: 480px) {
  .page-layout.page-layout-type-2 .entry-title {
    padding: 0 0 6px;
  }
}
.page-layout.page-layout-type-2 .entry-header {
  margin: 21px 0 11px;
  border-bottom: 1px solid #b5b5b5;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .entry-header {
    border-bottom: none;
    margin: 16px 0 6px;
  }
}
.page-layout.page-layout-type-2 .entry-header-bottom {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .entry-header-bottom {
    justify-content: space-between;
    padding: 0 12px;
    margin-bottom: 5px;
  }
}
.page-layout.page-layout-type-2 .entry-header-bottom .entry-meta {
  font-size: 14px;
  font-weight: 350;
  display: none;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .entry-header-bottom .entry-meta {
    display: block;
  }
}
.page-layout.page-layout-type-2 .entry-header-bottom .posted-on {
  font-size: 14px;
  color: #333333;
}
.page-layout.page-layout-type-2 .post-thumbnail,
.page-layout.page-layout-type-2 .entry-title,
.page-layout.page-layout-type-2 .entry-content {
  max-width: 960px;
  margin: 0 auto;
}
.page-layout.page-layout-type-2 .post-thumbnail {
  margin-bottom: 43px;
  max-width: 960px;
  height: 540px;
  overflow: hidden;
  aspect-ratio: 960/540;
}
@media (max-width: 1199px) {
  .page-layout.page-layout-type-2 .post-thumbnail {
    height: auto;
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-2 .post-thumbnail {
    margin-bottom: 21px;
  }
}
.page-layout.page-layout-type-2 .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 960/540;
}
.page-layout.page-layout-type-2 .entry-content {
  margin-bottom: 43px;
}
.page-layout.page-layout-type-3 .archive-container {
  padding-top: 12px;
}
.page-layout.page-layout-type-3 .entry-content {
  margin: 25px auto 43px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-layout.page-layout-type-3 .entry-content {
    margin: 21px auto 43px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .page-layout.page-layout-type-3 .entry-content {
    margin: 16px auto 43px;
    font-size: 16px;
  }
}
.page-layout.page-layout-type-3 .page-content {
  margin: 0 0 43px;
}
@media (max-width: 1023px) {
  .page-layout .entry-header,
  .page-layout .entry-content,
  .page-layout .post-thumbnail {
    padding: 0 12px;
  }
}
.page-layout .entry-content {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-layout .entry-content {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .page-layout .entry-content {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .page-layout .entry-content {
    font-size: 16px;
  }
}
.page-layout .entry-title {
  font-size: 24px;
  font-weight: 700;
}

/* WordPress Block  */
.wp-block-image img {
  width: 100%;
}

.page-404-layout {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--ia-space-4xl, 80px) 0;
}
@media screen and (max-width: 767px) {
  .page-404-layout {
    padding: var(--ia-space-3xl, 60px) 0;
  }
}

.page-404-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.page-404 {
  padding: var(--ia-space-4xl, 80px) var(--ia-space-2xl, 50px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-404 {
    padding: var(--ia-space-3xl, 60px) var(--ia-space-lg, 30px);
  }
}

.page-404-header {
  margin-bottom: var(--ia-space-3xl, 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-404-header {
    margin-bottom: var(--ia-space-2xl, 50px);
  }
}

.page-404-title {
  font-size: 320px;
  font-weight: 700;
  line-height: 1;
  color: var(--ia-color-primary, #000000);
  margin: 0 0 var(--ia-space-lg, 30px);
  letter-spacing: -0.08em;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-404-title {
    font-size: 240px;
  }
}
@media screen and (max-width: 767px) {
  .page-404-title {
    font-size: 160px;
    opacity: 0.08;
  }
}

.page-404-message {
  font-size: var(--ia-font-size-h2, 20px);
  font-weight: 600;
  color: var(--ia-color-text, #212121);
  margin: 0;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-404-message {
    font-size: var(--ia-font-size-h3, 18px);
  }
}

.page-404-actions {
  margin-bottom: var(--ia-space-3xl, 60px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-404-actions {
    margin-bottom: var(--ia-space-2xl, 50px);
  }
}

.page-404-button {
  display: inline-block;
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  text-decoration: none;
  border-radius: var(--ia-button-border-radius, 0);
  font-weight: var(--ia-button-font-weight, 600);
  font-size: var(--ia-button-font-size, 14px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
  border: var(--ia-button-border, 1px solid #000000);
}
.page-404-button:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  transform: translateY(-2px);
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.page-404-button:active {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .page-404-button {
    padding: var(--ia-button-mobile-padding-vertical, 6px) var(--ia-button-mobile-padding-horizontal, 20px);
    font-size: var(--ia-button-mobile-font-size, 13px);
    width: 100%;
    max-width: 300px;
  }
}

.page-404-search {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
.page-404-search .search-form {
  display: flex;
  justify-content: center;
  gap: var(--ia-space-sm, 10px);
}
.page-404-search .search-field {
  flex: 1;
  padding: var(--ia-space-md, 20px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  color: var(--ia-color-text, #212121);
  transition: all 0.2s;
}
.page-404-search .search-field:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}
.page-404-search .search-submit {
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  font-weight: var(--ia-button-font-weight, 600);
  font-size: var(--ia-button-font-size, 14px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.page-404-search .search-submit:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
}
@media screen and (max-width: 767px) {
  .page-404-search .search-submit {
    padding: var(--ia-button-mobile-padding-vertical, 6px) var(--ia-button-mobile-padding-horizontal, 20px);
    font-size: var(--ia-button-mobile-font-size, 13px);
  }
}
@media screen and (max-width: 767px) {
  .page-404-search .search-form {
    flex-direction: column;
  }
  .page-404-search .search-submit {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
.breadcrumb {
  margin-top: 12px;
  margin-bottom: 2px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.single-layout .breadcrumb {
  margin-top: 13px;
}
@media (max-width: 1023px) {
  .breadcrumb {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .breadcrumb .breadcrumb-list {
    padding: 0;
  }
}
.breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item.breadcrumb-separator {
  margin: 0 4px;
  color: var(--ia-color-text-secondary, #333333);
  user-select: none;
}
.breadcrumb .breadcrumb-item .breadcrumb-link {
  color: var(--ia-color-text-secondary, #333333);
  text-decoration: none;
  transition: color all 0.2s;
}
.breadcrumb .breadcrumb-item .breadcrumb-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.breadcrumb .breadcrumb-item.breadcrumb-current {
  color: var(--ia-color-text, #212121);
  font-weight: 500;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 2px;
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-item.breadcrumb-separator {
    margin: 0 4px;
  }
}

figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.skeleton {
  position: relative;
  background: linear-gradient(90deg, #f5f5f5 0%, #f8f8f8 50%, #f5f5f5 100%);
  border-radius: 3px;
  overflow: hidden;
}
.skeleton:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 80px;
  left: -80px;
  top: 0;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.3) 80%, transparent 100%);
  animation: skeleton-reflect 2.5s ease-in-out infinite;
  contain: layout style;
  filter: blur(0.5px);
}

@keyframes skeleton-reflect {
  to {
    left: calc(100% + 80px);
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.skeleton-title {
  width: 60%;
  min-height: 20px;
  margin-bottom: 10px;
}

.skeleton-content {
  width: 100%;
  min-height: 60px;
}

.skeleton-slide {
  flex: 1;
  height: 126px;
}
@media (max-width: 1024px) {
  .skeleton-slide {
    height: 112px;
  }
}
@media (max-width: 768px) {
  .skeleton-slide {
    height: 101px;
  }
}
@media (max-width: 480px) {
  .skeleton-slide {
    height: auto;
    aspect-ratio: 176/99;
  }
}

.skeleton-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.skeleton-text {
  width: 100%;
  min-height: 16px;
  margin-bottom: 8px;
}
.skeleton-text:last-child {
  margin-bottom: 0;
}
.skeleton-text.skeleton-text-short {
  width: 60%;
}
.skeleton-text.skeleton-text-medium {
  width: 80%;
}

.skeleton-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.skeleton-button {
  width: 120px;
  height: 40px;
  border-radius: 4px;
}

/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (max-width: 1023px) {
  .post-navigation {
    padding: 0 12px;
  }
}
.post-navigation .nav-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mega Menu
--------------------------------------------- */
/**
 * Mega Menu Component
 * All mega menu styles and animations
 */
/**
 * Mega Menu Base Styles
 * Common styles for all mega menu styles
 */
.mega-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: var(--mega-menu-bg, var(--ia-color-background, #ffffff));
  border-radius: var(--mega-menu-radius, var(--ia-border-radius, 10px));
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid var(--ia-color-border, #eeeeee);
  max-height: calc(100vh - 125px);
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.mega-menu-container.mega-menu-fade {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu-container.mega-menu-width-auto {
  width: fit-content;
  min-width: 600px;
  max-width: min(1200px, 95vw);
}
.mega-menu-container.mega-menu-width-full {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
.mega-menu-container.mega-menu-width-custom {
  width: var(--mega-menu-custom-width, 1100px);
  max-width: 95vw;
}

.mega-menu-content {
  padding: 2rem;
  display: grid;
  gap: 2rem;
}
.mega-menu-content.mega-menu-cols-1 {
  grid-template-columns: 1fr;
}
.mega-menu-content.mega-menu-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.mega-menu-content.mega-menu-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.mega-menu-content.mega-menu-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.mega-menu-content.mega-menu-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.mega-menu-content.mega-menu-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
  width: var(--column-width, auto);
}

.mega-menu-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ia-color-text, #212121);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--ia-color-primary, #000000);
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu-item {
  margin-bottom: 0.5rem;
}

.mega-menu-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  color: var(--ia-color-text-secondary, #333333);
  text-decoration: none;
  transition: color 0.2s ease;
}
.mega-menu-link:hover {
  color: var(--ia-color-primary, #000000);
}

.mega-menu-title {
  font-weight: 500;
}

.mega-menu-description {
  font-size: 0.9rem;
  color: var(--ia-color-text-secondary, #333333);
  margin-top: 0.25rem;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .mega-menu-container {
    max-width: 95vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .mega-menu-container.mega-menu-fade {
    transform: translateX(-50%);
  }
  .mega-menu-content.mega-menu-cols-4, .mega-menu-content.mega-menu-cols-5, .mega-menu-content.mega-menu-cols-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .mega-menu-container {
    max-width: 90vw;
  }
  .mega-menu-content {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .mega-menu-content.mega-menu-cols-3, .mega-menu-content.mega-menu-cols-4, .mega-menu-content.mega-menu-cols-5, .mega-menu-content.mega-menu-cols-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .mega-menu-heading {
    font-size: 1rem;
  }
  .mega-menu-link {
    font-size: 0.95rem;
  }
  .mega-menu-description {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .mega-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    max-width: none;
    border-radius: 0;
    max-height: none;
    transform: none;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    will-change: opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .mega-menu-container.mega-menu-fade {
    transform: none;
  }
  .mega-menu-content {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: block;
    max-height: 80vh;
    overflow-y: auto;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  }
  .mega-menu-column {
    margin-bottom: 2rem;
  }
  .mega-menu-column:last-child {
    margin-bottom: 0;
  }
  .mega-menu-heading {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
    padding: 0.5rem 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-content {
    padding: 1rem;
    max-width: none;
  }
  .mega-menu-heading {
    font-size: 0.95rem;
  }
  .mega-menu-link {
    padding: 0.75rem 0;
    font-size: 0.9rem;
  }
  .mega-menu-description {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}
/**
 * Mega Menu Default Style - TH-BIZ Design
 * Dark blue background (#253861) with white text
 * Based on th-biz.com mega menu styling from global.css
 */
.mega-menu-style-default {
  background-color: #253861 !important;
  color: #ffffff;
}
.mega-menu-style-default .mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 15px 20px;
}
.mega-menu-style-default .mega-menu-column {
  display: flex;
  flex-direction: column;
  min-width: 210px;
}
.mega-menu-style-default .mega-menu-heading {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
  text-transform: none;
}
.mega-menu-style-default .mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mega-menu-style-default .mega-menu-item {
  margin: 0;
  padding: 0;
  display: block;
}
.mega-menu-style-default .mega-menu-link {
  display: block;
  padding: 3px 6px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 0;
  transition: all 0.2s ease;
}
.mega-menu-style-default .mega-menu-link:hover {
  color: #000000;
  background: #ffffff;
}
.mega-menu-style-default .mega-menu-title {
  font-weight: 400;
  font-size: 14px;
}
.mega-menu-style-default .mega-menu-description {
  display: none;
}
.mega-menu-style-default .mega-menu-link span[class*=fa-] {
  margin-right: 0.5rem;
  color: #ffffff;
  width: 16px;
  text-align: center;
}
@media (max-width: 1023px) {
  .mega-menu-style-default .mega-menu-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .mega-menu-style-default .mega-menu-heading {
    font-size: 1rem;
  }
  .mega-menu-style-default .mega-menu-link {
    padding: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .mega-menu-style-default .mega-menu-content {
    display: block;
  }
  .mega-menu-style-default .mega-menu-column {
    margin-bottom: 2rem;
  }
  .mega-menu-style-default .mega-menu-column:last-child {
    margin-bottom: 0;
  }
  .mega-menu-style-default .mega-menu-heading {
    background: linear-gradient(90deg, var(--ia-color-primary, #000000) 0%, transparent 100%);
    color: white;
    padding: 0.75rem 1rem;
    margin: 0 -1.5rem 1rem -1.5rem;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
  }
  .mega-menu-style-default .mega-menu-item {
    border-bottom: 1px solid var(--ia-color-border-light, #f0f0f0);
  }
  .mega-menu-style-default .mega-menu-item:last-child {
    border-bottom: none;
  }
  .mega-menu-style-default .mega-menu-link {
    padding: 0.75rem 0;
    position: relative;
    padding-right: 2rem;
  }
  .mega-menu-style-default .mega-menu-link::after {
    content: "→";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--ia-color-primary, #000000);
    opacity: 0;
    transition: all 0.2s ease;
  }
  .mega-menu-style-default .mega-menu-link:active::after {
    opacity: 1;
    right: -0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-style-default .mega-menu-heading {
    font-size: 0.95rem;
    margin: 0 -1rem 1rem -1rem;
  }
  .mega-menu-style-default .mega-menu-link {
    font-size: 0.9rem;
  }
}

/**
 * Mega Menu Cards Style
 * Card-based layout with images and descriptions
 */
.mega-menu-style-cards .mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.mega-menu-style-cards .mega-menu-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.mega-menu-style-cards .mega-menu-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ia-color-text, #212121);
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--ia-color-primary, #000000);
}
.mega-menu-style-cards .mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.mega-menu-style-cards .mega-menu-item {
  background: var(--ia-color-background, #ffffff);
  border-radius: var(--ia-border-radius-large, 10px);
  padding: 1.5rem;
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid var(--ia-color-border-light, #f0f0f0);
  transition: all 0.3s ease;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.mega-menu-style-cards .mega-menu-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  border-color: var(--ia-color-primary, #000000);
}
.mega-menu-style-cards .mega-menu-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  padding: 0;
  width: 100%;
  height: 100%;
}
.mega-menu-style-cards .mega-menu-link:hover {
  color: inherit;
}
.mega-menu-style-cards .mega-menu-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid #e5e5e5;
  flex-shrink: 0;
}
.mega-menu-style-cards .mega-menu-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ia-color-text, #212121);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  width: 100%;
  word-wrap: break-word;
}
.mega-menu-style-cards .mega-menu-title::before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--ia-color-primary, #000000);
  border-radius: 50%;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.mega-menu-style-cards .mega-menu-description {
  font-size: 0.9rem;
  color: var(--ia-color-text-secondary, #333333);
  line-height: 1.5;
  margin-bottom: 1rem;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mega-menu-style-cards .mega-menu-link span[class*=fa-] {
  margin-right: 0.5rem;
  color: var(--ia-color-primary, #000000);
  font-size: 1.1rem;
}
.mega-menu-style-cards .mega-menu-link::after {
  content: "Explore →";
  display: inline-block;
  background: var(--ia-color-primary, #000000);
  color: var(--ia-color-background, #ffffff);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  transition: background 0.2s ease;
  margin-top: auto;
}
.mega-menu-style-cards .mega-menu-item:hover .mega-menu-link::after {
  background: var(--ia-color-primary-dark, #111111);
}
@media (max-width: 1200px) {
  .mega-menu-style-cards .mega-menu-content {
    gap: 1.25rem;
  }
  .mega-menu-style-cards .mega-menu-item {
    padding: 1.25rem;
  }
}
@media (max-width: 1023px) {
  .mega-menu-style-cards .mega-menu-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .mega-menu-style-cards .mega-menu-item {
    padding: 1rem;
  }
  .mega-menu-style-cards .mega-menu-image {
    height: 100px;
  }
  .mega-menu-style-cards .mega-menu-title {
    font-size: 1rem;
  }
  .mega-menu-style-cards .mega-menu-description {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .mega-menu-style-cards .mega-menu-content {
    display: block;
  }
  .mega-menu-style-cards .mega-menu-list {
    display: block;
  }
  .mega-menu-style-cards .mega-menu-item {
    margin-bottom: 1rem;
    padding: 1.25rem;
  }
  .mega-menu-style-cards .mega-menu-item:last-child {
    margin-bottom: 0;
  }
  .mega-menu-style-cards .mega-menu-image {
    height: 150px;
    margin-bottom: 0.75rem;
  }
  .mega-menu-style-cards .mega-menu-title {
    font-size: 1.05rem;
  }
  .mega-menu-style-cards .mega-menu-link::after {
    content: "Learn More →";
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-style-cards .mega-menu-item {
    padding: 1rem;
  }
  .mega-menu-style-cards .mega-menu-image {
    height: 120px;
  }
  .mega-menu-style-cards .mega-menu-title {
    font-size: 0.95rem;
  }
  .mega-menu-style-cards .mega-menu-description {
    font-size: 0.8rem;
  }
  .mega-menu-style-cards .mega-menu-link::after {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

/**
 * Mega Menu Minimal Style
 * Simple list format with clean appearance
 */
.mega-menu-style-minimal .mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.mega-menu-style-minimal .mega-menu-column {
  display: flex;
  flex-direction: column;
}
.mega-menu-style-minimal .mega-menu-heading {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.mega-menu-style-minimal .mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-style-minimal .mega-menu-item {
  margin-bottom: 0.25rem;
}
.mega-menu-style-minimal .mega-menu-link {
  display: block;
  padding: 0.75rem 0;
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
  position: relative;
}
.mega-menu-style-minimal .mega-menu-link:hover {
  color: #0073aa;
  border-bottom-color: #0073aa;
}
.mega-menu-style-minimal .mega-menu-link::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #0073aa;
  transition: width 0.2s ease;
}
.mega-menu-style-minimal .mega-menu-link:hover::before {
  width: 0.5rem;
}
.mega-menu-style-minimal .mega-menu-title {
  font-weight: 400;
  font-size: 0.95rem;
}
.mega-menu-style-minimal .mega-menu-image,
.mega-menu-style-minimal .mega-menu-description,
.mega-menu-style-minimal .mega-menu-link span[class*=fa-] {
  display: none;
}
@media (max-width: 1023px) {
  .mega-menu-style-minimal .mega-menu-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .mega-menu-style-minimal .mega-menu-heading {
    font-size: 0.95rem;
  }
  .mega-menu-style-minimal .mega-menu-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .mega-menu-style-minimal .mega-menu-content {
    display: block;
  }
  .mega-menu-style-minimal .mega-menu-column {
    margin-bottom: 1.5rem;
  }
  .mega-menu-style-minimal .mega-menu-column:last-child {
    margin-bottom: 0;
  }
  .mega-menu-style-minimal .mega-menu-heading {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    margin: 0 -1.5rem 1rem -1.5rem;
    background: #f8f9fa;
    border-bottom-color: #dee2e6;
  }
  .mega-menu-style-minimal .mega-menu-item {
    padding-left: 1rem;
    border-left: 2px solid transparent;
    transition: border-color 0.2s ease;
  }
  .mega-menu-style-minimal .mega-menu-item:hover {
    border-left-color: #0073aa;
  }
  .mega-menu-style-minimal .mega-menu-link {
    padding: 0.6rem 0;
  }
  .mega-menu-style-minimal .mega-menu-link::before {
    display: none;
  }
  .mega-menu-style-minimal .mega-menu-link {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-style-minimal .mega-menu-link {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  .mega-menu-style-minimal .mega-menu-heading {
    font-size: 0.9rem;
    margin: 0 -1rem 0.75rem -1rem;
  }
}

/**
 * Mega Menu Modern Style
 * Advanced layout with animations and modern indicators
 */
.mega-menu-style-modern .mega-menu-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.mega-menu-style-modern .mega-menu-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mega-menu-style-modern .mega-menu-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(135deg, #0073aa, #00a0d2);
  border-radius: 2px;
}
.mega-menu-style-modern .mega-menu-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #0073aa;
  position: relative;
  display: flex;
  align-items: center;
}
.mega-menu-style-modern .mega-menu-heading::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0073aa;
  border-radius: 50%;
  margin-left: 0.5rem;
  animation: pulse 2s infinite;
}
.mega-menu-style-modern .mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-style-modern .mega-menu-item {
  margin-bottom: 0.75rem;
  position: relative;
  overflow: hidden;
}
.mega-menu-style-modern .mega-menu-item::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 115, 170, 0.1), transparent);
  transition: left 0.5s ease;
}
.mega-menu-style-modern .mega-menu-item:hover::before {
  left: 100%;
}
.mega-menu-style-modern .mega-menu-link {
  display: flex;
  align-items: center;
  padding: 1rem;
  color: #555;
  text-decoration: none;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.mega-menu-style-modern .mega-menu-link:hover {
  color: #0073aa;
  background: #ffffff;
  border-color: #0073aa;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 115, 170, 0.15);
}
.mega-menu-style-modern .mega-menu-title {
  font-weight: 500;
  flex: 1;
}
.mega-menu-style-modern .mega-menu-description {
  font-size: 0.85rem;
  color: #777;
  margin-top: 0.25rem;
  line-height: 1.4;
}
.mega-menu-style-modern .mega-menu-link span[class*=fa-] {
  margin-right: 0.75rem;
  color: #0073aa;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
.mega-menu-style-modern .mega-menu-item:hover .mega-menu-link span[class*=fa-] {
  transform: scale(1.1);
}
.mega-menu-style-modern .mega-menu-link::after {
  content: "→";
  color: #0073aa;
  font-weight: bold;
  margin-left: auto;
  transition: transform 0.3s ease;
}
.mega-menu-style-modern .mega-menu-item:hover .mega-menu-link::after {
  transform: translateX(4px);
}
.mega-menu-style-modern .mega-menu-image {
  display: none;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media (max-width: 1023px) {
  .mega-menu-style-modern .mega-menu-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .mega-menu-style-modern .mega-menu-link {
    padding: 0.85rem;
    font-size: 0.95rem;
  }
  .mega-menu-style-modern .mega-menu-description {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .mega-menu-style-modern .mega-menu-content {
    display: block;
  }
  .mega-menu-style-modern .mega-menu-column {
    margin-bottom: 2rem;
  }
  .mega-menu-style-modern .mega-menu-column:last-child {
    margin-bottom: 0;
  }
  .mega-menu-style-modern .mega-menu-column::before {
    display: none;
  }
  .mega-menu-style-modern .mega-menu-heading {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .mega-menu-style-modern .mega-menu-heading::after {
    display: none;
  }
  .mega-menu-style-modern .mega-menu-item {
    margin-bottom: 0.5rem;
  }
  .mega-menu-style-modern .mega-menu-link {
    padding: 0.75rem;
    font-size: 0.9rem;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .mega-menu-style-modern .mega-menu-link:hover {
    transform: translateX(2px);
  }
  .mega-menu-style-modern .mega-menu-description {
    font-size: 0.8rem;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-style-modern .mega-menu-link {
    padding: 0.6rem;
    font-size: 0.85rem;
  }
}

.mega-menu-fade {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-slide {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mega-menu-scale {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.has-mega:hover .mega-menu-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu-close {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  z-index: 10;
  transition: all 0.2s ease;
}
.mega-menu-close:hover {
  background: rgba(0, 0, 0, 0.2);
  transform: rotate(90deg);
}
.mega-menu-close:active {
  transform: rotate(90deg) scale(0.95);
}

.mega-menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mega-menu-backdrop.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .mega-menu-close {
    display: block;
  }
  .mega-menu-backdrop {
    display: block;
  }
  body.mega-menu-open {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mega-menu-container .mega-menu-content {
    max-height: 85vh;
  }
  .mega-menu-close {
    width: 28px;
    height: 28px;
    font-size: 1rem;
    top: 0.75rem;
    right: 0.75rem;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 8px 0 0;
}

.page-content .post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-content {
  margin: 29px auto 43px;
  text-align: justify;
}
.entry-content p:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .entry-content {
    margin: 6px auto 33px;
  }
}
@media (max-width: 767px) {
  .entry-content {
    margin: 23px auto 43px;
  }
}

.ia-desktop-only {
  display: table;
}

.ia-mobile-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .ia-desktop-only {
    display: none !important;
  }
  .ia-mobile-only {
    display: table;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .industrial-info-table {
    font-size: 13px;
  }
  .industrial-info-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: none;
    border-bottom: none;
  }
  .industrial-info-table tbody tr th,
  .industrial-info-table tbody tr td {
    display: block;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    text-align: left;
    padding: 6px 8px;
    flex: 0 0 auto;
    border-bottom: none;
    border: none;
    background: transparent;
  }
  .industrial-info-table tbody tr th {
    background: #f3f3f3;
    font-weight: 500;
    color: #222;
    flex: 1 1 0;
    max-width: 40%;
  }
  .industrial-info-table tbody tr:not(:last-child) th {
    border-bottom: 1px solid #e0e0e0;
  }
  .industrial-info-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #e0e0e0;
  }
  .industrial-info-table tbody tr {
    color: #222;
  }
}
@media screen and (max-width: 767px) {
  .industrial-info-table {
    font-size: 13px;
  }
  .industrial-info-table tbody tr {
    display: flex;
    width: 100%;
  }
  .industrial-info-table tbody tr th,
  .industrial-info-table tbody tr td {
    display: block;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    text-align: left;
    padding: 6px 8px;
    border-bottom: none;
    flex: 1 1 0;
  }
  .industrial-info-table tbody tr th {
    font-weight: 500;
    color: #222;
    white-space: wrap;
    flex: 1 1 0;
    max-width: 30%;
    height: auto;
  }
  .industrial-info-table tbody tr td {
    color: #222;
    flex: 2 1 0;
    max-width: 70%;
  }
}
.industrial-park-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 16px 0;
}
.industrial-park-content .consultation-form-wrapper {
  margin-top: 2rem;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .consultation-form-wrapper {
    padding: 0;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .industrial-park-content {
    padding: 0px 12px;
  }
}
.industrial-park-content .industrial-info-title {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  padding-bottom: 0.5rem;
  text-align: left;
  /* Remove side padding to keep table centered */
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-info-title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
  }
}
.industrial-park-content .industrial-park-carousel {
  margin-bottom: 32px;
}
.industrial-park-content .industrial-park-carousel .swiper {
  width: 100%;
}
.industrial-park-content .industrial-park-carousel .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industrial-park-content .industrial-park-carousel .swiper .swiper-slide img {
  max-width: 100%;
  max-height: 240px;
  border-radius: 8px;
  background: #f5f5f5;
}
.industrial-park-content .industrial-park-carousel .swiper .swiper-slide .carousel-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
.industrial-park-content .industrial-intro {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #d97b0f;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-intro {
    font-size: 14px;
    line-height: 18px;
  }
  .industrial-park-content .industrial-intro p {
    margin-bottom: 0 !important;
  }
}
.industrial-park-content .industrial-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-content {
    font-size: 14px;
    line-height: 18px;
  }
}
.industrial-park-content .table-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #050505;
  padding: 0 16px 4px;
}
.industrial-park-content .hot-point {
  width: 20px;
  height: 25px;
}
.industrial-park-content table {
  margin: 0 0 1em;
}
.industrial-park-content .industrial-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-info-table {
    font-size: 14px;
  }
}
.industrial-park-content .industrial-info-table th,
.industrial-park-content .industrial-info-table td {
  border: 1px solid #bdbdbd;
  padding: 4px 6px;
  font-weight: 400;
  vertical-align: middle;
}
.industrial-park-content .industrial-info-table th {
  color: #222;
  text-align: left;
  white-space: nowrap;
}
.industrial-park-content .industrial-info-table td {
  color: #222;
}
.industrial-park-content .industrial-info-table tr:first-child th,
.industrial-park-content .industrial-info-table tr:first-child td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.industrial-park-content .industrial-info-table tr th,
.industrial-park-content .industrial-info-table tr td {
  border-right: none;
  border-left: none;
}
.industrial-park-content .industrial-info-table tr td:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}
.industrial-park-content .industrial-info {
  padding: 16px;
  background-color: #f3f3f3;
  border-top: 6px solid #dfcf57;
}
.industrial-park-content .industrial-detail-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 40px 0;
}
.industrial-park-content .industrial-detail-points .detail-point {
  flex: 1 1 220px;
  border-radius: 8px;
  margin-bottom: 0;
}
.industrial-park-content .industrial-detail-points .detail-point h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  padding-bottom: 4px;
  background: none;
  border-bottom: 4px solid #f82a2a;
  color: #f82a2a;
}
.industrial-park-content .industrial-detail-points .detail-point div {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #555555;
}
.industrial-park-content .industrial-detail-points .detail-point div p {
  margin-bottom: 0 !important;
  line-height: 28px;
  margin-block-start: 0.5em !important;
  margin-block-end: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-detail-points .detail-point h4 {
    font-size: 20px;
  }
  .industrial-park-content .industrial-detail-points .detail-point div {
    font-size: 15px;
  }
  .industrial-park-content .industrial-detail-points .detail-point div p {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-detail-points {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 24px 0;
  }
}
.industrial-park-content .industrial-map {
  margin: 32px 0 24px 0;
  text-align: center;
  padding: 0 10%;
}
.industrial-park-content .industrial-map img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-map {
    margin: 0 0 24px 0;
  }
}
.industrial-park-content .company-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.industrial-park-content .company-list-wrapper h5 {
  background-color: #ed5d31;
  padding: 8px 0;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .company-list-wrapper h5 {
    font-size: 16px;
    text-align: left;
    padding-left: 6px;
  }
}
.industrial-park-content .industrial-company-list-outer {
  margin: 0px;
}
.industrial-park-content .inquiry-button-wrapper {
  margin-bottom: 10rem;
}
.industrial-park-content .industrial-company-list {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
  color: #050505;
}
.industrial-park-content .industrial-company-list th,
.industrial-park-content .industrial-company-list td {
  padding: 4px;
  background: #f3f3f3;
  border: none;
}
.industrial-park-content .industrial-company-list th {
  background: #cdcdcd;
}
.industrial-park-content .industrial-company-list thead tr {
  border-bottom: 4px solid white;
}
.industrial-park-content .industrial-company-list tr > th:not(:last-child),
.industrial-park-content .industrial-company-list thead tr > th:not(:last-child) {
  border-right: 4px solid white;
}
.industrial-park-content .industrial-company-list tbody tr > td:not(:last-child) {
  border-right: 4px solid white;
}
.industrial-park-content .industrial-company-list tbody tr:not(:last-child) > td {
  border-bottom: 4px solid white;
}
.industrial-park-content .industrial-company-list {
  background-color: #cdcdcd;
  color: #050505;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .industrial-park-content .industrial-company-list {
    font-size: 13px;
  }
  .industrial-park-content .industrial-company-list tbody tr td {
    font-weight: 400;
    font-size: 13px;
  }
}
.industrial-park-content tbody td {
  border: none;
  padding: 8px 12px;
  font-size: 15px;
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin-top: var(--ia-space-lg, 30px);
  margin-bottom: var(--ia-space-lg, 30px);
}
@media (max-width: 1023px) {
  .comments-area {
    padding: 0 12px;
  }
}

.comments-title {
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: var(--ia-heading-font-weight, 600);
  color: var(--ia-color-heading, #212121);
  margin: 0;
  padding: 0;
  letter-spacing: var(--ia-letter-spacing, normal);
  font-size: var(--ia-font-size-h2, 20px);
  margin-bottom: var(--ia-space-md, 20px);
  color: var(--ia-color-heading, #212121);
}
.comments-title span {
  color: var(--ia-color-heading, #212121);
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ia-color-border, #eeeeee);
}
.comment-list .comment {
  margin-bottom: var(--ia-space-md, 20px);
  background-color: rgba(var(--ia-color-background-gray, #f0f0f0), 0.5);
  border-radius: var(--ia-border-radius, 10px);
  padding: var(--ia-space-md, 20px);
  transition: background-color all 0.2s, box-shadow all 0.2s;
}
.comment-list .comment:hover {
  background-color: rgba(var(--ia-color-background-gray, #f0f0f0), 0.7);
}
.comment-list .comment:last-child {
  margin-bottom: 0;
}
.comment-list .children {
  list-style: none;
  margin: var(--ia-space-md, 20px) 0 0 0;
  padding-left: var(--ia-space-xl, 40px);
}
@media (max-width: 767px) {
  .comment-list .children {
    padding-left: var(--ia-space-lg, 30px);
  }
}
.comment-list .children .comment {
  background-color: rgba(var(--ia-color-background-gray, #f0f0f0), 0.3);
  margin-left: var(--ia-space-md, 20px);
}
.comment-list .children .comment:hover {
  background-color: rgba(var(--ia-color-background-gray, #f0f0f0), 0.5);
}

.comment-body {
  display: flex;
  flex-direction: column;
  gap: var(--ia-space-sm, 10px);
}

.comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--ia-space-md, 20px);
  margin-bottom: var(--ia-space-xs, 5px);
}

.comment-author {
  display: flex;
  align-items: center;
  gap: var(--ia-space-sm, 10px);
}
.comment-author .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--ia-color-border, #eeeeee);
  padding: 2px;
  background-color: var(--ia-color-background, #ffffff);
  transition: all 0.2s ease;
}
.comment-author .avatar:hover {
  transform: scale(1.05);
  border-color: var(--ia-color-secondary, #bf1e2d);
}
.comment-author .fn {
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-body, 16px);
}
.comment-author .fn a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-author .fn a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-author .fn a {
  color: var(--ia-color-heading, #212121);
  font-weight: 600;
  transition: color all 0.2s;
}
.comment-author .fn a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.comment-author .says {
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-small, 15px);
  margin-left: 4px;
  font-weight: 400;
}

.comment-metadata {
  display: flex;
  align-items: center;
  gap: var(--ia-space-sm, 10px);
  font-size: var(--ia-font-size-smaller, 14px);
  color: var(--ia-color-text-secondary, #333333);
  margin-left: auto;
}
.comment-metadata a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-metadata a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-metadata a {
  color: var(--ia-color-text-secondary, #333333);
  font-weight: 400;
  transition: color all 0.2s;
}
.comment-metadata a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.comment-metadata time {
  color: var(--ia-color-text-secondary, #333333);
}
.comment-metadata .edit-link a {
  font-size: var(--ia-font-size-smaller, 14px);
}

.comment-content {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  margin-top: 0;
  color: var(--ia-color-text, #212121);
  line-height: var(--ia-line-height-relaxed, 23px);
  padding-left: 52px;
}
@media (max-width: 767px) {
  .comment-content {
    padding-left: 0;
    margin-top: var(--ia-space-xs, 5px);
  }
}
.comment-content p {
  margin: 0;
  width: fit-content;
  background-color: var(--ia-color-background-gray, #f0f0f0);
  padding: var(--ia-space-xs, 5px);
  border-radius: 6px;
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-small, 15px);
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-content a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-content a {
  word-wrap: break-word;
  color: var(--ia-color-secondary, #bf1e2d);
}
.comment-content a:hover {
  text-decoration: underline;
}

.reply {
  margin-top: var(--ia-space-xs, 5px);
  padding-left: 52px;
}
@media (max-width: 767px) {
  .reply {
    padding-left: 0;
  }
}

.comment-reply-link {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-reply-link:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-reply-link {
  font-size: var(--ia-font-size-small, 15px);
  font-weight: 500;
  color: var(--ia-color-text-secondary, #333333);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color all 0.2s;
}
.comment-reply-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
  text-decoration: none;
}
.comment-reply-link::before {
  content: "↪";
  font-size: 14px;
}

.bypostauthor {
  background-color: rgba(var(--ia-color-secondary, #bf1e2d), 0.05) !important;
}
.bypostauthor .comment-author .fn a {
  color: var(--ia-color-secondary, #bf1e2d);
  font-weight: 600;
}
.bypostauthor:hover {
  background-color: rgba(var(--ia-color-secondary, #bf1e2d), 0.08) !important;
}

.comment-respond {
  margin-top: var(--ia-space-lg, 30px);
  padding-top: var(--ia-space-lg, 30px);
  border-top: 1px solid var(--ia-color-border, #eeeeee);
}

.comment-reply-title {
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: var(--ia-heading-font-weight, 600);
  color: var(--ia-color-heading, #212121);
  margin: 0;
  padding: 0;
  letter-spacing: var(--ia-letter-spacing, normal);
  font-size: var(--ia-font-size-h3, 18px);
  margin-bottom: var(--ia-space-sm, 10px);
  color: var(--ia-color-heading, #212121);
}
.comment-reply-title small {
  display: block;
  margin-top: var(--ia-space-xs, 5px);
  font-size: var(--ia-font-size-small, 15px);
  font-weight: 400;
}
.comment-reply-title small a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-reply-title small a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-reply-title small a {
  color: var(--ia-color-text-secondary, #333333);
  font-weight: 400;
}
.comment-reply-title small a:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: var(--ia-space-sm, 10px);
}
.comment-form .comment-notes {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-small, 15px);
  color: var(--ia-color-text-secondary, #333333);
  margin-bottom: var(--ia-space-xs, 5px);
}
.comment-form .comment-notes .required-field-message .required {
  color: var(--ia-color-error, #bf1e2d);
}
.comment-form .logged-in-as {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-small, 15px);
  color: var(--ia-color-text-secondary, #333333);
  margin-bottom: var(--ia-space-xs, 5px);
}
.comment-form .logged-in-as a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.comment-form .logged-in-as a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.comment-form .logged-in-as a {
  color: var(--ia-color-secondary, #bf1e2d);
}
.comment-form .logged-in-as a:hover {
  color: var(--ia-color-accent, #a80000);
}
.comment-form .required-field-message {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-small, 15px);
  color: var(--ia-color-text-secondary, #333333);
  margin-top: var(--ia-space-xs, 5px);
}
.comment-form .required-field-message .required {
  color: var(--ia-color-error, #bf1e2d);
}
.comment-form .comment-form-comment {
  margin-bottom: var(--ia-space-sm, 10px);
}
.comment-form .comment-form-comment label {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-weight: 500;
  color: var(--ia-color-heading, #212121);
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
}
.comment-form .comment-form-comment label .required {
  color: var(--ia-color-error, #bf1e2d);
}
.comment-form .comment-form-comment textarea {
  width: 100%;
  min-height: 120px;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  color: var(--ia-color-text, #212121);
  line-height: var(--ia-line-height-relaxed, 23px);
  resize: vertical;
  transition: border-color all 0.2s;
}
.comment-form .comment-form-comment textarea:focus {
  outline: none;
  border-color: var(--ia-color-secondary, #bf1e2d);
}
@media (max-width: 767px) {
  .comment-form .comment-form-comment textarea {
    min-height: 100px;
  }
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: var(--ia-space-sm, 10px);
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-weight: 500;
  color: var(--ia-color-heading, #212121);
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
}
.comment-form .comment-form-author label .required,
.comment-form .comment-form-email label .required,
.comment-form .comment-form-url label .required {
  color: var(--ia-color-error, #bf1e2d);
}
.comment-form .comment-form-author input[type=text],
.comment-form .comment-form-author input[type=email],
.comment-form .comment-form-author input[type=url],
.comment-form .comment-form-email input[type=text],
.comment-form .comment-form-email input[type=email],
.comment-form .comment-form-email input[type=url],
.comment-form .comment-form-url input[type=text],
.comment-form .comment-form-url input[type=email],
.comment-form .comment-form-url input[type=url] {
  width: 100%;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  color: var(--ia-color-text, #212121);
  transition: border-color all 0.2s;
  background-color: var(--ia-color-background, #ffffff);
}
.comment-form .comment-form-author input[type=text]:focus,
.comment-form .comment-form-author input[type=email]:focus,
.comment-form .comment-form-author input[type=url]:focus,
.comment-form .comment-form-email input[type=text]:focus,
.comment-form .comment-form-email input[type=email]:focus,
.comment-form .comment-form-email input[type=url]:focus,
.comment-form .comment-form-url input[type=text]:focus,
.comment-form .comment-form-url input[type=email]:focus,
.comment-form .comment-form-url input[type=url]:focus {
  outline: none;
  border-color: var(--ia-color-secondary, #bf1e2d);
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: var(--ia-space-xs, 5px);
  margin-bottom: var(--ia-space-sm, 10px);
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  margin-top: 4px;
  flex-shrink: 0;
}
.comment-form .comment-form-cookies-consent label {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-small, 15px);
  color: var(--ia-color-text-secondary, #333333);
  line-height: var(--ia-line-height-relaxed, 23px);
}
.comment-form .form-submit {
  margin-top: var(--ia-space-sm, 10px);
}
.comment-form .form-submit .submit {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.comment-form .form-submit .submit:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.comment-form .form-submit .submit {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.no-comments {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height, normal);
  letter-spacing: var(--ia-letter-spacing, normal);
  color: var(--ia-color-text, #212121);
  color: var(--ia-color-text-secondary, #333333);
  margin-top: var(--ia-space-lg, 30px);
  padding: var(--ia-space-md, 20px);
  background-color: var(--ia-color-background-gray, #f0f0f0);
  border-radius: var(--ia-border-radius, 10px);
  text-align: center;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.sidebar-widget.banner-ads {
  margin-bottom: 15px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
@media (max-width: 1023px) {
  .sidebar-widget.banner-ads {
    padding: 0 12px;
  }
}
@media (max-width: 1023px) {
  .sidebar-widget.banner-ads.archive-ads-top {
    margin-top: 12px;
    margin-bottom: 47px;
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .sidebar-widget.banner-ads.archive-ads-top {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads.hide-on-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-widget.banner-ads.hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads.hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-widget.banner-ads.hide-on-mobile {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .sidebar-widget.banner-ads.home-sidebar-ads-a1 {
    margin-bottom: 19px;
    padding: 0 12px;
  }
}
.sidebar-widget.banner-ads.page-mobile-ads-bottom {
  margin-top: var(--ia-space-lg, 30px);
  margin-bottom: var(--ia-space-lg, 30px);
}
@media (max-width: 767px) {
  .sidebar-widget.banner-ads.page-mobile-ads-bottom {
    margin-top: var(--ia-space-md, 20px);
    margin-bottom: var(--ia-space-md, 20px);
    padding: 0 12px;
  }
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item {
  width: 320px;
  height: 320px;
  max-width: 100%;
  aspect-ratio: 1/1;
  min-height: unset;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item {
    width: 320px;
    height: 320px;
    max-width: 320px;
    max-height: 320px;
    aspect-ratio: 1/1;
  }
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item .banner-image {
  aspect-ratio: 1/1;
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item .text-banner {
  aspect-ratio: 1/1;
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a1 .banner-item .youtube-banner {
  aspect-ratio: 1/1;
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item {
  width: 320px;
  height: 180px;
  max-width: 100%;
  aspect-ratio: 320/180;
  min-height: unset;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item {
    width: 100%;
    height: auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item {
    width: 320px;
    height: 180px;
    max-width: 320px;
    max-height: 180px;
    aspect-ratio: 320/180;
  }
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item .banner-image {
  aspect-ratio: 320/180;
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item .text-banner {
  aspect-ratio: 320/180;
}
.sidebar-widget.banner-ads.banner-ads-sidebar-a2 .banner-item .youtube-banner {
  aspect-ratio: 320/180;
}
.sidebar-widget.banner-ads .banner-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) and (max-width: 1199px) {
  .home-layout .sidebar-widget.banner-ads .banner-list {
    flex-direction: row;
    margin-bottom: 46px;
  }
}
@media (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-list {
    flex-direction: row;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-list {
    margin-bottom: 1.5rem;
  }
}
.sidebar-widget.banner-ads .banner-item {
  width: 100%;
  height: auto;
  min-height: 201px;
  overflow: hidden;
  border-radius: var(--ia-border-radius, 10px);
  background: var(--ia-color-background-gray, #f0f0f0);
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item {
    max-width: unset;
    min-height: unset;
  }
}
.sidebar-widget.banner-ads .banner-item.text-banner {
  background: transparent;
  min-height: none;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item.text-banner {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item.text-banner {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-widget.banner-ads .banner-item.text-banner {
    max-width: 100%;
  }
}
.sidebar-widget.banner-ads .banner-item.text-banner::before {
  display: none;
}
.sidebar-widget.banner-ads .banner-item.text-banner:hover {
  box-shadow: var(--ia-shadow-sm, 1px 1px 10px rgba(0, 0, 0, 0.1));
  transform: translateY(-2px);
}
.sidebar-widget.banner-ads .banner-item.youtube-banner {
  background: #000;
}
.sidebar-widget.banner-ads .banner-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity all 0.3s;
  pointer-events: none;
  z-index: 1;
}
.sidebar-widget.banner-ads .banner-item:hover {
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.sidebar-widget.banner-ads .banner-item:hover::before {
  opacity: 1;
}
.sidebar-widget.banner-ads .banner-item:hover .banner-image {
  transform: scale(1.05);
}
.sidebar-widget.banner-ads .banner-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
}
.sidebar-widget.banner-ads .banner-item .banner-image {
  width: 100%;
  height: auto;
  aspect-ratio: 352/198;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.sidebar-widget.banner-ads .banner-item .text-banner {
  width: 100%;
  aspect-ratio: 352/198;
  padding: var(--ia-space-md, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--ia-color-text-light, #ffffff);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item .text-banner {
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item .text-banner {
    padding: var(--ia-space-md, 20px) var(--ia-space-lg, 30px);
    min-height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-widget.banner-ads .banner-item .text-banner {
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
    min-height: 120px;
  }
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-title {
  margin: 0 0 var(--ia-space-sm, 10px) 0;
  font-size: var(--ia-font-size-h4, 16px);
  font-weight: 700;
  line-height: var(--ia-line-height-tight, 1.5em);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-title {
    font-size: var(--ia-font-size-h5, 14px);
    margin-bottom: var(--ia-space-xs, 5px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-title {
    font-size: var(--ia-font-size-h4, 16px);
    line-height: 1.4;
    margin-bottom: var(--ia-space-sm, 10px);
  }
}
@media screen and (max-width: 480px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-title {
    font-size: var(--ia-font-size-h5, 14px);
    margin-bottom: var(--ia-space-xs, 5px);
  }
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-description {
  margin: 0 0 var(--ia-space-md, 20px) 0;
  font-size: 18px;
  line-height: var(--ia-line-height-medium, 20px);
  opacity: 0.95;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-description {
    font-size: var(--ia-font-size-body, 16px);
    margin-bottom: var(--ia-space-sm, 10px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-description {
    font-size: 18px;
    margin-bottom: var(--ia-space-sm, 10px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-description {
    font-size: var(--ia-font-size-body, 16px);
    margin-bottom: var(--ia-space-xs, 5px);
    line-height: 1.4;
  }
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta {
  display: inline-block;
  padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgb(255, 255, 255);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-body, 16px);
  font-weight: 600;
  transition: all 0.3s;
  white-space: nowrap;
  color: var(--ia-color-text, #212121);
  text-shadow: none;
}
@media screen and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta {
    padding: var(--ia-space-xs, 5px) var(--ia-space-sm, 10px);
    font-size: var(--ia-font-size-small, 15px);
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta {
    font-size: var(--ia-font-size-body, 16px);
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  }
}
@media screen and (max-width: 480px) {
  .sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta {
    font-size: var(--ia-font-size-small, 15px);
    padding: var(--ia-space-xs, 5px) var(--ia-space-sm, 10px);
  }
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta:hover:not(.hover-fill-direction) {
  background: var(--ia-color-primary, #000000);
  border-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta.hover-fill-direction {
  position: relative;
  z-index: 1;
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta.hover-fill-direction::before {
  background-color: var(--ia-color-primary, #000000);
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: var(--ia-color-primary, #000000);
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta.hover-fill-direction span {
  position: relative;
  z-index: 1;
  color: inherit;
}
.sidebar-widget.banner-ads .banner-item .text-banner .text-banner-cta.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner {
  width: 100%;
  aspect-ratio: 352/198;
  background: #000;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner iframe {
  width: 100% !important;
  height: 100% !important;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 352/198;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail .youtube-banner-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail .youtube-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
  will-change: transform;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail .youtube-banner-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail .youtube-banner-play-overlay .youtube-banner-play-icon {
  opacity: 1;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: opacity, transform;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail:hover .youtube-banner-img {
  transform: scale(1.05);
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail:hover .youtube-banner-play-overlay {
  opacity: 1;
  pointer-events: auto;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-thumbnail:hover .youtube-banner-play-overlay .youtube-banner-play-icon {
  transform: scale(1.1);
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-video-embed {
  width: 100%;
  aspect-ratio: 352/198;
  position: relative;
  background: #000;
}
.sidebar-widget.banner-ads .banner-item .youtube-banner-video-embed .video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.banner-ads {
  padding-right: 23px;
}
.banner-ads .no-ads-placeholder {
  background: var(--ia-color-background-gray, #f0f0f0);
  padding: var(--ia-space-lg, 30px) var(--ia-space-md, 20px);
  text-align: center;
  border-radius: var(--ia-border-radius, 10px);
}
.banner-ads .no-ads-placeholder p {
  margin: 0;
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-smaller, 14px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sidebar-widget.banner-ads .banner-list .banner-item:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget.banner-ads.banner-ads-sidebar-a2 {
    display: none;
  }
  .sidebar-widget.banner-ads .banner-list .banner-item:nth-child(n+2) {
    display: none;
  }
  .sidebar-widget.banner-ads .no-ads-placeholder {
    padding: var(--ia-space-md, 20px) var(--ia-space-sm, 10px);
  }
  .sidebar-widget.banner-ads .no-ads-placeholder p {
    font-size: var(--ia-font-size-micro, 12px);
  }
}
.pagination-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--ia-space-lg, 30px);
  margin-top: 16px;
  margin-bottom: 110px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.category-video .pagination-wrapper {
  margin-bottom: 93px;
}
@media (max-width: 480px) {
  .pagination-wrapper {
    margin-bottom: 34px;
  }
}

.pagination-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ia-space-sm, 10px);
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.pagination-item {
  display: flex;
  align-items: center;
}
.pagination-item.pagination-current, .pagination-item.pagination-dots {
  pointer-events: none;
}
.pagination-item.active .pagination-link {
  background-color: #939393;
  color: #fff;
  cursor: default;
}
.pagination-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-item.disabled .pagination-link {
  cursor: not-allowed;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #e4e4e4;
  color: #333333;
  border: none;
  border-radius: 0;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.pagination-link:hover:not(.active) {
  opacity: 0.8;
}
.pagination-link:hover {
  background-color: #939393;
  color: #fff;
}
.pagination-link:focus-visible {
  outline: 2px solid #939393;
  outline-offset: 2px;
}
.pagination-link.pagination-link-current, .pagination-link.active {
  background-color: #939393;
  color: #fff;
  cursor: default;
}
.pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-text {
  display: none;
  font-size: var(--ia-font-size-smaller, 14px);
  white-space: nowrap;
}
@media (min-width: 1023px) {
  .pagination-text {
    display: inline;
  }
}

.pagination-ellipsis {
  display: inline-block;
  width: 40px;
  text-align: center;
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-body, 16px);
}

.pagination-prev .pagination-link,
.pagination-next .pagination-link {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  font-size: 12px;
}

.pagination-info {
  text-align: center;
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-smaller, 14px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

@media (max-width: 767px) {
  .pagination-wrapper {
    gap: var(--ia-space-md, 20px);
    margin-top: var(--ia-space-xl, 40px);
    margin-bottom: var(--ia-space-xl, 40px);
  }
  .pagination-list {
    gap: var(--ia-space-xs, 5px);
  }
  .pagination-link {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 18px;
  }
  .pagination-prev .pagination-link,
  .pagination-next .pagination-link {
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .pagination-info {
    font-size: var(--ia-font-size-micro, 12px);
  }
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.ia-map-scroll-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.ia-map-scroll-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ia-map-scroll-overlay::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  z-index: 1;
}
.ia-map-scroll-overlay .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 50px));
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.ia-map-scroll-overlay:hover {
  background: rgba(0, 0, 0, 0.15);
}
.ia-map-scroll-overlay:hover::before {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (max-width: 767px) {
  .ia-map-scroll-overlay {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ia-map-scroll-overlay {
    display: none;
  }
}

.ia-map-container.map-interactive .ia-map-scroll-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.leaflet-popup-content {
  margin: 1rem;
  min-width: 250px;
}

.leaflet-popup-tip {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.leaflet-control-zoom a {
  border: none !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.leaflet-control-zoom a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-control-zoom a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none !important;
}
.leaflet-control-zoom a:hover {
  background-color: #f5f5f5;
}

.leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
}

.marker-cluster {
  background-color: rgba(65, 105, 225, 0.6);
}
.marker-cluster div {
  background-color: rgba(65, 105, 225, 0.8);
  color: #fff;
  font-weight: 600;
}

.marker-cluster-small {
  background-color: rgba(65, 105, 225, 0.5);
}
.marker-cluster-small div {
  background-color: rgba(65, 105, 225, 0.7);
}

.marker-cluster-medium {
  background-color: rgba(241, 128, 23, 0.5);
}
.marker-cluster-medium div {
  background-color: rgba(241, 128, 23, 0.7);
}

.marker-cluster-large {
  background-color: rgba(253, 156, 115, 0.5);
}
.marker-cluster-large div {
  background-color: rgba(253, 156, 115, 0.7);
}

/* Ads
--------------------------------------------- */
.ads-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.ads-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #000;
}
.ads-video-wrapper .video-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ads-video-wrapper .video-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ads-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #f0f0f0;
}
.ads-image-wrapper .image-aspect-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ads-image-wrapper .image-aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ads-text-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ads-text-wrapper .ads-text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.ads-text-wrapper .ads-text-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: var(--ia-line-height, normal);
}
@media screen and (max-width: 767px) {
  .ads-text-wrapper .ads-text-title {
    font-size: 1.8rem;
  }
}
.ads-text-wrapper .ads-text-desc {
  font-size: 1.1rem;
  margin: 0 0 20px;
  line-height: var(--ia-line-height, normal);
}
@media screen and (max-width: 767px) {
  .ads-text-wrapper .ads-text-desc {
    font-size: var(--ia-font-size-body, 16px);
  }
}
.ads-text-wrapper .ads-text-cta-btn {
  display: inline-block;
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: var(--ia-button-border-radius, 0);
  font-size: var(--ia-font-size-body, 16px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all var(--ia-button-transition-speed, 300ms) ease;
}
.ads-text-wrapper .ads-text-cta-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ads-html-wrapper {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.ads-click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.ads-click-overlay:focus {
  outline: 1px solid var(--ia-color-primary, #000000);
  outline-offset: -1px;
}
.ads-click-overlay:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  transition: background var(--ia-button-transition-speed, 300ms) ease;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .ads-video-wrapper,
  .ads-image-wrapper,
  .ads-text-wrapper {
    padding-top: 56.25%;
  }
}
.ads-hero-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.ads-hero-slider {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .ads-hero-slider {
    padding-top: 45%;
    max-height: 800px;
  }
}
.ads-hero-slider .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ads-hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.ads-hero-slide .ads-video-wrapper,
.ads-hero-slide .ads-image-wrapper,
.ads-hero-slide .ads-text-wrapper {
  padding-top: 0;
  height: 100%;
}

.ads-hero-slider .swiper-button-prev,
.ads-hero-slider .swiper-button-next {
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all var(--ia-button-transition-speed, 300ms) ease;
}
.ads-hero-slider .swiper-button-prev:hover,
.ads-hero-slider .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.8);
}
.ads-hero-slider .swiper-button-prev::after,
.ads-hero-slider .swiper-button-next::after {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ads-hero-slider .swiper-button-prev,
  .ads-hero-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .ads-hero-slider .swiper-button-prev::after,
  .ads-hero-slider .swiper-button-next::after {
    font-size: 16px;
  }
}
.ads-hero-slider .swiper-pagination {
  bottom: 20px;
  z-index: 10;
}
.ads-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  transition: all var(--ia-button-transition-speed, 300ms) ease;
}
.ads-hero-slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
}

.ads-map-top-carousel-wrapper {
  padding: 40px 0;
  background: var(--ia-color-background, #ffffff);
  border-bottom: 1px solid #e9ecef;
}

.ads-map-bottom-wrapper {
  padding: 80px 0;
  background: var(--ia-color-background, #ffffff);
}
@media (max-width: 768px) {
  .ads-map-bottom-wrapper {
    padding: 40px 0;
  }
}

.ads-map-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .ads-map-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .ads-map-bottom-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.ads-map-banner {
  position: relative;
  background: #000;
  border-radius: var(--ia-card-border-radius, 0);
  overflow: hidden;
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
  transition: all var(--ia-button-transition-speed, 300ms) cubic-bezier(0.4, 0, 0.2, 1);
}
.ads-map-banner:hover {
  transform: translateY(-8px);
  box-shadow: var(--ia-card-hover-shadow, 4px 5px 6px rgba(0, 0, 0, 0.2));
}

.ads-grid-layout.page-ads-grid-top {
  display: none;
}

.page-layout-type-2 .ads-grid-layout.page-ads-grid-top {
  display: block;
}

@media screen and (max-width: 767px) {
  .ads-grid-layout.hide-on-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .ads-grid-layout.hide-on-desktop {
    display: none !important;
  }
}

.ads-grid-layout.page-mobile-ads-bottom {
  margin-top: var(--ia-space-lg, 30px);
  margin-bottom: var(--ia-space-lg, 30px);
}
@media (max-width: 767px) {
  .ads-grid-layout.page-mobile-ads-bottom {
    margin-top: var(--ia-space-md, 20px);
    margin-bottom: var(--ia-space-md, 20px);
    padding: 0 12px;
  }
}

.ads-grid-layout {
  width: 100%;
}
@media (max-width: 1023px) {
  .ads-grid-layout {
    margin: var(--ia-space-md, 20px) 0;
    padding: 0 12px;
  }
}

.ads-grid-container {
  width: 100%;
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
}

.ads-grid-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .ads-grid-list {
    flex-wrap: wrap;
    gap: 24px;
  }
  .ads-grid-list .ads-grid-item:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ads-grid-list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ads-grid-list .ads-grid-item:nth-child(n+2) {
    display: none;
  }
}

.ads-grid-item {
  width: 320px;
  height: 180px;
  max-width: 100%;
  max-height: 180px;
  aspect-ratio: 320/180;
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  background: var(--ia-color-background-gray, #f0f0f0);
  transition: all 0.3s;
  position: relative;
}
.ads-grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.ads-grid-item:hover {
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.ads-grid-item:hover::before {
  left: 100%;
}
.ads-grid-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
}
.ads-grid-item .ads-grid-image {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.ads-grid-item .ads-grid-image:hover {
  transform: scale(1.05);
}
.ads-grid-item .ads-grid-text-banner {
  width: 100%;
  aspect-ratio: 320/180;
  padding: var(--ia-space-md, 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--ia-color-text-light, #ffffff);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ads-grid-item .ads-grid-text-banner {
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  }
}
@media screen and (max-width: 767px) {
  .ads-grid-item .ads-grid-text-banner {
    padding: var(--ia-space-md, 20px) var(--ia-space-lg, 30px);
    min-height: 150px;
  }
}
@media screen and (max-width: 480px) {
  .ads-grid-item .ads-grid-text-banner {
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
    min-height: 120px;
  }
}
.ads-grid-item .ads-grid-text-banner .ads-grid-text-title {
  margin: 0 0 var(--ia-space-sm, 10px) 0;
  font-size: var(--ia-font-size-h5, 14px);
  font-weight: 700;
  line-height: var(--ia-line-height-tight, 1.5em);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
@media screen and (max-width: 1023px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-title {
    font-size: var(--ia-font-size-h6, 12px);
    margin-bottom: var(--ia-space-xs, 5px);
  }
}
@media screen and (max-width: 767px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-title {
    font-size: var(--ia-font-size-h5, 14px);
    line-height: 1.4;
    margin-bottom: var(--ia-space-sm, 10px);
  }
}
@media screen and (max-width: 480px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-title {
    font-size: var(--ia-font-size-h6, 12px);
    margin-bottom: var(--ia-space-xs, 5px);
  }
}
.ads-grid-item .ads-grid-text-banner .ads-grid-text-description {
  margin: 0 0 var(--ia-space-md, 20px) 0;
  font-size: var(--ia-font-size-body, 16px);
  line-height: var(--ia-line-height-medium, 20px);
  opacity: 0.95;
}
@media screen and (max-width: 1023px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-description {
    font-size: var(--ia-font-size-small, 15px);
    margin-bottom: var(--ia-space-sm, 10px);
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-description {
    font-size: var(--ia-font-size-body, 16px);
    margin-bottom: var(--ia-space-sm, 10px);
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-description {
    font-size: var(--ia-font-size-small, 15px);
    margin-bottom: var(--ia-space-xs, 5px);
    line-height: 1.4;
  }
}
.ads-grid-item .ads-grid-text-banner .ads-grid-text-cta {
  display: inline-block;
  padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-smaller, 14px);
  font-weight: 600;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-cta {
    padding: var(--ia-space-xs, 5px) var(--ia-space-sm, 10px);
    font-size: var(--ia-font-size-smaller, 14px);
  }
}
@media screen and (max-width: 767px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-cta {
    font-size: var(--ia-font-size-small, 15px);
    padding: var(--ia-space-sm, 10px) var(--ia-space-md, 20px);
  }
}
@media screen and (max-width: 480px) {
  .ads-grid-item .ads-grid-text-banner .ads-grid-text-cta {
    font-size: var(--ia-font-size-smaller, 14px);
    padding: var(--ia-space-xs, 5px) var(--ia-space-sm, 10px);
  }
}
.ads-grid-item .ads-grid-text-banner .ads-grid-text-cta:hover {
  background: var(--ia-color-primary, #000000);
  border-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
}
.ads-grid-item .ads-grid-youtube-banner {
  width: 100%;
  aspect-ratio: 320/180;
  background: #000;
}
.ads-grid-item .ads-grid-youtube-banner iframe {
  width: 100% !important;
  height: 100% !important;
}
.ads-grid-item.text-banner {
  background: transparent;
}
.ads-grid-item.youtube-banner {
  background: #000;
}

/* Membership
--------------------------------------------- */
.membership-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f9f9f9;
}
.membership-form h2 {
  text-align: center;
  margin-bottom: 20px;
}
.membership-form p {
  margin-bottom: 15px;
}
.membership-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.membership-form input[type=text],
.membership-form input[type=email],
.membership-form input[type=password],
.membership-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.membership-form input[type=submit] {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.membership-form input[type=submit]:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.membership-form input[type=submit] {
  padding: 10px 20px;
}
.membership-form .forgot-password {
  margin-left: 10px;
  text-decoration: none;
}
.membership-form .user-info {
  background: #e7f3ff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.notice {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.notice ul {
  margin: 0;
}

.notice-success {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: var(--ia-color-success, #06c755);
}

.notice-error {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: var(--ia-color-error, #bf1e2d);
}

.membership-nav {
  margin-top: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 5px;
  text-align: right;
}
.membership-nav a {
  margin-left: 15px;
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.membership-nav a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.membership-nav a {
  font-weight: bold;
}

.welcome-user {
  color: #666;
  margin-right: 10px;
}

.progress-bar {
  margin-bottom: 30px;
  position: relative;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.step.active .step-number {
  background: var(--ia-color-accent, #a80000);
  color: white;
}

.step.completed .step-number {
  background: var(--ia-color-success, #06c755);
  color: white;
}

.step-label {
  font-size: var(--ia-font-size-body, 16px);
  text-align: center;
  color: #666;
}

.step.active .step-label {
  color: var(--ia-color-accent, #a80000);
  font-weight: bold;
}

.progress-line {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: -1;
}

.progress-fill {
  height: 100%;
  background: var(--ia-color-accent, #a80000);
  transition: width var(--ia-button-transition-speed, 300ms) ease;
}

.register-form h3 {
  color: var(--ia-color-heading, #212121);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--ia-color-accent, #a80000);
}
.register-form fieldset {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.register-form legend {
  font-weight: bold;
  color: #333;
  padding: 0 10px;
}

.confirmation-data {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form-summary {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.form-summary td {
  padding: 8px 12px;
  border-bottom: 1px solid #dee2e6;
}
.form-summary td:first-child {
  font-weight: bold;
  width: 30%;
}

.registration-complete {
  text-align: center;
  padding: 32px 20px;
  background: #ffffff;
  color: #2b2b2b;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  max-width: 560px;
  margin: 0 auto;
}
.registration-complete h2 {
  margin: 0 0 8px;
  font-size: var(--ia-font-size-h3, 18px);
  font-weight: 600;
  color: #1f1f1f;
}
.registration-complete p {
  margin: 0 auto;
  max-width: 480px;
  color: #666;
  line-height: var(--ia-line-height, normal);
}

.success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ia-color-success, #06c755);
  font-size: var(--ia-font-size-h3, 18px);
}

.completion-actions {
  margin-top: 20px;
}
.completion-actions .btn-home,
.completion-actions .btn-login {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 6px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  border: 1px solid #eaeaea;
  background: #ffffff;
  color: #2b2b2b;
}
.completion-actions .btn-home:hover,
.completion-actions .btn-login:hover {
  background: #f7f7f7;
  border-color: #e0e0e0;
  color: #111;
}
.completion-actions .btn-home {
  /* keep default minimal */
}
.completion-actions .btn-login {
  color: var(--ia-link-color, #212121);
  border-color: #e6f2fa;
  background: #f7fbff;
}
.completion-actions .btn-login:hover {
  background: #eef7ff;
  border-color: #d8ecfa;
  color: var(--ia-link-hover-color, #ff645a);
}

.btn-next,
.btn-back,
.btn-register {
  padding: 12px 30px;
  border: none;
  border-radius: var(--ia-button-border-radius, 0);
  font-size: var(--ia-font-size-body, 16px);
  font-weight: bold;
  cursor: pointer;
  transition: all var(--ia-button-transition-speed, 300ms) ease;
  margin: 0 5px;
}

.btn-next {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.btn-next:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.btn-next {
  padding: 12px 30px;
}

.btn-back {
  background: var(--ia-color-secondary, #bf1e2d);
  color: white;
}
.btn-back:hover {
  filter: brightness(0.9);
}

.btn-register {
  background: var(--ia-color-success, #06c755);
  color: white;
}
.btn-register:hover {
  filter: brightness(0.9);
}

.register-form textarea {
  min-height: 80px;
  resize: vertical;
}
.register-form input[type=url],
.register-form input[type=text],
.register-form input[type=email],
.register-form input[type=password],
.register-form select,
.register-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: var(--ia-font-size-body, 16px);
}
.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}

.member-only-content {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: 20px;
  border-radius: 5px;
  margin: 20px 0;
  text-align: center;
}
.member-only-content strong {
  color: var(--ia-color-warning, #ffc107);
}
.member-only-content a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.member-only-content a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.member-only-content a {
  font-weight: bold;
}

.member-only-content {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  padding: var(--ia-space-md, 20px);
  border-radius: var(--ia-border-radius, 10px);
  margin: var(--ia-space-md, 20px) 0;
  text-align: center;
}
.member-only-content strong {
  color: var(--ia-color-warning, #ffc107);
}
.member-only-content a {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.member-only-content a:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.member-only-content a {
  font-weight: 700;
}

.membership-status-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--ia-space-xs, 5px);
  padding: var(--ia-space-xs, 5px) var(--ia-space-sm, 10px);
  border-radius: var(--ia-border-radius-circle, 100px);
  font-size: var(--ia-font-size-smaller, 14px);
  font-weight: 600;
  line-height: 1.4;
  transition: all 0.3s;
}
.membership-status-badge .status-icon {
  font-size: var(--ia-font-size-body, 16px);
  line-height: 1;
}
.membership-status-badge.status-pending {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  color: var(--ia-color-warning, #ffc107);
  border: 2px solid var(--ia-color-warning, #ffc107);
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}
.membership-status-badge.status-pending .status-icon {
  animation: pulse 2s ease-in-out infinite;
}
.membership-status-badge.status-approved {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: var(--ia-color-success, #06c755);
  border: 2px solid var(--ia-color-success, #06c755);
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}
.membership-status-badge.status-rejected {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: var(--ia-color-error, #bf1e2d);
  border: 2px solid var(--ia-color-error, #bf1e2d);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
.contact-admin-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  border-radius: var(--ia-border-radius, 10px);
  padding: var(--ia-space-lg, 30px);
  margin: var(--ia-space-lg, 30px) 0;
  text-align: center;
}
.contact-admin-section .contact-icon {
  font-size: 48px;
  margin-bottom: var(--ia-space-sm, 10px);
  color: var(--ia-color-accent, #a80000);
}
.contact-admin-section h3 {
  margin: 0 0 var(--ia-space-sm, 10px) 0;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-h3, 18px);
  border: none;
  padding: 0;
}
.contact-admin-section p {
  margin: 0 0 var(--ia-space-md, 20px) 0;
  color: var(--ia-color-text, #212121);
  line-height: var(--ia-line-height, normal);
}
.contact-admin-section .contact-methods {
  display: flex;
  gap: var(--ia-space-sm, 10px);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--ia-space-md, 20px);
}
.contact-admin-section .contact-methods a {
  display: inline-flex;
  align-items: center;
  gap: var(--ia-space-xs, 5px);
  padding: var(--ia-space-sm, 10px) var(--ia-space-lg, 30px);
  background: var(--ia-color-background, #ffffff);
  color: var(--ia-button-text, #ffffff);
  text-decoration: none;
  border: 2px solid var(--ia-button-background, #000000);
  border-radius: var(--ia-button-border-radius, 0);
  font-weight: 600;
  transition: all 0.3s;
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.contact-admin-section .contact-methods a:hover {
  background: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  transform: translateY(-2px);
  box-shadow: var(--ia-card-hover-shadow, 4px 5px 6px rgba(0, 0, 0, 0.2));
}
.contact-admin-section .contact-methods a .method-icon {
  font-size: var(--ia-font-size-body, 16px);
}

.membership-pending-notice {
  max-width: 700px;
  margin: var(--ia-space-xl, 40px) auto;
  padding: var(--ia-space-xl, 40px);
  background: var(--ia-color-background, #ffffff);
  border-radius: var(--ia-border-radius, 10px);
  box-shadow: var(--ia-shadow-lg, 4px 5px 6px rgba(0, 0, 0, 0.2));
}
.membership-pending-notice .notice {
  border: none;
  border-radius: var(--ia-border-radius, 10px);
  padding: var(--ia-space-lg, 30px);
  margin: 0 0 var(--ia-space-lg, 30px) 0;
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.membership-pending-notice .notice.notice-info {
  background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
  border-left: 4px solid #17a2b8;
}
.membership-pending-notice .notice.notice-error {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  border-left: 4px solid #dc3545;
}
.membership-pending-notice .notice.notice-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  border-left: 4px solid #28a745;
}
.membership-pending-notice .notice h2 {
  margin: 0 0 16px 0;
  font-size: var(--ia-font-size-h3, 18px);
  color: inherit;
}
.membership-pending-notice .notice p {
  margin: 8px 0;
  line-height: var(--ia-line-height, normal);
}
.membership-pending-notice .notice p strong {
  font-weight: 700;
}
.membership-pending-notice .membership-actions {
  display: flex;
  gap: var(--ia-space-sm, 10px);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--ia-space-lg, 30px);
}

.membership-form {
  max-width: 600px;
  margin: 0 auto;
  padding: var(--ia-space-lg, 30px);
  background: var(--ia-color-background, #ffffff);
  border-radius: var(--ia-border-radius, 10px);
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.membership-form h2 {
  margin-top: 0;
  margin-bottom: var(--ia-space-lg, 30px);
  text-align: center;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-h2, 20px);
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: var(--ia-heading-font-weight, 600);
  color: var(--ia-color-heading, #212121);
  margin: 0;
  padding: 0;
  letter-spacing: var(--ia-letter-spacing, normal);
}
.membership-form h3 {
  margin-bottom: var(--ia-space-md, 20px);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-h3, 18px);
  border-bottom: 2px solid var(--ia-color-border-light, #f0f0f0);
  padding-bottom: var(--ia-space-sm, 10px);
}
.membership-form h4 {
  margin-top: 25px;
  margin-bottom: var(--ia-space-sm, 10px);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-body, 16px);
}
.membership-form .form-group {
  margin-bottom: var(--ia-space-md, 20px);
}
.membership-form .form-group label {
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.membership-form .form-group input[type=text],
.membership-form .form-group input[type=email],
.membership-form .form-group input[type=password],
.membership-form .form-group input[type=url],
.membership-form .form-group select,
.membership-form .form-group textarea {
  width: 100%;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.membership-form .form-group input[type=text]:focus,
.membership-form .form-group input[type=email]:focus,
.membership-form .form-group input[type=password]:focus,
.membership-form .form-group input[type=url]:focus,
.membership-form .form-group select:focus,
.membership-form .form-group textarea:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}
.membership-form .form-group input[type=text].form-field-error,
.membership-form .form-group input[type=email].form-field-error,
.membership-form .form-group input[type=password].form-field-error,
.membership-form .form-group input[type=url].form-field-error,
.membership-form .form-group select.form-field-error,
.membership-form .form-group textarea.form-field-error {
  border-color: var(--ia-color-error, #bf1e2d);
}
.membership-form .form-group input[type=text].form-field-error:focus,
.membership-form .form-group input[type=email].form-field-error:focus,
.membership-form .form-group input[type=password].form-field-error:focus,
.membership-form .form-group input[type=url].form-field-error:focus,
.membership-form .form-group select.form-field-error:focus,
.membership-form .form-group textarea.form-field-error:focus {
  border-color: var(--ia-color-error, #bf1e2d);
}
.membership-form .form-group input[type=text].form-field-success,
.membership-form .form-group input[type=email].form-field-success,
.membership-form .form-group input[type=password].form-field-success,
.membership-form .form-group input[type=url].form-field-success,
.membership-form .form-group select.form-field-success,
.membership-form .form-group textarea.form-field-success {
  border-color: var(--ia-color-success, #06c755);
}
.membership-form .form-group textarea {
  min-height: 100px;
  resize: vertical;
}
.membership-form .form-group input[type=checkbox],
.membership-form .form-group input[type=radio] {
  margin-right: var(--ia-space-xs, 5px);
  cursor: pointer;
}
.membership-form .form-group label:has(input[type=checkbox]),
.membership-form .form-group label:has(input[type=radio]) {
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.membership-form fieldset {
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  padding: var(--ia-space-md, 20px);
  margin-bottom: 25px;
}
.membership-form fieldset legend {
  padding: 0 var(--ia-space-sm, 10px);
  font-weight: 600;
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.membership-form .error-message {
  color: var(--ia-color-error, #bf1e2d);
  font-size: var(--ia-font-size-body, 16px);
  margin-top: 5px;
  display: block;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.membership-form .success-message {
  color: var(--ia-color-success, #06c755);
  font-size: var(--ia-font-size-body, 16px);
  margin-top: 5px;
  display: block;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.membership-form .notice {
  padding: var(--ia-space-sm, 10px);
  margin-bottom: var(--ia-space-md, 20px);
  border-radius: var(--ia-border-radius, 10px);
  border-left: 4px solid;
}
.membership-form .notice.notice-error {
  background: #f8d7da;
  border-color: var(--ia-color-error, #bf1e2d);
  color: #721c24;
}
.membership-form .notice.notice-success {
  background: #d4edda;
  border-color: var(--ia-color-success, #06c755);
  color: #155724;
}
.membership-form .notice p {
  margin: 0;
}
.membership-form .notice ul {
  margin: 10px 0 0;
  padding-left: 20px;
}
.membership-form .notice ul li {
  margin-bottom: 5px;
}
.membership-form .form-actions,
.membership-form p:has(input[type=submit]) {
  margin-top: 25px;
  display: flex;
  gap: var(--ia-space-sm, 10px);
  justify-content: space-between;
  align-items: center;
}
.membership-form .form-actions button,
.membership-form .form-actions input[type=submit],
.membership-form .form-actions .button,
.membership-form p:has(input[type=submit]) button,
.membership-form p:has(input[type=submit]) input[type=submit],
.membership-form p:has(input[type=submit]) .button {
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  border: none;
  border-radius: var(--ia-button-border-radius, 0);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  cursor: pointer;
  transition: var(--ia-button-transition-speed, 300ms);
  text-decoration: none;
  display: inline-block;
}
.membership-form .form-actions button.button-primary, .membership-form .form-actions button.btn-next, .membership-form .form-actions button.btn-register, .membership-form .form-actions button[name=login_submit], .membership-form .form-actions button[name=profile_submit], .membership-form .form-actions button[name=forgot_submit],
.membership-form .form-actions input[type=submit].button-primary,
.membership-form .form-actions input[type=submit].btn-next,
.membership-form .form-actions input[type=submit].btn-register,
.membership-form .form-actions input[type=submit][name=login_submit],
.membership-form .form-actions input[type=submit][name=profile_submit],
.membership-form .form-actions input[type=submit][name=forgot_submit],
.membership-form .form-actions .button.button-primary,
.membership-form .form-actions .button.btn-next,
.membership-form .form-actions .button.btn-register,
.membership-form .form-actions .button[name=login_submit],
.membership-form .form-actions .button[name=profile_submit],
.membership-form .form-actions .button[name=forgot_submit],
.membership-form p:has(input[type=submit]) button.button-primary,
.membership-form p:has(input[type=submit]) button.btn-next,
.membership-form p:has(input[type=submit]) button.btn-register,
.membership-form p:has(input[type=submit]) button[name=login_submit],
.membership-form p:has(input[type=submit]) button[name=profile_submit],
.membership-form p:has(input[type=submit]) button[name=forgot_submit],
.membership-form p:has(input[type=submit]) input[type=submit].button-primary,
.membership-form p:has(input[type=submit]) input[type=submit].btn-next,
.membership-form p:has(input[type=submit]) input[type=submit].btn-register,
.membership-form p:has(input[type=submit]) input[type=submit][name=login_submit],
.membership-form p:has(input[type=submit]) input[type=submit][name=profile_submit],
.membership-form p:has(input[type=submit]) input[type=submit][name=forgot_submit],
.membership-form p:has(input[type=submit]) .button.button-primary,
.membership-form p:has(input[type=submit]) .button.btn-next,
.membership-form p:has(input[type=submit]) .button.btn-register,
.membership-form p:has(input[type=submit]) .button[name=login_submit],
.membership-form p:has(input[type=submit]) .button[name=profile_submit],
.membership-form p:has(input[type=submit]) .button[name=forgot_submit] {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.membership-form .form-actions button.button-primary:hover, .membership-form .form-actions button.btn-next:hover, .membership-form .form-actions button.btn-register:hover, .membership-form .form-actions button[name=login_submit]:hover, .membership-form .form-actions button[name=profile_submit]:hover, .membership-form .form-actions button[name=forgot_submit]:hover,
.membership-form .form-actions input[type=submit].button-primary:hover,
.membership-form .form-actions input[type=submit].btn-next:hover,
.membership-form .form-actions input[type=submit].btn-register:hover,
.membership-form .form-actions input[type=submit][name=login_submit]:hover,
.membership-form .form-actions input[type=submit][name=profile_submit]:hover,
.membership-form .form-actions input[type=submit][name=forgot_submit]:hover,
.membership-form .form-actions .button.button-primary:hover,
.membership-form .form-actions .button.btn-next:hover,
.membership-form .form-actions .button.btn-register:hover,
.membership-form .form-actions .button[name=login_submit]:hover,
.membership-form .form-actions .button[name=profile_submit]:hover,
.membership-form .form-actions .button[name=forgot_submit]:hover,
.membership-form p:has(input[type=submit]) button.button-primary:hover,
.membership-form p:has(input[type=submit]) button.btn-next:hover,
.membership-form p:has(input[type=submit]) button.btn-register:hover,
.membership-form p:has(input[type=submit]) button[name=login_submit]:hover,
.membership-form p:has(input[type=submit]) button[name=profile_submit]:hover,
.membership-form p:has(input[type=submit]) button[name=forgot_submit]:hover,
.membership-form p:has(input[type=submit]) input[type=submit].button-primary:hover,
.membership-form p:has(input[type=submit]) input[type=submit].btn-next:hover,
.membership-form p:has(input[type=submit]) input[type=submit].btn-register:hover,
.membership-form p:has(input[type=submit]) input[type=submit][name=login_submit]:hover,
.membership-form p:has(input[type=submit]) input[type=submit][name=profile_submit]:hover,
.membership-form p:has(input[type=submit]) input[type=submit][name=forgot_submit]:hover,
.membership-form p:has(input[type=submit]) .button.button-primary:hover,
.membership-form p:has(input[type=submit]) .button.btn-next:hover,
.membership-form p:has(input[type=submit]) .button.btn-register:hover,
.membership-form p:has(input[type=submit]) .button[name=login_submit]:hover,
.membership-form p:has(input[type=submit]) .button[name=profile_submit]:hover,
.membership-form p:has(input[type=submit]) .button[name=forgot_submit]:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.membership-form .form-actions button.button-primary:disabled, .membership-form .form-actions button.btn-next:disabled, .membership-form .form-actions button.btn-register:disabled, .membership-form .form-actions button[name=login_submit]:disabled, .membership-form .form-actions button[name=profile_submit]:disabled, .membership-form .form-actions button[name=forgot_submit]:disabled,
.membership-form .form-actions input[type=submit].button-primary:disabled,
.membership-form .form-actions input[type=submit].btn-next:disabled,
.membership-form .form-actions input[type=submit].btn-register:disabled,
.membership-form .form-actions input[type=submit][name=login_submit]:disabled,
.membership-form .form-actions input[type=submit][name=profile_submit]:disabled,
.membership-form .form-actions input[type=submit][name=forgot_submit]:disabled,
.membership-form .form-actions .button.button-primary:disabled,
.membership-form .form-actions .button.btn-next:disabled,
.membership-form .form-actions .button.btn-register:disabled,
.membership-form .form-actions .button[name=login_submit]:disabled,
.membership-form .form-actions .button[name=profile_submit]:disabled,
.membership-form .form-actions .button[name=forgot_submit]:disabled,
.membership-form p:has(input[type=submit]) button.button-primary:disabled,
.membership-form p:has(input[type=submit]) button.btn-next:disabled,
.membership-form p:has(input[type=submit]) button.btn-register:disabled,
.membership-form p:has(input[type=submit]) button[name=login_submit]:disabled,
.membership-form p:has(input[type=submit]) button[name=profile_submit]:disabled,
.membership-form p:has(input[type=submit]) button[name=forgot_submit]:disabled,
.membership-form p:has(input[type=submit]) input[type=submit].button-primary:disabled,
.membership-form p:has(input[type=submit]) input[type=submit].btn-next:disabled,
.membership-form p:has(input[type=submit]) input[type=submit].btn-register:disabled,
.membership-form p:has(input[type=submit]) input[type=submit][name=login_submit]:disabled,
.membership-form p:has(input[type=submit]) input[type=submit][name=profile_submit]:disabled,
.membership-form p:has(input[type=submit]) input[type=submit][name=forgot_submit]:disabled,
.membership-form p:has(input[type=submit]) .button.button-primary:disabled,
.membership-form p:has(input[type=submit]) .button.btn-next:disabled,
.membership-form p:has(input[type=submit]) .button.btn-register:disabled,
.membership-form p:has(input[type=submit]) .button[name=login_submit]:disabled,
.membership-form p:has(input[type=submit]) .button[name=profile_submit]:disabled,
.membership-form p:has(input[type=submit]) .button[name=forgot_submit]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.membership-form .form-actions button.btn-back, .membership-form .form-actions button.button-secondary,
.membership-form .form-actions input[type=submit].btn-back,
.membership-form .form-actions input[type=submit].button-secondary,
.membership-form .form-actions .button.btn-back,
.membership-form .form-actions .button.button-secondary,
.membership-form p:has(input[type=submit]) button.btn-back,
.membership-form p:has(input[type=submit]) button.button-secondary,
.membership-form p:has(input[type=submit]) input[type=submit].btn-back,
.membership-form p:has(input[type=submit]) input[type=submit].button-secondary,
.membership-form p:has(input[type=submit]) .button.btn-back,
.membership-form p:has(input[type=submit]) .button.button-secondary {
  background-color: var(--ia-button-secondary-background, #ffffff);
  color: var(--ia-button-secondary-text, #000000);
  border: var(--ia-button-secondary-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.membership-form .form-actions button.btn-back:hover, .membership-form .form-actions button.button-secondary:hover,
.membership-form .form-actions input[type=submit].btn-back:hover,
.membership-form .form-actions input[type=submit].button-secondary:hover,
.membership-form .form-actions .button.btn-back:hover,
.membership-form .form-actions .button.button-secondary:hover,
.membership-form p:has(input[type=submit]) button.btn-back:hover,
.membership-form p:has(input[type=submit]) button.button-secondary:hover,
.membership-form p:has(input[type=submit]) input[type=submit].btn-back:hover,
.membership-form p:has(input[type=submit]) input[type=submit].button-secondary:hover,
.membership-form p:has(input[type=submit]) .button.btn-back:hover,
.membership-form p:has(input[type=submit]) .button.button-secondary:hover {
  background-color: var(--ia-button-secondary-hover-background, #000000);
  color: var(--ia-button-secondary-hover-text, #ffffff);
  border-color: var(--ia-button-secondary-hover-background, #000000);
}
.membership-form .forgot-password {
  color: var(--ia-link-color, #212121);
  text-decoration: var(--ia-link-decoration, none);
  transition: all 0.2s;
}
.membership-form .forgot-password:hover {
  color: var(--ia-link-hover-color, #ff645a);
  text-decoration: var(--ia-link-hover-decoration, none);
}
.membership-form .forgot-password {
  font-size: var(--ia-font-size-smaller, 14px);
  margin-left: auto;
}
.membership-form .user-info {
  background: var(--ia-color-background-gray, #f0f0f0);
  padding: var(--ia-space-md, 20px);
  border-radius: var(--ia-border-radius, 10px);
  margin-bottom: var(--ia-space-md, 20px);
}
.membership-form .user-info p {
  margin: 8px 0;
}
.membership-form .user-info p strong {
  color: var(--ia-color-text, #212121);
}

.login-form {
  max-width: 600px;
  margin: 0 auto;
}
.login-form p {
  margin-bottom: var(--ia-space-md, 20px);
}
.login-form p:last-of-type {
  display: flex;
  align-items: center;
  gap: var(--ia-space-sm, 10px);
  flex-wrap: wrap;
}
.login-form p label {
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.login-form p input[type=text],
.login-form p input[type=password] {
  width: 100%;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.login-form p input[type=text]:focus,
.login-form p input[type=password]:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}
.login-form p label:has(input[type=checkbox]) {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: var(--ia-space-xs, 5px);
  cursor: pointer;
}
.login-form p input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}

.register-form {
  max-width: 800px;
}
.register-form .progress-bar {
  margin-bottom: var(--ia-space-xl, 40px);
}
.register-form .progress-bar .progress-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--ia-space-sm, 10px);
  position: relative;
}
.register-form .progress-bar .progress-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 2;
}
.register-form .progress-bar .progress-steps .step .step-number {
  width: 40px;
  height: 40px;
  border-radius: var(--ia-border-radius-circle, 100px);
  background: #e0e0e0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  margin-bottom: var(--ia-space-xs, 5px);
  transition: all 0.3s;
}
.register-form .progress-bar .progress-steps .step .step-label {
  font-size: var(--ia-font-size-micro, 12px);
  color: #999;
  text-align: center;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.register-form .progress-bar .progress-steps .step.active .step-number {
  background: var(--ia-color-accent, #a80000);
  color: var(--ia-color-text-light, #ffffff);
}
.register-form .progress-bar .progress-steps .step.active .step-label {
  color: var(--ia-color-accent, #a80000);
  font-weight: 600;
}
.register-form .progress-bar .progress-steps .step.completed .step-number {
  background: var(--ia-color-success, #06c755);
  color: var(--ia-color-text-light, #ffffff);
}
.register-form .progress-bar .progress-steps .step.completed .step-label {
  color: var(--ia-color-success, #06c755);
}
.register-form .progress-bar .progress-line {
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  position: relative;
  margin-top: -27px;
  z-index: 1;
}
.register-form .progress-bar .progress-line .progress-fill {
  height: 100%;
  background: var(--ia-color-accent, #a80000);
  border-radius: 2px;
  transition: width all 0.3s;
  width: 0;
}
.register-form .form-step {
  animation: fadeIn all 0.3s;
}
.register-form .confirmation-data .form-summary {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--ia-space-md, 20px);
}
.register-form .confirmation-data .form-summary tr {
  border-bottom: 1px solid var(--ia-color-border-light, #f0f0f0);
}
.register-form .confirmation-data .form-summary tr:last-child {
  border-bottom: none;
}
.register-form .confirmation-data .form-summary td {
  padding: var(--ia-space-sm, 10px) var(--ia-space-xs, 5px);
}
.register-form .confirmation-data .form-summary td:first-child {
  font-weight: 600;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ia-color-text, #212121);
  width: 40%;
}
.register-form .confirmation-data .form-summary td:last-child {
  color: var(--ia-color-heading, #212121);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.register-form .confirmation-data p {
  margin: var(--ia-space-sm, 10px) 0;
}
.register-form .confirmation-data p strong {
  color: var(--ia-color-text, #212121);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.register-form .registration-complete {
  text-align: center;
  padding: var(--ia-space-xl, 40px) var(--ia-space-md, 20px);
}
.register-form .registration-complete .success-icon {
  width: 80px;
  height: 80px;
  border-radius: var(--ia-border-radius-circle, 100px);
  background: var(--ia-color-success, #06c755);
  color: var(--ia-color-text-light, #ffffff);
  font-size: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--ia-space-lg, 30px);
}
.register-form .registration-complete h3 {
  color: var(--ia-color-success, #06c755);
  font-size: 28px;
  margin-bottom: var(--ia-space-sm, 10px);
  font-family: var(--ia-font-heading, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.register-form .registration-complete p {
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  margin-bottom: var(--ia-space-sm, 10px);
}
.register-form .registration-complete .completion-actions {
  display: flex;
  gap: var(--ia-space-sm, 10px);
  justify-content: center;
  margin-top: var(--ia-space-lg, 30px);
  flex-wrap: wrap;
}
.register-form .registration-complete .completion-actions a {
  padding: var(--ia-space-sm, 10px) var(--ia-space-lg, 30px);
  border-radius: var(--ia-border-radius, 10px);
  text-decoration: none;
  font-weight: 600;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.register-form .registration-complete .completion-actions a.btn-home {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.register-form .registration-complete .completion-actions a.btn-home:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.register-form .registration-complete .completion-actions a.btn-login {
  background-color: var(--ia-button-secondary-background, #ffffff);
  color: var(--ia-button-secondary-text, #000000);
  border: var(--ia-button-secondary-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.register-form .registration-complete .completion-actions a.btn-login:hover {
  background-color: var(--ia-button-secondary-hover-background, #000000);
  color: var(--ia-button-secondary-hover-text, #ffffff);
  border-color: var(--ia-button-secondary-hover-background, #000000);
}
@media screen and (max-width: 767px) {
  .register-form .progress-steps .step .step-label {
    font-size: var(--ia-font-size-micro, 12px);
  }
  .register-form .progress-steps .step .step-number {
    width: 32px;
    height: 32px;
    font-size: var(--ia-font-size-smaller, 14px);
  }
  .register-form .confirmation-data .form-summary td:first-child {
    width: 35%;
    font-size: var(--ia-font-size-body, 16px);
  }
}

.forgot-password-form {
  max-width: 600px;
  margin: 0 auto;
}
.forgot-password-form .form-group {
  margin-bottom: var(--ia-space-md, 20px);
}
.forgot-password-form .form-group label {
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.forgot-password-form .form-group input[type=email] {
  width: 100%;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.forgot-password-form .form-group input[type=email]:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}

.reset-password-form {
  max-width: 600px;
  margin: 0 auto;
}
.reset-password-form .form-group {
  margin-bottom: var(--ia-space-md, 20px);
}
.reset-password-form .form-group label {
  display: block;
  margin-bottom: var(--ia-space-xs, 5px);
  font-weight: 600;
  color: var(--ia-color-heading, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.reset-password-form .form-group input[type=password] {
  width: 100%;
  padding: var(--ia-space-sm, 10px);
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: all 0.3s;
}
.reset-password-form .form-group input[type=password]:focus {
  outline: none;
  border-color: var(--ia-color-primary, #000000);
}
.reset-password-form .form-group small {
  display: block;
  margin-top: var(--ia-space-xs, 5px);
  font-size: var(--ia-font-size-smaller, 14px);
  color: var(--ia-color-text-secondary, #333333);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.profile-form .profile-avatar-section {
  display: flex;
  align-items: center;
  gap: var(--ia-space-lg, 30px);
  padding: var(--ia-space-md, 20px);
  background: var(--ia-color-background-gray, #f0f0f0);
  border-radius: var(--ia-border-radius, 10px);
  margin-bottom: var(--ia-space-lg, 30px);
}
.profile-form .profile-avatar-section .avatar-display img {
  border-radius: var(--ia-border-radius-circle, 100px);
  border: 4px solid var(--ia-color-background, #ffffff);
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.profile-form .profile-avatar-section .avatar-upload-form {
  flex: 1;
}
.profile-form .profile-avatar-section .avatar-upload-form form {
  display: flex;
  align-items: center;
  gap: var(--ia-space-sm, 10px);
  flex-wrap: wrap;
}
.profile-form .profile-avatar-section .avatar-upload-form input[type=file] {
  flex: 1;
  min-width: 200px;
}
.profile-form .profile-avatar-section .avatar-upload-form button {
  background-color: var(--ia-button-background, #000000);
  color: var(--ia-button-text, #ffffff);
  border: var(--ia-button-border, 1px solid #000000);
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  cursor: pointer;
  transition: all 0.3s;
}
.profile-form .profile-avatar-section .avatar-upload-form button:hover {
  background-color: var(--ia-button-hover-background, #a80000);
  color: var(--ia-button-hover-text, #ffffff);
  border-color: var(--ia-button-hover-background, #a80000);
}
.profile-form .profile-avatar-section .avatar-upload-form button:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.profile-form .user-info h3 {
  margin-top: 0;
  margin-bottom: var(--ia-space-sm, 10px);
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-body, 16px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.profile-form fieldset {
  margin-top: var(--ia-space-lg, 30px);
}

.field-loading {
  position: relative;
}
.field-loading::after {
  content: "";
  position: absolute;
  right: var(--ia-space-sm, 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid var(--ia-color-accent, #a80000);
  border-radius: var(--ia-border-radius-circle, 100px);
  animation: spin 0.8s linear infinite;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  .membership-form {
    padding: var(--ia-space-md, 20px);
  }
  .membership-form h2 {
    font-size: var(--ia-font-size-h1, 24px);
  }
  .membership-form .form-actions {
    flex-direction: column;
  }
  .membership-form .form-actions button,
  .membership-form .form-actions input[type=submit] {
    width: 100%;
  }
}
.profile-form .button.hover-fill-direction,
.membership-form .button.hover-fill-direction {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.profile-form .button.hover-fill-direction > span,
.membership-form .button.hover-fill-direction > span {
  position: relative;
  z-index: 2;
}
.profile-form .form-actions .button.hover-fill-direction,
.membership-form .form-actions .button.hover-fill-direction {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.profile-form .form-actions .button.hover-fill-direction > span,
.membership-form .form-actions .button.hover-fill-direction > span {
  position: relative;
  z-index: 2;
}

.logout-section {
  max-width: 600px;
  margin: 20px auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logout-section .button.hover-fill-direction {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.logout-section .button.hover-fill-direction > span {
  position: relative;
  z-index: 2;
}

.profile-form .button-primary.hover-fill-direction::before,
.profile-form .form-actions .button-primary.hover-fill-direction::before,
.membership-form .button-primary.hover-fill-direction::before,
.membership-form .form-actions .button-primary.hover-fill-direction::before {
  background-color: var(--ia-button-hover-background, #a80000);
}
.profile-form .button-primary.hover-fill-direction.hover-fill,
.profile-form .form-actions .button-primary.hover-fill-direction.hover-fill,
.membership-form .button-primary.hover-fill-direction.hover-fill,
.membership-form .form-actions .button-primary.hover-fill-direction.hover-fill {
  color: var(--ia-button-hover-text, #ffffff) !important;
  border-color: var(--ia-button-hover-background, #a80000);
}
.profile-form .button-primary.hover-fill-direction.hover-fill span,
.profile-form .form-actions .button-primary.hover-fill-direction.hover-fill span,
.membership-form .button-primary.hover-fill-direction.hover-fill span,
.membership-form .form-actions .button-primary.hover-fill-direction.hover-fill span {
  color: var(--ia-button-hover-text, #ffffff) !important;
}

.profile-form .button-secondary.hover-fill-direction::before,
.profile-form .form-actions .button-secondary.hover-fill-direction::before,
.membership-form .button-secondary.hover-fill-direction::before,
.membership-form .form-actions .button-secondary.hover-fill-direction::before {
  background-color: var(--ia-button-secondary-hover-background, #000000);
}
.profile-form .button-secondary.hover-fill-direction.hover-fill,
.profile-form .form-actions .button-secondary.hover-fill-direction.hover-fill,
.membership-form .button-secondary.hover-fill-direction.hover-fill,
.membership-form .form-actions .button-secondary.hover-fill-direction.hover-fill {
  color: var(--ia-button-secondary-hover-text, #ffffff) !important;
  border-color: var(--ia-button-secondary-hover-background, #000000);
}
.profile-form .button-secondary.hover-fill-direction.hover-fill span,
.profile-form .form-actions .button-secondary.hover-fill-direction.hover-fill span,
.membership-form .button-secondary.hover-fill-direction.hover-fill span,
.membership-form .form-actions .button-secondary.hover-fill-direction.hover-fill span {
  color: var(--ia-button-secondary-hover-text, #ffffff) !important;
}

.logout-section .button.hover-fill-direction::before,
.profile-form .avatar-upload-form .button.hover-fill-direction::before {
  background-color: var(--ia-button-hover-background, #a80000);
}
.logout-section .button.hover-fill-direction.hover-fill,
.profile-form .avatar-upload-form .button.hover-fill-direction.hover-fill {
  color: var(--ia-button-hover-text, #ffffff) !important;
  border-color: var(--ia-button-hover-background, #a80000);
}
.logout-section .button.hover-fill-direction.hover-fill span,
.profile-form .avatar-upload-form .button.hover-fill-direction.hover-fill span {
  color: var(--ia-button-hover-text, #ffffff) !important;
}

.profile-form .user-info .btn-change-password {
  display: inline-block;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: var(--ia-button-border-radius, 0);
  padding: var(--ia-button-padding-vertical, 6px) var(--ia-button-padding-horizontal, 40px);
  font-size: var(--ia-button-font-size, 14px);
  font-weight: var(--ia-button-font-weight, 600);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.profile-form .user-info .btn-change-password.hover-fill-direction {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.profile-form .user-info .btn-change-password.hover-fill-direction > span {
  position: relative;
  z-index: 2;
}
.profile-form .user-info .btn-change-password.hover-fill-direction::before {
  background-color: #000;
}
.profile-form .user-info .btn-change-password.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: #000;
}
.profile-form .user-info .btn-change-password.hover-fill-direction.hover-fill span {
  color: #fff !important;
}

.profile-form .button.hover-fill-direction:hover:not(.hover-fill),
.membership-form .button.hover-fill-direction:hover:not(.hover-fill),
.logout-section .button.hover-fill-direction:hover:not(.hover-fill) {
  background-color: initial;
  color: initial;
  border-color: initial;
}
.profile-form .button-secondary.hover-fill-direction:hover:not(.hover-fill),
.membership-form .button-secondary.hover-fill-direction:hover:not(.hover-fill),
.logout-section .button-secondary.hover-fill-direction:hover:not(.hover-fill) {
  background-color: var(--ia-button-secondary-background, #ffffff);
  color: var(--ia-button-secondary-text, #000000);
  border-color: #000;
}
.profile-form .button-secondary.hover-fill-direction:hover.hover-fill,
.membership-form .button-secondary.hover-fill-direction:hover.hover-fill,
.logout-section .button-secondary.hover-fill-direction:hover.hover-fill {
  background-color: transparent;
}

/* Form Validation
--------------------------------------------- */
/* Form Validation Styles
--------------------------------------------- */
.form-field-error {
  border: 1px solid var(--ia-color-error, #bf1e2d) !important;
  border-radius: 4px !important;
}

.error-message {
  color: var(--ia-color-error, #bf1e2d);
  font-size: var(--ia-font-size-body, 16px);
  margin-top: 5px;
  font-weight: normal;
  display: block;
}

.form-field-success {
  border: 1px solid var(--ia-color-success, #06c755) !important;
  border-radius: 4px !important;
}

.success-message {
  color: var(--ia-color-success, #06c755);
  font-size: var(--ia-font-size-body, 16px);
  margin-top: 5px;
  font-weight: normal;
  display: block;
}

.field-loading {
  position: relative;
}

.field-loading input,
.field-loading select,
.field-loading textarea {
  padding-right: 28px;
}

.field-loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #cfcfcf;
  border-top-color: var(--ia-color-accent, #a80000);
  border-radius: 50%;
  animation: ia-spin 0.8s linear infinite;
  pointer-events: none;
}

@keyframes ia-spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
/* Home Sections
--------------------------------------------- */
/* Home Sections - Import all section-specific files
--------------------------------------------- */
/* Featured Posts Section
--------------------------------------------- */
.latest-featured {
  /* Layout Structure */
}
.latest-featured .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.latest-featured .articles-featured {
  gap: 19px;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .latest-featured .articles-featured {
    grid-template-columns: 1fr 0.45fr;
  }
}
.latest-featured .featured-main {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.latest-featured .featured-secondary {
  display: flex;
  flex-direction: column;
  gap: 23px;
  grid-column: 2;
  grid-row: 1;
  height: 100%;
}
.latest-featured .featured-secondary .featured-image {
  aspect-ratio: 176/99;
  height: 99px;
  width: 176px;
  overflow: hidden;
  background-color: #e8e8e8;
  position: relative;
}
@media (max-width: 1199px) {
  .latest-featured .featured-secondary .featured-image {
    width: 100%;
    height: auto;
    aspect-ratio: 100%/56.25%;
  }
}
.latest-featured {
  /* Card Container */
}
.latest-featured .featured-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  min-width: 0;
  height: 100%;
}
.latest-featured .featured-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  width: 100%;
}
.latest-featured .featured-card-link:hover .featured-img {
  transform: scale(1.05);
}
.latest-featured .featured-card-link:hover .featured-title {
  color: var(--ia-color-secondary, #bf1e2d);
}
.latest-featured .featured-img-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 767px) {
  .latest-featured .feature-title-sub {
    font-size: 12px !important;
  }
}
.latest-featured .featured-title-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  transition: color 0.3s ease;
  text-wrap: pretty;
}
.latest-featured .featured-title-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
@media (max-width: 767px) {
  .latest-featured .featured-title {
    margin-top: 6px !important;
  }
}
@media (max-width: 767px) {
  .latest-featured .featured-title-sub {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  .latest-featured .featured-title-main {
    font-size: 18px !important;
    line-height: 24px;
  }
}
.latest-featured {
  /* Image Section */
}
.latest-featured .featured-image-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  .latest-featured .featured-image-wrapper {
    max-width: unset;
  }
}
.latest-featured .featured-image {
  overflow: hidden;
  background-color: #e8e8e8;
  position: relative;
}
@media (max-width: 1199px) {
  .latest-featured .featured-image {
    width: 100%;
    height: 100%;
  }
}
.latest-featured .featured-image .featured-img-link {
  width: 100%;
  height: 100%;
  display: block;
}
.latest-featured .featured-image .featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.latest-featured .featured-image:hover .featured-img {
  transform: scale(1.05);
}
.latest-featured .featured-image .featured-category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.latest-featured .featured-image .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
  cursor: pointer;
}
.latest-featured .featured-image .video-play-overlay .video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.latest-featured .featured-image .video-play-overlay .video-play-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.latest-featured .featured-image.has-video:hover .video-play-overlay {
  opacity: 1;
  pointer-events: auto;
}
.latest-featured .featured-image.has-video:hover .video-play-overlay .video-play-icon {
  transform: scale(1.1);
}
.latest-featured .featured-main .featured-image .video-play-overlay .video-play-icon svg {
  width: 60px;
  height: 60px;
}
.latest-featured .featured-sub .featured-image .video-play-overlay {
  pointer-events: none;
}
.latest-featured .featured-sub .featured-image .video-play-overlay .video-play-icon {
  pointer-events: auto;
}
.latest-featured .featured-sub .featured-image.has-video:hover .video-play-overlay {
  pointer-events: none;
}
.latest-featured .featured-sub .featured-image.has-video:hover .video-play-overlay .video-play-icon {
  pointer-events: auto;
}
.featured-main .latest-featured .featured-sub .featured-image .video-play-overlay .video-play-icon svg {
  width: 60px;
  height: 60px;
}
.featured-sub .latest-featured .featured-sub .featured-image .video-play-overlay {
  pointer-events: none;
}
.featured-sub .latest-featured .featured-sub .featured-image .video-play-overlay .video-play-icon {
  pointer-events: auto;
}
.featured-sub .latest-featured .featured-sub .featured-image.has-video:hover .video-play-overlay {
  pointer-events: none;
}
.featured-sub .latest-featured .featured-sub .featured-image.has-video:hover .video-play-overlay .video-play-icon {
  pointer-events: auto;
}
.latest-featured .featured-video-embed {
  width: 100%;
  aspect-ratio: 608/342;
  max-height: 362px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 1023px) {
  .latest-featured .featured-video-embed {
    aspect-ratio: 100%/56.25%;
    max-height: unset;
  }
}
.latest-featured .featured-video-embed .video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.latest-featured .featured-main .featured-video-embed {
  aspect-ratio: 608/342;
}
.latest-featured .featured-sub .featured-video-embed {
  aspect-ratio: 176/99;
}
.latest-featured {
  /* Content Section */
}
.latest-featured .featured-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  position: relative;
  justify-content: flex-end;
  margin-top: 14px;
  flex: 1;
}
@media (max-width: 767px) {
  .latest-featured .featured-content {
    margin-top: 0px;
  }
}
.latest-featured {
  /* Typography & Elements */
}
.latest-featured .featured-category {
  background-color: var(--ia-color-primary, #000000);
  color: #fff;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  width: 204px;
  height: 21px;
  padding: 0 10px;
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 21px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.latest-featured .featured-category.hover-fill-direction::before {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.latest-featured .featured-category.hover-fill-direction.hover-fill {
  color: #fff !important;
}
.latest-featured .featured-category.hover-fill-direction span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-featured .featured-category.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.latest-featured .featured-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: justify;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  line-height: 1.4;
  color: var(--ia-color-text, #212121);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: color 0.3s ease;
}
.latest-featured .featured-excerpt {
  font-size: 13px;
  font-weight: 350;
  line-height: 1.4;
  padding-right: 13px;
  color: var(--ia-color-text, #212121);
  width: 100%;
  max-height: calc(9.8em + 8px);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}
.latest-featured .featured-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.latest-featured .featured-date {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 350;
  color: #333333;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.latest-featured {
  /* Main Featured (Left Column) */
}
.latest-featured .featured-main .featured-image {
  aspect-ratio: 608/342;
}
.latest-featured .featured-main .featured-title {
  font-size: 20px;
}
.latest-featured {
  /* Secondary Featured (Right Column) */
}
.latest-featured .featured-sub {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.latest-featured .featured-sub .featured-image {
  aspect-ratio: 176/99;
}
.latest-featured .featured-sub .featured-title {
  font-size: 14px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-weight: 500;
  margin-top: 7px;
}
.latest-featured .featured-sub .featured-content {
  flex: 1;
  display: flex;
  gap: 0;
  flex-direction: column;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .latest-featured .featured-sub .featured-content {
    margin-top: 0px;
  }
}
.latest-featured .featured-sub .featured-category {
  width: 126px;
}
.latest-featured .featured-sub .featured-title-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .latest-featured .featured-sub .featured-title-link {
    line-height: 20px;
  }
}
.latest-featured {
  /* Tablet & Below Adjustments */
}
@media (max-width: 1023px) {
  .latest-featured .featured-content .featured-category {
    display: none !important;
  }
}

/* Mobile Responsive (<767px) */
@media screen and (max-width: 767px) {
  .latest-featured .hide-on-mobile {
    display: none !important;
  }
  .latest-featured .articles-featured {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }
  .latest-featured .featured-main {
    grid-column: 1;
    grid-row: 1;
  }
  .latest-featured .featured-secondary {
    grid-column: 1;
    grid-row: 2;
    flex-direction: row;
    gap: 16px;
    display: flex;
    align-items: stretch;
  }
  .latest-featured .featured-secondary .featured-card-link {
    width: 50%;
    height: 100%;
    display: flex;
  }
  .latest-featured .featured-card .featured-image {
    aspect-ratio: 368/207;
    max-height: unset;
  }
  .latest-featured .featured-card .featured-content {
    gap: 6px;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  .latest-featured .featured-card .featured-category {
    font-size: 11px;
    width: 126px;
  }
  .latest-featured .featured-card .featured-title {
    font-size: 14px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .latest-featured .featured-card .featured-excerpt {
    padding-right: 4px;
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .latest-featured .featured-card .featured-date {
    font-weight: 350;
    font-size: 14px;
    white-space: nowrap;
  }
  .latest-featured .featured-main .featured-title {
    font-size: 16px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .latest-featured .featured-sub {
    flex: 1 1 calc(50% - 8px);
  }
  .latest-featured .featured-sub .featured-title {
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .latest-featured .featured-sub .featured-image {
    width: 100%;
    max-height: unset;
  }
}
/* Videos Section
--------------------------------------------- */
.videos .videos-carousel .carousel-wrapper {
  overflow: hidden;
}
.videos .videos-carousel .videos-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.videos .videos-carousel .video-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.videos .videos-carousel .video-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.videos .videos-carousel .video-card .video-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background-color: #e8e8e8;
}
.videos .videos-carousel .video-card .video-image .video-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  transition: transform 0.3s ease;
}
.videos .videos-carousel .video-card .video-image .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 32, 32, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.videos .videos-carousel .video-card .video-image .video-overlay .play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--ia-color-primary, #000000);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: transform 0.3s ease;
}
.videos .videos-carousel .video-card .video-image:hover .video-img {
  transform: scale(1.05);
}
.videos .videos-carousel .video-card .video-image:hover .video-overlay {
  opacity: 1;
}
.videos .videos-carousel .video-card .video-image:hover .play-button {
  transform: scale(1.1);
}
.videos .videos-carousel .video-card .video-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.videos .videos-carousel .video-card .video-category {
  background-color: var(--ia-color-primary, #000000);
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  width: fit-content;
}
.videos .videos-carousel .video-card .video-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ia-color-text, #212121);
  max-width: 100%;
  word-break: break-word;
}
.videos .videos-carousel .video-card .video-title a {
  color: inherit;
  text-decoration: none;
}
.videos .videos-carousel .video-card .video-title a:hover {
  color: var(--ia-color-primary, #000000);
}
.videos .videos-carousel .video-card .video-meta {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
}
.videos .videos-carousel .video-card .video-date {
  font-size: 13px;
  color: #999;
}

.roadmap-desktop-title {
  display: inline;
}

.roadmap-mobile-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .roadmap-desktop-title {
    display: none;
  }
  .roadmap-mobile-title {
    display: inline;
  }
}
.roadmap-mobile-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .roadmap-mobile-br {
    display: inline;
  }
}
/* Investment Roadmap Section
--------------------------------------------- */
.investment-roadmap {
  max-width: 803px;
  margin: 0 auto;
}
.investment-roadmap .section-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--ia-color-text, #212121);
  text-align: center;
  line-height: 100%;
  padding: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .section-title {
    font-size: 15px;
  }
}
.investment-roadmap .roadmap-content {
  padding: 18px 20px 20px;
  background-color: #eae9e5;
  display: flex;
  justify-content: center;
}
.investment-roadmap .roadmap-content .roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 9px;
}
.investment-roadmap .roadmap-content .roadmap-item {
  height: 50px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #fff;
  border-radius: var(--ia-border-radius, 10px);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item {
    padding: 8px 12px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 18px;
    height: 18px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item.hover-fill .roadmap-title {
  color: var(--ia-color-text-light, #ffffff);
}
.investment-roadmap .roadmap-content .roadmap-item.hover-fill .roadmap-icon {
  filter: brightness(0) invert(1);
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-link img {
  display: none;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
    gap: 8px;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link img {
    display: block;
    width: 18px;
    height: 18px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-icon {
  width: 24px;
  height: 24px;
  display: block;
  transition: filter all 0.3s;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-wrap: balance;
  transition: color all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .investment-roadmap {
    padding: 8px 16px 20px;
  }
  .investment-roadmap .section-title {
    font-size: 18px;
    padding: 0 0 12px;
  }
  .investment-roadmap .roadmap-content .roadmap-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
  .investment-roadmap .roadmap-content .roadmap-item {
    padding: 4px 20px;
    flex-direction: column;
    text-align: center;
  }
  .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 28px;
    height: 22px;
    position: static;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
    position: static;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-icon {
    width: 20px;
    height: 20px;
    position: static;
    margin-bottom: 0;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .investment-road map {
    padding: 12px 12px 20px;
  }
  .investment-road map .section-title {
    font-size: 16px;
    padding: 8px 0 16px;
    margin-bottom: 4px;
  }
  .investment-road map .roadmap-content .roadmap-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }
  .investment-road map .roadmap-content .roadmap-item {
    width: 100%;
    padding: 5px 18px;
    flex-direction: column;
  }
  .investment-road map .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-road map .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 22px;
    height: 18px;
    position: static;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-link {
    position: static;
    font-size: 13px;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-icon {
    position: static;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-title {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .investment-roadmap .roadmap-content .roadmap-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .investment-roadmap .roadmap-content .roadmap-item {
    width: 100%;
  }
}
/* Select2 Library
--------------------------------------------- */
/**
 * Select2 Library Custom Styles
 * Custom styling for Select2 dropdowns throughout the website
 * Aligned with theme colors and design system
 */
.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.select2-container {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif) !important;
}
.select2-container .select2-selection--single {
  height: 40px;
  border: 1px solid var(--ia-color-border, #eeeeee) !important;
  border-radius: var(--ia-border-radius, 10px) !important;
  background-color: #ffffff !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-left: 12px;
  color: var(--ia-color-text, #212121);
  font-size: var(--ia-font-size-body, 16px);
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 10px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--ia-color-text-secondary, #333333) transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}
.select2-container .select2-selection--multiple {
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  min-height: 40px;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--ia-color-primary, #000000);
  border: 1px solid var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  border-radius: var(--ia-border-radius, 10px);
  padding: 2px 8px;
  margin: 3px;
  font-size: var(--ia-font-size-smaller, 14px);
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--ia-color-text-light, #ffffff);
  margin-right: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 8px;
}
.select2-container.select2-container--focus .select2-selection--single, .select2-container.select2-container--focus .select2-selection--multiple {
  border-color: var(--ia-color-primary, #000000);
  box-shadow: 0 0 0 1px var(--ia-color-primary, #000000);
}
.select2-container.select2-container--disabled .select2-selection--single, .select2-container.select2-container--disabled .select2-selection--multiple {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-text-secondary, #333333);
  cursor: not-allowed;
  opacity: 0.6;
}

.select2-container.select2-enhanced .select2-selection--single {
  height: 44px;
  border: 2px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.select2-container.select2-enhanced .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 14px;
  font-size: 16px;
  color: var(--ia-color-text, #212121);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.select2-container.select2-enhanced .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 12px;
}
.select2-container.select2-enhanced .select2-selection--single .select2-selection__arrow b {
  border-color: var(--ia-color-text-secondary, #333333) transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container.select2-enhanced.select2-container--focus .select2-selection--single {
  border-color: var(--ia-color-primary, #000000);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.select2-dropdown {
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background-color: #ffffff;
}
.select2-dropdown .select2-results__option {
  padding: 10px 14px;
  color: var(--ia-color-text, #212121);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: var(--ia-color-primary, #000000) !important;
  color: var(--ia-color-text-light, #ffffff) !important;
}
.select2-dropdown .select2-results__option--selected {
  background-color: var(--ia-color-background-gray, #f0f0f0) !important;
  color: var(--ia-color-primary, #000000) !important;
  font-weight: 600;
}
.select2-dropdown .select2-results__option--disabled {
  color: var(--ia-color-text-secondary, #333333) !important;
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
.select2-dropdown .select2-search__field {
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: 0;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-body, 16px);
  color: var(--ia-color-text, #212121);
}
.select2-dropdown .select2-search__field:focus {
  outline: none;
  border-bottom-color: var(--ia-color-primary, #000000);
}
.select2-dropdown.select2-enhanced-dropdown {
  border: 2px solid var(--ia-color-border, #eeeeee);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.select2-dropdown.select2-enhanced-dropdown .select2-results__option {
  padding: 12px 16px;
  font-size: 16px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  transition: background-color 0.2s ease, color 0.2s ease;
}
.select2-dropdown.select2-enhanced-dropdown .select2-results__option--highlighted {
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
}
.select2-dropdown.select2-enhanced-dropdown .select2-results__option--selected {
  background-color: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-primary, #000000);
  font-weight: 600;
}
.select2-dropdown.select2-enhanced-dropdown .select2-search__field {
  padding: 12px 16px;
  font-size: 16px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  border: none;
  border-bottom: 2px solid var(--ia-color-border, #eeeeee);
  border-radius: 0;
  background: var(--ia-color-background-gray, #f0f0f0);
  color: var(--ia-color-text, #212121);
  transition: all 0.3s ease;
}
.select2-dropdown.select2-enhanced-dropdown .select2-search__field:focus {
  outline: none;
  border-bottom-color: var(--ia-color-primary, #000000);
  background: #ffffff;
}
.select2-dropdown.select2-enhanced-dropdown .select2-search__field::placeholder {
  color: var(--ia-color-text-secondary, #333333);
  font-style: italic;
}
.select2-dropdown.select2-enhanced-dropdown .select2-search {
  position: relative;
}
.select2-dropdown.select2-enhanced-dropdown .select2-search::before {
  content: "🔍";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 14px;
  color: var(--ia-color-text-secondary, #333333);
}
.select2-dropdown.select2-enhanced-dropdown .select2-search .select2-search__field {
  padding-left: 40px;
}

.form-group.has-error .select2-container .select2-selection--single,
.form-group.has-error .select2-container .select2-selection--multiple {
  border-color: var(--ia-color-error, #bf1e2d);
}
.form-group.has-success .select2-container .select2-selection--single,
.form-group.has-success .select2-container .select2-selection--multiple {
  border-color: var(--ia-color-success, #06c755);
}

.register-form .form-group .select2-container {
  margin-bottom: 0;
}
.register-form .form-group .select2-container--default .select2-selection--single {
  height: 44px;
  border: 2px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.register-form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 14px;
  font-size: 16px;
  color: var(--ia-color-text, #212121);
}
.register-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 12px;
}
.register-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--ia-color-text-secondary, #333333) transparent transparent transparent;
}
.register-form .form-group .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--ia-color-primary, #000000);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.profile-form .form-group .select2-container {
  width: 100% !important;
}
.profile-form .form-group .select2-container--default .select2-selection--single {
  border: 1px solid var(--ia-color-border, #eeeeee);
  border-radius: var(--ia-border-radius, 10px);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}

.field-loading .select2-container {
  opacity: 0.6;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .select2-container .select2-selection--single {
    height: 44px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    font-size: 16px;
  }
  .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
  }
  .select2-container .select2-selection--multiple {
    min-height: 44px;
  }
  .select2-dropdown .select2-results__option {
    padding: 12px 16px;
    font-size: 16px;
  }
  .select2-dropdown .select2-search__field {
    padding: 12px 16px;
    font-size: 16px;
  }
}
/* Map Tabs
--------------------------------------------- */
.ia-map-tabs-container {
  padding: var(--ia-section-spacing, 80px) 0;
}
@media screen and (max-width: 767px) {
  .ia-map-tabs-container {
    padding: var(--ia-section-spacing-mobile, 40px) 0;
  }
}

.ia-map-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e5e5e5;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ia-map-tabs {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
}

.ia-map-tab {
  background: transparent;
  border: none;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  color: #666;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.ia-map-tab .dashicons {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.ia-map-tab:hover {
  color: var(--ia-link-color, #4169e1);
  background-color: #f5f5f5;
}
.ia-map-tab:focus {
  outline: 2px solid var(--ia-link-color, #4169e1);
  outline-offset: -2px;
}
.ia-map-tab.active {
  color: var(--ia-link-color, #212121);
  border-bottom-color: var(--ia-link-color, #212121);
  background-color: #f9f9f9;
}
.ia-map-tab.active .dashicons {
  color: var(--ia-link-color, #212121);
}
@media screen and (max-width: 767px) {
  .ia-map-tab {
    width: 100%;
    justify-content: center;
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-left: 3px solid transparent;
  }
  .ia-map-tab.active {
    border-bottom-color: #e5e5e5;
    border-left-color: var(--ia-link-color, #212121);
    background-color: #f0f8ff;
  }
}

.ia-map-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.ia-map-content.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ia-map-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 1.5rem;
  min-height: 600px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ia-map-layout {
    grid-template-columns: 1fr 300px;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .ia-map-layout {
    grid-template-columns: 1fr;
    min-height: 500px;
  }
}
.ia-map-layout #ia-map,
.ia-map-layout #ia-factory-map,
.ia-map-layout #ia-warehouse-map {
  z-index: 0;
  height: 600px;
  border-radius: var(--ia-card-border-radius, 0);
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 767px) {
  .ia-map-layout #ia-map,
  .ia-map-layout #ia-factory-map,
  .ia-map-layout #ia-warehouse-map {
    height: 400px;
  }
}
.ia-map-layout #ia-map-list,
.ia-map-layout #ia-factory-list,
.ia-map-layout #ia-warehouse-list {
  overflow-y: auto;
  max-height: 600px;
  background: var(--ia-color-background, #ffffff);
  border-radius: var(--ia-card-border-radius, 0);
  box-shadow: var(--ia-card-shadow, 2px 2px 10px rgba(0, 0, 0, 0.1));
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .ia-map-layout #ia-map-list,
  .ia-map-layout #ia-factory-list,
  .ia-map-layout #ia-warehouse-list {
    max-height: 400px;
    margin-top: 1rem;
  }
}
.ia-map-layout #ia-map-list::-webkit-scrollbar,
.ia-map-layout #ia-factory-list::-webkit-scrollbar,
.ia-map-layout #ia-warehouse-list::-webkit-scrollbar {
  width: 8px;
}
.ia-map-layout #ia-map-list::-webkit-scrollbar-track,
.ia-map-layout #ia-factory-list::-webkit-scrollbar-track,
.ia-map-layout #ia-warehouse-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.ia-map-layout #ia-map-list::-webkit-scrollbar-thumb,
.ia-map-layout #ia-factory-list::-webkit-scrollbar-thumb,
.ia-map-layout #ia-warehouse-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.ia-map-layout #ia-map-list::-webkit-scrollbar-thumb:hover,
.ia-map-layout #ia-factory-list::-webkit-scrollbar-thumb:hover,
.ia-map-layout #ia-warehouse-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ia-list-section {
  margin-bottom: 2rem;
}
.ia-list-section:last-child {
  margin-bottom: 0;
}

.ia-list-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ia-color-text, #404040);
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e5e5;
}

.ia-list-subsection {
  margin-bottom: 1.5rem;
}

.ia-list-subheading {
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  margin: 0 0 0.75rem 0;
}

.ia-list-item {
  padding: 0.75rem;
  margin-bottom: 0.5rem;
  background: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}
.ia-list-item:hover {
  background: #f0f8ff;
  border-left-color: var(--ia-link-color, #4169e1);
  transform: translateX(4px);
}
.ia-list-item:last-child {
  margin-bottom: 0;
}

.ia-list-title {
  font-weight: 600;
  color: var(--ia-color-text, #404040);
  margin-bottom: 0.25rem;
}

.ia-list-meta {
  font-size: 0.875rem;
  color: #666;
}

.ia-featured .ia-list-item {
  background: #fff9e6;
  border-left-color: #f0b429;
}
.ia-featured .ia-list-item:hover {
  background: #fff5d6;
  border-left-color: #d89e1f;
}
.ia-featured .ia-list-title {
  color: #d89e1f;
}

.ia-card {
  display: flex;
  gap: 1rem;
  max-width: 400px;
}
.ia-card .ia-logo {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.ia-card .ia-card-body {
  flex: 1;
}
.ia-card .ia-card-body h4 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: var(--ia-color-text, #404040);
}
.ia-card .ia-card-body p {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  color: #666;
}
.ia-card .ia-card-body .button {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: var(--ia-link-color, #4169e1);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.875rem;
  transition: background 0.2s ease;
}
.ia-card .ia-card-body .button:hover {
  background: var(--ia-link-hover-color, #191970);
}

.ia-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #f0b429;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

/* Scroll to Top Button
--------------------------------------------- */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(229, 58, 58, 0.431372549);
  border-radius: 9999px;
  color: var(--ia-color-background, #ffffff);
  padding: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  z-index: 9999;
  will-change: transform, opacity;
  animation: slideOut 0.4s cubic-bezier(0.4, 0, 1, 1) forwards;
}
.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  animation: slideIn 0.5s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.scroll-to-top:hover {
  background-color: var(--ia-color-secondary, #bf1e2d);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.scroll-to-top:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.scroll-to-top:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--ia-color-secondary, #bf1e2d), 0.3);
}
.scroll-to-top svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
.scroll-to-top:hover svg {
  transform: translateY(-1px);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .scroll-to-top {
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
  }
  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }
  .scroll-to-top svg {
    width: 16px;
    height: 16px;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100px);
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .scroll-to-top {
    bottom: 62px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .scroll-to-top {
    bottom: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .scroll-to-top:hover {
    transform: none;
  }
}
/* Magazine Promotion
--------------------------------------------- */
.magazine-promotion {
  background: #000000;
  color: #ffffff;
  padding: 21px 64px 24px;
  position: relative;
  overflow: hidden;
}
.magazine-promotion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
  pointer-events: none;
}
.magazine-promotion .magazine-container {
  max-width: var(--ia-container-max-width, 1200px);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .magazine-promotion .magazine-container {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .magazine-promotion .magazine-container {
    padding: 0 24px;
  }
}
.magazine-promotion .magazine-images {
  display: flex;
  gap: 19px;
  justify-content: center;
  align-items: center;
}
.magazine-promotion .magazine-images .magazine-cover {
  flex: 0 0 auto;
  overflow: hidden;
}
.magazine-promotion .magazine-images .magazine-cover img {
  display: block;
  width: 192px;
  height: auto;
  max-height: 276px;
  transition: all 0.3s ease;
}
.magazine-promotion .magazine-images .magazine-cover img:hover {
  transform: scale(1.05);
}
.magazine-promotion .magazine-content .magazine-title {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #ffffff;
}
.magazine-promotion .magazine-content .magazine-subtitle {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .magazine-promotion .magazine-content .magazine-subtitle.hide-on-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 481px) {
  .magazine-promotion .magazine-content .magazine-subtitle.hide-on-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .magazine-promotion .magazine-content .magazine-subtitle.hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .magazine-promotion .magazine-content .magazine-subtitle.hide-on-mobile {
    display: block !important;
  }
}
.magazine-promotion .magazine-content .magazine-buttons {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 39px;
  width: 214px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: var(--ia-border-radius, 10px);
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  max-width: 214px;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary {
  background-color: #ffffff;
  color: #000000;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary:hover:not(.hover-fill-direction) {
  background-color: transparent;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary.hover-fill-direction {
  position: relative;
  z-index: 1;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary.hover-fill-direction::before {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: var(--ia-color-secondary, #bf1e2d);
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary.hover-fill-direction span {
  position: relative;
  z-index: 1;
  color: inherit;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-primary.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-secondary {
  background-color: transparent;
  color: #ffffff;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn.btn-secondary:hover {
  background-color: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn .arrow {
  margin-left: 8px;
}
.magazine-promotion .magazine-content .magazine-buttons .magazine-btn:active {
  transform: translateY(0);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .magazine-promotion {
    padding: 21px 0;
  }
  .magazine-promotion .magazine-container {
    padding: 0 24px;
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .magazine-promotion .magazine-images {
    justify-content: center;
    gap: 16px;
  }
  .magazine-promotion .magazine-images .magazine-cover img {
    width: 150px;
  }
  .magazine-promotion .magazine-content .magazine-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .magazine-promotion .magazine-content .magazine-subtitle {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .magazine-promotion .magazine-content .magazine-buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .magazine-promotion .magazine-content .magazine-buttons .magazine-btn {
    height: 39px;
    font-size: 18px;
    min-width: unset;
  }
  .magazine-promotion .magazine-content .magazine-buttons .magazine-btn .arrow {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .magazine-promotion {
    padding: 21px 0;
  }
  .magazine-promotion .magazine-container {
    padding: 0 16px;
    gap: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .magazine-promotion .magazine-images {
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 1;
  }
  .magazine-promotion .magazine-images .magazine-cover img {
    width: 140px;
  }
  .magazine-promotion .magazine-content {
    order: 2;
    text-align: center;
    width: 100%;
  }
  .magazine-promotion .magazine-content .magazine-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .magazine-promotion .magazine-content .magazine-subtitle {
    font-size: 14px;
    margin-bottom: 8px;
    text-wrap: balance;
    font-weight: 400;
  }
  .magazine-promotion .magazine-content .magazine-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .magazine-promotion .magazine-content .magazine-buttons .magazine-btn {
    width: 100%;
    font-size: 14px;
    min-width: unset;
  }
}
@media screen and (max-width: 480px) {
  .magazine-promotion {
    padding: 21px 0;
  }
  .magazine-promotion .magazine-container {
    padding: 0 12px;
    gap: 4px;
    align-items: center;
  }
  .magazine-promotion .magazine-images {
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .magazine-promotion .magazine-images .magazine-cover img {
    width: 128px;
  }
  .magazine-promotion .magazine-content .magazine-title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .magazine-promotion .magazine-content .magazine-subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .magazine-promotion .magazine-content .magazine-buttons {
    gap: 8px;
  }
  .magazine-promotion .magazine-content .magazine-buttons .magazine-btn {
    height: 36px;
    font-size: 15px;
  }
  .magazine-promotion .magazine-content .magazine-buttons .magazine-btn .arrow {
    margin-left: 12px;
  }
}
/* Sidebar Posts Tabs
--------------------------------------------- */
.sidebar-posts-tabs {
  margin-bottom: 15px;
}
.sidebar-posts-tabs.single-sidebar-posts, .sidebar-posts-tabs.page-sidebar-posts, .sidebar-posts-tabs.archive-sidebar-posts {
  margin-top: 107px;
}
@media (max-width: 1023px) {
  .sidebar-posts-tabs {
    display: none;
  }
}
.sidebar-posts-tabs .tabs-header {
  display: flex;
  border-bottom: 0.5px solid rgba(67, 67, 67, 0.7);
}
.sidebar-posts-tabs .tabs-header .tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 3px;
  background: none;
  border: none;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.sidebar-posts-tabs .tabs-header .tab-btn .tab-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.sidebar-posts-tabs .tabs-header .tab-btn .tab-label {
  display: block;
}
.sidebar-posts-tabs .tabs-header .tab-btn:hover {
  color: var(--ia-color-text, #212121);
}
.sidebar-posts-tabs .tabs-header .tab-btn:hover .tab-icon {
  opacity: 0.8;
}
.sidebar-posts-tabs .tabs-header .tab-btn.active {
  color: var(--ia-color-secondary, #bf1e2d);
  border-bottom-color: var(--ia-color-secondary, #bf1e2d);
}
.sidebar-posts-tabs .tabs-header .tab-btn.active .tab-icon {
  opacity: 1;
}
.sidebar-posts-tabs .tabs-content {
  padding: 12px 17px 12px 7px;
}
.sidebar-posts-tabs .tabs-content .tab-pane {
  display: none;
}
.sidebar-posts-tabs .tabs-content .tab-pane.active {
  display: flex;
  flex-direction: column;
}
.sidebar-posts-tabs .tabs-content .posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item {
  margin-bottom: 9px;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-link {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-number-badge {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0;
  margin-right: -22.5px;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail-link {
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail {
  width: 112px;
  height: 63px;
  background: #f0f0f0;
  overflow: hidden;
  position: relative;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail:hover .post-img {
  transform: scale(1.05);
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail:hover.has-video .video-play-overlay {
  opacity: 1;
  pointer-events: auto;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail:hover.has-video .video-play-overlay .video-play-icon {
  transform: scale(1.1);
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail .post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail .video-play-overlay .video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-thumbnail .video-play-overlay .video-play-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title {
  margin: 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 1023px) {
  .sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title {
    line-height: 22px;
  }
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  text-decoration: none;
  color: var(--ia-color-text, #212121);
  transition: color 0.3s ease;
  text-wrap: pretty;
  font-weight: 500;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title-link.home-layout .sidebar-posts-tabs .tabs-content .posts-list .post-item .post-title-link {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-date {
  font-size: 14px;
  font-weight: 350;
  line-height: 100%;
  color: var(--ia-color-text-secondary, #333333);
}
.sidebar-posts-tabs .tabs-content .posts-list .post-item .post-date.home-layout .sidebar-posts-tabs .tabs-content .posts-list .post-item .post-date {
  display: inline-block;
}
.sidebar-posts-tabs .tabs-content .view-more-btn {
  display: inline-block;
  margin-top: 9px;
  align-self: flex-end;
  font-size: 13px;
  font-weight: 400;
  color: var(--ia-color-text, #212121);
  text-decoration: none;
  transition: all 0.3s ease;
}
.sidebar-posts-tabs .tabs-content .view-more-btn img {
  width: 9px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sidebar-posts-tabs .tabs-content .view-more-btn img {
    width: 9px;
  }
}
.sidebar-posts-tabs .tabs-content .view-more-btn:hover {
  opacity: 0.8;
  color: var(--ia-color-secondary, #bf1e2d);
}
.sidebar-posts-tabs .tabs-content .view-more-btn:hover img {
  transform: translateX(2px);
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(2726%) hue-rotate(338deg) brightness(89%) contrast(88%);
}
.sidebar-posts-tabs .tabs-content .no-posts {
  padding: 16px 0;
  text-align: center;
  color: #999;
  font-size: 13px;
}

/* Swiper Carousel for Posts
--------------------------------------------- */
/* Posts Swiper Carousel
--------------------------------------------- */
.posts-carousel-section {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
  display: none;
}
.posts-carousel-section.posts-carousel-section-archive {
  margin-bottom: 63px;
}
@media (max-width: 1023px) {
  .posts-carousel-section.posts-carousel-section-archive {
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .posts-carousel-section.posts-carousel-section-archive {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199px) {
  .posts-carousel-section {
    display: block;
    margin-top: 25px;
  }
}
.posts-carousel-section * {
  box-sizing: border-box;
}
.posts-carousel-section .posts-carousel-tabs {
  overflow: hidden;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tabs-header {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 12px;
  background: none;
  border: none;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn .carousel-tab-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn .carousel-tab-label {
  display: block;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn:hover {
  color: var(--ia-color-text, #212121);
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn:hover .carousel-tab-icon {
  opacity: 0.8;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn.active {
  color: var(--ia-color-secondary, #bf1e2d);
  border-bottom-color: var(--ia-color-secondary, #bf1e2d);
}
.posts-carousel-section .posts-carousel-tabs .carousel-tab-btn.active .carousel-tab-icon {
  opacity: 1;
}
.posts-carousel-section .posts-carousel-tabs .carousel-tabs-content {
  position: relative;
  background-color: #eae9e5;
  padding: 10px 0 0 0;
  overflow: visible;
}
.posts-carousel-section .carousel-tab-pane {
  display: none;
  animation: fadeIn 0.3s ease;
}
.posts-carousel-section .carousel-tab-pane.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.posts-carousel-section .posts-swiper-carousel {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.2s ease;
  min-height: 180px;
}
.posts-carousel-section .posts-swiper-carousel.swiper-initialized {
  opacity: 1;
}
.posts-carousel-section .posts-swiper-carousel .swiper-wrapper {
  display: flex;
  width: 100%;
  padding: 0 13px 4px 13px;
}
.posts-carousel-section .posts-swiper-carousel .swiper-slide {
  height: auto;
  width: auto;
  flex-shrink: 0;
  contain: layout style;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post {
  height: 100%;
  width: auto;
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  width: 100%;
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-link:hover .carousel-post-number-badge {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-link:hover .carousel-post-title {
  color: var(--ia-color-secondary, #bf1e2d);
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #e8e8e8;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image {
    width: 100%;
    height: 100%;
    max-height: max-content !important;
    aspect-ratio: auto !important;
    flex-shrink: 0;
  }
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image .carousel-post-number-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: var(--ia-color-primary, #000000);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 10;
  transition: background-color 0.2s ease;
}
@media (max-width: 576px) {
  .posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image .carousel-post-number-badge {
    width: 20px;
    height: 20px;
  }
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image .carousel-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  display: block;
}
@media (max-width: 576px) {
  .posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-image .carousel-post-img {
    max-height: auto;
  }
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-content {
  padding-top: 4px;
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 20px;
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-title {
  margin: 0 0 8px;
  text-align: justify;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-excerpt {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-carousel-section .posts-swiper-carousel .swiper-pagination {
  position: static;
  display: flex;
  justify-content: flex-start;
  height: 5px;
  min-height: 5px;
  background-color: #c9c9c9;
  overflow: hidden;
}
.posts-carousel-section .posts-swiper-carousel .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 5px;
  background-color: #c9c9c9;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  margin: 0;
  width: auto;
}
.posts-carousel-section .posts-swiper-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #676767;
  border-radius: 0;
}
.posts-carousel-section .posts-swiper-carousel .swiper-button-next,
.posts-carousel-section .posts-swiper-carousel .swiper-button-prev {
  display: none;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background-color 0.2s ease;
  top: 50%;
  transform: translateY(-50%);
}
.posts-carousel-section .posts-swiper-carousel .swiper-button-next:hover,
.posts-carousel-section .posts-swiper-carousel .swiper-button-prev:hover {
  background-color: var(--ia-color-primary, #000000);
}
.posts-carousel-section .posts-swiper-carousel .swiper-button-next::after,
.posts-carousel-section .posts-swiper-carousel .swiper-button-prev::after {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.posts-carousel-section .posts-swiper-carousel .swiper-button-prev {
  left: 10px;
}
.posts-carousel-section .posts-swiper-carousel .swiper-button-next {
  right: 10px;
}
.posts-carousel-section .no-carousel-posts {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-style: italic;
}
@media (max-width: 767px) {
  .posts-carousel-section .posts-swiper-carousel {
    min-height: unset;
  }
  .posts-carousel-section .posts-swiper-carousel .swiper-wrapper {
    padding: 0 4px 8px 4px;
  }
  .posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .posts-carousel-section .posts-swiper-carousel .carousel-item-post .carousel-post-excerpt {
    font-size: 12px;
  }
}

/* Content Carousel
--------------------------------------------- */
.text-ads-carousel-section {
  width: 100%;
  margin: 25px 0 0px;
}
@media (max-width: 768px) {
  .text-ads-carousel-section {
    margin: 14px 0 0px;
    padding: 0 22px;
  }
}
@media (max-width: 480px) {
  .text-ads-carousel-section {
    margin: 10px 0 0px;
    padding: 0;
  }
}
.text-ads-carousel-section .section-wrapper {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  .text-ads-carousel-section .section-wrapper {
    padding: 0 0.75rem;
  }
}
@media (max-width: 480px) {
  .text-ads-carousel-section .section-wrapper {
    padding: 0;
  }
}

.text-ads-carousel-container {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .text-ads-carousel-container {
    margin-bottom: 20px;
  }
}
.text-ads-carousel-container .text-ads-button {
  height: 100%;
  max-height: 113px;
  width: 12px;
  border: 0.5px solid #b2b2b2;
  border-radius: 63px;
  transition: all 0.2s ease;
  contain: layout style;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.text-ads-carousel-container .text-ads-button:hover {
  border-color: var(--ia-color-primary, #000000);
}
.text-ads-carousel-container .text-ads-button:hover svg {
  fill: var(--ia-color-primary, #000000);
}
@media (max-width: 1023px) {
  .text-ads-carousel-container .text-ads-button {
    height: 96%;
    max-height: 123px;
  }
}

.text-ads-skeleton {
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 0;
  transition: opacity 0.2s ease;
}

.text-ads-carousel-container:has(.swiper-initialized) .text-ads-skeleton {
  display: none !important;
}

.text-ads-swiper {
  width: 100%;
  height: auto;
  max-height: 180px;
  position: relative;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.text-ads-swiper.swiper-initialized {
  opacity: 1;
  visibility: visible;
}
.text-ads-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.text-ads-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: auto;
  contain: layout style;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.text-ad-slide {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  max-height: 180px;
}
@media (max-width: 480px) {
  .text-ad-slide {
    width: 176px;
    aspect-ratio: 16/9;
  }
}

.text-ad-image-wrapper {
  width: 100%;
  /* height: 100%; removed to prevent stretching */
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 480px) {
  .text-ad-image-wrapper {
    width: 176px;
    aspect-ratio: 16/9;
  }
}
.text-ad-image-wrapper .text-ad-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.text-ad-image-wrapper .text-ad-link:hover {
  transform: scale(1.05);
}
.text-ad-image-wrapper .text-ad-image-wrapper {
  overflow: hidden;
}
.text-ad-image-wrapper .text-ad-image-wrapper:hover .text-ad-image {
  transform: scale(1.05);
}
.text-ad-image-wrapper .text-ad-image {
  transition: transform 0.3s ease;
}
.text-ad-image-wrapper .text-ad-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.text-ad-image-wrapper .text-ad-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
.text-ad-image-wrapper .text-ad-link {
  position: relative;
}
.text-ad-image-wrapper .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  z-index: 3;
  pointer-events: auto;
}
.text-ad-image-wrapper .video-play-button svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .text-ad-image-wrapper .video-play-button svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .text-ad-image-wrapper .video-play-button svg {
    width: 35px;
    height: 35px;
  }
}

.text-ad-video-wrapper {
  width: 100%;
  /* height: 100%; removed to prevent stretching */
  position: relative;
  background-color: #000;
  touch-action: pan-x;
}
.text-ad-video-wrapper .text-ad-video-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
}
.text-ad-video-wrapper .text-ad-video-link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.text-ad-video-wrapper .text-ad-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  position: relative;
}

.text-ad-video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.text-ad-video-thumbnail .video-thumbnail-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.text-ad-video-thumbnail .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  z-index: 5;
}
.text-ad-video-thumbnail .video-play-button svg {
  width: 68px;
  height: 48px;
}
@media (max-width: 768px) {
  .text-ad-video-thumbnail .video-play-button svg {
    width: 56px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .text-ad-video-thumbnail .video-play-button svg {
    width: 48px;
    height: 34px;
  }
}

.text-ad-video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: pan-x;
}
.text-ad-video-embed .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  touch-action: pan-x;
}
.text-ad-video-embed .text-ad-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  text-decoration: none;
  cursor: pointer;
  touch-action: pan-x;
  background: transparent;
}
.text-ad-video-embed .text-ad-video-overlay:hover {
  background: rgba(0, 0, 0, 0.05);
}
.text-ad-video-embed .text-ad-video-overlay:active {
  background: rgba(0, 0, 0, 0.1);
}

.text-ad-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.75rem;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .text-ad-text-wrapper {
    padding: 0.875rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .text-ad-text-wrapper {
    padding: 0.75rem 0.5rem;
  }
}
@media (max-width: 480px) {
  .text-ad-text-wrapper {
    padding: 1rem 0.75rem;
  }
}
.text-ad-text-wrapper .text-ad-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.text-ad-text-wrapper .text-ad-link:hover .text-ad-title {
  text-decoration: underline;
}
.text-ad-text-wrapper .text-ad-content {
  text-align: center;
  width: 100%;
}
.text-ad-text-wrapper .text-ad-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .text-ad-text-wrapper .text-ad-title {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .text-ad-text-wrapper .text-ad-title {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .text-ad-text-wrapper .text-ad-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.text-ad-text-wrapper .text-ad-description {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .text-ad-text-wrapper .text-ad-description {
    font-size: 0.8125rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 768px) {
  .text-ad-text-wrapper .text-ad-description {
    font-size: 0.75rem;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .text-ad-text-wrapper .text-ad-description {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}

.text-ads-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  z-index: 10;
  padding: 0;
  min-height: 8px;
}
.text-ads-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 0;
  opacity: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 0;
  margin: 0 !important;
}
.text-ads-pagination .swiper-pagination-bullet:hover {
  background-color: #999;
}
.text-ads-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #676767;
}
@media (max-width: 768px) {
  .text-ads-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
  }
}
@media (max-width: 480px) {
  .text-ads-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
  }
}

.text-ads-prev,
.text-ads-next {
  position: absolute;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  border-radius: 12px !important;
  width: 12px !important;
  height: 113px !important;
  max-height: 113px !important;
}
.text-ads-prev svg,
.text-ads-next svg {
  width: 3px;
  height: 6px;
  fill: #d9d9d9;
}
@media (max-width: 1200px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
  }
}
@media (max-width: 1023px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
    max-height: 123px;
  }
}
.text-ads-prev::after,
.text-ads-next::after {
  display: none;
}
.text-ads-prev.swiper-button-disabled,
.text-ads-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.text-ads-prev.swiper-button-disabled:hover,
.text-ads-next.swiper-button-disabled:hover {
  transform: translateY(-50%);
}

.text-ads-prev {
  left: -15px;
}
@media (max-width: 1024px) {
  .text-ads-prev {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-prev {
    display: none;
  }
}

.text-ads-next {
  right: -15px;
}
@media (max-width: 1024px) {
  .text-ads-next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-next {
    display: none;
  }
}

.text-ad-slide[data-ad-type=image] .text-ad-image-wrapper {
  background-color: #f5f5f5;
}

.text-ad-slide[data-ad-type=video] .text-ad-video-wrapper {
  background-color: #000;
}

.text-ad-slide[data-ad-type=text] .text-ad-text-wrapper {
  background-color: #f5f5f5;
}

.text-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
.text-ad-placeholder .text-ad-placeholder-content {
  text-align: center;
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
}

.text-ads-carousel-section .no-ads-placeholder {
  background: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
  border-radius: 4px;
}
.text-ads-carousel-section .no-ads-placeholder p {
  margin: 0;
  color: #999;
  font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
  .text-ads-swiper .swiper-slide {
    transition: none;
  }
  .text-ad-link,
  .video-play-button,
  .text-ads-prev,
  .text-ads-next {
    transition: none;
  }
}
/* Industrial Park Carousel
--------------------------------------------- */
.industrial-park-carousel {
  width: 100%;
}
.industrial-park-carousel .industrial-swiper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.industrial-park-carousel .industrial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.industrial-park-carousel .industrial-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 900px;
  min-width: 900px;
  max-width: 900px;
  height: 100%;
  box-shadow: none;
  padding: 0 12px;
}
.industrial-park-carousel .industrial-swiper .swiper-slide .carousel-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #666;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper .swiper-slide .carousel-desc {
    font-size: 12px;
    margin-top: 4px;
  }
}
.industrial-park-carousel .industrial-swiper .swiper-slide img {
  width: 960px;
  max-width: 100%;
  max-height: 100%;
  background: #eaeaea;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 0;
  margin: 0 2px;
  opacity: 1;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #676767;
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper .swiper-pagination {
    bottom: 0px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
  }
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev,
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  color: #b2b2b2;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev:after,
.industrial-park-carousel .industrial-swiper .swiper-button-next:after {
  font-size: 18px;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev,
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  color: #b2b2b2;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev:after,
.industrial-park-carousel .industrial-swiper .swiper-button-next:after {
  font-size: 18px;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev {
  left: calc(50% - 450px - 36px);
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 160px - 36px);
  }
}
@media (max-width: 768px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 110px - 36px);
  }
}
@media (max-width: 480px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 80px - 36px);
  }
}
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  right: calc(50% - 450px - 36px);
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 160px - 36px);
  }
}
@media (max-width: 768px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 110px - 36px);
  }
}
@media (max-width: 480px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 80px - 36px);
  }
}
.industrial-park-carousel .text-ads-button {
  height: 100%;
  max-height: 113px;
  width: 12px;
  border: 0.5px solid #b2b2b2;
  border-radius: 63px;
  transition: all 0.2s ease;
  contain: layout style;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.industrial-park-carousel .text-ads-button:hover {
  border-color: var(--ia-color-primary, #000000);
}
.industrial-park-carousel .text-ads-button:hover svg {
  fill: var(--ia-color-primary, #000000);
}
@media (max-width: 1023px) {
  .industrial-park-carousel .text-ads-button {
    height: 96%;
    max-height: 123px;
  }
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper {
    height: 320px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 320px;
    height: 180px;
    max-width: 100%;
    max-height: 100%;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img .carousel-img-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background: #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    background: #eaeaea;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 220px;
    height: 124px;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper {
    height: auto;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide {
    width: 160px;
    min-width: 80%;
    max-width: 80%;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.text-ads-prev,
.text-ads-next {
  position: absolute;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  width: 12px;
  height: 113px;
  max-height: 113px;
}
.text-ads-prev svg,
.text-ads-next svg {
  width: 3px;
  height: 6px;
  fill: #d9d9d9;
}
@media (max-width: 1200px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
  }
}
@media (max-width: 1023px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
    max-height: 123px;
  }
}
.text-ads-prev::after,
.text-ads-next::after {
  display: none;
}
.text-ads-prev.swiper-button-disabled,
.text-ads-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.text-ads-prev.swiper-button-disabled:hover,
.text-ads-next.swiper-button-disabled:hover {
  transform: translateY(-50%);
}

.text-ads-prev {
  left: -15px;
}
@media (max-width: 1024px) {
  .text-ads-prev {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-prev {
    display: none;
  }
}

.text-ads-next {
  right: -15px;
}
@media (max-width: 1024px) {
  .text-ads-next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-next {
    display: none;
  }
}

/* Section with Sidebar Layout
--------------------------------------------- */
.section-with-sidebar {
  width: 100%;
  margin-top: 45px;
}
.section-with-sidebar.section-interview {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .section-with-sidebar.section-interview {
    margin-top: 25px;
    margin-bottom: 47px !important;
  }
}
.section-with-sidebar.section-vietnam-legal-trend {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .section-with-sidebar.section-videos {
    display: none;
  }
}
.section-with-sidebar .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.section-with-sidebar .section-title {
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-size: var(--ia-font-size-h2, 20px);
  font-weight: 700;
  margin: 0;
  padding: 0;
  border: none;
  color: var(--ia-color-text, #212121);
  flex: 1;
  text-align: center;
}
.section-with-sidebar .view-more-link-header {
  padding: 0;
  color: var(--ia-color-primary, #000000);
  text-decoration: none;
  font-size: 13px;
  font-weight: 350;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 100%;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.section-with-sidebar .view-more-link-header:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.section-with-sidebar .view-more-link-header:hover picture {
  transform: translateX(2px);
  filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(2726%) hue-rotate(338deg) brightness(89%) contrast(88%);
}
.section-with-sidebar .view-more-link-header picture {
  display: inline-block;
  width: 11px;
  height: 11px;
  transition: all 0.3s;
}
.section-with-sidebar .section-layout {
  display: grid;
  grid-template-columns: 384px 1fr;
  gap: 21px;
  align-items: start;
}
@media (max-width: 1199px) {
  .section-with-sidebar .section-layout {
    grid-template-columns: 1fr 0.5fr;
  }
}
.section-with-sidebar .post-category-badge-featured {
  margin-bottom: 1px;
}
.section-with-sidebar .post-category-badge-featured .category-label {
  width: fit-content;
  height: 21px;
  min-width: 126px;
  padding: 0 10px;
  display: block;
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-size: 11px;
  font-weight: 500;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 21px;
  box-sizing: border-box;
}
.section-with-sidebar .post-category-badge-featured .category-label.hover-fill-direction::before {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.section-with-sidebar .post-category-badge-featured .category-label.hover-fill-direction.hover-fill {
  color: #fff !important;
}
.section-with-sidebar .post-category-badge-featured .category-label.hover-fill-direction span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-with-sidebar .post-category-badge-featured .category-label.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.section-with-sidebar .section-featured {
  width: 100%;
}
@media (min-width: 1023px) {
  .section-with-sidebar .section-featured {
    min-height: 286px;
  }
}
.section-with-sidebar .section-featured .featured-post {
  position: relative;
  background-color: var(--ia-color-background, #ffffff);
  overflow: hidden;
}
.section-with-sidebar .section-featured .featured-post .post-category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
}
.section-with-sidebar .section-featured .featured-post .post-category-badge .category-label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-size: 11px;
  font-weight: 500;
  border-radius: 0;
  padding: 0 10px;
}
.section-with-sidebar .section-featured .featured-post .featured-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.section-with-sidebar .section-featured .featured-post .featured-link:hover .featured-title {
  color: var(--ia-color-secondary, #bf1e2d);
}
.section-with-sidebar .section-featured .featured-post .featured-img-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: var(--ia-color-background-gray, #f0f0f0);
}
@media (max-width: 480px) {
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail {
    aspect-ratio: 144/81;
  }
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail:hover .featured-img {
  transform: scale(1.05);
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail:hover.has-video .video-play-overlay {
  opacity: 1;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
  pointer-events: none;
  cursor: pointer;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-play-overlay .video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-play-overlay .video-play-icon svg {
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1199px) {
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-play-overlay .video-play-icon svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-play-overlay .video-play-icon svg {
    width: 40px;
    height: 40px;
  }
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail.has-video:hover .video-play-overlay {
  opacity: 1;
  pointer-events: auto;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail.has-video:hover .video-play-overlay .video-play-icon {
  transform: scale(1.1);
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  z-index: 2;
  cursor: pointer;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-play-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-label {
  color: var(--ia-color-text-light, #ffffff);
  font-size: var(--ia-font-size-micro, 12px);
  font-weight: 500;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 16px;
  line-height: 1.4;
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay:hover .video-play-icon {
  transform: scale(1.1);
}
.section-with-sidebar .section-featured .featured-post .featured-thumbnail .featured-img {
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
  transition: transform 0.3s ease;
  aspect-ratio: 16/9;
}
.section-with-sidebar .section-featured .featured-post .featured-content {
  padding: 9px 0 0 0;
  position: relative;
}
.section-with-sidebar .section-featured .featured-post .featured-content .featured-title {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 100%;
  max-width: 100%;
  word-break: break-word;
  transition: color 0.3s ease;
  margin: 0 0 4px;
}
.section-with-sidebar .section-featured .featured-post .featured-content .featured-title .featured-title-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
  line-height: 24px;
  text-wrap: pretty;
}
.section-with-sidebar .section-featured .featured-post .featured-content .featured-title .featured-title-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
@media screen and (max-width: 767px) {
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-title .featured-title-link {
    line-height: 20px;
  }
}
.section-with-sidebar .section-featured .featured-post .featured-content .featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-with-sidebar .section-featured .featured-post .featured-content .featured-meta .post-date {
  font-size: 14px;
  color: var(--ia-color-text, #212121);
}
.section-with-sidebar .section-featured .no-featured-post {
  padding: 60px 20px;
  text-align: center;
  background-color: var(--ia-color-background-gray, #f0f0f0);
  border-radius: 0;
}
.section-with-sidebar .section-featured .no-featured-post p {
  margin: 0;
  color: var(--ia-color-text-secondary, #333333);
  font-size: var(--ia-font-size-body, 16px);
}
.section-with-sidebar .section-sidebar {
  min-height: 286px;
}
@media screen and (max-width: 767px) {
  .section-with-sidebar .section-sidebar {
    min-height: auto;
  }
}
.section-with-sidebar .section-sidebar .sidebar-posts-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item {
  margin-bottom: 9px;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .coming-soon-img {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .coming-soon-img {
    display: none !important;
  }
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail {
  width: 160px;
  height: 90px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: var(--ia-color-background-gray, #f0f0f0);
  position: relative;
  aspect-ratio: 16/9;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail:hover .sidebar-post-img {
  transform: scale(1.05);
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail .sidebar-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 160/90;
  transition: transform 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail .sidebar-post-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail .sidebar-post-video-overlay .sidebar-post-video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail .sidebar-post-video-overlay .sidebar-post-video-play-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail.has-video:hover .sidebar-post-video-overlay {
  opacity: 1;
  pointer-events: auto;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail.has-video:hover .sidebar-post-video-overlay .sidebar-post-video-play-icon {
  transform: scale(1.1);
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content {
  flex: 1;
  min-width: 0;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category {
  margin-bottom: 3px;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge {
  width: 117px;
  height: 21px;
  display: block;
  background-color: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
  font-size: 11px;
  font-weight: 500;
  border-radius: 0;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  text-align: center;
  line-height: 21px;
  box-sizing: border-box;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge.hover-fill-direction::before {
  background-color: var(--ia-color-secondary, #bf1e2d);
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge.hover-fill-direction.hover-fill {
  color: #fff !important;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge.hover-fill-direction span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge.hover-fill-direction.hover-fill span {
  color: #fff !important;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-title {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 22px;
  margin: 0 0 2px 0;
  color: var(--ia-color-text, #212121);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  word-break: break-word;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-title .sidebar-post-title-link {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-title .sidebar-post-title-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}
.section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-date {
  font-size: 14px;
  color: var(--ia-color-text, #212121);
}
.section-with-sidebar .section-sidebar .no-sidebar-posts {
  padding: 40px 20px;
  text-align: center;
  color: var(--ia-color-text-secondary, #333333);
  font-size: 14px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail {
    max-height: 346px;
  }
}
@media (max-width: 767px) {
  .section-with-sidebar .section-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 12px;
  }
  .section-with-sidebar .section-featured {
    order: 1;
    width: 100%;
  }
  .section-with-sidebar .section-featured .featured-post {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
  }
  .section-with-sidebar .section-featured .featured-post .featured-link-wrapper {
    width: 40%;
    flex-shrink: 0;
    height: auto;
    aspect-ratio: auto;
    max-height: 142px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-link {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    height: 100%;
  }
  .section-with-sidebar .section-featured .featured-post .category-label {
    width: 130px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail {
    flex-shrink: 0;
    height: auto;
    aspect-ratio: 144/81;
    position: relative;
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 2;
    pointer-events: none;
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-play-icon {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 8px;
    pointer-events: auto;
    cursor: pointer;
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-play-icon svg {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail .video-badge-overlay .video-label {
    display: none;
  }
  .section-with-sidebar .section-featured .featured-post .featured-link-wrapper:hover .featured-thumbnail .video-badge-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  }
  .section-with-sidebar .section-featured .featured-post .featured-link-wrapper:hover .featured-thumbnail .video-badge-overlay .video-play-icon {
    opacity: 1;
    transform: scale(1);
  }
  .section-with-sidebar .section-featured .featured-post .featured-content {
    width: 60%;
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 0 0 4px 0;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-meta {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-meta .post-date {
    font-size: 12px;
  }
  .section-with-sidebar .section-sidebar {
    order: 2;
    width: 100%;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item {
    margin-bottom: 0;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-category .category-badge {
    width: 130px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-link {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-link .sidebar-post-thumbnail {
    width: 100%;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-link .sidebar-post-thumbnail-link {
    width: 40%;
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    background-color: var(--ia-color-background-gray, #f0f0f0);
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail {
    flex-shrink: 0;
    height: auto;
    aspect-ratio: 160/90;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content {
    width: 60%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category .category-badge {
    width: 130px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 0 0 2px 0;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-date {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .section-with-sidebar {
    margin: 24px 0;
  }
  .section-with-sidebar .section-header {
    margin-bottom: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
  }
  .section-with-sidebar .section-header .section-title {
    max-width: 50%;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-with-sidebar .section-header .view-more-link-header {
    position: static;
    margin-bottom: 0 !important;
    font-size: 12px;
  }
  .section-with-sidebar .section-header .view-more-link-header picture {
    width: 9px;
  }
  .section-with-sidebar .section-layout {
    flex-direction: column;
    gap: 12px;
    padding: 0 12px;
  }
  .section-with-sidebar .section-featured .post-category-badge-featured {
    display: none;
  }
  .section-with-sidebar .section-featured .featured-post {
    flex-direction: row;
    gap: 10px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-link-wrapper {
    width: 40%;
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    background-color: var(--ia-color-background-gray, #f0f0f0);
    min-height: 80px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-thumbnail {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: var(--ia-color-background-gray, #f0f0f0);
    aspect-ratio: 144/81;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content {
    width: 60%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-title {
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    margin: 0 0 4px 0;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-meta {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .section-with-sidebar .section-featured .featured-post .featured-content .featured-meta .post-date {
    font-size: 12px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item {
    margin-bottom: 0;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-link {
    flex-direction: row;
    gap: 10px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-category .category-badge {
    width: 130px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-thumbnail {
    width: 40%;
    flex-shrink: 0;
    height: auto;
    overflow: hidden;
    background-color: var(--ia-color-background-gray, #f0f0f0);
    min-height: 80px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content {
    width: 60%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-category {
    display: none;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-title {
    font-size: 15px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin: 0 0 2px 0;
  }
  .section-with-sidebar .section-sidebar .sidebar-posts-list .sidebar-post-item .sidebar-post-content .sidebar-post-date {
    font-size: 12px;
  }
}
/* Videos Carousel Section
--------------------------------------------- */
/* Videos Carousel Section
--------------------------------------------- */
.section-videos-carousel {
  margin-bottom: 40px;
  background-color: #000000;
  padding: 0 !important;
  display: block;
  max-height: 275px;
}
@media (min-width: 768px) {
  .section-videos-carousel {
    display: none;
  }
}
.section-videos-carousel .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px !important;
}
.section-videos-carousel .section-header .section-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--ia-color-text-light, #ffffff);
  margin: 10px 0 0px 0 !important;
  margin-bottom: 0px !important;
}
.section-videos-carousel .videos-content-wrapper {
  position: relative;
  min-height: 200px;
}
@media (max-width: 479px) {
  .section-videos-carousel .videos-content-wrapper {
    min-height: unset;
  }
}
.section-videos-carousel .videos-grid {
  display: none;
}
.section-videos-carousel .videos-skeleton {
  display: flex;
  gap: 15px;
  width: 100%;
  padding: 0 11px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .section-videos-carousel .videos-skeleton {
    display: none;
  }
}
.section-videos-carousel .videos-swiper-container {
  display: block;
  padding: 0 11px 24px !important;
  min-height: 200px;
  contain: layout style;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
@media (max-width: 479px) {
  .section-videos-carousel .videos-swiper-container {
    min-height: unset;
  }
}
.section-videos-carousel .videos-swiper-container.swiper-initialized {
  opacity: 1;
  visibility: visible;
}
.section-videos-carousel .video-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.section-videos-carousel .video-card .video-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-videos-carousel .video-card .video-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background-color: #e8e8e8;
  flex-shrink: 0;
}
.section-videos-carousel .video-card .video-image .video-img {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
  display: block;
}
.section-videos-carousel .video-card .video-image .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.section-videos-carousel .video-card .video-image .video-overlay .play-button {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.section-videos-carousel .video-card .video-image .video-overlay .play-button svg {
  width: 50px;
  height: 50px;
}
.section-videos-carousel .video-card .video-image:hover .video-img {
  transform: scale(1.05);
}
.section-videos-carousel .video-card .video-image:hover .video-overlay {
  opacity: 1;
}
.section-videos-carousel .video-card .video-image:hover .play-button {
  transform: scale(1.1);
}
.section-videos-carousel .video-card .video-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.section-videos-carousel .video-card .video-title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--ia-color-text-light, #ffffff);
  max-width: 100%;
  line-height: 20px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-videos-carousel .videos-swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  min-height: 200px;
}
.section-videos-carousel .videos-swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  will-change: transform;
}
.section-videos-carousel .videos-swiper-container .swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  contain: layout style;
}
.section-videos-carousel .videos-swiper-container .swiper-slide .video-card {
  width: 100%;
  min-height: 0;
}
.section-videos-carousel .videos-swiper-container .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  padding: 0;
  height: 5px;
  min-height: 5px;
  background-color: #c9c9c9;
  z-index: 10;
}
.section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 100%;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  transition: flex 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  margin: 0 !important;
  flex: 1;
  padding: 0;
}
.section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #676767;
  flex: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-videos-carousel {
    margin-bottom: 34px;
    padding: 0 !important;
  }
  .section-videos-carousel .section-header {
    margin-bottom: 18px;
    padding-left: 11px;
  }
  .section-videos-carousel .section-header .section-title {
    font-size: 22px;
  }
  .section-videos-carousel .section-header .view-more-link-header {
    font-size: 13px;
  }
  .section-videos-carousel .section-header .view-more-link-header img {
    width: 14px;
    height: 14px;
  }
  .section-videos-carousel .video-card .video-image {
    aspect-ratio: 16/9;
  }
  .section-videos-carousel .video-card .video-content {
    padding: 4px 0 0;
  }
  .section-videos-carousel .video-card .video-title {
    font-size: 15px;
  }
  .section-videos-carousel .videos-swiper-container {
    padding: 0 11px 18px !important;
  }
  .section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 22px;
  }
}
@media (max-width: 479px) {
  .section-videos-carousel {
    margin-bottom: 34px;
    padding: 0 !important;
  }
  .section-videos-carousel .section-header {
    margin-bottom: 16px;
    padding-left: 11px;
  }
  .section-videos-carousel .section-header .section-title {
    font-size: 18px;
  }
  .section-videos-carousel .section-header .view-more-link-header {
    font-size: 12px;
  }
  .section-videos-carousel .section-header .view-more-link-header img {
    width: 12px;
    height: 12px;
  }
  .section-videos-carousel .video-card .video-image {
    aspect-ratio: 16/9;
    max-height: 86px;
  }
  .section-videos-carousel .video-card .video-image .video-overlay .play-button {
    width: 40px;
    height: 40px;
  }
  .section-videos-carousel .video-card .video-image .video-overlay .play-button svg {
    width: 40px;
    height: 40px;
  }
  .section-videos-carousel .video-card .video-content {
    padding: 4px 0 0;
  }
  .section-videos-carousel .video-card .video-title {
    font-size: 15px;
  }
  .section-videos-carousel .video-card .video-date {
    font-size: 12px;
  }
  .section-videos-carousel .videos-swiper-container {
    padding: 0 11px 24px !important;
    min-height: unset;
  }
  .section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
  .section-videos-carousel .videos-swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.skeleton-video-card {
  flex: 0 0 calc((100% - 30px) / 2.4);
  aspect-ratio: 16/9;
  max-height: 86px;
  border-radius: 4px;
}
@media (max-width: 479px) {
  .skeleton-video-card {
    max-height: 86px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .skeleton-video-card {
    max-height: 86px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-videos-carousel .video-card .video-image .video-img,
  .section-videos-carousel .video-card .video-image .video-overlay,
  .section-videos-carousel .video-card .video-image .play-button {
    transition: none;
  }
  .section-videos-carousel .video-card .video-title {
    transition: none;
  }
  .section-videos-carousel .videos-swiper-container .swiper-pagination-bullet {
    transition: none;
  }
}
/* Manufacturing Carousel Section
--------------------------------------------- */
/* Manufacturing Carousel Section
--------------------------------------------- */
.section-manufacturing-carousel {
  position: relative;
  margin: 21px auto 0;
  padding: 50px 0 16px;
  overflow: hidden;
  box-sizing: border-box;
}
.section-manufacturing-carousel.home-section-carousel {
  padding: 50px 0 42px;
}
.single-layout .section-manufacturing-carousel {
  padding: 10px 0 0;
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel {
    padding: 24px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-manufacturing-carousel {
    padding: 16px 0 13px;
    margin: 0px auto 0px;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel {
    padding: 16px 0 13px;
  }
}
@media (max-width: 767px) {
  .section-manufacturing-carousel.home-section-carousel {
    margin: 24px auto;
    padding: 0 12px;
  }
}
.section-manufacturing-carousel .section-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}
.section-manufacturing-carousel .section-wrapper * {
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .section-manufacturing-carousel .section-wrapper {
    padding: 0;
    overflow: visible;
  }
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel .section-wrapper {
    padding: 0;
    overflow: visible;
  }
}
.section-manufacturing-carousel .section-header {
  text-align: center;
  margin-bottom: 17px;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel .section-header {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .section-header {
    margin-bottom: 8px;
    padding: 0 16px;
  }
}
.section-manufacturing-carousel .section-header .section-title {
  width: fit-content;
  font-size: var(--ia-font-size-h2, 20px);
  font-weight: 700;
  color: var(--ia-color-text, #212121);
  background-color: #fff;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel .section-header .section-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .section-header .section-title {
    font-size: 15px;
  }
}
.section-manufacturing-carousel .section-header .divider {
  width: 67%;
  height: 1px;
  background-color: #b5b5b5;
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel .section-header .divider {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .section-header .divider {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .section-header .divider {
    width: 90%;
  }
}
.section-manufacturing-carousel .manufacturing-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-carousel-container {
    margin-bottom: 16px;
  }
}
.section-manufacturing-carousel .manufacturing-skeleton {
  display: flex;
  gap: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  align-items: center;
  justify-content: center;
  height: 144px;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-skeleton {
    gap: 10px;
    height: 120px;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .manufacturing-skeleton {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .section-manufacturing-carousel .manufacturing-skeleton {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .section-manufacturing-carousel .manufacturing-skeleton {
    gap: 39px;
  }
}
.section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide {
  flex: 0 0 auto;
  background: #f8f8f8;
  border-radius: var(--ia-border-radius, 10px);
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
  animation: skeleton-reflect 2.5s ease-in-out infinite;
  width: calc((100% - 6px) / 1.6);
  height: 144px;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide {
    width: calc((100% - 6px) / 1.6);
    height: 120px;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide {
    width: calc((100% - 24px) / 2.2);
  }
}
@media (min-width: 1024px) {
  .section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide {
    width: calc((100% - 74.685px) / 2.915);
  }
}
.section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 70%;
  bottom: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 2s infinite;
}
.section-manufacturing-carousel .manufacturing-skeleton .skeleton-slide::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 5%;
  right: 5%;
  bottom: 10%;
  background: #e8e8e8;
  border-radius: 3px;
}
.section-manufacturing-carousel .manufacturing-swiper {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-swiper {
    overflow: visible;
    padding: 0;
    margin: 0;
  }
}
.section-manufacturing-carousel .manufacturing-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: auto;
}
.section-manufacturing-carousel .manufacturing-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.section-manufacturing-carousel .manufacturing-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
}
.section-manufacturing-carousel .carousel-card {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  min-height: 144px;
  background: #fff;
  border-radius: var(--ia-border-radius, 10px);
  overflow: hidden;
  border: 1px solid var(--ia-color-border, #eeeeee);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .carousel-card {
    min-height: 120px;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .carousel-card {
    min-height: 100px;
  }
}
.section-manufacturing-carousel .carousel-card:hover {
  border-color: var(--ia-color-primary, #000000);
  box-shadow: var(--ia-shadow-md, 2px 2px 10px rgba(0, 0, 0, 0.1));
}
.section-manufacturing-carousel .carousel-card:hover .carousel-card-content {
  background-color: #fff;
}
.section-manufacturing-carousel .carousel-card:hover .carousel-card-title {
  color: var(--ia-color-text, #212121);
}
.section-manufacturing-carousel .carousel-card:hover .carousel-card-desc {
  color: var(--ia-color-text-secondary, #333333);
}
.section-manufacturing-carousel .carousel-card:hover .carousel-card-img {
  transform: scale(1.03);
}
.section-manufacturing-carousel .carousel-card .carousel-card-link {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.section-manufacturing-carousel .carousel-card .carousel-card-image {
  margin: 0;
  position: relative;
  flex: 0 0 66.67%;
  min-width: auto;
  overflow: hidden;
  background-color: #e8e8e8;
  flex-shrink: 0;
}
.section-manufacturing-carousel .carousel-card .carousel-card-image .carousel-card-img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
  transition: transform 0.2s ease;
}
.section-manufacturing-carousel .carousel-card .carousel-card-content {
  flex: 0 0 33.33%;
  min-width: auto;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  flex-shrink: 0;
  overflow: hidden;
  box-sizing: border-box;
  border-left: none;
  background-color: var(--ia-color-primary, #000000);
  transition: background-color 0.2s ease;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-content {
    padding: 10px;
    gap: 4px;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-content {
    padding: 8px;
    gap: 3px;
  }
}
.section-manufacturing-carousel .carousel-card .carousel-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ia-color-text-light, #ffffff);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-title {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    line-height: 1.3;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.section-manufacturing-carousel .carousel-card .carousel-card-desc {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-desc {
    font-size: 11px;
    line-height: 1.3;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@media (max-width: 479px) {
  .section-manufacturing-carousel .carousel-card .carousel-card-desc {
    display: none;
  }
}
.section-manufacturing-carousel .manufacturing-pagination {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  z-index: 10;
  padding: 20px;
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-pagination {
    padding: 6px;
  }
}
.section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 8px;
  background-color: #d1d1d1;
  border-radius: 0;
  opacity: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 0;
  margin: 0 !important;
}
.section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet:hover {
  background-color: #999;
}
.section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #676767;
}
@media (max-width: 1023px) {
  .section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 7px;
  }
}
@media (max-width: 767px) {
  .section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-manufacturing-carousel .carousel-card {
    transition: none;
  }
  .section-manufacturing-carousel .carousel-card .carousel-card-img {
    transition: none;
  }
  .section-manufacturing-carousel .manufacturing-pagination .swiper-pagination-bullet {
    transition: none;
  }
}
/* Investment Roadmap Section
--------------------------------------------- */
.roadmap-desktop-title {
  display: inline;
}

.roadmap-mobile-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .roadmap-desktop-title {
    display: none;
  }
  .roadmap-mobile-title {
    display: inline;
  }
}
.roadmap-mobile-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .roadmap-mobile-br {
    display: inline;
  }
}
/* Investment Roadmap Section
--------------------------------------------- */
.investment-roadmap {
  max-width: 803px;
  margin: 0 auto;
}
.investment-roadmap .section-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--ia-color-text, #212121);
  text-align: center;
  line-height: 100%;
  padding: 0 0 8px;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .section-title {
    font-size: 15px;
  }
}
.investment-roadmap .roadmap-content {
  padding: 18px 20px 20px;
  background-color: #eae9e5;
  display: flex;
  justify-content: center;
}
.investment-roadmap .roadmap-content .roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  row-gap: 9px;
}
.investment-roadmap .roadmap-content .roadmap-item {
  height: 50px;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background: #fff;
  border-radius: var(--ia-border-radius, 10px);
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item {
    padding: 8px 12px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 18px;
    height: 18px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item.hover-fill .roadmap-title {
  color: var(--ia-color-text-light, #ffffff);
}
.investment-roadmap .roadmap-content .roadmap-item.hover-fill .roadmap-icon {
  filter: brightness(0) invert(1);
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-link img {
  display: none;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
    gap: 8px;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link img {
    display: block;
    width: 18px;
    height: 18px;
  }
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-icon {
  width: 24px;
  height: 24px;
  display: block;
  transition: filter all 0.3s;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-wrap: balance;
  transition: color all 0.3s;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
    text-align: left;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .investment-roadmap {
    padding: 8px 16px 20px;
  }
  .investment-roadmap .section-title {
    font-size: 18px;
    padding: 0 0 12px;
  }
  .investment-roadmap .roadmap-content .roadmap-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }
  .investment-roadmap .roadmap-content .roadmap-item {
    padding: 4px 20px;
    flex-direction: column;
    text-align: center;
  }
  .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-roadmap .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 28px;
    height: 22px;
    position: static;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-link {
    position: static;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-icon {
    width: 20px;
    height: 20px;
    position: static;
    margin-bottom: 0;
  }
  .investment-roadmap .roadmap-content .roadmap-item .roadmap-title {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .investment-road map {
    padding: 12px 12px 20px;
  }
  .investment-road map .section-title {
    font-size: 16px;
    padding: 8px 0 16px;
    margin-bottom: 4px;
  }
  .investment-road map .roadmap-content .roadmap-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }
  .investment-road map .roadmap-content .roadmap-item {
    width: 100%;
    padding: 5px 18px;
    flex-direction: column;
  }
  .investment-road map .roadmap-content .roadmap-item[data-roadmap-index="1"] .roadmap-icon, .investment-road map .roadmap-content .roadmap-item[data-roadmap-index="2"] .roadmap-icon {
    width: 22px;
    height: 18px;
    position: static;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-link {
    position: static;
    font-size: 13px;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-icon {
    position: static;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .investment-road map .roadmap-content .roadmap-item .roadmap-title {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .investment-roadmap .roadmap-content .roadmap-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .investment-roadmap .roadmap-content .roadmap-item {
    width: 100%;
  }
}
/* Share Buttons
--------------------------------------------- */
.share-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
}
.share-buttons.align-right {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .share-buttons.align-right.hide-on-mobile {
    display: none;
  }
}

.share-label {
  font-size: 12px;
  font-weight: 400;
  color: #454545;
  text-transform: uppercase;
}

.share-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--ia-color-text, #212121);
  padding: 0;
}
.share-button:hover {
  background: transparent;
  border: none;
  transform: translateY(-2px);
  opacity: 0.7;
}
.share-button .share-icon {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.share-button .share-text {
  display: none;
  margin-left: var(--ia-space-xs, 5px);
  font-size: var(--ia-font-size-small, 15px);
  font-weight: 500;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  white-space: nowrap;
}

.share-button-x {
  color: var(--ia-color-twitter-x, #000000);
}

.share-button-line {
  color: var(--ia-color-line, #06c755);
}

.share-button-facebook {
  color: var(--ia-color-facebook, #425996);
}

.share-button-copy {
  color: var(--ia-color-text-secondary, #333333);
  position: relative;
}
.share-button-copy.copy-success {
  animation: copy-pulse 0.3s ease-out;
}
.share-button-copy.copy-success .share-icon {
  animation: copy-check 0.4s ease-out;
}
.share-button-copy .share-icon.saved-icon {
  padding: 0px;
  border: 1px solid var(--ia-color-primary, #000000);
  border-radius: 50%;
  box-sizing: border-box;
  background-color: var(--ia-color-primary, #000000);
  object-fit: contain;
}
.share-button-copy .share-icon.saved-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.share-button-copy .share-icon.fade-out {
  animation: fade-out 0.5s ease-out forwards;
}
.share-button-copy .share-icon.fade-in {
  animation: fade-in 0.4s ease-out;
}

@keyframes copy-pulse {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes copy-check {
  0% {
    opacity: 0;
    transform: translateY(3px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-5px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .share-buttons {
    gap: 5px;
  }
  .share-button {
    width: 26px;
    height: 26px;
  }
  .share-button .share-icon {
    width: 26px;
    height: 26px;
  }
  .share-label {
    font-size: 12px;
    margin-right: 5px;
  }
}
/* Inquiry Button
--------------------------------------------- */
.inquiry-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-width: 2px;
  background-color: #bf1e2d;
  border: 2px solid #bf1e2d;
  width: max-content;
  margin: auto;
  gap: 0.5rem;
}
.inquiry-button:hover {
  background-color: #8b000e;
  border: 2px solid #8b000e;
}
.inquiry-button span:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inquiry-button span:first-child {
    font-size: 13px;
  }
}
.inquiry-button span:last-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .inquiry-button span:last-child {
    font-size: 20px;
  }
}
.inquiry-button span {
  color: #ffffff;
}

/* Hover Fill Direction Effect
--------------------------------------------- */
.hover-fill-direction {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-direction::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: 0;
  transform: scaleX(0);
  transform-origin: var(--exit-transform-origin, left center);
  transition: transform 0.4s ease, transform-origin 0s;
}
.hover-fill-direction.hover-from-left::before {
  transform-origin: var(--exit-transform-origin, left center);
  transform: scaleX(0);
}
.hover-fill-direction.hover-from-right::before {
  transform-origin: var(--exit-transform-origin, right center);
  transform: scaleX(0);
}
.hover-fill-direction.hover-from-top::before {
  transform-origin: var(--exit-transform-origin, center top);
  transform: scaleY(0);
}
.hover-fill-direction.hover-from-bottom::before {
  transform-origin: var(--exit-transform-origin, center bottom);
  transform: scaleY(0);
}
.hover-fill-direction.hover-fill::before {
  transform: scale(1);
}
.hover-fill-direction.hover-exit-left.hover-fill::before {
  transform-origin: var(--exit-transform-origin, left center) !important;
  transform: var(--exit-transform, scaleX(0)) !important;
}
.hover-fill-direction.hover-exit-right.hover-fill::before {
  transform-origin: var(--exit-transform-origin, right center) !important;
  transform: var(--exit-transform, scaleX(0)) !important;
}
.hover-fill-direction.hover-exit-top.hover-fill::before {
  transform-origin: var(--exit-transform-origin, center top) !important;
  transform: var(--exit-transform, scaleY(0)) !important;
}
.hover-fill-direction.hover-exit-bottom.hover-fill::before {
  transform-origin: var(--exit-transform-origin, center bottom) !important;
  transform: var(--exit-transform, scaleY(0)) !important;
}
.hover-fill-direction.hover-exit-left::before {
  transform-origin: var(--exit-transform-origin, left center);
  transform: var(--exit-transform, scaleX(0));
}
.hover-fill-direction.hover-exit-right::before {
  transform-origin: var(--exit-transform-origin, right center);
  transform: var(--exit-transform, scaleX(0));
}
.hover-fill-direction.hover-exit-top::before {
  transform-origin: var(--exit-transform-origin, center top);
  transform: var(--exit-transform, scaleY(0));
}
.hover-fill-direction.hover-exit-bottom::before {
  transform-origin: var(--exit-transform-origin, center bottom);
  transform: var(--exit-transform, scaleY(0));
}
.hover-fill-direction > * {
  position: relative;
  z-index: 1;
}

/* Sidebar Newsletter
--------------------------------------------- */
.sidebar-newsletter {
  background: #eae9e5;
  border-radius: var(--ia-border-radius, 10px);
  padding: 24px 24px 40px;
  margin: 24px 0 24px;
}
@media (max-width: 767px) {
  .sidebar-newsletter {
    display: none;
  }
}

.newsletter-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsletter-title {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ia-color-text, #212121);
}

.newsletter-description {
  margin: 0 0 7px 0;
  font-size: 16px;
  color: var(--ia-color-text, #212121);
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  font-weight: 400;
}

.newsletter-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 176px;
  padding: 0 20px;
  background: var(--ia-color-secondary, #bf1e2d);
  color: var(--ia-color-text-light, #ffffff);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ia-font-body, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  text-decoration: none;
  border: none;
  border-radius: var(--ia-border-radius, 10px);
  transition: all 0.3s;
  cursor: pointer;
}
.newsletter-cta span {
  position: relative;
  z-index: 1;
  color: inherit;
}
.newsletter-cta:hover:not(.hover-fill-direction) {
  background: var(--ia-color-primary, #000000);
  color: var(--ia-color-text-light, #ffffff);
}
.newsletter-cta.hover-fill-direction {
  position: relative;
  z-index: 1;
}
.newsletter-cta.hover-fill-direction::before {
  background-color: var(--ia-color-primary, #000000);
}
.newsletter-cta.hover-fill-direction.hover-fill {
  color: #fff !important;
  border-color: var(--ia-color-primary, #000000);
}
.newsletter-cta.hover-fill-direction.hover-fill span {
  color: #fff !important;
}

/* Related Posts Section
--------------------------------------------- */
/* Related Posts Section
--------------------------------------------- */
.related-posts-section {
  width: 100%;
  margin: 122px 0;
}
@media (max-width: 1259px) {
  .related-posts-section {
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .related-posts-section {
    margin: 100px 0;
    display: none;
  }
}
@media (max-width: 480px) {
  .related-posts-section {
    margin: 60px 0;
  }
}
.related-posts-section .section-header {
  margin-bottom: 14px;
}
.related-posts-section .section-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ia-color-text, #212121);
  padding: 0 12px 12px 12px;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
}
.related-posts-section .related-posts-content {
  width: 100%;
}
.related-posts-section .related-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 18px;
  row-gap: 29px;
}
@media (max-width: 767px) {
  .related-posts-section .related-posts-grid {
    grid-template-columns: 1fr;
    row-gap: 12px;
    padding: 0 12px;
  }
}
.related-posts-section .related-post-item {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.related-posts-section .related-post-item .related-post-thumbnail {
  flex-shrink: 0;
  width: 176px;
  height: 99px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: var(--ia-border-radius, 10px);
  position: relative;
}
.related-posts-section .related-post-item .related-post-thumbnail:hover .related-post-img {
  transform: scale(1.05);
}
.related-posts-section .related-post-item .related-post-thumbnail .related-post-img-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.related-posts-section .related-post-item .related-post-thumbnail .related-post-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.related-posts-section .related-post-item .related-post-thumbnail .related-post-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
.related-posts-section .related-post-item .related-post-thumbnail .related-post-video-overlay .related-post-video-play-icon {
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.related-posts-section .related-post-item .related-post-thumbnail .related-post-video-overlay .related-post-video-play-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.related-posts-section .related-post-item .related-post-thumbnail.has-video:hover .related-post-video-overlay {
  opacity: 1;
  pointer-events: auto;
}
.related-posts-section .related-post-item .related-post-thumbnail.has-video:hover .related-post-video-overlay .related-post-video-play-icon {
  transform: scale(1.1);
}
.related-posts-section .related-post-item .related-post-title {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  color: var(--ia-color-text, #212121);
  line-height: 28px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.related-posts-section .related-post-item .related-post-title .related-post-title-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.related-posts-section .related-post-item .related-post-title .related-post-title-link:hover {
  color: var(--ia-color-secondary, #bf1e2d);
}

/* Map List
--------------------------------------------- */
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}

.region-list-mobile {
  display: none;
}
@media (max-width: 768px) {
  .region-list-mobile {
    display: block;
    padding: 0 8px;
    width: 100%;
  }
}

.region-mobile-group {
  margin-bottom: 24px;
  width: 100%;
}

.region-mobile-group .region-label {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  padding: 6px 0;
  margin-bottom: 8px;
}

.city-label-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 12px;
  gap: 8px;
  flex-direction: column;
}
.city-label-group a:link {
  color: #050505;
}
.city-label-group a:visited {
  color: #050505;
}

.city-label-mobile {
  background: #fff;
  color: #333;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 6px;
  text-align: center;
  padding: 6px 0px !important;
  transition: background 0.2s, color 0.2s;
}

.city-label-mobile:hover {
  background: #f5f5f5;
  color: #222;
}

.pickup-park-card-mobile {
  background: #f3f3f3;
  padding: 20px;
  position: relative;
}
.pickup-park-card-mobile a {
  position: absolute;
  right: 20px;
  display: flex;
  justify-items: center;
}

.industrial-info-table-mobile {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin-bottom: 0;
}
.industrial-info-table-mobile th,
.industrial-info-table-mobile td {
  border: none;
  padding: 4px 12px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle;
}
.industrial-info-table-mobile th {
  color: #222;
  text-align: left;
  white-space: nowrap;
  width: 40%;
}
.industrial-info-table-mobile td {
  color: #222;
}
.industrial-info-table-mobile tbody tr {
  border-bottom: 1px solid #747474;
}
.industrial-info-table-mobile tbody tr:first-child {
  border-top: 1px solid #747474;
}

.company-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.company-list-wrapper h5 {
  padding: 8px 0;
  color: #fff;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .map-list-layout .hide-on-mobile {
    display: none;
  }
}
.map-list-layout .hide-on-desktop {
  display: none;
}
@media screen and (max-width: 767px) {
  .map-list-layout .hide-on-desktop {
    display: block;
  }
}
.map-list-layout .industrial-company-list,
.map-list-layout .parks-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 24px;
  color: #050505;
}
.map-list-layout .industrial-company-list th,
.map-list-layout .industrial-company-list td,
.map-list-layout .parks-table th,
.map-list-layout .parks-table td {
  padding: 0px 12px;
  background: #f3f3f3;
  border: none;
}
.map-list-layout .industrial-company-list td,
.map-list-layout .parks-table td {
  height: 50px;
}
.map-list-layout .industrial-company-list th,
.map-list-layout .parks-table th {
  background: #cdcdcd;
}
.map-list-layout .industrial-company-list thead tr,
.map-list-layout .parks-table thead tr {
  border-bottom: 4px solid white;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.map-list-layout .industrial-company-list tr > th:not(:last-child):not(:first-child),
.map-list-layout .industrial-company-list thead tr > th:not(:first-child):not(:last-child),
.map-list-layout .parks-table tr > th:not(:last-child):not(:first-child),
.map-list-layout .parks-table thead tr > th:not(:first-child):not(:last-child) {
  border-right: 1px solid white;
}
.map-list-layout .industrial-company-list tr > td:not(:last-child),
.map-list-layout .parks-table tr > td:not(:last-child) {
  text-align: center;
}
.map-list-layout .industrial-company-list tr > th:first-child,
.map-list-layout .parks-table tr > th:first-child {
  border-right: 4px solid white;
}
.map-list-layout .industrial-company-list tbody tr > td:first-child,
.map-list-layout .parks-table tbody tr > td:first-child {
  border-right: 4px solid white;
}
.map-list-layout .industrial-company-list tbody tr > td:not(:last-child):not(:first-child),
.map-list-layout .parks-table tbody tr > td:not(:last-child):not(:first-child) {
  border-right: 1px solid white;
}
.map-list-layout .industrial-company-list tbody tr:not(:last-child) > td,
.map-list-layout .parks-table tbody tr:not(:last-child) > td {
  border-bottom: 4px solid white;
}
.map-list-layout .industrial-company-list,
.map-list-layout .parks-table {
  font-size: 15px;
}

tbody td {
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
}

.map-list-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map-list-layout {
    padding: 0px 20px;
  }
}

.consultation-form-wrapper {
  margin: 0px -20px;
}

.map-list-top {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .map-list-top {
    width: 100%;
  }
}

.map-list-map {
  flex: 1;
}

.vietnam-map-img {
  max-width: 100%;
  height: auto;
}

.map-list-region-list {
  flex: 1;
}

.region-list {
  position: absolute;
  list-style: none;
  padding-left: 0;
  min-width: 350px;
  top: 50px;
  right: 0;
}

.region-list-horizontal {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.region-item-horizontal {
  display: flex;
  align-items: center;
}

.region-item-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.map-list-bottom .region-label {
  margin-bottom: 12px;
}

.region-label {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 2px 12px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .region-label {
    width: 100%;
  }
}

.city-label {
  font-size: 1rem;
  text-decoration: none;
  width: 100%;
  flex: 1;
  padding: 0px 12px;
  margin-right: 8px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: #050505;
  transition: background 0.2s, color 0.2s;
}

.region-section {
  margin-bottom: 3rem;
}

.city-section {
  margin-bottom: 1.5rem;
}

.pickup-park-table-wrapper {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pickup-park-table-wrapper {
    padding-top: 12px;
  }
}

.pickup-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pickup-park-card {
  background: #f3f3f3;
  padding: 24px 16px;
  display: flex;
  gap: 1rem;
  width: 100%;
  border-top: 6px solid #dfcf57;
}

.pickup-park-region {
  width: 167px;
  height: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #050505;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-bottom: 8px;
  margin: auto;
}

.pickup-park-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #050505;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .pickup-park-title {
    text-align: center;
  }
}

.pickup-park-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.pickup-park-thumb {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .pickup-park-thumb {
    width: 80%;
    margin: auto;
  }
}

.pickup-section {
  margin-bottom: 20px;
}
.pickup-section h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 28px;
  background: none;
  border-left: none;
  color: #747474;
  border-bottom: 6px solid #747474;
  padding: 0px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .pickup-section h2 {
    font-size: 24px;
    border-bottom: 4px solid #747474;
    line-height: 20px;
  }
}
.pickup-section table {
  margin: 0 0 1em;
}
.pickup-section .industrial-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .pickup-section .industrial-info-table {
    font-size: 14px;
  }
}
.pickup-section .industrial-info-table th,
.pickup-section .industrial-info-table td {
  border: 1px solid #bdbdbd;
  padding: 4px 6px;
  font-weight: 400;
  vertical-align: middle;
}
.pickup-section .industrial-info-table th {
  color: #222;
  text-align: left;
  white-space: nowrap;
}
.pickup-section .industrial-info-table td {
  color: #222;
}
.pickup-section .industrial-info-table tr:first-child th,
.pickup-section .industrial-info-table tr:first-child td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pickup-section .industrial-info-table tr th,
.pickup-section .industrial-info-table tr td {
  border-right: none;
  border-left: none;
}
.pickup-section .industrial-info-table tr td:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}

.invest-asia-contact-form {
  max-width: 800px;
  margin: 40px auto;
  background: #fff;
  border-radius: 4px;
  padding: 32px 24px;
  text-align: left;
}
.invest-asia-contact-form .ia-inputs-wrapper {
  max-width: 650px;
  margin: auto;
}
.invest-asia-contact-form .ia-form-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  background: none;
  color: #555;
  border-bottom: 1px solid #555;
  margin-bottom: 32px;
  border-left: none;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .invest-asia-contact-form .ia-form-title {
    font-size: 24px;
    margin: 0px -20px 16px;
    padding-bottom: 8px;
  }
}
.invest-asia-contact-form .ia-form-group {
  margin-bottom: 32px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .invest-asia-contact-form .ia-form-group {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.invest-asia-contact-form .ia-form-group label {
  color: #555;
  display: inline-block;
  margin-bottom: 6px;
}
.invest-asia-contact-form .ia-form-group .ia-form-input,
.invest-asia-contact-form .ia-form-group .ia-form-select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1em;
  box-sizing: border-box;
  min-height: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .invest-asia-contact-form .ia-form-group .ia-form-input,
  .invest-asia-contact-form .ia-form-group .ia-form-select {
    min-height: 30px;
  }
}
.invest-asia-contact-form .ia-form-group textarea.ia-form-input {
  resize: vertical;
  height: 181px;
}
@media screen and (max-width: 767px) {
  .invest-asia-contact-form .ia-form-group textarea.ia-form-input {
    height: 118px;
  }
}
.invest-asia-contact-form .ia-form-group-topic {
  position: relative;
}
.invest-asia-contact-form .ia-form-group-topic .ia-form-select-wrapper {
  position: relative;
}
.invest-asia-contact-form .ia-form-group-topic .ia-form-select-wrapper .ia-form-select {
  padding: 4px;
  appearance: none;
  background: #fff;
  cursor: pointer;
}
.invest-asia-contact-form .ia-form-group-topic .ia-form-select-wrapper .ia-form-select-icon {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.invest-asia-contact-form .ia-form-group-topic .ia-form-select-wrapper .ia-form-select-icon svg {
  display: block;
  width: 16px;
  height: 13px;
}
.invest-asia-contact-form .ia-form-privacy {
  font-size: 15px;
  color: #656565;
  margin-bottom: 12px;
  text-align: center;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-link {
  text-decoration: underline;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-link:link {
  color: blue;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-link:visited {
  color: purple;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-link:hover {
  color: red;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-link:active {
  color: orange;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-check {
  justify-content: center;
  align-items: start;
  margin: 1em 0;
  display: block;
}
.invest-asia-contact-form .ia-form-privacy .ia-form-privacy-check input[type=checkbox] {
  margin-right: 4px;
}
.invest-asia-contact-form .ia-form-submit-wrapper {
  text-align: center;
  margin-top: 32px;
}
.invest-asia-contact-form .ia-form-submit-wrapper .ia-form-submit {
  background: #bf1e2d;
  color: #fff;
  border: none;
  border-radius: 2px;
  width: 160px;
  height: 40px;
  display: flex;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.invest-asia-contact-form .ia-form-submit-wrapper .ia-form-submit:hover {
  background: #a00;
}
@media screen and (max-width: 767px) {
  .invest-asia-contact-form .ia-form-submit-wrapper .ia-form-submit {
    height: 30px;
    width: 109px;
    font-size: 16px;
    padding: 0px;
  }
}

.industrial-park-carousel {
  width: 100%;
}
.industrial-park-carousel .industrial-swiper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.industrial-park-carousel .industrial-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.industrial-park-carousel .industrial-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 900px;
  min-width: 900px;
  max-width: 900px;
  height: 100%;
  box-shadow: none;
  padding: 0 12px;
}
.industrial-park-carousel .industrial-swiper .swiper-slide .carousel-desc {
  margin-top: 12px;
  font-size: 15px;
  color: #666;
  text-align: center;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper .swiper-slide .carousel-desc {
    font-size: 12px;
    margin-top: 4px;
  }
}
.industrial-park-carousel .industrial-swiper .swiper-slide img {
  width: 960px;
  max-width: 100%;
  max-height: 100%;
  background: #eaeaea;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 42px;
  height: 8px;
  background: #d9d9d9;
  border-radius: 0;
  margin: 0 2px;
  opacity: 1;
}
.industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #676767;
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper .swiper-pagination {
    bottom: 0px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 9999px;
  }
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev,
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  color: #b2b2b2;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev:after,
.industrial-park-carousel .industrial-swiper .swiper-button-next:after {
  font-size: 18px;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev,
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  color: #b2b2b2;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev:after,
.industrial-park-carousel .industrial-swiper .swiper-button-next:after {
  font-size: 18px;
}
.industrial-park-carousel .industrial-swiper .swiper-button-prev {
  left: calc(50% - 450px - 36px);
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 160px - 36px);
  }
}
@media (max-width: 768px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 110px - 36px);
  }
}
@media (max-width: 480px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-prev {
    left: calc(50% - 80px - 36px);
  }
}
.industrial-park-carousel .industrial-swiper .swiper-button-next {
  right: calc(50% - 450px - 36px);
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 160px - 36px);
  }
}
@media (max-width: 768px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 110px - 36px);
  }
}
@media (max-width: 480px) {
  .industrial-park-carousel .industrial-swiper .swiper-button-next {
    right: calc(50% - 80px - 36px);
  }
}
.industrial-park-carousel .text-ads-button {
  height: 100%;
  max-height: 113px;
  width: 12px;
  border: 0.5px solid #b2b2b2;
  border-radius: 63px;
  transition: all 0.2s ease;
  contain: layout style;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.industrial-park-carousel .text-ads-button:hover {
  border-color: var(--ia-color-primary, #000000);
}
.industrial-park-carousel .text-ads-button:hover svg {
  fill: var(--ia-color-primary, #000000);
}
@media (max-width: 1023px) {
  .industrial-park-carousel .text-ads-button {
    height: 96%;
    max-height: 123px;
  }
}
@media (max-width: 1024px) {
  .industrial-park-carousel .industrial-swiper {
    height: 320px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide {
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 320px;
    height: 180px;
    max-width: 100%;
    max-height: 100%;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img .carousel-img-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    background: #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 8px;
    background: #eaeaea;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 220px;
    height: 124px;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .industrial-park-carousel .industrial-swiper {
    height: auto;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide {
    width: 160px;
    min-width: 80%;
    max-width: 80%;
  }
  .industrial-park-carousel .industrial-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.text-ads-prev,
.text-ads-next {
  position: absolute;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  width: 12px;
  height: 113px;
  max-height: 113px;
}
.text-ads-prev svg,
.text-ads-next svg {
  width: 3px;
  height: 6px;
  fill: #d9d9d9;
}
@media (max-width: 1200px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
  }
}
@media (max-width: 1023px) {
  .text-ads-prev,
  .text-ads-next {
    top: 30px;
    max-height: 123px;
  }
}
.text-ads-prev::after,
.text-ads-next::after {
  display: none;
}
.text-ads-prev.swiper-button-disabled,
.text-ads-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.text-ads-prev.swiper-button-disabled:hover,
.text-ads-next.swiper-button-disabled:hover {
  transform: translateY(-50%);
}

.text-ads-prev {
  left: -15px;
}
@media (max-width: 1024px) {
  .text-ads-prev {
    left: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-prev {
    display: none;
  }
}

.text-ads-next {
  right: -15px;
}
@media (max-width: 1024px) {
  .text-ads-next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .text-ads-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .consultation-form-col input,
  .consultation-form-col select,
  .consultation-form-col .custom-select,
  .consultation-form-col .custom-select select {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
}
.consultation-form-grid {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .consultation-form-grid {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}

.consultation-form-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 0;
  min-width: 180px;
}

.consultation-form-submit-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: max-content;
  min-width: 120px;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .consultation-form-submit-col {
    align-self: center;
  }
}

.consultation-form-submit {
  background: #bf1e2d;
  border: none;
  height: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.consultation-form-submit button {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.consultation-form-fields {
  background-color: rgba(191, 30, 45, 0.2);
  padding: 12px 36px;
}

@media screen and (max-width: 767px) {
  .consultation-form-grid {
    flex-direction: column;
    gap: 0.5rem;
    padding: 0 15%;
  }
  .consultation-form-col,
  .consultation-form-submit-col {
    min-width: 0;
    width: 100%;
    align-items: stretch;
    margin-left: 0;
  }
  .consultation-form-submit-col {
    align-items: stretch;
    margin-top: 0.5rem;
  }
}
.consultation-success-message {
  background: #d4edda;
  color: #155724;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  margin: auto;
}

.consultation-form-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .consultation-form-header {
    text-align: center;
    flex-direction: column;
    gap: 0.5rem;
  }
}

.consultation-form-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: white;
  letter-spacing: 0%;
  text-shadow: 3px 0 #e1949b, -3px 0 #e1949b, 0 3px #e1949b, 0 -3px #e1949b, 1px 1px #e1949b, -1px -1px #e1949b, 2px -2px #e1949b, -1px 1px #e1949b;
}
@media screen and (max-width: 767px) {
  .consultation-form-title {
    font-size: 20px;
  }
}

.consultation-form-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.consultation-form-wrapper input {
  font-size: 15px;
  text-align: center;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .consultation-form-wrapper input {
    width: 100%;
  }
}
.consultation-form-wrapper .custom-select {
  position: relative;
  display: inline-block;
  min-width: 180px;
}
.consultation-form-wrapper .custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  font-size: 15px;
  text-align: center;
  color: #747474;
  height: 30px;
  width: 100%;
  min-width: 180px;
  cursor: pointer;
}
.consultation-form-wrapper .custom-select .select-arrow {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.consultation-form-wrapper .custom-select .select-arrow svg {
  display: block;
  width: 16px;
  height: 13px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  contain: strict;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Hover Effects
--------------------------------------------- */
.hover-fill-left-primary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-left-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-primary, #000000);
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.hover-fill-left-primary:hover::before {
  transform: scaleX(1);
}
.hover-fill-left-primary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-left-secondary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-left-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-secondary, #bf1e2d);
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left center;
}
.hover-fill-left-secondary:hover::before {
  transform: scaleX(1);
}
.hover-fill-left-secondary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-right-primary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-right-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-primary, #000000);
  transition: transform 0.3s ease;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}
.hover-fill-right-primary:hover::before {
  transform: scaleX(1);
}
.hover-fill-right-primary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-right-secondary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-right-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-secondary, #bf1e2d);
  transition: transform 0.3s ease;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: right center;
}
.hover-fill-right-secondary:hover::before {
  transform: scaleX(1);
}
.hover-fill-right-secondary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-top-primary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-top-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-primary, #000000);
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
}
.hover-fill-top-primary:hover::before {
  transform: scaleY(1);
}
.hover-fill-top-primary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-top-secondary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-top-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-secondary, #bf1e2d);
  transition: transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
}
.hover-fill-top-secondary:hover::before {
  transform: scaleY(1);
}
.hover-fill-top-secondary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-bottom-primary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-bottom-primary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-primary, #000000);
  transition: transform 0.3s ease;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.hover-fill-bottom-primary:hover::before {
  transform: scaleY(1);
}
.hover-fill-bottom-primary > * {
  position: relative;
  z-index: 1;
}

.hover-fill-bottom-secondary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
.hover-fill-bottom-secondary::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: var(--ia-color-secondary, #bf1e2d);
  transition: transform 0.3s ease;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.hover-fill-bottom-secondary:hover::before {
  transform: scaleY(1);
}
.hover-fill-bottom-secondary > * {
  position: relative;
  z-index: 1;
}

/* Ads Report Page Styles */
.ads-report-legend {
  margin: 30px 0;
  padding: 20px;
  background: #f8f9fa;
  border-left: 4px solid #0073aa;
  border-radius: 4px;
}
.ads-report-legend h3 {
  margin-top: 0;
  color: #0073aa;
  font-size: 1.2em;
}
.ads-report-legend > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 15px;
}
.ads-report-legend > div > div {
  padding: 15px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ads-report-legend > div > div strong {
  color: #333;
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
}
.ads-report-legend > div > div small {
  color: #666;
  line-height: 1.4;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .ads-report-legend > div {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
