@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
*/

/* =========================================
   大枠
========================================= */
.l-content {
    margin-bottom: 0;
}



/* =========================================
   レイアウト共通
========================================= */
.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

/* =========================================
   ヘッダーカスタマイズ
========================================= */
/*#header,
.l-header {
    background-color: transparent !important;
    border-bottom: 1px solid #656060;
}*/

#header .c-headLogo,
#header .c-headLogo__link {
    font-size: 16px !important;
}

#header .c-headLogo__link {
    display: block;
    max-width: 13em; /* 文字数に応じて微調整してください */
    white-space: normal;
    line-height: 1.4;
}



/* =========================================
   フッターカスタマイズ
========================================= */
.w-beforeFooter {
    background: #F7F4EE;
    margin: 0 auto;
    border-bottom: 1px solid #656060;
}

.footer-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 10px 50px;
  text-align: center;
  color: #1a1a1a;
}

.footer-inner__title {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 32px;
}

.footer-inner__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.footer-inner__nav a {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
}

.footer-inner__nav a:hover {
  text-decoration: underline;
}

.footer-inner__lang {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 48px;
}

.footer-inner__langBtn {
  display: inline-block;
  width: 48px;
  padding: 4px 0;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.footer-inner__langBtn:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.footer-inner__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

.footer-inner__logos img {
  height: 100px;
  width: auto;
}

.footer-inner__org {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 24px;
}

.footer-inner__address {
  font-size: 13px;
  line-height: 1.8;
  color: #555;
}

.footer-inner__address p {
  margin: 0 0 16px;
}

.footer-inner__address p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-inner {
    padding: 50px 10px 50px;
  }
  .footer-inner__nav {
    gap: 16px;
  }
  .footer-inner__logos img {
    height: 72px;
  }
}



/* =========================================
   TOPページ枠
========================================= */
.top #content {
    padding-top: 0 !important;
}



/* =========================================
   セクションタイトル
========================================= */
/* SWELL標準CSSクリア */
.post_content h2.sec-ttl {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.post_content h2.sec-ttl::before,
.post_content h2.sec-ttl::after {
    content: none !important;
    display: none !important;
}

.sec-sub-ttl {
    font-size: 12px;
    letter-spacing: .15em;
    font-family: "Noto Sans JP", sans-serif;
    color: #B89A55;
    margin: 0 0 30px;
}

.post_content h2.sec-ttl {
    font-size: 44px;
    line-height: 1.5;
    font-weight: 700;
    color: #2B241F;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .sec-sub-ttl {
    }
    
    .post_content h2.sec-ttl {
        font-size: 24px;
        margin-bottom: 24px;
    }
}



/* =========================================
   ボタンパーツ
========================================= */
/* 緑枠のボタン */
.btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    padding: 16px 32px;
    border: 1px solid #6B7A5E;
    color: #6B7A5E;
    text-decoration: none;
    font-size: 14px;
    transition: opacity .2s;
    box-sizing: border-box;
}

.btn01:hover {
    opacity: .7;
}

.btn01Arrow {
    transition: transform .2s;
    flex-shrink: 0;
}

.btn01:hover .btn01Arrow {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .btn01 {
        width: 100%;
    }
}







/* =========================================
   メインビジュアル
========================================= */
.l-header {
  position: absolute;   /* ページ内で固定表示にしたいなら fixed */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: transparent !important;
  box-shadow: none !important; /* うっすら影が出るので消す場合 */
    border: none !important;
}

.p-mainVisual__textLayer {
  text-align: left !important;
  align-items: flex-start !important; /* flexで中央寄せされている場合の対策 */
    font-size: 84px;
}

.p-mainVisual__slideTitle {
  font-size: 84px !important;
}

.p-mainVisual__slideTitle,
.p-mainVisual__slideText {
  text-align: left !important;
}

.p-mainVisual__slideText {
    line-height: 2.5;
    padding-left: 1em;
}

.c-pageTitle {
    font-size: 3.5em;
    font-weight: normal;
}



@media screen and (max-width: 767px) {
    .p-mainVisual__slideTitle {
        font-size: 32px !important; /* スマホ用は適宜調整してください */
    }
    
    .c-pageTitle {
        font-size: 2em;
    }
}



/* =========================================
   TOPページ NEWSセクション
========================================= */
.icon-posted:before {
    display: none;
}

.top-news-sec {
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
    font-family: "Noto Sans JP", sans-serif;
}

.c-newsList {
    display: none;
}

.top-news-sec .-type-simple .p-postList__link {
    border: none;
    padding: 0;
}

.top-news-sec .p-postList.-type-simple {
    border: none;
}

.top-news-sec .top-news-ttl {
    font-size: 17px;
    font-weight: bold;
}

