section.l-container {
    width: 75vw;
    margin: 7vw auto 1%;
}
.post-content {
    width: 45vw;
    margin: 0 auto 15%;
}
p.uoya {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.02vw;
}
h2.fishf {
    font-size: 1.3rem;
    margin: 10% 0;
    font-weight: 600;
    line-height: 2;
}
h1.c-h1 {
    width: 45vw;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 1%;
}
@media (max-width: 768px){
section.l-container {
        width: 98vw;
        margin: 14% auto 10%;
}
    h1.c-h1 {
        width: 85%;
        margin: 0 auto;
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.8;
        margin-bottom: 2%;
    }
.post-content {
    width: 95%;
    margin: 0 auto 15%;
}
p.uoya {
        width: 85vw;
        font-size: 0.94rem;
        font-weight: 400;
        line-height: 2rem;
        margin: 0 auto 3rem;
        letter-spacing: 1px;
        -webkit-text-stroke: 0.06vw;
}
}


    
.top-hero {
    position: absolute;
    width: 96vw;
    padding-top: 4vh;
    height: 96vh;
    overflow: hidden;
    left: 2vw;
    border-radius: 20px;
}

.top-hero__kv__wrapper {
    position: relative;
    height: 100%;
    height: 100svh;
    min-height: 50vw;
    overflow: hidden;
    border-radius: var(--border-radius)
}

.top-hero__kv {
    position: relative;
    height: 100%;
    height: 100svh;
    min-height: 800px;
    overflow: hidden;
    border-radius: var(--border-radius)
}

.top-hero__slider {
    overflow: hidden
}

.top-hero__slider:before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    content: ""
}

.top-hero__slider__item {
    -webkit-clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%)
}

.top-hero__slider__item:first-child {
    -webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%)
}

.top-hero__slider__image {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-hero__content {
    z-index: 10;
    position: absolute;
    top: clamp(75px,10vw,132px);
    width: 100%;
    opacity: 0
}

.top-hero__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: clamp(26px,5vw,100px);
    padding-left: clamp(26px,5vw,100px)
}

.top-hero__catch__ln {
    overflow: hidden;
    line-height: 1
}

.top-hero__catch__ln [data-ln-animation] {
    display: inline-flex;
    min-width: .2em;
    opacity: 0
}

.top-hero__catch__en {
    white-space: nowrap
}

.top-hero__catch__en__ln {
    font-weight: 500;
    font-size: clamp(35px,7.8vw,120px);
    line-height: 1;
    text-transform: uppercase
}

.top-hero__catch__en__ln2 {
    font-weight: 500;
    font-size: clamp(58px,11vw,180px);
    line-height: 1;
    text-transform: uppercase
}

.top-hero__catch__en__ln2 span.\:and {
    font-size: clamp(30px,7vw,100px)
}

.top-hero__catch__ja {
    margin-top: 20px;
    padding-left: .3em;
    color: #fff;
    font-size: clamp(23px,3vw,38px);
    letter-spacing: .08em;
    white-space: nowrap
}

.top-hero__catch__ja .top-hero__catch__ln:nth-child(2) {
    margin-top: 10px
}

.top-hero__button {
    margin-top: 30px;
    padding-left: .8vw;
    opacity: 0
}

.top-hero__scroll {
    z-index: 10;
    position: absolute;
    top: 8%;
    right: 4%
}

.top-hero__scroll__inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0
}

.top-hero__scroll__arrow {
    -webkit-transform: translate(-50%,-50%);
    -webkit-animation: scroll-arrow 3s var(--easeInOutExpo) .1s infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: scroll-arrow 3s var(--easeInOutExpo) .1s infinite
}
h2.uoya {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.02vw;
}
/* パンくず全体 */
.breadcrumb {
    position: absolute;
    top: 10vh;
    left: 2rem;
    z-index: 5;
    display: flex;
    justify-content: center;
    width: 100%;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    width: auto; /* ← 幅を自動に */
    transform: none; /* ← 中央寄せを解除 */
}

/* リスト全体 */
.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  list-style: none;
  margin: 0;
  padding: 6px 16px;
}

