@charset "UTF-8";

/*
VARIABLES
================================================ */
:root {
  --light-green: #d7ece3;
  --green: #f4d6cd;
  --brown: #403632;
  --navy: #0b2e5e;
  --light-grey: #eef0f3;
  --paper: rgba(255, 255, 255, 0.9);
  --white: #fff;
  --shadow: 0 20px 50px rgba(36, 28, 26, 0.14);
  --oswald-font: 'Oswald', sans-serif;
}

/*
GENERAL
================================================ */
html {
  scroll-behavior: smooth;
}

body {
  color: var(--brown);
  background:
    linear-gradient(rgba(255, 255, 255, 0.50), rgba(255, 255, 255, 0.50)),
    url('../../images/ffff.jpg') no-repeat center top / cover fixed;
  text-align: center;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

p {
  line-height: 1.9;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  transition: .35s;
}

.fadein {
  opacity: 0;
}

/*
COMMON
================================================ */
.section-block {
  position: relative;
  padding: 110px 20px;
}

.section-shell {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.wrapper {
  max-width: 38rem;
  margin: auto;
  padding: 0 1rem;
}

.eyebrow {
  font-family: var(--oswald-font);
  letter-spacing: .12em;
  font-size: .9rem;
  color: rgba(64, 54, 50, .65);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--oswald-font);
  font-size: clamp(3rem, 7vw, 5.2rem);
  line-height: .95;
  margin-bottom: 24px;
}

.section-lead {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(64, 54, 50, .8);
}

.btn {
  color: var(--white);
  background: var(--brown);
  border: 1px solid var(--brown);
  text-decoration: none;
  padding: 1rem 1.6rem;
  display: inline-block;
  min-width: 190px;
  transition: .35s;
}

.btn--light {
  background: rgba(255, 255, 255, .92);
  color: var(--brown);
  border-color: rgba(64, 54, 50, .18);
}

.btn--ghost {
  background: transparent;
  color: var(--brown);
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--brown);
  text-decoration: none;
  border-bottom: 1px solid rgba(64, 54, 50, .35);
  padding-bottom: 4px;
}

.title {
  font-family: var(--oswald-font);
  font-size: min(10vw, 4rem);
  margin-bottom: 2rem;
}

/*
LOADING
================================================ */
#loading {
  background-color: var(--light-grey);
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
}

#loading-screen {
  background-color: var(--light-green);
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}

#loading p {
  font-size: 2rem;
  font-family: var(--oswald-font);
}

/*
SLIDE MENU
================================================ */
.site-nav {
  position: relative;
  z-index: 50;
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 60;
  padding: .5rem 1rem;
  border: 1px solid rgba(64, 54, 50, .45);
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  transition: .35s;
}

.btn-menu svg {
  fill: var(--brown);
  margin-top: .25rem;
  height: 2rem;
  width: 2rem;
}

#menu-close {
  border: 1px solid rgba(215, 236, 227, .65);
  background: transparent;
}

#menu-close svg {
  fill: var(--light-green);
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 70;
  padding: 8rem 2rem 2rem;
  width: min(320px, 78vw);
  height: 100vh;
  background: rgba(64, 54, 50, .96);
  box-shadow: -10px 0 40px rgba(0, 0, 0, .18);
  font-family: var(--oswald-font);
  translate: 100vw;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  margin: 1rem 0;
  opacity: 0;
  text-align: left;
}

.menu-list a {
  color: var(--light-green);
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.6;
}
body.menu-active #menu-open {
  opacity: 0;
  pointer-events: none;
}
/*
HERO
================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 80px;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../images/imgs03.png') no-repeat center center / cover;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, .34), rgba(255, 255, 255, .40)),
    linear-gradient(to right, rgba(255, 255, 255, .24), rgba(255, 255, 255, .08));
  z-index: 1;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  margin: 0;
  line-height: .95;
}

.hero-title .brand {
  color: var(--navy);
  font-weight: 700;
  font-size: clamp(5rem, 13vw, 11rem);
  letter-spacing: -.03em;
}

.hero-title .corp {
  color: var(--brown);
  font-weight: 700;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  margin-left: .2em;
}

.hero-sub {
  margin-top: 34px;
  font-family: var(--oswald-font);
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1.05;
  color: rgba(238, 240, 243, .96);
  text-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.hero-copy {
  width: min(760px, 92%);
  margin: 32px auto 0;
  padding: 18px 24px;
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(5px);
  color: rgba(64, 54, 50, .92);
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/*
CONCEPT
================================================ */
.concept {
  padding-top: 90px;
  padding-bottom: 90px;
}

