/** Shopify CDN: Minification failed

Line 22:2 All "@import" rules must come first

**/
  /* NicolasCochin-ProBlack - english */
  @font-face {
    font-family: "NicolasCochinProBlack";
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url('/cdn/shop/files/NicolasCochin-ProBlack.woff2?v=1740637370') format('woff2'), url('/cdn/shop/files/NicolasCochin-ProBlack.woff?v=1740646375') format('woff');
  }
  /* zen-old-mincho-semibold - japanese */
  @font-face {
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    src: url('/cdn/shop/files/ZenOldMincho-SemiBold.woff2?v=1740639202') format('woff2'), url('/cdn/shop/files/ZenOldMincho-SemiBold.woff?v=1743931201') format('woff');
  }
  @import url('/cdn/shop/files/ZenOldMincho-SemiBold.woff2?v=1740639202');
  /* ↓フォント実際に使用時の記述例 
  h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
      font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", serif!important;
    font-display: swap; 
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M, serif";
    font-family: "NicolasCochinProBlack", serif;
  }*/
  /*--- 共通 開始 ---*/
  :root{
    --font-NicolasCochin: "NicolasCochinProBlack", serif;
  }
  .full-width{
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-width {
    max-width: calc(var(--page-width) + 80px);
    padding-right: 40px;
    padding-left: 40px;
}
@media (max-width: 767px) {
.pl-0.pr-0.page-width {
  padding-right: 0px;
  padding-left: 0px;
}
}
@media (min-width: 768px) {
.full-width-mobile.page-width {
  padding-right: 40px;
  padding-left: 40px;
}
}
.scroll-to-top button.scroll_top{
    box-shadow: none;
    transition: all .3s ease;
}
.scroll-to-top button.scroll_top:has( svg){
    height: 34px;
    width: 34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--colors-text));
}
@media (max-width: 767px) {
  .scroll-to-top button.scroll_top:has( svg){
      height: 30px;
      width: 30px;
  }  
}
.scroll-to-top button.scroll_top:hover{
  opacity: 0.5;
}

.ltr.breadcrumbs_area .full-width{
  padding-top: 20px;
  padding-bottom: 24px;
}
.breadcrumbs_area .capitalize.block {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: none;
}
.breadcrumbs_area .capitalize.block a{
  text-decoration: none;
  white-space: nowrap;
  transition: .3s opacity ease;
}
.breadcrumbs_area .capitalize.block a:hover{opacity: 0.5;}
.breadcrumbs_area .capitalize.block span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumbs_area .breadcrumb__divider{
  margin-left: 6px;
  margin-right: 6px;
}
.heading_size{
  font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .breadcrumbs_area .md\:text-center .capitalize.block{    
    justify-content: center;
  }
  .breadcrumbs_area .md\:text-right .capitalize.block{    
    justify-content: flex-end;
  }
}
  @media (max-width: 767px) {
    .full-width{
      padding-left: 16px;
      padding-right: 16px;
    }
    .page-width {
      max-width: calc(var(--page-width) + 32px);
      padding-left: 16px;
      padding-right: 16px;
  }
  .scroll-to-top button.scroll_top{
      height: 32px;
      width: 40px;
  }
  .breadcrumbs_area .text-center .capitalize.block{    
    justify-content: center;
  }
  .breadcrumbs_area .text-right .capitalize.block{    
    justify-content: flex-end;
  }
  .ltr.breadcrumbs_area .full-width{
    padding-top: 13px;
    padding-bottom: 14px;
  }
  .breadcrumbs_area .capitalize.block {
    font-size: 10px;
  }
  }
  /*--- 共通 終了 ---*/
  /*--- アナウンスバー 開始 ---*/
  .section-announcement .x-splide-slide{
    padding: 8px 0 7px;
  }
  .x-announcement-bar-block-data{
    font-size: 13px;
  }
@media (min-width: 1024px) {
  .x-announcement-bar-block-data.hover-text-link:hover{
    color: inherit;
  }
}
  @media (max-width: 767px) {
    .section-announcement .x-splide-slide{
      padding: 6px 0 5px;
    }
    .x-announcement-bar-block-data{
      font-size: 12px;
    }
  }
  /*--- アナウンスバー 終了 ---*/
  /*--- ヘッダー 開始 ---*/
  header.pt-header {
      padding-top: 0px;
  }
  header .pb-header{
    padding-bottom: 0;
    column-gap: 4px;
  }
  div#mobile-navigation.w-11 {
    width: 56px;
    height: 35px;
    opacity: 1;
}
.x-block-mobile-nav-close .w-11{width: 2rem;}
  @media (max-width: 1023px) {
  header.pt-header {
      padding-top: 12px;
      padding-bottom: 12px;
      padding-right: 12px;
      padding-left: 16px;
  }
  header .pb-header{
    padding-bottom: 0px;
    column-gap: 8px;
  }
  header .pb-header a.searchopen_icon span{
    padding: 4px 3.2px 3px 4px;
  }
  header .pb-header a.searchopen_icon span svg{
    width: 17.16px;
    height: 17.35px;
  }
  header .pb-header a.searchopen_icon span svg g,
  header .pb-header a.searchopen_icon span svg line{
    stroke-width: 0.8px;
  }
  header .pb-header .head_favorite_icon a{
    padding: 5.5px 4.4px 4.3px 3.6px;
  }
  header .pb-header .head_favorite_icon a svg{
    width: 16.98px;
    height: 15.19px;
  }
  header .pb-header .head_favorite_icon a svg path{
    stroke-width: 0.8px;
  }
  header .pb-header a.head_cart_icon > span{
    padding: 3px 4.2px 1.5px 0px;
  }
  header .pb-header a.head_cart_icon > span svg{
    width: 20.36px;
    height: 18.38px;
  }
  header .pb-header a.head_cart_icon > span svg g{
    width: 20.36px;
    height: 18.38px;
  }
  header .pb-header a.head_cart_icon > span svg path{
    stroke-width: 0.8px;
  }
  header .pb-header #cart-icon-bubble.count_item {
    right: -3px;
  }
  }
    /* ヘッダーメニュー内 */
    .head_logo_width{
    padding-bottom: 14px;
    }
    @media (max-width: 1023px) {
    .head_logo_width{
      padding-bottom: 0px;
      }
    }
  nav.x-container-header-nav{
    padding-right: 0;
  }
  ul.list-menu{
      height: 100%;
    }
  ul.list-menu .tree-menu,
  ul.list-menu .tabbed_menu{
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.list-menu .tree-menu-item,
  ul.list-menu .tabbed_menu_item{
    font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 17px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  ul.list-menu .tabbed_menu_item > a{    
    padding-top: 17px;
    padding-bottom: 14px;
  }
  .head_logo_width{
    padding-top: 2px;
  }
  ul.list-menu .link-active
  {
    color: inherit;
  }
  /* メガメニュー内 */
  .mega-menu-container{
    background-color: #fff;
  }
  .megamenu_title{
    padding-top: 40px;
    padding-bottom: 26px;
    font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #000;
  }
  .toggle-menu .mega-nav{
    padding-top: 0px;
  }
  .toggle-menu .mega-nav ul.mega-list-nav{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 16px;
    width: 207px;
    padding-right: 0;
  }
  .sub-menu-item .sub-menu,
  .sub-menu-horizontal .sub-menu{
    padding-left: 30px;
    padding-right: 0px;
    width: 204px;
  }
  .sub-menu-item.is-active .sub-menu, .sub-menu-horizontal.is-active .sub-menu{
    border-color: #E6E6E6;
  }
  .sub-menu-item .sub-menu a,
  .sub-menu-horizontal .sub-menu a{
    color: #000;
  }
  .sub-menu-item.is-active .sub-menu,
  .sub-menu-horizontal.is-active .sub-menu{
    background-color: #F5F3F0;
    border-top: 0px;
  }
  .sub-menu-item.is-active .sub-menu:after,
  .sub-menu-horizontal.is-active .sub-menu:after{
    border-bottom: 3px solid rgba(var(--colors-text-link), 1);
  }
  /* .toggle-menu .mega-nav ul.mega-list-nav a.effect-inline:after{
    border-bottom: 3px solid rgba(var(--colors-text-link), 1);
  } */
  .toggle-menu-sub{
    background-color: #F5F3F0;
  }
  .toggle-menu .toggle-menu-sub{
    padding-top: 60px;
    padding-bottom: 55px;
    width: calc(100% - 204px);
    right: unset;
    left: 204px;
    min-height: 415px; /* ←メガメニュー追加 7/18 */
  }
  .background-header{
    background: rgb(var(--background-color-header));
  }
  .toggle-menu.background-header{
    background: #fff;
  }
  .background-header .md\:max-h-\[80vh\]{    
    max-height: 78vh;
  }
  .background-header .md\:max-h-\[calc\(80vh-3rem\)\] {
    max-height: calc(78vh - 3rem);
  }
  .background-header .max-h-\[calc\(80vh-3rem\)\]{
    max-height: calc(78vh - 13rem);
  }

  .toggle-menu .toggle-menu-sub .x-page-width{
    background-color: #F5F3F0;
    max-width: calc(var(--page-width) + 100px);
    padding-right: 50px;
    padding-left: 50px;
  }
  .toggle-menu .toggle-menu-sub:has( .x-page-width:empty) {
    background-color: transparent;
  }
  .toggle-menu .toggle-menu-sub .x-page-width:empty{
    background-color: transparent;
  }
  .toggle-menu .toggle-menu-sub .x-page-width ul.sub-menu-container{
    column-gap: 31px;
    row-gap: 35px;
  }
  ul.sub-menu-container li{
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  ul.sub-menu-container li .megamenu_child_2 a{
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  ul.sub-menu-container li a{
    color: #000;
    display: block;
  }
  ul.sub-menu-container li a:hover{
    color: #000;
    opacity: 0.5;
  }
  ul.sub-menu-container > li > .megamenu_child_2{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 18px;
  }
  ul.sub-menu-container > li > .megamenu_child_2 a::after{
    display: none;
  }
  ul.sub-menu-container li .megamenu_child_2 + ul{
    margin-top: 15px;
  }
  ul.sub-menu-container li .megamenu_child_2 + ul a{
    border-bottom: 0px;
  }
  ul.sub-menu-container li .megamenu_child_2 + ul a:after{
    display: none;
  }
  ul.sub-menu-container li .megamenu_child_2 + ul:has( a.child2_menu){
    margin-top: 30px;
  }
  ul.sub-menu-container li .megamenu_child_2 + ul a.child2_menu{
    font-family: "Zen Old Mincho", san-serif;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #CCCCCC;
  }

  ul.list-menu .is-focus > div.tree-menu-item::before,
  ul.list-menu .is-focus > div.tabbed_menu_item::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: rgb(var(--colors-text-link));
  }
    /* ツリーメニュー内 */
  .toggle-menu.xl\:w-\[222px\]{
    width: 285px;
  }
  .tree-menu-nav .tree_title{
    margin-left: 22px;
    margin-right: 22px;
    font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
    font-weight: 600;
    color: #121212;
    font-size: 26px;
    margin-bottom: 25px;
    word-break: break-word;
  }
  .tree-menu-nav ul{
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .tree-menu-nav ul li{
    padding-left: 0;
    padding-right: 0;
    margin-left: 22px;
    margin-right: 22px;
    /* width: 188px; */
  }
  .tree-menu-nav ul li .sub-menu{
    padding-top: 12px;
    padding-bottom: 14px;
    padding-left: 25px;
    padding-right: 15px;
    position: relative;
  }
  .tree-menu-nav ul li .sub-menu:hover{
    background-color: #F5F3F0;
  }
  .tree-menu-nav ul li .sub-menu::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
  }
  .tree-menu-nav ul li .sub-menu:hover::before{
    background-color: transparent;
  }
  .tree-menu-nav ul li:hover + li .sub-menu::before{
    background-color: transparent;
  }
  .tree-menu-nav ul li .sub-menu::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: transparent;
  }
  .tree-menu-nav ul li:last-child .sub-menu::after{
    background-color: #E6E6E6;
  }
  .tree-menu-nav ul li .sub-menu:hover::after{
    height: 3px;
    background-color: #AA9150;    
  }
  .tree-menu-nav ul a.effect-inline,
  .tree-menu-nav ul a{
    color: #121212;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 0px;
  }
  .tree-menu-nav .is-focus-child .is-focus-child\:effect-inline{
    color: #121212;
  }
  .tree-menu-nav ul a.effect-inline:hover,
  .tree-menu-nav ul a:hover{
    color: #121212;
  }
  .tree-menu-nav ul a.nav-link:not(.effect-inline):after,
  .tree-menu-nav ul a::after{display: none;}
  .tree-menu-nav ul a[target="_blank"]::after{
    display: none;
  }
  .tree-menu-nav ul a[target="_blank"]{
    position: relative;
  }
  .tree-menu-nav ul a[target="_blank"]::before{
    position: absolute;
    content: '';
    top: 7px;
    right: -14.5px;
    width: 8.2px;
    height: 8.2px;
    background-image: url(/cdn/shop/files/targetblank-icon.svg?v=1740969901);
    background-repeat: no-repeat;
    background-size: contain;
  }

  a.searchopen_icon{
    opacity: 1;
  }
  a.searchopen_icon span{
    width: 24px;
    height: 24px;
    padding: 5px 4.2px 4px 5px;
  }
  .mobile-center-left #SearchOpen{
    position: relative;
    left: auto;
    top: auto;
  }
  a.header-icon-account{
    opacity: 1;
  }
  a.header-icon-account span{
    width: 24px;
    height: 24px;
    padding: 4.8px 5.3px;    
  }
  .head_favorite_icon{
    display: flex;
    justify-content: center;
    align-items: center;
  }
.head_favorite_icon a{
  width: 24px;
  height: 24px;
  display: block;
  padding: 6.5px 5.4px 5.3px 4.6px;
}
  a.head_cart_icon > span{
    width: 24px;
    height: 24px;
    opacity: 1;
    padding: 4px 5.3px 2.5px 0.9px;    
  }
  #cart-icon-bubble.count_item{
    top: 0;
    right: -2px;
  }
  #cart-icon-bubble.count_item div{
    width: 11px;
    height: 11px;
  }
  .text-\[rgba\(var\(--colors-cart-text\)\)\] {
    color: inherit;
}
#cart-icon-bubble.count_item .bg-\[rgba\(var\(--colors-cart\)\)\]{
    background-color: currentColor;
  }
  .text-\[8px\] {
    font-size: 8px;
}
#cart-icon-bubble.count_item .bg-\[rgba\(var\(--colors-cart\)\)\] span{
  color: #121212;
}

