/** Shopify CDN: Minification failed

Line 5206:4 "marign-bottom" is not a known CSS property
Line 5498:104 Unexpected "{"
Line 5983:4 "padding-botom" is not a known CSS property

**/
/* 共通 */
:root{
--colorXXlightTextBody: var(--colorImageBorder);
--colorXlightTextBody: var(--colorImageBorder);
--xsmallText: 11px;
--msmallText: 12px;
--smallText: 13px;
--text:  14px; 
--textMS:15px;
--textM:16px; 
--colorLinkText: #1773B0; 
--heading-font-weight: 400;  
--layoutRadius: 6px;  
}

#signUpForm-callback.hidden{
  display:none;
}

.my-wishlist-button{
  display:none;
  width:40px;
  height:40px;
  background:#f2f2f2;
}
body .frcp-wishlist-nav-link-wrapper{
  margin-right:12px;
}
body .frcp-wishlist-nav-link-wrapper .frcp-wishlist__icon{
  fill:#fff;
  stroke: #1a1a19;
  stroke-width: 1.5px;
}
body .frcp-wishlist-nav-link-wrapper .frcp-wishlist-nav-link__count{
  background:#fff;
}
body .frcp-wishlist-nav-link__count{
  display:none!important;
}

body .customer-links{
  margin-right:12px;
}
body .customer-links #customer_login_link{
  display: flex;
  align-items: center;
  width: 24px;
  height:28px;
  cursor: pointer;
}

h1, h2, h3{
  font-weight:600;
}
.contact-links .st0{
  fill: #1a1a19;
}
a:hover{
 transition: 0.6s ease-out;
}
table{
  border:0;
}
tr td{
  border:0;
}
.yv-product-feature-tab-content table {
  white-space: inherit;
}
.yv-footer-newsletter-wrapper input,
.yv-footer-newsletter-wrapper input:focus,
.yv-footer-top-box{
  border-color:var(--colorImageBorder)!important;
}
#shopify-section-sections--19040790053088__footer .yv-footer-bottom-box{
  border-top:solid 1px var(--colorImageBorder)!important;
}

/* youtubeを埋め込む際、比率を維持するためのコード */
.youtube-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比（= 9 ÷ 16） */
  height: 0;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 商品詳細ページ今すぐ購入ボタン */
.shopify-payment-button__button--unbranded:hover:not([disabled]){
  background-color:#ff2e2e!important;
  border-color:#ff2e2e!important;
  color:#ff2e2e!important;
}
quantity input:focus, .quantity input:focus-visible{
  border:none!important;
}

.banner-section .yv-banner-thumbnail.is-nav-selected,
.yv-product-gallery-thumbs.yv-product-small-slider .yv-product-slider-item.active,
.yv-product-slider-item.is-nav-selected,
.yv-quickview_product.yv-thumb .item.is-nav-selected .yv-quickview_product_img_thumb{
  border-color:var(--cartDotColor);
}

h1, .h1 {
  font-size: 28px;
}

input::placeholder{
  color:#ccc!important;
}

ul li,
ol li{
  list-style: none;
}

.button,
.pdp-action-container button.shopify-payment-button__button,
.pdp-action-container button.shopify-payment-button__button--hidden,
.shopify-challenge__button{
  min-height:50px;
}

/* スクロールバー非表示 */
/* Webkit（Chrome, Safari）用 */
::-webkit-scrollbar{
  display: none;
}

/* Firefox用 */
* {
  scrollbar-width: none;
}

/* Edge, IE（古いブラウザには非対応） */
* {
  -ms-overflow-style: none;
}

/* 一時非表示にするためのコード */
.yv-gallery-collage-outer .row > div {
  width: 25%;
  height:387px;
}

/* ここまで */

/* お気に入り */
.frcp-wishlist__guest{
  display:none;
}

.products-count.text-medium{
  display:none;
}
.collection-sort-elements{
  margin-right:auto;
}


.home-footer main{
  margin-top:12px;
}
.yv-page-banner{
  padding:30px 0;
}

.site-footer .shopify-section-main-header{
  margin-bottom:0;
}
.shopify-section.customer.account.my-accunt{
  padding:0 0 0 0;
}

a:hover{text-decoration:none;}

.product-item a:hover h3,
.header-no-login li a:hover{
  text-decoration:underline;
}

.link{
 font-size:13px;
 font-weight:400;
  text-decoration:none;
  position:relative;
  padding-right:10px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.link:before,
.item-product-tags .link:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: #1a1a19 #1a1a19 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
  background:transparent;
}
.link:after, 
.item-product-tags .link:after{
  content:none;
}
.item-product-tags .link{
  position:relative;
  margin-left:auto;
}
/*
.link:before {
  content: "";
  width: 12px;
  height: 1px;
  background: var(--colorTextBody);
  margin-left: auto;
  position: absolute;
  top: 52%;
  right: 0;
  opacity:1;
}

.link:after {
  content: "";
  display: inline-block;
  position:absolute;
  width: 8px; 
  height: 8px; 
  border-top: 1px solid var(--colorTextBody);
  border-right: 1px solid var(--colorTextBody);
  transform:rotate(45deg);
  margin-left: 6px; 
  top:8px;
  right: 0;
}
*/
a:hover,
.form-inline.header-right a:hover svg,
.address-list li.add-address .link:hover{
  opacity:.7;
  transition: 0.6s ease-out;
}
.pdp-action-container button.shopify-payment-button__button{
  background:var(--colorTextSavings);
  border-color:var(--colorTextSavings);
  color:#fff;
}
a:hover .star-right {
    text-decoration: none !important;
  display: inline-block;
}

/* 1021テスト */
.header-sp-h1.d-md-none{
  display:none;
}
.star-right,
.yotpo-sr-bottom-line-text,
.yotpo-bottomline .text-m{
  color:#1a1a19!important;
}
.yotpo-sr-bottom-line-text{
  text-decoration:underline!important;
}
/* ここまで */

.featured-articles-section .section-heading {
  text-align:left;
  flex-direction:row;
  flex-wrap: nowrap;
  margin-bottom:10px;
}
.featured-articles-section .section-heading .featured-blog-section-heading{
  margin-bottom:10px;
}

.featured-articles-section .section-heading> h2,
.item-product-tags .section-heading> h2 {
  width:calc(100%  - 106px);
  padding-right:12px;
}

.featured-articles-section .blog-story .t-stroy.section-heading .featured-blog-section-heading{
  margin-bottom:0;
}

.featured-articles-section .col-10,
.featured-articles-section .col-12 {
    flex: 0 0 58.36619%;
    max-width: 58.36619%;
    padding-right: 8px;
    padding-left: 8px;
}
.yv-gallery-collage-outer.space-around .row{
  width:calc(100% + 32px);
  margin-left:-16px;
  margin-right:-8px;
}
.yv-gallery-collage-outer.space-around .row > .col-12:first-of-type{
  margin-left:8px;
}
.yv-gallery-collage-outer.space-around .row > .col-12:last-of-type{
  padding-right:16px
}


.featured-articles-section .row{
  margin-left:-8px;
  margin-right:-8px;
}

.slider-button{
 border-radius:50%; 
}

.pc-link.d-md-block{
  display:none;
}

.button.common-btn{
  margin-top:20px;
}

body .wakutan-section{
 padding-bottom:0; 
}
#shopify-section-template--19171264397536__waku_new_UtCdJF + #shopify-section-template--19171264397536__itusyonikonyu_6TP7FM .ishoi-item-section{
  margin-top:30px;
}


.featured-articles-section .section-heading,
.yv-tabs-wrapper .section-heading-title.h2,
.gallery-section-wrapper .section-heading-title.h2,
.wakutan-section .section-heading .h2,
.shopify-challenge__container .g-recaptcha, .shopify-policy__body p, .yv-faq-detail .yv-content-body p:not(:last-child), .section-heading-title{
  margin-bottom:5px;
}
.heading-title,
.section-heading h2,
.video-block .section-heading h2{
  margin-bottom:15px;
}
.custom-section h2{
  margin-bottom:15px;
}

.yv-checkout-btn-full-width .add_to_cart.button, .yv-checkout-btn-full-width .shopify-payment-button{
  margin-bottom:15px;
}

/* header */
.site-footerhome-footer .shopify-section-main-header{
  margin-bottom:20px;
}
.shopify-section-main-header{
  margin-bottom:0;
}
.sticky-header .shopify-section-main-header{
  margin-bottom:0;
}

.header-text-h1,
.header-kirikae{
  display:none;
}
.shopify-section-main-header header, .shopify-section-main-header .wrapper-top-cart.cart-fixed{
  line-height:0;
}
.mobile-tabs-wrapper li{
line-height: var(--base_line_height);
}
.header_4 .nav-item .nav-link:hover,
header .inner-side a:hover,
header .yv-dropdown-item-link:hover{
  text-decoration:none;
  font-weight:700!important;
}


.top-header h1,
.top-header .header__heading-link > div{
display:flex;
}

.announcement-bar-wrapper > div{
  flex:auto 1;
  padding-left:28px;
  padding-right:28px;
}
.announcement-bar-main-wrapper .announce_close{
  right:0;
}
.header__heading-link{
  padding:0; 
  margin-left:36px;
}
.twitter img{
  width:55%;
  height:55%;
}

.splide__slide:before{
  content:"";
  position:absolute;
  display:block;
  width:100%;
  height:100%;
  background:rgba(25,25,25,.4);
  z-index:2;
}
.is-active.splide__slide:before{
  content:none;
}

a .yv-blog-desc{
  color:var(--heading_color);
  margin-bottom:0;
}
.header_2 .nav-item .nav-link:hover, .header_4 .nav-item .nav-link:hover,
.yv-collection-product-grid.column-count-5 .yv-product-card:hover,
.yv-products-list a:hover,
.product-item .yv-product-card:hover{
  text-decoration:none;
}

.yv-collection-product-grid.column-count-5 .yv-product-card:hover .yv-product-title,
.yv-products-list a:hover .yv-product-title,
.product-item .yv-product-card:hover .yv-product-title{
  text-decoration:underline;
}

.button:before{
  content:none;
}

.button:hover,
button.Sd_addProducts.add_to_cart.button.med-btn:hover{
  background: #fff;
  color: #1a1a19;
  text-decoration:none;
}
.f-cont-btn,
.yotpo-new-review-btn.yotpo-btn-s{
  border:solid 1px #1a1a19;
  transition: 0.6s ease-out;
}
.f-cont-btn:hover{
   background: #fff;
   color:#1a1a19;
   text-decoration:none;
}
.f-cont-btn:hover span{
  color:#1a1a19;
}
.yv-filters-menu-link.main-link:hover{
  background:#f2f2f2;
  text-decoration:none;
}

.button::before, .button::after{
  content:none;
}

.contact-links{
  display:none;
}
.contact-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
}

.navigation__header {
  padding: 15px 0;
}
.search-bar-container .input-group-append svg{
  color:#fff;
}
.dropdown-menu-item svg,
.yv-dropdown-detail.open .dropdown-menu-item > svg{
  transition: all 0.3s ease-in-out;
}

.yv-dropdown-detail.open .dropdown-menu-item > svg{
  transform:rotate(180deg);
}

.side-menu .inner-side{
  padding:0;
}
.slide-menu-f-sns{
  background:var(--secondaryColorBody);
  padding:10px 16px;
}
.inner-side-first-item{
  padding:20px 16px 0 20px;
}
.slide-menu-f-sns .social-links{
  margin:0 auto;
}
.slide-menu-f-sns .social-links ul li{
  padding:0 6px;
}
.slide-menu-f-sns .social-links ul li a{
  width:32px;
  height:32px;
}

.nav-item dropdown-menu-list nav-item-mega-menu > a{
  pointer-events: none;
  cursor:pointer;
}
.yv-dropdown-detail a:after,
.navbar-nav.list-menu--inline > .nav-item.nav-item-mega-menu a:after{
  content:"";
  width:100%;
  height:4px;
  background:#1a1a19;
  position:absolute;
  bottom:0;
  left:0;
  opacity:0;
  transform: scaleX(0); 
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.navbar-nav.list-menu--inline > .nav-item.nav-item-mega-menu a:hover:after{
  opacity:1;
  transform: scaleX(1);
}

.yv-dropdown-detail.open > a:after{
  opacity:1!important;
  transform: scaleX(1)!important;
}
.dropdown-inner-menu-item .list-unstyled .yv-dropdown-item-link:after {
  content:none!important;
}
.header-top-text{
  padding:5px 20px;
  background:#f2f2f2;
  border-bottom:solid 1px var(--primaryBorderColor);
}
.header-top-text h1{
  font-size:10px;
  font-weight:400;
  text-align:center;
}

.Sd_addProduct.add_to_cart.button.med-btn{
  background-color:#E73820;
  border-color:#E73820;
}
.Sd_addProduct.add_to_cart.button.med-btn:hover{
  background-color:#fff;
  color:#E73820;
}

/* ログインアイコン変更 */
.customer-links {
  position: relative; /* メニューの基準位置を指定 */
}
.nav-account-switch{
  display:none;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1000; 
  transition: 0.3s;
}
.nav-account-switch.active{
  opacity:1;
  display:block;
  pointer-events: auto;
}
.nav-account-switch ul{
  padding-left:0;
  background: #fff;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.nav-account-switch.no-login-active.active{
  left:-72px;
}
.nav-account-switch ul.no-login{
  width:142px;
}
.nav-account-switch.login-active.active{
  left:-40px;
}
.nav-account-switch ul.login{
   width:102px;
}
.nav-account-switch ul li,
.nav-account-switch ul li a{
  display:block;
}
.nav-account-switch ul li a{
  line-height:1.6;
  padding: 8px 15px;
}
.nav-account-switch ul li a:hover{
  opacity:.4;
}
/* ここまで */

/* サイドメニュー、ログインの有無で分岐 */
#mobileMenu.side-menu.user-login #mobile-view-catalog .nav-item:nth-of-type(4){
  display:block;
}
#mobileMenu.side-menu #mobile-view-catalog .nav-item:nth-of-type(4),
#mobileMenu.side-menu.user-login #mobile-view-catalog .nav-item:nth-of-type(-n + 2){
  display:none;
}

/* ヘッダー、フッターsnsアイコン */
/* 初期状態：表示 */
.header-sp-h1 h1{
  font-size:9px;
  font-weight:400;
  text-align:center;
  color:#888;
  text-align: center;
  padding: 4px 20px;
}

.sp-h-searh {
  overflow: hidden;
  transition: 
  opacity 0.3s ease, 
  transform 0.3s ease, 
  height 0.3s ease;
  opacity: 1;
  z-index:10;
}
.sp-h-searh.open,
.sp-tab.open{
  overflow:inherit;
}
.sp-tab.open{
 /* overflow-y: scroll!important;*/
  height: 100vh!important;
}
/* .sticky-headerがbodyに付いた時：非表示 */
/*body.sticky-header .sp-h-searh,*/

body.sticky-header .sp-tab {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transform: translateY(0px);
  pointer-events: none; /* 必要に応じてクリック無効化 */
}

.announcement-bar-main-wrapper .social-links ul li svg,
.social-links ul li svg{
  width: 60%;
  height: 60%;
}

.sp-tab{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  height:38px;
  background:#fff;
  position:relative;
  overflow: hidden;
  transition: 
  opacity 0.3s ease, 
  transform 0.3s ease, 
  opacity: 1;
  transform: translateY(0); 
}


.sp-tab .tab-inner{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  height: 38px;
}
.tab-inner p{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-tab-cmenu {
  background: #ffff;
  width: 100%;
   /*position: absolute;*/
  /*height: calc(100vh - 38px);*/
}

.sp-tab-list {
  /*
  overflow: hidden;
  height: 0;
  */
  width:100%;
  overflow-y: scroll;
  background:#fff;
  top:0;
  left:0;
  position:absolute;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  pointer-events: none;
  padding:0 20px;
}
.sp-tab-list.open {
  height: 100vh;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.sp-tab-list li {
  list-style: none;  
}
.sp-tab span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position:relative;
  padding-right:14px;
}
.sp-tab span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -1px;
  border: 1px solid;
  border-color: #1a1a19 #1a1a19 transparent transparent;
  transform: translateY(-50%) rotate(135deg);
}
.sp-tab .active span:before {
  transform: translateY(-50%) rotate(-45deg);
  margin-top:3px;
}
.sp-tab .no-active span{
  color:#ccc;
}
.sp-tab .no-active span:before{
  border-color: #ccc #ccc transparent transparent;
}
/*
  .sp-tab-list.open + svg {
    transform: rotate(180deg);
  }
*/
.sp-tab-list li a{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  width:100%;
  padding:15px 0;
  border-bottom: 1px solid #ddd;
  position:relative;
}
.sp-tab-ph {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 44px;
  height: 44px;
  background-color: #eee;
  margin-bottom:0;
  border-radius:6px;
  background-color:#f2f2f2;
}
.sp-tab-ph img{
  width: 86%;
}
.contents-list .sp-tab-ph img{
  width: 60%;
}
.sp-tab-list li p{
  text-decoration: none;
  color: #1a1a19;
  font-size:var(--smallText);
  width: calc(100% - 56px);
  line-height: 1.6;
  padding-left:12px;
}
.sp-tab-list li p:before{
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #1a1a19 #1a1a19 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}
.sp-tab-list li p.waku-text span{
  display:table;
  width:auto;
  font-size:10px;
  color:#888;
  padding-right:14px;
}
.sp-tab-list li p.waku-text span:before{
  content:none;
}
.sp-tab-list li p.waku-text span i{
  display:table-cell;
  width:12px;
  height:12px;
  margin-left:4px;
  background:url("https://cdn.shopify.com/s/files/1/0928/2473/1955/files/out-links.svg?v=1741863850") no-repeat center;
  background-size:contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.sp-tab {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  transition: transform 0.3s ease;
}

.sp-tab.open {
  transform: translateY(0);
  opacity:1!important;
}

.tab-inner {
  flex-shrink: 0;
  height: 38px;
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 2;
  position: sticky;
  top: 0;
}

.tab-inner p {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ↓ スクロール可能にする部分 */
.sp-tab-cmenu {
  flex-grow: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  position: relative;
}

.sp-tab-list {
  display: none;
  padding: 0 20px;
}

.sp-tab-list.open {
  display: block;
}

/* 新規会員登録ページだけヘッダーを消す + 上のバーも消す */
.template_customers-register .shopify-section-main-header .header,
.template_customers-register .announcement-bar-section {
  display: none !important;
}
.regoster-header-t .header__heading-link{
  margin: 0 auto;
}
.regoster-header-t .header__heading-link,
.regoster-header-t .header__heading-link > div{
  display: block;
  width: 100%;
}
/* もろもろここまで */

.header .wrapper-top-cart a{
  width: 22px;
  height: 22px;
}

.header-t{
  border-bottom:solid 1px #ccc;
}
.sp-h-searh .header-search-group{
  display:flex;
  padding:12px 16px;
}
.second-page .sp-h-searh{
  width: 100%;
  height:64px;
  background: #fff;
}
.second-page .sp-h-searh .header-search-group{
  padding-bottom:12px;
}

.sp-h-searh .yv-header-searchbar-box{
  width:100%;
}
.sp-h-searh .yv-header-searchbar{
  overflow:inherit;
}
.sp-h-searh .yv-header-searchbar-box input{
  border:solid 1px #1a1a19;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background:#fff;
  position:relative;
  padding-left: 90px;
}
.sp-h-searh .yv-header-searchbar-box input:focus{
  background:#f8f8f8;
}
.header-search-icon{
 display:none; 
}

.sp-h-searh .sp-acc-btn,
.yv-header-searchbar-box .search-accodion-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1a1a19;
  border-radius:4px 0 0 4px;
  width:80px;
  height:40px;
  position:absolute;
  z-index:2;
  left:0;
  cursor:pointer;
}
.sp-h-searh .sp-acc-btn span,
.yv-header-searchbar-box .search-accodion-btn span{
  position:relative;
  color:#fff;
  font-size:13px;
  padding-right:14px;
}
.sp-h-searh .sp-acc-btn span:before,
.yv-header-searchbar-box .search-accodion-btn span:before{
  transition: 0.5s ease all;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition-property: transform;
  transform: rotate(-90deg);
}
.sp-acc-btn.active span:before,
.yv-header-searchbar-box .search-accodion-btn.active span:before{
  display:none;
}

.sp-h-searh .sp-acc-btn span:after,
.yv-header-searchbar-box .search-accodion-btn span:after{
  transition: 0.5s ease all;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  width: 10px;
  height: 1px;
  background-color: #fff;
  transition-property: transform;
}
.sp-h-searh .sp-search-accodion,
.yv-header-searchbar-box .search-accodion{
  position: absolute;
  background: var(--primaryColorBody);
  z-index: 99;
  padding: 10px 0;
  left: 0;
  top: 40px;
  box-shadow: 0 0 4px #0000002e;
  min-width: 230px;
  display: none;
  width: auto;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-h-searh .sp-search-accodion{
  z-index: 10000;
}
.sp-h-searh .sp-search-accodion.open,
.yv-header-searchbar-box .search-accodion.open{
  /*
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  */
  visibility: visible;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sp-h-searh .search-accodion li,
.yv-header-searchbar-box .search-accodion li{
  width:100%;
}
.sp-h-searh .sp-search-accodion li a,
.yv-header-searchbar-box .search-accodion li a{
  padding:12px;
  font-size:13px;
  color:#1a1a19;
  display:block;
}

.sp-h-searh .yv-header-searchbar-icon{
  background:transparent;
  z-index:1;
}
.sp-h-searh .yv-header-searchbar-icon svg {
    fill: #1a1a19;
}
.yv-dropdown-menus{
 box-shadow:none; 
}
.breadcrumb-list .breadcrumb-item{
  display:flex;
  flex-wrap:wrap;
}
.breadcrumb-list .breadcrumb-item a + span{
  padding-left:10px;
  margin-left:10px;
  position:relative;
}
.breadcrumb-list .breadcrumb-item a + span:before{
  position: absolute;
  content: "";
  left: -4px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--colorTextBody);
  border-right: solid 1px var(--colorTextBody);
  transform: rotate(45deg);
  display: flex;
    align-items: center;
}

/* スライドメニュー */
.nav-open .shopify-section-main-header header{
  background:transparent;
}
.nav-open .side-menu .close-btn svg{
    color: #fff !important;
}

.nav-open .wrapper-top-cart .cartCount{
  background: rgba(255, 200, 0, .2);
  border: 2px solid rgba(255,255,255, .2);
}

header #mobileMenu.side-menu{
  background:transparent;
  max-width: 100%;
  box-shadow: none;
}
.side-menu .side-menu-inner{
  width: calc(100% - 50px);
  z-index: 99999;
  height:100vh;
  /*height: calc(100vh - var(--announcement-height, 0px));*/
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  background:#fff;
}
#mobileMenu.side-menu .side-menu-header {
    background-color: transparent;
}

/* スライドメニューログイン */
.side-member_nav{
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.side-member_nav ul{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  padding:0;
}
.side-member_nav ul li{
  width:50%;
}
.side-member_nav ul li:first-of-type{
  border-right:solid 1px #fff;
}
header .side-member_nav ul li a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#1a1a19;
  color:#fff!important;
  height:50px;
}


/* カテゴリー */
.gallery-section-wrapper .section-heading-title.h2{
  text-align:left;
}
.yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img {
    height: 120px;
    width: 120px;
}
.yv-gallery-box.small .yv-gallery-item {
  margin: 0 10px;
  padding:0;
}
.yv-gallery-outer.yv-gallery-style-swipe{
  padding-top:10px;
}

/* collage.liquid部分の調整 */
.yv-gallery-box.small .yv-gallery-item:first-of-type{
  margin-left:20px;
}
.yv-gallery-box.small .yv-gallery-item:last-of-type{
  margin-right:20px;
}
.yv-gallery-collage-item{
  border-radius:6px;
}

/* ギャラリーカルーセル */
.shopify-section.section-in-view .row>div:first-of-type,
.wakutan-section .product-item:first-of-type{
  margin-left:10px;
}
/*
.shopify-section.section-in-view .row > div:last-of-type,
.wakutan-section .product-item:last-of-type{
  margin-right:10px;
}
*/
.shopify-section.blog-post.featured-articles-section.section-in-view,
.shopify-section.collection-list-section.section-in-view{
  border-bottom:solid 1px var(--primaryBorderColor);
}

/* シリーズ商品 */
/*
.yv-collection-wrapper .yv-collection-slider-wrapper{
  width: calc(100% + 30px);
  margin: 0 -10px;      
}
.yv-collection-wrapper .yv-collection-slider .yv-collection-list:last-child {
  padding-right: 10px;
}
*/
.custom-section,
.random-products{
  padding-top:30px;
}
.series-wrapper{
  display:flex;
  flex-wrap:wrap;
}
.series-item{
  width:calc(50% - 10px);
}
.series-item:nth-of-type(n + 3){
  margin-top:20px;
}
.series-item a{
  display:block;
  width:100%;
}
.series-item .ph-box{
  margin-bottom:10px;
}
.series-item h3{
 font-size: 16px;
 font-weight:700;
  margin-bottom:6px;
}
a .yv-blog-desc,
.series-item p{
  font-size:12px;
}
.yv-blog-card .yv-blog-title{
  font-size:15px;
  font-weight:400;
  padding-bottom:0;
}

/* ランキング */
.products-grid.ranking-tags{
  margin-bottom:20px;
}
.ranking-section{
  margin-top:30px;
  margin-bottom:30px;
}
.ranking-section .tag-link{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 10px; /* 要素の間に余白を入れたい場合 */
}
.tag-link li:first-of-type{
  margin-left:20px;
}
.tag-link li:last-of-type{
  margin-right:20px;
}
.tag-link li {
  flex: 0 0 auto; /* 要素が縮まないようにする */
}
.tag-link li a.active{
  color:#fff;
  background:#1a1a19;
}
.tag-link a {
  display: inline-block;
  font-size:11px;
  color:#1a1a19;
  border:solid 1px #1a1a19;
  border-radius:4px;
  padding:6px 10px;
}

/* オプション: スクロールバーを非表示にする（Webkit系ブラウザのみ） */
.tag-link::-webkit-scrollbar{
  display: none;
}

/*
.ranking-section .tag-link li:first-of-type{
  margin-left:10px;
}
.ranking-section .tag-link li{
  padding:0 10px;
}
.ranking-section .tag-link li a.active{
  color:#fff;
  background:#1a1a19;
}
.ranking-section .tag-link li a{
  font-size:11px;
  color:#1a1a19;
  border:solid 1px #1a1a19;
  border-radius:4px;
  padding:6px 10px;
}*/

/* news */
#shopify-section-template--19171264004320__custom_liquid_FAnKiJ.shopify-section{
  border-top:solid 1px #ccc;
  margin-top:30px;
}
 .rich-text-description .news-item p{
   text-align:left;
   margin-top:0;
   margin-bottom:0;
 }
