/** Shopify CDN: Minification failed

Line 202:0 All "@import" rules must come first
Line 453:10 Expected ":"
Line 494:10 Expected ":"
Line 559:10 Expected ":"
Line 602:10 Expected ":"
Line 726:2 "z-indec" is not a known CSS property
Line 884:20 Expected "}" to go with "{"

**/
/*
アコーディオン共通
*/
summary {
	list-style: none;
	position: relative;
	margin-bottom: 0px;
	padding: 20px 70px 20px 35px;
	cursor: pointer;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #D5D5D5  
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,
details[open] summary {
    border-bottom: 1px ;
    border-style: solid;
    border-color: #d8d8d8;
  transition: 0,3s;
}

summary::after {
	content: "";
    position: absolute;
    left: 15px;
    top: 40%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}

details[open] summary::after {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 47%;
}

.answer {
    padding: 20px 30px;
}

details[open] .answer {
	animation: fadein 0.5s ease;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/*
ご利用案内
*/

summary.user {
	list-style: none;
	position: relative;
    margin-bottom: 10px;	
	padding: 22px 70px 20px 35px;
	cursor: pointer;
    background: #F4F2ED;
   	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
    border-style: solid;
    border-color: #D5D5D5  
}
  
summary.user::-webkit-details-marker {
	display: none;
}

summary.user:hover{
  	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
    border-style: solid;
    border-color: #D5D5D5  
}

details.user[open] summary {
    background: #F4F2ED;	
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0px;
    border-style: solid;
    border-color: #D5D5D5  
}

summary.user::after {
	content: "";
    position: absolute;
    left: 15px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);  
}

details.user[open] summary::after {
	background: #F4F2ED;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
}

.answer.user {
	background: #F4F2ED;
    margin-top: -10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 40px;
	border-top: 0px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
    border-style: solid;
    border-color: #D5D5D5 
}

details.user[open] .answer {
	animation: fadein .3s ease;
    transition: .5s;
}

@keyframes fadein {
	0% { opacity: 0; 
    transform: translateY(-10px)
     }
	100% { opacity: 1; 
     transform: none;
  }
}
  　
/*
画像保存禁止
*/

img {
  pointer-events: none;
}

/*
花森選集ボタン
*/

.hanamori {
	margin-top: -50px;
}

/* 文字の長さに合わせる */
.box-txt {
 display:inline-block;
 padding: 0.5em 1em;
 margin: 2em 0;
 font-weight: bold;
 border: solid 2px #0000ff;
}
.box-txt p {
 margin: 0; 
 padding: 0;
}



/* -------------------- ver.2025 -------------------- */

/* font-family: "Roboto", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* -------------------- 
   COMMON
   -------------------- */

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.075em;
  line-height: 1.6;
  color: #222;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #222;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
}

hr {
  margin-bottom: 0;
}

/* ボタン */
.button, button {
    border: solid 1px #222;
    border-radius: 3px !important;
    transition: all .25sease-in-out;
    padding: 0 20px 0px 22px !important;
    letter-spacing: 1px;
    background-color: #fff !important;
  color: #222 !important;
  line-height: 42px;
}
/* ボタン 購入 */
input[type=submit], input[type=reset], input[type=button], 
.shopify-buy__btn {
    border: none;
    border-radius: 3px !important;
    transition: all .25sease-in-out;
    padding: 0 20px 0 20px !important;
    letter-spacing: 1px;
    background-color: #8e8373 !important;
  color: ##fff !important;
  font-weight: 600;
  line-height: 40px !important;
  width: 100% !important;
}
.secondary-button {
  color: ##fff !important;
}
.js-slideout-close {
    border: none;
}

/* NEWアイコン */
.icn {
    position: absolute;
    bottom: 6px;
    right: 0;
    text-align: center;
    font-size: 11px;
  font-weight: 600;
  line-height: 1;
    padding: 4px 8px 6px;
    border-radius: 3px 0 0 0;
  background-color: #BC0000;
}
.new {
    z-index: 3;
    vertical-align: bottom;
}

/* CART */
.or-divider {
  margin-top: 30px;
}
.or-divider span:before, 
.or-divider span:after {
  width: 15%;
}
.js-cart-empty {
    font-size: 15px;
}
.ajax-cart__header-wrapper h2.section-heading {
   font-size: 17px;
  font-weight: 600;
}