/* 各アイテム */
.breadcrumb__target {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* 区切り（＞の代わりに細い線） */
.breadcrumb__target + .breadcrumb__target::before {
  content: "—";
  margin: 0 0.4rem;
  color: #666;
  font-weight: 500;
}

/* ホームアイコン */
.breadcrumb__icon {
  width: 1.3rem;
  height: 1.3rem;
  vertical-align: middle;
  display: inline-block;
}

/* ホームリンク */
.breadcrumb__homeLink {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 現在ページ */
.breadcrumb__text {
  color: #666;
  font-weight: 500;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .breadcrumb {
    bottom: 5%;
    font-size: 0.8rem;
  }
  .breadcrumb__list {
    gap: 0.4rem;
    padding: 4px 10px;
  }
  .breadcrumb__icon {
    width: 16px;
    height: 16px;
  }
    h2.uoya {
        width: 85vw;
        font-size: 1rem;
        font-weight: 600;
        line-height: 2.4rem;
        margin: 0 auto 2rem;
        letter-spacing: 1px;
        -webkit-text-stroke: 0.02vw;
    }
p.uoya.comment {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  display: inline-block;
}
}

.section1 .mainv .cover {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;                 /* いっぱいに見せる */
  object-position: 50% 100%;          /* 中央でトリム（縦横） */
  /* 余計な position / top / left は付けない */
}
/* ベース */
.uoya.comment{
  position: relative;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  letter-spacing: .02em;
  color:#222;
  background: #fff;
  border-radius: 12px;
  padding: 1.2rem 1.4rem 1.2rem 1.6rem;

}
p.uoya.comment {
  display: block;
  margin: 0 auto;
  text-align: center; /* テキストも中央にしたいなら */
  width: fit-content; /* 可変幅でも中央寄せOK */
  font-size: clamp(1rem, 0.9vw + 0.9rem, 1.2rem);
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 3rem;
}
/* “ 開き ” */
.uoya.comment::before{
  content: "“";
  position:absolute;
  left:.6rem; top:.4rem;
  font-family: ui-serif, "Times New Roman", serif;
  font-size: 2.2rem; line-height:1;
  color: rgba(0,0,0,.28);
}
.uoya.comment::after {
  content: "”";
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  transform: translate(0%, 30%);
  font-family: ui-serif, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.18);
}

/* ===== 共通（1枚） ===== */
.uoya-figure{
  margin: 0rem auto 3rem;
  width: min(100%, 1000px);
}
.uoya-figure__img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.uoya-figure__cap{
  font-size: .9rem;
  color: #666;
  margin-top: .6rem;
  letter-spacing: .02em;
}

/* ===== ギャラリー（複数） ===== */
.uoya-gallery{
  margin: 0rem auto 3rem;
  width: min(100%, 1100px);
  position: relative;
}
.uoya-gallery__track{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 0 8px 8px 8px;             /* 下に少し余白 */
  scroll-snap-type: x mandatory;      /* ぬるぬる + スナップ */
  scrollbar-width: none;              /* Firefox */
}
.uoya-gallery__track::-webkit-scrollbar{ display: none; }

.uoya-gallery__item{
  flex: 0 0 calc(100% - 72px);        /* ← 右に“チラ見え”を作る幅 */
  scroll-snap-align: start;
  position: relative;
}
@media (min-width: 768px){
  .uoya-gallery__item{ flex-basis: calc(100% - 96px); } /* タブは少し広く */

}
.uoya-gallery__img{
  width: 100%; height: 60vh;
  max-height: 680px;
  object-fit: cover; object-position: center;
  border-radius: 14px;
  display:block;
  cursor: zoom-in;                    /* PCで拡大のサイン */
}
@media (max-width: 767px){
  .uoya-gallery__img{ height: 46vh; }
p.uoya.comment {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
    display: inline-block;
}  
.uoya.comment::after {
    content: "”";
    position: absolute;
    right: 0.2rem;
    bottom: 0;
    transform: translate(0%, 28%);
    font-family: ui-serif, "Times New Roman", serif;
    font-size: 2.4rem;
    line-height: 1;
    color: rgba(0, 0, 0, 0.18);
}
}
.uoya-gallery__cap{
  font-size: .9rem; color:#666; margin-top:.5rem;
  letter-spacing:.02em;
}

/* スライドの“ぬるぬる”感（イージーイーズ） */
.uoya-gallery__track{
  scroll-behavior: smooth;
  --easing: cubic-bezier(.25,.8,.25,1);
}
.uoya-gallery__item{ transition: transform .4s var(--easing), box-shadow .4s var(--easing); }
.uoya-gallery__item:active{ transform: scale(.995); }

/* ===== ライトボックス（PCのみ表示） ===== */
@media (hover:hover){
  .uoya-lightbox{
    position: fixed; inset: 0; z-index: 1000; display: none;
    background: rgba(0,0,0,.74);
  }
  .uoya-lightbox.is-open{ display: grid; place-items: center; }

  .uoya-lightbox__stage{
    width: min(92vw,1200px); height: min(92vh,800px);
    position: relative;
    display: grid; place-items: center;
  }
  .uoya-lightbox__img{
    max-width: 100%; max-height: 100%;
    object-fit: contain; border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,.35);
  }
  .uoya-lightbox__btn{
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 44px; height: 44px; border-radius: 999px;
    background: rgba(255,255,255,.15); backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,.25);
    display:grid;place-items:center;color:#fff; cursor: pointer;
    transition: background .2s;
  }
  .uoya-lightbox__btn:hover{ background: rgba(255,255,255,.25); }
  .uoya-lightbox__btn--prev{ left: 12px; }
  .uoya-lightbox__btn--next{ right: 12px; }
  .uoya-lightbox__close{
    position: absolute; top: 14px; right: 14px;
    width: 40px; height: 40px; border-radius: 999px;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
    display:grid;place-items:center;color:#fff; cursor:pointer;
  }
}
.uoya-lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .6rem;
}
.uoya-lightbox__img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 12px; /* ←角丸維持 */
  transition: opacity .3s ease;
}
.uoya-lightbox__caption {
  font-size: .95rem;
  color: rgba(255,255,255,.9);
  text-align: center;
  line-height: 1.6;
  letter-spacing: .02em;
  max-width: 80%;
}

