@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =====================================================
   Vogel brand override (LP: enman-taishokudaikou.com)
   ===================================================== */

:root {
  --vogel-navy:       #0B1E5C;
  --vogel-blue:       #1E40AF;
  --vogel-blue-l:     #2563EB;
  --vogel-yellow:     #FFEB3B;
  --vogel-green:      #22C55E;
  --vogel-green-d:    #16A34A;
  --vogel-red:        #E11D48;
  --vogel-ink:        #0F172A;
  --vogel-sub:        #475569;
  --vogel-border:     #E2E8F0;
  --vogel-surface:    #F8FAFC;
  --vogel-shadow:     0 6px 20px rgba(11,30,92,.08);
  --vogel-shadow-lg:  0 12px 28px rgba(11,30,92,.12);
  --vogel-radius:     12px;

  /* Override SWELL CSS variables (avoids customizer GUI) */
  --color_main:          var(--vogel-blue);
  --color_main_light:    var(--vogel-blue-l);
  --color_main_thin:     rgba(30,64,175,.08);
  --color_text_main:     var(--vogel-ink);
  --color_text_thin:     var(--vogel-sub);
  --color_border_thin:   var(--vogel-border);
  --color_bg_pale:       var(--vogel-surface);
  --color_gnav_bg:       var(--vogel-navy);
  --color_gnav_text:     #fff;
  --color_gnav_border:   rgba(255,255,255,.1);
  --color_footer_bg:     var(--vogel-navy);
  --color_footer_text:   #fff;
  --color_link:          var(--vogel-blue);
  --color_link_hover:    var(--vogel-blue-l);
}

/* ----- Fonts ----- */
body,
.p-mainVisual__title,
.p-postList__title,
.c-postTitle,
.p-articleHeader__title,
.p-pageTitle,
.c-pageTitle {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
  font-feature-settings: "palt";
}

.vogel-num,
.vogel-tel,
.vogel-header-tel__num,
.vogel-fab__tel {
  font-family: "Inter","Helvetica Neue",Arial,sans-serif;
  letter-spacing: 0.02em;
}

body {
  color: var(--vogel-ink);
  line-height: 1.8;
}

/* ----- Header bar (top strip, white bg) ----- */
.l-header__bar,
.c-headerBar {
  background: #fff !important;
  border-bottom: 1px solid var(--vogel-border);
  color: var(--vogel-navy);
  font-size: 0.875rem;
}
.l-header__bar a,
.c-headerBar a { color: var(--vogel-navy); }

/* ----- Header bar vertical padding + 高さ確保（LPのheader高 ≈ 90px） ----- */
.l-header__bar {
  padding-top: clamp(12px, 1vw, 19.2px) !important;
  padding-bottom: clamp(5px, calc(0.75vw - 3.15px), 10.4px) !important;
  position: relative !important;
  min-height: clamp(56px, calc(4.7vw - 4px), 86px) !important;
}
.l-header__barInner {
  align-items: flex-start !important;
  min-height: clamp(35px, calc(3.45vw - 5px), 61px) !important;
}

/* ----- Brand logo (LP完全一致: absolute, top 9.6px, left 48px, 452×66px@1920) ----- */
.vogel-brand {
  position: absolute;
  top: clamp(6px, 0.5vw, 9.6px);
  left: clamp(16px, 2.5vw, 48px);
  display: inline-block;
  line-height: 0;
  z-index: 2;
  text-decoration: none;
}
.vogel-brand__img {
  width: clamp(200px, 23.55vw, 470px);
  height: auto;
  display: block;
}
@media (max-width: 800px) {
  .vogel-brand {
    top: 6px;
    left: 8px;
  }
  .vogel-brand__img {
    width: clamp(140px, 38vw, 260px);
  }
}

/* ----- Header tel block — LP準拠（絶対配置でviewport右端から108pxに固定） ----- */
ul.vogel-header-tel,
.vogel-header-tel {
  position: absolute;
  top: clamp(11px, calc(1vw - 1px), 18.2px);
  right: clamp(16px, 5.625vw, 108px);
  display: flex;
  align-items: flex-start;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  z-index: 2;
}
.vogel-header-tel li {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: none !important;
}
.vogel-header-tel .vogel-header-tel__text {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-size: clamp(15px, 1.43vw, 28px);
  font-weight: 900;
  color: var(--vogel-ink);
  letter-spacing: 0.066em;
  line-height: 1;
  text-align: right;
}
.vogel-header-tel .vogel-header-tel__text span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-size: clamp(10px, 0.9vw, 18px);
  font-weight: 400;
  color: var(--vogel-ink);
  padding: 5px 0 0 0;
  display: block;
  letter-spacing: 0.05em;
  text-align: right;
}
.vogel-header-tel .vogel-header-tel__num {
  font-family: "Roboto Condensed", "Inter", sans-serif;
  font-size: clamp(22px, 2.5vw, 50px);
  font-weight: 600;
  color: #1d4e89;
  margin: 5px 0 0 15px;
  line-height: 1;
}
.vogel-header-tel .vogel-header-tel__num a {
  color: #1d4e89 !important;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
}
.vogel-header-tel .vogel-header-tel__icon {
  width: clamp(22px, 2.95vw, 58px);
  height: auto;
  vertical-align: baseline;
  display: inline-block;
  margin: 0;
}
@media (max-width: 600px) {
  .vogel-header-tel .vogel-header-tel__text { display: none; }
}