@media (max-width: 1023px) {
  /* ドロワーメニュー内 */
  .x-container-mobile-nav{
    padding-top: 22px;
  }
  .mobile_searchbox{
    margin: 4px 16px 5px;
  }
  .mobile_searcformbox input.input-search{
    border: 1px solid #E6E6E6;
    padding: 18px 30px 15px 20px;
  }
  #menu-level-0.h-full{
    height: calc(100% - 4px);
  }
  .mobile_searcformbox input.input-search::placeholder{
    color: #767676;
    font-size: 14px;
  }
  .mobile_searcformbox button.btn-search{
    width: 24px;
    height: 24px;
    right: 6px;
  }
  .mobile_searchkeyword_ul{
    margin: 16px 10px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 14px;
  }
  ul.menu-parent li.block-mobile-navigation .mr-5{
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 5px;
  }
  ul.menu-parent li.x-block-menu-1 .mr-5{
    border-top: 0px;
  }
  ul.menu-parent li a.pb-3\.5{
    padding-top: 18px;
  }
  ul.menu-parent li span.p-break-words{
    font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
    font-weight: 600;
    color: #121212;
    font-size: 17px;
    line-height: 1.2;
  }
  ul.menu-parent li .menu-drawer span.p-break-words{
    font-size: 15px;
  }
  ul.menu-parent li ul#menu-level-1 span.p-break-words{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  ul.menu-parent li ul#menu-level-1 .back_icon + a span.p-break-words{
    font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
  }
  ul.menu-parent li span.icon-caret-mobile{
    color: #121212;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2px;
    margin-right: 0;
  }
  span.back_icon{
    padding: 2px;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #121212;
    width: 28px;
    height: 28px;
  }
  span.back_icon svg,
  ul.menu-parent li span.icon-caret-mobile svg{
    width: 10.73px;
    height: 6.37px;
    padding: 0;
  }
  .flex.items-center.pl-\[5px\].pr-\[5px\].text-right.justify-between.ml-4.mr-4.border-y{
    background-color: #F5F3F0;
    color: #121212;
    padding-left: 23px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  p.flex-1.pt-3\.5.pb-3\.5.flex.items-center.disable-effect.effect-inline.active{
    padding-top: 17px;
    padding-bottom: 11px;
  }
  a.pt-4.pb-4.flex-1.font-semibold.disable-effect{
    text-align: left;
    color: #121212;
    padding-top: 17px;
    padding-bottom: 11px;
  }
  a.p-break-words.border-b.pt-2\.5.pb-2\.5.pl-\[5px\].pr-\[5px\].h-full.disable-effect.flex.gap-2\.5.effect-inline.active.flex-col.items-start{
    color: #121212;
  }
  a.p-break-words.h-full.flex.gap-2\.5.flex-1.pt-2\.5.pb-2\.5.disable-effect.text-\[rgba\(var\(--colors-text-link\)\)\].active.flex-col.items-start{
    color: #121212;
  }
  ul#menu-level-1 div.mr-4.ml-4 .pt-2\.5{
    padding-top: 15px;
  }
  .menu_level2title{
    background-color: #F5F3F0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 23px;
    padding-right: 16px;
    margin-bottom: 10px;    
  }
  ul#menu-level-2,
  ul#menu-level-3{
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
  }
  ul#menu-level-2 a,
  ul#menu-level-2 li span.items-start,
  ul#menu-level-3 a{
    padding: 15px 0 10px;
  }
  .x-block-login.block-mobile-navigation{
    padding: 30px 16px 23px;
  }
  .x-block-login.block-mobile-navigation a.pb-3\.5{
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0px;
  }
  .x-block-login.block-mobile-navigation a span{
    padding: 4.8px 5.3px;
    width: 24px;
    height: 24px;
    margin-right: 4px;
  }
  .x-block-social.block-mobile-navigation{
    padding: 0px 16px 0px 9px;
  }
  .x-block-social.block-mobile-navigation .pt-2.pb-2{
    padding: 0;
    opacity: 1;
    border-bottom: 0px;
    justify-content: start;
  }
  .x-block-social.block-mobile-navigation #selector-social{
    padding: 0;
  }
  .x-block-social.block-mobile-navigation ul.social-list{
    opacity: 1;
    color: #121212;
  }
  .x-block-social.block-mobile-navigation ul.social-list a{
    padding: 7px;
    width: 33px;
    height: 33px;
  }
  .x-container-mobile-nav-language{
    border-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .x-container-mobile-nav-language form.multi-selectors button{
    font-size: 12px;
    font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    padding-right: 14px;
    line-height: 1;
  }
  .x-container-mobile-nav-language form.multi-selectors button span.w-2\.5{
    width: 9px;
    height: 5px;
  }
}
  /* 追加メガメニュー 25.7.11 開始 */
  .megamenu-articlebox{
    flex-direction: column;
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }
  .mega_article_area{
    display: flex;
    width: 100%;
    column-gap: 50px;
  }
  .mega_article_item{
    width: calc((100% - 100px) / 3);
  }
  .mega_article_media{
    position: relative;
    height: 0;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .mega_article_item a:hover p,
  .mega_linklist_area a:hover{
    opacity: .5;
  }
  .megamenu_heading{
    font-family: Zen Old Mincho, serif;
    font-weight: 600;
  }
  .megamenu_text{
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    line-height: 1.7;
  }
  .mega_linklist_area > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
  }
  .mega_linklist_area > ul > li{
    width: calc((100% - 100px) / 3);
  }
  .mega_linklist_area > ul > li > a{
    display: block;
    padding-bottom: 12px;
    font-family: Zen Old Mincho, serif;
    font-weight: 600;
  }
  .toggle-menu:has(.mega-menu-container .megamenu-articlebox){
    height: calc(var(--menu-height) + 40px);
  }
  .background-header .megamenu-articlebox > .max-h-\[calc\(80vh-3rem\)\] {
    max-height: calc(75vh - 2rem);
}
  
  /* 追加メガメニュー 25.7.11 終了 */
  /*--- ヘッダー 終了 ---*/
  /*--- フッター 開始 ---*/