.rich-text-description .news-item p.news-title{
  width:100%;
  margin-top:4px;
}
.news-item {
  display: flex;
  flex-wrap: wrap;
}
.news-item:first-of-type a{
  border-top:solid 1px var(--primaryBorderColor);
}
.news-item a {
  width:100%;
  color: var(--colorTextBody);
  padding: 15px 0;
  border-bottom: solid 1px var(--primaryBorderColor);
}
.news-item a:hover,
.footer-shopopen-time .en1 a:hover{
  text-decoration:none;
}
.news-item a:hover > .news-item-content .news-title{
  text-decoration: underline;
}
.news-item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-date {
  font-size: 1.2rem;
  margin-right: 16px;
}
.news-tag {
  display: table;
  font-size: 10px;
  background: #1a1a19;
  border-radius: 100px;
  color: #fff;
  width: 68px;
  border-radius: 100px;
  text-align: center;
  margin: 0 16px 0 0;
  padding: 2px 12px;
  line-height:1;
  border-radius: 4px;
}
.news-tag.tag-cat01{
  background: #D97D54;
}
.news-tag.tag-cat02{
  background: #87c13f;
}
.news-tag.tag-cat03{
  background: #a1a1a1;
}

.rich-text-description p,
.text-content a {
  font-size: 13px;
  margin-bottom: 0;
}
/* bnr */
.bnr-container{
  margin-bottom:0;
}
.bnr-container .custom-section{
  border-bottom:none;
}
.custom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 /* border-bottom:solid 1px var(--secondaryColorBody);*/
}
.image-link-set:not(:first-of-type){
  margin-top:15px;
}
.image-link-set a{
  display:block;
  line-height: 0;
}
#shopify-section-template--24204757369139__bnr_list_pmfxpe + #shopify-section-template--24204757369139__custom_liquid_FAnKiJ{
  padding-top:0;
}

/* slider */
.shopify-section .splide__arrow{
  width:38px;
  height:38px;
}
.shopify-section .splide__arrow svg{
  display:none;
}
.shopify-section .splide__arrow.splide__arrow--prev:before,
.shopify-section .splide__arrow.splide__arrow--prev:after,
.shopify-section .splide__arrow.splide__arrow--next:before,
.shopify-section .splide__arrow.splide__arrow--next:after{
  content:""; 
   position: absolute;
   display: inline-block;
}
.shopify-section .splide__arrow.splide__arrow--prev:before{
  content: "";
  width: 12px;
  height: 1px;
  background: var(--colorTextBody);
  margin-left: auto;
  right: 12px;
  opacity: 1;
}
.shopify-section .splide__arrow.splide__arrow--prev:after{
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--colorTextBody);
  border-left: 1px solid var(--colorTextBody);
  transform: rotate(45deg);
  margin-left: 6px;
  left: 8px;
}
.shopify-section .splide__arrow.splide__arrow--next:before{
  content: "";
  width: 12px;
  height: 1px;
  background: var(--colorTextBody);
  margin-left: auto;
  right: 12px;
  opacity: 1;
}
.shopify-section .splide__arrow.splide__arrow--next:after{
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--colorTextBody);
  border-right: 1px solid var(--colorTextBody);
  transform: rotate(45deg);
  margin-right: 6px;
  right: 8px;
}
.shopify-section .splide__arrow{
  background-color:#fff;
  opacity: 1;
}

#splide01 .splide__pagination__page.is-active{
  background:#1a1a19;
}

#splide01 .splide__pagination {
    bottom: 12px;
}

.flickity-button:disabled{
  opacity:1;
}

.shopify-section .splide__arrow:hover,
.flickity-button:hover{
  opacity:.5;
}

.yv-footer-middle-box{
    padding: 30px 0 0 0;
}
.social-links{
  display:flex;
  justify-content:space-around;
}
.yv-footer-bottom-box .d-none{
  display:block!important
}

.products-grid .yv-product-card{
  margin-bottom:0;
}
.product-item .yv-product-card-img{
  background-color:transparent;
}
.yv-product-card-img .image-wrapper img, .yv-product-card-img .product-second-img{
  border:solid 1px #f2f2f2;
}

/* こちらの商品も一緒に */
.wakutan-section .section-heading-title.h2{
  width: 100%;
  font-size:18px;
  font-weight:700;
  margin-bottom: 5px;
}

/* わくたん商品 */
#shopify-section-template--24204757369139__wakutan_meta_section_MXP4zq .wakutan-section{
  border-bottom:solid 1px var(--primaryBorderColor);
}
.wakutan-section{
 padding:30px 0;
  border-top:solid 1px var(--colorXXlightTextBody);
}
.wakutan-section .custom-section{
  padding-top:0;
  padding-bottom:0;
}

body.template_product .wakutan-section .yv-blogs-wrapper{
  width:100%;
}

.wakutan-section .section-heading {
  width:100%;
}
.waku-link{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  width:100%;
  color:#888;
  margin-top:8px;
}
.wakutan-section i{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 14px;
  height: 14px;
  margin-left:0;
}
.wakutan-section .row{
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left:-16px;
  margin-right:-16px;
}
.wakutan-section .product-list{
  display:flex;
  padding-bottom:20px;
}
.waku-ph{
  line-height:1;
}
.waku-ph img{
  border-radius:6px;
}
.product-item.pro-wakutan{
  flex: 0 0 58.36619%;
  max-width: 58.36619%;
}
.product-item.pro-wakutan a:hover{
  text-decoration:none;
}
.product-item.pro-wakutan h3{
  width:100%;
  font-size:var(--text);
  font-weight:400;
  min-height: inherit;
  margin-bottom:8px;
}
.waku-txt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.waku-txt .off{
  width:100%;
  font-size:12px;
  color:#E73820;
  border:solid 1px #E73820;
  text-align:center;
  padding:2px 6px;
  margin-bottom:3px;
}
.waku-txt .waku-price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  width:100%;
  border-bottom: solid 1px var(--colorImageBorder);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.waku-txt .price span{
  margin-left:2px;
}
.waku-txt .price .souryou{
  margin-left:-2px;
}
.waku-txt .waku-price p{
  font-size:13px;
  font-weight: 700;
}
.waku-txt .waku-price .price,
.waku-txt .waku-price .price .formatted-price{
  width:100%;
  font-size: 18px;
  font-weight: bold;
}
.wakutan-section .time i{
  width:13px;
  height:13px;
}
.waku-txt .days-text,
.waku-txt .yell-text{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size:var(--text);
}
.waku-txt .days-text p,
.waku-txt .yell-text p{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  font-size:var(--text);
  font-weight: 400;
}
.waku-txt .days-text p span,
.waku-txt .yell-text p span{
  font-size:var(--text);
  font-weight:700;
  margin-left:2px;
}
.days-text i,
.wakutan-section .yell-text .yell-i{
  width:14px;
  height:14px;
}
.days-text .time-i img{
  width:9px;
  height:14px;
}
.days-text .time-i img,
.product-item .yell-text .yell-i img{
  border:0;
  border-radius: 0;
}
.days-text .yell-i img{
  width:14px;
}
.product-item .waku-txt .price .souryou{
  font-size: 13px;
  font-weight: 700;
}


.yv-blog-card-img,
#shopify-section-template--19040789758176__featured_articles_HTLf9c .yv-blog-card-img{
  margin-bottom:12px;
  border:solid 1px #f2f2f2;
}
.wakutan-section h3{
  font-size: var(--mediumText);
  margin-bottom:10px;
}
.wakutan-section .product-name{
  font-size: var(--mediumText);
  margin-bottom:10px;
}
.wakutan-section .bottom-text{
  display:flex;
  flex-wrap:wrap;
  line-height:1.2;
}
.wakutan-section .bottom-text .price{
  border-right:solid 1px #1a1a19;
  margin-right:8px;
  padding-right:8px;
}
.wakutan-section a .ph-box,
.series-item a .ph-box{
  overflow:hidden;
  line-height:0;
  border-radius:8px;
  margin-bottom:15px;
}
/*
.wakutan-section a:hover img,
.series-item a:hover .ph-box img{
  transform: scale(1.1);
  transition: 1s;
}
*/
/* 商品クイックプレビュー */
.yv_side_drawer_body, .yv_similar_drawer_body{
  border-radius:0;
}
.yv-quickview_product.yv-thumb .item.is-nav-selected .yv-quickview_product_img_thumb{
  border-color:var(--cartDotColor);
}

/*商品詳細ページ*/
.main-product-section .container{
  margin-left:auto;
  margin-right:auto;
}
.product-video-popup-card{
  width:60%;
}
.product-table h5{
  margin-bottom:10px;
}
.table-style tr{
  width:100%;
}
.table-style th, .table-style td{
  padding:10px;
}
.table-style th{
  width:75px;
  background:var(--secondaryColorBody);
}
.table-style tbody:not([data-cart-items]) tr th, .table-style, .table-style tr th, .table-style tr td{
  border:none;
  line-height:1.6;
}
.table-style{
  border-top:solid 1px var(--primaryBorderColor);
}
.table-style tr{
  border-bottom:solid 1px var(--primaryBorderColor);
}

/* snsシェアボタン */
.social-share{
  display:flex;
  flex-wrap:wrap;
}
.share-button:not(:last-of-type){
  margin-right:4px;
}
.sns-share .sns-btn:hover{
  text-decoration:none;
}
.share-button{
   display:flex;
   justify-content: center;
   align-items: center;
    width:62px;
    height:24px;
    border-radius:6px;
  }
  .share-button.line{
    width:76px;
  }
#yv-product-accordion .yv-accordion-card:first-of-type .yv-accordion-header{
  border-top:solid 1px var(--colorImageBorder);
}

.product-section .yv-accordion-card:not(:last-child){
  margin-bottom:0;
}

.product-section .yv-accordion-header{
  padding-top:20px;
}
.right-content .d-block{
  overflow:hidden;
}

.sp-h-searh.sticky-hide,
.sp-tab.sticky-hide {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
body.sticky-header .sp-h-searh{
  position:absolute; 
  width:100%;
  height:64px;
  background:#fff;
  box-shadow: 0 2px 2px rgba(26, 26, 25, 0.1);
}
body.sticky-header .sp-h-searh .header-search-group{
  padding-bottom:12px;
}



/* フッター */
.footer-section,
.cart-page .shopify-section.footer-section{
  margin-top:60px;
}
.yv-footer-middle-box,
.yv-footer-top-box{
  padding-bottom:15px;
}
.row.align-items-center > div{
  display: flex;
  justify-content: flex-start;
}
.footer-menu-accordion ul{
   display: grid;
   flex-wrap: wrap;
   gap: 10px 20px;
   grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
   padding-top:0;
}
.footer-menu-accordion ul li{
  width:100%;
}
.footer-menu-accordion .footer-menu-head:before,
.footer-menu-accordion .footer-menu-head:after{
  content:none;
}
.footer-menu-list ul.list-unstyled a{
  width:100%;
  padding:5px 0;
  margin-bottom:0;
}
.f-shop-info .footer-contact p{
  font-size:14px;
  margin-bottom: 6px;
}
.f-cont-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  background:var(--theme-color);
  border-radius:23px;
  padding:12px;
}
.f-cont-btn span{
  color:#fff;
}
.footer-shopopen-time{
  margin-top:20px;
}
.footer-shopopen-time .en1{
  display:block;
  margin-bottom:10px;
}
.footer-shopopen-time .en1 a{
  font-size:16px;
  font-weight:700;
  position:relative;
  padding-left:21px;
}
.footer-shopopen-time .en1 a:before{
  content:"";
  width:19px;
  height:19px;
  background:url("/cdn/shop/files/tel.svg?v=1739960372") no-repeat center;
  background-size:contain;
  position:absolute;
  top:4px;
  left:0;
}
.open-time{
  display:flex;
  flex-wrap:wrap;
}
.footer-shopopen-time dl:first-of-type{
  margin-bottom:10px;
  margin-right:14px;
}
.footer-shopopen-time dl{
  display:flex;
  flex-wrap:wrap;
}
.footer-shopopen-time dl dt,
.footer-shopopen-time dd{
  font-size:12px;
}
.f-shop-info{
  padding-top:30px;
  position:relative;
}
.f-shop-info:before{
  content:"";
  width:calc(100% - 20px);
  height:1px;
  background:var(--colorImageBorder);
  position:absolute;
  top:0;
  left:10px
}


/* おすすめ商品 */
.yv-product-price{
  font-weight:400;
}
.image-wrapper iframe, .image-wrapper video {
  border-radius: 6px;
}
.row.blog-w-articles.blog-syutoku img{
  border-radius:6px 6px 0 0;
}
#shopify-section-template--19171264004320__featured_articles_HTLf9c + #shopify-section-template--19171264004320__random_products_CkLtHa > .random-products{
  border-top:0;
}
.random-products {
  text-align:left;
  padding: 30px 16px;
  border-top:solid 1px var(--colorImageBorder);
  border-bottom:solid 1px var(--colorImageBorder);
}
.random-products .container{
  padding:0;
}
.random-products .section-heading-title{
  text-align:left;
}
.random-products a,
.product-item a{
  display:block;
}
.products-grid {
  display: flex;
  justify-content:flex-start;
  flex-wrap: nowrap;
  overflow-x:scroll;
  overflow-y: hidden;
  margin: 0 -16px;
  margin-top:10px;
  -ms-overflow-style:none; /* IE、Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.content-for-layout,
.article-template,
#MainContent,
.body-wrapper,
.address-side-drawer-body,
.address-side-drawer-body form,
.yv-blogs-wrapper .row{
  -ms-overflow-style:none; /* IE、Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.shopify-article-section{
  overflow-y:hidden;
  -ms-overflow-style:none; /* IE、Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.content-for-layout::-webkit-scrollbar,
.article-template::-webkit-scrollbar,
#MainContent::-webkit-scrollbar,
.shopify-article-section::-webkit-scrollbar,
.products-grid.ranking-list::-webkit-scrollbar,
.products-grid::-webkit-scrollbar,
.body-wrapper::-webkit-scrollbar,
.address-side-drawer-body::-webkit-scrollbar,
.address-side-drawer-body form::-webkit-scrollbar,
.yv-blogs-wrapper .row::-webkit-scrollbar{
  display: none;
}
.products-grid .product-item:first-of-type,
.home-footer .featured-articles-section .col-10:first-of-type{
  /* margin-left:15px; */
  margin-left:8px;
}


.products-grid .product-item:last-of-type,
.home-footer .featured-articles-section .col-10:last-of-type{
  /* margin-right:15px; */
  padding-right:16px;
}
.product-item {
  flex: 0 0 44.6666%;
  max-width: 44.6666%;
  padding-right: 8px;
  padding-left: 8px;
}
.product-item img {
  width: 100%;
  height: auto;
  border-radius:6px;
  border:solid 1px #f2f2f2;
}
.custom-section.ishoni-section{
  position:relative;
  overflow:hidden;
}
.ishoi-item-section{
  border-top:solid 1px #ccc;
  margin-top:30px;
}
.ishoi-item-section.n-ishoi-item{
  display:none;
}
.yv-product-title.text,
.product-item a h3,
.yv-products-list .yv-product-title.text{
  width:100%;
  font-size: 13px!important;
  font-weight: 400!important;
  letter-spacing: -0.006rem;
  line-height: 1.3;
  min-height: 2.1lh;/* 2行分の高さ */
  margin-top:12px;
  margin-bottom:2px;
}
.product-item a p,
.yv-product-information .yv-prizebox .yv-product-price,
.fp-introduced-item .yv-product-price{
  font-size:16px;
  font-weight:700;
  width:100%;
  margin-top:auto;
}
.yv-prizebox{
  display:inline-flex;
  width:100%;
}
.slider-product-detail .yv-prizebox{
  display:inline-flex;
  width:auto;
}

.product-item a p > span,
.yv-prizebox .yv-product-price > span,
.fp-introduced-item .yv-product-price > spann{
  font-size:var(--smallText);
  font-weight: 400;
  margin-left: 6px;
}
.tax-in{
  font-size:11px;
  font-weight: 400;
  margin-top:2px;
  margin-left: 6px;
  margin-right:-6px;
}
.yv-prizebox .yv-product-price{
  display:flex;
  flex-wrap:wrap;
  align-items: baseline;
}
.yv-prizebox .yv-product-price .qb-price-item,
.yv-prizebox .yv-product-price .price-t{
  width:auto;
}
.yv-prizebox .yv-product-price .price-t{
  font-size:11px;
  font-weight:400;
  position: relative;
  padding-left:8px;
  bottom:1px;
}

.random-product-information{
  margin-top:10px;
}

#recently-viewed-products-section .container{
  border-bottom:solid 1px  var(--colorImageBorder);
}
.ishoi-item-section .product-item a{
  display:flex;
  flex-wrap:wrap;
  height:100%;
}
.ishoi-item-section .product-item .image-wrapper{
  height:auto;
}
.recent-viewed-product-section .container{
  overflow:hidden;
}

/* 商品一覧ページ */
#MainContent .yv-collections-topbar, .yv-collection-container .yv-collections-topbar{
  padding-top: 0;
  padding-bottom:0;
  margin-bottom:0px!important;
}

.yv-tab-content{
  padding-top:5px;
}

#MainContent .yv-collections-topbar{
  padding-bottom:20px;
}

.collections-title{
  margin:40px auto 20px auto;
}
.collection-sortby-selected span{
  padding-left:0;
}
.collections-title h1{
  margin-bottom:5px;
}
.shopify-section.section-in-view .yv-collection-products .row>div:last-of-type{
  margin-right:0;
}
.collections-title .products-count{
  font-weight:400;
  line-height:1.6;
}
.yv-prizebox.text + .yotpo.bottomLine.yotpo-small{
  margin-top:6px;
}

.item-texs{
  font-size:var(--msmallText);
  margin-top:10px;
}

/* カート */
.template_cart .shopify-section.section-in-view .row>div:first-of-type{
  margin-left:0;
}
.template_cart .shopify-section.section-in-view .row>div:last-of-type{
  margin-right:0;
}
.template_cart .cart-sidebar{
  width:100%;
 margin-left:0; 
}