.top-news-sec .p-postList__body {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
}

.top-news-sec .p-postList__meta {
  flex-shrink: 0;
}

.top-news-sec .p-postList__title {
  margin: 0;
}

.top-news-sec .p-postList__meta,
.top-news-sec .p-postList__meta .c-postTimes__posted {
  color: #B89A55;
  font-size: inherit;
}

@media (max-width: 767px) {
    .top-news-sec .wp-block-columns {
        gap: 10px !important;
    }
}





/* =========================================
   TOPページ 一頭の牛から、日本の和牛の物語が始まった。
========================================= */
.top-sec01 {
    background-image: url('/wp/wp-content/uploads/2026/09/sec-bg01.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25% auto;
    padding: 150px 0 !important;
}

.top-sec01 h2.sec-ttl {
    text-align: center;
}

.top-sec01__body {
    line-height: 2;
    margin: 0 0 50px;
    text-align: center;
}

.top-sec01__stat {
    max-width: 480px;
    margin: 0 auto;
    padding: 20px 30px;
    border: 1px solid #B89A55;
}

.top-sec01__statNum {
    margin: 0 0 20px;
    line-height: 1;
    color: #B89A55;
    font-weight: 700;
    text-align: center;
}

.top-sec01__statMain {
    font-size: 60px;
}

.top-sec01__statUnit {
    font-size: 40px;
    margin-left: 4px;
}

.top-sec01__statText {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .top-sec01 {
        background-size: 90% auto;
        padding: 75px 0 !important;
    }
    .top-sec01__body {
        font-size: 14px;
        margin-bottom: 40px;
    }
    .top-sec01__stat {
        padding: 28px 20px;
    }
    .top-sec01__statMain {
        font-size: 40px;
    }
    .top-sec01__statUnit {
        font-size: 20px;
    }
    .top-sec01__statText {
        font-size: 14px;
    }
}



/* =========================================
   TOPページ 全国の和牛につながる、但馬牛。
========================================= */
.top-sec02 {
    padding: 100px 0 !important;
}

.top-sec02__inner {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 1240px;
    margin: 0 auto;
}

.top-sec02__img {
    flex: 0 0 56%;
    min-width: 0;
}

.top-sec02__img img {
    width: 100%;
    height: auto;
    display: block;
}

.top-sec02__text {
    flex: 1;
    min-width: 0;
}

.top-sec02__body {
    font-size: 14px;
    line-height: 1.9;
    color: #333;
    margin: 0 0 40px;
}

@media (max-width: 767px) {
    .top-sec02 {
        padding: 50px 0 !important;
    }
    
    .top-sec02__inner {
        flex-direction: column;
        gap: 32px;
    }
    
    .top-sec02__body {
        margin-bottom: 32px;
    }
}



/* =========================================
   TOPページ 世界に誇る神戸ビーフの原点。
========================================= */
.top-sec03 {
    padding: 100px 0 !important;
}

.top-sec03__inner {
    display: flex;
    align-items: stretch;
    gap: 50px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px;
    background: #261916;
    border: 1px solid #C9A063;
    color: #fff;
}

.top-sec03__text {
    order: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.top-sec03__text .sec-ttl {
    color: #FFFFFF !important;
}

.top-sec03__body {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.top-sec03__imgWrap {
    order: 2;
    position: relative;
    flex: 1;
    min-width: 0;
}

.top-sec03__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.top-sec03__badge {
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #C9A063;
    background: #261916;
    color: #C9A063;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}

.top-sec03__badgeLabel {
    font-size: 11px;
    letter-spacing: .1em;
}

.top-sec03__badgeMain {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .05em;
}

.top-sec03__badgeSub {
    font-size: 9px;
    letter-spacing: .05em;
}

@media (max-width: 767px) {
    .top-sec03 {
        padding: 50px 0 !important;
    }
    .top-sec03__inner {
        flex-direction: column;
        gap: 40px;
        padding: 40px 24px;
    }

    /* スマホでは画像が上、テキストが下 */
    .top-sec03__imgWrap {
        order: 1;
    }
    .top-sec03__text {
        order: 2;
    }
    .top-sec03__badge {
        left: 50%;
        top: auto;
        bottom: -40px;
        transform: translateX(-50%);
    }
}



/* =========================================
   TOPページ 和牛のふるさとを育んだ風土。
========================================= */
.top-sec04 {
    padding: 100px 0 !important;
}

.top-sec04__inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  min-height: 720px; /* 背景を別設定するセクションの高さに合わせて調整 */
}

.top-sec04__card {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  max-width: 90%;
  padding: 48px;
  background: #F5F2EA;
}

.top-sec04__body {
  font-size: 14px;
  line-height: 2;
  color: #333;
  margin: 0 0 32px;
}

@media (max-width: 767px) {
    .top-sec04 {
        padding: 50px 0 !important;
    }
    .top-sec04__inner {
        min-height: auto;
    }
    .top-sec04__card {
        position: static;
        transform: none;
        width: auto;
        max-width: none;
        margin: 0 20px;
        padding: 32px 24px;
    }
}



/* =========================================
   TOPページ 牛は、家族だった。
========================================= */
.top-sec05 {
    padding: 100px 0 !important;
}

.top-sec05__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1340px;
  margin: 0 auto;
}

.top-sec05__text {
  flex: 1;
  min-width: 0;
}

.top-sec05__body {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin: 0 0 40px;
}

.top-sec05__imgWrap {
  flex: 0 0 56%;
  min-width: 0;
}

.top-sec05__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
    .top-sec05 {
        padding: 50px 0 !important;
    }
  .top-sec05__inner {
    flex-direction: column;
    gap: 32px;
  }
  .top-sec05__text {
    order: 2;
  }
  .top-sec05__imgWrap {
    order: 1;
  }
  .top-sec05__body {
    margin-bottom: 32px;
  }
}



/* =========================================
   TOPページ 棚田と牛が支え合う農業。
========================================= */
.top-sec06 {
    padding: 100px 0 !important;
}

.top-sec06__inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.top-sec06__inner .sec-sub-ttl,
.top-sec06__inner .sec-ttl {
    text-align: center;
}

.top-sec06__inner .sec-ttl {
    color: #FFFFFF !important;
}

.top-sec06__body {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 56px;
}

.top-sec06__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 56px;
  flex-wrap: wrap;
}