.concept-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.concept-card {
  background: var(--paper);
  padding: 42px 32px;
  box-shadow: var(--shadow);
  text-align: left;
}

.concept-text {
  color: rgba(64, 54, 50, .84);
}

.concept-visual {
  background: rgba(255, 255, 255, .75);
  padding: 24px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.concept-visual img {
  width: min(420px, 76%);
  margin: 0 auto;
}

/*
SERVICES
================================================ */
.services {
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-head {
  margin-bottom: 42px;
}

.service-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr;
}

.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: left;
}

.service-card--large .service-media img {
  aspect-ratio: 16 / 9;
}

.service-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-body {
  padding: 22px 22px 24px;
}

.service-body h3 {
  font-family: var(--oswald-font);
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.05;
}

.service-body p {
  color: rgba(64, 54, 50, .78);
}

.service-link {
  display: inline-block;
  margin-top: 18px;
  font-family: var(--oswald-font);
  font-size: .96rem;
  letter-spacing: .08em;
  color: var(--brown);
  border-bottom: 1px solid rgba(64, 54, 50, .35);
  padding-bottom: 4px;
}

.pickup-label {
  font-family: var(--oswald-font);
  font-size: .9rem;
  color: #8e3556;
  letter-spacing: .12em;
  margin-bottom: 10px;
}

.service-card--pickup {
  border: 1px solid rgba(142, 53, 86, .16);
}

/*
SHOP / CORPORATE
================================================ */
.shop {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}

.shop::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../../images/e.jpg') no-repeat center center / cover;
  z-index: 0;
}

.shop-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .28);
  z-index: 1;
}

.shop-layout {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}

.shop-content {
  width: min(520px, 100%);
  background: rgba(255, 255, 255, .92);
  padding: 48px 30px;
  box-shadow: var(--shadow);
  text-align: center;
}

.shop-copy {
  margin: 14px 0 0;
  color: rgba(64, 54, 50, .86);
}

.shop-actions {
  margin: 30px 0 34px;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.shop-info {
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(64, 54, 50, .10);
}

.shop-info h3 {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 1.2rem;
}
.kasikiri{
  padding-bottom: 60px;
}
.hero-actions.kasikiri {
  position: relative;
  width: 100%;
  padding: 38px 0 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8f8f8 0%, #efeeec 100%);
}

.hero-actions.kasikiri::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  transform: translateX(-50%);
  width: min(1320px, calc(100% - 40px));
  height: calc(100% - 44px);
  background:
    linear-gradient(135deg, rgba(70, 56, 49, 0.10) 0%, rgba(255,255,255,0.78) 46%, rgba(70, 56, 49, 0.08) 100%);
  z-index: 0;
  pointer-events: none;
}

.hero-actions.kasikiri .kasikiri-visual {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 40px));
  margin: 0 auto;
}

