/** Shopify CDN: Minification failed

Line 257:23 Expected ":"

**/
/* Common */
.template-blog .utility-bar {
  display:none;
}
.view-all.align-center {
  margin-block-start:0px;
  margin-block-end:0px;
  font-weight: 500 !important;
}

strong, b {
  font-weight: 500 !important;
}

.product-info-accordion .disclosure__title {
  font-weight: 500 !important;
}

.btn {
  font-weight: 500 !important;
}

.product-label.product-label--stock {
  display:none;
}

@media (max-width: 1024px) {
  .fully-spaced-row, .fully-spaced-row--small {
    margin-top: calc(var(--section-padding) / 2);
    margin-bottom: calc(var(--section-padding) / 2);
  }
}
h2 a:hover,
a:hover {
  opacity:0.6 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    transition: all  0.2s ease-in-out !important;
  border-bottom:0px !important;
  text-decoration:none !important;
}
.small-feature-link {
    font-size: calc(var(--small-feature-link-font-size) * 0.9) !important;
    font-weight: 400 !important;
}


/* Font */
h1,
.h1 {
  font-size: calc(var(--larger-text-size) * 0.8);
  line-height:1.5 !important;
}

h2,
.h2 {
  font-size: calc(3 * var(--font-scale) + var(--base-text-size));
  line-height:1.5 !important;
}

h3,
.h3 {
  font-size: calc(2 * var(--font-scale) + var(--base-text-size));
  line-height:1.5 !important;
}

h4,
.h4 {
  font-size: calc(1 * var(--font-scale) + var(--base-text-size));
  line-height:1.5 !important;
}

.collapsible-tabs__tab .disclosure .disclosure__title {
  font-size: calc(1 * var(--font-scale) + var(--base-text-size));
}

h5,
.h5 {
  font-size: calc(0.8 * var(--font-scale) + var(--base-text-size));
  line-height:1.5 !important;
}

h6,
.h6 {
  font-size: calc(0 * var(--font-scale) + var(--base-text-size) * 1.0);
  line-height:1.5 !important;
}

h1 a,
h2 a,
h3 a,
h4 a{
  text-decoration:none !important;
}

.account-form label {
  font-weight: 400 !important;
}

.product-block__title,
.price__current {
    font-weight: 500 !important;
}

.template-product .product-price--large .price__default, .product-price--large .price__no-variant {
    font-size: calc(3 * var(--font-scale) + var(--base-text-size) * 0.9);
}

.font-sans-serif{
  font-family: var(--base-font-family) !important;
}