.top-sec06__step {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid #C9A063;
  background: rgba(0,0,0,.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.top-sec06__num {
  font-size: 13px;
  color: #C9A063;
}

.top-sec06__text {
  font-size: 16px;
}

.top-sec06__arrow {
  color: #C9A063;
  font-size: 20px;
}

/* このセクション内だけボタンを白系に上書き */
.top-sec06__btn.btn01 {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 767px) {
    .top-sec06 {
        padding: 50px 0 !important;
    }
  .top-sec06__flow {
    gap: 8px;
  }
  .top-sec06__step {
    width: 110px;
    height: 110px;
  }
  /*.top-sec06__arrow {
    transform: rotate(90deg);
  }*/
}



/* =========================================
   TOPページ 山の草が、但馬牛を育てる。
========================================= */
.top-sec07 {
  padding: 0 !important;
}

.top-sec07 .swell-block-fullWide__inner {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}

/* 外側のラッパー：画面幅いっぱいにして、グラデーションの基準にする */
.top-sec07__outer {
  position: relative;
  width: 100%;
}

/* グラデーション：画面幅いっぱいに広げる */
.top-sec07__gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(245,242,234,0) 20%, rgba(245,242,234,.85) 55%, #F5F2EA 65%);
  pointer-events: none;
}

/* テキスト側：1280px幅を維持したまま中央寄せ */
.top-sec07__inner {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  padding: 100px 0;
  margin-left: auto;
  margin-right: auto;
}

.top-sec07__text {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin-left: auto;
  padding: 64px 5% 64px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-sec07__body {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

@media (max-width: 767px) {
  .top-sec07 {
    padding: 0 !important;
  }
  .top-sec07__gradient {
    background: linear-gradient(to bottom, rgba(245,242,234,0) 0%, rgba(245,242,234,.7) 55%, #F5F2EA 85%);
  }

  .top-sec07__text {
    max-width: none;
    margin-left: 0;
    padding: 260px 24px 40px;
    justify-content: flex-start;
  }
}



/* =========================================
   TOPページ 100年以上受け継がれる血統管理。
========================================= */
.top-sec08 {
    padding: 100px 0 !important;
}

.top-sec08__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1340px;
  margin: 0 auto;
}

.top-sec08__text {
  flex: 1;
  min-width: 0;
}

.top-sec08__title {
  font-size: 44px;
  line-height: 1.5;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 40px;
}

.top-sec08__titleNum {
  font-size: 60px;
  color: #B89A55;
  font-weight: 700;
}

.top-sec08__body {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

.top-sec08__imgWrap {
  flex: 0 0 56%;
  min-width: 0;
}

.top-sec08__img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
    .top-sec08 {
    padding: 50px 0 !important;
}
  .top-sec08__inner {
    flex-direction: column;
    gap: 32px;
  }
  .top-sec08__text {
    order: 2;
  }
  .top-sec08__imgWrap {
    order: 1;
  }
  .top-sec08__title {
    font-size: 24px;
  }
  .top-sec08__titleNum {
    font-size: 36px;
  }
}



/* =========================================
   TOPページ 世界が認めた、人と牛の営み。
========================================= */
.top-sec09 {
    padding: 100px 0 !important;
}

.top-sec09__inner {
  max-width: 1230px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.top-sec09__inner .sec-sub-ttl,
.top-sec09__inner .sec-ttl {
  text-align: center;
}

.top-sec09__inner .sec-ttl {
  color: #fff !important;
}

.top-sec09__body {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 56px;
}

.top-sec09__list {
  display: flex;
  max-width: 1020px;
  margin: 0 auto 56px;
  border: 1px solid #C9A063;
}

.top-sec09__listItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px 16px;
  border-right: 1px solid #C9A063;
}

.top-sec09__listItem:last-child {
  border-right: none;
}

.top-sec09__num {
  font-size: 14px;
  color: #C9A063;
}

.top-sec09__text {
  font-size: 15px;
}

.top-sec09__badges {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.top-sec09__badgeItem {
  flex: 1;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 32px;
  background: #fff;
}

.top-sec09__badgeMark {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  white-space: nowrap;
}

.top-sec09__badgeDivider {
  width: 1px;
  height: 40px;
  background: #ccc;
  flex-shrink: 0;
}

.top-sec09__badgeText {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

@media (max-width: 767px) {
    .top-sec09 {
        padding: 50px 0 !important;
    }
  .top-sec09__body {
    margin-bottom: 40px;
  }

  .top-sec09__list {
    flex-wrap: wrap;
  }
  .top-sec09__listItem {
    flex: 1 1 50%;
    border-right: 1px solid #C9A063;
    border-bottom: 1px solid #C9A063;
  }
  .top-sec09__listItem:nth-child(2n) {
    border-right: none;
  }
  .top-sec09__listItem:last-child {
    border-bottom: none;
    flex-basis: 100%;
  }

  .top-sec09__badges {
    flex-direction: column;
    align-items: center;
  }
  .top-sec09__badgeItem {
    width: 100%;
    max-width: 360px;
    padding: 16px 24px;
  }
}



/* =========================================
   TOPページ 映像で知る、和牛の源流の地。
========================================= */
.top-sec10 {
    padding: 100px 0 !important;
}

.top-sec10__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1340px;
  margin: 0 auto;
  color: #fff;
}

.top-sec10__inner .sec-ttl {
  color: #fff !important;
}

.top-sec10__imgWrap {
  position: relative;
  flex: 0 0 56%;
  min-width: 0;
}

.top-sec10__imgWrap a {
  display: block;
  overflow: hidden;
}

.top-sec10__img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .4s ease, filter .4s ease;
}

.top-sec10__imgWrap a:hover .top-sec10__img {
  transform: scale(1.05);
  filter: brightness(0.85);
}

.top-sec10__text {
  flex: 1;
  min-width: 0;
}

.top-sec10__body {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
}

@media (max-width: 767px) {
    .top-sec10 {
        padding: 50px 0 !important;
    }
  .top-sec10__inner {
    flex-direction: column;
    gap: 32px;
  }
  .top-sec10__playBtn {
    width: 64px;
    height: 64px;
  }
}








/* =========================================
   固定ページ用
========================================= */
.l-topTitleArea {
    min-height: 500px;
    padding: 1em 0;
}

.l-topTitleArea.c-filterLayer::before {
    display: none;
}

.c-filterLayer.-texture-dot:after {
    display: none;
}

/* ヘッダーをTOPページの透過ヘッダーと同じ「絶対配置」にする */
body:not(.home) .l-header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 200 !important;
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body:not(.home) .l-header {
  --color_header_text: #fff;
}

body:not(.home) .l-header a,
body:not(.home) .c-headLogo__link,
body:not(.home) .c-gnav a {
  color: #fff !important;
}

body:not(.home) .l-header .l-container {
  max-width: 100% !important;
}

.c-gnav a::after {
    background: #FFFFFF !important;
}

@media (max-width: 767px) {
    .l-topTitleArea {
        min-height: 300px;
    }
}



/* =========================================
   ブログ記事ページ
========================================= */
body.single-post .l-header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: auto !important;
  background-color: #fff !important;
  background: #fff !important;
  border-bottom: solid 1px rgba(0,0,0,.1) !important;
  box-shadow: none !important;
}

body.single-post .l-header {
  --color_header_text: #000;
}

body.single-post .l-header a,
body.single-post .c-headLogo__link,
body.single-post .c-gnav a {
  color: #000 !important;
}

body.single-post .l-header .l-container {
  max-width: 100% !important;
}

body.single-post .c-gnav a::after {
  background: #B89A55 !important;
}







/* =========================================
   Coming Soon
========================================= */
.comming-soon-sec {
    padding: 10em 0 15em !important;
}