/* ----- Global nav (navy brand bar) ----- */
.l-header__gnav,
.c-gnav,
.l-header.-type-center .c-gnav,
.l-header .c-gnav > .c-gnavWrap {
  background: var(--vogel-navy) !important;
}
.c-gnav a,
.c-gnav .menu-item a {
  color: #fff !important;
  font-weight: 700;
}
.c-gnav > .menu-item > a:hover,
.c-gnav > .menu-item.current-menu-item > a,
.c-gnav > .menu-item.current-cat > a {
  box-shadow: inset 0 -3px 0 var(--vogel-yellow);
}

/* ----- Main visual (hero) ----- */
.p-mainVisual,
.p-mainVisual__inner,
.p-mainVisual__slide {
  background: linear-gradient(135deg, #0B1E5C 0%, #1E40AF 55%, #2563EB 100%) !important;
}
.p-mainVisual__title,
.p-mainVisual__text,
.p-mainVisual__title span {
  color: #fff !important;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 14px rgba(0,0,0,.18);
}

/* Archive / category page title - matching hero style */
.p-archivePage__title,
.c-pageTitle.-archive {
  background: linear-gradient(135deg, #0B1E5C 0%, #1E40AF 55%, #2563EB 100%);
  color: #fff;
  padding: clamp(32px,6vw,72px) 20px;
}
.p-archivePage__title *,
.c-pageTitle.-archive * { color: #fff !important; }

/* ----- Post list cards ----- */
.p-postList__item,
.p-archiveBody .c-postThumb + .c-postContent,
.c-postListWrap__item {
  background: #fff;
  border: 1px solid var(--vogel-border);
  border-radius: var(--vogel-radius);
  box-shadow: var(--vogel-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: hidden;
}
.p-postList__item:hover,
.c-postListWrap__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--vogel-shadow-lg);
}
.p-postList__title,
.c-postTitle {
  font-weight: 800;
  color: var(--vogel-ink);
}
.p-postList__item:hover .p-postList__title { color: var(--vogel-blue); }

/* ----- Buttons ----- */
.swell-block-button > a,
.wp-block-button__link,
.c-btn,
.p-mainVisual__btn {
  border-radius: 9999px !important;
  font-weight: 700;
  padding: 0.9rem 1.8rem;
  transition: transform .15s ease, filter .15s ease;
}
.swell-block-button > a:hover,
.wp-block-button__link:hover,
.c-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }

/* Variants (used by block patterns) */
.vogel-btn-line > a,
a.vogel-btn-line,
.vogel-btn-line .wp-block-button__link {
  background: var(--vogel-green) !important;
  color: #fff !important;
}
.vogel-btn-line > a:hover,
a.vogel-btn-line:hover,
.vogel-btn-line .wp-block-button__link:hover {
  background: var(--vogel-green-d) !important;
}
.vogel-btn-tel > a,
a.vogel-btn-tel,
.vogel-btn-tel .wp-block-button__link {
  background: var(--vogel-yellow) !important;
  color: var(--vogel-navy) !important;
}

/* ----- Green checklist ----- */
ul.vogel-check,
.vogel-check {
  list-style: none !important;
  padding-left: 0 !important;
}
ul.vogel-check li,
.vogel-check li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  font-weight: 600;
  list-style: none;
}
ul.vogel-check li::before,
.vogel-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--vogel-green);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

/* ----- NEW badge ----- */
.vogel-badge-new {
  display: inline-block;
  background: var(--vogel-red);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 9999px;
  vertical-align: middle;
  margin-right: 6px;
}

/* ----- Plan card ----- */
.vogel-plan-card {
  background: #fff;
  box-shadow: var(--vogel-shadow);
}