.cart-section .cart-left .yv-cart-content .section-heading{
  border-bottom:0;
}
.cart-left .section-heading.between-heading{
  flex-wrap: wrap;
}
.cart-left .section-heading h1{
  font-size:28px;
  width:100%;
}
.cart-left .section-heading .postage-free{
  display:flex;
  width:100%;
  font-size:13px;
}
.cart-left .section-heading .postage-free span{
  color:#E73820;
  font-weight:700;
}
.cart-left .yv-cart-table-main{
  border:none;
  border-top:solid 1px var(--colorXXlightTextBody);;
  border-radius:0;
  padding:15px 0 0 0;
}
.cart-left .yv-cart-table  tbody tr:first-of-type .cart-ph,
.cart-left .yv-cart-table  tbody tr:first-of-type td:nth-child(2){
  padding-top:0;
}
.cart-left .yv-cart-table tbody tr{
  border-bottom:solid 1px var(--colorImageBorder);
  padding-bottom:15px;
}
.cart-left .yv-cart-table tr th{
  padding:0;
}
.cart-left .yv-cart-table .cart-ph{
  width:92px;
  height:92px;
  border-radius:6px;
  padding-top:15px;
}
.cart-left .yv-cart-table td{
  padding-left:12px;
  padding-right:0;
}
.cart-left .yv-cart-table td.cart-price{
  padding:0;
}
.cart-left .yv-cart-table tr td:nth-child(2){
  padding-top:15px;
  padding-right:0;
}
.cart-left .cart-prd-details{
  max-width:100%;
}

.cart-left .cart-prd-details .yv-product-title{
  margin-bottom:6px;
  line-height:1.6;
}
.cart-left .yv-cart-product-details{
  margin:4px 0 0 0;
}
.cart-left .cart-quantity{
  display:flex;
  margin-top:12px;
  padding-bottom:15px;
}
.cart-left .yv-cart-table td a,
.cart-left .yv-cart-table td .yv-cart-product-details{
  width:100%;
}
.cart-left .yv-cart-table td .cart-remove{
  display:flex;
  align-items:center;
  width:52px;
  margin-left:auto;
}
.cart-left .yv-cart-table td .cart-remove a{
  position: relative;
  color:#878787;
  font-size: 13px;
  width: inherit;
  text-decoration: underline;
  height: auto;
  line-height:1.4;
  display: block;
  top: inherit;
  right: inherit;
}

.cart-right .cart-total-list{
  margin-bottom:20px;
}

.cart-right .continue-shopping-btn{
  margin-top:0;
}
.cart-right .cart-total-details{
  background-color: var(--primaryAlternateBg);
  border-radius: 0;
  padding:20px;
}
.cart-right .cart-sidebar .cart-total-details-title{
  padding-bottom: 10px;
  border-bottom: solid 1px var(--colorImageBorder);
}
.cart-right .cart-total-list .cart-total-item{
  padding:10px 0;
  margin-bottom:0;
  border-top:0;
  border-bottom: solid 1px var(--colorImageBorder);
}
.cart-right .cart-form-inner{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  align-items: center;
}
.cart-right .cart-form-inner p{
  font-size:13px;
}
.cart-right .cart-form-inner .total-price span{
  font-size:11px;
  position: relative;
  padding-right: 3px;
}
.cart-right .cart-form-inner .total-price span:after{
  content: "）";
  right: -8px;
  position: absolute;
  bottom: 0px;
}
.cart-right .cart-form-inner .all-item-price p{
  font-size:20px;
  font-weight:700;
}
.cart-right .cart-form-inner .all-item-price p span{
  font-size:12px;
  margin-left: -6px;
  position: relative;
  padding-right: 4px;
  bottom:1px;
}
.cart-right .cart-form-inner .all-item-price p span:after{
  content:"）";
  right: -8px;
  position: absolute;
  bottom: 1px;
}
.cart-form-inner .price-t{
  margin-right:auto;
}
.cart-postage{
  display:flex;
  flex-wrap:wrap;
}
.cart-right .cart-all-price .cart-form-inner{
  width:calc(100% + 8px);
}
body .cart-total-details .seller-box-input{
  padding: 15px;
  font-size:13px;
  color:#1a1a19;
  border: solid 1px #ccc;
}
.emphasis{
  color:#E73820;
  font-weight:700;
}
.postage-price-now{
  font-size:13px;
  margin-top:8px;
}
.cart-right .back-shoping{
  display:block;
  text-align:center;
  text-decoration:underline;
  margin-top:14px;
}
.cart-right .branch-cart h4,
.cart-right .branch-cart .caution{
  font-size:16px;
  font-weight:700;
  margin-bottom:14px;
}
.cart-right .branch-cart p + h4,
.cart-right .branch-cart .cart-form-box.no-user h4{
  font-size:13px;
  font-weight:400;
  margin-bottom:10px;
  text-align:left;
}
.cart-right .form-control,
.cart-right .product_custom_liquid input,
.cart-right  .rich-text-description input, 
.cart-right  textarea{
  background:#fff;
}
.cart-right .field-password{
  margin-bottom:0;
}
.cart-right .field.form-group.form-forget{
  display:flex;
  justify-content:center;
  margin-top:12px;
  margin-bottom:20px;
}
.cart-right .field.form-group.form-forget a{
  opacity:1;
}
.cart-right .cart-form-box.sns-form{
  margin-top:24px;
  padding-bottom:20px;
  border-bottom:solid 1px var(--colorImageBorder);
}
.cart-right .cart-form-box{
  margin-top:20px;
}
.cart-right .branch-cart .cart-form-box h4{
  font-weight:400;
  text-align:center;
}
.cart-right .sns-login{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  padding:0;
}
.sns-login li{
  padding:0 8px;
  list-style:none;
}

.cart-total-list .checkout-text{
  font-size:12px;
  color:#1a1a19;
  margin-top:12px;
}
.cart-page .footer-section{
  margin-top:0;
}
.cart-page .cart-section{
  padding-top: 20px;
  padding-bottom:0;
}
.cart-page #shopify-section-template--19171263938784__recently_viewed_products_3NcELD.shopify-section{
  border-top:solid 1px #ccc;
  margin-top:30px;
  padding-bottom:60px;
}
#registerForm .cart-campaign-t.register-t{
  font-size: 18px;
}
.cart-form-box.no-user .cart-campaign-t,
#registerForm .cart-campaign-t{
  display: table;
  color: #E73820;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin:0 auto 8px auto;
}
.cart-form-box.no-user .cart-campaign-t:before,
#registerForm .cart-campaign-t:before{
  content: "\\";
  margin-right: 4px;
}
.cart-form-box.no-user .cart-campaign-t:after,
#registerForm .cart-campaign-t:after{
  content: "/";
  margin-left: 4px;
}

@media screen and (max-width:340px) {
  .cart-right .sns-login{
    justify-content:space-evenly;
  }
  .sns-login li{
    padding:0;
    list-style:none;
  }
}

.sns-login li a{
  display:flex;
  align-items: center;
  justify-content: center;
  width:44px;
  height:44px;
  border-radius:4px;
}
.sns-login li a span{
  width:24px;
  height:24px;
}
.sns-login .auth-methods__item--gg a{
  border:solid 1px var(--colorImageBorder);
  background:#fff
}
.sns-login .auth-methods__item--fb a{
  background:#0866FF;
}
.sns-login .auth-methods__item--x a{
  background:#000;
}
.sns-login .auth-methods__item--line a{
  background:#06C755;
}
.no-user .button.btn-block.med-btn,
.secondary-button.white-btn{
  background:#fff;
  color:var(--colorBtnPrimaryBorder);
}
.no-user .button.btn-block.med-btn:hover{
  background:#f2f2f2;
}
.desired-delivery-date{
  margin:30px 0 10px 0;
}

.desired-delivery{
  margin:10px 0;
}
.price-t{
  font-size: 13px;
  margin-bottom:5px; 
}
#delivery-date,
#delivery-list{
  width:72%;
  background-color:#fff;
  border-color: #ccc;
}


/* わくマケpoint */
.yv-pricebox-outer {
  display: flex;
  justify-content: space-between;
}
.yv-product-price{
  font-weight:700;
}
.yv-prizebox span{
  margin-right:4px;
}
.yv-pricebox-inner{
 display:flex;
 flex-wrap:wrap;
 align-items: baseline;
}
.yv-product-points{
  display:flex;
  flex-wrap:wrap;
  align-items: flex-end;
  font-size: 13px;
}
.wakumake-p{
  display:block;
  width:16px;
  height:16px;
  margin-bottom: 1px;
}
.yv-product-points span{
  font-weight:700;
  margin:0 4px;
}

/* 商品詳細ページパーツ */
.quantity{
  max-width:140px;
  height:44px;
}
.quantity input{
  border:0;
  background:#f2f2f2;
}
.theme-layout-rounded .quantity-button.quantity-down{
  left:0;
  border-radius:4px 0 0 4px;
}
.theme-layout-rounded .quantity-button.quantity-up{
  right:0;
  border-radius:0 4px 4px 0; 
}
.theme-layout-rounded .quantity-button{
  width:42px;
  height:42px;
  background:#f2f2f2;
}
.theme-layout-rounded .quantity-button svg{
  fill:var(--colorTextBody)!important;
}

.product_custom_liquid{
  margin-top:10px;
  margin-bottom:10px;
}
.sns-share{
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-top:20px;
}
.sns-share .sns-btn:not(:last-of-type),
.sns-share button{
  margin-right:8px;
}
.sns-share .sns-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width:60px;
  height: 26px;
  padding:2px 4px;
  border-radius:4px;
}
.sns-share .btn-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sns-share .sns-btn.line-btn{
  background:#00C300;
}
.sns-share .sns-btn.url-btn{
  background:#A1A1A1;
}
.sns-share .sns-btn.x-btn{
  background:#000;
}
.sns-share .sns-btn.facebook-btn{
  background:#0866FF;
}
.sns-share .sns-btn i{
  display: flex;
  align-items:center;
  width:12px;
  height:12px;
  margin-right:3px;
}
.sns-share .sns-btn span{
  color:#fff;
  font-size:8px;
  font-weight:700;
}
.sns-share .sns-btn i svg{
  display:block;
  width:12px;
  height:12px;
}

 .filter-apply .clear-btn{
  border:solid 1px #1a1a19;
  color:#1a1a19;
  background:#fff;
}
#shopify-section-template--19171264233696__recently_viewed_products_Wckyq4.shopify-section{
border-top: solid 1px #ccc;
}
#shopify-section-template--19171264233696__recently_viewed_products_Wckyq4.shopify-section .product-item a{
  margin-bottom:0;
}

/* 特集 */
.home-footer  .featured-articles-section .row{
  margin-left: -16px;
  margin-right: -16px;
}
.home-footer .featured-articles-section .blog-w-articles .col-12:first-of-type{
  margin-left:8px;
}
.home-footer .featured-articles-section .blog-w-articles .col-12:last-of-type{
  margin-right:8px;
}


/* レビュー部分 */
body .yotpo-input-wrapper .yotpo-form-label[data-v-152d98ee]{
  margin-top:20px;
}
body .yotpo-review-form .form-footer[data-v-3749e1a6]{
  padding-top:20px;
}
.yotpo-search-filter .yotpo-search-input#searchInput{
  background-color: transparent;
}
body .yotpo-name-email-wrapper{
  flex-wrap: wrap;
}
body #shopify-section-template--24232840724787__1741075078c31ca441.shopify-section{
  padding-bottom:40px;
}
.yotpo-display-l .yotpo-title-text span,
.yotpo-display-s .yotpo-widget-clear span{
  font-weight:700;
}
.yotpo-display-l .yotpo-title-text span{
  font-size: 20px;
}
.yotpo-display-s .yotpo-widget-clear span{
  font-size: 16px;
}
body .yotpo-display-s .yotpo-review,
body .yotpo-media-modal .yotpo-review{
  margin:20px 0;
}
body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-crfs-seperator{
  display:none;
  margin-bottom:0;
}

body .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score{
  color:var(--heading_color);
}
body .yotpo .yotpo-bottomline .yotpo-icon-star, body .yotpo .yotpo-bottomline .yotpo-icon-half-star, body .yotpo .yotpo-bottomline .yotpo-icon-empty-star{
  color:#FFC800;
}
.yotpo-sr-bottom-line-summary .star-container.yotpo-sr-star-full path,
.yotpo-widget-clear .yotpo-star-rating-icon.yotpo-sr-star-full path{
    stroke: #FFC800;
    fill: #FFC800;
}
.yotpo-sr-bottom-line-summary .star-container.yotpo-sr-star-half path,
.yotpo-widget-clear .yotpo-star-rating-icon.yotpo-sr-star-half path,
.yotpo-sr-bottom-line-summary .yotpo-star-rating-icon.yotpo-sr-star-half path,
.yotpo-star-rating.yotpo-review-star-rating .yotpo-star-rating-icon.yotpo-sr-star-empty path{
    stroke: #FFC800;
}
.yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title,
.yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title{
  align-items:center!important;
}
.yotpo .text-m,
body .yotpo span.star-right{
  margin-left:4px;
}

.yotpo .sr-only{
  display:none!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  font-size:13px;
  margin-left:4px!important;
  margin-right:8px;
}

/* 星0の時の色 */
body .yotpo .yotpo-bottomline .star-zero .yotpo-icon-star{
  color:#f2f2f2;
}
body .yotpo span{
  color:#ffc800;
}
.star-right{
  display:inline-flex;
  font-size:12px;
  margin-left:6px;
  color:#1773B0;
}

body .yotpo-progress-bar .yotpo-progress-bar-score{
  background: var(--colorTextBody);
}
body  #yotpo-main-widget-btn{
  background-color: var(--colorTextBody)!important;
}
body .yotpo-star-distribution-index-wrapper .yotpo-star-distribution-index{
  color:var(--colorTextBody);
}

body #yotpo-main-widget-btn{
  border: solid 1px #1a1a19;
  transition: 0.6s ease-out;
}
  
body #yotpo-main-widget-btn:hover{
   background: #fff!important;
   color:#1a1a19;
   text-decoration:none;
  border: solid 1px #1a1a19;
}
body .yotpo-new-review-btn-wrapper .yotpo-btn-s{
  border-left-color:#1a1a19;
}

body .yotpo-star-distribution-value{
  color:#ffc800;
}
body .yotpo-base-layout{
  width:100%!important;
}
body yotpo-main-layout,
body .yotpo-bottom-line,
body .yotpo-display-s .yotpo-bottom-line,
body .yotpo-display-s .yotpo-bottom-line .yotpo-star-distribution,
body .yotpo-progress-bar{
  width: 100%;
}
body .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
body .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star{
  font-size:14px;
}
.yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 14px!important;
}
.yotpo span.star-right{
  color:#1a1a19;
	text-decoration:underline;
}
.yotpo-sr-bottom-line-text{
text-decoration:underline;
}

body .yotpo,
body .yotpo div, body .yotpo span, body .yotpo p, body .yotpo a,
body .yotpo .yotpo-icon{
 display:flex;
 align-items: center;
 line-height:1; 
 font-size:13px;
}
body .yotpo span{
  margin-top:0!important;
}
body .yotpo .yotpo-icon{
  margin-right:0!important;
}

body .yotpo-bottom-line, body .yotpo-display-s .yotpo-bottom-line{
  margin-bottom:10px!important;
}
body .yotpo-bottom-line .yotpo-star-distribution{
  padding:3px 0 0 0;
}
body .yotpo-star-distribution-bar{
  width:calc(100% - 50px);
}
body .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel{
  flex-basis:inherit;
  column-gap:12px;
}

body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container,
body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn{
  width:calc(50% - 6px);
  flex-grow:inherit;
  flex-basis:inherit;
}

body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-star-rating{
  margin-bottom:12px;
}
body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-title{
  font-size:14px;
  font-weight:700;
  margin:0 0 8px 0;
}
body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content{
  font-size:13px;
}
body .yotpo-reviews-container .yotpo-reviewer-name{
  font-size:14px;
}
body .yotpo-reviews-container .yotpo-reviewer-verified-buyer-text,
body .yotpo-display-s .yotpo-review-details .yotpo-date-label,
body .yotpo-display-s .yotpo-review-details .yotpo-date-format{
  font-size:12px;
}
body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content{
  margin-top:0;
}

body svg.yotpo-star-rating-icon {
    width: 14px;
    height: 14px;
}
body .yotpo-head .yotpo-headline,
body .yotpo-date-format,
body .yotpo-display-s .yotpo-review .yotpo-review-center-panel .yotpo-review-content,
body .yotpo-media-modal .yotpo-review .yotpo-review-center-panel .yotpo-review-content{
  color:var(--colorTextBody);
}

body .yotpo-reviewer-verified-buyer-text,
body span.yotpo-reviewer-name{
  color:var(--colorTextBody)!important;
}
body .yotpo a{
  color:var(--colorLinkText)!important;
}
body .yotpo-review-votes-text{
  font-size:var(--msmallText);
}
body .yotpo-review-votes-wrapper .yotpo-review-votes-text{
  align-self:center;
}
.yotpo-review-votes-icons-wrapper .yotpo-review-votes-icons-container:last-of-type {
    display: none;
}
body .yotpo-review-votes-wrapper {
    .yotpo-review-votes-text {
      margin-right:6px;
    }
}
body .yotpo-review-votes-wrapper {
    & .yotpo-review-votes-icons-wrapper {
        & .yotpo-review-votes-icons {
            .yotpo-review-votes-icon-up {
                margin-top: 4px;
                fill: var(--colorTextBody);
            }
        }
    }
}
body .yotpo-reviews-main-widget .top-margin{
  margin-top:20px;
}

.yotpo-display-s #yotpo-app .yotpo-filters-container{
  margin-top:0;
}
#yotpo-app .yotpo-header-container + .yotpo-review-border-smooth {
  display: none;
}
body .yotpo-review-border-smooth{
  width:100%;
  height:1px;
  background:#ccc;
}

.yotpo-reviews-container .yotpo-review-border-smooth:last-of-type{
  display:none;
}
.yotpo-date-format{
  font-size:var(--text);
}
.no-user .yv-filters-menu-link.main-link{
  background:#fff;
  border-radius:4px;
}
.yv-filters-menu-item + .yv-filters-menu-item{
  margin-top:12px;
  border-radius:4px;
}



@media screen and (min-width: 340px) {
  .share-button{
    width:76px;
  }
}
.share-button i{
  display:flex;
  justify-content:center;
  align-items:center;
  width:14px;
  height:14px;
  margin-right:2px;
}
.share-button i svg{
  display: block;
  fill: #fff;
}
.share-button span{
  color:#fff;
  font-size:10px;
}
.share-button.x{
  color:#fff;
  background:#000;
}
.share-button.facebook{
  background:#1877f2;
}
.share-button.line{
  background:#00c300;
}
.share-button.tiktok{
  background:#000;
}

/* formパスワードを確認するボタン */
.form-pass{
  position:relative;
}
#CustomerPassword{
  padding-right:39px;
}
.toggle-password{
  width:24px;
  height:24px;
  background:url("/cdn/shop/files/inputclose.svg?v=1740036944") no-repeat center;
  position:absolute;
  right:15px;
  top:13px;
}
.pass-open .toggle-password{
  background:url("/cdn/shop/files/inputopen.svg?v=1740036977") no-repeat center;
}

.template_index body .shopify-section.recent-viewed-product-section.section-in-view{
  border-top:0;
  border-bottom:solid 1px var(--primaryBorderColor);
}
 body .shopify-section.recent-viewed-product-section.section-in-view{
   padding-top:30px!important;
   border-top:solid 1px var(--primaryBorderColor);
   overflow:hidden;
 }
.shopify-section.section-in-view .row > .products-grid:first-of-type{
  padding-left:0;
}
.shopify-section.section-in-view .recently-viewed-wrapper.row .products-grid > div:first-of-type{
  padding-left:10px;
}
.recently-viewed-wrapper .product-item a p{
 font-size:var(--); 
  font-weight:400;
}


#shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12{
  flex: 0 0 58%;
  max-width: 58%;
  margin-bottom:0;
}

/* マイページ */
.yv-page-banner.yv-account-page-banner{
  background:transparent;
  padding-top: 20px;
  padding-bottom:20px;
  min-height: auto;
}

.featured-articles-section .featired-articles .yv-blogs-wrapper{
  padding-top:0;
}
.account-pages-content .table-responsive tr td:first-child,
.account-pages-content .table-responsive tr td:nth-child(2){
  width: 100%;
}


/* 作り手ストーリー */
.home-footer #shopify-section-template--19171264004320__random_products_CkLtHa > .random-products,  
.home-footer #shopify-section-template--19171264004320__random_products_CkLtHa + #shopify-section-template--19171264004320__recently_viewed_products_fpYefz{
  border-bottom:0;
}
.home-footer #shopify-section-template--19171264004320__random_products_CkLtHa + #shopify-section-template--19171264004320__recently_viewed_products_fpYefz{
  border-top:solid 1px #ccc;
}

.link.sp-link{
  display:none;
}
.article-author{
  font-size: 11px;
  margin-left: auto;
  width: 100%;
  margin-top: 4px;
}

.interview-section .interview-list{
  padding-left:0;
}
.interview-list a{
  display:flex;
}
.interview-thumbnail{
  width:100px;
  flex: 0 0 100px;
  line-height:0;
}
.interview-thumbnail img{
  border-radius:6px;
}
.interview-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* titleとdateの間を自動調整 */
  flex-grow: 1;
  padding-left: 12px;
}
.interview-tag{
  font-size:10px;
  margin-bottom:4px;
}
.interview-title{
  font-size:15px;
}
.interview-date{
  font-size:10px;
  margin-top:auto;
}

.blog-syutoku .yv-blog-card-img{
  border-radius:6px 6px 0 0;
}
.blog-w-articles .yv-blog-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom:0;
  box-shadow: 0px 0px 4px 0px rgba(26, 26, 25, 0.1);
}
.blog-story.blog-w-articles .yv-blog-card{
  box-shadow: none;
}

.blog-w-articles .yv-blog-card a{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background:#fff;
  border-radius:6px;
}
.blog-syutoku .yv-blog-card .yv-blog-card-text{
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between; /* タイトルと日付を上下に分ける */
  padding:0 12px 12px 12px;
}
.blog-syutoku .yv-blog-card .yv-blog-title{
  font-size:13px;
  width:100%;
}
.yv-blog-date.blog-bottom-date{
  position:static;
  background:transparent;
  padding:0;
  border-radius:0;
  font-size:11px;
  padding-top:16px;
  margin-top:auto;
}


.featured-articles-section .blog-story .row{
  flex-wrap:wrap;
  margin-left:0;
  margin-right:0;
}

.featured-articles-section .blog-story .col-10:first-of-type{
  border-top:solid 1px #ccc;
  margin-left: 0;
}
.featured-articles-section .blog-story .col-10{
  width:100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding:15px 0;
  border-bottom:solid 1px #ccc;
}
.featured-articles-section .blog-story .blog-w-articles .yv-blog-card a{
  flex-direction: row;
  background: transparent;
}
.featured-articles-section .blog-story .yv-blog-card-img{
  width:142px;
  margin: 0;
  border-radius:6px;
}
.featured-articles-section .blog-story .yv-blog-card-text{
  flex-direction: column;
  justify-content: space-between;
  width:calc(100% - 142px);
  padding: 0 0 0 12px;
}
.blog-signature{
  font-size:11px;
  margin-bottom:2px;
}

