/** Shopify CDN: Minification failed

Line 12:13 Expected ":"
Line 12:15 Expected identifier but found "1.4"

**/
@import url("https://use.typekit.net/lpi0xnl.css");

* {
  font-family: futura-pt,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif !important;
  font-weight: 600 !important;
  line-height; 1.4 !important;
  letter-spacing: .15em;
}

.font-large {
    font-size: 20px; 
    font-weight: bold;
}
.font-middle {
    font-size: 16px;
    font-weight: bold;
}
.font-small {
    font-size: 13px;
}
.font-smaller {
    font-size: 12px;
}
.bold  {
  font-weight: bold !important;
}
.about-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 200px;
    gap: 100px;
}
.about-flex-img {
    width: 16%;
  margin:0 auto; 
}
.about-flex-img img {
    width: 100%;
}
.about-flex-disc {
  width: 100%;
}
.business-disc {
  padding-top: 50px;
}
@media (max-width: 768px) {
    .about-flex {
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 160px;
    }
    .about-flex-disc {
        width: 100%;
    }
    .about-flex-img {
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
  }

.pb-location {
  margin-bottom: 80px;
}
.header-actions {
  background: #fff !important;
  border: 0px !important;
}
/* TOP PAGE */
img.bevaid {
  width: 52% !important;
}
img.lifestyle {
  width: 31% !important;
}

/* DRINK PAGE */
.small-subttl {
  font-size: 13px;
  margin-left: 10px;
}
.lemobe-list {
  margin-top: 120px !important;
}
@media screen and (max-width: 1023px) {
    .site-header .logo {
        /* padding-inline-end: 2.5rem !important; */
    }
}

/* 20241109追記 */
/* ヘッダーのリンクを無効化 */
.has-submenu > a[href="/pages/port-of-well-being"] {
  pointer-events: none !important;
  cursor: default !important;
}

@media (max-width: 768px) {
   /* サブメニュー関連のCSSを無効化 */
  .has-submenu * {
    all: unset !important;
  }
  /* サブメニュー表示の動作を定義 */
  .submenu-back,
  .menu-link .icon {
    display: none !important;
  }
  .has-submenu {
    /* display: flex; 
    flex-direction: column;
    align-items: center; */
  }
  #SiteNavLabel-drink-sidebar > div > li:not(.submenu-back) {
    /* display: flex !important; 
    flex-direction: column !important;
    align-items: center !important; */
  }
  #menu-item-drink > a > span:nth-child(1) > span,
  #menu-item-food > a > span:nth-child(1) > span,
  #menu-item-goods > a > span:nth-child(1) > span {
    display: flex;
    align-items: center;
  }
  #menu-item-drink > a > span:nth-child(1) > span::after,
  #menu-item-food > a > span:nth-child(1) > span::after,
  #menu-item-goods > a > span:nth-child(1) > span::after{
    /* content: " ]";
    display: inline-block;
    margin-left: 5px; */
  }
  #menu-item-drink > a > span:nth-child(1) > span::before,
  #menu-item-food > a > span:nth-child(1) > span::before,
  #menu-item-goods > a > span:nth-child(1) > span::before {
    /* content: "[ ";
    display: inline-block;
    margin-right: 5px; */
  }
  .link-list {
    border: none !important;
  }
  .submenu-holder li a {
    padding: 10px !important;
  }
  /* #menu-item-drink,
  #menu-item-food {
    margin-bottom: 10px;
  } */
  /* #menu-item-drink {
    margin-top: 20px;
  } */
  #menu-item-goods {
    margin-bottom: 20px;
  }
  /* サブメニュー関連の表示設定 */
  #SiteNavLabel-drink-sidebar > div > li:nth-child(2) > a,
  #SiteNavLabel-drink-sidebar > div > li:nth-child(3) > a,
  #SiteNavLabel-food-sidebar > div > li:nth-child(2) > a,
  #SiteNavLabel-goods-sidebar > div > li:nth-child(2) > a,
  #menu-item-drink > a,
  #menu-item-food > a,
  #menu-item-goods > a{
    /* padding: 8px !Important; */
  }
  #menu-item-drink > a,
  #menu-item-food > a,
  #menu-item-goods > a {
    padding-left: 10px !important;  
  }
  #menu-item-about > a::after {
    content: "";
    display: block;
    position: relative;
  }
  #SiteNavLabel-drink-sidebar > div > li:nth-child(2) > a,
  #SiteNavLabel-drink-sidebar > div > li:nth-child(3) > a,
  #SiteNavLabel-food-sidebar > div > li:nth-child(2) > a,
  #SiteNavLabel-goods-sidebar > div > li:nth-child(2) > a {
    /* padding-left: 30px !important;   */
    position: relative !important;
  }
  .link-list * {
    font-weight: bold !important;
  }
  
  .site-nav-container nav .link-list {
    width: 80vw;
    margin-top: 40px;
  }
  .site-nav-container nav .link-list li {
    padding: 5px 0px;
  }
  mobile-navigation .site-nav ul a:not(.button) {
    padding: 8px !important;
  }
  .mobile-nav-logo-wrapper {
    width: 265px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    margin-left: 0;
  }
  /* ボタンに「▷」を追加 */
  #SiteNavLabel-drink-sidebar > div > li:nth-child(2) > a > span > span::before,
  #SiteNavLabel-drink-sidebar > div > li:nth-child(3) > a > span > span::before,
  #SiteNavLabel-food-sidebar > div > li:nth-child(2) > a > span > span::before,
  #SiteNavLabel-goods-sidebar > div > li:nth-child(2) > a > span > span::before,
  #menu-item-all > a > span > span::before,
  #menu-item-home > a > span > span::before,
  #menu-item-about > a > span > span::before,
  #menu-item-events > a > span > span::before,
  #menu-item-information > a > span > span::before,
  #menu-item-contact > a > span > span::before{
    /* content: "▷";
    display: inline-block;
    margin-right: 5px; */
  }
  /* モバイルヘッダーのロゴサイズ調整 */
  .site-header .logo img {
    max-height: initial !important;
  }
  .sticky-header .header__top .logo-img img {
    height: 80px;
  }
  .sns-logos-wrapper {
    width: 80%;
    padding-left: 8px;
    justify-content: left;
  }
}
/* ページネーションを削除 */
.page-nation {
  /* display: none; */
}
/* 英語表記を削除 */
.about-flex-disc-en {
  display: none;
}

