@charset "UTF-8";
/*!
Theme Name: veneno-theme
Author: Nerv
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: veneno-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

veneno-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * 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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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: #fff;
}

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: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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;
}

/*--------------------------------------------------------------
# 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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  -webkit-clip-path: none;
          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;
}

/* ボタン等のクリック・フォーカス時の枠線を消す */
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  outline: none !important;
  /* フォーカスリング（青い光など）を消す */
  border-color: transparent !important;
  /* 枠線の色を透明にする */
  /* もし完全に線を消してレイアウトが変わっても良いなら border: none !important; でもOK */
}

.bg-blue {
  background: #257AB4;
}

.bg-mizu {
  background: #139AD3;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}

body {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  color: #333333;
  overflow-x: hidden;
  line-height: 1.8;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}

.animate-marquee {
  animation: marquee 45s linear infinite;
}

/* ロゴスライダーのモバイル速度調整 */
@media (max-width: 768px) {
  .animate-marquee {
    /* デフォルトより速く設定（秒数を短くするほど速くなります） */
    animation-duration: 15s !important;
  }

  /* ロゴ同士の隙間もモバイル用に少し詰める場合（任意） */
  .animate-marquee > div {
    gap: 2.5rem !important;
    /* gap-10相当 */
  }
}
.animate-marquee-slow {
  animation: marquee 60s linear infinite;
}

.animate-marquee-fast {
  animation: marquee 30s linear infinite;
}

.animate-scroll-left {
  animation: scroll-left 120s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in {
  opacity: 0;
}
.fade-in.visible {
  animation: fadeIn 0.5s ease-out forwards;
}

.slide-item {
  transition: opacity 1s ease-in-out;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.slide-item.active {
  opacity: 1;
  position: relative;
}

.tab-content {
  display: none;
  animation: fadeIn 0.4s ease-out;
}
.tab-content.active {
  display: block;
}

.news-item {
  transition: all 0.3s ease;
}
.news-item.hidden {
  display: none;
}

.filter-btn.bg-navy {
  background-color: #257AB4;
}

.entry-content {
  line-height: 1.8;
}
.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 1rem;
  margin: 2em 0 1em;
  --tw-text-opacity: 1;
  color: rgb(15 23 42/var(--tw-text-opacity, 1));
  line-height: 1.5;
}
.entry-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  padding-left: 1.5rem;
  border-left: solid 4px #ACC3A2;
  margin: 2em 0 1em;
}
.entry-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 2em 0 1em;
  position: relative;
  padding-left: 2rem;
}
.entry-content h4::before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 0.45rem;
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #ACC3A2;
}
.entry-content h5 {
  font-size: 1.05rem;
  color: #759069;
  font-weight: bold;
  margin: 2em 0 1em;
}
.entry-content h6 {
  font-weight: bold;
  margin: 2em 0 1em;
}
.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.entry-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
}
.entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style: decimal;
}
.entry-content ol li {
  margin-bottom: 0.5rem;
}
.entry-content ol li::marker {
  color: #004982;
  font-weight: bold;
}
.entry-content blockquote {
  background-color: #f9fafb;
  border-left: 4px solid #d1d5db;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  color: #4b5563;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.entry-content a {
  color: #257AB4;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #61abde;
  text-decoration: none;
}

.blob-shape-large {
  -webkit-clip-path: polygon(8% 2%, 25% 0%, 50% 0%, 75% 0%, 92% 2%, 98% 15%, 100% 35%, 100% 65%, 98% 85%, 92% 98%, 75% 100%, 50% 100%, 25% 100%, 8% 98%, 2% 85%, 0% 65%, 0% 35%, 2% 15%);
          clip-path: polygon(8% 2%, 25% 0%, 50% 0%, 75% 0%, 92% 2%, 98% 15%, 100% 35%, 100% 65%, 98% 85%, 92% 98%, 75% 100%, 50% 100%, 25% 100%, 8% 98%, 2% 85%, 0% 65%, 0% 35%, 2% 15%);
}

.blob-shape-small {
  -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
}

.blob-gradient {
  background: linear-gradient(135deg, #c9ff5d 0%, rgba(201, 255, 93, 0.1) 100%);
}

@keyframes blob-bg-sway {
  0%, 100% {
    border-radius: 40% 60% 70% 30%/50% 40% 60% 50%;
  }
  33% {
    border-radius: 45% 55% 65% 35%/55% 35% 65% 45%;
  }
  66% {
    border-radius: 35% 65% 75% 25%/45% 45% 55% 55%;
  }
}
.animate-blob-bg {
  animation: blob-bg-sway 12s ease-in-out infinite;
  will-change: border-radius;
}

@keyframes blob-radius-anim {
  0%, 100% {
    border-radius: 45% 55% 60% 40%/50% 60% 40% 50%;
  }
  33% {
    border-radius: 52% 48% 50% 50%/45% 55% 52% 48%;
  }
  66% {
    border-radius: 48% 52% 45% 55%/55% 45% 48% 52%;
  }
}
.animate-wobble {
  overflow: hidden;
  animation: blob-radius-anim 10s ease-in-out infinite;
  will-change: border-radius;
}

@keyframes slideshow-anim {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: slideshow-anim 15s infinite;
}
.slideshow-img:nth-child(1) {
  animation-delay: 0s;
}
.slideshow-img:nth-child(2) {
  animation-delay: 5s;
}
.slideshow-img:nth-child(3) {
  animation-delay: 10s;
}

@keyframes liquid {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
.liquid-drop {
  animation: liquid 8s ease-in-out infinite;
}

.bg-noise {
  background-color: #EFF4F9;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.5'/%3E%3C/svg%3E");
  background-blend-mode: multiply;
}

@keyframes liquid-morph {
  0%, 100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
}
@keyframes float {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -55%);
  }
}
.liquid-container {
  animation: float 6s ease-in-out infinite;
}