.blog-story .pc-link.d-md-block{
  display:block;
}
.blog-story .d-md-none{
  display:none;
}

/* LINE、会員特典 */
.footer-above > .container-tb{
  padding-top:0;
}
.container-tb{
  padding-top:30px;
  padding-bottom:30px;
}
.line-box{
  background:#06C755;
  border-radius:6px;
  padding:30px;
}
.line-box h2 span{
  font-size:24px;
  color:#fff;
}
.line-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.line-title i{
  display:block;
  width:32px;
  height:32px;
}
.line-text{
  color:#fff;
  display: table;
  text-align:center;
  font-size:12px;
  margin:14px auto 0 auto;
  padding:0 24px;
  position:relative;
}
.line-text:before,
.line-text:after{
  background-color: #fff; /* 線の色 */
  content: "";
  height: 1px; /* 線の高さ */
  width: 46px; /* 線の長さ */
  top:22px;
  position:absolute;
}
.line-text:before{
  margin-right: 6px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
  left:-24px;
}
.line-text:after{
  margin-left: 6px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
  right:-24px;
}
.button.f-line-btn{
  display:flex;
  flex-wrap:wrap;
  font-size:14px;
  font-weight:700;
  background:#fff;
  border:solid 1px #fff;
  color:#1a1a19;
  position:relative;
  height:34px;
  border-radius:17px;
  margin-top:20px;
}
.button.f-line-btn:after{
  content:"";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #1a1a19 #1a1a19 transparent transparent;
  transform: translateY(-50%) rotate(45deg);
}

/* ユーザー特典 */
.home-footer footer.footer-section{
  margin-top:0;
}
.user-tokuten .container{
  background:#f8f8f8;
}
.user-tokuten h2{
  margin-bottom:15px;
}
.user-t-wrap{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px 10px;
}
.user-t-box{
  display:flex;
  width:calc(50% - 10px);
  padding:30px 10px;
  border-radius:6px;
  background:#fff;
  box-shadow: 0px 0px 4px 0px rgba(26, 26, 25, 0.1);
}
.user-t-inner{
  display:flex;
  flex-wrap:wrap;
  flex-grow: 1;
  align-items:center;
  justify-content:center;
}
.user-t-box h3{
  font-size:14px;
  line-height:1.4;
  margin-bottom:4px;
  text-align:center;
}
.user-t-box p{
  font-size:10px;
  text-align:center;
}
.tokuten-postage{
  background:url("/cdn/shop/files/tokuten-1.svg?v=1743394318") no-repeat center  #fff;
  background-size:60%;
}
.tokuten-point{
  background:url("/cdn/shop/files/tokuten-2.svg?v=1743394318") no-repeat center  #fff;
  background-size:60%;
}
.tokuten-posts{
  background:url("/cdn/shop/files/tokuten-3.svg?v=1743394318") no-repeat center  #fff;
  background-size:60%;
}
.tokuten-pre-sale{
  background:url("/cdn/shop/files/tokuten-4.svg?v=1743394318") no-repeat center  #fff;
  background-size:60%;
}
.tokuten-postage .user-t-inner {
  align-content: center;
}
.tokuten-postage .user-t-inner h3,
.tokuten-postage .user-t-inner p {
  width: 100%;
}
.tokuten-postage .user-t-inner {
  align-content: flex-start;
}
.user-t-box .pt-t span{
  font-weight: 700;
}
.user-t-box .pt-t span.get-p{
  font-size: 14px;
  line-height: 1;
}

/* シーンで探す */
.item-product-tags{
  border-bottom:solid 1px #ccc;
}
.item-product-tags .section-heading{
  display:flex;
  flex-wrap:wrap;
}
.item-product-tags ul{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  padding-left:0;
}
.item-product-tags ul li{
  display:flex;
}
.item-product-tags ul li a{
  font-size:11px;
  color:#1a1a19;
  line-height:1.4;
  padding:6px 10px;
  border-radius:4px;
  border:solid 1px #ccc;
}
.item-product-tags ul li a:hover{
  background-color: var(--colorTextBody);
  color: var(--primaryColorBody);
  border-color: var(--colorTextBody);
}


/* よくある質問 */
.yv-page-banner.page-title{
  min-height:inherit;
  padding-top: 6px;
  padding-bottom: 0;
}
.yv-page-banner.page-title > .container{
  line-height:0;
}
.page-title .page-banner-title.h2{
  padding-bottom:15px;
  position:relative;
}
.page-title .page-banner-title.h2:after{
  content:"";
  display: block;
  position: absolute;
  width:100%;
  height:1px;
  background:#ccc;
  left:0;
  bottom:0;
}
.page-about .page-title .page-banner-title.h2:after{
  content:none;
}
.page-about .yv-page-description-wrapper{
  padding-top:0;
}

.yv-faq-detail .yv-product-accordion{
  margin-top:15px;
}
.yv-faq-detail .yv-accordion-card:last-of-type{
  margin-bottom:0;
}
.faq-section .yv-faq-detail{
 max-width:inherit; 
}

.yv-faq-detail .yv-accordion-card{
  border-color:#ccc;
  box-shadow:0 0 4px #1a1a191a;
}
.site-footer .faq-section{
  padding:0 0 15px 0!important;
}
.yv-faq-detail .yv-accordion-header{
  padding:20px;
}
.yv-faq-detail h2.h4{
  font-size:18px;
}
.yv-faq-detail .yv-accordion-header h6.text-medium{
  font-size:15px!important;
  font-weight:700;
  position:relative;
  padding-left:20px;
}
.yv-faq-detail .yv-accordion-header h6.text-medium:before{
  content:"Q.";
  position:absolute;
  display:block;
  font-size:15px;
  left:0;
}
.faqSection-content p{
  font-size:13px;
  margin-bottom:0;
}
.yv-faq-detail .yv-content-body a{
  color:#1773b0;
}
.faq-search{
  display:flex;
  width:100%;
  height:40px;
  margin-top:15px;
  margin-bottom:30px;
  border-radius:4px;
  position:relative;
}
.faq-search input{
  width:100%;
  padding:10px 40px 10px 10px;
   border:solid 1px #1a1a19;
}
.faq-search input:focus {
  outline: none;
  background-color:#f8f8f8;
  border:solid 1px #1a1a19;
}
.faq-search input::placeholder{
  opacity:.6;
}
.faq-search .yv-header-searchbar-icon{
  background:transparent;
}
.faq-search .yv-header-searchbar-icon svg{
  fill:#1a1a19;
}

div#no-result-message {
    position: absolute;
    left: 10px;
    top: 60%;
}

#shopify-section-template--19171264004320__random_products_CkLtHa + #shopify-section-template--19171264004320__recently_viewed_products_fpYefz{
  border-top:0;
  border-bottom:solid 1px #ccc;
}

/* 会社概要 */
.yv-page-description-wrapper{
  padding:30px 0 0 0;
}
.company-about .page-description{
  padding:0;
}
.company-about table{
  border:0;
}
.company-about table th,
.company-about table td,
.table-responsive th,
.table-responsive td{
  border:0;
  font-size:13px;
  line-height:1.6;
  padding:15px;
}
.company-about table tr:first-child{
  border-top:solid 1px #ccc;
}
.table-responsive tr:first-child{
  border-top: 0;
}
.company-about table tr,
.table-responsive tr{
  border-bottom:solid 1px #ccc;
}
.company-about table tr td:first-child,
.table-responsive tr td:first-child {
  width:32%;
  background:#f2f2f2;
}
.company-about table tr td:nth-child(2),
.table-responsive tr td:nth-child(2){
  width:68%;
}

/* お問い合わせ */
.page-contact span{
  font-size:13px;
}
body #shopify-section-template--19171264495840__1741951072d1f3d8d6.shopify-section,
body .bcontact-content{
  padding-bottom:0;
}
.page-contact .bcontact-field-heading{
  margin-bottom:4px;
}
.page-contact .bcontact-title{
  display:none;
}
.page-contact #shopify-section-template--19171264495840__1741951072d1f3d8d6.shopify-section{
  padding-top:0;
}
.page-contact .bcontact-form{
  margin:20px 0 0 0!important;
}
.page-contact .bcontact-content{
  padding-left:0;
  padding-right:0;
}
.page-contact .bcontact-field--1_2{
  flex-basis:100%;
}
.page-contact .bcontact-field{
  padding:0;
  margin-bottom:20px;
}
.page-contact .bcontact-field-heading{
  display:block!important;
}
.page-contact .bcontact-field--line .bcontact_input, 
.page-contact .bcontact-field--line .flatpickr-input,
.page-contact .bcontact-field--line .bcontact_select{
  height:49px!important;
  border:solid 1px #ccc!important;
  padding:7px 15px!important;
  border-radius:4px!important;
  font-size: 16px !important;
}
.page-contact .bcontact-field--line .bcontact_textarea{
  height:auto!important;
  min-height:120px!important;
  border:solid 1px #ccc!important;
  padding:7px 15px!important;
  border-radius:4px!important;
  font-size: 16px !important;
}
.page-contact .bcontact-field--line.errors .bcontact_input{
  border:solid 1px #e73820!important;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.errors .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:before{
  border:solid 1px #e73820!important;
}
.bcontact_checkbox .bcontact_checkbox_input+.foges.bcontact-custom-checkbox-label:before{
  border:solid 1px #e73820!important;
}
.page-contact .bcontact-field--checkbox .bcontact-field-heading{
  margin-bottom:2px;
}
.page-contact .bcontact-field--radio, 
.page-contact .bcontact-field--checkbox{
  margin-top:0;
}
.bcontact-form .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:after{
  content: "";
  background-color: transparent;
  left: 6px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: solid #1a1a19;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); 
}
.page-contact .bcontact-submit{
  padding:0; 
  margin-top:10px;
}
.bcontact-custom-html ul{
  padding-left:0;
}
.bcontact-custom-html li:not(:last-of-type){
  margin-bottom:10px;  
}
.bcontact-custom-html li,
.bcontact-custom-html li a{
  font-size:13px;
}
.bcontact-custom-html li a{
  text-decoration:underline;
}


.page-contact .bcontact_select_wrapper:after{
  width: 6px;
  height: 6px;
  border-top:solid 1px #1a1a19;
  border-left:solid 1px #1a1a19;
  border-right:inherit;
  right:15px;
  top:20px;
  transform:rotate(-135deg);
}
.page-contact .bcontact-field-help-text{
  margin-top:2px;
}
.page-contact .bcontact-field-help-text span,
.page-contact .bcontact-field-help-text span a{
  color:#888;
}
.page-contact .bcontact-field-help-text span a{
  text-decoration:underline;
}

.page-contact .bcontact-custom-checkbox-label{
  font-size:13px;
  padding-left: 24px !important;
}
.page-contact .bcontact-custom-checkbox-label a{
  text-decoration:underline;
}
.page-contact .bcontact-submit-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius:25px!important;
}
.page-contact .bcontact-submit-btn span{
  color:#fff;
}
.page-contact .bcontact-field--line.bcontact-field--error .bcontact_input{
  border-color:red!important;
}

.error-message {
  color: #e73820;
  font-size: 13px;
  margin-top:4px;
}
.blog-filter-box h6{
  font-size:13px;
  margin-bottom:8px;
}
.blog-filter-box{
  margin-bottom:20px;
}
.filter-tags{
  gap:8px;
}
.filter-tags li a.active{
  border-color:#1a1a19;
}
.filter-tags li a{
 font-size:11px;
  color:#1a1a19;
  line-height: 1.4;
  background:transparent;
  padding: 6px 10px;
  border-radius: 4px;
  border: solid 1px #ccc;
  margin:0;
}
.yotpo-display-s .yotpo-empty-state{
  margin-top:15px;
}
.yotpo-display-s .yotpo-title-text,
.yotpo-display-m .yotpo-title-text{
  display:none;
}

.yv-product-tax-shipping,
.product-item a p>span,
.yv-prizebox .yv-product-price>span,
.product-item a p>span, .yv-prizebox .yv-product-price>span, .fp-introduced-item .yv-product-price>span{
  font-size: 12px;
  margin-left:8px;
}
.bcontact-description p{
  font-size:14px;
}
.bcontact-description p:nth-of-type(2){
  margin-top:6px;
}
.bcontact-description p:nth-of-type(2) a{
  font-weight:700;
  text-decoration:underline;
}

.input-error + .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:before,
body .page-contact .bcontact-field--line .bcontact_input.input-error,
.page-contact .bcontact-field--line .bcontact_select.input-error{
  border-color:#E73820!important;
}
.form-global-error,
.bcontact-error-message,
body .bcontact-field-heading span>span,
.checkbox-error-message{
  color:#E73820!important;
  font-size:13px;
} 
.bcontact_checkbox .checkbox-error-message {
  font-size: 13px!important;
} 
.bcontact-submit-btn + .form-global-error{
  text-align: center;
  margin-top:4px;
}

.input-error + .bcontact_checkbox .bcontact_checkbox_input:checked+.bcontact-custom-checkbox-label:before{
  border-color: #ccc !important;
}

.contact-success{
  position: fixed;
  left:0;
  bottom:0;
  width: 100%;
  padding:15px;
  background:rgba(69,184,12,.82);
  z-index: 10;
}
.contact-success p{
  font-size:13px;
  color:#fff;
  text-align: center;
}
  
  

/* 404 */
.template_404 main{
  min-height:0;
}
.yv-404-wrapper{
  min-height:360px;
}
.nopage-btn .small-btn{
  font-size:13px;
  min-width:160px;
  min-height: 50px;
  border-radius:25px;
}
.yv-404-content p{
  font-size:13px;
}
.template_404 .footer-section{
  margin-top:0;
}

/* 特商法 */
.page-policy .page-description,
.page-policy .page-description p:last-of-type{
  margin-bottom:0;
}
.page-policy h2.h4{
  margin-bottom:10px;
}
.page-policy h3.h5{
  font-size:14px;
  margin-bottom:8px;
}
.page-policy p{
  font-size:13px;
}
.page-policy a{
  color:#1773b0;
}
.page-policy .breadcrumb-nav a{
  color:#1a1a19;
}

/* 管理画面のpolicies用 */
.shopify-policy__body{
  margin-bottom:0;
}
.shopify-policy__title h1{
  font-size:22px;
  padding:53px 0 15px 0;
  margin:0 auto;
  border-bottom:solid 1px #ccc;
}
.shopify-policy__container{
  max-width:100%;
  padding-left:16px;
  padding-right:16px;
}
.shopify-policy__container .shopify-policy__body .rte h1{
  font-size:18px;
  margin-bottom:10px;
}
.shopify-policy__container .shopify-policy__body .rte p{
  font-size:13px;
}
.shopify-policy__container .shopify-policy__body .rte a,
.shopify-policy__container .shopify-policy__body .rte a span{
  color:#1773b0!important;
  text-decoration:underline;
}
.shopify-policy__container .shopify-policy__body .rte p.first-p{
  margin-top:20px;
}

/* お気に入り */
body .frcp-wishlist-modal .frcp-section__title-row{
  padding-top:0;
}
body .frcp-btn.frcp-btn--primary{
  max-width:320px;
  margin:0 auto;
}
body .frcp-wishlist-modal .frcp-popup__close{
  top:17px;
}
body .frcp-product__delete-icon-wrapper{
  top:0;
  right:0;
}
body .frcp-wishlist-modal .frcp-product__delete{
  display:block;
  position:relative;
  width:32px;
  height:32px;
  border-radius:0 6px 0 0;
}
body .frcp-wishlist-modal .frcp-product__delete:before,
body .frcp-wishlist-modal .frcp-product__delete:after{
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
body .frcp-wishlist-modal .frcp-product__delete:before{
  transform: translate(-50%,-50%) rotate(45deg);
}
body .frcp-wishlist-modal .frcp-product__delete:after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
body .frcp-product__delete-wrapper:before{
  content:none;
}
body .frcp-icon{
  display:none;
}
body .frcp-product__select{
  min-width:inherit;
  padding:4px 8px;
  border-radius: 4px;
}
body .frcp-product__quantity{
  border-radius:0;
}
body .frcp-product__title{
  margin-bottom:6px;
  padding-bottom:0;
}
body .frcp-product__step.frcp-product__step--remove{
  border-radius:4px 0 0 4px;
}
body .frcp-product__step.frcp-product__step--add{
  border-radius:0 4px 4px 0;
}
body .frcp-btn{
  box-shadow:0;
  border-radius:13px;
}

/*レビュー投稿画面 */
body.yotpo-background-scroll-prevent .modal-backdrop.yotpo-review-form-modal .yotpo-modal{
  max-width: 1200px;
  width: 80%;
  height:80%;
  padding-bottom:20px;
}
body.yotpo-background-scroll-prevent .modal-backdrop.yotpo-review-form-modal .yotpo-modal-header{
  margin-bottom:15px;
}
.yotpo-name-email-wrapper + body.yotpo-background-scroll-prevent div[data-v-4928ac22][modelvalue] {
  display:none;
}
body.yotpo-background-scroll-prevent .yotpo-input-wrapper .yotpo-new-input-container[data-v-660d67f1]{
  border-radius:4px;
}
body.yotpo-background-scroll-prevent .yotpo-widget-clear span{
  color:#e73820;
}
body.yotpo-background-scroll-prevent .modal-backdrop.yotpo-review-form-modal .yotpo-modal .yotpo-modal-body{
  padding:0 20px 20px 20px;
  margin:0;
}
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form[data-v-4928ac22],
body.yotpo-background-scroll-prevent .yotpo-input-wrapper textarea{
  width:100%;
}
body.yotpo-background-scroll-prevent .yotpo-review-form[data-v-4928ac22],
body.yotpo-background-scroll-prevent .yotpo-review-form .yotpo-name-email-wrapper[data-v-4928ac22]{
  gap:20px 0;
  min-width:100%!important;
}
body.yotpo-background-scroll-prevent .yotpo-star-rating-wrapper .yotpo-star-rating-icons[data-v-300b843c]{
  margin-left:0;
}
body.yotpo-background-scroll-prevent .yotpo-review-form .yotpo-name-email-wrapper[data-v-4928ac22]{
  flex-wrap:wrap;
}
body.yotpo-background-scroll-prevent .yotpo-review-form .yotpo-new-review-star-rating,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-star-rating,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-content,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-headline,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-email,
body.yotpo-background-scroll-prevent .yotpo-input-wrapper{
  min-width:100%!important;
  min-height:inherit!important;
  height:auto!important;
}
body.yotpo-background-scroll-prevent .yotpo-review-form .form-footer p{
  margin:0
}
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-file-upload,
body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-uploaded-images,
body.yotpo-background-scroll-prevent .yotpo-file-upload,
body.yotpo-background-scroll-prevent .yotpo-uploaded-images{
   display:none;
}
body.yotpo-background-scroll-prevent .yotpo-review-form .form-footer[data-v-4928ac22]{
  position:static;
  margin:0;
}
body.yotpo-background-scroll-prevent .yotpo-widget-clear .yotpo-mobile-filters-popup-field-wrapper span{
  color:inherit;
}
body.yotpo-background-scroll-prevent .yotpo-mobile-filters-popup-overlay-container .yotpo-mobile-filters-popup-header .yotpo-mobile-filters-popup-clear[data-v-047f862d] {
    font-size: 12px;
    right: 20px;
}
body.yotpo-background-scroll-prevent input:focus,
body.yotpo-background-scroll-prevent input:focus-visible{
  outline: none!important;
  box-shadow: none;
}

/* ショッピングガイド */
.template_page-shopping-guide .shopify-policy__title h1{
  padding-top:6px;
  margin-bottom:0;
}
.shop-guide-categry:not(:last-of-type){
   margin-bottom:40px;
}
.shop-guide-categry:not(:first-of-type){
  padding-top:40px;
  border-top:solid 1px #ccc;
}

.guide-box:not(:last-of-type){
  margin-bottom:30px;
}
.guide-txt p:last-of-type,
.shop-guide-categry .guide-box p:last-of-type,
.shop-guide-categry .user-box p:last-of-type{
  margin-bottom:0;
}
.shop-guide-categry p{
  display: block;
  font-size:14px;
  margin-bottom:20px;
}
.shop-guide-categry p.text-ml{
  margin-bottom: 15px;
}
.shop-guide-categry p.rubi{
  font-size: 12px;
}
.shop-guide-categry .color-r{
  color:#E73820;
}
.shop-guide-categry p.r-texts{
  margin-bottom: 10px;
}
.shop-guide-categry p.pay-ct{
  font-size:14px;
  font-weight: 700;
  margin-bottom:10px;
}
.shop-guide-categry li:not(:last-of-type){
  margin-bottom: 10px;
}
.shop-guide-categry .bottom-m{
  margin-bottom:12px;
}
.shop-guide-categry li{
  font-size:14px;
}
.shop-guide-categry ul:not(.list-unstyled), ol:not(.list-unstyled){
  padding-left:0;
}
.template_page-shopping-guide ul li:not(:last-of-type){
  margin-bottom: 10px;
}
.template_page-shopping-guide .header ul li:not(:last-of-type){
  margin-bottom: 0;
}
.template_page-shopping-guide ul.breadcrumb-list li:not(:last-of-type){
  margin-bottom:0;
}
.shop-guide-categry h2,
.shop-guide-categry h3,
.shop-guide-categry h4{
  font-weight: 700;
}
.shop-guide-categry h2{
  font-size:20px;
  margin-bottom:20px;
}
.shop-guide-categry h3{
  font-size:18px;
  margin-bottom:16px;
  padding-left:24px;
  position: relative;
}
.shop-guide-categry h3:before{
  content: "";
  width: 18px;
  height: 18px;
  background: #1a1a19;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.shop-guide-categry h4{
  font-size:16px;
  border-left:solid 3px #1a1a19;
  padding-left:9px;
  margin-bottom:14px;
}
.shop-guide-categry .guide-box li h4,
.shop-guide-categry .guide-box .n-leftb h4,
.shop-guide-categry .guide-box .user-box h4{
  border-left:0;
  padding-left:0;
}
.shop-guide-categry .guide-box .user-box h4{
  padding-left:8px;
}
.template_page-shopping-guide .b-text{
  font-weight: 700;
}
.shop-guide-categry .guide-ph{
  margin-bottom:20px;
  border:solid 1px #f2f2f2;
  border-radius: 6px;
  line-height: 0;
}
.guide-ph.guide-mypage-ph{
  margin-top:16px;
  margin-bottom:30px;
}
.guide-ph img,
.guide-ph source{
  border-radius:6px;
}
.shop-guide-categry .guide-ph.c-card{
  width: 58%;
  border:0;
}
.shop-guide-categry .guide-box .b-text.text-ml{
  font-size:14px;
  margin-bottom:12px;
}
.shop-guide-categry p.pay-ctxt,
.shop-guide-categry .point-box p{
  margin-bottom:14px;
}
.shop-guide-categry p.pay-ctxt + .rubi,
.rubi.rubi-second{
  margin-bottom: 12px;
}
.shop-guide-categry .pay-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap:0 16px;
} 
.shop-guide-categry .notes-tti{
  margin-bottom:10px;
}
.notes-txt li a{
  margin-top:8px;
}
.point-box .col-12{
  padding: 0;
}