.hero-actions.kasikiri .kasikiri-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.18));
}
.hero-actions.kasikiri {
  margin-bottom: 28px;
}
/*
DESKTOP
================================================ */
@media (min-width: 800px) {
 .hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  min-width: 190px;
  padding: 1rem 1.6rem;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(75, 57, 45, 0.9);
  background: linear-gradient(135deg, #5d4a3f 0%, #4b3a31 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(60, 42, 32, 0.16);
  transition: background .35s, color .35s, border-color .35s, transform .35s, box-shadow .35s;
}

.btn--light {
  background: linear-gradient(135deg, #f7f4ef 0%, #ece5dc 100%);
  color: #4f3d32;
  border: 1px solid rgba(120, 100, 86, 0.22);
  box-shadow: 0 8px 20px rgba(80, 68, 56, 0.08);
}

.btn:hover {
  background: linear-gradient(135deg, #dce8da 0%, #cfdccf 100%);
  color: #4b3a31;
  border-color: #cfdccf;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.btn--light:hover {
  background: linear-gradient(135deg, #e3efe0 0%, #d3e4d1 100%);
  color: #4b3a31;
  border-color: #d3e4d1;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.btn {
  min-width: 200px;
  padding: 1.08rem 1.8rem;
  font-size: 16px;
}

.btn--lang {
  min-width: 150px;
}

  .btn-menu:hover {
    background-color: rgba(255, 255, 255, .55);
  }

  #menu-close:hover svg {
    fill: var(--white);
  }

  .menu-list a:hover {
    color: var(--green);
  }

  .text-link:hover,
  .service-link:hover {
    opacity: .72;
  }

  .concept-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card--large {
    grid-column: span 2;
  }

  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 54px rgba(36, 28, 26, 0.18);
  }
}

/*
TABLET / MOBILE
================================================ */
@media (max-width: 799px) {
  .section-block {
    padding: 78px 16px;
  }

  .hero {
    padding: 110px 16px 70px;
  }

  .hero-title .corp {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }

  .hero-copy {
    font-size: .98rem;
    line-height: 1.8;
    padding: 16px 18px;
  }

  .concept-card,
  .shop-content {
    padding: 34px 22px;
  }

  .service-body h3 {
    font-size: 1.7rem;
  }
}


.menu-lang {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.menu-lang__label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #eef3ee;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.menu-lang__list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
}

.menu-lang__list li + li {
  margin-top: 10px;
}

.menu-lang__list a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.menu-lang__list a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.menu-lang__list a::before {
  content: "—";
  display: inline-block;
  margin-right: 10px;
  color: rgba(255,255,255,0.35);
}
.hero-inner {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.hero-actions.fadein {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto 36px;
}

.hero-actions.kasikiri {
  width: 100%;
}


/* Tobページ：ニュースティッカー本体 */
.tob-news-ticker {
  width: min(1100px, calc(100% - 48px));
  margin: 60px auto 50px;
  display: flex;
  align-items: stretch;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(85, 68, 54, 0.16);
  box-shadow:
    0 18px 45px rgba(70, 55, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* 左侧 NEWS */
.tob-news-ticker__label {
  flex: 0 0 118px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #3b2a21 0%, #5a4234 100%);
  color: #fff;

  font-family: "Oswald", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

/* 右侧滚动区域 */
.tob-news-ticker__track {
  position: relative;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}

/* 左右渐隐 */
.tob-news-ticker__track::before,
.tob-news-ticker__track::after {
  content: "";
  position: absolute;
  top: 0;
  width: 54px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.tob-news-ticker__track::before {
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0));
}

.tob-news-ticker__track::after {
  right: 0;
  background: linear-gradient(to left, rgba(255,255,255,0.95), rgba(255,255,255,0));
}

/* 滚动整体 */
.tob-news-ticker__content {
  display: flex;
  width: max-content;
  min-height: 54px;

  color: #3f3028;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;

  animation: tobTickerScroll 32s linear infinite;
}

/* 每一组内容 */
.tob-news-ticker__group {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
  flex-shrink: 0;
}

.tob-news-ticker__group span {
  position: relative;
  white-space: nowrap;
}

/* 小菱形 */
.tob-news-ticker__group span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 14px;

  background: #8a6a4f;
  transform: rotate(45deg);
  vertical-align: middle;
}

/* 链接 */
.tob-news-ticker__group a {
  color: #3f3028;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: opacity 0.25s ease, border-color 0.25s ease;
}

.tob-news-ticker__group a:hover {
  opacity: 0.72;
  border-bottom-color: rgba(63, 48, 40, 0.55);
}

/* 鼠标放上去暂停 */
.tob-news-ticker:hover .tob-news-ticker__content {
  animation-play-state: paused;
}

/* 无缝滚动 */
@keyframes tobTickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* 手机版 */
@media (max-width: 768px) {
  .tob-news-ticker {
    width: calc(100% - 28px);
    margin: 22px auto 26px;
  }

  .tob-news-ticker__label {
    flex-basis: 82px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .tob-news-ticker__content {
    min-height: 46px;
    font-size: 13px;
    animation-duration: 24s;
  }

  .tob-news-ticker__group {
    gap: 42px;
    padding-right: 42px;
  }

  .tob-news-ticker__track::before,
  .tob-news-ticker__track::after {
    width: 32px;
  }
}

/* =========================================================
   YUHUB NEW FIXED HEADER
   2026
========================================================= */


/* ---------- HEADER 全体 ---------- */

.yu-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    width: 100%;

    background:
        linear-gradient(
            180deg,
            rgba(248, 246, 242, 0.98) 0%,
            rgba(243, 239, 233, 0.98) 100%
        );

    border-bottom: 1px solid rgba(82, 64, 52, 0.14);

    box-shadow:
        0 5px 20px rgba(45, 36, 30, 0.055);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


/* ---------- HEADER 上段 ---------- */

.yu-header-inner {
    position: relative;

    width: min(1200px, calc(100% - 64px));
    height: 74px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* ---------- 遊Hub株式会社 ---------- */

.yu-header-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;

    color: var(--brown);
    text-decoration: none;

    line-height: 1;
}

.yu-header-brand-main {
    font-family: var(--oswald-font);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.025em;

    color: var(--navy);
}

.yu-header-brand-sub {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;

    color: rgba(64, 54, 50, 0.78);
}


/* ---------- 5つのメインボタン ---------- */

.yu-header-actions {
    width: min(1200px, calc(100% - 64px));

    margin: 0 auto;

    padding: 0 0 16px;

    display: grid;

    grid-template-columns:
        0.9fr
        1.2fr
        1.35fr
        1.1fr
        0.9fr;

    gap: 12px;
}


/*
既存の .btn を壊さず、
HEADER 内だけサイズを調整
*/

.yu-header-actions .btn {
    min-width: 0;
    width: 100%;

    min-height: 54px;

    padding: 14px 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;

    white-space: nowrap;

    box-shadow:
        0 5px 14px rgba(60, 42, 32, 0.10);
}


/* ---------- ハンバーガーボタン位置 ---------- */

.yu-site-header .btn-menu {
    top: 12px;
    right: 18px;

    width: 54px;
    height: 54px;

    padding: 8px;

    background: rgba(255, 255, 255, 0.58);

    border: 1px solid rgba(64, 54, 50, 0.34);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


/*
閉じるボタンは従来の濃色メニュー用に
背景を透明のまま維持
*/

.yu-site-header #menu-close {
    background: transparent;
}


/* =========================================================
   HERO 調整
========================================================= */


/*
元は上部ナビゲーションが HERO の中にあったため
padding-top が 120px。
HEADER が独立したので余白を少し縮小。
*/

.hero {
    padding-top: 50px;
}


/*
NEWS は HEADER のすぐ下に来るため
上余白を少し整える。
*/

.tob-news-ticker {
    margin-top: 32px;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 800px) {

    .yu-header-actions .btn:hover {
        transform: translateY(-2px);
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) and (min-width: 800px) {

    .yu-header-inner {
        width: calc(100% - 48px);
    }

    .yu-header-actions {
        width: calc(100% - 48px);
        gap: 9px;
    }

    .yu-header-actions .btn {
        min-height: 54px;
        padding: 13px 7px;
        font-size: 13px;
        letter-spacing: 0.01em;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 799px) {

    /*
    スマホでは5個のボタンを固定表示すると
    HEADER が大きくなりすぎるため非表示。
    右上のハンバーガーメニューから全ページに移動可能。
    */

    .yu-site-header {
        min-height: 70px;
    }

    .yu-header-inner {
        width: calc(100% - 32px);
        height: 70px;

        margin: 0 auto;

        padding-right: 64px;
    }

    .yu-header-brand-main {
        font-size: 23px;
    }

    .yu-header-brand-sub {
        font-size: 12px;
    }

    .yu-header-actions {
        display: none;
    }

    .yu-site-header .btn-menu {
        top: 9px;
        right: 12px;

        width: 50px;
        height: 50px;
    }

    .yu-site-header .btn-menu svg {
        width: 25px;
        height: 25px;
    }

    /*
    モバイル HERO の既存 padding を上書き
    */

    .hero {
        padding-top: 26px;
    }

    /*
    NEWS 上余白
    */

    .tob-news-ticker {
        margin-top: 18px;
    }

}
/* ===== 比例微調：讓 HEADER / NEWS / 大圖 更統一 ===== */

.hero-inner {
    width: min(1200px, calc(100% - 64px));
}

.tob-news-ticker {
    width: min(1200px, calc(100% - 64px));
    margin: 28px auto 42px;
}

.hero-actions.kasikiri .kasikiri-visual {
    width: min(1200px, calc(100% - 64px));
}

.hero-actions.kasikiri::before {
    width: min(1200px, calc(100% - 64px));
}
/* ===== HEADER / NEWS 最終微調 ===== */

/* 1. 品牌稍微放大，並往左拉一點 */
.yu-header-inner {
    width: min(1240px, calc(100% - 48px));
}

.yu-header-brand-main {
    font-size: 30px;
}

.yu-header-brand-sub {
    font-size: 14px;
}

/* 2. NEWS 和大圖之間稍微縮短距離 */
.tob-news-ticker {
    margin-bottom: 34px;
}
/* ===== ハンバーガーアイコン位置修正 ===== */

.btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-menu svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0;
}
/* =========================================================
   PAGE WIDTH SAFETY
   防止网页左右溢出
========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.yu-site-header {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.hero {
    width: 100%;
    max-width: 100%;
}

.hero-inner {
    max-width: 1200px;
    width: calc(100% - 64px);
    margin-left: auto;
    margin-right: auto;
}

.hero-actions.kasikiri {
    max-width: 100%;
}

.hero-actions.kasikiri .kasikiri-visual {
    max-width: 1200px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}
/* =========================================================
   BUS MAIN VISUAL FINAL SIZE
========================================================= */

.hero-actions.kasikiri {
    width: 100%;
    max-width: 100%;
    padding: 28px 0 26px;
    margin-bottom: 24px;
}

.hero-actions.kasikiri .kasikiri-visual {
    width: min(1080px, calc(100% - 48px));
    max-width: 1080px;
    margin: 0 auto;
}

.hero-actions.kasikiri .kasikiri-visual img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.hero-actions.kasikiri::before {
    width: min(1120px, calc(100% - 40px));
}
/* =========================================================
   ESTIMATE ROTATING CTA
   お見積り回転ボタン
========================================================= */

.kasikiri-visual {
    position: relative;
}


/* CTA 本体 */
.estimate-cta {
    position: absolute;

    right: -42px;
    bottom: 34px;

    width: 154px;
    height: 154px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(248, 245, 240, 0.96);

    border: 1px solid rgba(77, 58, 48, 0.22);

    box-shadow:
        0 12px 32px rgba(47, 36, 30, 0.18);

    color: #4b3a31;
    text-decoration: none;

    z-index: 5;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        background .35s ease;
}


/* 回転する外側 */
.estimate-cta__ring {
    position: absolute;
    inset: 6px;

    animation:
        estimateRotate 18s linear infinite;
}

.estimate-cta__ring svg {
    display: block;
    width: 100%;
    height: 100%;
}

.estimate-cta__ring text {
    fill: #5a463a;

    font-family:
        "Oswald",
        "Noto Sans JP",
        sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.5px;
}


/* 真ん中は回転しない */
.estimate-cta__center {
    position: relative;
    z-index: 2;

    width: 92px;
    height: 92px;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #5d493e 0%,
            #44352e 100%
        );

    color: #fff;

    line-height: 1.25;

    box-shadow:
        0 6px 18px rgba(50, 36, 28, 0.16);
}


.estimate-cta__small {
    font-size: 10px;
    letter-spacing: .08em;
    margin-bottom: 3px;
    opacity: .78;
}


.estimate-cta__center strong {
    font-size: 17px;
    letter-spacing: .04em;
}


.estimate-cta__arrow {
    margin-top: 4px;

    font-size: 10px;
    letter-spacing: .03em;

    opacity: .92;
}


/* 回転 */
@keyframes estimateRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* PC hover */
@media (hover: hover) and (pointer: fine) {

    .estimate-cta:hover {
        transform: translateY(-4px);

        background: #fff;

        box-shadow:
            0 18px 38px rgba(47, 36, 30, 0.23);
    }

    .estimate-cta:hover .estimate-cta__ring {
        animation-play-state: paused;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 799px) {

    .estimate-cta {
        right: 10px;
        bottom: 12px;

        width: 112px;
        height: 112px;
    }

    .estimate-cta__ring {
        inset: 4px;
    }

    .estimate-cta__ring text {
        font-size: 9px;
        letter-spacing: 1px;
    }

    .estimate-cta__center {
        width: 70px;
        height: 70px;
    }

    .estimate-cta__small {
        font-size: 8px;
    }

    .estimate-cta__center strong {
        font-size: 13px;
    }

    .estimate-cta__arrow {
        font-size: 8px;
    }

}


/* 動きを減らす設定の利用者には回転させない */
@media (prefers-reduced-motion: reduce) {

    .estimate-cta__ring {
        animation: none;
    }

}
/* =========================================================
   FIXED HEADER FINAL
========================================================= */

.yu-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: 100%;
    z-index: 1000;
}

/* 
固定页眉脱离文档流后，
给页面主体留出同等高度，避免内容被盖住
*/
main {
    padding-top: 150px;
}

/* 平板 */
@media (max-width: 1050px) and (min-width: 800px) {
    main {
        padding-top: 145px;
    }
}

/* 手机 */
@media (max-width: 799px) {
    main {
        padding-top: 70px;
    }
}
.yu-header-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.yu-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}