/* -------------------- 
   HEADER
   -------------------- */

header {
  padding-top: 40px !important;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow {
  background-color: rgb(0,0,0,0) !important;
}

button.slideout__trigger-mobile-menu {
    border: 0px;
    border-radius: 3px !important;
    transition: all .25sease-in-out;
    padding: 0 10px 0px 10px !important;
  background-color: rgb(0,0,0,0) !important;
    letter-spacing: 1px;
  color: #222 !important;
  line-height: 1;
}

@media only screen and (max-width: 896px) {

  header {
  padding-top: 10px !important;
}
  
}


/* -------------------- 
   FOOTER
   -------------------- */

#top-bar {
  background-color: #c7dae1 !important;
  color: #222 !important;
}
#top-bar p a {
  color: #222 !important;
}

#footer {

}

#footer .footer-sect {
  padding: 0 20px !important;
}

#footer h4 {
  letter-spacing: 0.05em !important;
  padding-bottom: 10px;
}

#footer .footer-sect li {
  margin-bottom: 6px;
}

#footer .footer-sect li a {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-overflow-scrolling: touch;
}

#footer .footer-sect .left small {
  display: inline-block !important;
  text-align: left !important;
  line-height: 1.8 !important;
}

ul#social-links li a {
  color: #8E8373 !important;
}

p.copyright-text {
  font-size: 11px !important;
  color: #8E8373 !important;
}

/* -------------------- 
   HOME
   -------------------- */

.homepage-section {
  text-align: center;
}

.homepage-section .row {
  position: relative;
}

.homepage-section h2.section-heading {
  display: inline-block !important;
  width: auto !important;
  border: solid 1px #1f1f1f;
  background-color: #fff;
  padding: 10px 20px 13px !important;
  margin-left: auto !important; 
  margin-right: auto !important;
}

/* ジャンル別 title */
#shopify-section-featured_collection_RMUqRP h2.section-heading, 
#shopify-section-1622197917434e2c8b h2.section-heading, 
#shopify-section-1621672020214958c0 h2.section-heading, 
#shopify-section-1522184647329 h2.section-heading {
  position: absolute;
  top: -30px;
  left: -10px;
}
/* ジャンル別 BG */
#shopify-section-1622197917434e2c8b .homepage-section .row, 
#shopify-section-1621672020214958c0 .homepage-section .row, 
#shopify-section-1522184647329 .homepage-section .row {
  border: solid 1px #1f1f1f;
  background-color: #f8f8f8;
  padding: 30px;
}

#shopify-section-1622197917434e2c8b .homepage-section {
  margin-top: 80px;
}
#shopify-section-1522184647329 .homepage-section {
  margin-bottom: 120px;
}

/* 新刊 BG */
#shopify-section-featured_collection_RMUqRP .homepage-section .row {
  border: solid 1px #1f1f1f;
  background-color: #fae67a;
  padding: 60px 180px;
  margin-top: 45px !important;
}
#shopify-section-featured_collection_RMUqRP .homepage-section {
  margin-bottom: 120px !important;
}
/* 新刊 アイコン非表示 */
#shopify-section-featured_collection_RMUqRP .icn {
  display: none !important;
}

/* ロングセラー title */
#shopify-section-featured_collection_erQj63 {
  padding-top: 90px;
}
#shopify-section-featured_collection_erQj63 h2.section-heading {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  white-space: nowrap;
}
/* ロングセラー BG */
#shopify-section-featured_collection_erQj63 {
  background-color: #efefe2;
  margin-bottom: 30px !important;
}

/* カテゴリー title */
#shopify-section-collection_list_DQ4Rha {
  padding-top: 90px;
}
#shopify-section-collection_list_DQ4Rha h2.section-heading {
  position: absolute;
  top: -160px;
  left: -10px;
}
/* カテゴリー BG */
#shopify-section-collection_list_DQ4Rha {
  background-color: #efefe2;
}

#shopify-section-featured_collection_erQj63 .homepage-section, 
#shopify-section-collection_list_DQ4Rha .homepage-section {
  margin-bottom: 90px !important;
}

.shopify-section-featured_collection_erQj63 .homepage-section {
  margin-bottom: 0px !important;
}
.shopify-section-featured_collection_erQj63 {
  margin-bottom: 90px !important;
}