.side-guide-link .accordion-header {
  display: none;
  cursor: pointer;
  width: 100%;
  padding:12px 0;
  font-weight: bold;
}

.side-guide-link {
  width: 100%;
  max-width: 100%;
  padding:0;
  border-bottom:solid 1px #ccc;
  margin-bottom: 40px;
}
.side-guide-link.open{
  padding-bottom: 12px;
}

.side-guide-link .accordion-header {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.side-guide-link .accordion-header:before,
.side-guide-link .accordion-header:after{
  content: "";
  transition: 0.5s ease all;
  position: absolute;
  top: calc(50% - 1px);
  right: 12px;
  width: 12px;
  height: 2px;
  background-color: #1a1a19;
  transition-property: transform;
}
.side-guide-link .accordion-header:before{
  transform: rotate(-90deg);
}
.side-guide-link.open .accordion-header:before{
  content: none;
}

.side-guide-link .guide-list {
  display: none;
  padding:0;
  font-size: 14px;
  font-weight: 700;
}

.side-guide-link.open .guide-list {
  display: block;
}
.side-guide-link .guide-list li a{
  display: block;
  font-weight: 400;
  border: 0;
  padding: 12px 10px;
}
.anchor-offset {
  position: relative;
  top: -139px; /* header 119 + margin 20 */
  height: 1px;
}

.delivery-table.table-style{
  border-top: 0;
  margin-bottom:20px;
}
.delivery-table.table-style caption{
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 12px 0;
}

.user-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.point-box:not(:last-of-type) {
  margin-bottom: 30px;
}
.wakutan-touroku {
  border:solid 1px #1a1a19;
  padding:20px 15px 15px;
  border-radius: 6px;
  position: relative;
  margin-top:28px;
  margin-bottom:20px;
}
.wakutan-touroku > p{
  position: absolute;
  top:-18px;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 6px 12px;
  font-weight: bold;
  background: #fff;
  white-space: nowrap;
}
.wakutan-touroku  li:not(:last-of-type){
  margin-bottom:15px;
}
.shop-guide-categry .pay-list{
  background: #f2f2f2;
  padding:15px;
}
.shop-guide-categry .pay-list li{
  font-weight: 700;
}
.pay-box:first-of-type{
  margin-top:30px;
}
.pay-box:not(:last-of-type){
  margin-bottom:30px;
}
.pay-text{
  margin-bottom:30px;
}
a.underline {
  text-align: right;
  display: table;
  text-decoration: underline;
  margin-top:5px;
  margin-left:auto;
}
a.underline + a.underline {
  margin-left:12px;
}
.shop-guide-categry .point-box p.point-m-title{
  margin-bottom: 10px;
}
.shop-guide-categry p.pay-ctxt.point-txt{
  font-size: 14px;
  font-weight: 400;
  margin-bottom:8px;
  line-height: 1.3;
}
.shop-guide-categry p.pay-ctxt.point-txt span{
  font-size:24px;
  color:#E73820;
  font-weight: 700;
}
.shop-guide-categry .ol-s{
  margin-top:20px;
}

.shop-guide-categry .guide-box p.text-mb,
.shop-guide-categry .guide-box .guide-dl.guide-line p{
  margin-bottom:20px;
}

.delivery-table thead{
  display:none;
}
.delivery-table tbody,
.delivery-table tbody tr{
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.delivery-table tbody tr{
  border:solid 1px #ccc;
  border-bottom:0;
}
.delivery-table tbody tr:not(:last-of-type){
  margin-bottom:20px;
}

.delivery-table tbody td{
  font-size:13px;
  border-bottom:solid 1px #ccc;
  line-height: 1.6;
}
.delivery-table tbody .deli-name{
  width:100%;
  background:#f2f2f2;
  padding:12px 15px;
}
.delivery-table tbody .deli-common,
.delivery-table tbody .deli-free{
  width:100%;
  position:relative;
  text-align:right;
  padding:12px 15px 12px 60px;
  line-height:1.6;
}
.delivery-table tbody .deli-common:before,
.delivery-table tbody .deli-free:before{
  position:absolute;
  top: 50%;
  left:12px;
  transform: translateY(-50%);
}
.delivery-table tbody .deli-common:before{
  content:"通常配送";
}
.delivery-table tbody .deli-free:before{
  content:"送料無料";
}
.delivery-table span.small{
  font-size:11px;
  color:#1a1a19;
  font-weight:400;
}
.delivery-table span{
  color:#E73820;
  font-weight:700;
}
.c-cart-box:first-of-type{
  margin-top:20px;
}
.rei{
  position: relative;
  padding-left:2rem;
}
.rei:before{
  content: "例：";
  position: absolute;
  left:0;
  display: block;
  font-size:14px;
}
li span.cupon-rei{
  display: block;
  margin-top:4px;
  position:relative;
  padding-left:2rem;
}
li span.cupon-rei:before{
  content:"例）";
  position: absolute;
  left: 0;
  display: block;
  font-size: 14px;
}
li span.cupon-rei > div{
  display: inline;
}
.shop-guide-categry .cupon-box > .ol-s{
  margin-top:0;
}
a.t-uline{
  text-decoration:underline;
}
/*
li span.cupon-rei > .b-text{
  display: inline-block;
}
*/

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 15px;
}

.table-style.return {
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-top:20px;
}

.table-style.return th,
.table-style.return td {
  border: 1px solid #ccc;
  padding: 12px 15px;
}

.table-style.return thead th {
  background-color: #1a1a19;
  color: #fff;
  font-weight: bold;
}
.table-style.return .text-c{
  text-align: center;
}
.table-style.return .tabel-bg{
 background:#f2f2f2;
}
.table-style.return .tabel-c4{
  text-align: center;
}

.table-style.return td small {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}

.shop-guide-container > .shop-guide-categry-wrap{
  padding-left:0;
  padding-right:0;
}
.guide-box.user-guide-box{
  margin-top:30px;
}
.delivery-table.user-ranking-table tbody td:first-of-type{
  background:#f2f2f2;
}
.delivery-table.user-ranking-table tbody td{
  width:100%;
}
.user-ranking-table.table-style.return{
  min-width:900px;
}
.user-ranking-table.table-style.return th{
  width:auto;
}
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1),
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2){
  display:flex;
  flex-wrap:wrap;
  padding:0;
}
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1) p:first-of-type,
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2) p:first-of-type{
  width:36.8%;
  margin-bottom:0;
  padding:10px;
  background:#f2f2f2;
  color:#1a1a19;
}
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1) p:nth-of-type(2),
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2) p:nth-of-type(2){
  width:calc(100% - 36.8%);
  background: #fff;
  padding:10px;
  border-left:solid 1px #ccc;
}
.user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2) p:first-of-type{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}



.guide-box.rank-benefit > h3{
  margin-bottom:0;
}
.rank-benefit .table-style.return td:not(:first-of-type){
  text-align:center;
}
.shop-guide-categry .rank-benefit ol:not(:last-of-type){
  margin-bottom:20px;
}
.shop-guide-categry .guide-box p.y-mb{
  margin-bottom:10px;
}
.guide-box-inner:not(:last-of-type){
  margin-bottom:30px;
}
.tit-h3.m-top{
  margin-top:40px;
}
.shop-guide-categry .point-box .point-txt.mb-s + p.pay-ctxt{
  margin-bottom:4px;
}

.del-guideline-inner,
.del-guideline-box{
  margin-top:20px;
}
.del-guideline-box ol{
  margin-top:20px;
}

/* header spメニュー内に検索窓を追加 */
.inner-side.search-pluse .inner-side-first-item{
  padding-top:0;
}

.side-menu .inner-side.search-pluse{
  grid-template-rows: auto auto 1fr;
}
.search-pluse .side-menu-search{
  padding:20px;
}
.search-pluse .yv-header-searchbar input{
  background: #fff;
  border-radius:6px;
  border: solid 1px #1a1a19;
}
.search-pluse .yv-header-searchbar-icon{
  background: transparent;
  z-index: 1;
  border-radius:0 6px 6px 0;
}
.search-pluse .yv-header-searchbar-icon svg{
  fill:#1a1a19;
}

/* Safari系（macOS + iOS）向けの調整 */
.product-price-wrapper .product-price,
.product-price-wrapper .product-price-tax{
  color:#1a1a19;
}
@supports (font: -apple-system-body) {
  .product-price-wrapper .product-price-tax{
    margin-left:4px;
  }
}

/* ヘッダー上のテキストスライド部分の調整用 */
@media (max-width: 340px) {
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar .announcement-bar__message,
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar .announcement-bar__message *,
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar .announcement-bar__message ul li span,
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar .announcement_icon,
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar-main-wrapper .announce_close,
  body #shopify-section-sections--19486531616992__announcement-bar .country-select-box .detail-summary span, #shopify-section-sections--19486531616992__announcement-bar .country-select-box .detail-summary:after,
  body #shopify-section-sections--19486531616992__announcement-bar .announcement-bar-main-wrapper .social-links ul li a{
    font-size:13px;
  }
}
.shopify-section.shopify-section-group-header-group.announcement-bar-section{
  height:35px;
  overflow:hidden;
}
.announcement-bar__message.is-selected{
  width:100%;
}
.announcement-bar-wrapper {
  opacity: 0;
  visibility: hidden;
}
/* ここまで */

/* クリスマス特集ページのみ */
.template_page-christmas2025 .shopify-section.image-banner-section,
.template_page-christmas2025 .yv-image-banner-wrapper{
  height:300px!important;
}
.template_page-christmas2025 .shopify-section.image-banner-section .yv-image-banner-background img{
  display:none;
}
.template_page-christmas2025 .shopify-section.image-banner-section .yv-image-banner-background{
  background:url("/cdn/shop/files/x-mas-sp-w.png?v=1766028258") no-repeat center;
  background-size: auto 100%;
}
/* ここまで */

@media (min-width: 576px) {
  .ranking-section{
    margin-top:60px;
    margin-bottom:60px;
  }
  .random-products,
  #shopify-section-template--19171264004320__recently_viewed_products_fpYefz.shopify-section.recent-viewed-product-section{
    padding-top:60px;
    padding-bottom:60px;
  }

  /* news */
  #shopify-section-template--19171264004320__custom_liquid_FAnKiJ.shopify-section{
    margin-top:60px;
  }

  
   /* レビュー */
  body .yotpo-review-form[data-v-3749e1a6]{
    width: 100%!important;
  }
  body .yotpo-bottom-line, body .yotpo-display-s .yotpo-bottom-line {
    width: 70%;
    max-width: 700px;
  }
  body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner{
    flex-direction: row;
  }
  body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel{
    width:auto;
    justify-content: normal;
  }
  body .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-right-panel{
    display: flex;
    width: auto;
    flex-basis:inherit; 
  }
  body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-free-search-filter-container,
  body .yotpo-display-s .yotpo-filters-container .yotpo-filters-container-inner .yotpo-filters-top-panel .yotpo-mobile-filters-popup-btn{
    width:180px;
  }
  body .yotpo-display-s #yotpo-app .yotpo-main-layout .yotpo-layout-header-wrapper{
    margin-bottom:40px;
  }
  .yotpo-reviews-container .yotpo-review-border-smooth:last-of-type{
    display:block
  }

  /* カート */
  .cart-left .yv-cart-table-main{
    padding-top:0;
  }
  .cart-left .yv-product-information.d-none .price-t:after {
    content: "\ff09";
    position: absolute;
    right: -8px;
  }
  .cart-left .yv-cart-table tbody tr{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-top:15px;
    padding-bottom:15px;
  }
  .cart-left .yv-cart-table .cart-ph{
    padding-top:0;
    padding-bottom:0;
  }
  .cart-left .yv-cart-table tbody tr:first-of-type td:nth-child(2){
    padding-bottom:0;
  }
  .cart-left .yv-cart-table tr td:nth-child(2){
    min-width: 160px;
    padding-top:0;
    padding-bottom:0;
  }
  .cart-left .cart-quantity{
    margin-top:0;
  }
  .cart-left .yv-product-information.d-none .price-t{
    font-size:11px;
    position:relative;
    padding-top:2px;
    padding-right:3px;
    padding-bottom:0;
  }
  .cart-left .yv-cart-table td .cart-remove {
      margin-left: 30px;
   }
  .yv-product-information .yv-prizebox .yv-product-price{
    width:auto;
  }
  .cart-left .yv-cart-table td.cart-price{
    margin-left:auto;
  }
  .cart-right .cart-form-inner .total-price span:after{
    bottom:-1px;
  }

  /* ショート動画 */
  .yv-gallery-collage-outer.space-around .col-md-3, #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12 {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 10px;
    padding: 0;
  }
  .yv-gallery-collage-outer.space-around .col-md-3, #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:first-of-type {
    margin-left:20px;
  }
  .yv-gallery-collage-outer.space-around .col-md-3, #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:last-of-type {
    margin-right:20px;
  }


  /* 特集 */
  .yv-gallery-collage-outer.mobile-swipe .row .col-12,
  .wakutan-section .row .col-md-4,
  .featured-articles-section .col-12,
  .featured-articles-section .col-10,
  .featured-articles-section .col-12{
    flex: 0 0 44.6666%;
    max-width: 44.6666%;
  }

  /* LINE */
  .container-tb{
    padding-top:60px;
    padding-bottom:60px;
  }
  .line-text:before, .line-text:after{
    width:28px;
    top:12px;
  }
  .line-text br{
    display:none;
  }
  .line-text:before{
    left:-3px;
  }
  .line-text:after{
    right:-3px;
  }
  .button.f-line-btn{
    max-width:274px;
    margin:17px auto 0 auto;
  }

  .footer-section,
  .cart-page .shopify-section.footer-section{
    margin-top:60px;
  }
  .custom-section{
    padding-bottom:0;
  }

  /* よくある質問 */
  .site-footer .faq-section{
    padding:30px 0!important;
  }
  .site-footer .faq-section:last-of-type{
    padding-bottom:0!important;
  }
  .faq-search{
    max-width:720px;
    margin:20px auto 0 auto;
  }

  /* 会社概要 */
  .yv-page-description-wrapper{
    padding:60px 0 0 0;
  }
  .company-about table tr td:first-child{
    width:24%;
  }
  .company-about table tr td:nth-child(2){
    width:76%;
  }

  /* 会員特典 */
  .user-t-box{
    width: calc(25% - 10px);
    padding:40px 15px;
  }
  .tokuten-postage,
  .tokuten-posts {
    background-size: 68%;
  }

  /* お問い合わせ */
  .page-contact .bcontact-field--line .bcontact_textarea {
    min-height: 200px !important;
  }
  .bcontact-description p:nth-of-type(2) br{
    display:none;
  }

  /* 作り手ストーリー */
  .article-author{
    width:inherit;
    margin:0 0 0 auto;
  }
  #shopify-section-template--19171264004320__featured_articles_HTLf9c.shopify-section.blog-post,
  #shopify-section-template--19171264004320__top_storyt_featured_article_7qDd8R.shopify-section.blog-post{
    padding-top:60px;
    padding-bottom:60px;
  }

  /* ショッピングガイド */
  .delivery-table tbody .deli-common br,
  .delivery-table tbody .deli-free br{
    display: none;
  }
  
  
}





@media (min-width: 767px) {
  .home-footer main{
    margin-top:20px;
  }
  
  .container, .container-fluid, .custom-container,
  .shopify-policy__container{
    padding:0 40px;
  }
  .featured-articles-section .row, .yv-gallery-collage-outer.space-around .row {
    /*
    margin-left: -40px;
    margin-right: -40px;
    */
    margin: 0 -8px;
    width: calc(100% + 48px); 
  }
  .featured-articles-section .row, .yv-gallery-collage-outer.space-around .row >div:last-of-type {
    margin-right:40px;
  }
 body .shopify-section.recent-viewed-product-section,
#shopify-section-template--24204751667507__recently_viewed_products_Wckyq4{
   padding-top:60px!important;
   border-top:solid 1px var(--primaryBorderColor);
 }
  .gallery-section-wrapper{
    text-align:left;
  }

  .right-content.col-lg-6{
    padding:0;
  }
  body .header_4 .header__heading-link {
    margin: 0 auto 0 48px;
  }

  .tax-in{
   margin-right:0; 
  }
  #shopify-section-template--19171264004320__featured_articles_HTLf9c + #shopify-section-template--19171264004320__random_products_CkLtHa > .random-products,
  .item-product-tags > .container{
    padding-top: 60px; 
    padding-bottom: 60px;
  }
  .home-footer #shopify-section-template--19171264004320__random_products_CkLtHa + #shopify-section-template--19171264004320__recently_viewed_products_fpYefz{
    padding-bottom:60px;
  }

  /* 商品カテゴリー */ 
  .yv-gallery-direction-right .yv-gallery-box{
    padding:0;
  }
  .yv-gallery-box.small .yv-gallery-item:first-of-type{
    margin-left:30px;
  }
  .yv-gallery-box.small .yv-gallery-item:last-of-type{
    margin-right:30px;
  }
  .yv-gallery-box.small .yv-gallery-item {
    margin: 0 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img{
    height: 150px;
    width: 150px;
  }

  .filter-apply.d-flex.d-md-none{
    margin-top:20px;
  }
  .filter-apply .secondary-button{
    margin-top:12px;
  }

  
  /* 特集 */
  .featured-articles-section .row{
    flex-wrap:nowrap;
    overflow-x:scroll;
  }
  .featured-articles-section .col-10, .featured-articles-section .col-12{
    flex: 0 0 34.593023256%;
    max-width: 34.593023256%;
  }

  
  /* 見切れ部分のスペース調整 */
  .featured-articles-section .col-10, .featured-articles-section .col-12{
    margin-left:10px;
    margin-right:10px;
    padding-left:0;
    padding-right:0;
  }
  
  /* ショート動画 */
  .yv-gallery-collage-outer.space-around .row{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:scroll;
  }
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:first-of-type{
    margin-left:10px;
  }
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:last-of-type{
    margin-right:40px;
  }
  .yv-gallery-collage-outer .row > div{
    height: 375px;
  }
  .shopify-section.section-in-view .row .col-md-3{
    margin-left:10px;
    margin-right:10px;
    padding-left:0;
    padding-right:0;
  }
  .yv-gallery-collage-outer.space-around .col-md-3,
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12{
    flex: 0 0 28.6%;
    max-width: 28.6%;
    margin:0 10px;
    padding:0;
  }
  
  /* シリーズ商品 */
  .custom-section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ishoi-item-section{
    padding-top: 60px;
    margin-top:60px;
    padding-bottom:0;
  }
  .shopify-section .custom-section .series-wrapper.row div.series-item:first-of-type{
    margin-left:0;
    padding-left:10px;
  }
  .shopify-section .custom-section .series-wrapper.row div.series-item:last-of-type{
    margin-right:0;
    padding-right:10px;
  }
  .ishoi-item-section .custom-section{
    padding-top:0;
  }
  .series-item:nth-of-type(n + 3){
    margin-top:0;
  }
  .yv-collection-wrapper.fullwidth .yv-collections-text{
    margin-bottom:0;
  }
  
  /* news */
  .rich-text-description .news-item p{
    margin-top:0;
  }
  .news-item a{
    padding:15px 0;
  }
  .rich-text-description .news-item p.news-text{
    width: calc(100% - 190px);
    margin-top:0
  }
  
  /* バナー部分 */
  .image-link-set:not(:first-of-type) {
    margin-top: 0;
  }
  .bnr-container .custom-section{
    justify-content:space-between;
  }
  .image-link-set {
    width: 31.4%;
  }

  .featured-articles-section .section-heading{
   margin-bottom:15px; 
  }
  

  /* わくたん */
  .wakutan-section{
     padding:60px 0 0 0;
  }
  .wakutan-section .product-list{
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-left: -40px;
    margin-right: -40px;
  }
  .wakutan-section .row .col-md-4:first-of-type{
    padding-left:0;
    margin-left: 40px;
  }
  .wakutan-section .row .col-md-4:last-of-type{
    padding-right:0;
    margin-right: 40px;
  }
  .products-grid .product-item{
    flex: 0 0 28.6%;
    max-width: 28.6%;
  }
   .wakutan-section .row .col-md-4{
    flex: 0 0 34.593023256%;
    max-width: 34.593023256%;
    margin-left:10px;
    margin-right:10px;
    padding-left:0;
    padding-right:0;
  }


 

  /* footer */
  .footer-section,
  .cart-page .shopify-section.footer-section{
    margin-top:90px;
  }
  .shopify-section .yv-footer-top-box .row.align-items-center > div:first-of-type,
  .yv-footer-top-box .row,
  .footer-menu-list .row{
    margin:0;
  }
  .shopify-section .yv-footer-bottom-box .row div:first-of-type{
    margin-left:0;
  }
  .shopify-section .yv-footer-top-box .row.align-items-center > div > .row > div:not(:first-of-type),
  .shopify-section .yv-footer-bottom-box .row div:last-of-type{
    margin-right:0;
  }
  .yv-footer-top-box{
    padding-bottom:25px;  
  }
  .shopify-section .footer-menu-list .row div:first-of-type{
    margin-left:0;
    padding:0 10px;
  }
  .shopify-section .footer-menu-list .row div:last-of-type{
    margin-right:0;
    padding-left:10px;
  }
  .shopify-section .footer-menu-list .row div.footer-contact{
    padding:0;
  }
  .footer-menu-head{
    padding-bottom:5px;
  }
  .footer-menu-list ul.list-unstyled a{
    padding:8px 0;
  }
  .footer-menu-head {
    font-size: 15px;
  }
  .shopify-section .footer-menu-list .row div.footer-shopopen-time{
    padding-left:0;
  }
  .footer-contact a{
    width:100%;
  }
  .shopify-section .footer-menu-list .row div.footer-shopopen-time .open-time{
    padding:0;
    margin-top:15px;
  }
  .f-shop-info{
    padding-top:0;
  }
  .f-shop-info:before{
    content:none;
  }

  /* おすすめ商品 */
  .random-products {
    padding-left: 0px;
    padding-right: 0px;
  }
  .random-products .container{
    padding-left: 40px;
    padding-right: 40px;
  }
  .products-grid .product-item:first-of-type {
    margin-left: -10px;
  }

   /* カート */
  .template_cart .cart-section .row{
    margin-left:0;
    margin-right:0;
  }
  .template_cart .cart-section .row > div:first-of-type{
    margin-left:auto;
    padding-right:0;
  }
  .template_cart .cart-section .row > div:last-of-type{
    margin-right: auto;
    padding-left:0;
    padding-right:0;
  }

  .yv-pricebox-outer {
    align-items: baseline;
  }
  .yv-product-points,
  .yv-product-points span{
    align-items:center;
  }
  .wakumake-p{
    margin-bottom:0;
  }
  .cart-page .content-for-layout{
    min-height:0;
    padding-bottom:0;
  }
  .cart-page .content-for-layout .cart-section{
    padding-bottom:60px;
  }
  .cart-page #shopify-section-template--19171263938784__recently_viewed_products_3NcELD.shopify-section{
    margin-top:0;
    padding-bottom:90px;
  }

  .products-grid{
    width:calc(100% + 40px);
    margin: 10px 0px 0;
  }
  .products-grid .product-item:last-of-type{
    margin-right:40px;
    padding-right:0;  /* 横幅調整1031 */
  }


  /* 作り手ストーリー */
  .featured-articles-section .blog-story .row{
    flex-wrap:nowrap;
    overflow-x:scroll;
    margin: 0 -10px;
  }
  .featured-articles-section .blog-story .blog-w-articles .yv-blog-card a{
    flex-direction: inherit;
  }
  .featured-articles-section .blog-story .col-10:first-of-type{
    border-top:0;
    margin-left:0;
  }
  .featured-articles-section .blog-story .col-10:last-of-type{
    margin-right:40px;
  }
  .blog-story.blog-w-articles .yv-blog-card{
    box-shadow: 0px 0px 4px 0px rgba(26, 26, 25, 0.1);
  }
  .featured-articles-section .blog-story .col-10{
    flex: 0 0 28.6%;
    max-width: 28.6%;
    border-bottom:0;
    margin:0 10px;
  }
  .blog-story .t-stroy + .yv-blogs-wrapper{
    padding-top:0;
  }
  .featured-articles-section .blog-story .section-heading{
    /*border-bottom:solid 1px #ccc;
    padding-bottom:12px;*/
    margin-bottom:0;
    padding-right:40px; /* 横幅調整1031 */
  }
  
  .featured-articles-section .blog-story .yv-blog-card-img,
  .featured-articles-section .blog-story .yv-blog-card-text{
    width:100%;
  }
  .featured-articles-section .blog-story .yv-blog-card-img{
    border-radius:6px 6px 0 0;
  }
  .featured-articles-section .blog-story .yv-blog-card-text{
    background:#fff;
    padding:15px;
    border-radius:0 0 6px 6px;
  }
  .blog-story .yv-blogs-wrapper{
    padding-top:5px;
  }

  .collection-sort-elements {
    margin-left: auto;
    margin-right: inherit;
  }

  .yv-search-result-input .yv-search-button {
    height: 50px;
    top: inherit;
    right: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0;
  }
  .cart-right .cart-form-box.sns-form{
    margin-top:30px;
  }

  /* 横幅調整1031 */
  .sp-h-searh .header-search-group{
    padding-left:40px;
    padding-right:40px;
  }
  .featured-articles-section .section-heading{
    padding-right:40px;
  }
  .container.featired-articles,
  .container.blog-story{
    padding-right: 0;
  }
  .featured-articles-section .row{
    width:100%;
  }
  .footer-main .yv-footer-top-box .col-12{
    padding-left:0;
    padding-right:0;
  }
  .yv-gallery-collage-outer.space-around .row > .col-12:last-of-type{
    padding-right:0;
  }

  
  
}


