/** Shopify CDN: Minification failed

Line 129:0 Unexpected "}"

**/
/* 共通 */
body {
    font-size: 1.4rem;
    font-family: "Zen Kaku Gothic New";
}

/* ヘッダー */
.header__inline-menu{
    font-family: "Zen Kaku Gothic New";
}
a#HeaderMenu-home {
    font-size: 16px;
}


/* topスライド */
.slider-counter__link--active.slider-counter__link--dots .dot{
    background-color:#77694D!important;
}
.slider-counter__link--dots .dot{
    border: .1rem solid #77694D!important;
}
.slideshow__item-link{
    height:100%;
}

/* image-with-textセクション  */
.image-with-text .image-with-text__heading {
    font-family: "Shippori Mincho";
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.image-with-text .image-with-text__text p{
    font-family: "Zen Kaku Gothic New";
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing:0.6px;
}
.title.inline-richtext.h1 {
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
}

@media screen and (min-width: 990px) {
    .image-with-text__content {
        padding: 4rem 7rem 7rem !important;
    }
}

@media screen and (max-width:749px){
  .blog__posts.articles-wrapper {
width:90%!important;
  }
}
.article-card__excerpt.rte-width{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで表示行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* コレクション */
.collection__title h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in{
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing:0.6px;
}


p.collection__smalltext {
    text-align: left;
    color: #B0A55A;
    font-family: "Shippori Mincho";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.6px;
    margin-bottom: 0.5em;
}
.card__information .card__heading{
    color: #333;

/* product card title */
    font-family: "Shippori Mincho";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: var(--stroke-weight-0_6, 0.6px);
}


/* フッター */

.blog-card__content h3 a{
    color: #b0a55a!important;
    font-family: "Shippori Mincho";
}

.footer-block__heading {
    font-family: "Shippori Mincho";
}

@media screen and (min-width: 750px) {
    .footer-block:has(.footer-block__image-wrapper) {
        width: 30%!important;
    }
    .footer .footer-block.grid__item{
        width: calc(13% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    }
}
.collection-hero__title{
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: var(--letter-spacing-0_6, 0.6px);
}

/* 商品一覧 */
.collection-hero__image-container.media.gradient {
    aspect-ratio: 548 / 404;
}
.collection-hero__description p{
    font-size:16px;
}

/* 商品詳細 */
.product__title h1{
    color: #121212;
font-family: "Shippori Mincho";
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 52px */
letter-spacing: var(--letter-spacing-0_6, 0.6px);
}

h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in{
    color: #121212;
text-align: center;
font-family: "Shippori Mincho";
font-size: var(--font-size-40, 40px);
font-style: normal;
font-weight: 400;
line-height: var(--line-height-52, 52px); /* 130% */
letter-spacing: var(--letter-spacing-0_6, 0.6px);
}

.rich-text__blocks h2, p.rich-text__caption{
    font-family: "Shippori Mincho";

}

@media screen and (max-width:749px){
    .product__title h1,h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in{
        font-size: 20px;
    } 
}

/* カート */
.cart__empty-text,
.cart__login-title {
    font-family: "Zen Kaku Gothic New";
}

.cart-items tr th{
    font-size:14px;
    font-family: "Zen Kaku Gothic New";
}

/* Selleasy */
.lb-addon-title {
    font-family: Shippori Mincho;
}
.related-products__heading{
    color: #333;
    font-family: Shippori Mincho;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .6px;
}

/* Blog */
.article-template__title {
    font-family: Shippori Mincho;
}
.title--primary {
    font-family: Shippori Mincho;
}

/* 追加修正 */
.article-card-wrapper .card__heading{
    font-size:24px;
}
.article-card-wrapper .circle-divider{
    font-size:13px;
}
.article-card-wrapper .article-card__excerpt{
    font-size:16px;
}

/* 未成年警告 */
/* 年齢確認ポップアップのスタイル */
.age-verification-overlay {
  display: none; /* JSで制御 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.age-verification-modal {
  background: #fff;
  padding: 40px 30px;
  max-width: 450px;
  width: 90%;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.age-verification-title {
  margin-top: 0;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  color: #000;
}

.age-verification-separator {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.age-verification-text {
  font-size: 0.95em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.age-verification-subtext {
  font-size: 0.85em;
  margin-bottom: 25px;
  color: #666;
}

.age-verification-button {
  background: #000;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}

.age-verification-button:hover {
  opacity: 0.8;
}

/* ドロワーカート */
.cart-notification .button--secondary:after {
    border: 1px solid white; 
box-shadow:none;
}
.cart-notification #cart-notification-button{
    color:white;
}

.cart-notification #cart-notification-form {
    display:none;
}

.cart-notification .link.button-label{
    color:white;
}

/* コンタクト */
.main-page-title {
    font-family: Shippori Mincho;
}

/* 特商法 */
.shopify-policy__container {
    max-width: 620px !important;
}
.shopify-policy__title h1 {
    font-family: Shippori Mincho;
}

/* TOP：Aboutセクション */
.global-media-settings {
    border: none;
}

/* Judge.me レビュー投稿ボタン非表示 */
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) :not(.jdgm-revs-tab__content-header)>.jdgm-widget-actions-wrapper {
    display: none;
}

/* 画像比率調整 */
.image-with-text__media img{
        aspect-ratio: 4 / 3;
}