@media (max-width: 1000px) {
  h1,
  .h1 {
    font-size: calc(var(--larger-text-size) * 0.9);
  }
  h1.product-title{
    font-size: calc(calc(4 * var(--font-scale) + var(--base-text-size)) * 1);
  }
  .template-article h1.majortitle{
    text-align:left;
    font-size: calc(calc(4 * var(--font-scale) + var(--base-text-size)) * 1);
  }

  h2,
  .h2 {
    font-size: calc(calc(4 * var(--font-scale) + var(--base-text-size)) * 0.8);
    font-size: calc(calc(5 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }

  h3,
  .h3 {
    font-size: calc(calc(3 * var(--font-scale) + var(--base-text-size)) * 0.8);
    font-size: calc(calc(4 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }

  h4,
  .h4 {
    font-size: calc(calc(2 * var(--font-scale) + var(--base-text-size)) * 0.8);
    font-size: calc(calc(3 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }

  .collapsible-tabs__tab .disclosure .disclosure__title {
    font-size: calc(calc(3 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }

  h5,
  .h5 {
    font-size: calc(calc(1 * var(--font-scale) + var(--base-text-size)) * 0.8);
    font-size: calc(calc(2 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }

  h6,
  .h6 {
    font-size: calc(calc(0 *var(--font-scale) + var(--base-text-size)) * 1.0);
    font-size: calc(calc(1 * var(--font-scale) + var(--base-text-size)) * 0.9);
  }
  .product-block__detail{
    font-size: calc(var(--smaller-text-size-2) * 0.8) !important;
  }
  .rte p {
    font-size: calc(var(--base-text-size) * 1.0);
  }
}


.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin: 3em 0 30px
}
.rte h1:first-child, .rte h2:first-child, .rte h3:first-child, .rte h4:first-child, .rte h5:first-child, .rte h6:first-child {
    margin: 0 0 30px;
}

.large-text {
    font-size: 1.2em;
}
.yes-article-title {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .align-ltr-center p{
    text-align: left;
  }
  .align-ltr-center p br{
    display: none;
  }
}


/* Home */
.template-index .collection-slider-row .hometitle{
  padding-block-start:32px;
  border-block-start:0px solid var(--footer-divider-col);
}

.hometitle {
    margin: 0 0 32px;
}

.shopify-section.section-rich-text .fully-padded-row--medium-demo {
  padding-top: calc(var(--larger-section-padding) * 1);
  padding-bottom: calc(var(--larger-section-padding) * 0);
}

/* collection  */
.template-collection .utility-bar {
  display:none;
}

.template-collection .page-header + .container {
  margin-block-start:var(--gutter);
}

.page-header:not(.page-header--with-background) {
    padding: 0 0 calc(var(--gutter-large) * 1);
}

.template-suffix-yes-list .product-description {
  margin-top: 14px;
  margin-bottom: 0px;
}
  .template-suffix-yes-list .product-description {
    font-size: calc(var(--base-text-size) * 1.0);
  }

@media (max-width: 1024px){

  .template-suffix-yes-list .block-inner-inner{
    display:flex;
    gap: var(--gutter);
  }
  .template-suffix-yes-list .block-inner-inner .image-cont{
    width:140px;
  }
  .template-suffix-yes-list .block-inner-inner .product-block__detail{
    width:calc(100% - 140px - var(--gutter));
    margin:0; 
  }
  .template-suffix-yes-list .block-inner-inner .product-block__detail .product-description {
    margin-block-start:calc(var(--gutter) * 0.5);
    margin-bottom: 0px;
  }
    .template-suffix-yes-list .product-block-yes-list-mode {
        padding-block-end:var(--gutter);
        margin-block-end:var(--gutter);
        border-bottom: 1px solid rgb(var(--text-color) / var(--divider-opacity));
    }
    .template-suffix-yes-list .product-block-yes-list-mode:last-child {
      padding-block-end 0;
      margin-block-end:0;
      border-bottom: 0px solid rgb(var(--text-color) / var(--divider-opacity));
    }
  .page-header .rte p{
    text-align:left;
  }
  .page-header .rte p br {
    display:none;
  }
  .template-suffix-yes-list .product-description {
    font-size: calc(var(--base-text-size) * 0.8);
  }
}

@media (min-width: 1024px) {
  .template-suffix-yes-list .product-grid-yes-list-mode{
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: grid;
    gap:calc(var(--gutter-large) * 1) 0;
  }
  .template-suffix-yes-list .product-block-yes-list-mode {
    padding-bottom: calc(var(--gutter-large) * 1);
    border-bottom: 1px solid rgb(var(--text-color) / var(--divider-opacity));
  }
  .template-suffix-yes-list .product-block-yes-list-mode:last-child {
    padding-bottom: calc(var(--gutter-large) * 1);
    border-bottom: 0px solid var(--header-text-col);
  }
  .template-suffix-yes-list .product-grid-yes-list-mode .block-inner-inner{
    display: flex;
    flex-direction: row-reverse;
  }
  .template-suffix-yes-list .product-block .image-cont{
    width: 30%;
  }
  .template-suffix-yes-list .product-block .product-block__detail{
    width: 70%;
    margin: 0;
    padding-right: calc(var(--gutter-large) * 1);
  }
}
.collection-description {
  margin-block-start: 16px;
}
.price-label--sold-out {
  padding:4px 6px;
  background-color:#FFFFFF;
  border:1px solid var(--product-label-sold-text);
  line-height:1;
  font-size:11px;
  font-weight:700;
}
.price-label.price-label--sold-out {
  background-color:#adb5bd;
  border:1px solid #adb5bd;
  color:#FFFFFF;
}
.product-block__title,
.price__current {
  font-weight:700;
}

@media (min-width: 1024px) {
    .template-blog .article-list.article-layout--columns .article {
      width: 50%;
    }
}

/* /collection  */

/* Products  */
.product-block__image {
  border:1px solid var(--heading-divider-col);
}

.product-info-block p:first-child{
  margin-block-end:0;
}

.product-form .label {
    font-weight: 500 !important;
    font-size: calc(1rem * 0.9);
}

.product-info-accordion .disclosure__title {
  font-size: calc(var(--base-text-size) * 1.0);
}

@media (max-width: 1024px) {
  .template-product .page-section-spacing {
    margin-top: calc(var(--section-padding) * 0.0);
    margin-bottom: calc(var(--section-padding) * 0.0);
  }
}
/* /Products  */

/* Blog  */
.template-blog .article-image {
    margin-top: 0;
    margin-bottom: calc(var(--gutter-large) * 0.5);
}
.article__read-more-container {
  display:none;
}

@media (max-width: 1024px) {
  .yes-article-list-news {
    gap:0 0 !important;
  }
  .yes-article-list-news .yes-article-news.article,
  .yes-article-list-news .yes-article-news.article:first-child {
    padding-top: 0px;
  }
  .yes-article-list-news .yes-article-news.article .meta {
    width: 100%;
    text-align: left !important;
  }

  #shopify-section-template--24667740176686__featured_blog_column_lg_mhgrQq .container.blog-row,
  #shopify-section-template--24667740176686__featured_blog_column_lg_PdzHhd .container.blog-row {
    padding-inline:0 !important;
  }

  .yes-article-list.article-list,
  .yes-article-list-lg.article-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSスムーススクロール */
    gap: 16px;
    padding-bottom: 1rem; /* スクロールバーとの余白 */
  }
  .yes-article-list.article-list .article,
  .yes-article-list-lg.article-list .article {
    flex: 0 0 auto; /* 横幅固定、縮まない */
    width: 320px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px solid
  }

  .yes-article-list.article-list .article:first-child,
  .yes-article-list-lg.article-list .article:first-child {
    margin-inline-start:var(--container-pad-x);
  }
  .yes-article-list.article-list .article:last-child,
  .yes-article-list-lg.article-list .article:last-child {
    margin-inline-end:var(--container-pad-x);
  }

  .page-section-spacing {
    margin-top: calc(var(--section-padding) * 0.5);
    margin-bottom: calc(var(--section-padding) * 0.5);
  }

  .article-list .article {
    padding-top: calc(var(--gutter-large) * 1);
    padding-bottom: calc(var(--gutter-large) * 1);
    border-top: 0px solid rgb(var(--text-color) / var(--divider-opacity));
  }
  .template-article .container.blog-row{
    padding-right: 0;
    padding-left: 0;
  } 

}

.yes-article-list-news.article-list.article-layout--columns .article {
    width: 100%;
}
@media (min-width: 1024px) {
    .yes-article-list.article-list.article-layout--columns .article {
        width: 25%;
    }
    .yes-article-list-lg.article-list.article-layout--columns .article {
        width: 50%;
    }
}

.yes-article-list-news.article-list.article-layout--columns {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 16px 0px;
}

.yes-article-list-news .yes-article-news.article {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 0;
  padding-block: 16px;
  border-bottom: 1px solid rgb(var(--text-color) / var(--divider-opacity));
  padding-inline: 0;
}

.yes-article-list-news .yes-article-news.article:first-child {
  padding-top: 16px;
  border-top: 1px solid rgb(var(--text-color) / var(--divider-opacity));
}

.yes-article-list-news .yes-article-news.article .article__inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  padding: 0;
}

.yes-article-list-news .yes-article-news.article .yes-article-title {
  width: calc(100% - 96px - 112px - 32px);
  margin: 0 0;
}

.yes-article-list-news .yes-article-news.article .meta {
  width: 112px;
  text-align: right;
  margin: 0 0;
}

.workshop-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
  margin-block-end: 16px;
}

.workshop-info .tag-label{
  width: 64px;
  padding: 4px 4px;
  margin: 0;
  box-sizing: border-box;
}

.workshop-info .workshop-date {
  display: inline-block;
  width: calc(100% - 64px - 16px);
  margin: 0;
}
.template-blog .fully-spaced-row--medium {
    margin-top: var(--section-padding);
    margin-bottom: var(--section-padding);
}

.template-blog .fully-spaced-row--medium h1 {
  font-size: calc(4 * var(--font-scale) + var(--base-text-size));
}
.utility-bar-yes-news {
  display: none;
}

.template-suffix-yes-news .article__read-more-container {
  display: none;
}

.template-article .pagination-row {
  display:none !important;
}

.template-article .blog-information {
  border-top: 1px solid rgb(var(--text-color) / var(--divider-opacity));
  margin-top: calc(var(--section-padding) / 2);
  padding-top: calc(var(--section-padding) / 2);
}

@media (max-width: 1024px){
  .tag-label {
    font-size: 11px;
    padding: 4px 4px;
  }
  .yes-article-list-news .yes-article-news.article .article__inner{
    flex-direction: column;
    gap:8px 0;
    align-items: flex-start;
  }
  .yes-article-list-news .yes-article-news.article .yes-article-title {
    margin-block-start:4px;
    width: 100%;
  }
}


/* /Blog  */

/* Page  */

.template-page .strongly-spaced-row,
.template-page .fully-spaced-row--medium {
    margin-top: 0;
    margin-bottom: 0;
}


.section-id-template--24694888333614__featured_collection_ghTiFL {
  padding-top:0px !important;
}

  #shopify-section-template--24694888333614__featured_collection_pC6mcX .section-id-template--24694888333614__featured_collection_pC6mcX {
    padding-bottom:calc(var(--container-pad-x) * 1);
  }

.template-suffix-about-fragrance-yes .section-image-with-text {
  padding-block-end: calc(var(--section-padding) * 1) !important;
}

.template-suffix-about-fragrance-yes #shopify-section-template--24694888333614__rich_text_fV7prg {
  padding-block-start:calc(var(--section-padding) * 1) !important;
}

.template-suffix-about-fragrance-yes #shopify-section-template--24694888333614__image_with_text_88Mhte {
  padding-block-start:calc(var(--section-padding) * 1) !important;
  padding-block-end:calc(var(--section-padding) * 1) !important;
}

#shopify-section-template--24694888333614__image_with_text_88Mhte .feature-text-paired{
  margin-left:0;
}

@media (max-width: 1024px) {
  .padded-row, .fully-padded-row--small {
    padding-top: calc(var(--section-padding) * 0.5) !important;
    padding-bottom: calc(var(--section-padding) * 0.5) !important;
  }

  .template-suffix-about-fragrance-yes .flexible-layout .image-overlap__image .theme-img{
    aspect-ratio:1/1;
    object-fit:cover;
  }

  .template-suffix-about-fragrance-yes #content .flexible-layout{
    display:flex;
    flex-direction: column-reverse;
  }

  .template-suffix-about-fragrance-yes #content .flexible-layout .feature-text-paired h2 {
    text-align:center;
    margin-block-end: 30px;
    padding-block-end:30px;
    border-bottom:1px solid rgb(173, 181, 189);
  }

  .template-suffix-about-fragrance-yes #shopify-section-template--24694888333614__image_with_text_88Mhte {
    padding-block-start: calc(var(--section-padding) * 0.5) !important;
    padding-block-end: calc(var(--section-padding) * 1) !important;
  }

  .template-suffix-about-fragrance-yes #shopify-section-template--24694888333614__rich_text_fV7prg {
    padding-block-start: calc(var(--section-padding) * 0) !important;
  }

  .template-suffix-about-fragrance-yes .flexible-layout .column {
    margin-bottom: 0px;
    margin-block-start:calc(var(--section-padding) * 0.3);
  }
    .template-suffix-about-fragrance-yes .flexible-layout .column:last-child {
        margin-top: 0;
    }

  .template-page .collection-description {
    width:100%;
    text-align:left;
    padding-inline:var(--container-pad-x);
  }

  .template-page .collection-description p{
    line-height:1.8;
  }

  .template-page .collection-slider .has-paging {
    flex-wrap:wrap;
  }

  #shopify-section-template--24694888333614__featured_collection_pC6mcX .section-id-template--24694888333614__featured_collection_pC6mcX {
    padding-bottom:calc(var(--container-pad-x) * 2);
  }
}

@media (min-width: 768px) {
  .template-page #shopify-section-template--24694888333614__image_with_text_pj8pKr .feature-text-paired {
    margin-right: 0% !important;
  }

  .template-page #shopify-section-template--24694888333614__5d80e24d-359e-4497-b5e7-90275162de31 .feature-text-paired {
    margin-right: 0% !important;
  }
}


.tag-label {
  display: inline-block;
  font-size: 11px;
  padding: 8px 4px;
  width: 96px;
  text-align: center;
  background-color: rgb(var(--heading-color));
  color: #FFFFFF;
  box-sizing: border-box;
  font-weight:500;
}
.tag-label.tag-notice {
  background-color: #c92a2a;
}