.section-footer.md\:pb-\[40px\]{
  padding-bottom: 20px;
}
.section-footer .footer_mainbox{
  padding-top: 84px;
  border-bottom: 0px;
  padding-bottom: 0;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.footer_logobox{
  display: flex;
  justify-content: center;
  margin-bottom: 54px;
}
.head_logo_width{
  padding-bottom: 0;
}

.foot_linklist{
  font-size: 14px;
}
.foot_linklist a{
  transition: .3s all ease;
}
.foot_linklist a:hover{opacity: 0.5;}
.foot_linklist li a[target="_blank"]{
  padding-right: 12px;
}
.foot_linklist li a[target="_blank"]::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  background-image: url(/cdn/shop/files/foot-targetblank.svg?v=1741148749);
  background-size: contain;
}
.footer-col--5.md\:w-1\/5 .rte h6{
  display: none;
}
.footer-col--5.md\:w-1\/5 .mt-2.foot_socialicons{
  margin-top: 24px;
}
.foot_socialicons {
  justify-content: flex-start;
}
.foot_socialicons #selector-social{
  margin: 0;
  flex-direction: row;
}
.foot_socialicons ul.social-list{
  padding: 0;
  column-gap: 4px;
  justify-content: flex-start;
}
.foot_socialicons ul.social-list li a{
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 0px;
}
.foot_socialicons ul.social-list li:first-child a{
  padding-left: 0;
}
.policymenu-footer{
  max-width: 1070px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 10px auto;
}
ul.policymenu_ul{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
}
ul.policymenu_ul a{
  transition: .3s all ease;
}
ul.policymenu_ul a:hover{opacity: 0.5;}
.additional-footer{
  max-width: 1070px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
.additional-footer #selector-social{
  justify-content: start;
  flex-direction: row;
}
#selector-social form.multi-selectors {
  justify-content: start;
  flex-direction: row;
}
#selector-social form.multi-selectors button{
  font-size: 14px;
  font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
  padding-right: 14px;
  line-height: 1;
}
.flex-col.copyright_box .text-center{
  margin-top: 62px;
  font-size: 12px;
  font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
}
ul.locale-options a.hover-text-link{
  padding-bottom: 2px;
  font-size: 14px;
}
ul.locale-options a.hover-text-link.border-b{
  color: #121212;
}
.additional-footer ul.locale-options a.hover-text-link.border-b{
  color: rgb(var(--colors-text-footer));
  border-color: rgb(var(--colors-text-footer));
}
.flex-col.copyright_box .typesquare_option{
  margin-left: 0;
}
  @media (min-width: 768px) {
    .footer_logobox + .md\:flex{
      column-gap: 60px;
    }
    .footer_logobox + .md\:flex .md\:w-1\/5{
      width: fit-content;
    }
    .footer_logobox + .md\:flex .footer-col--1.md\:w-1\/5{
      max-width: 128px;
      padding-right: 0px;
    }
    .footer_logobox + .md\:flex .footer-col--2.md\:w-1\/5{
      max-width: 128px;
      padding-right: 0px;
      padding-left: 0px;
    }
    .footer_logobox + .md\:flex .footer-col--3.md\:w-1\/5{
      max-width: 165px;
      padding-right: 0px;
      padding-left: 0px;
    }
    .footer_logobox + .md\:flex .footer-col--4.md\:w-1\/5{
      max-width: 140px;
      padding-right: 0px;
      padding-left: 0px;
    }
    .footer_logobox + .md\:flex .footer-col--5.md\:w-1\/5{
      width: 19%;
      padding-right: 0px;
      padding-left: 0px;
    }
    .footer_logobox + .md\:flex .md\:w-1\/5 .md\:cursor-default{
      padding-right: 0;
    }
    .footer_logobox + .md\:flex .md\:w-1\/5 .md\:cursor-default .text-\[115\%\]{
      font-size: 16px;
    }
    .foot_linklist{
      font-size: 15px;
      margin-top: 17px;
    }
    .footer-col--5.md\:w-1\/5 .rte.mt-6{
      margin-top: 0;
    }
    .footer-col--5.md\:w-1\/5 .rte h6{
      margin: 0;
      display: block;
      width: 100%;
    }
    .footer-col--5.md\:w-1\/5 .rte h6 a{
      display: block;
      width: fit-content;
      background-color: #AA9150;
      color: #121212;
      position: relative;
      font-size: 13px;
      padding: 16px 44px 13px 20px;
      margin: 0;
    }
    .footer-col--5.md\:w-1\/5 .rte h6 a::after{display: none;}
    .footer-col--5.md\:w-1\/5 .rte h6 a::before{
      position: absolute;
      content: '';
      width: 17px;
      height: 3px;
      top: 50%;
      transform: translateY(-50%);
      right: 18px;
      background-size: contain;
      background-image: url(/cdn/shop/files/foot-link-arrow.svg?v=1741150545);
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .footer-col--5.md\:w-1\/5 .rte h6 a:hover::before{     
      transform: translate(5px, -50%);
    }     
  }
@media (max-width: 767px) {
.section-footer .footer_mainbox{
  padding-top: 60px;
}
.footer_logobox{
  margin-bottom: 54px;
}
.footer_mainbox .page-width.pt-6{
  padding-top: 0;
  padding-right: 32px;
  padding-left: 32px;
}
.footer_mainbox .page-width.pt-6 .border-b{
  border-color: #AA9150;
}
.footer_mainbox .page-width.pt-6 .border-b:has( .rotate-180){
  border-color: #121212;
}
.footer_mainbox .page-width.pt-6 .text-\[115\%\]{
  font-size: 17px;
}
.footer_mainbox .page-width.pt-6 .right-3\.5{
  right: 0;
}
.foot_linklist.block{
  border-top: 1px solid #AA9150;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
.foot_linklist li{
  width: 50%;
  margin-bottom: 6px;
}
.foot_linklist li a[target="_blank"]{
  width: fit-content;
}
.foot_linklist li.first\:pt-0:first-child {
  padding-top: .5rem;
}
.footer-col--5.md\:w-1\/5 .mt-2.foot_socialicons{
  margin-top: 31px;
}
.footer_mainbox .page-width.pt-6 .border-b:has( .foot_socialicons){
  border-color: #121212;
}
.footer-col--4.md\:w-1\/5 .border-b:has( .rotate-180),
.footer-col--4.md\:w-1\/5 .foot_linklist.block{
  padding-bottom: 0px;
}
.foot_socialicons ul.social-list{
  column-gap: 4px;
}
.foot_socialicons ul.social-list li a{
  width: 27px;
  height: 27px;
  padding: 3px;
  border: 0px;
}
.policymenu-footer{
  padding-right: 32px;
  padding-left: 32px;
  margin: 14px auto 20px;
}
ul.policymenu_ul{
  font-size: 12px;
}
.additional-footer{
  padding-right: 32px;
  padding-left: 32px;
}
#selector-social form.multi-selectors button{
  font-size: 12px;
  padding-right: 12px;
}
.flex-col.copyright_box .text-center{
  margin-top: 38px;
  font-size: 10px;
}
ul.locale-options a.hover-text-link{
  font-size: 12px;
}
  }
  /*--- フッター 終了 ---*/
  /*--- スライドショー 開始 ---*/
  @media (min-width: 1024px) {
  .hero-text .table-cell.md\:max-w-\[745px\]{
    width: 75%;
    max-width: 880px;
  }
    .animate_transition_slide__box{
    width: 100%;
    max-width: 100%;
    }
  }
  .animate_transition_slide__box div.image-treatment-text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  margin-top: 0px;
  }
  .animate_transition_slide__box div.image-treatment-text *:first-child {
    margin-top: -6px;
  }
  .splide-slideshow ul.pagination-dots{
    margin-bottom: 11.5px;
  }
  .splide-slideshow ul.pagination-dots button{
    padding: 3.5px;
  }
  .splide-slideshow ul.pagination-dots button.is-active:after{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    background-color: #fff;
  }
  .splide-slideshow ul.pagination-dots button:after{
    margin: 0;
    opacity: 1;
    background-color: #B2B2B2;
    width: 6px;
    height: 6px;
  }
  @media (max-width: 767px) {
  .animate_transition_slide__box span.slideshow_head_small{
    font-size: 26px;
    display: block;
  }
  .animate_transition_slide__box div.image-treatment-text {
  font-size: 22px;
  }
  .animate_transition_slide__box div.image-treatment-text *:first-child {
    margin-top: -4px;
  }
}
  /*--- スライドショー 終了 ---*/
  
  /*--- トップテキストニュース 開始 ---*/
  .top_textnews .heading_size{
    text-align: center;
  }
  ul.top_textnews_ul {
    width: fit-content;
    margin: 40px auto 0;
  }
  ul.top_textnews_ul li {
    margin-bottom: 17px;
  }
  ul.top_textnews_ul li:last-child{
    margin-bottom: 0px;
  }
  ul.top_textnews_ul li a{
    display: flex;
    align-items: center;
    column-gap: 12px;
    font-size: 16px;
    line-height: 1.5;
  }
  ul.top_textnews_ul li a{
    transition: all .3s ease;
  }
  ul.top_textnews_ul li a:hover{
    opacity: 0.5;
  }
  ul.top_textnews_ul li .news_date{
    color: #767676;
  }
  ul.top_textnews_ul li .news_title{
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
  }
  @media (max-width: 767px) {
  .top_textnews .page-width{
    max-width: calc(var(--page-width) + 64px);
    padding-left: 32px;
    padding-right: 32px;
  }
  ul.top_textnews_ul {
    margin: 30px auto 0;
  }
  ul.top_textnews_ul li {
    margin-bottom: 25px;
  }
  ul.top_textnews_ul li a{
    display: block;
  }
  ul.top_textnews_ul li .news_date{
    margin-bottom: 4px;
  }
  }
  /*--- トップテキストニュース 終了 ---*/
  
  /*--- トッププロダクトエリア 開始 ---*/
  .top_productsearch .heading_size{
    text-align: center;
  }
  .product_searchform_area{
    margin-top: 40px;
    padding: 40px 16px 37px;
  }
  .top_searchformbox{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
  .top_searchformbox input.input-search{
    background-color: #fff;
    border: 0px;
    padding: 16px 44px 15px 20px;
  }
  .top_searchformbox input.input-search::placeholder{
    color: #767676;
    opacity: 1;
    font-size: 16px;
  }
  .top_searchformbox button.btn-search{
    width: 24px;
    height: 24px;
    right: 20px;
  }
  ul.keyword_ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 13px 18px;
    font-size: 16px;
    line-height: 1.3;
  }
  ul.keyword_ul li a{
    transition: all .3s ease;
  }
  ul.keyword_ul li a:hover{opacity: 0.5;}
  ul.product_category_ul{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 1.7777%;
  }
  ul.product_category_ul li{
    max-width: 284px;
    width: 23.6666%;
  }
  ul.product_category_ul li a{
    display: flex;
    align-items: center;
    column-gap: 4.9%;
    transition: all .3s ease;
  }
  ul.product_category_ul li a:hover{opacity: 0.7;}
  ul.product_category_ul li a .product_category_img{
    max-width: 140px;
    width: 49%;
  }
  ul.product_category_ul li a .product_category_name{
    width: 46.1%;
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  ul.product_category_ul li a .product_category_img img{
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-duration: var(--transition-image-hover);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    will-change: transform;
  }
  ul.product_category_ul li a:hover .product_category_img img{
    --tw-scale-x: var(--image-zoom);
    --tw-scale-y: var(--image-zoom);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  @media (max-width: 767px) {
  .product_searchform_area{
    margin-top: 30px;
  }
  .top_searchformbox input.input-search{
    padding: 18px 36px 15px 20px;
  }
  .top_searchformbox input.input-search::placeholder{
    font-size: 14px;
  }
  .top_searchformbox button.btn-search{
    right: 12px;
  }
  ul.keyword_ul{
    margin-top: 27px;
    gap: 13px 14px;
    font-size: 14px;
  }
  ul.product_category_ul{
    gap: 20px 2.3%;
  }
  ul.product_category_ul li{
    max-width: 48.85%;
    width: 48.85%;
  }
  ul.product_category_ul li a{
    column-gap: 4px;
  }
  ul.product_category_ul li a .product_category_img{
    max-width: 60px;
    width: 35.82%;
  }
  ul.product_category_ul li a .product_category_name{
    width: calc(100% - (35.82% + 4px));
    font-size: 15px;
  }
  }
  /*--- トッププロダクトエリア 終了 ---*/
  
  /*--- トップセレクトハニー 開始 ---*/
  .top_select_tabcategory .heading_size{
    text-align: center;
  }
  .select_tabcategory_copy{
    margin-top: 12px;
    text-align: center;    
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  .selectbutton_ul{
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    max-width: 830px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4.3%;
  }
  .selectbutton_ul button.select_tab_button{
    max-width: 180px;
    width: 21.68%;
    transition: all 0.3s ease;
  } 
  @media (min-width: 768px) {
  .selectbutton_ul button.select_tab_button:hover{opacity: 0.5;}
}
  .selectbutton_ul:has( .active) button.select_tab_button:hover{opacity: 1;}
  
  button.select_tab_button .tab_nomal_itemimg,
  button.select_tab_button .tab_off_itemimg{
    transition: all 0.3s ease;
  }
  button.select_tab_button .tab_nomal_itemimg{
    position: relative;
  }
  button.select_tab_button .tab_off_itemimg{
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .select_button_title{
    text-align: center;    
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
  }
  .selectbutton_ul:has( .active) button.select_tab_button .tab_nomal_itemimg{
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .selectbutton_ul:has( .active) button.select_tab_button .tab_off_itemimg{
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .selectbutton_ul:has( .active) button.select_tab_button .tab_off_itemimg:hover{
    opacity: 0.5;
  }
  .selectbutton_ul:has( .active) button.select_tab_button.active .tab_nomal_itemimg{
    opacity: 1;
    visibility: visible;
    border-radius: 100vw;
    height: auto;
  }
  .selectbutton_ul:has( .active) button.select_tab_button .tab_nomal_itemimg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #121212;
    border-radius: 100vw;
    opacity: 0;
  }
  .selectbutton_ul:has( .active) button.select_tab_button.active .tab_nomal_itemimg::after{
    opacity: 1;
  }
  .selectbutton_ul:has( .active) button.select_tab_button.active .tab_off_itemimg{
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .selectbutton_ul:has( .active) button.select_tab_button .select_button_title{color: #767676;}
  .selectbutton_ul:has( .active) button.select_tab_button.active .select_button_title{color: inherit;}
  .selectbutton_ul:has( .active) button.select_tab_button:hover .select_button_title{opacity: 0.5;}
  .selectbutton_ul:has( .active) button.select_tab_button.active:hover .select_button_title{opacity: 1;}
  
  .select_tab_content {
    display: none;
    padding: 34px 38px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.3s ease;
    max-width: 830px;
    width: 100%;
}
.select_tab_content.open {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.select_tab_content_title{
  text-align: center;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
ul.select_tab_content_ul{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 30px;
}
ul.select_tab_content_ul li{
  width: calc((100% - 30px) / 4);
  background-color: #F5F3F0;
  font-size: 16px;
}
ul.select_tab_content_ul li a{
  width: 100%;
  min-height: 50px;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
ul.select_tab_content_ul li a:hover{opacity: 0.5;}
ul.select_tab_content_ul li a.icon_on{
  justify-content: space-between;
  column-gap: 5px;
}
ul.select_tab_content_ul li a.icon_on .icon{
  max-width: 17px;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .select_tabcategory_copy{
    margin-top: 4px;
    font-size: 17px;
  }
  .selectbutton_ul{
    margin-top: 30px;
    max-width: 300px;
    gap: 30px 10%;
  }
  .selectbutton_ul button.select_tab_button{
    max-width: 135px;
    width: 45%;
  }
  .select_button_title{    
    font-size: 15px;
    margin-top: 8px;
  }
  .select_tab_content {
    padding: 30px 16px;
    margin-top: 40px;
    transform: translateY(-40px);
}
.select_tab_content_title{
  font-size: 15px;
}
ul.select_tab_content_ul{
  gap: 10px;
  margin-top: 16px;
}
ul.select_tab_content_ul li{
  width: calc((100% - 10px) / 2);
  font-size: 14px;
}
ul.select_tab_content_ul li a{
  min-height: 40px;
  padding: 10px;
}
ul.select_tab_content_ul li a.icon_on{
  column-gap: 4px;
  padding: 10px 6px 10px 8px;
}  
}
  /*--- トップセレクトハニー 終了 ---*/
  
  /*--- トップトピックス 開始 ---*/
  .top_topics .heading_size{
    text-align: center;
  }
  .top_topics_ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 37px 15px;
  }
  .top_topics_ul li{
    width: calc((100% - 30px) / 3);
  }
  .top_topics_ul li:nth-child(n+4) .toptopics_text{
    display: none;
  }
  .toptopics_title{
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-top: 12px;
    transition: all .3s ease;
  }
  .toptopics_text{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 7px;
    transition: all .3s ease;
  }
  br.sp_br{display: none;}
  br.pc_br{display: block;}

  ul.top_topics_ul li a .animate_transition_card__image img{
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-duration: var(--transition-image-hover);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    will-change: transform;
  }
  ul.top_topics_ul li a:hover .animate_transition_card__image img{
    --tw-scale-x: var(--image-zoom);
    --tw-scale-y: var(--image-zoom);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  ul.top_topics_ul li a:hover .toptopics_title,
  ul.top_topics_ul li a:hover .toptopics_text{
    opacity: 0.7;
  }
  @media (max-width: 767px) {    
  .top_topics_ul{
    margin-top: 30px;
    gap: 27px 11px;
  }
  .top_topics_ul li{
    width: 100%;
  }
  .top_topics_ul li:nth-child(n+4){
    width: calc((100% - 11px) / 2);
  }
  .toptopics_title{
    font-size: 17px;
    margin-top: 8px;
  }
  .top_topics_ul li:nth-child(n+4) .toptopics_title{
    font-size: 15px;
  }
  .toptopics_text{
    margin-top: 5px;
  }
  br.sp_br{display: block;}
  br.pc_br{display: none;}
  }
  /*--- トップトピックス 終了 ---*/
  
  /*--- トップレコメンド 開始 ---*/
  .top_recommend .heading_size{
    text-align: center;
  }
  .toprecommend_copy{
    margin-top: 12px;
    text-align: center;    
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  .toprecommend_box{
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1000px;
  }
  .toprecommend_slide_item{
    background-color: #fff;
    padding: 40px 22px 29px;    
  }
  .toprecommend_slide_item > a{
    transition: all .3s ease;
  }
  .toprecommend_slide_item > a:hover {
    opacity: 0.5;
  }
  .toprecommend_slide_item .iconbox{
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
  }
  .store_name{
    margin-top: 10px;
    text-align: center;    
    font-size: 16px;
  }
  .store_text{
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .reco_product_box{
    margin-top: auto;
  }
  .reco_product_box .card-product{
    padding-bottom: 0;
  }
  .reco_product_box .card-product .disable-effect{
    display: flex;
    align-items: center;
  }
  .reco_product_box .card-product .disable-effect a.z-\[15\]{
    width: 35.7%;
    max-width: 100px;
    padding-bottom: 50%;
    max-height: 100px;
  }
  .reco_product_box .card-product .disable-effect div:has( .card-info){
    width: 64.3%;
  }
  .reco_product_box .card-info{
    padding: 0;
  }
  .reco_product_box .card-info .card__heading{
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
  }
  .reco_product_box .card-info .card__heading .full-unstyled-link.link-product-variant:hover{
    color: #121212;
    opacity: 0.5;
  }
  .view_more_arrow {
    margin-top: 60px;
  }
  .view_more_arrow a{
    font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    width: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .view_more_arrow a svg{
    margin-top: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .view_more_arrow a:hover svg{
    transform: translateX(5px);
  }
  @media (min-width: 768px) {
    .toprecommend_slide_itembox{
      display: flex;
      column-gap: 14px;
    }
  .toprecommend_slide_item{
    width: calc((100% - 20px) / 3);
    gap: 17px;
  }
  }
  @media (max-width: 767px) {
  .toprecommend_copy{
    margin-top: 4px;
    font-size: 17px;
  }
  .toprecommend_box{
    margin-top: 30px;
    width: calc(100% - 32px);
  }
  .toprecommend_slide_item{
    padding: 40px 26px 22px;    
  }
  .store_name{
    margin-top: 12px;
  }
  .store_text{
    padding-left: 14px;
    margin-top: 25px;
  }
  .reco_product_box{
    margin-top: 25px;
  }
  .reco_product_box .card-product{
    padding-bottom: 0;
  }
  .reco_product_box .card-product .disable-effect{
    display: flex;
    align-items: center;
  }
  .reco_product_box .card-product .disable-effect a.z-\[15\]{
    width: 100px;
    padding-bottom: 100px;
  }
  .reco_product_box .card-product .disable-effect div:has( .card-info){
    width: calc(100% - 100px);
  }
  .reco_product_box .card-product:not(.recommendations) .card-info{
    padding-left: 4px;
    padding-right: 0;
  }
  .reco_product_box .card-product:not(.recommendations) .card-info .card__heading{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .reco_product_box .card-product:not(.recommendations) .card-info .mb-1{
    margin-bottom: 0;
    font-size: 12px;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow{
    display: block;
    padding: 10px;
    width: 40px;
    height: 30px;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow.opacity-60{
    opacity: 1;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow.disabled\:opacity-40:disabled{
    opacity: .4;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow.splide__arrow--prev{
    left: -37px;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow.splide__arrow--next{
    right: -37px;}
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow svg{
    width: 20px;
    height: 10px;
  }
  .toprecommend_box .splide__arrows.splide__arrows--ltr .button-arrow svg path{
    stroke-width: 0.7px;
    stroke: #767676;
  }

  .toprecommend_slider .splide__pagination{
    position: relative;
    margin: 8.5px auto 0;
    justify-content: center;
  }
  .view_more_arrow {
    margin-top: 56.5px;
  }
  .view_more_arrow a svg{
    margin-top: 16px;
  }
  }
  .splide__pagination.pagination-dots button{
    padding: 3.5px;
  }
  .splide__pagination.pagination-dots button:after{
    margin: 0;
    opacity: 1;
    width: 6px;
    height: 6px;
    background: #B2B2B2;
  }
  .splide__pagination.pagination-dots button.is-active:after{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    background: rgba(var(--image-treatment-text));
  }
  /*--- トップレコメンド 終了 ---*/
  
  /*--- トップジャーナル・レシピ 開始 ---*/
  .section-featured-blog .x-block-header{
    margin-bottom: 40px;
  }
  .section-featured-blog .content-article-1{
    padding-top: 8px;
  }
  .section-featured-blog p.h3{
    margin-bottom: 0;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  .section-featured-blog .line-clamp-2{
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-height: 1.5;
  }
  .section-featured-blog .article-layout-1:hover + .content-article-1 a.article_card_title{
    opacity: 0.5;
  }
  .section-featured-blog a.article_card_title{
    transition: .3s all ease;
  }
  .section-featured-blog a.article_card_title:hover{
    color: #121212;
    opacity: 0.5;
  }
  .section-featured-blog .tracking-wider:empty{display: none;}
  .top_textnews .view_more_arrow,
  .section-featured-blog .view_more_arrow,
  .top_outarticle .view_more_arrow{
    margin-top: 67px;
  }
  /* レシピ */
  .top_outarticle .pickupnone{
    display: none;
  }/* コレクションページでメタフィールドに入力がなければPICK UPを非表示にする */
  .top_outarticle .heading_size{
    text-align: center;
  }
  /* ↓トップ レシピスライダー化 ojima追加 */
  .outarticle_ul_top{
    margin-top: 40px;
  }
  .mt-2\.5:has( .splide-progress){
    margin-top: 0;
  }
  .top_outarticle_slide .splide-progress{
    display: none;
  }
  .top_outarticle_slide .splide.is-initialized {
    overflow: visible;
}
@media (max-width: 767px) {
    .top_outarticle_slide .splide.is-initialized {
        padding-right: 16px;
        padding-left: 16px;
    }
    .top_outarticle_slide .splide__arrows.splide__arrows--ltr .button-arrow.opacity-60 {
        opacity: 1;
    }
    .top_outarticle_slide .splide__arrows.splide__arrows--ltr .button-arrow.disabled\:opacity-30:disabled {
        opacity: .4;
    }
    .top_outarticle_slide .splide__pagination {
        position: relative;
        margin: 8.5px auto 0;
        justify-content: center;
    }
}
  .top_outarticle_slide .splide__arrows button.button-arrow {
    display: block;
    background-color: transparent;
    border-radius: 0;
    padding: 10px;
    width: 40px;
    height: 30px;
}
  .top_outarticle_slide .splide__arrows button.button-arrow svg {
    width: 20px;
    height: 10px;
}
.top_outarticle_slide .splide__arrows .button-arrow svg path {
    stroke-width: .7px;
    stroke: #767676;
}
.top_outarticle_slide .splide__pagination.pagination-dots button.is-active:after {
    background: #767676;
}
  .top_outarticle_slide .splide__arrows button.splide__arrow--next {
    right: -20px;
    }
  .top_outarticle_slide .splide__arrows button.splide__arrow--prev {
    left: -20px;
    }
  /* ↑トップ レシピスライダー化 ojima追加 */
  .outarticle_ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page-width.show_view_collectionlp .outarticle_ul{
    margin-top: 30px;
  }
  .outarticle_ul li{
    width: calc((100% - 30px) / 3);
  }
  ul.outarticle_ul li a .animate_transition_card__image img{
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    transition-duration: var(--transition-image-hover);
    transition-timing-function: cubic-bezier(0,0,.2,1);
    will-change: transform;
  }
  ul.outarticle_ul li a:hover .animate_transition_card__image img{
    --tw-scale-x: var(--image-zoom);
    --tw-scale-y: var(--image-zoom);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .artcile_title{
    padding-top: 8px;
    font-size: 18px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    line-height: 1.5;
    transition: .3s all ease;
  }
  ul.outarticle_ul li a:hover .artcile_title{
    opacity: 0.5;
  }
  @media (max-width: 767px) {
  .mobile_onearticle .splide__list > div.article-card:nth-of-type(n+2){
    display: none;
  }
  .section-featured-blog .x-block-header{
    margin-bottom: 30px;
  }
  .top_textnews .view_more_arrow,
  .section-featured-blog .view_more_arrow,
  .top_outarticle .vview_more_arrow {
    margin-top: 57px;
  }
  .outarticle_ul{
    margin-top: 30px;
    row-gap: 27px;
  }
  .page-width.show_view_collectionlp{
    max-width: calc(var(--page-width) + 64px);
    padding-right: 32px;
    padding-left: 32px;
  }
  .page-width.show_view_collectionlp .outarticle_ul{
    margin-top: 33px;
  }  
  .outarticle_ul li{
    width: 100%;
  }
  .outarticle_ul.sp_kiji1 li:nth-child(n+2){display: none;}
  .artcile_title{
    font-size: 17px;
  }
}
  /*--- トップジャーナル・レシピ 終了 ---*/
  /*--- トップコレクションセクション 開始 ---*/ 
  .section-featured-collection .ranknone{
    display: none;
  }/* コレクションページでメタフィールドに入力がなければPICK UPを非表示にする */
  .section-featured-collection .section-header{
    margin-bottom: 40px;
  }
  .section-featured-collection .section-header.show_zen{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  .section-featured-collection button.button-arrow{
    display: none;
  }
  .section-featured-collection .splide__track{
    padding-left: 0;
    padding-right: 0;
  }
  .section-featured-collection .card-product.md\:pb-5{
    padding-bottom: 0;
  }
  /* カルーセルタブ */
  .featured-collection .hide-scrollbar{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
    z-index: 1;
  }
  .featured-collection .hide-scrollbar .flex.flex-row{
    width: 100%;
    border-bottom: 2px solid #F2F2F2;
  }
  .featured-collection .hide-scrollbar .collection-title{
    opacity: 1;
    border: 0px;
    padding: 0;
    overflow: visible;
    transition: .3s ease all;
    position: relative;
  }
  .featured-collection .hide-scrollbar .collection-title:after{
    transition: .3s ease all;
  }
  .featured-collection .hide-scrollbar .collection-title:hover:after,
  .featured-collection .hide-scrollbar .collection-title:has( .bg-\[rgb\(var\(--colors-heading\)\,0\.1\)\]):after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    background-color: #121212;
    width: 100%;
    height: 2px;
  }
  .featured-collection .hide-scrollbar .collection-title span{
    display: block;
    color: #767676;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    padding: 7px 30px 12px;
  }
  .featured-collection .hide-scrollbar .collection-title:hover span,
  .featured-collection .hide-scrollbar .collection-title span.bg-\[rgb\(var\(--colors-heading\)\,0\.1\)\]{
    background-color: transparent;
    color: #121212;
  }
  /* 商品カード */
  .featured-collection .animate-fade-in.lg\:mt-8{
    margin-top: 0px;
  }
  .section-featured-collection .card-product:not(.recommendations) .card-info {
    padding: 10px 0 0 0;
  }
  .section-featured-collection .card__heading{
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
  }
  .section-featured-collection .card__heading .full-unstyled-link.link-product-variant{
    font-size: 16px;
  }
  .section-featured-collection .card__heading .full-unstyled-link.link-product-variant:hover{
    color: #121212;
    opacity: 0.5;
  }
  .section-featured-collection .card__heading + .mt-2\.5{
    margin-top: 10px;
    margin-bottom: 0;
  }
  .section-featured-collection .card__heading + .mt-2\.5 .price{
    font-size: 14px;
  }
  /* 商品カード内タグ */
  ul.productcard_tag{
    margin-top: 4px;
    margin-bottom: 11px;
    display: flex;
    gap: 6px;
  }
  ul.productcard_tag[style="height: 0px;"]{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.productcard_tag li{
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background-color: #AA9150;
  }
  .collection_rank_count{
    position: absolute;
    top: 6px;
    left: 14px;
    z-index: 160;
  }
  .collection_rank_count p{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 18px;
  }
  .featured-collection .view_more_arrow{
    margin-top: 80px;
  }

  @media (max-width: 767px) {
    .section-featured-collection .section-header{
      margin-bottom: 30px;
    }
    /* セクションデフォルトプログレスバーの非表示 */
    .section-featured-collection .splide__track + .mt-2\.5:has( .splide-progress){display: none;}

    /* セクションスライダー左右矢印 */
    .section-featured-collection .splide__arrows,
    .section-featured-collection button.button-arrow{
      display: block;
    }
    .section-featured-collection .splide.is-initialized{
      overflow: visible;
    }
    .section-featured-collection .splide__arrows .button-arrow{
      padding: 10px;
      width: 40px;
      height: 30px;
      top: 40%;
    }
    .section-featured-collection .splide--slide:has( .productcard_tag) .splide__arrows .button-arrow{
      top: 35%;
    }
    .section-featured-collection .collection_wrapper.show_view_rank .splide__arrows .button-arrow{
      top: 40%;
    }
    /* ↑rank 小島追加 */
    @media (max-width: 480px) {
      .section-featured-collection .splide__arrows .button-arrow{
        top: 36%;
      }
      .section-featured-collection .splide--slide:has( .productcard_tag) .splide__arrows .button-arrow{
        top: 30%;
      }
      .section-featured-collection .collection_wrapper.show_view_rank .splide__arrows .button-arrow{
        top: 35%;
      }
      /* ↑rank 小島追加 */
    }
    .section-featured-collection .splide__arrows .button-arrow.opacity-60{
      opacity: 1;
    }
    .section-featured-collection .splide__arrows .button-arrow.disabled\:opacity-30:disabled{
      opacity: .3;
    }
    .section-featured-collection .splide__arrows .button-arrow.splide__arrow--prev{
      left: -20px;
    }
    .section-featured-collection .splide__arrows .button-arrow.splide__arrow--next{
      right: -20px;}
    .section-featured-collection .splide__arrows .button-arrow svg{
      width: 20px;
      height: 10px;
    }
    .section-featured-collection .splide__arrows .button-arrow svg path{
      stroke-width: 0.7px;
      stroke: #767676;
    }
    /* カルーセルタブ */
    .featured-collection .hide-scrollbar{
      max-width: 100%;
      margin-bottom: 35px;
    }
    .featured-collection .hide-scrollbar .flex.flex-row{
      border-bottom: 0px solid #F2F2F2;
    }
    .featured-collection .hide-scrollbar .collection-title{
      border-bottom: 2px solid #F2F2F2;
    }
    .featured-collection .hide-scrollbar .collection-title span{
      padding: 7px 12px 8px;
    }
    /* 商品カード内タグ */
    ul.productcard_tag{
      margin-top: 0px;
      margin-bottom: 8px;
      gap: 4px;
    }
    .collection_rank_count{
      position: relative;
      top: unset;
      left: 0;
      margin-bottom: 5px;
      /* ↑rank 小島追加 */

      /* top: 4px;←rank 小島一次変更
      left: 13px; ←rank 小島一次変更 追加*/

      /* float: left; */
    }
    .collection_rank_count::after,
    .show_rankproduct::after{
      content: "";
      display: block;
      clear: both;
    }
    .collection_rank_count p{
      font-size: 16px;
    }
    .show_rankproduct{
      /* float: left; */
      /* margin-top: -22px; */
    }
    .featured-collection .view_more_arrow{
      margin-top: 60px;
    }
  }
  /*--- トップコレクションセクション 終了 ---*/

  /*--- トップアバウトセクション 開始 ---*/
  .top_aboutmain .heading_size{
    text-align: center;
  }
  .topabout_slider_box{
    margin-top: 40px;
  }
  .topabout_slider{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-right: 60px;
    padding-left: 60px;
  }
  .contents_slide{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    max-width: 1080px;
  }
  .contents_slide .slide_imgbox{
    order: 2;
    width: 50%;
    height: auto;
  }
  .contents_slide .slide_textbox{
    order: 1;
    width: 50%;
    max-width: 488px;
    padding-left: 15px;
    padding-right: 20px;
  }
.slide_text_title{
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.slide_text{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 24px;
}
.about_textslide{
  justify-content: center;
}
.about_textslide_conbox{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}
.about_textslide_title{
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;  
  font-weight: 600;
}
.about_textslide_text{
  font-size: 16px;
  line-height: 1.7;
  margin-top: 24px;
  width: fit-content;
  margin: 30px auto 0;
}

.top_aboutmain .splide__pagination{
  display: none;
}
.top_aboutmain .splide.is-initialized{
  overflow: visible;
}
.top_aboutmain .splide__arrows button.button-arrow{
  display: block;
  background-color: transparent;
  border-radius: 0;
  padding: 10px;
  width: 40px;
  height: 30px;
}
.top_aboutmain .splide__arrows button.button-arrow svg{
  width: 20px;
  height: 10px;
}
.top_aboutmain .splide__arrows button.splide__arrow--prev{
  left: -15px;
}
.top_aboutmain .splide__arrows button.splide__arrow--next{
  right: -15px;
}
.top_aboutmain .splide__arrows .button-arrow.opacity-60{
  opacity: 1;
}
.top_aboutmain .splide__arrows .button-arrow.disabled\:opacity-40:disabled{
  opacity: .4;
}
.top_aboutmain .splide__arrows .button-arrow svg path{
  stroke-width: 0.7px;
  stroke: #767676;
}
.top_aboutmain .x-splide:not(.disable-effect-hover):hover .splide__arrow--prev:not(.disable-effect-hover),
.top_aboutmain .x-splide:not(.disable-effect-hover):hover .splide__arrow--next:not(.disable-effect-hover){  
  --tw-translate-x: 0;
}
@media (max-width: 767px) {
  .topabout_slider_box{
    margin-top: 30px;
  }
  .topabout_slider{
    padding-right: 25px;
    padding-left: 25px;
  }
  .contents_slide{
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .contents_slide .slide_imgbox{
    order: 1;
    width: 100%;
  }
  .contents_slide .slide_textbox{
    order: 2;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
.slide_text_title{
  font-size: 18px;
}
.slide_text{
  font-size: 14px;
  margin-top: 15px;
}
.about_textslide{
  justify-content: center;
}
.about_textslide_conbox{
  align-items: flex-start;
}
.about_textslide_title{
  font-size: 18px;
}
.about_textslide_text{
  font-size: 16px;
  margin: 15px auto 0;
}

.top_aboutmain .splide__pagination{
  display: flex;
  position: relative;
  justify-content: center;
  margin: 21.5px auto 0;
}
.top_aboutmain .splide__arrows button.splide__arrow--prev{
  left: -20px;
}
.top_aboutmain .splide__arrows button.splide__arrow--next{
  right: -20px;
}  
}
  /*--- トップアバウトセクション 終了 ---*/
  /*--- トップアバウトセクション フッター 開始 ---*/
  .top_aboutlinklist_ul{
    display: flex;
  }
  @media (min-width: 768px) {
    .top_aboutlinklist_ul{
      width: 100%;
      margin: 0 auto;
      max-width: calc(var(--page-width) + 80px);
      padding-right: 40px;
      padding-left: 40px;
    }
  }
  .top_aboutlinklist_ul li{
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    padding: 20px 10px 10px;
    border-left: 1px solid #CCCCCC;
  }
  .top_aboutlinklist_ul li a{transition: all 0.3s ease;}
  .top_aboutlinklist_ul li a:hover{opacity: 0.5;}
  .top_aboutlinklist_ul li:first-child{
    border-left: 0px;
  }
  .list_title{    
    font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 20px;
  }
  .list_mailbox{
    max-width: 236px;
    width: 100%;
  }
  .form_box_margin{
    margin-top: 10px;
  }
  .form_box{
    border-bottom: 1px solid #121212;
    display: flex;
    align-items: flex-start;
  }
  .form_box button{
    padding-top: 9px;
  }
  .list_mailbox .anm-fade-element{
    max-width: 216px;
    margin-left: 0;
  }
  input.form_mail_input{
    padding: 4px 10px 14px 0;
  }
  input.form_mail_input::placeholder{
    font-size: 12px;
    color: #767676;
    opacity: 1;
  }
  @media (max-width: 767px) {
  .top_aboutlinklist_ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .top_aboutlinklist_ul li{
    width: calc(100% - 64px);
    justify-content: start;
    padding: 0px 0px 13px;
    border-left: 0px solid #CCCCCC;
    border-bottom: 1px solid #121212;
    margin-bottom: 17px;
  }
  .top_aboutlinklist_ul li:last-child{
    padding-bottom: 0;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .list_title{
    font-size: 17px;
  }
  .list_mailbox{
    max-width: 100%;
    width: 100%;
  }
  .form_box_margin{
    margin-top: 13px;
  }
  .form_box{
    border-bottom: 0px solid #121212;
    display: flex;
    align-items: flex-start;
    padding: 10px 0 0 16px;
    background-color: #fff;
  }
  .form_box button{
    padding: 8px 14.2px 8px 8px;
  }
  .list_mailbox .anm-fade-element{
    max-width: 100%;
  }
  input.form_mail_input{
    padding: 4px 5px 14px 0;
  }
  input.form_mail_input::placeholder{
    font-size: 12px;
    color: #767676;
    opacity: 1;
  }
  }
  /*--- トップアバウトセクション フッター 終了 ---*/

  /*--- 最近見た商品 開始 ---*/
  .section-recently-viewed:has( .splide__list:empty){
    display: none;
  }
  .section-recently-viewed .md\:mb-8:has( .recently_heading){
    margin-top: 0;
    margin-bottom: 28px;
  }
  .section-recently-viewed .recently_heading{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
  }
  .section-recently-viewed .card-product:not(.recommendations) .card-info {
    padding: 10px 0 0 0;
  }
  .section-recently-viewed .card__heading{
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    line-height: 1;
    margin-bottom: 0;
  }
  .section-recently-viewed .card__heading .full-unstyled-link.link-product-variant{
    font-size: 12px;
  }
  .section-recently-viewed .card__heading .full-unstyled-link.link-product-variant:hover{
    color: #121212;
    opacity: 0.5;
  }
  .section-recently-viewed .card__heading + .mt-2\.5{
    display: none;
  }
  /* セクションスライダー左右矢印 */
  .section-recently-viewed .mt-6{
    position: relative;
  }
  .section-recently-viewed .splide__arrows,
  .section-recently-viewed button.button-arrow{
    display: block;
  }
  .section-recently-viewed .splide.is-initialized{
    overflow: visible;
  }
  .section-recently-viewed .splide__arrows .button-arrow{
    padding: 10px;
    width: 40px;
    height: 30px;
    top: 35%;
    background: transparent;
  }
  .section-recently-viewed .lg\:translate-x-full,
  .section-recently-viewed .lg\:-translate-x-full,
  .section-recently-viewed .x-splide:not(.disable-effect-hover):hover .splide__arrow--prev:not(.disable-effect-hover),
  .section-recently-viewed .x-splide:not(.disable-effect-hover):hover .splide__arrow--next:not(.disable-effect-hover){
    --tw-translate-x: unset;
  }
  @media (max-width: 480px) {
    .section-recently-viewed .splide__arrows .button-arrow{
      top: 36%;
    }
  }
  .section-recently-viewed .splide__arrows .button-arrow.opacity-60{
    /* opacity: 1; */
  }
  .section-recently-viewed .splide__arrows .button-arrow.disabled\:opacity-30:disabled{
    opacity: .3;
  }
  .section-recently-viewed .splide__arrows .button-arrow.splide__arrow--prev{
    left: -40px;
  }
  .section-recently-viewed .splide__arrows .button-arrow.splide__arrow--next{
    right: -40px;}
  .section-recently-viewed .splide__arrows .button-arrow svg{
    width: 20px;
    height: 10px;
  }
  .section-recently-viewed .splide__arrows .button-arrow svg path{
    stroke-width: 0.7px;
    stroke: #767676;
  }
  @media (max-width: 767px) {
  .section-recently-viewed .card__heading .full-unstyled-link.link-product-variant{
    font-size: 14px;
    line-height: 1.4;
  }
  .section-recently-viewed .splide__arrows .button-arrow{
    display: block;
    /* opacity: 1; */
    visibility: visible;
    /* z-index: 1000; */
  }
  .section-recently-viewed .splide__arrows .button-arrow.splide__arrow--prev{
    left: -20px;
  }
  .section-recently-viewed .splide__arrows .button-arrow.splide__arrow--next{
    right: -20px;
  }
  }
  /*--- 最近見た商品 終了 ---*/
  /*--- ビデオセクション 開始 ---*/
  .w_800{
    max-width: 880px;
  }
  button.group.button-play {
    width: 68px;
    height: 68px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  button.group.button-play .bg-button-play{
    width: 20px;
    height: 26px;
    left: 55%;
  }
  .section-video .preview_image_sp{
    display: none;
  }
  .video.sp_movie{
    display: none;
  } 
  @media (max-width: 767px) {
    .section-video .showvideo_mobile{
      padding-bottom: 125%!important;
    }
    .section-video .preview_image_pc{
      display: none;
    }
    .section-video .preview_image_sp{
      display: block;
    }
    .video.pc_movie{
      display: none;
    }
    .video.sp_movie{
      display: block;
    }
  }
  /*--- ビデオセクション 終了 ---*/
  .button.button-outline,
  button.button-outline{
    box-shadow: none;
    background: rgba(var(--background-secondary-button), 1);
    height: 60px;
  }
  .button.button-outline:hover,
   button.button-outline:hover{
    opacity: 0.7;
    box-shadow: none;
  }
  /*--- 商品ページメディアエリア 開始 ---*/
  .product-page .lg\:min-w-\[85px\]{
    min-width: 100px;
    opacity: 1;
  }
  .product-page .product-page\:lg\:pr-8 .mt-2{
    margin-top: 6px;
  }
  .product-page .product-page\:lg\:pr-8 .mt-2 .gap-y-1\.5{
    column-gap: 6px;
  }
  .product-page .productsku_text{
    font-size: 14px;
    color: #767676;
    margin-bottom: 18px;
  }
  @media (min-width: 1024px) {
    .product-page .lg\:min-w-\[85px\]{
      min-width: 100px;
    }
    .product-page .product-page\:lg\:pr-8 .mt-2{
      margin-top: 16px;
    }
    .product-page .product-page\:lg\:pr-8 .mt-2 .gap-y-1\.5{
      column-gap: 6px;
    }
    .top-\[calc\(var\(--height-header\)\+5rem\)\]{
    top: calc(var(--height-header) + 1rem);
    }
  }
  @media (min-width: 768px) {
  .section-product-info .full-width-mobile.page-width{
    max-width: calc(var(--page-width) + 80px);
    padding-right: 40px;
    padding-left: 40px;
  }
  .product-page .product-page\:lg\:pr-8{
    padding-right: 40px;
  }
  .product-page .product-page\:lg\:pl-8{
    padding-left: 0;
    padding-right: 0;
    max-width: 502px;
  }
}
@media (max-width: 767px) {
  .section-product-info .product-media-container .splide__track{
    margin: 0 20px;
  }
}
  /*--- 商品ページメディアエリア 終了 ---*/
  /*--- 商品ページ右カラム 開始 ---*/
  .productshow_tag{
    margin-bottom: 10px;
  }
  .productshow_tag:has( ul.productshow_tag li:empty){
    display: none;
  }
  ul.productshow_tag{
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  ul.productshow_tag li{
    background-color: #AA9150;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 14px;
  }
  .x-block-product-title{
    margin-bottom: 8px;
  }
  .product-title.h2{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    line-height: 1.5;
  }
  .customize-checkbox.show_age{
    margin-top: 30px;
  }
  .customize-checkbox.show_age .option-name {
    font-size: 16px;
  }
  .customize-checkbox.eurus [type=checkbox]{
    width: 16px;
    height: 16px;
    border-color: #121212;
  }
  .customize-checkbox.eurus [type=checkbox].checkbox-checked:checked:after{
    --tw-translate-x: -52%;
    --tw-translate-y: -47%;
    --tw-rotate: -58deg;
    border-left-width: 1px;
    border-bottom-width: 1px;
  }
  .customize-checkbox.eurus .checked\:bg-\[rgba\(var\(--colors-text-link\)\)\]:checked{
    background-color: #121212;
  }
  .customize-checkbox.show_age label{
    font-size: 16px;
    padding-left: 8px;
  }
  .customize-checkbox.show_age .ararm_text{
    color: #EF0202;
    font-size: 12px;
    padding-left: 8px;
  }
  p.mt-2.show_age{display: none;}
  .product-form__quantity{
    margin-bottom: 12px;
  }
  .sizelist_ul + .product-form__quantity{
    margin-top: 20px;
  }
  .product-form__quantity .border.w-fit{
    margin-top: 14px;
  }
  .product-form__quantity .border.w-fit input{
    width: 63px;
  }
  .product-form__quantity .border.w-fit button{
    opacity: 1;
  }
  .product-form__quantity .border.w-fit button svg,
  .product-form__quantity .border.w-fit button svg path {
    fill: #E6E6E6;
  }
  .sns-gift-product-container .css-1nlvpnn{
    border-top: 0px;
    font-size: 16px;
    font-weight: 400;
  }
  .sns-gift-product-container .css-1nlvpnn .css-1payb7f{
    font-size: 16px;
    font-weight: 400;
  }
  .sns-gift-product-container .css-n5ey3g{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px;
  }
  .sns-gift-product-container .chakra-stack.css-1bah2cq{
    margin-top: 4px;
    margin-left: 15px;
  }
  .sns-gift-product-container .chakra-stack.css-1bah2cq .css-bfveta{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.3s ease;
  }
  .sns-gift-product-container .chakra-stack.css-1bah2cq .css-bfveta:hover{
    opacity: 0.5;
  }
  .sns-gift-product-container .css-nw0ryd svg.chakra-icon.css-6tzxjd{
    display: none;
  }
  .sns-gift-product-container .css-2qrmgs{
    margin-top: 0;
  }
  .sns-gift-product-container .css-1v621zr{
    padding-bottom: 0;
  }
  .sns-gift-product-container .css-f3x63{
    margin-left: 6px;
  }
  .sns-gift-product-container .css-rcfolk{
    width: 17px;
    height: 17px;
    border: 1px solid #121212;
  }
  .sns-gift-product-container .css-1kbrftf > :not(style) ~ :not(style){
    margin-top: 0;
    padding-top: 12px;
  }
  .sns-gift-product-container .css-rcfolk[data-checked]{
    background-color: #fff;
  }
  .sns-gift-product-container .css-rcfolk[aria-checked="true"]::before,
  .sns-gift-product-container .css-rcfolk[data-checked]::before{
    width: 11px;
    height: 11px;
  }
  .sns-gift-product-container .css-28irb4{
    margin-top: 60px;
  }
  .sns-gift-product-container .css-iq82m4{
    gap: 28px;
  }
  .sns-gift-product-container .chakra-text.css-1sa7ozd{
    font-size: 16px;
    font-weight: 400;
  }
  .sns-gift-product-container .css-0{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3px;
  }
  .sns-gift-product-container .css-147oqhq{
    border-color: #121212;
    border-radius: 0;
    min-height: 56px;
  }
  .sns-gift-product-container .css-1nc74fd{
    border-color: #121212;
    border-radius: 0;
  }
  .sns-gift-product-container .css-15bv2gk{
    border-color: #121212;
    border-radius: 0;
  }
  .sns-gift-product-container .chakra-text.css-17lhz6z{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
  }  
  .sns-gift-product-container .css-1xpny43{
    margin-top: 3px;
    font-size: 12px;
  }
  .sns-gift-product-container .css-1kr62ou{
    padding-top: 0;
    border-top: 0px;
  }
  .sns-gift-product-container .css-1kr62ou{
    gap: 13px;
  }
  .sns-gift-product-container .css-atae8n{
    margin-top: 10px;
    border-color: #121212;
    border-radius: 0;
  }
  .sns-gift-product-container .css-28irb4{
    gap: 15px;
  }
  .sns-gift-product-container .css-r3yis3{
    border-color: #E6E6E6;
    background: #E6E6E6;
    color: #121212;
  }
  .sns-gift-product-container .css-1cpsgx8{
    padding: 0;
    min-height: fit-content;
    height: fit-content;
    border: 0;
    text-decoration: underline;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
  }
  .freeshipping.freepage {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .freeshipping .message-freeshipping{
    width: 311px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    position: relative;
    border-bottom-width: 0px;    
  }
  .freeshipping .message-freeshipping .tax{display: none;}
  .freeshipping.freepage span.shipping_announce{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }
  .freeshipping .message-freeshipping::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    width: 100%;
    background-color: #DED5C8;
    height: 4px;
    border-radius: 4px;
  }
  .freeshipping .message-freeshipping::after{
    background-color: #AA9150;
    bottom: -4px;
    height: 4px;
    border-radius: 4px;
  }
  .button-product-buy_buttons{
    margin-bottom: 11px;
  }
  .w-full:has( .favorite_announce){
    margin-bottom: 15px;
  }
  .favorite_announce{
    text-align: center;
    font-size: 12px;
  }
  .app-block:has( button.mxpr-favorites-button){
    margin-top: 0px;
  }
  button.mxpr-favorites-button{
    padding-left: 22px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
    color: #121212;
  }
  button.mxpr-favorites-button:hover{
    opacity: 0.5;
  }
  button.mxpr-favorites-button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(/cdn/shop/files/favorite-icon.svg?v=1742302797);
  }
  div#mxpr-complete-message,
  div#mxpr-already-exists{
    text-align: center;
    margin-top: 5px;
  }
  .attention_title{
    margin-top: 45px;
    font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .attention_textbox{
    margin-top: 10px;
  }
  .attention_textbox *{
    font-size: 14px;
    line-height: 1.5;
  }
  .attention_textbox ul li{
    padding-left: 19px;
    position: relative;
    margin-bottom: 10px;
  }
  .attention_textbox ul li:last-child{
    margin-bottom: 0;
  }
  .attention_textbox ul li::before{
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
  }
  .x-block-social-sharing{
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .x-block-social-sharing p.mr-1{
    width: 100%;
    margin-bottom: 10px;
    font-family: "NicolasCochinProBlack","游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  .x-block-social-sharing ul{
    column-gap: 14px;
  }
  .x-block-social-sharing ul li{
    width: 20px;
    height: 20px;    
  }
  .x-block-social-sharing ul li button{
    padding: 0;
  }
  .button-product-buy_buttons .button.button-outline,
  .button-product-buy_buttons button.button-outline{
    font-size: 18px;
  }
  /* 定期商品購入ボタン */
  .buyregular_button_box{
    width: 100%;
    margin-bottom: 8px;
  }
  .buyregular_button_box a{
    width: 100%;
    height: 60px;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    color: #fff;
    font-size: 18px;
    transition: .3s all ease;
    opacity: 1;
  }
  .buyregular_button_box a.soldout{
    cursor: not-allowed;
    opacity: 0.6;
  }
  .collection_wrapper .price span.en,
  .x-section-product-grid .price span.en {
    padding-right: 6px;
  }
  .buyregular_button_box a:hover{opacity: 0.7;}
  @media (max-width: 767px) {
    .product-content-container{
      padding-top: 2px;
    }
    .product-content-container .price span.en {
      padding-left: 0px;
    }
    .collection_wrapper .price span.en,
    .x-section-product-grid .price span.en {
      padding-right: 3px;
    }
    .product-form__quantity label{
      font-size: 14px;
    }
    .product-content-container .button.button-outline,
    .product-content-container button.button-outline{
      font-size: 16px;
    }
    .product-form__quantity .border.w-fit{
      margin-top: 8px;
    }
    .freeshipping .message-freeshipping{
      width: calc(100% - 32px);
    }
    button.mxpr-favorites-button{
      font-size: 14px;
    }
    .button-product-buy_buttons .button.button-outline,
    .button-product-buy_buttons button.button-outline{
      font-size: 16px;
    }
    .buyregular_button_box a{
      font-size: 16px;
    }
  }
  /*--- 商品ページ右カラム 終了 ---*/
  /*--- 商品ページ固定フッター 開始 ---*/  
  @media (min-width: 768px) {
  .sticky_add_to_cart .pt-0\.5.ml-5.flex-1.pr-8.rtl\:pl-8.rtl\:lg\:pr-0{
    margin-left: 0;
    padding-top: 0;
  }
  .sticky_add_to_cart > .x-page-width{
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
  }
  .sticky_add_to_cart .button.button-outline,
  .sticky_add_to_cart button.button-outline{
    box-shadow: none;
    background: #121212;
    color: #fff;
    width: 300px;
    font-size: 16px;
    height: 50px;
  }
}
  .sticky_add_to_cart .capitalize{
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: 16px;
  }
  .pricearea{
    margin-bottom: 14px;
  }
  .sticky_add_to_cart .pricearea{
    margin-bottom: 0;
    margin-top: 4px;
  }
  .main-product-price.price span.en,
  .main-product-price.price span.tax{ 
    font-size: 16px;
  }
  .main-product-price.price span.en {
    padding-left: 6px;
  }
  .x-block-description .rte p{
    font-size: 16px;
    line-height: 1.5; 
  }
  .sticky_add_to_cart .price { 
    font-size: 14px;
  }
  .sticky_add_to_cart .price span.en,
  .sticky_add_to_cart .price span.tax{ 
    font-size: 12px;
  }
  .sticky_add_to_cart .price span.en {
    padding-left: 3px;
  }
  p.sizelist_title{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
  ul.sizelist_ul{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
  }
  ul.sizelist_ul li a{
    padding: 11px 18px 11px;
    border: 1px #E6E6E6 solid;
    transition: .3s all ease;
    font-size: 14px;
    line-height: 1.4;
    display: block;
  }
  ul.sizelist_ul li a:hover{border-color: #121212;}
  @media (min-width: 768px) {
  main.theme-template-product ~ .scroll-to-top .scroll_top{
    bottom: 80px;   
  }
}
@media (max-width: 767px) {
  main.theme-template-product ~ .scroll-to-top .scroll_top{
    display: none;
  }
  .sticky_add_to_cart > .x-page-width{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sticky_add_to_cart > .x-page-width > .w-11.h-11.opacity-70{
    opacity: 1;
    border: 0px;
  }
  .sticky_add_to_cart > .x-page-width > .w-11.h-11.opacity-70 path{
    stroke: #767676;
  }
  .sticky_add_to_cart .product_form .button.button-outline,
  .sticky_add_to_cart .product_form button.button-outline{
    max-width: calc(100% - 39px);
    background-color: #121212;
    color: #fff;
    height: 40px;
    font-size: 14px;
  }
}
  /*--- 商品ページ固定フッター 終了 ---*/
  /*--- 商品情報タブ 開始 ---*/
  .product_info .page-width{
    max-width: 880px;
  }
    .product_infotabs {
      position: relative;
      display: flex;
      justify-content: center;
  }
  .product_infotabs::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #F2F2F2;
  }
  .product_infotabs:has( .tab_buttonone)::before{
    display: none;
  }
  .product_infotab-button {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #767676;
    padding: 0px 30px 10px 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .product_infotab-button::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #121212;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .product_infotab-button.tab_buttonone::after {
    display: none;
  }
  .product_infotab-button:hover::after,
  .product_infotab-button.active::after {
    opacity: 1;
  }
  .product_infotab-button:hover,
  .product_infotab-button.active {
    color: #121212;
  }
  .product_infotab-button.active {
    cursor: unset;
  }
  .product_infotab-content {
      display: none;
      margin-top: 60px;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .product_infotab-content.open {
      display: block;
      opacity: 1;
      transform: translateY(0);
  }
  @media (max-width: 767px) {
  .product_infotab-button {
    padding: 0px 4.2% 9px 4.2%;
  }
  .product_infotab-content {
      margin-top: 50px;
  }
  }
    /* 商品情報タブ */
  table.product_infotable{
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
  }
  table.product_infotable tr{
    border-bottom: 1px solid #E6E6E6;
  }
  table.product_infotable th,
  table.product_infotable td{
    padding: 19px 19px 20px 30px;
    font-size: 16px;
    vertical-align: top;
  }
  table.product_infotable th{
    max-width: 260px;
    width: 32.5%;
    text-align: left;
    font-weight: 400;
    background-color: #F2F2F2;
  }
  table.product_infotable td{
    max-width: 540px;
    width: 67.5%;
    line-height: 1.6;
  }
  ul.info_lebelbox_3,
  ul.info_lebelbox_5{
    display: flex;
    column-gap: 3px;
    max-width: 446px;
  }
  ul.info_lebelbox_3 li,
  ul.info_lebelbox_5 li{
    background-color: #F5F3F0;
    height: 16px;
  }
  ul.info_lebelbox_3 li{
    width: calc((100% - 6px) / 3);
  }
  ul.info_lebelbox_3.lebel_1 li:first-child,
  ul.info_lebelbox_3.lebel_2 li:nth-child(-n+2),
  ul.info_lebelbox_3.lebel_3 li:nth-child(-n+3){
    background-color: #DED5C8;
  }
  ul.info_lebelbox_5 li{
    width: calc((100% - 12px) / 5);
  }
  ul.info_lebelbox_5.lebel_1 li:first-child,
  ul.info_lebelbox_5.lebel_2 li:nth-child(-n+2),
  ul.info_lebelbox_5.lebel_3 li:nth-child(-n+3),
  ul.info_lebelbox_5.lebel_4 li:nth-child(-n+4),
  ul.info_lebelbox_5.lebel_5 li:nth-child(-n+5){
    background-color: #DED5C8;
  }
  ul.info_lebeltext{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.2;
    max-width: 446px;
    margin-top: 3px;
  }
  ul.productinfo_infopairing_ul{
    display: flex;
    flex-wrap: wrap;
    gap: 6px 24px;
  }
  ul.productinfo_infopairing_ul li img{
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
  }
  ul.productinfo_infopairing_ul li p{
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 2px;
  }
  ul.productinfo_infobeekeeper_ul li{
    margin-top: 19px;
  }
  ul.productinfo_infobeekeeper_ul li:first-child{
    margin-top: 3px;
  }
  ul.productinfo_infobeekeeper_ul li img{
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
  }
  ul.productinfo_infobeekeeper_ul li .infobeekeeper_name{
    margin-top: 18px;
  }
  ul.productinfo_infobeekeeper_ul li .infobeekeeper_text{
    margin-top: 15px;
  }
  ul.productinfo_infoset_ul{
    display: flex;
    flex-direction: column;
    row-gap: 27px;
  }
  ul.productinfo_infoset_ul li{
    display: flex;
    column-gap: 19px;
  }
  ul.productinfo_infoset_ul li a.setlistpro_img{
    width: 83px;
  }
  ul.productinfo_infoset_ul li .text_content{
    width: calc(100% - 102px);
  }
  ul.productinfo_infoset_ul li .text_content a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
  }
  ul.productinfo_infoset_ul li a{
    transition: all .3s ease;
  }
  ul.productinfo_infoset_ul li a:hover{
    opacity: 0.7;
  }
  ul.productinfo_infoset_ul li .text_content a:hover{
    opacity: 0.5;
  }
  ul.productinfo_infoset_ul li .text_content .text{
    margin-top: 19px;
  }
  p.interpoint{
    display: inline-block;
    padding-left: 1rem;
    position: relative;
  }
  p.interpoint::after{
    content: '・';
    position: absolute;
    top: 0px;
    left: 0;
  }
  @media (max-width: 767px) {
    table.product_infotable th,
    table.product_infotable td{
      padding: 19px 16px 20px 16px;
      font-size: 14px;
    }
    table.product_infotable th{
      max-width: 33.5%;
      width: 33.5%;
    }
    table.product_infotable td{
      max-width: 66.5%;
      width: 66.5%;
    }
    ul.info_lebelbox_3,
    ul.info_lebelbox_5{
      column-gap: 2px;
    }
    ul.info_lebelbox_3 li,
    ul.info_lebelbox_5 li{
      height: 16px;
    }
    ul.info_lebelbox_3 li{
      width: calc((100% - 4px) / 3);
    }
    ul.info_lebelbox_5 li{
      width: calc((100% - 8px) / 5);
    }
    ul.info_lebeltext{
      font-size: 12px;
      margin-top: 3px;
    }
    ul.productinfo_infopairing_ul{
      display: flex;
      flex-wrap: wrap;
      gap: 6px 5.5px;
    }
    ul.productinfo_infopairing_ul li img{
      width: 40px;
      height: 40px;
    }
    ul.productinfo_infopairing_ul li p{
      font-size: 11px;
    }
    ul.productinfo_infobeekeeper_ul li{
      margin-top: 15px;
    }
    ul.productinfo_infobeekeeper_ul li img{
      max-width: 111.5px;
    }
    ul.productinfo_infoset_ul{
      row-gap: 27px;
    }
    ul.productinfo_infoset_ul li{
      column-gap: 7px;
      flex-wrap: wrap;
    }
    ul.productinfo_infoset_ul li a.setlistpro_img{
      width: 63px;
    }
    ul.productinfo_infoset_ul li .text_content{
      display: contents;
    }
    ul.productinfo_infoset_ul li .text_content a{
      width: calc(100% - 70px);
    }
    ul.productinfo_infoset_ul li .text_content .text{
      margin-top: 15px;
    }
    p.interpoint{
      padding-left: 14px;
    }
  }
    /* ソムリエレビュータブ */
    .toprecommend_box.product_sommelier{
      margin-top: 0;
    }
    .toprecommend_box.product_sommelier .toprecommend_slide_item{
      background-color: #F5F3F0;
      padding: 50px 20px 42px;
    }
    .toprecommend_box.product_sommelier .toprecommend_slide_item .iconbox{
    max-width: 130px;
    }
    .toprecommend_box.product_sommelier .toprecommend_slide_item .iconbox img{
      max-width: 100px;
      margin: 0 auto;
      width: 100%;
      height: auto;
      display: block;
    }
    .sommelierslide_store{
      margin-top: 8px;
      font-size: 14px;
      text-align: center;
    }
    .sommelierslide_name{
      font-size: 16px;
      margin-bottom: 27px;
      line-height: 1.5;
    }
    .sommelierslide_text{
      font-size: 14px;
      line-height: 1.5;
    }
    @media (min-width: 768px) {
      .toprecommend_box.product_sommelier .sommelierslide_textbox{
        width: calc(100% - 8.8%);
      }
      .toprecommend_box.product_sommelier .toprecommend_slide_itembox{
        row-gap: 40px;
        flex-direction: column;
      }
      .toprecommend_box.product_sommelier .toprecommend_slide_item{
        width: 100%;
        padding: 57px 60px 57px;
        display: flex;
        column-gap: 8.8%;
        flex-direction: row;
      }
    }
    @media (max-width: 767px) {
      .toprecommend_box.product_sommelier .splide__pagination.pagination-dots button.is-active:after{
        background: #767676;
      }
      .toprecommend_box.product_sommelier .toprecommend_slide_item .iconbox{
      max-width: 100%;
      }
      .toprecommend_box.product_sommelier .toprecommend_slide_item .iconbox img{
        max-width: 100px;
        margin: 0 auto;
      }
      .sommelierslide_name{
        margin-bottom: 37px;
        margin-top: 37px;
      }
    }
    /* レシピタブ */
    .toprecommend_box.product_recipe {
      margin-top: 0;
    }
    .toprecommend_box.product_recipe .toprecommend_slide_item{
      padding: 0;
      background-color: transparent;
    }
    .toprecommend_box.product_recipe a:hover{
      opacity: 1;
    }
    .toprecommend_box.product_recipe .recipe_slideimg_box{
      overflow: hidden;
    }
    .toprecommend_box.product_recipe a .recipe_slideimg_box img{
      transition-property: transform;
      transition-timing-function: cubic-bezier(.4,0,.2,1);
      transition-duration: .15s;
      transition-duration: var(--transition-image-hover);
      transition-timing-function: cubic-bezier(0,0,.2,1);
      will-change: transform;
    }
    .toprecommend_box.product_recipe .kiji_name{
      transition: .3s all ease;
      font-family: "Zen Old Mincho", serif;
      font-weight: 600;
      line-height: 1.7;
      font-size: 16px;
      margin-top: 8px;
    }
    .toprecommend_box.product_recipe a:hover .kiji_name{
      opacity: 0.5;
    }
    .recipe_slideimg_box{
      height: 0;
      padding-bottom: 66.6666666%;
      position: relative;
    }
    @media (min-width: 768px) {
      .toprecommend_slide_itembox{
        column-gap: 10px;
        flex-wrap: wrap;
        row-gap: 15px;
      }
      .toprecommend_box.product_recipe a:hover .recipe_slideimg_box img{
        --tw-scale-x: var(--image-zoom);
        --tw-scale-y: var(--image-zoom);
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
    }
    @media (max-width: 767px) {
      .toprecommend_box.product_recipe{
        width: 100%;
      }
      .toprecommend_box.product_recipe .kiji_name{
        font-size: 15px;
        margin-top: 8px;
      }
      .toprecommend_box.product_recipe .toprecommend_slider .splide__pagination{
        display: none;
      }
    }
  /*--- 商品情報タブ 終了 ---*/
  
  /*--- 商品ギフトオプションアプリ調整 開始 ---*/
  label.ldt-gw-gift-option-box{
    font-size: 16px;
  }
  .lgw-r label.ldt-gw-gift-option-checkbox :is(.lgw-rounded){
    border-color: #121212;
    border-radius: 0;
  }
  .lgw-r label.ldt-gw-gift-option-box :is(.hover\:lgw-underline:hover){
    text-decoration: unset;
    opacity: 0.5;
  }
  .ldt-gw-gift-option-form div.ldt-gw-gift-option:last-of-type{
    margin-bottom: 20px;
  }
  .lgw-r :is(.lgw-space-y-2>:not([hidden])~div:not([hidden])):last-of-type{
    margin-bottom: 20px;    
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-p-2){
    padding: 10px 60px;
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-bg-\[\#edeae6\]){
    background-color: #fff;
    border-radius: 0; 
    font-family: "游ゴシック体 Pr6N M","Yu Gothic Pr6N M", sans-serif;
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-rounded){
    border-radius: 0; 
  }
  .lgw-Modal__Overlay.lgw-r .lgw-Modal__Header{
    padding-top: 30px;
  }
  .lgw-Modal__Overlay.lgw-r h2.lgw-Modal__Title{
    font-size: 16px;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    line-height: 1.5;
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-mt-12){
    margin-top: 70px;
  }
  .ldt-gw-gift-option-label{
    font-size: 14px;
    font-weight: bold;
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
  }
  .lgw-Modal__Overlay.lgw-r :is(.hover\:lgw-font-bold:hover){
    font-weight: 400;
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-space-y-2>:not([hidden])~:not([hidden])){
    margin-top: 20px;
  }
  .lgw-Modal__Overlay.lgw-r .ldt-gw-checkboxes :is(.lgw-space-y-2>:not([hidden])~:not([hidden])){
    margin-top: 8px;
  }
  .lgw-Modal__Overlay.lgw-r .ldt-gw-gift-option:has( .lgw-hidden.ldt-gw-gift-option-label){
    margin-top: 5px;    
  }
  .lgw-Modal__Overlay.lgw-r .ldt-gw-select-label{
    border-color: #fff;
    padding: 10px 45px 10px 30px;
  }
  .lgw-Modal__Overlay.lgw-r :is(.lgw-p-2.ldt-gw-select-option){
    padding: 10px 45px 10px 30px;
  }
  .lgw-Modal__Overlay.lgw-r textarea:is(.lgw-border-gray-300){
    height: 54px;
    border-color: #767676;
  }
  .lgw-Modal__Overlay.lgw-r .ldt-gw-gift-option-field h4{
    font-family: "游ゴシック体 Pr6N B","Yu Gothic Pr6N B", sans-serif;
    line-height: 1.6;
    font-size: 12px;
  }
  .lgw-Modal__Overlay.lgw-r .lgw-option-helpText{
    font-size: 12px;
    margin-block-start: 6px;
    display: block;
  }
  .ldt-gw-gift-option-field p img{
    width: 100%;
    height: auto;
    display: block;
  }
  .ldt-gw-gift-option-field p + p{
    display: none;
  }
  .lgw-Modal__Overlay.lgw-r .lgw-Modal__Footer{
    background-color: #fff;
    border-color: #fff;
  }
  .lgw-Modal__Overlay.lgw-r .lgw-Modal__Footer button:is(.md\:lgw-text-xl){
    font-size: 16px;
    line-height: 1;
    width: 120px;
    height: 40px;
  }
  @media (max-width: 767px) {
    .lgw-Modal__Overlay.lgw-r :is(.lgw-p-2){
      padding: 16px;
    }
    .ldt-gw-gift-option-field p{
      display: none;
    }
    .ldt-gw-gift-option-field p + p{
      display: block;
    }
    .lgw-Modal__Overlay.lgw-r :is(.lgw-space-y-2>:not([hidden])~:not([hidden])){
      margin-top: 10px;
    }
  }
  /*--- 商品ギフトオプションアプリ調整 終了 ---*/
  /*--- 商品一覧クイックビュー 開始 ---*/
    /* 商品カード上ボタン */
  .quick-view-container {
    display: none;
  }
  .button-quickview-icon{
    top: unset;
    bottom: 4px;
    right: 4px;
  }
  .button-quickview-icon button.button-disable-effect{
      background-color: transparent;
      padding: 0;
      width: 24px;
      height: 24px;
      transition: .3s all ease;
  }
  .button-quickview-icon button.button-disable-effect span.w-4.h-4.flex.items-center{
      width: 24px;
      height: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .button-quickview-icon button.button-disable-effect:hover{
      background-color: transparent;
      opacity: 0.5;
  }
    /* モーダル内レイアウト */
  .quick_view .x-overlay.bg-opacity-30{
    --tw-bg-opacity: .6;
    background-color: rgb(000 000 000 / var(--tw-bg-opacity));
    }
  #QuickViewClose{
    width: fit-content;
    top: 18px;
    right: 18px;
  }
  .quick-view .quick-view\:md\:w-\[45\%\] .scroll-smooth{
    margin-top: 10px;
  }
  .quick-view .quick-view\:md\:w-\[45\%\] .scroll-smooth .gap-x-2{
    column-gap: 6px;
  }
  .quick-view .quick-view\:md\:w-\[45\%\] .scroll-smooth .x-thumbnail{
    min-width: 100px;
    opacity: 1;
  }
  .quick-view .quick-view\:md\:pl-6 .gap-x-2\.5{
    gap: 0;
  }
  .quick-view .productsku_text{
    color: #767676;
  }
  .quick-view .quick-view\:md\:pl-6 .x-block-view-detail a{
    width: 100%;
    max-width: 330px;
  }
  .quick-view .quick-view\:md\:pl-6 .button.button-outline{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    max-width: 330px;
    width: 100%;
  }
  @media (min-width: 768px) {
    .x-container-quickview-body{
      padding-top: 44px;
    }
    .x-container-quickview-content.md\:pr-6{
      padding-left: 20px;
      padding-right: 20px;
    }
    .quick-view .x-page-width{
      align-items: flex-start;
    }
    .quick-view .quick-view\:md\:w-\[45\%\]{
      width: calc(50% - 20px);
      max-width: 520px;
      padding-right: 20px;
    }
    .quick-view .quick-view\:md\:w-\[55\%\]{
      width: calc(50% - 20px);
      max-width: 520px;
    }
    .quick-view .quick-view\:md\:pl-6{
      padding-left: 20px;
      padding-right: 0px;
    }
  }
  @media (max-width: 767px) {    
    div#QuickView.quick_view.padding-scrollbar{
    align-items: center;
    padding-right: 0;
    }
    .quick_view .pl-0.pr-0.page-width{
      width: 95%;
    }
    .quick-view .product-media-container .splide__arrows{
      display: none;
    }
    .quick-view .product-media-container .splide-image .scroll-smooth{
      display: block;
    }
    .quick-view .page-width {
        max-width: calc(var(--page-width) + 40px);
        padding-left: 20px;
        padding-right: 20px;
      }
    #QuickViewClose {
      top: 4px;
      right: 4px;
    }
    .quick-view .productsku_text{
      font-size: 14px;
    }
    .quick-view .pricearea{
      margin-bottom: 24px;
    }
    .quick-view .main-product-price.price span.en{
    padding-left: 0px;
    }
    .quick-view .x-block-description .rte{
      padding-bottom: 28px;
    }
    .quick-view .x-block-view-detail.mb-5{
      margin-bottom: 0;
    }
    .quick-view .quick-view\:md\:pl-6 .x-block-view-detail a{
      max-width: 100%;
    }
    .quick-view .quick-view\:md\:pl-6 .button.button-outline{
      height: 60px;
      max-width: 100%;
    }
    .attention_title{
    margin-top: 37px;
    }
  }
  /*--- 商品一覧クイックビュー 終了 ---*/
  /*---ページネーション 開始 ---*/
nav.pagination ul{    
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
nav.pagination ul li a {
  border: 1px;
  border-color: transparent;
}
nav.pagination ul li .cf-edit-account-link-spacer,
nav.pagination ul li .cf-edit-account-link{
  display: none;
}
nav.pagination ul li > .px-4{
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
}
nav.pagination ul li.ml-5{
  margin-left: 4px;
}
nav.pagination ul li.mr-5{
  margin-right: 4px;
}
nav.pagination ul li .paginate-underline-active{
  border-bottom-width: 1px;
  padding-bottom: 3px;
}
nav.pagination ul li.mr-5 a.px-3{
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
}
nav.pagination ul li a p{
  display: none;
}
  /*--- ページネーション 終了 ---*/
  /*--- 定期購入 開始 ---*/
    /* 定期購入一覧 */
  .huckleberry-subscription-list-color{
    padding-right: 40px;
    padding-left: 40px;
    margin: 40px auto 2px!important;
    max-width: 1080px;
  }
  .huckleberry-subscription-list-title{
    font-size: 20px;
    padding-left: 0;
    color: #121212;
  }
  .huckleberry-subscription-list-img-pagination{
    min-width: 173px;
    max-width: 173px;
    margin: 30px 40px 0 0;
  }
  .huckleberry-subscription-list-img{
    height: 0;
    padding-bottom: 100%;
  }
  .huckleberry-subscription-list-detail-container dl:first-child{
    margin-top: 13px;
  }
  .huckleberry-subscription-list-id-title{
    font-size: 15px;
    border-bottom: 1px solid #EEEEEE;
    color: #121212;
  }
  .huckleberry-subscription-list-id{
    font-size: 15px;
    border-bottom: 1px solid #EEEEEE;
    color: #121212;
  }
  .huckleberry-subscription-list-detail .label,
  .huckleberry-subscription-list-detail .value{
    font-size: 15px;
    color: #121212;
  }
  .huckleberry-subscription-list-color *{
    color: #121212;
  }
  .subscription-history .detail-btn{
    border-color: #E3E3E3;
    font-size: 15px;
  }
  .subscription-history .back-btn{
    border-color: #E3E3E3;
    font-size: 15px;
    padding: 20px 9px;
    margin-top: 40px;
  }
  .subscription-history .detail-btn,
  .subscription-history .back-btn{
    transition: all .3s ease;
  }
  .subscription-history .detail-btn:hover,
  .subscription-history .back-btn:hover{
    opacity: 0.5;
  }
  @media (max-width: 767px) {
  .huckleberry-subscription-list-color{
    padding-right: 16px;
    padding-left: 16px;
  }
  .huckleberry-subscription-list-title{
    font-size: 18px;
    padding-left: 0px;
  }
  .huckleberry-subscription-list-img-pagination{
    min-width: 231px;
    max-width: 231px;
    height: 231px;
    margin: 25px auto 0;
  }
  .huckleberry-subscription-list-detail-container dl:first-child{
    margin-top: 40px;
  }
  .subscription-history .detail-btn{
    margin-top: 15px;
  }
  .subscription-history .back-btn{
    margin-top: 13px;
  }
  }
    /* 定期購入詳細 */
    @media (min-width: 768px) {
    #root .wrap{
    gap: 96px;
    }
    #root .wrap .content-left{
    width: 81.5%;
    }
  }
    .huckleberry-subscription-detail-title{
    font-family: var(--font-body-family);
    font-size: 20px;
    }
    .huckleberry-subscription-detail-container{
      margin-top: 28px;
    }
    .huckleberry-subscription-detail-product-img{
    margin: 0 22px 0 0;
    height: 173px;
    min-width: 173px;
    }
    .huckleberry-subscription-detail-product-container dl:first-child{
      margin-top: 0;
    }
    .huckleberry-subscription-detail-product-container dl:first-child .huckleberry-subscription-detail-product-title,
    .huckleberry-subscription-detail-product-container dl:first-child .huckleberry-subscription-detail-product-name{
      margin-top: 0;
    }
    .huckleberry-subscription-detail-product-title,
    .huckleberry-subscription-detail-product-name{
      font-size: 15px;
      line-height: 1.5;
      padding-bottom: 10px;
      margin-bottom: 0;
    }
    .huckleberry-subscription-detail-product-title{
      max-width: 100px;
    }
    .huckleberry-subscription-detail-product-name{
      text-align: left;
      width: calc(100% - 100px);
      transition: all .3s ease;
    }
    .huckleberry-subscription-detail-product-name:hover{opacity: 0.5;}
    .huckleberry-subscription-detail-product-detail{
    margin: 14px 0;
    }
    .huckleberry-subscription-detail-product-detail .label,
    .huckleberry-subscription-detail-product-detail .value{
      font-size: 15px;
    }
    .huckleberry-subscription-detail-product-summary,
    .huckleberry-subscription-detail-history-detail{
      margin: 14px 0;
    }
    dl.huckleberry-subscription-detail-product-summary:first-child{
      margin-top: 25px;
    }
    .huckleberry-subscription-detail-product-summary .label,
    .huckleberry-subscription-detail-history-detail .label,
    .huckleberry-subscription-detail-product-summary .value,
    .huckleberry-subscription-detail-history-detail .value{
      font-size: 15px;
    }
    dl.huckleberry-subscription-detail-product-summary + div{
      font-size: 13px;
      margin-top: 20px;
    }
    .huckleberry-subscription-detail-history-title{
      margin-top: 75px;
      font-size: 20px;
    }
    .huckleberry-subscription-detail-history-date-title,
    .huckleberry-subscription-detail-history-date{
      font-size: 15px;
    }
    .huckleberry-subscription-detail-schedule [type=button]{
      font-size: 13px;
      padding: 10px 13px;
      background-color: #fff;
      transition: all .3s ease;
    }
    .huckleberry-subscription-detail-schedule [type=button]:hover{opacity: 0.5;}
    .huckleberry-subscription-detail-schedule-title,
    .huckleberry-subscription-detail-order-title,
    .huckleberry-subscription-detail-delivery-title,
    .huckleberry-subscription-detail-payment-title{
      font-size: 20px;
    }
    .huckleberry-subscription-detail-schedule{
      border: 1px solid #DFDFDF;
      background-color: #F5F5F5;
      padding: 25px 20px 7px;  
    }
    .huckleberry-subscription-detail-order,
    .huckleberry-subscription-detail-delivery,
    .huckleberry-subscription-detail-payment,
    .huckleberry-subscription-detail-note{
      border: 1px solid #DFDFDF;
      background-color: #F5F5F5;
      padding: 25px 20px 17px;
    }
    .huckleberry-subscription-detail-schedule main,
    .huckleberry-subscription-detail-order main,
    .huckleberry-subscription-detail-delivery main,
    .huckleberry-subscription-detail-payment main,
    .huckleberry-subscription-detail-note main{
      font-size: 16px;
      line-height: 1.6;
      margin: 15px 0 8px;
    }
    .huckleberry-subscription-detail-delivery-btn,
    .huckleberry-subscription-detail-payment-btn{
      font-size: 13px;
      padding: 15px 13px;
      transition: all .3s ease;
    }
    .huckleberry-subscription-detail-btn{
      border: 1px solid #DFDFDF;
      background-color: #fff;
      font-size: 13px;
      padding: 11px 20px;
      transition: all .3s ease;
    }
    .huckleberry-subscription-detail-btn.cancel{
      margin-top: 20px;
    }
    .huckleberry-subscription-detail-delivery-btn:hover,
    .huckleberry-subscription-detail-payment-btn:hover,
    .huckleberry-subscription-detail-btn:hover{opacity: 0.5;}

    .huckleberry-subscription-detail-btn.back{
      padding: 15px 13px;
      margin-top: 30px;
    }
    #modal-cancelled div div{
      overflow: auto;
    }
    .micromodal-overlay [role='dialog'] header button{
    top: 12px;
    right: -7px;
    }
    .micromodal-overlay [role='dialog'] footer button{
    border: 1px solid #ccc;
    }
  @media (max-width: 767px) {
    .huckleberry-subscription-detail-title{
      font-size: 18px;
      }
    .huckleberry-subscription-detail-product-img {
      margin: 0 0px 50px 0;
      height: 231px;
    }
  }
  /*--- 定期購入 終了 ---*/
  
/*---  会員登録 開始 ---*/
.register_section{
  max-width: 780px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.register_section .h2{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 40px;
}
/* 以下Helium Customer Fieldsアプリ調整 */
/* デフォルトフォームリセット */
.cf-form-block{
  padding: 60px 0 40px!important;
}
[data-theme-name=Eurus] .cf-field{
  margin: 7px 0;
}
.cf-field.top_text p{
  font-size: 16px;
}
.cf-field.top_text p small{
  color: #EF0202;
}
.cf-field.label_header{
  padding-bottom: 0;
  margin-bottom: 7px;
}
.cf-field.label_header h6{
  font-size: 14px;
  font-weight: 500;
}
.cf-field.label_header h6 small{
  color: #EF0202;
}
.cf-field label::after,
[data-theme-name=Eurus] .cf-form-inner legend::after{
  color: #EF0202;
}
[data-theme-name=Eurus] div[data-cf-field-type="password"] label{
  order: 1;
  margin-bottom: 3px;
}
[data-theme-name=Eurus] div[data-cf-field-type="password"] .cf-field-description{
  font-size: 14px;
  padding: 0px 0 5px 0;
  opacity: 1;
  order: 2;
}
[data-theme-name=Eurus] div[data-cf-field-type="password"] input{
  order: 3;
}
@media (min-width: 768px) {
[data-theme-name=Eurus] div[data-cf-field-type="password"] input{
  max-width: 339px;
}
}
[data-theme-name=Eurus] div[data-cf-field-type="password"] .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors{
  order: 4;
}
[data-theme-name=Eurus] div[data-cf-field-type="password"] .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors li:first-child,
[data-theme-name=Eurus] div[data-cf-field-type="password"] .cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors li:nth-child(2){

}
.cf-field[data-cf-invalid="true"]:not([data-cf-field-type="repeating_group"]){
  background-color: transparent!important;
  border-color: transparent!important;
}
.cf-select-wrap .cf-down-arrow, .cf-select-wrap .cf-clear{
  transform: translateY(-50%) rotate(135deg)!important;
  right: 22px!important;
}
.cf-down-arrow{
  width: 7.31px!important;
  height: 7.31px!important;
  border-left: 0px solid currentColor!important;
  border-right: 1px solid currentColor!important;
  border-top: 1px solid currentColor!important;
}
[data-theme-name=Eurus] .cf-field.birth_title,
[data-theme-name=Eurus] .cf-field.privacy{
  margin-bottom: 0px;
  padding-bottom: 0px;
}
[data-theme-name=Eurus] .cf-field.birth_title p,
[data-theme-name=Eurus] .cf-field.privacy p {
  font-size: 16px;
}
[data-theme-name=Eurus] .cf-field.birth_title small,
[data-theme-name=Eurus] .cf-field.privacy small {
  font-size: 16px;
  color: #EF0202;
}
.cf-field.barth_month,
.cf-field.barth_year{
margin-top: 0px;
}
[data-theme-name=Eurus] .cf-field.privacy a{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;  
  transition: .3s opacity ease;
}
[data-theme-name=Eurus] .cf-field.privacy a:hover{opacity: 0.5;}
@media (min-width: 768px) {
.cf-field.province{
  max-width: 50%;
}
}
.cf-field-container.tyuui_text p{
  font-size: 14px;
}
[data-theme-name=Eurus] .cf-form-inner label{
  margin-bottom: 7px;
  font-size: 16px;
}
[data-theme-name=Eurus] .cf-form-inner legend{
  font-size: 16px;
}
[data-theme-name=Eurus] .cf-form-inner select{
  box-shadow: none;
  font-size: 16px;
}
[data-theme-name=Eurus] .cf-form-inner select,
[data-theme-name=Eurus] .cf-form-inner input[type=text],
[data-theme-name=Eurus] .cf-form-inner input[type=email],
[data-theme-name=Eurus] .cf-form-inner input[type=number],
[data-theme-name=Eurus] .cf-form-inner input[type=tel],
[data-theme-name=Eurus] .cf-form-inner input[type=password],
[data-theme-name=Eurus] .cf-form-inner textarea{
  border-color: #CCCCCC;
  padding-left: 20px;
  padding-right: 20px;
  border-width: 1px;
  border-radius: 0;
  background-color: #fff;
}
[data-theme-name=Eurus] .cf-form-inner select,
[data-theme-name=Eurus] .cf-form-inner input[type=text],
[data-theme-name=Eurus] .cf-form-inner input[type=email],
[data-theme-name=Eurus] .cf-form-inner input[type=number],
[data-theme-name=Eurus] .cf-form-inner input[type=tel],
[data-theme-name=Eurus] .cf-form-inner input[type=password]{
  height: 50px;
}
@media (min-width: 768px) {
[data-theme-name=Eurus] .cf-form-inner select,[data-theme-name=Eurus] .cf-form-inner ::picker(select) {
  appearance: base-select !important;
}
[data-theme-name=Eurus] .cf-form-inner select::picker-icon{
  font-size: 0;
}
[data-theme-name=Eurus] .cf-form-inner select{
  padding-top: 14px;  
}
[data-theme-name=Eurus] .cf-form-inner ::picker(select) {
   max-height: 250px;
   line-height: 1.7;
   border-color: #ccc;
}
}

.cf-field input{
  font-size: 16px;
  font-weight: 400;  
}
.cf-field input::placeholder{
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
}
.cf-field input::-ms-input-placeholder {
  color: #CCCCCC;
  font-size: 16px;
  font-weight: 400;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]){
  background-color: transparent;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) input,
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) select{
  border-color: #D90E0E;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors{
  font-size: 14px;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors li{
  color: #EF0202;
}
.cf-enum-field__choice input[type=radio],
.cf-enum-field__choice input[type=checkbox]{
  margin: 0 4px 0 0;
}
.cf-enum-field__choice input[type=checkbox]{
  margin-top: 3px;
}
[data-theme-name=Eurus] .cf-form-inner input[type="radio"] {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 6px;
}
[data-theme-name=Eurus] .cf-form-inner input[type="radio"]:checked {
  border: 1px solid #121212;  
}
[data-theme-name=Eurus] .cf-form-inner input[type="radio"]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid #121212;
  background: #fff;
  content: '';
}
[data-theme-name=Eurus] .cf-form-inner input[type="radio"]:checked:before {
  background: #121212;
}
[data-theme-name=Eurus] .cf-form-inner input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #121212;
  border-radius: 0;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          margin-right: 6px;
}
[data-theme-name=Eurus] .cf-form-inner div[data-cf-invalid="true"][data-cf-required="true"] input[type="checkbox"][data-cf-invalid="true"] {
  border: 1px solid #EF0202;
}
[data-theme-name=Eurus] .cf-form-inner input[type="checkbox"]:checked{
  background-color: #121212;
}
[data-theme-name=Eurus] .cf-form-inner input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4.5px;
  transform: rotate(45deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
[data-theme-name=Eurus] .cf-form-inner .kubun label.cf-enum-field__choice {
  margin: 15px 20px 10px 0;
}
.cf-form-inner[data-cf-mark-required-fields=true] .cf-field.policy_check[data-cf-required=true]>label:after{
  display: none;
}
.cf-form-inner .no_sign[data-cf-column-width="6"],
.cf-form-inner .lastname[data-cf-column-width="6"],
.cf-form-inner .lastname_kana[data-cf-column-width="6"]{
  width: 50%!important;
}
.cf-field-container[data-cf-column-width="6"] .cf-field{
  padding-right: 9px;
}
.cf-field-container[data-cf-column-width="6"] + .cf-field-container[data-cf-column-width="6"] .cf-field{
  padding-right: 7px;
  padding-left: 9px;
}
.cf-field-container[data-cf-column-width="6"] + .cf-field-container[data-cf-column-width="6"] .cf-field.shop{
  padding-left: 7px;
}
.cf-field-container[data-cf-column-width="6"] + .cf-field-container.no_sign[data-cf-column-width="6"] .cf-field.no_sign{
  padding-left: .5em;
  padding-right: 9px;
}
.cf-field.province{
  padding-left: .5em;
  padding-right: 9px;  
}
@media screen and (min-width: 680px) {
  .cf-field-container.phone_default[data-cf-column-width="6"]:has(+ [data-cf-field-actions="hide_field"]) .cf-field{
    max-width: 50%;
  }
}
.cf-field-container[data-cf-column-width="4"] {
  width: 33.3333333333%;
}
.cf-field-container[data-cf-column-width="4"] .cf-field{
  padding-right: 10px;
}
.cf-field-container[data-cf-column-width="4"] + .cf-field-container[data-cf-column-width="4"] .cf-field{
  padding-right: 10px;
  padding-left: 10px;
}
.cf-field-container[data-cf-column-width="4"] + .cf-field-container[data-cf-column-width="4"] + .cf-field-container[data-cf-column-width="4"] .cf-field{
  padding-right: 7px;
}
.cf-field-description{
  padding: 10px 0px 0px;
  font-size: 12px;
  opacity: 1;
  line-height: 1.7;
}
.cf-enum-field__choices label.cf-enum-field__choice{
  margin: 7px 20px 0 0;
}
.cf-field[data-cf-field-type="email_marketing_consent"] .cf-enum-field__choice{
  margin-top: 4px;
  margin-bottom: 0;
}
.cf-field-container[data-cf-field-type=group].policyarea{
  padding-top: 2px;
  padding-bottom: 15px;
}
.cf-field-container[data-cf-field-type=group].policyarea .cf-field[data-cf-field-type=group]{
  padding: 0;
  margin: 0;
  border: 0;
}
.cf-field.policy_head{
  padding: 0;
  margin: 0;
}
.cf-field.check_dm{
  margin-top: 0;
  padding-top: 2px;
  margin-bottom: 35px;
}
.cf-field.policy_head p{
  margin: 0;
}
.cf-field.policy_head p small{
  color: #EF0202;
}
.cf-field.policy_head p + p{
  margin-top: 7px;
  margin-bottom: 7px;
}
.cf-field-container.policyarea .cf-field[data-cf-field-type=paragraph]{
  width: 100%;
  height: 230px;
  overflow-y: scroll;
  border: 1px solid #CCCCCC;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.7;
}
.cf-field-container.policyarea .cf-field[data-cf-field-type=paragraph] p:first-of-type{
  margin-top: 0;
}
.cf-field-container.policyarea .cf-field[data-cf-field-type=paragraph] p:last-of-type{
  margin-bottom: 0;
}
[data-theme-name=Eurus] .cf-form-inner .policy_check.cf-field[data-cf-field-type=checkbox] label{
  margin-bottom: 0;
  font-weight: 400;
}
[data-theme-name=Eurus] .cf-form-inner .cf-form-actions:not([data-empty=true]), .cf-fields-wrapper .cf-form-actions:not([data-empty=true]){
  margin-top: 45px;
}
.cf-form-inner .cf-form-actions .cf-step-invalid .cf-error-message{
  width: 100%;
  padding: 18px 20px;
}
.cf-error-message div[data-reach-alert="true"]{
  text-align: center;
}
.cf-form-inner .cf-form-actions button{
  border: none;
  outline: none;
  width: 330px;
  height: 60px;
  font-size: 16px;
  display: flex!important;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #121212;
  color: #fff;
  cursor: pointer;
  margin: 0 auto!important;
  transition: all .3s ease;
}
.cf-form-inner .cf-form-actions button:hover{
  opacity: 0.8;
}
.cf-form-inner .cf-verify-email-message{
  max-width: 100%;
  line-height: 1.8;
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  border: none;
}
[data-theme-name=Eurus] .cf-step-invalid{
  display: none;
}
/*--- アカウント情報編集画面 ---*/
.cf-form-section.customer{
  width: 100%;
  max-width: 780px;
  margin-top: 89px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
h1#cf-edit-account-heading{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  margin-bottom: 45px;
}
.cf-form-section.customer .cf-field.check_dm{
  margin-bottom: 19px;
}
[data-theme-name=Eurus] .cf-form-section.customer .cf-form-inner .cf-form-actions:not([data-empty=true]){
  margin-top: 30px;
}
.cf-form-section.customer .cf-form-inner .cf-form-actions button{
  width: 260px;
  height: 50px;  
}
a#cf-edit-account-back-link{
  order: 3;
  text-align: center;
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  margin: 80px auto 0;
  position: relative;
  padding-bottom: 27px;
  display: block;
  width: fit-content;
}
a#cf-edit-account-back-link::after{
  content: '';
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/cdn/shop/files/pageback-arrow.svg?v=1744099445);
}
@media (min-width: 768px) {
a#cf-edit-account-back-link:hover::after {
  transform: translate(-32px);
}
}
@media screen and (max-width: 767px) {
  .register_section{
    padding-left: 32px;
    padding-right: 32px;
  }
  .register_section .h2{
    font-size: 20px;
    margin-bottom: 27px;
  }
  /* 以下Helium Customer Fieldsアプリ調整 */
  /* デフォルトフォームリセット */
  .cf-form-block{
      padding: 36px 16px 120px!important;
  }
  [data-theme-name=Eurus] .cf-field{
    margin: 2px 0;
    padding: 5px .5em;
  }
  .cf-field.top_text {
      margin-bottom: 16px;
  }
  .cf-field.top_text p{
    font-size: 14px;
  }
  .cf-field.province{
    margin-bottom: 6px;    
  }
  [data-theme-name=Eurus] .cf-field.birth_title {
    margin-top: 10px;
  }
  .cf-field.check_dm{
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 46px;
  }
  [data-theme-name=Eurus] .cf-form-inner .cf-field.check_dm input[type=checkbox]{
    margin-top: 0;
  }
  [data-theme-name=Eurus] .cf-field.privacy{
    
  }
  .cf-select-wrap .cf-down-arrow, .cf-select-wrap .cf-clear{
      right: 16px!important;
  }
    [data-theme-name=Eurus] .cf-form-inner .kubun label.cf-enum-field__choice {
      margin: 15px 20px 20px 0;
    }
    .cf-form-inner[data-cf-mark-required-fields=true] .cf-field.policy_check[data-cf-required=true]>label:after{
      display: none;
    }
    .cf-field-container[data-cf-column-width="6"] .cf-field{
      padding-right: .5em;
    }
    .cf-field-container[data-cf-column-width="6"] + .cf-field-container[data-cf-column-width="6"] .cf-field{
      padding-right: .5em;
      padding-left: .5em;
    }
    .cf-field-container[data-cf-column-width="4"] {
      width: 33.3333333333%;
    }
    .cf-field-container[data-cf-column-width="4"] + .cf-field-container[data-cf-column-width="4"] + .cf-field-container[data-cf-column-width="4"] .cf-field{
      padding-right: .5em;
    }
    .cf-field-container.barth_year[data-cf-column-width="6"],
    .cf-field-container.barth_month[data-cf-column-width="6"]{
      width: 50%;
    }
    .cf-field-container[data-cf-column-width="6"] .cf-field.barth_year{
      padding-right: 3.5px;
    }
    .cf-field-container[data-cf-column-width="6"]+.cf-field-container[data-cf-column-width="6"] .cf-field.barth_month{
      padding-left: 3.5px;
    }
    .cf-field-container.tyuui_text p{
      font-size: 12px;
    }
    [data-theme-name=Eurus] .cf-form-inner .kaitou label{
      line-height: 1.7
    }
    .cf-field[data-cf-field-type="email_marketing_consent"] .cf-enum-field__choice{
      margin-top: 0;
      line-height: 1.7;
      align-items: flex-start;
    }
    [data-theme-name=Eurus] .cf-form-inner input[type=checkbox]{
      margin-top: 4px;
    }
    .cf-field-container[data-cf-field-type=group].policyarea{
      padding-top: 7px;
      padding-bottom: 21px;
    }
    .cf-field.policy_head p:first-of-type{
      font-size: 14px;
    }
    .cf-field.policy_head p + p{
      font-size: 12px;
    }
    .cf-field-container.policyarea .cf-field[data-cf-field-type=paragraph]{
      padding: 15px 16px 15px 20px;
    }
    .policy_check.cf-field[data-cf-field-type=checkbox]{
      justify-content: unset;
      margin-top: 2px;
    }
    .policy_check.cf-field[data-cf-field-type=checkbox] label{
      line-height: 1.7;
      align-items: flex-start;
    }
    .policy_check ul.cf-field-errors{
      text-align: left;
    }
    [data-theme-name=Eurus] .cf-form-inner .cf-form-actions:not([data-empty=true]){
      margin-top: 26px;
    }
    .cf-form-inner .cf-form-actions button{
      width: 260px;
      height: 50px;
      font-size: 14px;
    }
    /*--- アカウント情報編集画面 ---*/
    .cf-form-section.customer{
      margin-top: 70px;
      margin-bottom: 120px;
      padding-left: 32px;
      padding-right: 32px;
    }
    h1#cf-edit-account-heading{
      font-size: 17px;
      margin-bottom: 27px;
    }
    .cf-form-section.customer .cf-field.shop{
      margin-bottom: 23px;
    }
    .cf-form-section.customer .cf-field.check_dm{
      margin-bottom: 24px;
    }
}
/*---  会員登録 終了 ---*/
/*---  ログイン 開始 ---*/
.login_section .px-5{
  padding-left: 40px;
  padding-right: 40px;
}
.login_section #login h1{
  font-family: "NicolasCochinProBlack", "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 55px;
}
.login_section #login .login_box{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.login_section #login .login_subheading{
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 55px;
}
.login_section #login .login_title{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 25px;
}
.login_section #login .max-w-\[570px\]{
  max-width: 700px;
}
.login_form_input{
  margin-bottom: 15px;
}
.login_form_input + .login_form_input{
  margin-top: 25px;
}
.login_form_input input.px-5{
  padding: 12px;
  border-color: #CCCCCC;
  background-color: #fff;
  height: 50px;
  font-size: 16px;
}
.login_form_input input.px-5[name="customer[email]"]::placeholder,
.login_form_input input.px-5[name="email"]::placeholder{
  color: #CCCCCC;
  font-size: 16px;
  display: block!important;
  visibility: visible;
  opacity: 1!important;
}
.login_form_label{
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
}
.login_forgotlink{
  text-align: center;
}
.login_forgotlink a{
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: .3s all ease;
}
.login_forgotlink a:hover{opacity: 0.5;}
.login_forgotlink a.nav-link:not(.effect-inline)::after{
  display: none;
}
.login_section #login button.max-w-\[570px\],
.login_section #login .button.max-w-\[570px\]{
  max-width: 330px;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
  transition: .3s all ease;
}
.login_section #login .accountnote_bg_box .button.max-w-\[570px\]{
  margin-bottom: 0;
  margin-top: 35px;
}
.login_section #login button.max-w-\[570px\]:hover,
.login_section #login .button.max-w-\[570px\]:hover{
  opacity: 0.8;
}
.login_section #login .button.max-w-\[570px\] a{
  height: 60px;
  width: 100%;
}
.accountnote_wrapper{
  margin: 80px auto 0px;
}
.account_tit{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.accountnote_bg_box{
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0px 16px;
  width: 100%;
}
.accountnote_bg_text{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.accountnote_infobox{
  max-width: 478px;
  width: 100%;
  margin: 0 auto;
}
.accountnote_infobox li{
  display: flex;
  column-gap: 8px;
  padding-top: 15px;
}
.accountnote_infobox li:first-child{
  padding-top: 0;
}
* + .accountnote_infobox li:first-child{
  padding-top: 25px;
}
.accountnote_img{
  max-width: 20px;
}
.accountnote_img img{
  width: 100%;
  height: auto;
  display: block;
}
.accountnote_text p{
  font-size: 12px;
  line-height: 1.5;
}
.accountnote_text p.accountnote_heading{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
.accountnote_text p.accountnote_heading + p{
  padding-top: 9px;
}
@media (max-width: 767px) {
  .login_section .px-5{
    padding-left: 16px;
    padding-right: 16px;
  }
  .login_section #login h1{
      font-size: 20px;
      margin-bottom: 35px;
    }
    .login_section #login .login_subheading{
      font-size: 14px;
      margin-bottom: 35px;
    }
    .login_section #login .login_title{
      font-size: 17px;
    }
    .login_section #login .max-w-\[570px\]{
      padding-left: 16px;
      padding-right: 16px;
    }
  .login_form_input{
      margin-bottom: 7px;
  }
  .login_form_input + .login_form_input{
    margin-top: 12px;
  }
  .login_section #login button.max-w-\[570px\],
  .login_section #login .button.max-w-\[570px\]{
    max-width: 260px;
    font-size: 14px;
    height: 50px;
  }
  .login_section #login .button.max-w-\[570px\] a{
    height: 50px;
  }
  .login_forgotlink{
    margin-top: 15px;
    margin-bottom: 3px;
  }
  
  .accountnote_wrapper{
      margin: 35px auto 0px;
  }
  .account_tit{
      font-size: 17px;
  }
  .accountnote_infobox{
    max-width: 257px;
  }
  .accountnote_text p.accountnote_heading + p{
    padding-top: 7px;
  }
}
/*---  ログイン 終了 ---*/
/*---  パスワードリセット 開始 ---*/
#recover h1{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 55px;
}
.reset_text{
  font-size: 16px;
  margin-bottom: 55px;
  line-height: 1.5;
}
.login_section #recover .max-w-\[570px\]{
  max-width: 700px;
}
.login_section #recover button.max-w-\[570px\]{
  max-width: 330px;
  font-size: 16px;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #121212;
  color: #fff;
  transition: .3s all ease;
}
.login_section #recover button.max-w-\[570px\]:hover{
  opacity: 0.8;
}
a.reset_cancel{
  font-size: 16px;
  transition: .3s all ease;
  margin-bottom: 20px;
}
a.reset_cancel:hover{
  opacity: 0.5;
}
@media (max-width: 767px) {
#recover h1{
  font-size: 20px;
  margin-bottom: 35px;
}
.reset_text{
  font-size: 14px;
  margin-bottom: 35px;
}
.login_section #recover .max-w-\[570px\]{
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.login_section #recover button.max-w-\[570px\]{
  max-width: 260px;
  font-size: 14px;
  height: 50px;
  margin-top: 13px;
}
}
/*---  パスワードリセット 終了 ---*/
/*---  アカウントパスワードリセット 開始 ---*/
.templatetype_customers_reset_password.page-width{
  padding-left: 40px;
  padding-right: 40px;
}
.templatetype_customers_reset_password h1{
  font-size: 26px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.templatetype_customers_reset_password .md\:mb-11{
  margin-bottom: 55px;
}
.templatetype_customers_reset_password .max-w-\[570px\]{
  max-width: 700px;
}
.templatetype_customers_reset_password .login_form_label{
  text-align: left;
}
.templatetype_customers_reset_password button.max-w-\[570px\]{
  max-width: 330px;
  font-size: 16px;
  height: 60px;
  margin-top: 30px;
  background-color: #121212;
  color: #fff;
  transition: .3s all ease;
}
.templatetype_customers_reset_password button.max-w-\[570px\]:hover{
  background-color: #121212;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .templatetype_customers_reset_password.page-width{
      padding-left: 32px;
      padding-right: 32px;
  }
  .templatetype_customers_reset_password h1{
      font-size: 20px;
  }
  .templatetype_customers_reset_password .md\:mb-11{
    margin-bottom: 35px;
  }
  .templatetype_customers_reset_password .max-w-\[570px\]{
      max-width: 100%;
  }
  .templatetype_customers_reset_password button.max-w-\[570px\]{
      max-width: 260px;
      font-size: 14px;
      height: 50px;
      margin-top: 20px;
  }
}
/*---  アカウントパスワードリセット 終了 ---*/
/*---  プライバシーポリシー 開始 ---*/
#MainContent .shopify-policy__container{
  padding-top: 60px;
}
  @media (min-width: 1024px) {
    #MainContent .shopify-policy__container{
      padding-top: 85px;
    }
  }
.shopify-policy__container .shopify-policy__title{
  text-align: center;
  max-width: 840px;
}
.shopify-policy__container .shopify-policy__title h1{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 26px;
}
.shopify-policy__container .shopify-policy__body{
  max-width: 840px;
}
.shopify-policy__container .shopify-policy__body h2{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 17px;
}
@media (min-width: 768px) {
.shopify-policy__container .shopify-policy__body h2{
  font-size: 24px;
}
}
@media (max-width: 767px) {
  .shopify-policy__container .shopify-policy__title h1 {
    font-size: 20px;
  }
}
/*---  プライバシーポリシー 終了 ---*/

/*---  お気に入り一覧調整 開始 ---*/
.mxpr-favorites-page{
  padding-bottom: 100px;
}
.mxpr-favorites-header h2 {
  font-size: 0;
  padding-top: 75px;
  padding-bottom: 10px;
  font-family: "NicolasCochinProBlack","Zen Old Mincho", serif;
    font-weight: 600;
}
.mxpr-favorites-header h2:after {
  font-size: 24px;
  content: var(--favorite-text);
}
@media (max-width: 767px) {
  .mxpr-favorites-header h2:after {
    font-size: 20px;
  }
}
/*---  お気に入り一覧調整 終了 ---*/
/*---  検索ページ 開始 ---*/
.search-page .heading_size{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.card-info .card__heading{
  font-family: var(--font-body-family);
}
.search-page .card__heading .full-unstyled-link.link-product-variant{
  line-height: 1.4;
  font-size: 16px;
  transition: .3s opacity ease;
}
@media (min-width: 768px) {
.search-page .card-product:not(.recommendations) .card-info{
  padding: 14px 0 0;
}
}
.search-page .card-product:not(.recommendations) .card-info{
  padding: 8px 0 0;
}
.search-page .card__heading .full-unstyled-link.link-product-variant:hover{
  color: rgba(var(--colors-heading));
  opacity: .5;
}
.search-page .border-t:has( nav.pagination){
  border-top-width: 0px;
}
/*---  検索ページ 終了 ---*/
/*---  商品一覧 商品カード 開始 ---*/
.x-section-product-grid .contents_pointerevent_none{
  pointer-events: none;
}
.x-section-product-grid .grid-item .hover\:text-\[rgba\(var\(--colors-text-link\)\)\]:hover
{
  color: rgba(var(--colors-heading));
  opacity: .5;
}
/*---  商品一覧 商品カード 終了 ---*/
/* eギフトアプリ */
.css-1w2h6w,
.css-b9sum1{
  font-size: 17.5px!important;
}
/*---  カートページ 開始 ---*/
.cart_shipping_check{
  margin-top: 25px;
}
  /* モーダル内装飾 */
  .delivery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
  }
  .delivery-modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 650px;
    position: fixed;
    padding:  45px 50px 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    max-height: 90svh;
    margin-top: 8px;
  }
  .delivery-modal-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
  }
  .delivery-modal-content-inner {
    max-height: calc(90svh - 110px);
    overflow-y: auto;
    margin-top: 15px;
  }
  .delivery-modal-content h4{
    font-size: 20px;
    font-weight: bold;
  }
  .delivery-modal-content p{
    font-size: 16px;
    line-height: 1.5;
  }
  .delivery-modal-content * + p,
  .delivery-modal-content * + ul{
    margin-top: 15px;
  }
  .delivery-modal-content ul li{
    font-size: 16px;
    margin-top: 5px;
  }
  .delivery-modal-content h4 + *{
    margin-top: 25px;
  }
  
  p:has( a.delivery-warning-link){
    margin-bottom: 20px;
  }
  .delivery-warning-link {
    text-decoration: underline;
    cursor: pointer;
  }
  
.cart_shipping_check_wrap{
  display: flex;
}
.cart_shipping_check input.cart_shipping_input {
    background-color: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 0.5rem;
    position: relative;
    cursor: pointer;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
.cart_shipping_check input.cart_shipping_input:checked:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    height: 40%;
    width: 60%;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #000;
}
label.cart_shipping_label{
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    font-family: "游ゴシック体 Pr6N B","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
label.cart_shipping_label span {
    color: #ef0202;
    display: inline-block;
    margin-left: 9px;
    font-size: 14px;
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  @media (max-width: 767px) {
  /* モーダル内装飾 */
  .delivery-modal-content {
    padding:  40px 20px 40px;
    margin-top: 0;
  }
  .delivery-modal-close {
    right: 20px;
    top: 20px;
  }
  .delivery-modal-content h4{
    font-size: 18px;
  }
  .delivery-modal-content p{
    font-size: 15px;
  }
  .delivery-modal-content * + p,
  .delivery-modal-content * + ul{
    margin-top: 15px;
  }
  .delivery-modal-content ul li{
    margin-top: 5px;
    font-size: 15px;
  }
  
  p:has( a.delivery-warning-link){
    font-size: 16px;
  }
  }
.items-end .css-1iatxns:disabled,.items-end .css-1iatxns[disabled]{
  opacity: 1;
}
/* カートページ LDTアプリ */
.cart-item label.ldt-gw-gift-option-box{
  font-size: 14px;
}
/*---  カートページ 終了 ---*/
  @media (max-width: 767px) {}
  @media (max-width: 1023px) {}
  
  @media (min-width: 768px) {}
  @media (min-width: 1024px) {}