/* 20250127追記 */
@media (min-width: 768px) {
  li#menu-item-all {
    border-left: 1px solid #000;
  }
  li#menu-item-community,
  li#menu-item-others,
  li#menu-item-pet-food {
    border-right: 1px solid #000;
  }
}
@media (max-width: 768px) {
    .collection-grid .grid {
    gap: 25px;
  }
}
.back-to-list-button {
  text-align: center;
}
.back-to-list-button a {
  display: block;
    padding: 10px 20px;
    border: black solid 1px;
    width: 200px;
    margin: 0 auto;
}

/* 20250131 */
@media screen and (max-width: 1023px) {
    .site-header .logo {
      padding-left: 12px !important;
    }
}
/* 20250202 */
.brand-hero {
  width: 80vw;
  margin: 0 auto;
  padding-top: 60px;
  overflow-x: hidden;
}
.brand-hero .brand-hero-vid {
  width: 100%;
  /* ハードウェアアクセラレーションを有効化 */
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .brand-hero {
    width: 100vw;
    overflow-y: hidden;
  }
  .brand-hero .brand-hero-vid {
    width: 100%;
  transform: translatey(-25px) scale(1.5);
  transform-origin: center center;
  }
  .business-disc {
    padding-top: 0;
  }
}
/* 20250206追記 */
.soldout-badge {
  display: none;
}
.contact-link-wrapper {
    width: 300px;
    border: solid 1px #000;
    padding: 0 80px;
    margin-bottom: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: .3s;
}
.contact-link-wrapper a {
    font-size: 15px;
    font-weight: bold;
}
.contact-link-wrapper:hover {
  background: #000;
}
.contact-link-wrapper:hover a {
  color: #fff;
}
#customer_register_link {
  /* display: none; */
}
.logged-out-content {
  width: 80vw;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  width: 90vw;
}
/* 新規登録ページ */
.account .h2 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
.account input,
.account label {
  font-size: 13px;
  font-weight: bold;
}
/* 20250219追記 */
/* headerに関する */

/* 20250317追記 */
.products-ttl-logo {
  width: 130px;
}
.products-ttl-logo img {
  width: 100%;
}
.asc {
  width: 160px;
}
.nocollar-logo {
  width: 170px;
}

/* 追記：20250502 */
.footer-logo-wrapper {
  width: 75px;
}
@media (min-width: 769px) {
  .footer-logo-wrapper {
    width: 75px;
  }
} 

/**
 * ================================================================
 * カートボタン クリック強制有効化CSS
 * ================================================================
 * pointer-events: none; によって無効化されている可能性のある
 * カートボタンのクリックを、!important を使って強制的に
 * 有効に戻します。
 * ================================================================
 */
[aria-controls="site-cart-sidebar"] {
  pointer-events: auto !important;
  cursor: pointer !important; /* マウスカーソルが指マークになるように念のため設定 */
}

