@charset "UTF-8";

/* ==========================================================================
   TABLET & MOBILE RESPONSIVE STYLES (max-width: 949px)
   ========================================================================== */
@media print,
screen and (max-width: 949px) {

  /* Global Body & Layout Reset */
  html,
  body {
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: hidden;
  }

  /* Utility Vertical Text Reset */
  .writing-vertical {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    height: auto !important;
    width: auto !important;
  }

  /* Disable <br> tags on Tablet & Mobile (User customizable) */
  br {
    display: none;
  }

  br.always,
  br.sp-only,
  br.tab-only,
  br.is-active {
    display: inline;
  }

  /* ------------------------------------------------------------------------
     Responsive Utility Classes
     ------------------------------------------------------------------------ */
  /* タブレット・スマホ画面（949px以下）で非表示にするクラス */
  .pc-only,
  .is-pc-only,
  .hide-sp-tab,
  .tab-sp-hide {
    display: none !important;
  }

  /* タブレット・スマホ画面（949px以下）でのみ表示するクラス */
  .sp-only,
  .is-sp-only,
  .tab-sp-only {
    display: block !important;
  }

  span.sp-only,
  span.is-sp-only {
    display: inline !important;
  }

  .flex.sp-only,
  .flex.is-sp-only {
    display: flex !important;
  }

  /* Header & Navigation */
  .site-header {
    padding: 15px 20px;
  }

  .site-header .header-logo img {
    height: 35px;
  }

  .burger-btn {
    top: 16px;
    right: 16px;
    width: 46px;
    height: 46px;
  }

  .burger-btn-line {
    width: 20px;
  }

  .overlay-nav {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .overlay-nav-logo {
    display: none;
  }

  .overlay-nav-inner {
    margin: 0 auto;
    gap: 24px;
  }

  .overlay-nav-list {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 320px;
  }

  .overlay-nav-link {
    font-size: 1.1rem;
  }

  /* ------------------------------------------------------------------------
     1. HERO SECTION (Main Visual)
     ------------------------------------------------------------------------ */
  .hero-section {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 395 / 750;
    padding: 90px 16px 40px;
    background: url('../img/top/top-first.jpg') center top / cover no-repeat;
    color: var(--color-white);
    text-align: center;
  }

  .hero-section br {
    display: inline !important;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 30px;
    align-items: center;
    width: 100%;
  }

  /* 順番の入れ替え: hero-center (1) -> hero-right (2) -> hero-left (3) */
  .hero-center {
    order: 1;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .hero-right {
    order: 2;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0;
  }

  .hero-illust {
    max-width: 170px;
    margin: 0;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.5));
    flex-shrink: 0;
  }

  .hero-illust img {
    width: 100%;
    height: auto;
  }

  .hero-copy-vertical-2 {
    writing-mode: vertical-rl !important;
    -webkit-writing-mode: vertical-rl !important;
    text-orientation: upright !important;
    height: 230px;
    font-size: 1.2rem;
    line-height: 1.7;
    letter-spacing: 0.12em;
    text-indent: 0;
    font-weight: 600;
    text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 30px #000, 0 0 50px #000, 0 10px 40px #000;
    filter: drop-shadow(0 0 20px #000);
    margin: 0;
  }

  .hero-main-logo {
    max-width: 180px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.6));
    flex-shrink: 0;
  }

  .hero-main-logo img {
    width: 100%;
    height: auto;
  }

  .hero-sub-text-img {
    height: auto;
    margin: 0;
    max-width: 120px;
    border: none;
    flex-shrink: 0;
  }

  .hero-sub-text-img img {
    width: 100%;
    height: auto;
  }

  .hero-left {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0;
  }

  .hero-company-name {
    height: auto;
    margin: 0;
    flex-shrink: 0;
  }

  .hero-company-name img {
    height: auto;
    max-width: 120px;
  }

  .hero-copy-vertical-1 {
    writing-mode: vertical-rl !important;
    -webkit-writing-mode: vertical-rl !important;
    text-orientation: upright !important;
    height: 290px;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.12em;
    text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 30px #000, 0 0 50px #000, 0 10px 40px #000;
    filter: drop-shadow(0 0 20px #000);
  }

  .hero-bottom-grad {
    height: 40px;
  }


  /* ------------------------------------------------------------------------
     2. SEC-FIRST-TIME ("一生に一度は食べてみたい")
     ------------------------------------------------------------------------ */
  .sec-first-time {
    position: relative;
    width: 100%;
    aspect-ratio: 391 / 586;
    padding: 50px 20px 40px;
    background: url('../img/top/top-sec-first.jpg') center center / cover no-repeat;
  }

  .sec-first-time-inner {
    height: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    padding: 0;
  }

  .ft-tag-ichiban {
    position: absolute;
    top: -10px;
    left: 0;
    max-width: 65px;
    height: auto;
    z-index: 5;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  }

  .ft-award-badge {
    position: absolute;
    top: -15px;
    right: 0;
    max-width: 95px;
    height: auto;
    z-index: 5;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  }

  .ft-text-group {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    text-align: center;
    margin-top: 155px;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
  }

  .ft-title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 30px #000, 0 0 50px #000, 0 10px 40px #000;
    filter: drop-shadow(0 0 20px #000);
    color: var(--color-white);
  }

  .ft-sub {
    margin: 0;
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 30px #000, 0 0 50px #000, 0 10px 40px #000;
    filter: drop-shadow(0 0 20px #000);
    color: var(--color-white);
  }

  .ft-pkg-box {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 220px;
    height: auto;
    margin-top: 10px;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.3));
  }

  .ft-pkg-set {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 260px;
    height: auto;
    margin-top: -30px;
    z-index: 3;
    filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.3));
  }


  /* ------------------------------------------------------------------------
     3. SEC-BLESSING ("熊本・網田の海苔師だけが…")
     ------------------------------------------------------------------------ */
  .sec-blessing {
    padding: 50px 0;
    background-color: #000928;
    color: var(--color-white);
  }

  .blessing-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0 20px;
  }

  .blessing-img-left {
    max-width: 100%;
    width: 100%;
  }

  .blessing-img-left img {
    width: 100%;
    max-width: 540px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .blessing-text-right {
    align-items: center;
    text-align: center;
    gap: 24px;
    width: 100%;
  }

  .blessing-lead-1 {
    font-size: 1.35rem;
    line-height: 1.7;
    color: var(--color-white);
  }

  .blessing-lead-2 {
    margin-left: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
  }

  .blessing-sub-img {
    margin: 0 auto;
    width: 70px;
    max-width: 80px;
  }


  /* ------------------------------------------------------------------------
     4. SEC-WHY ("なぜ、有明海 網田の海苔はこんなにも美味しいのか？")
     ------------------------------------------------------------------------ */
  .sec-why {
    padding: 60px 0 80px;
  }

  .sec-why-title {
    font-size: 1.45rem;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .why-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
    padding: 0 16px;
  }

  /* ブロック1: top_image015.webp */
  .why-block-left {
    width: 100%;
    margin: 0;
  }

  .why-img15-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .why-img15 {
    width: 100%;
    height: auto;
    display: block;
  }

  .why-img15-toptext {
    position: relative;
    top: auto;
    left: auto;
    color: #0A1526;
    padding: 16px 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    text-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .why-img15-bottomtext {
    position: relative;
    bottom: auto;
    right: auto;
    color: #0A1526;
    padding: 16px 20px;
    font-size: 0.95rem;
    line-height: 1.7;
    text-shadow: none;
  }

  /* ブロック2: top_image016.webp */
  .why-block-right {
    width: 100%;
    margin: 0;
    aspect-ratio: 361 / 634;
    background: url('../img/top/why-blc-ng.webp') center center / cover no-repeat;

  }

  .why-img16-wrap {
    position: relative;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .why-img16 {
    width: 100%;
    height: auto;
    display: block;
  }

  .why-vert-text1 {
    position: relative;
    top: auto;
    right: auto;
    background: #fdfbf7;
    color: var(--color-primary-navy);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 16px 20px;
    text-shadow: none;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-align: center;
    border-left: 4px solid var(--color-accent-gold);
  }

  .why-vert-text2 {
    position: relative;
    bottom: auto;
    left: auto;
    background: var(--color-primary-navy);
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 16px 20px;
    text-shadow: none;
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    text-align: center;
  }


  /* ------------------------------------------------------------------------
     5. SEC-AOMAZARI-INTRO ("青混ざ海苔とは")
     ------------------------------------------------------------------------ */
  .sec-aomazari-intro {
    background-color: #FFF;
    padding: 50px 20px;
  }

  .aomazari-img-center {
    margin: 0 auto 20px;
    text-align: center;
  }

  .aomazari-img-center img {
    max-width: 160px;
    height: auto;
  }

  .aomazari-intro-title {
    writing-mode: horizontal-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    font-size: 1.6rem;
    margin: 15px auto 20px;
    text-align: center;
  }

  .aomazari-intro-desc {
    font-size: 1.15rem;
    line-height: 1.7;
    text-align: center;
  }


  /* ------------------------------------------------------------------------
     6. SEC-MASTERPIECE ("海男の最高傑作！")
     ------------------------------------------------------------------------ */
  .sec-masterpiece {
    background: url('../img/top/top_image012.jpg') center center / cover no-repeat;
    height: 360px;
    padding-right: 0;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.6);
  }

  .masterpiece-vert-img {
    height: auto;
    max-height: 240px;
    max-width: 85%;
    object-fit: contain;
  }


  /* ------------------------------------------------------------------------
     7. SEC-MIRACLE ("奇跡の天然青混ぜ")
     ------------------------------------------------------------------------ */
  .sec-miracle {
    padding: 50px 20px;
    background-color: #ffffff;
  }

  .miracle-title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .miracle-title span {
    font-size: 1.3em;
  }

  .miracle-text-content p {
    font-size: 1.05rem;
    line-height: 1.9;
    margin-bottom: 24px;
    text-align: left;
  }


  /* ------------------------------------------------------------------------
     8. SEC-PRODUCTS ("商品ラインナップ")
     ------------------------------------------------------------------------ */
  .sec-products {
    padding: 60px 0;
  }

  .products-header {
    text-align: center;
    margin-bottom: 36px;
  }

  .products-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .products-sub {
    color: var(--color-accent-gold);
  }

  .products-lead {
    font-size: 1.05rem;
  }

  .products-grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .product-card {
    width: 90%;
    max-width: 370px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #FFF;
  }

  .product-img-wrap {
    position: relative;
    width: calc(100% + 40px);
    margin: -20px -20px 14px -20px;
  }

  .product-badge-gold {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #b59858;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    padding: 3px 8px;
    z-index: 2;
    box-sizing: border-box;
  }

  .product-sub-img {
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 80px;
    width: auto;
  }

  .product-sub-img.sub-img-left {
    left: 15px !important;
  }

  .product-main-img {
    width: 100%;
    height: auto;
  }

  .product-subtag {
    font-size: 0.9rem;
    color: #C5A047;
    margin-bottom: 6px;
  }

  .product-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary-navy);
    line-height: 1.4;
    margin-bottom: 10px;
    min-height: auto;
  }

  .product-desc {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    min-height: auto;
  }

  .product-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary-navy);
    margin-bottom: 16px;
    margin-top: auto;
  }

  .product-price .tax-text {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
  }

  .product-btn {
    width: 100%;
    padding: 10px 0;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #000;
    text-align: center;
  }


  /* ------------------------------------------------------------------------
     9. SEC-MIND ("海苔師として、命と誇りをかけて…")
     ------------------------------------------------------------------------ */
  .sec-mind {
    padding: 60px 20px;
    min-height: auto;
    background-color: #000928;
    color: var(--color-white);
  }

  .mind-container {
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }

  .mind-left-img {
    width: 100%;
    max-width: 540px;
  }

  .mind-left-img img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }

  .mind-right-content {
    width: 100%;
    max-width: 540px;
    align-items: flex-start;
    text-align: left;
  }

  .mind-sub-eng {
    font-family: var(--font-en);
    font-size: 1.2rem;
    color: #BF9E3F;
    margin-bottom: 8px;
  }

  .mind-title {
    font-family: var(--font-mincho);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.4;
    margin-bottom: 24px;
  }

  .mind-desc {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.9;
    margin-bottom: 32px;
  }

  .mind-buyer-box {
    background: #ffffff;
    color: #222;
    border-left: 7px solid #C8A24F;
    padding: 20px 24px;
    width: 100%;
    max-width: 520px;
    margin-bottom: 36px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }

  .buyer-msg {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #222;
    margin-bottom: 8px;
  }

  .buyer-name {
    font-size: 0.6rem;
    color: #666;
    text-align: left;
  }

  .mind-link-btn {
    color: var(--color-white);
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-bottom: 3px solid #C7A247;
    transition: opacity 0.3s ease;
  }


  /* ------------------------------------------------------------------------
     10. SEC-BLOG ("美味しい食べ方・裏技")
     ------------------------------------------------------------------------ */
  .sec-blog {
    padding: 60px 20px;
    background-color: #ffffff;
  }

  .blog-header {
    text-align: left;
    margin-bottom: 36px;
  }

  .blog-sub {
    font-family: var(--font-en);
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    color: var(--color-accent-gold);
    font-weight: 600;
    margin-bottom: 6px;
  }

  .blog-title {
    font-family: var(--font-mincho);
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--color-primary-navy);
    margin-bottom: 16px;
  }

  .blog-lead {
    font-size: 1.2rem;
    color: var(--color-text-sub);
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
  }

  .blog-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
  }

  .blog-img-wrap {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }

  .blog-tag {
    align-self: flex-start;
    background: #000;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 14px;
  }

  .blog-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary-navy);
    line-height: 1.6;
    margin-bottom: 16px;
    font-family: var(--font-gothic);
  }

  .blog-date {
    font-size: 0.85rem;
    color: #888888;
    margin-top: auto;
  }

  .blog-more-btn {
    color: var(--color-primary-navy);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 3px solid #CBA24A;
    padding-bottom: 4px;
    display: inline-block;
  }


  /* ------------------------------------------------------------------------
     11. SEC-BANNERS (3連バナー)
     ------------------------------------------------------------------------ */
  .sec-banners {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .banner-item {
    position: relative;
    height: 200px;
    width: 100%;
    border: 1px solid #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
  }

  .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
  }

  .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 23, 42, 0.65);
    z-index: 2;
  }

  .banner-content {
    position: relative;
    z-index: 10;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #ffffff !important;
  }

  .banner-sub {
    position: relative;
    z-index: 10;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    text-align: center;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .banner-main {
    position: relative;
    z-index: 10;
    font-family: var(--font-en);
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    text-align: center;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }


  /* ------------------------------------------------------------------------
     12. FOOTER
     ------------------------------------------------------------------------ */
  .site-footer {
    padding-top: 50px;
    background-image: url('../img/com/com_image001.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    color: var(--color-white);
  }

  .footer-main-container {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-brand-wrap {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }

  .footer-logo-umibouz img {
    max-width: 80px;
    height: auto;
    margin: 0 auto;
  }

  .footer-company-info {
    margin-top: 20px;
    align-items: center;
    text-align: center;
  }

  .footer-address {
    margin-top: 2rem;
  }

  .logo-shimayuki-img {
    max-width: 120px;
    height: auto;
    margin: 0 auto;
  }

  .footer-nav-wrap {
    flex-direction: column;
    align-items: center;
    width: 75%;
    max-width: 500px;
    margin: 20px auto 0;
    gap: 12px;
  }

  .footer-nav-col {
    width: 100%;
    min-width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 8px;
  }

  .footer-nav-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
    padding: 8px 4px;
    border-bottom: none;
  }

  .footer-nav-title::after {
    content: '>';
    font-family: monospace, sans-serif;
    font-size: 1.1rem;
    color: var(--color-white);
    transition: all 0.3s ease;
    margin-left: 10px;
    display: inline-block;
  }

  .footer-nav-col.is-open .footer-nav-title::after {
    content: '<';
  }

  .footer-nav-col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, padding 0.35s ease;
  }

  .footer-nav-col.is-open ul {
    max-height: 250px;
    opacity: 1;
    padding: 10px 12px 6px;
  }

  .footer-copyright-bar {
    background-color: #000928;
    width: 100%;
    padding: 16px 0;
  }

  .copyright-text {
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 1);
  }

  /* ==========================================================================
     PRODUCER STORY RESPONSIVE (max-width: 949px)
     ========================================================================== */
  .sub-visual {
    height: 240px;
    padding: 35px 20px 0;
  }

  .sub-visual-logo {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 110px;
  }

  .sub-visual-eng {
    font-size: 0.95rem;
    margin-bottom: 6px;
  }

  .sub-visual-title {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .sub-visual-sub {
    font-size: 0.9rem;
  }

  /* --- 共通タイポグラフィルール (949px以下) --- */
  .str-master-title,
  .str-stage-title,
  .str-seed-title,
  .str-dark-title,
  .str-ebisu-title,
  .str-quality-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .str-master-text p,
  .str-stage-text-inner p,
  .str-seed-text p,
  .str-dark-text p,
  .str-ebisu-text p,
  .str-quality-text p {
    font-size: 1.0rem;
    line-height: 1.9;
  }

  .str-sub-label {
    font-size: 0.875rem;
  }

  /* SEC 1: Master */
  .str-sec-master {
    padding: 50px 0;
  }

  .str-master-flex {
    flex-direction: column;
    gap: 30px;
  }

  .str-master-img-wrap {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  /* SEC 2: Stage */
  .str-sec-stage {
    padding: 40px 0 0;
  }

  .str-stage-img-wrap {
    position: relative;
    width: 100%;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }

  .str-stage-img-wrap img {
    width: 100%;
    height: 55vw;
    max-height: 420px;
    min-height: 220px;
    object-fit: cover;
  }

  .str-stage-caption-overlay {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #0d1738;
    padding: 35px 20px 40px;
    box-sizing: border-box;
  }

  .str-stage-text-inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  /* SEC 3: Seed */
  .str-sec-seed {
    padding: 50px 0;
  }

  .str-seed-flex {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .str-seed-content {
    max-width: 100%;
  }

  .str-seed-images {
    flex: none;
    width: 100%;
    flex-direction: row;
    gap: 20px;
  }

  .str-seed-images .str-img-figure {
    flex: 1;
  }

  /* SEC 4: Dark Banner */
  .str-sec-dark {
    padding: 30px 0 0;
  }

  .str-dark-banner {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .str-dark-bg-wrap {
    position: relative;
    width: 100%;
    height: 55vw;
    max-height: 420px;
    min-height: 220px;
    overflow: hidden;
  }

  .str-dark-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .str-dark-content {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #0d1738;
    padding: 35px 20px 40px;
    box-sizing: border-box;
  }

  .str-dark-title {
    margin-bottom: 0;
    padding: 0 16px;
  }

  /* SEC 5: Ebisu */
  .str-sec-ebisu {
    padding: 50px 0;
  }

  .str-ebisu-flex {
    flex-direction: column;
    gap: 30px;
  }

  .str-ebisu-left {
    flex: none;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .str-ebisu-hand-img-wrap {
    max-width: 100%;
    margin: 20px 0 0;
  }

  /* SEC 6: Quality */
  .str-sec-quality {
    padding: 40px 0 60px;
  }

  .str-container-narrow {
    padding: 20px;
  }

  /* SEC 7: Bottom Photo & Message */
  .str-sec-bottom-photo {
    padding-bottom: 60px;
  }

  .str-bottom-message p {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* ==========================================================================
     OUR COMMITMENT RESPONSIVE (max-width: 949px)
     ========================================================================== */
  .cmt-container {
    padding: 0 20px;
  }

  .cmt-sec-title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .cmt-sub-label {
    font-size: 0.95rem;
  }

  /* SEC 01 */
  .cmt-sec-01 {
    padding: 50px 0;
  }

  .cmt-01-row-top,
  .cmt-01-row-middle {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .cmt-01-img-wrap,
  .cmt-01-img-wrap.btm {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cmt-01-text-wrap,
  .cmt-01-text-wrap.btm {
    max-width: 100%;
    margin: 0;
    padding-top: 0;
  }

  .cmt-01-text-wrap p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .cmt-01-gallery {
    margin-top: 30px;
  }

  /* SEC 02 & SEC 04 */
  .cmt-sec-02,
  .cmt-sec-04 {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    background-color: #0d1738;
  }

  .cmt-02-bg-wrap,
  .cmt-04-bg-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
    background-color: #0d1738;
  }

  .cmt-02-bg-wrap-in,
  .cmt-04-bg-wrap-in {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    padding: 35px 20px 20px;
    box-sizing: border-box;
  }

  .cmt-02-bg-img,
  .cmt-04-bg-img {
    width: 100%;
    height: 55vw;
    max-height: 420px;
    min-height: 220px;
    object-fit: cover;
  }

  .cmt-02-overlay-content,
  .cmt-04-overlay-content {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #0d1738;
    padding: 35px 20px 40px;
    box-sizing: border-box;
  }

  .cmt-02-title,
  .cmt-04-title {
    font-size: 1.6rem;
  }

  .cmt-02-text p,
  .cmt-04-text p {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* SEC 03 */
  .cmt-sec-03 {
    padding: 50px 0;
  }

  .cmt-03-flex {
    flex-direction: column;
    gap: 30px;
  }

  .cmt-03-img-wrap {
    flex: none;
    width: 100%;
    margin-left: 0;
  }

  .cmt-03-text p {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* SEC 05 */
  .cmt-sec-05 {
    padding: 50px 0;
  }

  .cmt-05-flex {
    flex-direction: column;
    gap: 30px;
  }

  .cmt-05-img-wrap {
    flex: none;
    width: 100%;
    margin-left: 0;
    max-height: 360px;
  }

  .cmt-05-sub-block {
    margin-top: 24px;
  }

  .cmt-05-sub-title {
    font-size: 1.3rem;
  }

  .cmt-05-sub-block p {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* SEC 06 */
  .cmt-sec-06 {
    padding: 50px 0 0;
    background-color: #0D1738;
  }

  .cmt-06-img-wrap {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
  }

  .cmt-06-img-wrap img {
    width: 100%;
    height: 55vw;
    max-height: 420px;
    min-height: 220px;
    object-fit: cover;
  }

  .cmt-06-overlay-content {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #0d1738;
    padding: 35px 20px 40px;
    box-sizing: border-box;
  }

  .cmt-06-text-wrap p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 12px;
  }

  /* SEC 07 */
  .cmt-sec-07 {
    padding: 50px 0 60px;
  }

  .cmt-07-img-wrap {
    margin: 24px 0;
  }

  .cmt-07-caption p {
    font-size: 1.05rem;
    line-height: 1.8;
  }

  /* CONTACT PAGE (max-width: 949px) */
  .contact-article {
    padding: 50px 0 80px;
  }

  .contact-container {
    width: 92%;
  }

  .contact-lead {
    margin-bottom: 35px;
  }

  .contact-lead p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .contact-form-container {
    padding: 35px 25px;
  }

  .contact-form-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 18px 0;
  }

  .contact-form-label {
    width: 100%;
    padding-top: 0;
  }

  .contact-label-text {
    font-size: 1rem;
  }

  .contact-field-inline {
    flex-direction: row;
    gap: 16px;
  }

  .contact-input-medium {
    width: 100%;
  }

  .contact-address-zip-pref {
    flex-direction: column;
    gap: 14px;
  }

  .contact-input-zip {
    width: 100%;
  }

  .select-wrapper {
    width: 100%;
  }

  .contact-submit-area {
    margin-top: 40px;
  }

  .contact-submit-btn {
    padding: 14px 70px;
    font-size: 1.05rem;
  }
}


/* ==========================================================================
   SMARTPHONE RESPONSIVE STYLES (max-width: 480px)
   ========================================================================== */
@media print,
screen and (max-width: 480px) {

  .container {
    padding: 0 16px;
  }

  /* Hero Section */
  .hero-section {
    padding: 80px 12px 30px;
  }

  .hero-main-logo {
    max-width: 240px;
  }

  .hero-sub-text-img {
    max-width: 55px;
  }

  .hero-copy-vertical-1 {
    font-size: 1.5rem;
    height: 250px;
    text-align: left;
  }

  .hero-copy-vertical-2 {
    font-size: 1.5rem;
    height: 200px;
  }

  .hero-illust {
    max-width: 180px;
  }

  .hero-company-name img {
    max-width: 65px;
  }

  /* 2. Sec First Time */
  .sec-first-time {
    padding: 40px 16px 30px;
  }

  .ft-tag-ichiban {
    max-width: 50px;
    left: 0;
    top: 0;
  }

  .ft-award-badge {
    max-width: 75px;
    right: 0;
    top: -10px;
  }

  .ft-title {
    font-size: 1.35rem;
  }

  .ft-sub {
    font-size: 0.95rem;
  }

  .ft-pkg-box {
    max-width: 160px;
  }

  .ft-pkg-set {
    max-width: 150px;
    margin-top: 25px;
  }

  /* 3. Sec Blessing */
  .blessing-lead-1 {
    font-size: 1.2rem;
  }

  .blessing-lead-2 {
    font-size: 0.95rem;
  }

  /* 4. Sec Why */
  .sec-why-title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }

  .why-img15-toptext,
  .why-img15-bottomtext {
    font-size: 0.85rem;
    padding: 12px 14px;
  }

  .why-vert-text1 {
    font-size: 0.95rem;
    padding: 12px 14px;
  }

  .why-vert-text2 {
    font-size: 0.85rem;
    padding: 12px 14px;
  }

  /* 6. Sec Masterpiece */
  .sec-masterpiece {
    position: relative;
    height: 400px;
  }

  .masterpiece-vert-img {
    position: absolute;
    top: 15px;
    right: 15px;
    max-height: 350px;
  }

  /* 8. Products */
  .product-card {
    max-width: 47%;
  }

  /* 9. Sec Mind */
  .mind-title {
    font-size: 1.8rem;
  }

  .mind-desc {
    font-size: 1.05rem;
  }

  .buyer-msg {
    font-size: 0.7rem;
  }

  /* 10. Blog */
  .blog-title {
    font-size: 1.8rem;
  }

  .blog-lead {
    font-size: 1.05rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-img-wrap {
    height: 180px;
  }

  /* スマホ画面（480px以下）専用非表示・表示クラス */
  .sp-hide,
  .hide-sp {
    display: none !important;
  }

  .sp-only-strict {
    display: block !important;
  }

  /* ==========================================================================
     PRODUCER STORY SMARTPHONE RESPONSIVE (max-width: 480px)
     ========================================================================== */
  .sub-visual {
    height: 210px;
    padding: 35px 16px 0;
  }

  .sub-visual-inner {
    margin-top: 20px;
    line-height: 1.2;
  }

  .breadcrumb-nav {
    padding: 5px 16px;
  }

  .sub-visual-logo {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 170px;
  }

  .sub-visual-eng {
    font-size: 0.8rem;
    margin-bottom: 4px;
  }

  .sub-visual-title {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }

  .sub-visual-sub {
    font-size: 0.75rem;
  }

  /* --- PRODUCER STORY 共通タイポグラフィルール (480px以下) --- */
  .str-master-title,
  .str-stage-title,
  .str-seed-title,
  .str-dark-title,
  .str-ebisu-title,
  .str-quality-title {
    font-size: 1.3rem;
  }

  .str-master-text p,
  .str-stage-text-inner p,
  .str-seed-text p,
  .str-dark-text p,
  .str-ebisu-text p,
  .str-quality-text p {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .str-sub-label {
    font-size: 0.8rem;
  }

  .str-stage-img-wrap img {
    height: 65vw;
    min-height: 200px;
  }

  .str-stage-caption-overlay {
    padding: 25px 16px 35px;
  }

  .str-stage-text-inner {
    padding: 0;
  }

  .str-seed-images {
    flex-direction: column;
    gap: 20px;
  }

  .str-dark-bg-wrap {
    height: 65vw;
    min-height: 200px;
  }

  .str-dark-content {
    padding: 25px 16px 35px;
  }

  .str-bottom-message p {
    font-size: 0.95rem;
  }

  /* ==========================================================================
     COMPANY PAGE RESPONSIVE (max-width: 949px)
     ========================================================================== */
  .company-article {
    padding-bottom: 60px;
  }

  .cmp-container {
    width: 92%;
  }

  .cmp-sec-message {
    padding: 60px 0 50px;
  }

  .cmp-sec-info {
    padding: 40px 0 50px;
  }

  .cmp-sec-header {
    margin-bottom: 30px;
  }

  .cmp-sec-title {
    font-size: 1.8rem;
  }

  .cmp-info-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cmp-info-col:first-child .cmp-info-item:last-child {
    border-bottom: 1px solid #e8e3d9;
  }

  .cmp-info-col:last-child .cmp-info-item:first-child {
    border-top: none;
  }

  .cmp-info-item {
    padding: 14px 0;
  }

  .cmp-info-item dt {
    width: 100px;
    font-size: 0.95rem;
  }

  .cmp-info-item dd {
    font-size: 1rem;
  }

  .cmp-sec-photo {
    padding: 10px 0 50px;
  }

  .cmp-sec-map {
    padding: 0 0 30px;
  }

  .cmp-map-wrap iframe {
    height: 350px;
  }

  /* ==========================================================================
     OUR COMMITMENT SMARTPHONE RESPONSIVE (max-width: 480px)
     ========================================================================== */
  .cmt-container {
    padding: 0 16px;
  }

  .cmt-sec-title {
    font-size: 1.35rem;
    color: #FFF;
  }

  .cmt-sub-label {
    font-size: 0.85rem;
  }

  .cmt-01-text-wrap p,
  .cmt-02-text p,
  .cmt-03-text p,
  .cmt-04-text p,
  .cmt-05-sub-block p,
  .cmt-06-text-wrap p,
  .cmt-07-caption p {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .cmt-02-title,
  .cmt-04-title {
    font-size: 1.35rem;
    margin-bottom: 0;
    color: #FFF;
  }

  .cmt-05-sub-title {
    font-size: 1.15rem;
  }

  .cmt-02-bg-wrap-in,
  .cmt-04-bg-wrap-in {
    padding: 24px 16px 16px;
  }

  .cmt-02-bg-img,
  .cmt-04-bg-img {
    height: 65vw;
    min-height: 200px;
  }

  .cmt-02-overlay-content,
  .cmt-04-overlay-content {
    padding: 25px 16px 35px;
  }

  .cmt-06-img-wrap img {
    height: 65vw;
    min-height: 200px;
  }

  .cmt-06-overlay-content {
    padding: 25px 16px 35px;
  }

  /* ==========================================================================
     SITE POLICY PAGE RESPONSIVE (max-width: 949px)
     ========================================================================== */
  .site-policy-article {
    padding: 60px 0 80px;
  }

  .plc-container {
    width: 92%;
  }

  .plc-sec {
    margin-bottom: 45px;
    padding-bottom: 35px;
  }

  .plc-sec-title {
    font-size: 1.45rem;
    margin-bottom: 18px;
  }

  .plc-sec-content p {
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .plc-lead {
    text-align: left;
    margin-bottom: 45px;
    padding-bottom: 35px;
  }

  .plc-lead p {
    font-size: 0.98rem;
    line-height: 1.85;
    margin-bottom: 12px;
  }

  /* ==========================================================================
     COMPANY PAGE SMARTPHONE RESPONSIVE (max-width: 480px)
     ========================================================================== */
  .cmp-sec-message {
    padding: 40px 0 30px;
  }

  .cmp-sec-title {
    font-size: 1.5rem;
  }

  .cmp-info-item {
    padding: 12px 0;
  }

  .cmp-info-item dt {
    width: 80px;
    font-size: 0.88rem;
  }

  .cmp-info-item dd {
    font-size: 0.92rem;
    word-break: break-word;
  }

  .cmp-info-item br.is-active {
    display: inline !important;
  }

  .cmp-map-wrap iframe {
    height: 280px;
  }

  /* ==========================================================================
     SITE POLICY PAGE SMARTPHONE RESPONSIVE (max-width: 480px)
     ========================================================================== */
  .site-policy-article {
    padding: 45px 0 60px;
  }

  .plc-sec {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }

  .plc-sec-title {
    font-size: 1.25rem;
    margin-bottom: 14px;
  }

  .plc-sec-content p {
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 14px;
  }

  .plc-lead {
    margin-bottom: 35px;
    padding-bottom: 25px;
  }

  .plc-lead p {
    font-size: 0.92rem;
    line-height: 1.75;
    margin-bottom: 10px;
  }

  /* CONTACT PAGE SMARTPHONE (max-width: 480px) */
  .contact-article {
    padding: 35px 0 60px;
  }

  .contact-container {
    width: 94%;
  }

  .contact-lead {
    margin-bottom: 25px;
  }

  .contact-lead p {
    font-size: 0.88rem;
    line-height: 1.75;
    text-align: left;
  }

  .contact-form-container {
    padding: 24px 16px;
  }

  .contact-form-row {
    padding: 16px 0;
  }

  .contact-field-inline {
    flex-direction: column;
    gap: 12px;
  }

  .field-sub-title {
    font-size: 0.88rem;
    min-width: 60px;
  }

  .contact-example-text {
    font-size: 0.8rem;
    padding-left: 72px;
  }

  .contact-input-single .contact-example-text {
    padding-left: 0;
  }

  .contact-checkbox-item {
    font-size: 0.92rem;
  }

  .contact-policy-agree .contact-checkbox-item {
    font-size: 0.92rem;
  }

  .contact-submit-btn-wrap {
    width: 100%;
  }

  .contact-submit-btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
    border-radius: 30px;
  }

  .contact-notice-text {
    font-size: 0.82rem;
    line-height: 1.65;
    text-align: left;
  }

  /* ==========================================================================
     BLOG ARCHIVE & SINGLE POST RESPONSIVE (max-width: 949px & 480px)
     ========================================================================== */
  .blog-archive-article,
  .single-post-article {
    padding: 50px 0 70px;
  }

  .blog-archive-container,
  .single-post-container {
    padding: 0 16px;
  }

  .single-article-card {
    padding: 30px 20px;
    border-radius: 4px;
    margin-bottom: 40px;
  }

  .single-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .single-eyecatch {
    max-height: 300px;
    margin-bottom: 24px;
  }

  .entry-content {
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .entry-content h2 {
    font-size: 1.35rem;
    margin: 1.8em 0 0.9em;
    padding: 8px 0 8px 14px;
  }

  .entry-content h3 {
    font-size: 1.18rem;
    margin: 1.5em 0 0.8em;
  }

  .single-post-nav {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 50px;
  }

  .nav-back {
    order: 3;
  }

  .nav-prev {
    order: 1;
  }

  .nav-next {
    order: 2;
  }

  .related-sec-title {
    font-size: 1.4rem;
  }
}

/* スマホ特化ブレイクポイント (max-width: 480px) */
@media print,
screen and (max-width: 480px) {
  .single-article-card {
    padding: 24px 14px;
  }

  .single-title {
    font-size: 1.3rem;
  }

  .entry-content h2 {
    font-size: 1.2rem;
  }

  .archive-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    font-size: 0.88rem;
  }
}