@media (min-width: 767px) {
  body #shopify-section-template--24232840724787__1741075078c31ca441.shopify-section{
    padding-bottom:60px;
  }
  .header_4 .header__heading-link {
    margin: 0 auto;
  }
  .top-header.header_4 .container.header-t{
    border-bottom:0!important;
  }
  .collection-sortbar {
    margin-left: 20px;
  }

  /* レビュー */
  body .yotpo-display-l .yotpo-main-layout .yotpo-head,
  body .yotpo-display-m .yotpo-main-layout .yotpo-head{
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .yotpo-vertical-border{
     display:none; 
  }
  body .yotpo-bottom-line, body .yotpo-display-s .yotpo-bottom-line{
    width: 80%;
    max-width:inherit;
    align-items:center;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review){
    position:relative;
    margin-top:30px;
    margin-bottom:15px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel{
    min-width:220px;
    width:220px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel{
    width:calc(100% - 220px);
    padding-right:0;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title{
     align-items:center;
    marign-bottom:12px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel{
    width:100%;
    padding-left: 235px;
    position: absolute;
    bottom: -44px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details{
    justify-content: flex-start;
  }
  body .yotpo-reviews-pagination-container {
    margin-top: 30px;
  }
  body #shopify-section-template--24232840724787__1741075078c31ca441.shopify-section {
    padding-bottom: 40px;
  }
  body .yotpo-bottom-line .yotpo-star-distribution{
    width: 70%;
    padding:0 40px;
    padding-top:14px;
    padding-bottom: 0 !important;
    border-right-color:var(--colorXXlightTextBody)!important;
    border-left:solid 1px var(--colorXXlightTextBody);
  }
  body .yotpo-bottom-line .yotpo-vertical-border{
    display:none!important;
    border-right-color:var(--colorXXlightTextBody)!important;
  }
  .yotpo-vertical-border{
    margin-left:40px;
  }

  #shopify-section-template--19171264397536__waku_new_UtCdJF+#shopify-section-template--19171264397536__itusyonikonyu_6TP7FM .ishoi-item-section {
    margin-top: 60px;
  }
  

  /* こちらの商品も一緒に */ 
  .recent-viewed-product-section .container,
  .custom-section.ishoni-section{
     padding-right:0; 
  }
  .custom-section.ishoni-section{
    padding-bottom:0;
  }
  .custom-section .section-heading-title.h2{
    padding-right:40px;
  }
  .recent-viewed-product-section .products-grid,
  .custom-section .products-grid{
    width: 100%;
    padding-right: 0px;
  }
  .recent-viewed-product-section .products-grid{
    margin-left:0;
    margin-right:0;
  }
  .products-grid .product-item:first-of-type,
  .home-footer .featured-articles-section .col-10:first-of-type{
    margin-left:0;
  }
  .products-grid .product-item{
    margin:0 10px;
    padding:0;
  }
  .yv-product-title.text, .product-item a h3, .yv-products-list .yv-product-title.text{
    margin-top:15px;
  }
  

  /* わくたんPJ */
  .wakutan-section .container.custom-section{
    padding-right:0;
  }
  .wakutan-section .custom-section .products-grid{
    width:100%;
    margin-left:0px;
    margin-right:0px;
  }
  .shopify-section .row>div.pro-wakutan:first-of-type{
    padding-left:0px;
    margin-left:0px;
  }
  .shopify-section .row>div.pro-wakutan:last-of-type{
    padding-right:0;
    margin-right:40px;
  }
  .product-item.pro-wakutan {
    flex: 0 0 31.6%;
    max-width: 31.6%;
  }

  /* SNSシェア */
  .sns-share .sns-btn{
    min-width:inherit;
    width:calc(25% - 8px);
  }

  /*news*/
  .rich-text-description .news-item p.news-title{
    width: calc(100% - 196px);
    margin-top:0;
  }

  .yv-product-information .yv-prizebox{
   margin-top:0;
  }

  /* footer */
  .shopify-section .yv-footer-top-box .row.align-items-center>div:first-of-type > div > div{
    margin-right:auto;
  }

  .footer-above .user-tokuten .container{
    padding-top:60px;
    padding-bottom:60px;
  }
  .footer-above>.container-tb{
    padding:0;
  }
  .line-box{
    padding:40px;
   border-radius:0; 
  }
  .line-text:before,
  .line-text:after{
    content:none;
  }

  /* カート */
  .cart-prd-details a{
    font-size:14px;
  }
  .cart-left .yv-cart-table tbody tr .cart-ph{
    padding-top:0;
  }
  .cart-left .yv-cart-table tbody tr,
  .cart-left .yv-cart-table td.cart-quantity{
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    margin-top:0;
    padding-top:15px;
  }
  .cart-left .yv-cart-table tbody tr td.cart-prd-details{
    display:flex;
    flex-wrap:wrap;
    width:48.4%;
    padding:0 12px;
  }
  .cart-left .cart-prd-details .yv-product-title{
    margin-top:auto;
    margin-bottom: 4px;
  }
  .cart-left .yv-cart-table td .yv-cart-product-details{
    margin-bottom:auto;
  }
  .cart-left .yv-cart-table tbody tr:first-of-type td:nth-child(2){
    padding-bottom:0;
  }
  .cart-left .yv-cart-table td.cart-quantity{
    width:140px;
    margin-top:auto;
    margin-bottom:auto;
    padding:0 12px;
  }
  .cart-left .yv-cart-table td .cart-remove{
    width:100%;
    text-align: center;
    margin-top: 12px;
  }
  .cart-left .yv-cart-table td.cart-price{
    display:flex;
    align-items:center;
    margin-left:auto;
  }
  .cart-left .yv-product-information{
    margin-top:0;
  }
  .cart-left .yv-product-information.d-none .yv-product-price.text-large{
    width:auto;
    margin-right:0;
  }
  .yv-prizebox .yv-product-price .price-t{
    padding-left:0;
  }
  
  .cart-right .cart-form-inner p,
  .cart-right .branch-cart p+h4, .cart-right .branch-cart .cart-form-box.no-user h4{
    font-size:14px;
  }
  .cart-right .cart-total-list .cart-total-item{
    padding:12px 0;
  }
  .cart-left .yv-cart-table td .cart-remove {
      margin-left: auto;
  }

  .products-grid.ranking-list{
    width:calc(100% + 40px);
    margin: 10px 0 0 0;
  }
  .products-grid.ranking-list .product-item:last-of-type,
  .home-footer .featured-articles-section .col-10:last-of-type{
    margin-right: 40px;
    padding-right: 0;
  }

  .featured-articles-section .section-heading .featured-blog-section-heading{
    margin-bottom:0;
  }

  /* 特集 */
  .home-footer .featured-articles-section .row{
    margin-left: 0;
     margin-right:0;
  }
  .home-footer .featured-articles-section .blog-w-articles .col-12:first-of-type{
    margin-left:0;
  }
  .home-footer .featured-articles-section .blog-w-articles .col-12:last-of-type {
    margin-right: 40px;
  }
  .home-footer .featured-articles-section .blog-w-articles .col-12{
    margin:0 10px;
  }

  
  .yv-gallery-collage-outer.mobile-swipe .row .col-12, .featured-articles-section .col-12 {
    flex: 0 0 28.6%;
    max-width: 28.6%;
  }
  .blog-post.featured-articles-section{
    padding-top:60px!important;
    padding-bottom:60px!important;
  }

   /* 会社概要 */
  .company-about table tr th,
  .company-about table tr td{
    padding:15px;
  }
  .company-about table tr td:first-child{
    width:160px;
  }
  .company-about table tr td:nth-child(2){
    width:calc(100% - 160px);
  }

  /* 404 */
  .template_404 .content-for-layout{
    min-height:0;
  }
  .template_404 footer{
    margin-top:0;
  }  
  .template_404 .yv-404-wrapper{
    min-height:500px;
  }
  .nopage-btn .small-btn{
    min-width:280px;
  }


  /* 管理画面のpolicies用 */
  .shopify-policy__container{
    width:100%;
    max-width:1280px;
  }


  /* レビュー投稿画面 */
  body.yotpo-background-scroll-prevent .modal-backdrop.yotpo-review-form-modal .yotpo-modal .yotpo-modal-body{
    max-width:1200px;
    width:100%;
    padding:0 40px;
  }
   body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form .yotpo-new-review-content[data-v-4928ac22]{
    width:100%;
  }
  body.yotpo-background-scroll-prevent .yotpo-input-wrapper .yotpo-form-label[data-v-660d67f1]{
    margin-bottom:4px;
  }
  body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-file-upload,
  body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-uploaded-images{
     display:none;
  }
  body.yotpo-background-scroll-prevent .yotpo-input-wrapper .yotpo-form-label{
    font-size:14px;
  }
  body.yotpo-background-scroll-prevent .yotpo-device-mobile .yotpo-review-form[data-v-4928ac22], body.yotpo-background-scroll-prevent .yotpo-input-wrapper textarea,
  body.yotpo-background-scroll-prevent .yotpo-input-wrapper .yotpo-new-input-container[data-v-660d67f1],{
    font-size:14px;
  }
  body.yotpo-background-scroll-prevent .yotpo-input-wrapper input::placeholder,
  body.yotpo-background-scroll-prevent .yotpo-input-wrapper textarea::placeholder {
    font-size: 14px; 
  }

  /* ショッピングガイド */
  .shop-guide-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 40px;
  }
  .shop-guide-categry:not(:last-of-type){
    margin-bottom: 60px;
  }
  .side-guide-link{
    max-width: 30%;
    width: 30%;
    flex: 0 0 30%;
  }
  .side-guide-link .guide-list{
    display: flex;
    flex-wrap: wrap;
    border-top:solid 1px #ccc;
    border-bottom:0;
    padding:20px 0;
  }
  .side-guide-link .accordion-header{
    padding: 0;
    margin-bottom: 12px;
  }
  .template_page-shopping-guide ul li:not(:last-of-type){
    margin-bottom:12px;
  }
  .template_page-shopping-guide .nav__header ul li:not(:last-of-type){
    margin-bottom: 0;
  }
  .side-guide-link .guide-list li{
    width: 100%;
  }
  .side-guide-link .guide-list li a{
    background: #f2f2f2;
    color: #1a1a19;
    border:solid 1px #ccc;
    border-radius: 4px;
    padding: 8px 15px;
  }
  .user-box:not(:last-of-type){
    margin-bottom: 30px;
  }
  .guide-w .user-box img {
    border-radius: 6px;
    border: solid 1px #f2f2f2;
    margin-top: 20px;
  }
  
  .shop-guide-categry-wrap{
    flex: 0 0 70%;
    max-width: 70%;
    padding:0 0 0 40px;
    margin-left: auto;
  }
  .shop-guide-container > .shop-guide-categry-wrap{
    padding:0 0 0 40px;
  }
  .shop-guide-categry{
    border-top:0;
  }
  .shop-guide-categry:not(:first-of-type){
    padding-top:60px;
  }
  .shop-guide-categry h2{
    border:none;
  }
  
  .side-guide-link .accordion-header:before,
  .side-guide-link .accordion-header:after{
    content: none;
  }

  .delivery-table.user-ranking-table tbody tr:not(:last-of-type){
    margin-bottom:0;
    border-top:0;
  }
  .delivery-table.user-ranking-table tbody tr{
    border-top:0;
  }
  .delivery-table.user-ranking-table tbody tr br{
    display:block;
  }
  .delivery-table.user-ranking-table thead{
    display:table;
    width: 100%;
  }
  .delivery-table.user-ranking-table tr th:first-of-type,
  .delivery-table.user-ranking-table tbody td:first-of-type{
    width:34%;
    padding:12px 15px;
  }
  .delivery-table.user-ranking-table tbody td:first-of-type{
    display:flex;
    align-items:center;
    border-right:solid 1px #ccc;
  }
  .delivery-table.user-ranking-table tr th:nth-of-type(2),
  .delivery-table.user-ranking-table tbody td:nth-of-type(2){
    width:66%;
    padding:12px 15px;
  }
  .delivery-table.user-ranking-table thead tr th:not(:last-of-type) {
    border-right: solid 1px #ccc;
  }
   .delivery-table.user-ranking-table tr th{
    background:#1a1a19;
    color:#fff;
   }
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1) p:first-of-type,
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2) p:first-of-type{
    display:none;
   }
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1) p:nth-of-type(2),
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2) p:nth-of-type(2){
    width:100%;
    background:transparent;
    border-left:0;
   }
   .delivery-table.user-ranking-table tr th:first-of-type,
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(1){
    width:208px;
   }
   .delivery-table.user-ranking-table tr th:nth-of-type(2),
   .user-ranking-table.table-style tbody.rank-terms td:nth-of-type(2){
    width:calc(100% - 208px);
   }

  
  
  
  
}


@media (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
  }
  .announcement-bar-wrapper>div{
    padding-left:0;
    padding-right:0;
  }
  .announcement-bar-wrapper>div{
    padding-right:28px;
  }
  .announcement-bar-wrapper>div.announcement-bar__message{
    padding-left:115px;
  }
  .link{
   font-size:14px;
   font-weight:700;
    text-decoration:none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transform: translate(0px);
    transition: transform .35s
  }
  .container,
  .container-fluid,
  .custom-container,
  .random-products .container{
    padding:0 40px;
  }
  input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="text"], select, textarea{
    font-size:13px!important;
  }

  /* サイドメニュー、ログインの有無で分岐 */
  #mobileMenu.side-menu .inner-side .mobile-category-menu-bar ul li:nth-of-type(-n + 2),
  #mobileMenu.side-menu.user-login .inner-side .mobile-category-menu-bar ul li:nth-of-type(4),
  li.nav-item.nav-item-mega-menu:nth-of-type(n+4):nth-child(-n+6){
    display:block;
  }
  #mobileMenu.side-menu .inner-side .mobile-category-menu-bar ul li:nth-of-type(4),
  #mobileMenu.side-menu.user-login .inner-side .mobile-category-menu-bar ul li:nth-of-type(-n + 2){
    display:none;
  }

  .sp-tab{
    display: none;
 }
  .list-unstyled.navbar-nav.list-menu--inline li:nth-of-type(4) a{
    position:relative;
    padding-right:30px;
  }
 
  .nav__header.nav_2 .list-unstyled.navbar-nav.list-menu--inline li:nth-of-type(4) a:before{
    content: "";
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0928/2473/1955/files/out-links.svg?v=1741863850) no-repeat center;
    width: 14px;
    height: 14px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
 }
  .nav__header.nav_2 .list-unstyled.navbar-nav.list-menu--inline .dropdown-inner-menu-item li:nth-of-type(4) a:before{
    content:none;
  }
  

  /* header */
  body .header_4 .form-inline{
    margin-left:auto;
  }
  .shopify-section-main-header{
    margin-bottom:0;
  }
  body .header_4 .header__heading-link{
    margin:0;
  }
  .site-footerhome-footer .shopify-section-main-header{
    margin-bottom:30px;
  }
  .yv-header-searchbar-icon{
    background: transparent;
    color: #1a1a19;
  }
  .navigation__header .yv-header-searchbar-box input{
    border:solid 1px #1a1a19;
    background: transparent;
    padding-left:90px;
  }
  .navigation__header .yv-header-searchbar-box input:focus{
    background:#f8f8f8;
  }
  .sp-h-searh{
    display:none;
  }
  .header-t{
    border-bottom:0;
  }
  .contact-links{
    display:block;
  }
  .header_2 .navbar-nav, .header_4 .navbar-nav{
    justify-content:space-between;
  }
  .header_2 .nav-item .nav-link, .header_4 .nav-item .nav-link{
    padding:10px 20px;
    margin-right:0;
  }
  .nav__header.nav_2 {
    border-top: solid 1px var(--primaryBorderColor);
  }
  .home-footer .header-search-group {
    width:56%;
    max-width: 280px;
  }
  .header-search-group {
    width:27%;
    max-width: 420px;
  }
   .second-page .header-search-group {
     width:40%;
  }
  
  .side-menu:has(.mobile-tabs-wrapper){
    grid-template-rows: auto 1fr auto;
  }
  .dropdown-inner-menu-item .list-unstyled .yv-dropdown-item-link {
     margin-bottom: 0;
  }
  .dropdown-inner-menu-item .list-unstyled .yv-dropdown-item-link:after {
    content:none;
  }