/* 20250716追記 */
.center-product-ttl {
    margin-top: 100px;
}
.center-product-ttl h3 {
  text-align: center;
  margin-top: 100px;
  font-size: 15px;
  /* font-weight: 100; */
}
.center-product-ttl h2 {
  text-align: center;
  margin-top: 75px;
  font-size: 20px;
  font-weight: bold;
}
.collection-grid .grid {
  gap: 125px;
}
.product-description {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .business-disc-wrapper, .collection-grid .grid {
    gap: 40px;
  }
  .pc {
    display: none;
  }
}
.category-desc p {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
@media (max-width: 768px) {
  .category-desc {
    padding: 0 5vw;
  }
}
.sisetu-wrapper {
  display: flex;
  width: 80vw;
  margin: 0 auto;
  gap: 75px;
}
@media (max-width: 768px) {
  .sisetu-wrapper {
    flex-direction: column;
  }
}
.sisetu-ttl {
  text-align: center;
  font-size: 18px
}
.sisetu-txt {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
.breadcrumb-main:after, .breadcrumb-main:before {
  display: none;
}
.center-product-ttl>img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.reports-sns {
  display: flex;
  width: 80vw;
  margin: 0 auto;
  gap: 50px;
  margin-top: 100px;
}
.reports-sns-icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  flex: 3;
}
.reports-sns-icon-wrapper a {
  display: block;
  width: 22px;
}
.reports-sns-icon-wrapper a img {
  width: 100%;
}
.reports-sns-icon-wrapper img {
  width: 22px;
}
.reports-sns-desc {
  font-size: 13px;
  line-height: 2;
  flex: 7;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .reports-sns {
    flex-direction: column;
    margin: 0 5vw;
    width: 90vw;
    margin-top: 120px;
  }
}
.border_bottom {
  border-bottom: 1px solid #000 !important;
}
.mt20 {
  margin-top:20px !important;
}
/* @media (min-width: 768px) {
    .breadcrumb-container {
        margin-top: 75px !important;
    }
} */
@media (max-width: 768px) {
.site-header #logo .logo-img img {
  position: relative;
  top: 2px;
}
}

/* 20250719：追記 */
/* ビデオ要素の基本スタイル */
video {
    width: 100%;
    height: auto;
    display: block;
    /* Webkit系ブラウザの再生ボタンを非表示 */
    -webkit-media-controls-play-button {
        display: none !important;
        -webkit-appearance: none;
    }
}

/* iOS Safari用の対策 */
video::-webkit-media-controls {
    display: none !important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* モバイル用の追加対策 */
video::-webkit-media-controls-overlay-play-button {
    display: none !important;
    -webkit-appearance: none;
}

/* PCとモバイルの表示切り替え */
.pc-hero {
    display: block;
}

/* 20250724 */
.site-nav.style--classic .menu-link {
  padding: 2px 10px !important;
}

/* 20250728：追記 */
.contact-form h2 {
  text-align: left;
}
.contact-form .h4.gutter-bottom--small {
  font-size: 15px !important;
  margin-bottom: 60px;
  line-height: 1 !important;
}

/* 20250925：追記 */
/* 共通設定 */
.ttl-l {
  font-size: 29px !important;
  font-weight: bold !important;
}
.ttl-m {
  font-size: 18px !important;
  font-weight: bold !important;
}
.subttl {
  font-size: 12px !important;
  font-weight: bold !important;
  position: relative;
  top: -11px;
}
.text-m {
  font-size: 13px !important;
  font-weight: bold !important;
}
/* aboutページの改善 */
.about-main-wrapper {
  padding: 0 var(--gutter-container);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 150px 0;
  gap: 50px;
}
.about-main-wrapper h2 {
  font-size: 18px;
  font-weight: bold;
}
.about-main-wrapper h2 span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
}
.about-main-wrapper h3 {
  font-size: 15px !important;
  font-weight: bold;
}
.about-main-wrapper p {
  font-size: 13px;
}
.about-main-wrapper .about-main-img {
  width: 15.5%;
}
.about-main-img img {
  width: 100%;
  height: 100%:
}
.about-main-desc-text {
  font-size: 13px;
}
@media (max-width: 769px) {
  .about-main-wrapper {
    flex-direction: column;
    gap: 75px;
  }
  .about-main-wrapper .about-main-img {}
}