/* ----- LINE CTA group styling (block pattern) ----- */
.vogel-line-cta {
  margin: 2.5rem auto;
}
.vogel-line-cta h2 { color: #fff !important; }

/* ----- Footer ----- */
.l-footer,
.l-footer__inner,
.l-footer__widgetArea,
.l-footer__copyArea {
  background: var(--vogel-navy) !important;
  color: #fff;
}
.l-footer a,
.l-footer__copyArea a,
.l-footer__widgetArea a { color: #fff; }
.l-footer a:hover { color: var(--vogel-yellow); }

/* ----- Floating CTA (LP-equivalent: メール + LINE + PAGE TOP) ----- */
#vogel-pc-only,
#vogel-pc-only * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif !important;
  font-weight: 700 !important;
}

@keyframes vogel-flash {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0; }
}

#vogel-pc-only {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9998;
  transition: right 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
#vogel-pc-only.vogel-hidden {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}
#vogel-pc-only .inner {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-right: 30px;
  pointer-events: auto;
  transform: scale(0.99, 0.97);
  transform-origin: bottom right;
}
#vogel-pc-only ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#vogel-pc-only ul li {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Mail (left, white bg + navy button) */
#vogel-pc-only ul li:first-child {
  background: #fff;
  width: clamp(220px, 23vw, 460px);
  padding: clamp(8px, 1vw, 20px) 0;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
}
#vogel-pc-only ul li:first-child p {
  font-size: clamp(14px, 1.5vw, 30px);
  color: #1d4e89;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
#vogel-pc-only ul li:first-child a {
  font-size: clamp(11px, 1.1vw, 22px);
  color: #fff !important;
  background: #1d4e89;
  width: clamp(180px, 19vw, 380px);
  margin: clamp(6px, 0.5vw, 10px) auto 0;
  padding: clamp(8px, 1vw, 20px) 0;
  text-align: center;
  display: block;
  font-weight: 800;
  text-decoration: none;
  border-radius: 0;
  line-height: 1.2;
}
/* LINE (right, green bg) */
#vogel-pc-only ul li:last-child {
  background: #78c752;
  width: clamp(200px, 21vw, 420px);
  box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
}
#vogel-pc-only ul li:last-child a {
  padding: clamp(8px, 1vw, 20px) 0;
  display: block;
  text-decoration: none;
}
#vogel-pc-only ul li:last-child p {
  font-size: clamp(15.4px, 1.65vw, 33px);
  color: #fff;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
}
#vogel-pc-only ul li:last-child div {
  font-size: clamp(17.6px, 1.98vw, 39.6px);
  color: #ff2b49;
  margin-top: clamp(6px, 0.75vw, 15px);
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(4px, 0.4vw, 10px);
  line-height: 1.1;
}
#vogel-pc-only ul li:last-child div img {
  width: clamp(28px, 2.7vw, 54px);
  height: auto;
  vertical-align: middle;
  flex-shrink: 0;
}
#vogel-pc-only ul li:last-child div span {
  vertical-align: middle;
  animation: vogel-flash 4s linear infinite;
}
/* close button */
#vogel-pc-only .close {
  font-size: clamp(22px, 2.56vw, 51px);
  color: #fff;
  background: #1d4e89;
  width: clamp(36px, 3.5vw, 70px);
  height: clamp(36px, 3.5vw, 70px);
  line-height: 1;
  padding-top: 0;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: clamp(-15px, -1.5vw, -10px);
  top: clamp(-15px, -1.5vw, -10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* PAGE TOP button: hidden by default, slides in on scroll */
#vogel-go-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: clamp(50px, 5vw, 100px);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#vogel-go-top.vogel-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
#vogel-go-top a { display: block; line-height: 0; }
#vogel-go-top img { width: 100%; height: auto; display: block; }

/* When PAGE TOP visible, shift CTA inner to make room */
#vogel-pc-only.vogel-shifted .inner {
  margin-right: calc(clamp(50px, 5vw, 100px) + 14px);
}

/* ----- Links ----- */
a {
  color: var(--vogel-blue);
  text-decoration: none;
  transition: color .15s ease;
}
a:hover { color: var(--vogel-blue-l); }

/* ----- Responsive ----- */
@media (max-width: 800px) {
  #vogel-pc-only { display: none; }
  #vogel-go-top { right: 12px; bottom: 12px; }
}

@media (max-width: 599px) {
  .vogel-header-tel__hours { display: none; }
  .vogel-header-tel__num { font-size: 1.1rem; }
  .vogel-header-tel__num::before { width: 22px; height: 16px; }
  .p-mainVisual__title { font-size: 1.6rem !important; }
}