/* ✕ボタン・矢印ボタン */
.uoya-lightbox__close,
.uoya-lightbox__btn {
  transition: transform .2s ease, background .2s ease;
}

/* ローディングスピナー */
.uoya-lightbox__spinner {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 2;
}
.uoya-lightbox__spinner::after {
  content: "";
  width: 44px; height: 44px;
  border: 3px solid rgba(255,255,255,0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
/* ライトボックス基本 */
.uoya-lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .8rem;
}

.uoya-lightbox__img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 14px;
  transition: opacity .3s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.uoya-lightbox__caption {
  font-size: .95rem;
  color: rgba(255,255,255,.9);
  text-align: center;
  line-height: 1.6;
  letter-spacing: .02em;
  max-width: 80%;
}

/* ローディングスピナー */
.uoya-lightbox__spinner {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  z-index: 2;
}
.uoya-lightbox__spinner::after {
  content: "";
  width: 44px; height: 44px;
  border: 3px solid rgba(255,255,255,0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.uoya-lightbox__btn {
  transition: transform 0.2s ease, background 0.2s ease;
}
/* ============================================================
   ■ インタビューページ内ギャラリー
   ============================================================ */

/* ギャラリー全体 */
.uoya-figure,
.js-uoya-gallery figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 単一画像のとき：正方形でクロップ */
.uoya-figure img,
.js-uoya-gallery img {
  width: 100%;
  aspect-ratio: 1.5 / 1;       /* ✅ 正方形にトリミング */
  object-fit: cover;         /* ✅ はみ出し部分をトリミング */
  display: block;
  border-radius: 14px;
  cursor: zoom-in;
  transition: transform .4s cubic-bezier(.22, 1, .36, 1),
              box-shadow .4s ease;
}

/* ホバー時の“ふわっと縮み” */
.uoya-figure img:hover,
.js-uoya-gallery img:hover {
  transform: scale(0.98);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
p.text-description.fan {
    width: 45vw;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 7%;
    color: #636363;
    letter-spacing: 1px;
}
@media (max-width: 768px) {
  .uoya-figure img,
  .js-uoya-gallery img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
  }
p.text-description.fan {
    width: 85%;
    margin: 0 auto;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 4rem;
    color: #959595;
    letter-spacing: 1px;
}

/* スマホ専用表示 */
.sp-only {
  display: block!important;
}
mai.soe {
  position: relative;
  width: 100%;
  height: calc(100vh - 10rem); /* ← 下に余白を強制確保（調整可） */
  overflow: hidden;
  background: #000;
  display: block; /* カスタムタグはデフォルトでinline扱いなので必須 */
}

/* ▼ 画像 */
mai.soe img.mainimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; /* 上を優先してトリミング */
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.2s ease-out, transform 1.8s ease-out;
  will-change: opacity, transform;
}

/* ▼ フェードイン後 */
mai.soe img.mainimg.active {
  opacity: 1;
  transform: scale(1);
}



}

/* ============================================================
   ■ ライトボックス
   ============================================================ */
.uoya-lightbox__img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 14px;
  transition: opacity .3s ease;
}

.breadcrumb.last {
    position: relative;
}
.breadcb.last {
    padding: 0% 4vw 4%;
}
.breadcb__target {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 1rem;
    white-space: nowrap;
}
.breadcb__target + .breadcb__target::before {
    content: "—";
    margin: 0 0.4rem;
    color: #666;
    font-weight: 500;
}
.breadcb__icon {
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    display: inline-block;
}
@media (max-width: 768px) {
.breadcb__icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  display: inline-block;
}
section.breadcb {
  margin: 2rem 0;
}
.breadcb.last {
  padding: 0% 5vw 0%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* ← iOSでの慣性スクロール */
}

.breadcb__target {
  display: inline-flex;   /* ← flexだと横幅制御しやすい */
  align-items: center;
  color: #666;
  font-size: 1rem;
  white-space: nowrap;
}

.breadcb__target + .breadcb__target::before {
  content: "—";
  margin: 0 0.4rem;
  color: #666;
  font-weight: 500;
}

.breadcb__icon {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  display: inline-block;
}
.breadcb__target {
  display: inline-flex;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
  white-space: nowrap;
}
}
.companyGoods {
  margin: 4rem auto;
}