/* 特集 */
#shopify-section-featured_blog_zxLnxj h2.section-heading {
  color: #a19384;
  border: none;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  white-space: nowrap;
  margin-top: 60px;
}

/* 定期購読 */
#shopify-section-image_with_text_H9Ri8G .homepage-section, 
#shopify-section-product-image-with-text {
  background-color: #c7dae1;
  margin-bottom: 0;
  padding: 60px 0 35px;
}
#shopify-section-image_with_text_H9Ri8G h3, 
#shopify-section-product-image-with-text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0.5em;
    }
#shopify-section-image_with_text_H9Ri8G p, 
#shopify-section-product-image-with-text .rte {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #222;
  line-height: 1.8;
  text-align: center !important;
}
#shopify-section-product-image-with-text .image__withText-caption {
  text-align: center !important;
}
#shopify-section-product-image-with-text a.button {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#shopify-section-product-image-with-text .images-with-text {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}


@media only screen and (max-width: 896px) {

  .featured__collection.product-loop {
    grid-column-gap: 0 !important;
  }
  
  .featured__collection-button-container {
    margin-top: 40px;
  }
  
  .homepage-section h2.section-heading {
    padding: 6px 12px 9px !important;
    font-size: 17px;
  }
  
  /* ジャンル別 title */
  #shopify-section-featured_collection_RMUqRP h2.section-heading, 
  #shopify-section-1622197917434e2c8b h2.section-heading, 
  #shopify-section-1621672020214958c0 h2.section-heading, 
  #shopify-section-1522184647329 h2.section-heading {
    position: absolute;
    top: -22px;
    left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  white-space: nowrap;
  }
  /* ジャンル別 BG */
  #shopify-section-1622197917434e2c8b .homepage-section .row, 
  #shopify-section-1621672020214958c0 .homepage-section .row, 
  #shopify-section-1522184647329 .homepage-section .row {
    border: solid 1px #1f1f1f;
    background-color: #f8f8f8;
    padding: 30px;
  }

  /* ロングセラー下 */
  #shopify-section-1622197917434e2c8b .homepage-section {
    margin-top: 50px;
  }
  #shopify-section-1522184647329 .homepage-section {
    margin-bottom: 100px;
  }
  
  /* 新刊 BG */
  #shopify-section-featured_collection_RMUqRP .homepage-section .row {
    padding: 30px 20px;
    margin-top: 45px !important;
  }
  #shopify-section-featured_collection_RMUqRP .homepage-section {
    margin-bottom: 80px !important;
  }

  /* ロングセラー title */
  #shopify-section-featured_collection_erQj63 {
    padding-top: 20px;
  }

  /* カテゴリー title */
  #shopify-section-collection_list_DQ4Rha {
    padding-top: 40px;
  }
  #shopify-section-collection_list_DQ4Rha h2.section-heading {
    position: absolute;
    top: -83px;
    left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  white-space: nowrap;
  }

  #shopify-section-collection_list_DQ4Rha .collection__list-collections.collection-loop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  #shopify-section-collection_list_DQ4Rha .collection__item-details {
    display: none !important;
  }

  /* ロングセラー 余白 */
  #shopify-section-featured_collection_erQj63 .homepage-section, 
  #shopify-section-collection_list_DQ4Rha .homepage-section {
    margin-bottom: 40px !important;
    padding-top: 20px !important;
  }
  
  .shopify-section-featured_collection_erQj63 .homepage-section {
    margin-bottom: 0px !important;
  }
  .shopify-section-featured_collection_erQj63 {
    margin-bottom: 90px !important;
  }

    /* 特集 */
  #shopify-section-featured_blog_zxLnxj h2.section-heading {
    margin-top: 10px;
    margin-bottom:00px;
  }

  /* 定期購読 */
  #shopify-section-image_with_text_H9Ri8G .homepage-section, 
  #shopify-section-product-image-with-text {
    padding: 60px 0 10px;
    margin-bottom: 0;
  }
  #shopify-section-image_with_text_H9Ri8G h3, 
  #shopify-section-product-image-with-text h3 {
    font-size: 22px;
      }
  #shopify-section-image_with_text_H9Ri8G p, 
  #shopify-section-product-image-with-text .rte {
    text-align: left !important;
  }
  #shopify-section-image_with_text_H9Ri8G p br, 
  #shopify-section-product-image-with-text .rte br {
    display: none !important;
  }
  
}