/* ----- Logo (image variant injected by JS) ----- */
.c-headLogo.vogel-headLogo,
.c-headLogo.-img {
  display: flex;
  align-items: center;
}
.c-headLogo .vogel-logo-img,
.c-headLogo img {
  display: block;
  max-height: 60px;
  width: auto;
  height: auto;
}
@media (max-width: 599px) {
  .c-headLogo .vogel-logo-img,
  .c-headLogo img { max-height: 44px; }
}

/* Header bar layout: ensure tel block sits on the right side */
.l-header__barInner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.l-header__barInner .c-catchphrase {
  margin-right: auto;
  font-size: 0.78rem;
  color: var(--vogel-sub);
}
.l-header__barInner .c-iconList {
  margin-left: 0;
}

/* ----- Hide SWELL's default main visual (demo slider) ----- */
.p-mainVisual,
.l-mainVisual,
#main_visual,
.home .p-mainVisual,
.home .l-mainVisual {
  display: none !important;
}

/* ----- Vogel hero banner (single LP screenshot image, front page only) ----- */
.vogel-hero {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  background: transparent;
  line-height: 0;
}
.vogel-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ===== ヘッダー再構成（キャッチフレーズ非表示・ロゴ非表示・ナビをヒーロー下に） ===== */

/* 1. SWELLキャッチフレーズ非表示 */
.c-catchphrase { display: none !important; }

/* 2. サイトロゴ（テキスト/画像両方）を完全非表示 */
.l-header__logo,
h1.c-headLogo,
.c-headLogo { display: none !important; }

/* 3. ホーム系ページで元の位置のナビを隠す（JSがヒーロー下に移動する） */
body.home #header .l-header__gnav,
body.blog #header .l-header__gnav,
body.home #header .c-gnavWrap,
body.blog #header .c-gnavWrap { display: none !important; }

/* 4. ホームで空になる l-header__inner を潰す */
body.home .l-header__inner,
body.blog .l-header__inner {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* 5. 移動後のナビ（ヒーロー直下・中央配置） */
.vogel-nav-below-hero {
  background: var(--vogel-navy);
  padding: 14px 20px;
  width: 100%;
  margin: 0 0 40px;
}
.vogel-nav-below-hero nav,
.vogel-nav-below-hero .c-gnavWrap {
  background: transparent !important;
  display: block !important;
  box-shadow: none !important;
}
.vogel-nav-below-hero ul.c-gnav,
.vogel-nav-below-hero .c-gnav {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: clamp(12px, 2.5vw, 40px);
  list-style: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1200px;
  flex-wrap: wrap;
}
.vogel-nav-below-hero .menu-item {
  list-style: none !important;
  margin: 0 !important;
  background: transparent !important;
}
.vogel-nav-below-hero .c-gnav > .menu-item > a,
.vogel-nav-below-hero .c-gnav .menu-item a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  padding: 8px 12px;
  white-space: nowrap;
  display: inline-block;
  background: transparent !important;
}
.vogel-nav-below-hero .c-gnav > .menu-item > a:hover,
.vogel-nav-below-hero .c-gnav > .menu-item.current-menu-item > a {
  color: var(--vogel-yellow) !important;
  box-shadow: inset 0 -3px 0 var(--vogel-yellow);
}

/* 6. ヒーローの下マージンを殺してナビを密着させる */
.vogel-hero { margin: 0 !important; }

/* ヘッダー右上のFeed/検索アイコン非表示 */
.l-header__bar .c-iconList,
.c-iconList,
.c-iconList__item.-rss,
.c-iconList__item.-search,
.l-header__customBtn {
  display: none !important;
}

/* ===== LP互換ハンバーガーメニュー ===== */

/* メニューボタン: 右上固定・スクロール追従 */
.vogel-menu-btn {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
  width: clamp(48px, 3.6vw, 70px);
  line-height: 0;
}
.vogel-menu-btn img {
  width: 100%;
  height: auto;
  display: block;
}

/* スライドインパネル */
.vogel-nav-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: clamp(280px, 25vw, 500px);
  height: 100vh;
  background: rgba(61, 164, 234, 0.95);
  z-index: 100000;
  transition: right 0.5s ease;
  overflow-y: auto;
  padding: 60px 24px 24px;
  box-sizing: border-box;
}
.vogel-nav-box.vogel-open { right: 0; }