.about-factory-wrapper {
    margin: 150px 0;
    margin-top: 200px;
    padding: 0 var(--gutter-container);
}
.factory-img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.factory-img img {
    width: 100%;
    height: 100%;
}
.factory-desc-wrapper {
    text-align: center;
}
@media (max-width: 769px) {
  .factory-img {
    width: 90%; 
  }
  .about-factory-wrapper {
    /* padding: 0; */
  }
}
.factory-desc-more {
    margin: 150px 0;
}
.factory-desc-floor {
  margin-bottom: 100px;
}
.floor-num {
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.floor-img {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
.floor-img img {
    width: 10%;
    height: auto;
    flex: 1;
    display: block;
}
.floor-concept {
    display: flex;
    /* flex: 1 2; */
    gap: 20px;
    align-items: center;
}
.f-c-logo {
    /* width: 31%; */
    flex: 1;
}
.f-c-logo img {
    width: 100%;
    height: auto;
}
.f-c-desc {
  flex: 2;
}
@media (max-width: 769px) {
  .floor-img,
  .floor-concept {
    flex-direction: column;
  }
  .floor-img {
    margin-bottom: 50px;
  }
  .floor-img img {
    width: 100%;
  }
  .floor-concept {
    /* align-items: left; */
  }
  .f-c-logo {
    width: 55%;
  }
  .f-c-desc {
    text-align: center;
  }
}
/* 20251009追記 */
  .topimg-leftdisc-wrapper {
      width: 100%;
      margin: 150px 0;
      margin-top: 200px;
      padding: 0 var(--gutter-container);
  }
  .topimg-leftdisc-wrapper .topimg {
      width: 45%;
      height: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 50px; 
  }
  .topimg-leftdisc-wrapper .topimg img {
      width: 100%;
      /* height: 100%; */
  }
  .leftdisc {
      text-align: left;
  }
  @media (max-width: 768px) {
    .topimg-leftdisc-wrapper {
      margin: 0;
      margin-top: 50px;
    }
    .topimg-leftdisc-wrapper .topimg {
      width: 100%;
    }
    .about-factory-wrapper {
      margin: 0;
      margin-top: 50px;
    }
  }
  .step-container {
  /* width: 600px; */
  margin: 0 auto;
  border-collapse: collapse;
}

.step {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.step-number {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-number::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #000;
}

.step-number-5::after {
  content: "";
  display: none;
}

.step-content {
  border: 1px solid #000;
  flex: 1;
  padding: 12px 16px;
  background-color: #fff;
}

.step-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.step-content h3 span {
  position: relative;
  left: -9px;
}

.step-content p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.6;
}
/* CaseStudyのリスト */
.casestudy-list {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 150px;
    padding: 0 var(--gutter-container);
}

.product-card {
    background: white;
    /* border: 2px solid #000; */
    overflow: hidden;
}

.product-image {
    width: 100%;
    aspect-ratio: 1/1;
    /* border-bottom: 2px solid #000; */
    background-color: #fff;
    position: relative;
}

.product-image img {
    aspect-ratio: 1/1;
    object-fit: contain;
    width: 66%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-content {
    padding: 20px;
}

@media (max-width: 768px) {
  .product-content {
    padding: 0;
  }
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.detail-toggle-btn {
    width: 100%;
    padding: 12px 0px;
    background: white;
    /* border: 2px solid #000; */
    border-bottom: 1px solid #000;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    transition: background-color 0.3s;
    color: #000;
}

.detail-toggle-btn:hover {
    background-color: #f0f0f0;
}

.arrow {
    display: inline-block;
    transition: transform 0.3s;
    font-size: 12px;
}

.arrow.open {
    transform: rotate(180deg);
}

.product-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.product-details.open {
    max-height: 3000px;
    transition: max-height 0.5s ease-in;
}

.product-details-inner {
    /* padding: 20px; */
    /* border-top: 2px solid #000; */
    margin-top: 15px;
}

.product-description {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.product-table th,
.product-table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
}

.product-table th {
    background-color: #f0f0f0;
    font-weight: bold;
    width: 30%;
}

@media (max-width: 768px) {
    .casestudy-list {
        grid-template-columns: 1fr;
    }
    .product-image {
      position: relative;
    }
    .product-image img {
      width: 70%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
}
.brandlogo img {
  width: 20%;
}
.p-d-logo-piattosuzuki {
    width: 20%;
    display: block;
    margin: 50px 0px;
}
@media (max-width: 768px) {
  .brandlogo img {
    width: 40%;
    margin: 30px 0;
  }
  .p-d-logo-piattosuzuki {
    width: 40%;
  }
}
.contact-link-wrapper,
.page-nation-wrapper .prev-btn a, .page-nation-wrapper .next-btn a {
  letter-spacing: initial;
}
/* 20251010追記 */
.menu-link {
  font-size: 18px;
}
.fs18 {
  font-size: 18px; 
}
.topimg-leftdisc-wrapper .am-logo {
  width: 60%;
}
.product-image.food-can img {
  width:54%; 
}
.fs13 {
  font-size:13px;
}
/* 20251011追記 */
.site-nav.style--classic a span {
  font-size: 14px;
}
@media (min-width: 769px) {
  .topimg-leftdisc-wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 100px;
  }
  .topimg-leftdisc-wrapper .topimg {
    flex:1;
    margin-bottom: 0px;

  }
  .topimg-leftdisc-wrapper .leftdisc {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .factory-desc-more {
    margin: 0;
  }
}