.header-text-h1{
  display:block;
  margin-left:15px;
  width:16%;
  max-width:274px;
}
  .header-text-h1 h1{
    font-size:11px;
    font-weight:400;
    color:#888;
  }
  .header-text-h1 h1 br{
    display:none;
  }
  .header-kirikae{
    display:table;
  }
  .header-no-login ul{
    display:flex;
    flex-wrap:wrap;
    padding-left:0;
  }
   .header-login .wakutan-pt{
    display:table;
    flex-wrap:wrap;
  }
  .header-no-login ul li a{
    padding:0 6px;
    font-size:14px;
  }
  .header-no-login ul li:first-of-type a{
    border-right:solid 1px #1a1a19;
  }
  .wakutan-pt p{
    font-size:12px;
    width:100%;
    line-height:1.6;
    text-align:center;
  }
  .wakutan-pt .pt-info span{
    color:#E73820;
    font-size:14px;
    font-weight: 700;
  }
  
  /* お気に入り追加 */
  .my-favorite{
    width:22px;
    height:22px;
    margin-right:8px;
  }

  /* カテゴリーから探す */
  .yv-gallery-direction-right .yv-gallery-box{
    padding:0;
  }
  .yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img{
    height: 165px;
    width: 165px;
  }
  .wakutan-section .row .col-md-4{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .custom-section .products-grid,
  .random-products .products-grid{
    width: calc(100% + 10px);
    margin: 0 0 0 -10px;
    padding-right:0;
  }
  .recent-viewed-product-section .products-grid{
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    padding-right:0;
  }
  .products-grid .product-item{
    flex: 0 0 20%;
    max-width: 20%;
    margin:0;
    padding: 0 10px;
  }
  
  /* news */
  .shopify-section.custom-liquid-section .container,
  .bnr-container{
    width:100%;
    max-width:1280px;
    padding-left: 40px;
    padding-right: 40px;
  }

   /* footer */
  .footer-menu-accordion ul{
    grid-template-columns: 50% 50%;
  }
  .yv-footer-bottom-box{
     margin-top:10px; 
  }
  .footer-contact a{
    width:100%;
    max-width: inherit;
  }
  .shopify-section .footer-menu-list .row div.f-shop-info{
    padding-left:40px;
  }
  .footer-shopopen-time .en1 a{
   font-size:22px;
    padding-left:29px; 
  }
  .footer-shopopen-time .en1 a:before{
    width: 24px;
    height: 24px;
    top: 6px;
  }
  .footer-menu-accordion ul{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
  }
  .footer-menu-list .col-lg-2 {
    -ms-flex: 0 0 18.24%;
    flex: 0 0 18.24%;
    max-width: 18.24%;
  }
  .shopify-section .footer-menu-list .row div:nth-of-type(3) {
    -ms-flex: 0 0 25.52%;
    flex: 0 0 25.52%;
    max-width: 25.52%;
  }
  .footer-menu-list .col-lg-6{
     -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    max-width: 36%;
  }

  .yv-product-title.text,
  .product-item a h3,
  .yv-products-list .yv-product-title.text{
    font-size: 16px!important;
  }
  

  /* レビュー */
  .yv-product-information .yv-prizebox{
    margin-top:4px!important;
  }
  body .yotpo-display-l .yotpo-main-layout .yotpo-head,
  body .yotpo-display-m .yotpo-main-layout .yotpo-head{
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .yotpo-vertical-border{
     display:none; 
  }
  body .yotpo-bottom-line, body .yotpo-display-s .yotpo-bottom-line{
    width: 80%;
    max-width:inherit;
    align-items:center;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review){
    position:relative;
    margin-top:30px;
    margin-bottom:15px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel{
    min-width:220px;
    width:220px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel{
    width:calc(100% - 220px);
    padding-right:0;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title{
    align-items:center;
    margin-bottom:12px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel{
    width:100%;
    padding-left: 235px;
    position: absolute;
    bottom: -44px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details{
    justify-content: flex-start;
  }
  body .yotpo-reviews-pagination-container {
    margin-top: 30px;
  }
  body #shopify-section-template--24232840724787__1741075078c31ca441.shopify-section {
    padding-bottom: 30px;
  }
  body .yotpo-bottom-line .yotpo-star-distribution{
    width: 70%;
    padding:0 40px;
    padding-top:14px;
    padding-bottom: 0 !important;
    border-right-color:var(--colorXXlightTextBody)!important;
    border-left:solid 1px var(--colorXXlightTextBody);
  }
  body .yotpo-bottom-line .yotpo-vertical-border{
    display:none!important;
    border-right-color:var(--colorXXlightTextBody)!important;
  }
  .yotpo-vertical-border{
    margin-left:40px;
  }
  bodfy #shopify-section-template--19171264397536__a6fa840bbca3e28bd97b.shopify-section{
    padding-botom:45px;
  }

  /* レビュー */
  body .yotpo-display-l .yotpo-main-layout .yotpo-head,
  body .yotpo-display-m .yotpo-main-layout .yotpo-head{
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .yotpo-vertical-border{
     display:none; 
  }
  body .yotpo-bottom-line, body .yotpo-display-s .yotpo-bottom-line{
    width: 80%;
    max-width:inherit;
    align-items:center;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review){
    position:relative;
    margin-top:30px;
    margin-bottom:15px;
  }
  body .yotpo-reviews-main-widget .top-margin{
    margin-top:30px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-left-panel{
    min-width:220px;
    width:220px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel{
    width:calc(100% - 220px);
    padding-right:0;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title{
    align-items:center;
    margin-bottom:12px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-right-panel{
    width:100%;
    padding-left: 235px;
    position: absolute;
    bottom: -44px;
  }
  body .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-details{
    justify-content: flex-start;
  }
  body .yotpo-reviews-pagination-container {
    margin-top: 30px;
  }
  body #shopify-section-template--24232840724787__1741075078c31ca441.shopify-section {
    padding-bottom: 30px;
  }
  body .yotpo-bottom-line .yotpo-star-distribution{
    width: 70%;
    padding:0 40px;
    padding-top:14px;
    padding-bottom: 0 !important;
    border-right-color:var(--colorXXlightTextBody)!important;
    border-left:solid 1px var(--colorXXlightTextBody);
  }
  body .yotpo-bottom-line .yotpo-vertical-border{
    display:none!important;
    border-right-color:var(--colorXXlightTextBody)!important;
  }
  .yotpo-vertical-border{
    margin-left:40px;
  }
  .recent-viewed-product-section .container, .custom-section.ishoni-section{
    padding-right:40px;
  }

  .products-grid.ranking-list .product-item:last-of-type,
  .products-grid .product-item:last-of-type{
    margin-right:0;
  }
  

  /* おすすめ商品 */
  .random-products{
    padding-top:60px;
    padding-bottom:60px;
  }
  .random-products .section-heading-title.h2{
    margin-bottom:15px;
  }

  /* snsシェアbtn */
  .sns-share{
     justify-content:space-around; 
  }
  .sns-share .sns-btn{
    min-width:inherit;
    width:23.4%;
    height:32px;
  }
  .sns-share .sns-btn i{
    width:14px;
    height:14px;
    margin-right:4px;
  }
  .sns-share .sns-btn span{
    font-size:12px;
  }

  /* カート */
  .template_cart .cart-section .row>div.cart-left{
    padding-right:40px;
  }
  .cart-right .cart-total-details{
    padding:30px;
  }
  .cart-right .cart-sidebar .cart-total-details-title{
    font-size:22px;
    padding-bottom:12px;
  }
  .cart-right .cart-form-inner .all-item-price p{
    font-size:25px;
  }
  .cart-right .cart-form-inner .all-item-price p span,
  .cart-right .cart-form-inner .all-item-price p span:after{
    font-size:15px;
  }
  .cart-right .cart-form-inner .all-item-price p span{
    margin-left:-8px;
  }
  .cart-right .cart-form-inner .all-item-price p span:after{
    right:-12px;
  }
  .button, .pdp-action-container button.shopify-payment-button__button,
  .pdp-action-container button.shopify-payment-button__button--hidden,
  .shopify-challenge__button{
    min-height:50px;
  }

   /*（税込）などの左開きを整える*/
  .yv-product-tax-shipping,
  .product-item a p>span,
  .yv-prizebox .yv-product-price>span,
  .product-item a p>span, .yv-prizebox .yv-product-price>span, .fp-introduced-item .yv-product-price>span{
    font-size: 12px;
  }

   .yv-prizebox .yv-product-price>span,
    .product-item a p>span, .yv-prizebox .yv-product-price>span, .fp-introduced-item .yv-product-price>span,
    .tax-in{
      font-feature-settings: "kern" 0;
    }

  /* Chromeだけマージン調整 */
  @media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .yv-prizebox .yv-product-price>span,
    .product-item a p>span, .yv-prizebox .yv-product-price>span, .fp-introduced-item .yv-product-price>span,
    .tax-in{
      margin-left: -4px;
    }
  }

  body.safari-only .tax-in,
  body.safari-only .yv-prizebox .yv-product-price > span,
  body.safari-only .product-item a p > span,
  body.safari-only .fp-introduced-item .yv-product-price > span {
    margin-left: 8px
  }
  

  
  .yv-product-tax-shipping{
     margin-left:-2px;
  }
  
  .yv-prizebox .yv-product-price{
    font-size:20px;
  }

  .products-grid.ranking-tags{
    margin:0 0 20px 0;
  }
  .products-grid.ranking-list{
    width: calc(100% + 20px);
    margin: 10px 0 0 -10px;
    overflow: hidden;
  }
  .tag-link li:first-of-type{
    margin-left:0;
  }

  /* 特集、作り手ストーリー共通部分 */
  .featured-articles-section .col-10,
  .featured-articles-section .col-12,
  .yv-gallery-collage-outer.mobile-swipe .row .col-12, .featured-articles-section .col-12,
  .featured-articles-section .blog-story .col-10{
    flex: 0 0 25%!important;
    max-width: 25%!important;
  }
  .home-footer .featured-articles-section .col-10:first-of-type {
    margin-left:0;
  }
  .container.featired-articles, .container.blog-story {
    padding-right: 40px;
  }
  
  
  .home-footer .featured-articles-section .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 10px);
    margin: 0 0 0 -10px;
  }
  .home-footer .featured-articles-section .blog-story .yv-blogs-wrapper{
    padding-top:0;
    margin-top:15px;
  }
  .home-footer .featured-articles-section .blog-w-articles .col-12:last-of-type,
  .featured-articles-section .blog-story .col-10:last-of-type,
  .home-footer .featured-articles-section .col-10:last-of-type{
    margin-right:0;
  }
  .home-footer .featured-articles-section .col-10,
  .home-footer .featured-articles-section .col-12,
  .home-footer .featured-articles-section .blog-w-articles .col-12,
  .featured-articles-section .blog-story .col-10{
    margin:0;
    padding:0 10px;
  }
  
  .yv-blog-card-img{
    margin-bottom:0;
  }
  .blog-syutoku .yv-blog-card .yv-blog-card-text{
    padding:15px;
  }
  .yv-product-title.text, .product-item a h3,
  .yv-products-list .yv-product-title.text,
  .blog-syutoku .yv-blog-card .yv-blog-title{
    font-size:16px!important;
  }

  /* LINE */
  .footer-above>.container-tb{
    padding-bottom:0;
  }
  .footer-above .container.line-box-pc{
    max-width:100%;
    background: #06c755;
  }
  .user-tokuten .container-tb{
    padding-top:60px;
    padding-bottom:60px;
  }
  .footer-above .container.line-box-pc .line-box{
    max-width:1280px;
    margin:0 auto;
    background: transparent;
  }
  /* ユーザー特典 */
  .user-tokuten .container{
    width:100%;
    max-width:inherit;
    padding-left:0;
    padding-right:0;
  }
  .user-t-box h3{
    font-size:18px;
    width:100%;
  }
  .user-t-box p{
    font-size:13px;
  }
  .user-tokuten .container .container-inner{
    max-width: 1120px;
    padding-left:40px;
    padding-right:40px;
    margin:0 auto; 
  }
  .user-t-box {
    width: calc(25% - 15px);
    padding:40px 20px;
  }
  .user-t-box .pt-t span.get-p{
    font-size: 18px;
    margin-bottom: 6px;
  }
  
  .tokuten-postage,
  .tokuten-point,
  .tokuten-posts,
  .tokuten-pre-sale{
    background-size:58%; 
  }

  /* シーンで探す */
  .item-product-tags .container-tb{
    padding-top:60px;
    padding-bottom:60px;
  }

   /* お問い合わせ */
  .page-contact .bcontact-field--line .bcontact_textarea {
    min-height: 240px !important;
  }
  .page-contact .bcontact-form {
    margin: 30px 0 0 !important;
  }
  .page-contact .bcontact-field{
     margin-bottom:30px; 
  }
  .page-contact .bcontact-submit {
    margin-top: 0;
  }
  
  /* よくある質問 */
  .site-footer .banner-top-section + .faq-section{
    padding-top:40px !important;
  }
  .site-footer .faq-section{
    padding: 30px 0 !important;
  }
  .yv-page-banner.page-title{
    padding-top:14px;
  }
  .page-title .page-banner-title.h2{
    padding-bottom:20px;
  }

  /* ショッピングガイド */
  .anchor-offset {
    top: -169px;
  }
  .side-guide-link{
    max-width: 260px;
    width: 100%;
    flex: inherit;
  }
  .side-guide-link.open{
    padding-bottom: 0;
  }
  .side-guide-link .guide-list{
    border-bottom: 0;
  }

  .side-guide-link .guide-list li a{
    font-size:13px;
  }
  .shop-guide-categry-wrap{
    flex: 0 0 calc(100% - 260px);
    max-width: inherit;
    width: calc(100% - 260px);
  }
  .shop-guide-categry{
    flex: inherit;
    max-width: 100%;
    padding-left: 0;
  }
  .shop-guide-categry h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .shop-guide-categry h3 {
    font-size: 22px;
    margin-bottom: 16px;
    padding-left: 26px;
    width: 100%;
    position: relative;
  }
  .shop-guide-categry h3:before {
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .shop-guide-categry h4 {
    font-size: 18px;
    border-left: solid 5px #1a1a19;
    padding-left: 12px;
    margin-bottom: 14px;
  }
  .shop-guide-categry p {
    margin-bottom: 24px;
  }
  .guide-box:not(:last-of-type){
    margin-bottom: 60px;
  }
  .shop-guide-categry .guide-ph.c-card{
    width: 100%;
    max-width: 340px;
  }
  .guide-box.guide-w{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-cart-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .c-cart-wrap .c-cart-box{
    width: 68%;
  }
  .guide-w .user-box{
    width: calc(50% - 20px);
  }
   .guide-w .user-box img{
     margin-top:24px; 
   }
  .no-user.user-box{
    margin-left:auto;
  }
  .delivery-table.table-style{
    border:solid 1px #ccc;
  }
  .delivery-table thead{
    display: block;
  }
  .delivery-table thead tr{
    display: flex;
    width: 100%;
    border: 0;
  }
  .delivery-table thead th{
    width: 30%;
    background: #1a1a19;
    color:#fff;
    padding: 12px 15px;
  }
  .delivery-table thead th:nth-of-type(2){
    width: 24%;
  }
  .delivery-table thead th:nth-of-type(3){
    width: 46%;
  }
  .delivery-table tbody tr:not(:last-of-type){
    margin-bottom: 0;
  }
  .delivery-table thead tr th:not(:last-of-type){
    border-right: solid 1px #ccc;
  }
  .delivery-table tbody tr{
    border: 0;
  }
  .delivery-table tbody tr br{
    display: none;
  }
  .delivery-table tbody .deli-name{
    width: 30%;
  }
  .delivery-table tbody .deli-common{
    width: 24%;
  }
  .delivery-table tbody .deli-free{
   width: 46%; 
  }
  .delivery-table tbody .deli-common:before,
  .delivery-table tbody .deli-common:before,
  .delivery-table tbody .deli-free:before{
    content: none;
  }
  .delivery-table tbody .deli-common,
  .delivery-table tbody .deli-free{
    padding: 12px 15px;
    text-align: left;
    margin-right: auto;
  }
  .delivery-table tbody tr td:not(:last-of-type){
    border-right:solid 1px #ccc;
  }
  .delivery-table tbody tr:last-of-type td{
    border-bottom:0;    
  }

  /* わくたんPJ */
  .wakutan-section .container.custom-section{
    padding-right:40px;
  }
  .wakutan-section .custom-section .products-grid{
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .wakutan-section .row .col-md-4{
    padding: 0 10px;
    margin: 0;
  }
  .shopify-section .row>div.pro-wakutan:first-of-type{
    padding-left:10px;
  }
  .shopify-section .row>div.pro-wakutan:last-of-type{
    margin-right:0;
    padding-right:10px;
  }

  /* ショート動画 */
  .featured-articles-section .row, .yv-gallery-collage-outer.space-around .row{
    width: calc(100% + 10px);
    margin-left:-10px;
  }
  .yv-gallery-collage-outer.space-around .row > .col-12:first-of-type,
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:first-of-type{
    margin-left:0;
  }
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12:last-of-type{
    margin-right:0;
  }
  .yv-gallery-collage-outer.space-around .col-md-3,
  #shopify-section-template--19171264004320__collage_MBWWwK .row > div.col-12{
    flex: 0 0 25%;
    max-width: 25%;
    margin:0;
    padding: 0 10px;
  }
  .yv-gallery-collage-outer .row > div {
    height: 393px;
  }

  .del-guideline-inner,
  .del-guideline-box{
    margin-top:24px;
  }

  .main-search-section .yv-products-list{
    padding-top:20px;
  }

  .yv-search-result-input .yv-search-button {
    height: 60px;
  }

  .yv-tab-content.filters-hide .yv-collections-topbar {
      border-bottom: solid 1px #ccc;
  }
  

  
}


@media (min-width: 1025px) {
  .heading-title, .section-heading h2, .video-block .section-heading h2, .custom-section h2,
  .yv-checkout-btn-full-width .add_to_cart.button, .yv-checkout-btn-full-width .shopify-payment-button{
    margin-bottom:15px;
  }
  .header-text-h1 h1 br{
    display:block;
  }
  .header-search-group {
    max-width: 420px;
    width: 28%;
  }


  
  .breadcrumb-nav{
    margin-bottom:0;
  }


  
  .fullwidth-megamenus .yv-dropdown-menus {
      background: var(--secondaryColorBody) !important;
  }
  .shopify-section.section-in-view .yv-gallery-collage-outer .row .col-md-3{
    margin:0;
    padding-left:10px;
    padding-right:10px;
  }

  .ishoi-item-section{
    border-top:solid 1px var(--colorXXlightTextBody);
    padding:60px 0 0 0; 
  }

  .wakutan-section .container.custom-section,
  .wakutan-section .container.custom-section .products-grid{
    padding-bottom: 0;
  }
  
  .ishoni-section:before{
     content:none; 
  }
  .products-grid{
    margin-top:15px;
  }
  .product-item{
     flex: 0 0 20%;
     max-width: 20%;
  }
  
  /* おすすめ商品 */
  .custom-section .section-heading-title.h2,
  .custom-section .products-grid{
    width:calc(100% + 20px); 
    padding-right:0;
    padding-bottom:60px;
  }
  .custom-section.ishoni-section .products-grid{
    padding-bottom:0;
  }
  
  .wakutan-section .custom-section .products-grid{
    margin-top:30px;
    margin-left:-10px;
  }
  .custom-section.ishoni-section{
    padding-right:40px;
  }
  .products-grid .product-item:first-of-type{
    margin-left:0;
  }
  .products-grid .product-item:last-of-type {
    margin-right: 0;
  }
  .ph-list .content-divider-mobile-small .yv-main-product-detail .product-option-selector{
    margin-bottom:20px;
  }
  .yv-product-title.text, .product-item a h3, .yv-products-list .yv-product-title.text{
    margin-top:12px;
  }
  .item-texs{
    font-size:var(--smallText);
  }
  .yv-tab-content,
  .yv-blogs-wrapper{
    padding-top:0;
    margin-top:15px;
  }
  .yv-tabs-wrapper .section-heading-title.h2{
    margin-bottom:15px;
  }

  .yv-blog-card .yv-blog-title{
    font-size:16px;
  }
  .yv-product-title.text, .product-item a h3,
  .yv-products-list .yv-product-title.text{
    font-size: var(--textM) !important;
  }
  
  /* わくたんpj */
    .wakutan-section .section-heading-title.h2{
      font-size: 24px;
      padding-bottom:0;
    }
    .product-item.pro-wakutan {
      flex: 0 0 30.2%;
      max-width: 30.2%;
    }
  .product-item.pro-wakutan h3{
    font-size: 16px;
    margin: 15px 0 10px 0;
  }
  .shopify-section .row>div.pro-wakutan:last-of-type{
    margin-right:40px;
  }
  .home-footer .yv-blog-card-img{
    margin-bottom:0;
  }
  .yv-blog-card-img,
  #shopify-section-template--19040789758176__featured_articles_HTLf9c .yv-blog-card-img{
    margin-bottom:16px;
  }

  a .yv-blog-desc, .series-item p{
    font-size:13px;
  }

  /* カート */
  .cart-page .cart-section{
    padding-top:40px; 
  }
  .cart-left .yv-cart-table tbody tr td.cart-prd-details{
    width:47.2%;
  }
  .cart-prd-details a {
    font-size: 16px;
  }
 .cart-left .yv-product-information.d-none .yv-prizebox{
   align-items:baseline;
   margin-top:0;
 }
  .flickity-slider .yv-product-information .yv-prizebox span{
    font-size:13px!important;
    margin-left: -2px;
  }
  
  .cart-left .yv-product-information.d-none .yv-product-price.text-large,
  .yv-product-information .yv-prizebox span{
    font-size:18px!important;
  }
  .yv-product-information .yv-prizebox .yv-product-price span{
    font-size:12px!important;
    font-weight:400;
  }
  .cart-left .yv-product-information.d-none .price-t{
    margin-top:auto;
  }

   /* 会社概要 */
  .company-about table tr th,
  .company-about table tr td{
    padding:20px;
  }
  .company-about table tr td:first-child{
    width:240px;
  }
  .company-about table tr td:nth-child(2){
    width:calc(100% - 240px);
  }
  
  /* ショート動画 */
  .yv-gallery-collage-outer .row > div {
    height: 395px;
  }

  .guide-ph.guide-mypage-ph{
    margin-top:20px;
    margin-bottom:40px;
  }
  /* クリスマス特集ページのみ */
  .template_page-christmas2025 .shopify-section.image-banner-section .yv-image-banner-background{
    background:url("/cdn/shop/files/x-mas-tokusyu-pc.png?v=1765776635") no-repeat center;
  }
  /* ここまで */

  /* クリスマス特集ページのみ */
  .template_page-christmas2025 .shopify-section.image-banner-section .yv-image-banner-background{
    background:url("/cdn/shop/files/x-mas-tokusyu-pc.png?v=1765776635") no-repeat center;
  }
  /* ここまで */

  
   
}


@media (min-width: 1200px) {
  .home-footer main{
    margin-top:30px;
  }
  .section-heading-title.h2,
  .section-heading .h2,
  .custom-section .section-heading-title.h2{
     font-size:26px; 
  }
  /* header */
   .header_2 .nav-item .nav-link,
   .header_4 .nav-item .nav-link {
    padding: 12px 30px;
     margin-right:0;
  }
  .home-footer .header-search-group{
    max-width:360px;
  }
  .header-no-login ul li a{
    padding:0 10px;
  }

  .header-text-h1{
    width:22%;
  }

  .header-search-group {
    width:36%;
    max-width: 520px;
  }
  .second-page .header-search-group {
     width:42%;
  }

  .featured-articles-section .row,
  .yv-gallery-collage-outer.space-around .row,
  .wakutan-section .product-list,
  .wakutan-section .custom-section .products-grid{
    width: calc(100% + 20px);
    margin:0 -10px;
    overflow-x:inherit;
  }
  .yv-gallery-box.small .yv-gallery-itemv:first-of-type, .shopify-section.section-in-view .row>div:first-of-type,
  .wakutan-section .row .col-md-4:first-of-type{
      padding-left: 10px;
      margin-left: 0;
  }
  .shopify-section.section-in-view .yv-gallery-collage-outer .row .col-md-3{
    padding-right:10px;
    margin-right:0;
  }
  
  .yv-gallery-box.small .yv-gallery-itemv:last-of-type, .shopify-section.section-in-view .row>div:last-of-type,
  .wakutan-section .row .col-md-4:last-of-type{
      padding-right: 10px;
      margin-right:0;
  }
  .featured-articles-section .yv-blogs-wrapper .col-10,
  .featured-articles-section .yv-blogs-wrapper .col-12,
  .wakutan-section .row .col-md-4,
  .shopify-section.section-in-view .yv-gallery-collage-outer .row .col-md-3{
    margin:0;
    padding:0 10px;
    flex:inherit;
    max-width:inherit;
  }

  .site-footersecond-page .header-search-group{
    width:56%;
  }
  
  /* ショート動画 */
  .yv-gallery-collage-outer.space-around .row > .col-12:first-of-type{
    margin-left:0;
  }
  .yv-gallery-collage-outer.space-around .row > .col-12:last-of-type{
    margin-right:0;
  }
  
  /* シリーズ商品 */
　.series-wrapper.row {
    justify-content: flex-start;
 }
  
   /* カテゴリーから探す */
   .yv-gallery-direction-right .yv-gallery-box{
    max-width:1170px;
    width: 100%;
     justify-content:flex-start;
    padding: 0 40px;
    margin-right:auto;
    margin-left:auto;
   }
  .yv-gallery-box.rounded.small .yv-gallery-item{
    width:16.6666667%;
  }
  .yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img{
    height: 160px;
    width: 160px;
   }
  .yv-gallery-box.small .yv-gallery-item:first-of-type{
    margin-left:0;
  }
  .yv-gallery-box.small .yv-gallery-item:last-of-type{
    margin-right:0;
  }
  .featured-articles-section .yv-blogs-wrapper .col-10:first-of-type, .shopify-section .row>div:first-of-type{
    margin-left:0;
    padding-left:10px;
  }
  .featured-articles-section .yv-blogs-wrapper .col-10:last-of-type, .shopify-section .row>div:last-of-type{
    margin-right:0;
    padding-right:10px;
  }

  .yv-gallery-collage-outer.space-around .col-md-3{
    margin:0;
    padding:0 10px;
  }
  

  /* footer */
  .footer-menu-head{
    padding-bottom:10px;
  }

   /* カート */
  .template_cart .cart-section .row > div:first-of-type{
    padding-left:0;
  }
  .template_cart .cart-section .row > div:last-of-type,
  .template_cart .cart-section .row>div.cart-left{
    padding-right:0;
  }
  .template_cart .cart-section .cart-sidebar{
    width:calc(100% - 40px);
    max-width:100%;
    margin-left:40px;
  }
  

  /* わくたんPJ */
  .waku-txt{
    align-items:center;
  }
  .waku-txt .off{
    width:110px;
    font-size: 13px;
    padding: 2px 6px;
    margin-bottom:0;
    margin-right:10px;
  }
  .waku-txt .waku-price{
    width:calc(100% - 120px);
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:0;
  }
  .waku-txt .waku-price .price,
  .waku-txt .waku-price .price .formatted-price{
    font-size:22px;
    line-height:1.2;
  }
  .waku-txt .days-text p, .waku-txt .yell-text p,
  .waku-txt .days-text p span, .waku-txt .yell-text p span{
    font-size:14px;
    margin-left:4px;
  }
  .days-text i, .wakutan-section .yell-text .yell-i{
    width:20px;
    height:20px;
  }
  .days-text .time-i img {
    width: 12px;
    height:auto;
  }
  .waku-txt .days-text, .waku-txt .yell-text{
    margin-top:10px;
    padding-top:10px;
    border-top:solid 1px var(--primaryBorderColor);
  }
  .shopify-section .row>div.pro-wakutan:first-of-type{
    padding-left:10px;
  }
  .shopify-section .row>div.pro-wakutan:last-of-type{
    padding-right:10px;
    margin-right:0;
  }

  .featured-articles-section .blog-story .section-heading{
    margin-bottom:20px;
  }

  /* お問い合わせ */
  .page-contact .bcontact-field--line .bcontact_input,
  .page-contact .bcontact-field--line .flatpickr-input,
  .page-contact .bcontact-field--line .bcontact_select,
  .page-contact .bcontact-field--line .bcontact_textarea{
    font-size: 14px !important;
  }

   /* ショート動画 */
   .yv-gallery-collage-outer .row > div {
      height: 471px;
    }
  
  
}

@media (min-width: 1280px) {
  .container,
  .user-tokuten .container .container-inner{
    max-width: 1280px;
  }
  /* カテゴリーから探す */
  .yv-gallery-direction-right .yv-gallery-box{
    max-width:1280px;
  }
  .yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img{
    height: 180px;
    width: 180px;
  }
  /* おすすめ商品 */
  .random-products{
    padding-left:0;
    padding-right:0;
  }
  .random-products .container {
    padding-left:40px;
    padding-right:40px;
  }

  /* カート */
   .sns-login li a{
    width:50px;
    height:50px;
  }
  .sns-login li a span{
    width:30px;
    height:30px;
  }

  /* ショッピングガイド */
  .c-cart-wrap{
    justify-content: space-between;
    margin-top:30px; 
  }
  .c-cart-box:first-of-type{
    margin-top:0;
  }
  .c-cart-wrap .c-cart-box {
    width: calc(50% - 20px);
  }
  .shop-guide-categry .guide-ph.c-card{
    max-width: inherit;
  }

   /* ショート動画 */
   .yv-gallery-collage-outer .row > div {
      height: 507px;
    }
  
  
}


@media (min-width: 1441px) {
  .container {
        max-width: 1280px;
    }
   /* カテゴリーから探す */
  .yv-gallery-direction-right .yv-gallery-box{
    max-width:1280px;
  }
  .yv-gallery-box.rounded.small .yv-gallery-img-box .yv-gallery-img{
    height: 200px;
    width: 200px;
  }

  .yv-checkout-btn-full-width .add_to_cart.button,
  .yv-checkout-btn-full-width .shopify-payment-button{
    max-width:inherit;
  }
  



  
  
}

@media (min-width: 1800px) {
  /*
  .header .container {
    max-width:1730px;
  }*/
    .container {
        max-width: 1280px;
    }
   .container.bnr-container{
     max-width:1200px;
   }
}

/* ランクアップ制度のcssを読まないため暫定的な措置 */
.title-kazari-style br {
  display: none;
}
img{
	display:block;
	line-height:1;
}

/* 375px以上で改行を表示 */
@media (min-width: 375px) {
  .title-kazari-style br {
    display: block;
  }
}

.test-header{
    width: 100%;
    height: 120px;
    background: #f2f2f2; 
}

.shopify-policy__title.aa{
    background: red;
}

.container.rank-container{
    padding-left: 0;
    padding-right: 0;
}
.rank-container-inner{
    width: calc(100% - 28px);
    background: #fff;
    margin: 0 auto;
}
.rank-contents:not(:last-of-type){
    margin-bottom: 32px;
}
.rank-bcolor:not(:first-of-type){
    padding-top: 14px;
}
.rank-bcolor{
    background: #FFFBE9;
    padding-bottom: 14px;
}
.rank-bcolor.user-rank-container{
    padding: 20px;
}
.rank-bcolor-container{
    padding: 20px;
}
.title-kazari{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.rank-main-image{
	width:100%;
	background:url("https://cdn.shopify.com/s/files/1/0693/0189/5339/files/rank-main-image-bg.png?v=1755597142") no-repeat center center #fffbe9;
	background-size: auto 100%;
	margin-bottom: 12px;
}
.rank-main-image-text{
	padding-top:6px;
	padding-right: 16px;
  padding-left: 16px;
}


.title-kazari-style{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-flex; 
    align-items: center;
    padding: 0 24px;            
}
.title-kazari-style:before,
.title-kazari-style:after{
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #1a1a19;
}
.title-kazari-style:before{
  transform: rotate(60deg);
  left:-24px;
}
.title-kazari-style:after{
  transform: rotate(120deg);
  right: -24px;
}
.rank-contents h2{
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	padding:12px 12px;
	background:#ffc800;
}
.rank-contents h3{
	font-size:16px;
	font-weight:700;
	padding-left:10px;
	border-left:solid 4px #ffc800;
	margin-bottom:12px;
}
.rank-contents h4{
	font-size:15px;
	margin-top:20px;
	margin-bottom:10px;
}
.rank-tokuten-box:not(:last-of-type){
	margin-bottom: 20px;
}
.rank-tokuten-container{
	margin-top: 20px;
}
.rank-tokuten-box{
	background:#fff;
	border:solid 1px #1a1a19;
	border-radius: 16px;
}
.rank-tokuten-box h3{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	background: #FFF4CA;
	padding: 10px 12px;
	border-radius: 16px 16px 0 0;
	border-bottom: solid 1px #1a1a19;
	margin-top:0;
	margin-bottom: 0;
	border-left:0;
}
.rank-tokuten-pointup span{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.rank-tokuten-pointup span i{
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-top: 2px;
	line-height: 1;
}
.rank-t-phbox{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.rank-t-phbox img{
    width: 64%;
}
.rank-tokuten-box.coming-soon{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 299px;
	background: rgba(26,26,25,.3);
	border:none;
}
.rank-tokuten-box.coming-soon h3{
	font-size: 22px;
	color: #fff;
	background:transparent;
	border-bottom: 0;
}
.five-rank-ph{
	margin-bottom: 12px;
}
.setumei-p{
    font-size: 13px;
}
.setumei-p span{
    font-weight: 700;
}
.rank-hantei{
    margin-top: 30px;
}
.rank-contents .rank-hantei h3{
	display: table;
	margin: 0 auto;
	border-left:0;
	padding-left:6px;
}
.border-line{
  display: inline;
  font-size: 18px; 
  padding: 0 12px 1px 12px;
  text-align: center;
  background: linear-gradient(to bottom, transparent 60%, #ffde66 60%);
}
.rank-hantei > p{
  text-align: center;
  margin-top: 10px;
}
.rank-hantei-ph{
	width: 80%;
	margin: 12px auto 0 auto;
	margin-bottom: 20px;
	line-height: 1;
}
.rank-table-caution{
	width:100%;
	background:#f2f2f2;
	padding: 12px;
	padding-top: 18px;
	margin-top: 26px;
	position: relative;
}
.rank-table-caution h4{
	font-size:14px;
	font-weight: 700;
	position: absolute;
	top:-10px;
	margin-top:0;
	margin-bottom:0;
}
.rank-table-caution li:not(:last-of-type),
.rank-precautions li:not(:last-of-type){
	margin-bottom: 8px;
}
.rank-table-caution li,
.rank-precautions li{
	display: flex;
	flex-wrap:wrap;
	font-size:13px;
	position: relative;
	padding-left: 10px;
}
.rank-table-caution li:before,
.rank-precautions li:before{
	content: "";
	display: block;
	position: absolute;
	background: #1a1a19;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 10px;
	left: 2px;
}
.rank-precautions li a{
	text-decoration:underline;
}
.user-ranking-box{
	margin-top:24px;
}
.rank-period-text{
	font-size:15px;
	font-weight:700;
}
.rank-rei{
	position:relative;
	padding-left:2rem;
}
.rank-rei:before{
	content:  "例）";
	position: absolute;
	left: 0;
	display: block;
	font-size: 14px;
}
.kari-user-point{
	margin-top:4px;
}
.kari-user-point span.border-line{
	font-size:15px;
	font-weight:700;
	padding:0 8px;
}
.rank-up-timing{
	margin-top:20px;
}

.rank-bcolor-container.rank-bcolor-c-inner{
	padding-top:0;
}
.rank-title-h2mt{
	margin-top:12px;
}
.user-get-point-rei-box{
	margin-top:8px;
}
.user-get-point-rei{
	font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
	margin-top:4px;
}
.color-r{
	color: #E73820;
}
.user-get-point-rei.color-r > .color-r{
	font-weight:700;
}
.user-get-point-rei span{
	font-size: 20px;
  font-weight: 700;
	color: #E73820;
}
.user-get-point-rei.user-get-point-way p{
	margin-top:8px;
}
.rank-confirmation-box{
	margin-top:20px;
}
.rank-confirmation-box p{
	margin-bottom:12px;
}	
.rank-confirmation-box picture{
	display:block;
	line-height:1;
	border-radius:6px;
}
.rank-confirmation-box picture img{
	border-radius:6px;
	border:solid 1px #f2f2f2;
}
.rank-precautions > .rank-bcolor-container{
	padding-bottom:0;
}
.rank-precautions .rank-bcolor-container{
	padding-top:0;
}
.rank-precautions ol{
	margin-top:20px;
}
.inner-link{
	margin-top:12px;
}
.inner-link a{
	text-decoration:underline;
}
.m-t8{
	margin-top:8px;
}
.button.user-entry-btn{
	width:100%;
	margin-top:12px;
}
.button.user-entry-btn > span{
	font-weight:700;
}
.no-sp{
	display:none;
}
.rank-contents .user-ranking-box h4{
	font-weight:700;
}
.no-user-link{
	width:100%;
	margin:12px auto 0 auto;
	text-align:center;
}
.no-user-link a{
	text-decoration:underline;
}

.responsive-rank-hantei-inner {
  width: calc(100% + 20px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-rank-hantei-inner picture,
.responsive-rank-hantei-inner img {
  display: block;
  max-width: none; 
  padding-right:20px;
}
.responsive-rank-hantei-inner img {
  width: 540px; 
  height: auto;
}



@media (min-width: 576px) {
	.rank-contents h2{
		font-size:22px;
	}
	.rank-contents h3{
		font-size:18px;
	}
	.tokuten-first-text{
		text-align:center;
	}
	.no-sp{
		display:block;
	}
	.rank-tokuten-container{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.rank-tokuten-box:not(:last-of-type) {
    margin-bottom: 0;
	}
	.rank-tokuten-box {
    width: calc(50% - 10px);
	}
	.user-get-point-rei-box,
	.user-get-point-rei{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
	}
	.user-get-point-rei.get-point,
	.user-get-point-rei.user-get-point-way p{
		margin-top:0;
	}
	.user-get-point-rei.user-get-point-way p{
		margin-left:8px;
	}
	.user-get-point-rei.user-get-point-way p.setumei-p{
		margin:8px 0 0 0;
	}
	.button.user-entry-btn{
		display:flex;
		width:80%;
	  max-width: 480px;
		margin-left:auto;
		margin-right:auto;
	}
	.user-get-point-rei span{
		font-size:22px;
	}



}

@media (min-width: 624px) {
	.responsive-rank-hantei-inner {
		width: 100%;
	}
	.responsive-rank-hantei-inner picture,
	.responsive-rank-hantei-inner img {
		display: block;
		max-width: 100%;
		padding-right :0;
	}
	.responsive-rank-hantei-inner img {
		width: inherit; 
		height: auto;
	}
}




@media (min-width: 767px) {
	.rank-main-image{
		background-size:cover;
	}
	.rank-main-image-text,
	.rank-main-image-text > img{
		min-height: 300px;
    max-height: 360px;
	}
	.rank-main-image-text > img{
		margin:0 auto;
	}
	.rank-bcolor.user-rank-container,
	.rank-bcolor-container{
		padding:20px 30px 30px;
	}
	.container.rank-container{
		padding-left:40px;
		padding-right:40px;
	}
	.test-header{
			height: 144px;
	}
	.rank-tokuten-container{
		display: flex;
		flex-wrap: wrap;
		align-items: normal;
		gap: 0 15px;
	}
	.rank-tokuten-pointup span i{
		width: 22px;
		height: 22px;
	}
	.rank-tokuten-box:not(:last-of-type){
		margin-bottom:0;
	}
	.rank-tokuten-box.coming-soon{
		min-height:inherit;
	}
	.rank-tokuten-box.coming-soon h3{
		font-size:18px;
	}
	.five-rank-ph{
		margin-top:10px;
	}
	.rank-hantei {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.rank-hantei > p {
    text-align: center;
    margin-top: 10px;
    width: 100%;
	}
	.rank-hantei-table{
		display:flex;
		flex-wrap:wrap;		
	}
	.rank-table-caution{
		margin-top: 32px;
	}
	.rank-table-caution h4{
		font-size:15px;
	}

	.rank-bcolor{
		padding-bottom:30px;
	}
	.rank-bcolor:not(:first-of-type){
		padding-top:30px;
	}
	.rank-container-inner{
		width:calc(100% - 60px);
	}
	.title-kazari{
		padding:30px 30px 20px 30px;
	}
	.rank-main-image{
		margin-bottom:24px;
	}
	.rank-main-image-text{
		padding:0 40px;
	}
	.title-kazari-style{
		font-size:18px;
		padding:0 16px;
	}
	.title-kazari-style:before,
	.title-kazari-style:after{
		width:38px;
	}
	.title-kazari-style:before{
		left: -20px;
	}
	.title-kazari-style:after{
		right: -20px;
	}
	.title-kazari-style br{
		display:none;
	}
	.rank-contents h2{
		font-size:24px;
	}
	.rank-contents h3{
		font-size:20px;
	}
	.rank-title-h2mt{
		margin-top:20px;
	}
	.user-ranking-box{
		margin-top:30px;
	}
	.rank-contents:not(:last-of-type){
		margin-bottom:40px;
	}
	.rank-t-phbox{
		height:186px;
	}
	.rank-t-phbox img{
		width:auto;
		height:146px;
	}
	.rank-hantei-ph{
		margin-top:20px;
		margin-bottom:30px;
	}
	.rank-table-caution{
		padding:18px 14px 14px 14px;
	}
	.kari-user-point span.border-line{
		font-size:16px;
	}
	.user-get-point-rei span{
		font-size:28px;
	}
	.user-get-point-rei{
		font-size:16px;
	}
	.mts{
		margin-top:4px;
	}
	.rank-confirmation{
		display:flex;
		flex-wrap:wrap;
	}
	.rank-confirmation-box:first-of-type{
		margin-right:auto;
	}
	.rank-confirmation-box{
		width:calc(50% - 10px);
	}
	.button.user-entry-btn{
		margin-top:20px;
	}
	.button.user-entry-btn > span{
		font-size:15px;
	}

}




@media (min-width: 992px) {


}



@media (min-width: 1025px) {
	.test-header{
		height: 174px;
	}
	.rank-main-image{
		margin-bottom:40px;
	}
	.rank-contents:not(:last-of-type){
		margin-bottom:40px;
	}
	.rank-main-image-text,
	.rank-main-image-text>img{
		min-height: 400px;
    max-height: 580px;
	}
	.rank-bcolor.user-rank-container,
	.rank-bcolor-container{
		padding: 20px 40px 40px;
	}
	.rank-bcolor:not(:first-of-type){
		padding-top:40px;
	}
	.rank-title-h2mt,
	.user-ranking-box{
		margin-top:20px;
	}
	.rank-confirmation-box{
		width:calc(50% - 15px);
		margin-top:40px;
	}
	.rank-bcolor{
		padding-bottom:40px;
	}
	.rank-contents h2{
		font-size:30px;
	}
	.rank-contents h3{
		font-size:22px;
		margin-bottom:20px;
		border-left: solid 5px #ffc800;
	}
	#shopify-section-main-user-rank p{
		font-size:16px;
	}
	#shopify-section-main-user-rank h3.border-line + p{
		font-size:24px;
	}
	#shopify-section-main-user-rank p.setumei-p{
		font-size:13px;
	}
	.rank-tokuten-container{
		margin-top:40px;
	}
	.rank-tokuten-box h3{
		border-left:0;
		margin-bottom:0;
	}
	.rank-t-phbox{
		height: 224px;
	}
	.rank-t-phbox img{
		height:164px;
	}
	.five-rank-ph{
		width:82%;
		max-width:800px;
		margin:10px auto 20px auto;
	}
	#shopify-section-main-user-rank p .rank-period-text{
		font-size:18px;
	}
	.rank-container-inner{
		width:calc(100% - 80px);
	}
	.title-kazari{
		padding:40px;
		padding-top:60px;
	}
	.title-kazari-style{
		font-size:24px;
		padding:0 24px;
	}
	.title-kazari-style:before,
	.title-kazari-style:after{
		width:48px;
	}
	.no-sp{
		display:none;
	}
	.rank-contents h3.border-line{
		font-size:28px;
	}
	.rank-hantei-ph{
		width:640px;
		margin-bottom:40px;
	}
	.user-ranking-box{
		margin-top:40px;
	}
	.rank-table-caution li,
	.rank-precautions li{
		font-size:14px;
	}
	.rank-table-caution{
		margin-top:36px;
	}
	.rank-table-caution{
		padding:20px 18px 18px 18px;
	}
	.kari-user-point span.border-line{
		font-size:20px;
	}
	.rank-up-timing{
		width:82%;
		margin-top:40px;
		margin-left: auto;
    margin-right: auto;
	}
	.user-get-point-rei span{
		font-size:30px;
	}
	#shopify-section-main-user-rank .user-get-point-way p{
		font-size:14px;
		margin-left: 16px;
	}
	#shopify-section-main-user-rank .user-get-point-rei.user-get-point-way p.setumei-p{
		margin-top:12px;
		margin-left:0;
	}
	.user-get-point-rei.color-r > .color-r{
		font-size:20px;
	}
	.rank-hantei{
		margin-top:40px;
	}
	.button.user-entry-btn{
		min-height:60px;
		margin-top:30px;
	}
	.rank-contents .user-ranking-box h4{
		font-size:18px;
	}
	.rank-rei:before{
		font-size:16px;
	}


}



@media (min-width: 1200px) {
	.rank-contents h2{
		font-size: 32px;
	}
	.rank-contents h3{
		font-size: 24px;
	}
	.title-kazari-style {
		font-size: 28px;
	}
	.rank-tokuten-box h3{
		padding:18px 20px;
	}
	.rank-contents h3.border-line {
		font-size: 32px;
	}
	


}



@media (min-width: 1280px) {


    
}


@media (min-width: 1441px) {

}



@media (min-width: 1800px) {

}


/* モバイルでの商品画像スライダー：中央表示+左右ピーク 小林追加 */
@media (max-width: 767px) {
  .product-detail-slider .yv-product-big-slider.yv-product-slider:not(.flickity-enabled) {
    padding: 0 40px;
    gap: 10px;
  }
  
  .yv-product-big-slider:not(.flickity-enabled) .yv-product-slider-item {
    width: calc(100% - 80px) !important;
    flex-shrink: 0;
  }
}

/* 画像カウンター 小林追加*/
/* モバイル商品画像：画面いっぱい表示 */
@media (max-width: 767px) {
  .product-detail-slider .yv-product-big-slider:not(.flickity-enabled) .yv-product-slider-item {
    width: 100% !important;
    min-width: 100% !important;
  }
}
/* 画像を中央表示 */
@media (max-width: 767px) {
  .product-detail-slider .yv-product-big-slider:not(.flickity-enabled) .yv-product-slider-item .image-wrapper img {
    margin: 0 auto !important;
    display: block !important;
  }
}

/* カート追加ポップアップ通知 */
.cart-notification-popup {
  position: fixed;
  top: 80px;
  right: 20px;
  background-color: #ffc800;
  color: #000000;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateX(400px);
  transition: all 0.3s ease;
}

.cart-notification-popup.show {
  opacity: 1;
  transform: translateX(0);
}

.cart-notification-popup__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cart-notification-popup__text {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
}

.cart-notification-popup__close {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  padding: 0;
  margin-left: 8px;
  font-size: 20px;
  line-height: 1;
}

/* スマートフォン対応 */
@media (max-width: 768px) {
  .cart-notification-popup {
    top: 20px;
  }
}