/* X字閉じるボタン */
.vogel-nav-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 1;
}
.vogel-nav-close span {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.vogel-nav-close span:nth-child(1) { transform: rotate(45deg); }
.vogel-nav-close span:nth-child(2) { transform: rotate(-45deg); }

/* メニュー項目リスト */
.vogel-nav-box .vogel-menu-list {
  display: flex;
  flex-direction: column;
}
.vogel-nav-box .vogel-menu-list > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.vogel-nav-box .vogel-menu-list a {
  display: block;
  padding: 14px 8px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4;
  transition: color 0.15s ease;
}
.vogel-nav-box .vogel-menu-list a:hover,
.vogel-nav-box .vogel-menu-list a:focus {
  color: #FFEB3B !important;
}

/* モバイル: フルスクリーンパネル */
@media (max-width: 800px) {
  .vogel-menu-btn {
    top: 8px;
    right: 8px;
    width: clamp(44px, 11.5vw, 70px);
  }
  .vogel-nav-box {
    width: 100%;
    right: -100%;
    padding: 70px 20px 20px;
  }
  .vogel-nav-box.vogel-open { right: 0; }
}

/* ========= LP同等SPレスポンシブ（≤800px） ========= */
@media (max-width: 800px) {
  /* SWELLはSPで .l-header__bar.pc_ を隠すため、ロゴ表示のため強制再表示 */
  .l-header__bar.pc_,
  .l-header__bar {
    display: block !important;
    padding: 8px 0 !important;
    min-height: 0 !important;
  }
  .l-header__bar .l-header__barInner { display: none !important; } /* catchphrase等は非表示 */

  /* ヘッダー電話番号・PAGE TOP・PC floating CTA 非表示 */
  .vogel-header-tel { display: none !important; }
  #vogel-go-top     { display: none !important; }
  #vogel-pc-only    { display: none !important; }

  /* SWELLデフォルトハンバーガー（左上）を非表示、自作のみ残す */
  .l-header__menuBtn,
  .l-header__menuBtn.sp_,
  .c-iconBtn.-menuBtn,
  .l-header .c-iconList { display: none !important; }

  /* SWELLグローバルナビ（ヒーロー下）を非表示 */
  #gnav,
  .l-header__gnav,
  .c-gnavWrap { display: none !important; }

  /* ロゴをSP位置・サイズに */
  .vogel-brand,
  .c-headLogo.vogel-headLogo {
    position: static !important;
    padding: 6px 12px !important;
    left: auto !important;
    top: auto !important;
  }
  .vogel-brand__img,
  .vogel-headLogo img,
  .c-headLogo img {
    width: 66.25vw !important;
    max-width: 66.25vw !important;
    height: auto !important;
  }

  /* SP固定フッター 3ボタン（LP #nav-footer 準拠） */
  #vogel-nav-footer {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;
  }
  #vogel-nav-footer li {
    width: calc(100% / 3);
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none;
  }
  #vogel-nav-footer li:first-child  { background: rgba(78, 172, 236, 0.9); }
  #vogel-nav-footer li:nth-child(2) { background: rgba(120, 199, 82, 0.9); }
  #vogel-nav-footer li:last-child   { background: rgba(29, 78, 137, 0.9); }
  #vogel-nav-footer li a {
    width: 100%;
    padding: 2.5vw 0 7.5vw;
    display: block;
    text-decoration: none;
    color: #fff !important;
    position: relative;
  }
  #vogel-nav-footer li .icon { width: 100%; }
  #vogel-nav-footer li .icon img {
    width: 15vw;
    height: auto;
    display: inline-block;
  }
  #vogel-nav-footer li:nth-child(2) .icon img { width: 10vw; }
  #vogel-nav-footer li p {
    font-size: 3.75vw;
    color: #fff;
    margin: 0 !important;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5vw;
  }
  #vogel-nav-footer li .flash {
    font-size: 3.75vw;
    color: #ff2b49;
    margin-bottom: 1.25vw;
    font-weight: 800;
    animation: vogel-flash 4s linear infinite;
  }
  #vogel-nav-footer li:nth-child(2) a {
    position: relative;
    overflow: hidden;
  }
  #vogel-nav-footer li:nth-child(2) a::after {
    content: "";
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,
      rgba(255,255,255,0) 10%,
      rgba(255,255,255,1) 100%,
      rgba(255,255,255,0) 0%);
    position: absolute;
    top: -100px;
    left: -100px;
    animation: vogel-shiny 3s ease-in-out infinite;
    pointer-events: none;
  }

  /* フッター分の余白 */
  body { padding-bottom: 22vw; }
}

/* PC: SP用フッターは非表示 */
#vogel-nav-footer { display: none; }

/* SP footer用 keyframes（非メディア） */
@keyframes vogel-shiny {
  0%   { transform: scale(0) rotate(25deg); opacity: 0; }
  50%  { transform: scale(1) rotate(25deg); opacity: 1; }
  100% { transform: scale(50) rotate(25deg); opacity: 0; }
}