/* -------------------- 
   PRODUCTS > DETAIL PAGE
   -------------------- */

.product-media-container {
  margin: 0 15%;
}

.product__form-container {
  border-top: none !important;
  padding-top: 0;
}

h1.product__section-title {
  font-size: 22px;
  letter-spacing: 0.05em !important;
}

.product__nav {
  display: none !important;
}

.price__pricing-group .price-item {
  font-size: 17px;
  font-weight: 300 !important;
  color: #8e8373;
}
.price__pricing-group .price-item:after {
  content: '（税込）';
  font-size: 12px;
  color: #888;
  vertical-align: 1px;
}

.price--listing .price-item {
  font-size: 14px;
  font-weight: 300 !important;
  color: #8e8373;
}
.price--listing .price-item:after {
  content: '税込';
  font-size: 9px;
  color: #888;
  vertical-align: 1px;
}

/* CONTENTS 通常商品 */



/* CONTENTS 定期購読 */

#shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription {
  padding: 60px 0 !important;
  margin-bottom: 0 !important;
}
#shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription:after {
  position: absolute;
    content: "";
    display: inline-block;
    width: 200px;
    height: 200px;
    background-image: url('/cdn/shop/files/shop-subsc01.png');
    background-position: center;
    background-size: contain;  display: block;
  /* mix-blend-mode: overlay; */
  bottom: 0px;
  right: 15vw;
}

#shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription:before {
  z-indec: 10000;
  position: absolute;
    content: "";
    display: inline-block;
    width: 180px;
    height: 180px;
    background-image: url('/cdn/shop/files/shop-subsc02.png');
    background-position: center;
    background-size: contain;  display: block;
  /* mix-blend-mode: overlay; */
  top: 20px;
  left: 18vw;
}

.section-product-text-boxes-subscription h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}

.section-product-text-boxes-subscription h4 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding: 0 0rem 0.5rem;
  margin-bottom: 20px;
}
.section-product-text-boxes-subscription h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#shopify-section-product-image-with-text-subscription {
  background-color: #edecdf;
  padding: 60px 0 !important;
}

#shopify-section-product-image-with-text-subscription h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
}

#shopify-section-product-image-with-text-subscription p small {
  display: inline-block;
  line-height: 1.6;
}

@media only screen and (min-width: 897px) {
  
  #shopify-section-product-text-boxes-subscription h3 br {
    display: none !important;
  }
  
}

@media only screen and (max-width: 896px) {

#shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription:after {
    width: 130px;
    height: 130px;
  bottom: -60px;
  right: 5vw;
}

#shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription:before {
    width: 100px;
    height: 100px;
  top: -44px;
  left: 5vw;
}
  
  #shopify-section-product-text-boxes-subscription .section-product-text-boxes-subscription {
    padding: 30px 0 !important;
  }
    
  #shopify-section-product-text-boxes-subscription h3 {
    font-size: 20px;
  }
  
  #shopify-section-product-text-boxes-subscription h4 {
    font-size: 14px;
  }
  
  #shopify-section-product-text-boxes-subscription p {
    font-size: 13px;
    text-align: left;
  }
  #shopify-section-product-text-boxes-subscription p br {
    display: none !important;
  }
  
  #shopify-section-product-image-with-text-subscription {
    background-color: #edecdf;
    padding: 30px 0 !important;
  }
  
  #shopify-section-product-image-with-text-subscription h3 {
    font-size: 17px;
  }
    
}

/*
商品ページ詳細
*/
.product-scroll {
  height: 300px;
  overflow: hidden scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: thin;
  /*Firefoxへの対応*/
  scrollbar-width: thin;
}
 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: thin;
}


/*
ボーダー
*/

.product-hr{  
  border-top: solid 1px #D5d5d5 ;
  margin: 30px auto !important ;
}

/*
商品ページ切り線
*/
.product-divider {
  display: flex;
  margin: 50px 0 20px 0 !important;
  font-weight: nomal;
  align-items: center;
  justify-content: left
}
.product-divider::after {
  content: '';
  height: 0.7px;
  background-color: #D5d5d5;
  flex-grow: 1;
}
.product-divider::after {
  margin-left: 1rem;