/* PC：中央揃え 固定幅カード */
.goodsPcWrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.goodsCardPc {
  width: 35vw;       /* 固定サイズ */
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.goodsCard__img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  overflow: hidden;
  background: #f5f5f5;
}

.goodsCard__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goodsCard__title {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* SP：Swiper */
.contentsGoodsSwiper {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.contentsGoodsSwiper .swiper-slide {
  width: 55%; /* 1.6枚くらい見える幅 */
}

.goodsCardSp {
  display: block;
  text-decoration: none;
  color: inherit;
}

.goodsCardSp .goodsCard__img {
width: 90%;
    height: 15rem;
  border-radius: 24px;
  overflow: hidden;
  background: #f5f5f5;
}

.goodsCardSp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-label {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto 2%;
    font-family: Bebas Neue, sans-serif;
    font-size: 2.2rem;
    letter-spacing: 2px;
    color: #444343;
}
/* 上に出ている縦線 */
.product-label::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 85px;
    background: #000000;
    border-radius: 999px;
}


/* オーバーレイ */
/* カード全体 */
.hoverCard {
  position: relative;
  display: block;
  overflow: hidden;       /* ← これが絶対必要！ */
  border-radius: 32px;    /* カード全体に角丸 */
    transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 画像エリアも揃える */
.goodsCard__img {
  width: 100%;
  border-radius: 32px;    /* 角丸を統一 */
  overflow: hidden;  transition: transform .55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* オーバーレイ（角丸は書かない） */
.goodsOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .55s cubic-bezier(0.22, 1, 0.36, 1);
  padding: 1rem;
  pointer-events: none;
}

/* テキスト */
.goodsOverlay p {
  color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity .65s cubic-bezier(0.22, 1, 0.36, 1) .08s,
    transform .65s cubic-bezier(0.22, 1, 0.36, 1) .08s;
}

/* PC hover */
.hoverCard:hover .goodsOverlay {
  background: rgba(0,0,0,0.55);
  opacity: 1;
}

.hoverCard:hover .goodsOverlay p {
  opacity: 1;
  transform: translateY(0);
}

/* SP タッチ */
.hoverCard.active .goodsOverlay {
  background: rgba(0,0,0,0.55);
  opacity: 1;
}

.hoverCard.active .goodsOverlay p {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
.pc-only {
    display: none;
}
section.companyGoods.uoya-fade.is-in {
    width: 98vw;
    margin: 14% auto 10%;
}
.product-label::before {
    display: none;
}
.goodsCard__title {
    margin-top: 1rem;
    font-size: 0.94rem;
    line-height: 1.4;
    font-weight: 600;
}
p.product-label {
    width: 85%;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 2%;
    text-align: left;
    display: block;
}
}