.liquid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: liquid-morph 8s ease-in-out infinite;
  overflow: hidden;
  will-change: border-radius;
}

@keyframes jelly {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.95, 1.05);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  75% {
    transform: scale(0.98, 1.02);
  }
}
.animate-jelly {
  animation: jelly 5s ease-in-out infinite;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*add_260130*/
/* Pagination Styling */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-links .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid #E5E7EB;
  /* gray-200 */
  color: #374151;
  /* gray-700 */
  transition: all 0.2s;
  font-weight: bold;
}

.nav-links .page-numbers:hover:not(.current) {
  border-color: #004982;
  /* navy */
  color: #004982;
}

.nav-links .page-numbers.current {
  background-color: #C9FF5D;
  /* lime */
  border-color: #C9FF5D;
  color: #004982;
  /* navy */
}

/* Dots (...) */
.nav-links .dots {
  border: none;
  color: #9CA3AF;
}

/*add_260207*/
/* Contact Form 7 Tweaks */
.wpcf7-spinner {
  position: absolute;
  margin: 0 !important;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #ffb900;
  background: #fff8e5;
  color: #8a6d3b;
  border-radius: 10px;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 2rem;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #C9FF5D;
  /* lime */
  background: #f9fff0;
  color: #004982;
  /* navy */
  border-radius: 10px;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #dc2626;
  /* red-600 */
  font-weight: bold;
  margin-top: 0.5rem;
}

/*add_260220*/
/* ▼▼ 文字が粒子のように集まるアニメーション ▼▼ */
.particle-char {
  display: inline-block;
  opacity: 0;
  /* 強くぼかしてドットっぽく見せる */
  filter: blur(12px);
  /* JSで割り振られたランダムな座標(tx, ty)に散らばらせ、小さくしておく */
  transform: translate(var(--tx), var(--ty)) scale(0.2);
  /* 集まってくるスピードと動きの滑らかさ */
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 1.2s ease-out, filter 1.2s ease-out;
  /* 文字ごとにバラバラのタイミングで動かす */
  transition-delay: var(--delay);
}

/* 親要素(slide-item)が active になったら元の位置・くっきりした文字に戻る */
.slide-item.active .particle-char {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) scale(1);
}

/*add_260224*/
/* ▼▼ アイコンが立体的に横回転するアニメーション ▼▼ */
@keyframes spin-y {
  0% {
    /* perspectiveを入れると少し奥や手前に飛び出すような立体感が出ます */
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    transform: perspective(400px) rotateY(360deg);
  }
}
.animate-spin-y {
  animation: spin-y 6s linear infinite;
  /* 6sの部分で回転スピードを調整できます */
  transform-style: preserve-3d;
}

/* アニメーションの初期状態：MV以外のセクションに適用 */
section:not(:first-of-type),
section + div {
  opacity: 0;
  transform: translateY(30px);
  /* 1.0s を 1.5s に変更（お好みで 2.0s でもOK） */
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  will-change: opacity, transform;
}

/* 画面に入った時に付与するクラス */
.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

#investor-circle {
  /* 太い線に合わせて数値を 1000 に増量 */
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  /* 1秒待ってから、1.5秒で一気に書き上げる */
  transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 1s;
}

.is-visible #investor-circle {
  stroke-dashoffset: 0;
}

/*add_260303*/
/* フォーム全体の入力を textarea のデザインに強制統一 */
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  padding: 1.75rem !important;
  /* 余白を揃える */
  border-radius: 0.75rem !important;
  /* rounded-xl (12px) 相当 */
  border: 1px solid #E2E8F0 !important;
  /* border-gray-200 相当 */
  background-color: #F8FAFC !important;
  /* bg-gray-50 相当 */
  line-height: 1.5;
  outline: none !important;
}

/* フォーカス時の色も統一（navyカラーに合わせる場合） */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #000080 !important;
  /* navyカラーに合わせて調整 */
  box-shadow: 0 0 0 2px rgba(0, 0, 128, 0.1) !important;
}

/* フォーム内の自動挿入pタグの余白を消す */
.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
}

/*add_260326*/
/* ====================================
   Mobile Menu & Hamburger (追加分)
   ==================================== */
.hamburger-lines span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #004982;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: absolute;
}
.hamburger-lines .line-1 {
  top: 0;
}
.hamburger-lines .line-2 {
  top: 8px;
}
.hamburger-lines .line-3 {
  top: 16px;
}

#menu-btn.is-active .line-1 {
  transform: translateY(8px) rotate(45deg);
}
#menu-btn.is-active .line-2 {
  opacity: 0;
  transform: translateX(-10px);
}
#menu-btn.is-active .line-3 {
  transform: translateY(-8px) rotate(-45deg);
}

#mobile-menu {
  position: fixed;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  transform: translateX(100%);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
#mobile-menu.is-open {
  transform: translateX(0);
}

.mobile-nav-list li {
  border-bottom: 1px solid #f1f5f9;
  width: 100%;
}
.mobile-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #004982;
  letter-spacing: 0.05em;
  transition: padding-left 0.3s ease;
}
.mobile-nav-list li a:active {
  padding-left: 0.5rem;
  color: #139AD3;
}
.mobile-nav-list li a::after {
  content: "→";
  color: #C9FF5D;
  font-size: 1.5rem;
  font-weight: 400;
}