/** Shopify CDN: Minification failed

Line 637:0 Unexpected "}"

**/
@charset "UTF-8";
/*------------------------------------------------------------------

調整用
-------------------------------------------------------------------*/

/*--------------
US fonts (Assistant + Garamond)
---------------*/
body {
  font-family: var(--font-body-family) !important;
  font-size: 17px;
}

/* Header / mobile nav keep previous base size */
.shopify-section-group-header-group,
.off-canvas--left-sidebar {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6,
.mincho {
  font-family: var(--font-heading-family) !important;
}

.gothic {
  font-family: var(--font-body-family) !important;
}

/*--------------
ヘッダートップバー
---------------*/
.header--root {
  position: relative !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.header--root[data-fixed-enabled="false"] {
  position: relative !important;
}

.header--root[data-fixed="true"] {
  padding-top: 0 !important;
}

.header--top-bar {
  background-color: #FAF9F8;
  color: #404040;
  font-size: 13px;
  line-height: 1;
  position: static;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 1;
  box-sizing: border-box;
}

/* Top bar section scrolls away; never sticky. */
.shopify-section:has(.header--top-bar) {
  position: static !important;
  top: auto !important;
}

.header--top-row,
.header--bottom-row .header--bottom-row--container {
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box;
}

/* Announcement bar scrolls away (JP same). Never sticky. */
.announcement--root,
.shopify-section:has(.announcement--root),
.shopify-section:has([data-section-type="announcement"]) {
  position: static !important;
  top: auto !important;
}

/* Header group wrapper must not stick (would pull announcement with it). */
.shopify-section-group-header-group {
  position: static !important;
}

/* Header-beyond only sticks (top-bar is a separate section above). */
.shopify-section-group-header-group > .shopify-section.section--header,
.shopify-section.section--header:not(:has(.announcement--root)) {
  position: sticky !important;
  top: 0;
  z-index: 100;
  background-color: #fff;
  overflow: visible !important;
}

.shopify-section.shopify-section-group-header-group.section--header {
  position: sticky !important;
  top: 0;
  z-index: 100;
  background-color: #fff;
  overflow: visible !important;
}

/* Mobile: off-canvas viewport overflow:hidden breaks position:sticky */
@media screen and (max-width: 767px) {
  off-canvas-root.off-canvas--viewport,
  .off-canvas--viewport {
    overflow: visible !important;
  }

  off-canvas-root.off-canvas--viewport:not([data-off-canvas--state="closed"]),
  .off-canvas--viewport:not([data-off-canvas--state="closed"]) {
    overflow: hidden !important;
  }

  .shopify-section-group-header-group > .shopify-section.section--header,
  .shopify-section.section--header:not(:has(.announcement--root)),
  .shopify-section.shopify-section-group-header-group.section--header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    background-color: #fff !important;
    box-shadow: 0 1px 0 rgba(17, 17, 17, 0.06);
  }

  .header--root {
    background-color: #fff;
  }

  :root {
    --mirailab-sticky-header-offset: 48px;
  }
}

/* PDP tab anchors: offset scroll targets for sticky header */
:root {
  --mirailab-sticky-header-offset: 120px;
}

html {
  scroll-padding-top: var(--mirailab-sticky-header-offset);
}

.products-content-area #detail,
.products-content-area section.detail,
.products-content-area #about,
.products-content-area section.about,
.products-content-area #aboutcaution,
section.item .item-block-detail-info #detail,
section.item .item-block-detail-info section.detail,
.product__description #detail,
.product__description section.detail,
.product__description #about,
.product__description section.about,
.product__description #aboutcaution {
  scroll-margin-top: var(--mirailab-sticky-header-offset);
}

.header--root,
.header--top-row,
.header--bottom-row,
.header--bottom-row--container,
.header--middle-column,
.header--left-column,
.header--x-menu,
.x-menu--level-1--container,
.x-menu--level-1--link {
  overflow: visible !important;
}
/* Fixed header state - hide top bar to save space */
.header--root[data-fixed="true"] .header--top-bar {
  display: none;
}
.header--top-bar--container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  justify-content: flex-end;
}
.header--top-bar--links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header--top-bar--links li {
  margin: 0;
}
.header--top-bar--links a {
  color: #404040;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.3s;
}
.header--top-bar--links a:hover {
  opacity: 0.7;
}
.header--top-bar--links svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.header--top-bar--lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header--top-bar--lang-switcher a {
  color: #A6A6A6;
}
.header--top-bar--lang-switcher a.is-active {
  color: #404040;
}
.header--top-bar--lang-switcher .lang-divider {
  color: #E9E9E9;
}
@media screen and (max-width: 1270px) {
  .header--top-row,
  .header--bottom-row .header--bottom-row--container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header--top-bar {
    display: none;
  }

  .header--root {
    padding: 0 !important;
  }

  .header--top-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*--------------
TOPスライダー一時停止
---------------*/
.template--index .carousel--root {
pointer-events: none;
}
/*--------------
TOPスライダーSP切り替え
---------------*/
@media screen and (min-width: 768px) {
#shopify-section-template--15951877013740__slideshow {
  display: block !important;
}
#shopify-section-template--15951877013740__16547885626eaf41f1 {
  display: none !important;
}
}
@media screen and (max-width: 767px) {
#shopify-section-template--15951877013740__slideshow {
  display: none !important;
}
#shopify-section-template--15951877013740__16547885626eaf41f1 {
  display: block !important;
}
}
/*--------------
アイコン調整
---------------*/
.mobile-nav--login a .only-sp, .mobile-nav--login a .only-sp * {
vertical-align: top;
}
/*--------------
グリッド内明朝
---------------*/
.featured-grid--item--text-container h3 {
font-family: var(--font-heading-family) !important;
}
/*--------------
announcement調整
---------------*/
@media screen and (max-width: 767px) {
.announcement--text {
  font-size: 12px;
  padding: 5px;
}
}
/*--------------
ボタン調整
---------------*/
.btn-black a, section.form .btn-black button {
position: relative;
width: 100%;
max-width: 333px;
background: #222222;
font-weight: 400;
color: #fff;
display: inline-block;
padding: 21px 35px  !important;
height: auto;
text-align: center;
border: 1px solid #222;
font-size: 14px;
font-family: var(--font-body-family) !important;
}
@media screen and (min-width: 768px) {
.btn-black a, section.form .btn-black button {
 padding-top: 21px !important;
 padding-bottom: 21px !important;
 line-height: 1.4 !important;
}
}
@media screen and (max-width: 767px) {
.btn-black a, section.form .btn-black button {
  padding: 18px 30px !important;
}
.btn-black a, section.form .btn-black button {
 padding-top: 21px !important;
 padding-bottom: 21px !important;
 line-height: 1.4 !important;
}
}
.btn-black a:hover, section.form .btn-black button:hover {
background: #fff;
color: #222 !important;
transition: all 0.4s 0s ease;
}
.btn-black a::after, body section.form .btn-black button::after {
content: url("//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-w.svg");
position: absolute;
right: 20px;
top: 50% !important;
-webkit-transform: translateY(-50%) !important; /* Safari用 */
transform: translateY(-50%) !important;
line-height: 1;
transition: all 0.4s 0s ease;
}
.btn-black a:hover::after, section.form .btn-black button:hover::after {
content: url("//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg") !important;
position: absolute;
right: 10px;
top: 50% !important;
-webkit-transform: translateY(-50%) !important; /* Safari用 */
transform: translateY(-50%) !important;
line-height: 1;
transition: all 0.4s 0s ease;
}
/*gray*/
.btn-gray a {
font-weight: 400;
border: 1px solid #707070;
line-height: 1.4;
padding-top: 21px ;
 padding-bottom: 21px;
}
.btn-gray a:hover {
font-weight: 400;
background: no-repeat;
opacity: 1;
border: 1px solid #fff;
}
.btn-gray a::after {
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}
.btn-gray a:hover::after {
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.btn-gray a {
  padding: 18px 30px;
}
}
/*margintop-50*/
@media screen and (min-width: 768px) {
.btn-black, .template--index .btn-gray {
  margin-top: 50px !important;
}
}
/*フッタお問い合わせボタン*/
.foot-btn a {
border: 1px solid #fff;
}
footer .foot-btn a:hover {
background: none;
border: 1px solid #fff;
opacity: 1;
color: #fff !important;
text-decoration: none !important;
}

/* Footer SNS icons: white on dark background */
.footer--root .sns-block svg path,
.footer--root .sns-block svg circle,
.sns-block svg path,
.sns-block svg circle {
  fill: #fff !important;
}

.footer .footer__list-social .list-social__link,
.shopify-section-group-footer-group .list-social__link {
  color: #fff !important;
}

.footer .footer__list-social .list-social__link:hover,
.shopify-section-group-footer-group .list-social__link:hover {
  color: #fff !important;
  opacity: 0.85;
}

/*--------------
固定ページ横幅調整
---------------*/
.wd1200-content {
max-width: 1296px !important;
 margin-bottom: 0 !important;
}
.wd1200-content .guide:last-child{
max-width: 1296px !important;
 margin-bottom: 0 !important;
}
.wd1200-content .guide:last-child .guide-inner{
 margin-bottom: 0 !important;
}
/*--------------
フッター調整
---------------*/
.foot-menu-ttl a {
pointer-events: none
}
.foot-menu-ttl {
display: none;
}
.footer--blocks-left .foot-menu:nth-child(3) .foot-menu-ttl, .footer--blocks-left .foot-menu:nth-child(4) .foot-menu-ttl {
display: none;
}
.footer--blocks-left .foot-menu:nth-child(n+3) .foot-menu-item {
display: block;
font-size: 16px;
margin-bottom: 10px;
}
.footer--blocks-left .foot-menu:nth-child(n-2) .foot-menu-item:nth-child(2) {
display: block;
font-size: 16px;
margin-bottom: 10px;
}
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item, .footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:nth-child(2) {
  font-size: 16px;
  /*margin-top: 15px;*/
}
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:last-child {
font-size: 16px;
margin-top: 15px;
}
.foot-menu a:hover {
text-decoration: underline !important;
opacity: 1 !important;
}
.footer--blocks-left .foot-menu:nth-child(6) .foot-menu-item:nth-child(3) a {
    background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-blank-w.png) right center no-repeat;
    background-size: 12px;
 padding-right: 20px;
}
/*一時的に非表示*/
.footer--blocks-left .foot-menu:nth-child(5) .foot-menu-item:nth-child(2),
.footer--blocks-left .foot-menu:nth-child(5) .foot-menu-item:nth-child(3),
.footer--blocks-left .foot-menu:nth-child(5) .foot-menu-item:nth-child(4){
  display: none;
}

/*PC*/
@media screen and (min-width: 768px) {
.footer--blocks-left {
    max-width: 58%;
}
.footer--blocks-left .foot-menu:nth-child(4), .footer--blocks-left .foot-menu:nth-child(5) {
    width: 30%;
}
.foot-btn:last-child {
    margin-top: 20px;
}
}
/*SP*/
@media screen and (max-width: 767px) {
.footer--blocks-left .foot-menu {
  width: 47% !important;
  margin-bottom: 20px;
  font-size: 15px;
}
.footer--blocks-left .foot-menu:last-child {
  /*width: 100% !important;*/
}
.footer--blocks-left .foot-menu .foot-menu-ttl {
  margin-bottom: 10px;
  opacity: 1;
}
.footer--blocks-left .foot-menu .foot-menu-item {
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.8;
}
.footer--blocks-left .foot-menu:nth-child(n+3) .foot-menu-item {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 1;
}
/*.footer--blocks-left .foot-menu:nth-child(n-2) .foot-menu-item:nth-child(2) {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  opacity: 1;
}*/
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item, .footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:nth-child(2) {
  /*font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.8;*/
}
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:last-child {
  font-size: 15px;
  margin-top: 15px;
  opacity: 1;
}
.foot-logo div {
  text-align: center !important;
}
}
.footer--sub-list li {
margin: 0 10px;
}
.footer--sub-list a:hover {
  opacity: 1;
  text-decoration: underline!important;
}
footer .copy {
color: #858585;
}
.foot-logo {
max-width: 329px;
text-align: center;
}
@media screen and (max-width: 767px) {
.footer--sub-list {
  text-align: left;
  display: block;
  margin-bottom: 15px;
  padding: 0;
}
.footer--sub-list li {
  margin: 0 15px 15px 0;
}
}
/*--------------
ヘッダロゴ
---------------*/
.logo--root a:hover{
opacity: 1 !important;
}
@media screen and (min-width: 768px) {
.header--logo {
  margin-right: 15px;
  width: 215px !important;
  padding-right: 0 !important;
}
}
/*--------------
ヘッダ崩れ修正
---------------*/
@media screen and (min-width:1280px) and (max-width:1430px) {
.header--top-row,
.header--bottom-row .header--bottom-row--container {
  padding-left: 48px;
  padding-right: 48px;
}
.header--logo {
  margin-right: 0;
}
.header--left-column {
  /* flex: none;
  position: absolute; */
}
}
/*--------------
ヘッダhoverアクション
---------------*/
@media screen and (min-width: 768px) {
.x-menu--level-1--link a:hover {
  text-decoration: none !important;
}
.x-menu--level-2--link a:hover {
  text-decoration: none !important;
  color: #957637;
}
.x-menu--level-1--container li:first-child .x-menu--level-2--container a:hover {
  text-decoration: none !important;
}
.x-menu--level-1--container li:first-child .x-menu--level-2--container a:hover .s-title {
  text-decoration: none !important;
}
.x-menu--level-1--container li:first-child .x-menu--level-2--container a img {
  transition: 0.5s;
}
.x-menu--level-1--container li:first-child .x-menu--level-2--container a:hover img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
/* 言語が英語の時のみグローバルメニューのスタイルを微調整 */
html[lang=en] .x-menu--level-1--container>li {
  max-width: 200px;
  line-height: 1.5;
  overflow: visible;
}
/*html[lang=en] .x-menu--level-1--container>li:nth-child(4) a{
  padding: 20px 16px;*/
}
html[lang=en] .x-menu--level-1--container>li>a>span{
  letter-spacing: 0;
  font-size: 0.95em;
}
html[lang=en] .x-menu--level-1--container>li:not(.x-menu--collection-mega-nav) .x-menu--level-2--container{
  line-height: 1;
  width: max-content !important;
  max-width: min(520px, calc(100vw - 32px)) !important;
}
}
/*--------------
右ナビゲーション
---------------*/
.header--root .header--cart .cart--external--total-items{
 color: #fff;
}

.cart--external--icon[data-item-count="0"] .cart--external--total-items,
.header--root .header--cart .cart--external--total-items:empty {
  display: none !important;
}

@media screen and (min-width: 768px) {
.r-navi-txt {
  font-size: 12px;
}
.header--right-column {
  top: 20%;
  right: -76px;
  padding: 10px 0 0;
  min-width: 119px;
  max-width: 119px;
}
.layout--login, .header--cart, .header--language {
  margin-bottom: 0;
}
.open-close {
  margin-top: 10px;
}
}

/*お問い合わせ追加*/
.link-to-mail a{
 font-size: 12px;
     padding: 13px 0 13px 32px;
 display: block;
 background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-to-mail.png) left 1px top 19px no-repeat;
 background-size: 18px;
 white-space: nowrap;
}
@media screen and (max-width: 767px) {
.link-to-mail{
 display: none
}
}
/*高さ調整*/
@media screen and (min-width: 768px) {
 .cart--external--icon[data-item-count="0"] a.header--cart-toggle {
    padding: 0;
    margin: 0;
}
.r-navi-txt {
    line-height: 1;
 margin-left: 14px
}
.header--account a,
.header--cart-toggle,
.header--language form,
.header--search a,
.link-to-mail a{
  height: 40px;
  display: flex;
  padding: 0;
  align-items: center;
  width: 100%;
}
.link-to-mail a{
 padding-left: 32px;
 background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-to-mail.png) left top 13px no-repeat;
 background-size: 18px;
 white-space: nowrap;
}
 .header--search .r-navi-txt {
    margin-left: 15px;
}
 .header--account a svg,.header--cart-toggle svg,.header--search a svg,.link-to-mail a svg{
    height: 18px;
    width: auto;
 }

.header--cart-button {
    display: block;
}
.header--root .header--right-column > .header--cart {
  padding: 0 !important;
}

.cart--external--icon a.header--cart-toggle {
    padding: 0;
    margin: 0;
}
.header--root .header--cart .cart--external--total-items {
    top: 2px;
    left: 13px;
}
.header--language .disclosure--form {
  transform: translateX(-100%);
}
}

/*--------------
header--x-menu 表示強制（テーマCSS上書き）
---------------*/
.x-menu--overlap-icon span{
}
[data-off-canvas--open=left-sidebar]{
  padding: 0;
}
.header--menu-icon .header--menu-icon-button[data-off-canvas--open='left-sidebar'],
.header--menu-icon [data-off-canvas--open=left-sidebar] {
  margin-left: 0 !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  /* ハンバーガーメニューを非表示 */
  .header--menu-icon,
  .x-menu--overlap-icon {
    display: none !important;
  }
  /* x-menuを横並びで表示 */
  .x-menu--level-1--container {
    display: flex !important;
  }
  /* header--x-menuを表示 */
  .header--x-menu[data-position=left] {
    display: block !important;
  }
  /* ヘッダーレイアウト調整 */
  .header--left-column {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
  }
  .header--logo[data-position=left] {
    display: block !important;
    margin-right: 40px;
    padding-bottom: 0;
  }
  .header--logo[data-position=center] {
    display: none !important;
  }
  .header--right-column {
    display: none !important;
  }
}

/*--------------
ヘッダアイコン
---------------*/
.header--x-menu .x-menu--level-1--link:last-child, .y-menu .y-menu--level-1--link:last-child {
background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-blank.png) right center no-repeat;
background-size: 12px;
}
.mobile-nav--menu .y-menu .y-menu--level-1--link:last-child {
background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-blank.png) right center no-repeat;
background-size: 12px;
background-position: right 12px center;
}
@media screen and (max-width: 767px) {
.mobile-nav svg {
  vertical-align: middle !important;
}
}
/*--------------
ヘッダグローバルナビ
---------------*/
/*リード文一時的に非表示*/
.x-menu--level-2--list .s-txt {
  display: none!important;
}
/*定期購入一時的に非表示*/
.x-menu--level-2--list .teikikounyu {
  display: none!important;
}

.x-menu--level-2--list::before{
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 107px;
  background: #957637;
  top: 0;
  left: 0;
}

/*--------------
メガメニュー解除（collection_link のみの場合）
---------------*/
.x-menu--no-mega {
  position: relative !important;
}
.x-menu--no-mega .x-menu--level-2--container {
  width: max-content !important;
  max-width: min(520px, calc(100vw - 32px)) !important;
  display: block !important;
  padding: 0 !important;
  left: -16px !important;
  min-width: 220px !important;
}
.x-menu--no-mega .x-menu--level-2--list {
  display: block !important;
  flex-direction: unset !important;
}
.x-menu--no-mega .x-menu--level-2--link {
  display: block !important;
  padding: 2px !important;
}
.x-menu--no-mega .x-menu--single-parents {
  display: none !important;
}

/* first-child 用メガメニュー解除（Beyond theme の特別ルール上書き） */
.x-menu--level-1--container li.x-menu--no-mega:first-child .x-menu--level-2--container ul,
.x-menu--level-1--container li.x-menu--no-mega:first-child .x-menu--level-2--list {
  display: block !important;
  max-width: none !important;
}
.x-menu--level-1--container li.x-menu--no-mega:first-child .x-menu--level-2--container li,
.x-menu--level-1--container li.x-menu--no-mega:first-child .x-menu--level-2--link {
  width: auto !important;
  min-width: 200px !important;
  white-space: nowrap !important;
  padding: 8px 16px !important;
}

/*--------------
ヘッダプルダウンアニメーション
---------------*/
@media screen and (min-width: 768px) {
 .x-menu--level-1--link:hover .x-menu--level-2--container{
  animation: special-efecta 0.1s ease-in 0s forwards;
 }
@keyframes special-efecta {
 0% {
  display: block;
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}
}
/*--------------
スマホハンバーガーメニュー内（アコーディオン・モダン）
---------------*/
.mobile-nav {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  background: #fff;
}

.mobile-nav--close-row {
  flex-shrink: 0;
  padding: 16px 20px;
  border-bottom: none;
}

.mobile-nav--close-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none !important;
  border: none;
  padding: 0;
  font-size: 14px;
  color: #404040;
  cursor: pointer;
}

button.mobile-nav--close-btn:hover {
  background: none;
  color: inherit;
}

.mobile-nav--close-btn svg {
  width: 16px;
  height: 16px;
}

.mobile-nav--header {
  display: flex;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.mobile-nav--login {
  flex: 1;
  min-width: 0;
  border-right: 1px solid rgba(17, 17, 17, 0.06);
}

.mobile-nav--search {
  flex: 1;
  min-width: 0;
}

.mobile-nav--search a,
.mobile-nav--login a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 16px 20px;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
}

.mobile-nav--search svg,
.mobile-nav--login svg {
  width: 18px;
  height: 18px;
}

.mobile-nav--search .r-navi-txt,
.mobile-nav--login .r-navi-txt {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.mobile-nav--menu {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 0 24px;
}

.mobile-nav--menu .y-menu {
  display: block;
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: visible;
}

.mobile-nav--menu .y-menu--level-1--container {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-nav--menu .y-menu--level-1--link {
  display: block;
  border-bottom: none;
  background: none !important;
}

.mobile-nav--menu .y-menu--level-1--link > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 16px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav--menu .y-menu--level-1--link > a::before {
  content: "ー";
  flex-shrink: 0;
  color: #957637;
  margin-right: 12px;
  font-weight: 400;
}

.mobile-nav--menu .y-menu--level-1--link[data-y-menu--open="true"] > a {
  color: #957637;
  background: transparent;
}

.mobile-nav--menu .y-menu--toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.05);
  transition: background 0.25s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav--menu .y-menu--toggle .icon--chevron-down {
  width: 9px;
  height: 5px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.mobile-nav--menu [data-y-menu--open="true"] > a .y-menu--toggle {
  background: rgba(149, 118, 55, 0.12);
  transform: rotate(180deg);
}

.mobile-nav--menu [data-y-menu--open="true"] > a .y-menu--toggle .icon--chevron-down {
  opacity: 1;
}

.mobile-nav--menu .y-menu--level-2--container,
.mobile-nav--menu .y-menu--level-3--container {
  display: block;
  position: static;
  width: 100%;
  height: auto;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: transparent;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition:
    max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.28s ease;
}

.mobile-nav--menu .y-menu--level-1--link[data-y-menu--open="true"] > .y-menu--level-2--container,
.mobile-nav--menu .y-menu--level-2--link[data-y-menu--open="true"] > .y-menu--level-3--container,
.mobile-nav--menu .y-menu--collection-cat[data-y-menu--open="true"] > .y-menu--level-3--container {
  max-height: 4000px;
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav--menu .y-menu--back-link,
.mobile-nav--menu .y-menu--parent-link {
  display: none !important;
}

.mobile-nav--menu .y-menu--level-2--link,
.mobile-nav--menu .y-menu--level-3--link,
.mobile-nav--menu .y-menu--collection-cat {
  display: block;
  padding: 0;
  border-bottom: none;
}

.mobile-nav--menu .y-menu--level-2--link > a,
.mobile-nav--menu .y-menu--collection-cat > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 14px 20px;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  border-bottom: none;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav--menu .y-menu--level-2--link[data-y-menu--open="true"] > a,
.mobile-nav--menu .y-menu--collection-cat[data-y-menu--open="true"] > a {
  color: #957637;
}

.mobile-nav--menu .y-menu--level-3--container,
.mobile-nav--menu .y-menu--collection-products {
  background: transparent;
}

.mobile-nav--menu .y-menu--collection-cat[data-y-menu--open="true"] > .y-menu--collection-products {
  display: flex;
  flex-direction: column;
  max-height: min(50vh, 360px);
  overflow: hidden;
}

.mobile-nav--menu .y-menu--collection-mega--products-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(17, 17, 17, 0.18) transparent;
}

.mobile-nav--menu .y-menu--collection-mega--products-list::-webkit-scrollbar {
  width: 4px;
}

.mobile-nav--menu .y-menu--collection-mega--products-list::-webkit-scrollbar-thumb {
  background: rgba(17, 17, 17, 0.18);
  border-radius: 4px;
}

.mobile-nav--menu .y-menu--level-3--link > a {
  display: block;
  padding: 12px 20px;
  color: #404040;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: none;
  transition: background 0.18s ease;
}

.mobile-nav--menu .y-menu--level-3--link > a:active,
.mobile-nav--menu .y-menu--collection-mega--product > a:active {
  background: #f8f7f5;
}

.mobile-nav--menu .y-menu--collection-item > a {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.mobile-nav--menu .y-menu--item-title {
  font-weight: 500;
  font-size: 14px;
  color: inherit;
}

.mobile-nav--menu .y-menu--item-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #707070;
}

.mobile-nav--menu .y-menu--collection-mega--product > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 20px;
  border-bottom: none;
  transition: background 0.18s ease;
}

.mobile-nav--menu .y-menu--collection-mega--thumb {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  background: #f8f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav--menu .y-menu--collection-mega--thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-nav--menu .y-menu--collection-mega--title {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: #404040;
}

.mobile-nav--menu .y-menu--collection-mega--shop-all {
  flex-shrink: 0;
  margin-top: auto;
  padding: 10px 20px 14px;
  text-align: right;
  background: #fff;
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.92);
}

.mobile-nav--menu .y-menu--collection-mega--shop-all a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
  border: none;
  font-size: 13px;
  font-weight: 400;
  color: #404040;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-align: right;
}

.mobile-nav--menu .y-menu--collection-mega--shop-all a:hover {
  color: #957637;
}

.mobile-nav--menu .y-menu--collection-mega--shop-all a span {
  border-bottom: none;
}

.mobile-nav--menu .y-menu--collection-mega--shop-all .icon--chevron-down {
  flex-shrink: 0;
  width: 6px;
  height: 4px;
  transform: rotate(-90deg);
  opacity: 0.65;
}

.off-canvas--left-sidebar {
  width: 100% !important;
  max-width: 100% !important;
  z-index: 9999 !important;
}

.off-canvas--left-sidebar .off-canvas--container {
  background: #fff;
  width: 100%;
  height: 100%;
}

.mobile-nav--localization {
  display: none;
}
/*--------------
パンくず調整
---------------*/
.breadcrumb-nav, .breadcrumb-nav a {
color: #707070;
}
.breadcrumbs--root li:not(:last-of-type):after {
margin: 0 10px 0 0;
content: "";
background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg?v=7108406…);
padding-right: 10px;
background-repeat: no-repeat;
background-size: 6px;
background-position: left 2px center;
}
.account--breadcrumb-container .breadcrumbs--root {
padding: 5px 0 10px;
margin: 0;
}
.breadcrumb-nav {
max-width: 1230px;
}
#breadcrumb {
padding: 3px 0 !important;
}
.breadcrumb-nav ul {
padding: 5px 0 5px !important;
}
@media screen and (max-width: 767px) {
.breadcrumb-nav ul {
  padding: 3px 15px 6px !important;
}
.second-heading {
  overflow: visible !important;
 padding-bottom: 0;
}
.second-heading h1 {
    font-size: 24px;
}
}
@media screen and (min-width: 768px) {
.heading-txt {
  max-width: 1230px !important;
  padding-left: 15px !important;
}
}
@media screen and (max-width: 767px) {
.second-heading {
    max-height: 100% !important;
}
.heading-txt {
 margin-top: 0 !important;
    padding: 60px 0 30px !important;
}
 }
/*--------------
TOP
---------------*/
/*メインスライド*/
@media screen and (min-width: 768px) {
.featured-content--root[data-text-position=bottom-left] .featured-content--text {
  text-align: left;
  padding: 72px 10px;
}
/*リンク無効*/
.template--index .featured-collection--title a, .template--index .news-left a {
  pointer-events: none;
}
}
@media screen and (max-width: 767px) {
.slideshow--root .featured-content--image {
  height: 110vw !important;
  height: 98vw!important;
  max-width: 100%;
}
 .slideshow--root .featured-content--text {
   padding: 16px 16px 60px 16px;
  padding: 16px;
}
 #shopify-section-template--15951877013740__16547885626eaf41f1 .carousel--dot-nav {
    display: none;
}
}
/*スライド*/
#top-slide-column .swiper-button-next {
background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/slide-next.png?v=1103044…) center center no-repeat;
background-size: 49px;
}
#top-slide-column .swiper-button-prev {
background: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/slide-prev.png?v=1466459…) center center no-repeat;
background-size: 49px;
}
.slide-txt h3 {
margin-bottom: 10px;
}

/*--------------
NMNについて知る

---------------*/
#shopify-section-template--15951877013740__165398243706f70626 .featured-grid--body{
 font-size: 19px;
}
@media screen and (max-width: 767px) {
#shopify-section-template--15951877013740__165398243706f70626 .featured-grid--body{
 font-size: 17px;
}
}
/*--------------
研究所
---------------*/
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--root {
padding: 0;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--body--container {
align-items: center;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container {
max-width: 560px;
margin: auto;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container h3 {
font-size: 32px;
font-family: var(--font-heading-family) !important;
color: #A2721B;
margin-bottom: 20px;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container .featured-grid--item--link-container {
position: relative;
width: 100%;
max-width: 333px;
background: #222222;
font-weight: 400;
color: #fff;
display: inline-block;
padding: 18px 0;
height: auto;
text-align: center;
line-height: 1.8;
margin-top: 50px;
font-size: 14px;
border: 1px solid #222;
font-family: var(--font-body-family) !important;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container .featured-grid--item--link-container:hover {
background: #fff;
color: #222;
transition: all 0.4s 0s ease;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container .featured-grid--item--link-container::after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-w.svg);
position: absolute;
right: 20px;
top: 25px;
line-height: 1;
transition: all 0.4s 0s ease;
display: inline !important;
width: auto;
border: none;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container .featured-grid--item--link-container:hover::after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg?v=7108406606757198221654079122);
position: absolute;
right: 10px;
top: 25px;
line-height: 1;
transition: all 0.4s 0s ease;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container p {
/* font-size: 20px;
line-height: 1.8; */
font-family: var(--font-body-family) !important;
 font-size: 18px;
}
/*コラム次第で背景色無くす*/
 #shopify-section-template--15951877013740__165466507241c6900d .featured-grid--body{
  background: #F1F4F6;
 }
@media screen and (max-width: 767px) {
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container h3 {
  font-size: 24px;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container p {
  font-size: 16px;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--text-container .featured-grid--item--link-container {
  margin-top: 30px;
}
#shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item--image {
 height: 130px !important;
 overflow: hidden;
 }
 #shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item:first-child{
  order: 2;
  background: #F1F4F6;
 }
 #shopify-section-template--15951877013740__165466507241c6900d .featured-grid--item:last-child{
  order: 1;
 }
}
/*--------------
商品価格調整
---------------*/
.product--quick-add {
top: -1px;
}
.product--price[data-item] {
font-size: 20px;
font-weight: bolder;
font-family: var(--font-heading-family) !important;
}
.product--price[data-item] span {
font-size: 12px;
font-family: var(--font-heading-family) !important;
font-weight: normal;
}
.product--price-wrapper {
align-items: baseline;
}
.product--compare-price {
font-size: 16px;
}
.product--compare-price span {
font-size: 12px;
font-family: var(--font-heading-family) !important;
}
/*ラベル*/
.product--label.teiki.out-of-stock,section.item .item-block-detail-cat div.cat02 {
    background: #7c7c7c;
    color: #fff;
    border-color: #7c7c7c !important;
}
@media screen and (min-width: 768px) {
.product--compare-price {
  margin-left: 12px;
}
}
@media screen and (max-width: 767px) {
.product--price[data-item] {
  font-size: 16px;
}
.product--quick-add {
  top: -1px;
}
.product--price-wrapper {
    display: flex !important;
}
}
/*--------------
グリッドパーツ
---------------*/
.template--page .featured-grid--item--link-container, .template--blog .featured-grid--item--link-container, .template--article .featured-grid--item--link-container {
border: 1px solid #fff;
position: relative;
display: block;
max-width: 170px;
width: 100%;
margin-top: 20px;
margin: 20px auto;
padding: 16px 0;
min-width: 200px;
font-size: 14px;
transition: all .4s 0s ease;
}
.template--page .featured-grid--item--link-container:hover, .template--blog .featured-grid--item--link-container:hover, .template--article .featured-grid--item--link-container:hover {
background: #fff;
color: #222 !important;
opacity: 1;
transition: all .4s 0s ease;
}
.template--page .featured-grid--item--link-container:after, .template--blog .featured-grid--item--link-container:after, .template--article .featured-grid--item--link-container:after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-w.svg);
position: absolute;
right: 10px;
top: 38%;
line-height: 1;
transition: all .4s 0s ease;
transform: scale(.8);
display: inline !important;
width: auto;
border: none;
}
.template--page .featured-grid--item--link-container:hover::after, .template--blog .featured-grid--item--link-container:hover::after, .template--article .featured-grid--item--link-container:hover::after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg);
position: absolute;
right: 5px;
top: 38%;
line-height: 1;
transition: all 0.4s 0s ease;
}
/*top*/
.featured-grid--item--link-container a {
padding: 16px 0;
min-width: 200px;
font-size: 14px;
}
.featured-grid--item--link-container a:hover {
background: #fff;
color: #222 !important;
opacity: 1;
}
.featured-grid--item--link-container a:after {
top: 38%;
}
.featured-grid--item--link-container a:hover::after {
content: url("//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg") !important;
top: 38%;
}
/*TOP　重要なお知らせ*/
.important-notices-left {
  width: 100%;
  min-width: 220px;
}
/*TOP　強み*/
.supplement-block {
/*width: 33%;*/
max-width: 286px;
}
.suppliment--image img {
width: 286px;
height: 286px;
}
.supplement-mnm-area .btn-gray a {
margin: 0 10px;
}
@media screen and (max-width: 767px) {
.supplement-block {
  margin: 0 auto 40px;
}
.supplement-wrapper {
  display: block;
}
.supplement-mnm-area .btn-gray a {
  margin: 0;
}
.supplement-mnm-area .btn-gray a:first-child {
  margin-bottom: 20px;
}
}

/*--------------
重要なお知らせ修正
---------------*/
@media screen and (max-width: 767px) {
.important-notices-right a {
    font-size: 14px;
}
}
/*--------------
お知らせ修正
---------------*/
.template--index .news-item {
padding: 20px 0;
padding: 0;
display: block;
}
.template--index .news-item a {
padding: 20px 0;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
.template--index .news-item a .news-article-title {
width: 75%;
}
.template--index .news-item a:hover {
opacity: 1 !important;
}
.template--index .news-item a:hover .news-article-title span {
text-decoration: underline;
}
@media screen and (max-width: 767px) {
.template--index .news-item a {
  display: block;
  padding: 15px 0;
}
.template--index .news-item a .news-article-title {
  width: 100%;
}
}
/*論文 お知らせ*/
@media screen and (min-width: 768px) {
.template--blog .heading-inner {
    top: 16px;
}
#news-list-container{
 padding-bottom: 100px !important;
}
 .template--blog .pager{
  margin-bottom: 0;
 }
}
@media screen and (max-width: 767px) {
 #news-list-container.mt40-sp{
 padding-bottom: 60px !important;
}
.news-area h2 {
    font-size: 24px !important;
}
}

#research-list-container .research-list-wrapper, #news-list-container .news-list-wrapper {
max-width: 1280px;
margin: auto;
padding: 0 40px;
}
#research-list-container .research-list-wrapper .research-item, #news-list-container .news-list-wrapper .news-item {
/* padding: 20px 0; */
padding: 0;
display: block;
}
#research-list-container .research-list-wrapper .research-item__link, #news-list-container .news-list-wrapper .news-item__link {
padding: 30px 30px;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}
#research-list-container .research-list-wrapper .research-item__link .news-article-title {
width: 80%;
padding-right: 30px;
}
#news-list-container .news-list-wrapper .news-item__link .news-article-title {
width: 84%;
padding-right: 30px;
}
#research-list-container .research-list-wrapper .research-item__link:hover, #news-list-container .news-list-wrapper .news-item__link:hover {
opacity: 1 !important;
}
#research-list-container .research-list-wrapper .research-item__link:hover .news-article-title span, #news-list-container .news-list-wrapper .news-item__link:hover .news-article-title span {
text-decoration: underline;
}
#research-list-container .research-list-wrapper .research-item-time:first-child {
min-width: 150px;
}
#news-list-container .news-list-wrapper .news-item-time {
min-width: 180px;
}
@media screen and (max-width: 767px) {
 #research-list-container {
  margin-top: 0 !important;
 }
#research-list-container .research-navigation {
    margin: 0 0 50px;
}
#research-list-container .research-list-wrapper, #news-list-container .news-list-wrapper {
  padding: 0;
}
#research-list-container .research-list-wrapper .research-item__link, #news-list-container .news-list-wrapper .news-item__link {
  padding: 15px 0;
  display: block;
}
#research-list-container .research-list-wrapper .research-item-time {
  float: left;
  display: inline;
  width: auto;
  min-width: auto;
  padding-right: 20px;
}
#research-list-container .research-list-wrapper .research-item__link .news-article-title {
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-right: 0;
}
#research-list-container .research-list-wrapper .research-item-time:first-child, #news-list-container .news-list-wrapper .news-item-time {
  min-width: auto;
}
#research-list-container .research-navigation li a:before {
  right: 10px;
}
#news-list-container .news-list-wrapper .news-item__link .news-article-title {
    width: 100%;
    padding-right: 0;
}
}
/*--------------
コラム調整
---------------*/


#column-detail .column-detail-wrapper h2, #column-detail .column-detail-wrapper p, #column-detail .column-detail-wrapper h3, #column-detail .column-detail-wrapper h4, #column-detail .column-detail-wrapper h5, #column-detail .column-detail-wrapper h6, #column-detail .column-detail-wrapper img {
padding-bottom: 0;
}
.btn-black.reverse a:after {
top: 40%;
}
.article--content {
font-family: var(--font-body-family);
}
#column-detail h1 {
font-size: 34px;
 line-height: 1.4;
color: #a2721b;
font-family: var(--font-heading-family) !important;
}
.newsletter--root {
  padding-bottom: 100px;
}
#column-detail .second-title {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
#column-detail h1{
    font-size: 22px;
}
 #column-detail .inner{
  padding: 0;
 }
 #column-detail .column-detail-wrapper p{
  font-size: 15px;
 }
 .pager {
    margin: 50px auto 0;
}

}
@media screen and (max-width: 450px) {
  .column-date .category-label{
  margin: 10px 0 10px;
 }
}

/*導入文追加*/
.column-fix-area{
 position: relative;
}
.column-add-area {
    min-height: 100px;
}
.article--content .lead {
    position: absolute;
    top: 20px;
    /* line-height: 1.8; */
    font-size: 15px;
}
@media screen and (min-width: 768px) {
#column-detail .table-contents {
    margin: 0 0 60px;
}
}

/*--------------
論文調整
---------------*/
#research-list-container .category-label {
color: #707070;
}
 #research-list-container .research-navigation li{
width:20%;
}
@media screen and (max-width: 767px) {
#research-list-container .research-navigation li{
width:33.33333%;
}
}
/*--------------
検索
---------------*/
/*非表示設定*/
.modal--container .search--count a {
pointer-events: none;
}
.modal--container .search--filter, .modal--container .search--view-more, .modal--container .search--view-more {
display: none;
}
/***********/
.modal--mask {
background: rgba(255, 255, 255, 0.8);
}
.modal--content {
/*background: none;*/
}
.search--root {
display: flex;
align-items: center;
align-content: center;
justify-content: center;
flex-wrap: wrap;
padding-top: 13%;
background: rgba(255, 255, 255, 1);
}
.search--root h2 {
width: 100%;
text-align: center;
}
.search-fix {
width: 100%;
max-width: 1200px;
padding: 40px;
}
.search--bar {
max-width: 500px;
margin: auto;
}
.search--textbox {
border: 1px solid #EBEBEB !important;
}
.search--bar svg {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%); /* Safari用 */
transform: translateY(-50%);
right: 9px;
width: 30px;
height: 30%;
opacity: 0.4;
}
/*--------------
商品一覧
---------------*/
.products-list-area{
 padding-bottom: 0;
}
.shiborikomi_select_center {
 padding-top: 30px;
 margin-bottom: -60px;
 max-width: 1320px;
}
.shiborikomi_select_center span{
  margin-right: 10px;
}
.shiborikomi_select_center #pref_select {
  margin-bottom: 0;

}
@media screen and (max-width: 767px) {
.shiborikomi_select_center {
    padding-top: 0;
    margin-bottom: -30px;
    margin-top: -10px;
}
.products-list-area .inner{
 padding: 0;
}
.template--collection .second-heading h2{
 font-size: 24px;
 margin-bottom: 30px;
}
.template--collection .second-heading {
    margin-bottom: 0;
}
 .template--collection .collection--header--root .image--container img{
  /*transform: scale(2.3);
    margin-left: -48%;*/
  max-width: 10000%;
    width: 900px;
    left: auto;
    right: -20%;
    top: 60px;
 }
  .template--collection .collection--header--root .image--root {
  height: 100px;
    overflow: hidden;
 }
}
/*--------------
商品詳細
---------------*/
/*一時的に非表示*/
.products-content-area .nav ul li:nth-child(4){
  display: none;
}

/* PDP tab nav chevrons (font-independent) */
.products-content-area .nav ul li::after,
.product__description .nav ul li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #222222;
  border-bottom: 1.5px solid #222222;
  transform: rotate(45deg);
  position: absolute;
  right: -18px;
  top: 50%;
  margin-top: -4px;
  font-family: inherit;
}

.product-media--wrapper .modal--link{
 cursor: none;
 pointer-events: none;

}
.cyuui {
display: none;
}
section.item .item-block-detail-btn01 .product-buy-buttons--cta {
  border: none;
  background-color: #dda906;
  font-size: 16px;
  font-weight: bold;
}
section.item .item-block-detail-btn01 .product-buy-buttons--smart .shopify-payment-button__button--unbranded {
  border: none!important;
  background-color: #e3480a!important;
  font-size: 16px;
  font-weight: bold;
}


@media screen and (min-width: 768px) {
section.item {
  margin-top: 100px!important;
}
}
section.item .item-block-detail-btn03 a:after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg) !important;
}
section.item .item-block-detail-btn03:hover a:after {
content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-w.svg) !important;
}
section.product .product-block-inner {
max-width: 280px;
}
.product-price--tax {
font-family: var(--font-heading-family) !important;
}
@media screen and (max-width: 767px) {
.template--product .custom-liquid--root {
  padding: 0 !important;
}
section.product h2 {
  font-size: 22px;
}
section.product .product-block-inner h3 {
  color: #707070;
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 67px;
}
section.item .form-type-number input {
  padding: 0;
}
section.detail {
    padding: 0 16px;
}
}
/*線*/
/*.item-block-detail .radios--value-button>*{
border-width: 1px;
}
.item-block-detail .radios--input[data-item=radio]:checked+.radios--value-button>*, .item-block-detail .radios--input[data-item=radio]:hover+.radios--value-button>*, .item-block-detail [data-is-swatches=true] .filter--input:checked+.radios--value-button>*, .item-block-detail [data-is-swatches=true] .filter--input:hover+.radios--value-button>*{
border-width: 2px;
}*/
/*disable*/
.item-block-detail-btn button:disabled {
background: #D5D5D5 !important;
color: #222222 !important;
pointer-events: none;
border: none !important;
}
.item-block-detail-btn button:hover:disabled {
opacity: 1;
}
section.item classic-favorite-hero-button {
  background-color: #fff;
  border: none;
  color: #222;
  margin-top: 15px;
}
section.item classic-favorite-hero-button rect {
  fill: #fff;
  color: #222;
}
section.item classic-favorite-hero-button path {
  fill: #222;
}
section.item classic-favorite-hero-button path.fh-button-icon {
  fill: #f97272;
}
section.item classic-favorite-hero-button.active {
  background-color: #fff;
}
section.item classic-favorite-hero-button.active path:nth-child(1) {
  fill: #222;
}
section.item classic-favorite-hero-button.active path:nth-child(2) {
  fill: #f97272;
}
section.item classic-favorite-hero-button.active path:nth-child(3) {
  fill: #f97272;
}
section.item classic-favorite-hero-button.active path:nth-child(4) {
  fill: #fff;
}
.item-block-detail-btn01 {
  margin-bottom: 15px!important;
}

@media screen and (max-width: 1130px) {
section.item .item-block-detail-btn01 .product-buy-buttons--cta, section.item .item-block-detail-btn01 .product-buy-buttons--smart .shopify-payment-button__button--unbranded, section.item classic-favorite-hero-button {
  font-size: 14px;
}
.item-block-detail-btn .fh-button {
  max-width: 304px;
  margin: auto;
}
}
/*--------------
ページ内リンクナビゲーション
---------------*/
.page-nav {
margin-bottom: 40px;
}
.page-nav ul {
padding-left: 0;
}
@media screen and (max-width: 767px) {
.page-nav {
  text-align: center;
  padding: 0 !important;
}
.template--page .page-nav{
  margin-top: 0 !important;
}

.page-nav ul li {
  display: block !important;
}
.page-nav a {
  padding: 16px 0;
  position: relative;
  width: 100% !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  border-bottom: 1px solid #fff;
}
.page-nav ul li img {
  display: inline !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
}

/*--------------
固定ページ余白調整
---------------*/
@media screen and (min-width: 768px) {
 .template-page--heading{
  /*padding-bottom: 0;*/
 }
 h1.template-page--heading,.customer--wrapper h1{
  font-size: 32px !important;
 }
 .customer--wrapper h1{
  margin-bottom: 0;
 }
 #shopify-section-template--15951877112044__main > .template-page--root{

 }
}
@media screen and (max-width: 767px) {
.page-account .customer--wrapper h1 {
    padding-bottom: 60px !important;
}
.template--page .template-page--heading {
    font-size: 24px;
}
 h1.template-page--heading{
  padding-bottom: 30px;
 }
 h1.tcenter.fs22-sp.mt100.mt40-sp.mb40-sp{
  font-size: 24px;
  margin: 60px !important;
 }
 #shopify-section-template--15951877144812__main > .template-page--root{
  padding-top: 60px;
  padding-bottom: 30px;

 }
 #shopify-section-template--15951877112044__main > .template-page--root{
  padding: 60px 30px 30px;
 }
 }
/*MNMについて知る*/
@media screen and (min-width: 768px) {
.page-about .section {
    padding: 0 0 100px;
}
 }
@media screen and (max-width: 767px) {
.page-about.connon-stye .section {
    padding: 0 16px 60px !important;
}

 .page-nav.mb100.mb40-sp{
  margin-bottom: 60px !important;
 }
 }
/*page-effect*/
@media screen and (min-width: 768px) {
 .page-effect.connon-stye .section {
    padding: 0 0 100px;
}
}
.page-effect.connon-stye{
  padding-bottom: 0 !important;
 }
@media screen and (max-width: 767px) {
 .page-effect .section {
    padding: 0 16px 60px !important;
}

 }
/*page-component*/
@media screen and (min-width: 768px) {
 .page-component.connon-stye .section {
    padding: 0 0 100px;
}
}
@media screen and (max-width: 767px) {
.page-component.connon-stye .section {
    padding: 0 16px 60px !important;
}

}
/*page-component*/
@media screen and (min-width: 768px) {
.page-intake.connon-stye .section {
    padding: 0 0 100px;
}
}
@media screen and (max-width: 767px) {
.page-intake.connon-stye .section {
    padding: 0 16px 60px !important;
}
.page-intake section.method .container-inner .method-block p {
    margin-left: 0;
}

}

/*研究・学術・活動*/
@media screen and (min-width: 768px) {

 #research-list-container.mt90{
  margin-top: 30px !important;
  padding-bottom: 100px;
 }
 #research-list-container .research-navigation {
    margin: 100px 0 100px;
}
}
@media screen and (max-width: 767px) {
 #research-list-container.mt90{
  padding-bottom: 60px;
 }
}
/*--------------
配送ポリシー
.---------------*/
section.delivery table th, section.delivery table .price {
white-space: nowrap;
}
/*--------------
強み
.---------------*/
@media screen and (min-width: 768px) {
section.mv {
  height: 600px !important;
}
section.mv .mv-img {
  padding-top: 4vw !important;
}
}
@media screen and (max-width: 767px) {
section.feature {
    background-color: #F7F7F7;
    margin-bottom: 60px;
    padding: 60px 0;
}
section.feature {
    margin-bottom: 60px !important;
    padding: 60px 0 !important;
}
section.feature .feature-block .feature-block-inner {
    margin-bottom: 60px !important;
    padding: 0 16px !important;
}
section.feature .feature-block .feature-catch {
    margin: 0 16px !important;
}
}
@media screen and (min-width: 1500px) {
section.mv {
  height: 660px !important;
}
section.mv .mv-img {
  padding-top: 5vw !important;
}
}
/*--------------
NMNについて知る
.---------------*/
@media screen and (min-width: 768px) {
.tab-nav {

    margin-top: 100px !important;
}
.template--customers--account .tab-nav {

    margin-top: 0px !important;
}
 .tab-nav:last-child{
 margin-top: 0 !important;
}
}
.tab-nav:last-child{
 margin-bottom: 0;
}
.section.strength{
 padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
.section.strength{
 padding-bottom: 60px;
}
}
/*--------------
ご利用ガイド
.---------------*/
@media screen and (max-width: 767px) {
.tab-nav ul li span {
    line-height: 1.4;
}
.page-nav ul li span {
    line-height: 1.4 !important;
}
}
/*--------------
歴史
.---------------*/
.page-history section.history .history-timeline li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.template--page .page-history section,.template--page .page-history section.activities,.template--page .page-history section.history  {
    padding: 60px 16px !important;
}
 .template--page .page-history section.thought  {
    padding-top: 0 !important;
}
}


/*--------------
マイページ
.---------------*/
/*ログイン*/
.page-login .account--register{
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-account h3, body .page-account h2 {
  border-bottom: 1px solid #D5D5D5;
  color: #A2721B;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px!important;
}
/*新規会員登録*/
@media screen and (max-width: 767px) {
 .template--customers--register section.form .agree input {
    transform: scale(2.5);
    margin: 10px 30px 11px 18px;
    float: left;
}
}
/*ポイント*/
.page-account .customer--wrapper p a {
  width: 100%;
  display: block;
  max-width: 333px;
  background-color: #222;
  color: #fff;
  margin: 40px auto;
  text-align: center;
  padding: 18px;
}
.page-account .customer--wrapper p a:hover {
  opacity: .7;
}
/*定期購入*/
.huckleberry-subscription-list-title {
  border-bottom: 1px solid #D5D5D5;
  color: #A2721B;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px!important;
}
.detail-btn, .back-btn {
  max-width: 333px;
  background-color: #222!important;
  color: #fff;
  margin: 0 auto 15px!important;
  display: block!important;
}
.huckleberry-subscription-list-id-title {
  width: 20%;
}
.huckleberry-subscription-list-id {
  width: 80%;
  max-width: 80%;
}
.huckleberry-subscription-detail-product-title {
  width: 20%;
}
.huckleberry-subscription-detail-product-name {
  width: 80%;
  max-width: 80%;
}
body .huckleberry-subscription-detail-btn,
body .huckleberry-subscription-detail-schedule-btn,
body .huckleberry-subscription-detail-delivery-btn,
body .huckleberry-subscription-detail-payment-btn {
  line-height: 1.4!important;
  background-color: #222!important;
  color: #fff!important;
}
body .huckleberry-subscription-detail-btn:hover,
body .huckleberry-subscription-detail-schedule-btn:hover,
body .huckleberry-subscription-detail-delivery-btn:hover,
body .huckleberry-subscription-detail-payment-btn:hover {
  opacity: .7;
}
.huckleberry-subscription-detail-btn.new-add,
.huckleberry-subscription-detail-btn.add {
  background-color: #A2721B!important;
  max-width: 333px;
  display: block;
  margin: 0 auto 15px;
}
.huckleberry-subscription-detail-schedule-title,
.huckleberry-subscription-detail-order-title,
.huckleberry-subscription-detail-delivery-title,
.huckleberry-subscription-detail-payment-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-body-family) !important;
  padding-bottom: 15px;
  border-bottom: solid 1px #D5D5D5;
  margin-bottom: 15px;
}
.huckleberry-subscription-list-color .grid__item h2 {
  border-bottom: 1px solid #D5D5D5;
  color: #A2721B;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px!important;
  border-bottom: solid 1px #D5D5D5;
}
.huckleberry-subscription-list-color .grid__item label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-body-family) !important;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 30%;
  display: inline-block;
}
.huckleberry-subscription-list-color .grid__item input,
.huckleberry-subscription-list-color .grid__item select {
  margin-bottom: 15px;
  width: 70%;
  display: inline-block;
}
.huckleberry-subscription-list-color .grid__item .btn {
  background-color: #222!important;
  color: #fff!important;
  max-width: 333px;
  width: 100%;
  display: block;
  margin: 40px auto 20px;
}
.huckleberry-subscription-list-color .grid__item .btn:hover {
  opacity: .7;
}
.huckleberry-subscription-list-color .grid__item .address-edit-toggle {
  text-align: center;
  display: block;
}
#modal-quantity-modify-content .sc-gsTEea {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#modal-quantity-modify-content .sc-gsTEea input {
  margin-bottom: 0;
}
#modal-quantity-modify-content .sc-gsTEea button {
  line-height: 1;
  background: #fff;
}
#modal-quantity-modify-content .sc-gsTEea button:hover {
  color: #222;
}
.micromodal-overlay [role=dialog] header h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-body-family) !important;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: inline-block;
}
.react-datepicker {
  margin-top: 10px;
}
#modal-delivery-days-content select {
  border: solid 1px #D5D5D5;
}
.react-datepicker__navigation-icon:before {
  top: 16px;
}
.micromodal-overlay .btn {
  background-color: #222;
  color: #fff;
}
.micromodal-overlay .btn:hover {
  opacity: .7;
}
.react-datepicker__navigation--next {
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .huckleberry-subscription-list-color .grid__item label {
    width: 100%;
  }
  .huckleberry-subscription-list-color .grid__item input,
  .huckleberry-subscription-list-color .grid__item select {
    width: 100%;
  }
}
/*お気に入り*/
.favhero-root {
  padding: 100px 48px !important;
}
.chakra-heading.favhero-page-title {
  border-bottom: none;
  color: #A2721B;
  margin-bottom: 100px;
  padding-bottom: 0;
  font-size: 32px!important;
  text-align: center !important;
  font-family: var(--font-heading-family) !important;
  font-weight: normal!important;
}
.favhero-root .favhero-product {
  margin: 0 auto;
}
.favhero-root .favhero-product {
  max-width: 250px;
}
.favhero-root .favhero-product__title {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-body-family)!important;
}
.favhero-root .favhero-product__price {
  font-size: 20px;
  font-weight: bolder;
  font-family: var(--font-heading-family) !important;
}
@media screen and (max-width: 767px) {
  .page-account h3, body .page-account .page-account h2 {
    font-size: 21px!important;
  }
  /*定期購入*/
  .huckleberry-subscription-list-title {
    font-size: 21px!important;
  }
  /*お気に入り*/
  .chakra-heading.favhero-page-title {
    font-size: 21px!important;
    margin-bottom: 60px !important;
  }
  .favhero-root {
    padding: 60px 16px !important;
  }
  .favhero-products .css-hjjlcw {
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-flow: row dense;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
  }
}
/*--------------
サイドバー
.---------------*/
.cart--notes {
  display: none;
}
.off-canvas--right-sidebar .cart--item--title a {
  font-size: 14px;
}
.off-canvas--right-sidebar .easy-points-form__balance {
  color: #A2721B;
  font-size: 16px;
}
.off-canvas--right-sidebar .easy-points-form__balance span {
  font-size: 20px;
}
.off-canvas--right-sidebar .cart--total [data-item]:nth-child(1) {
  font-size: 16px;
}
.off-canvas--right-sidebar .cart--total--price {
  font-weight: 700;
  font-size: 24px;
}
.off-canvas--right-sidebar .easy-points__total-points {
  color: #A2721B;
  font-weight: 400;
}
.off-canvas--right-sidebar .cart--checkout-button button {
  background-color: #e3480a;
  padding: 35px;
}
.off-canvas--right-sidebar .cart--checkout-button button:hover {
  opacity: .7;
}
.off-canvas--right-sidebar .cart--checkout-button button .cart-button--text {
  font-size: 18px;
}
.off-canvas--right-sidebar .easy-points-form__input input {
  width: 200px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .off-canvas--right-sidebar .easy-points-form__input input {
    width: 120px;
    margin-right: 0;
  }
}

/*404*/
.template--404 h1{
 font-family: var(--font-heading-family) !important;
}
.template--404 h3{
 font-family: var(--font-body-family) !important;
}
.template--404 .four-o-four--wrapper{
 max-width: 700px;
}

/*--------------
固定ページ目次
.---------------*/
.page-index {
 display: none;
}
@media screen and (max-width: 767px) {
.page-index {
 display: block;
 text-align: center;
 /* background: #f1f4f6; */
 /* padding: 10px; */
 font-weight: bold;
 padding-bottom: 10px;
 color: #A2721B;
 font-size: 1.6rem;
 font-family: var(--font-heading-family) !important;
}
}


/*--------------
メルマガ
.---------------*/
.shopify-email-marketing-confirmation__container{
 text-align: center;
    padding: 100px 0;
}
.shopify-email-marketing-confirmation__container h1{
 font-family: var(--font-heading-family) !important;
    color: #A2721B;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 100px;
}

.shopify-email-marketing-confirmation__container a {
    position: relative;
    width: 100%;
    max-width: 333px;
    background: #222222;
    font-weight: 400;
    color: #fff;
    display: none;
    padding: 21px 35px!important;
    height: auto;
    text-align: center;
    border: 1px solid #222;
    font-size: 14px;
    margin-top: 50px;
}
.shopify-email-marketing-confirmation__container a:after {
    content: url(//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/link-w.svg);
    position: absolute;
    right: 20px;
    top: 50%!important;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    line-height: 1;
    transition: all .4s 0s ease;
}
.shopify-email-marketing-confirmation__container a:hover::after {
content: url("//cdn.shopify.com/s/files/1/0639/3803/5948/t/4/assets/icon-arrow.svg") !important;
position: absolute;
right: 10px;
top: 50% !important;
-webkit-transform: translateY(-50%) !important; /* Safari用 */
transform: translateY(-50%) !important;
line-height: 1;
transition: all 0.4s 0s ease;
}
@media screen and (max-width: 767px) {
.shopify-email-marketing-confirmation__container{
    padding: 60px 16px;
}
.shopify-email-marketing-confirmation__container h1{
    font-size: 22px;
    padding-bottom: 60px;
}
}

/*--------------
フッタカード非表示
.---------------*/
#shopify-section-footer .footer--sub > div{
 display: none !important;
}

/*--------------
新規会員登録のフローティングバナー
.---------------*/
#floating-banner {
  display: block;
  position: fixed;
  right: 0;
  bottom: 5%;
  width: 238px;
  height: 67px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  #floating-banner {
    width: 50vw;
    height: 14.1vw;
    bottom: 5%;
  }
}
#floating-banner a {
  display: block;
  margin: 0;
  padding: 0;
}
#floating-banner img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html.is-scrolling #floating-banner {
  transform: translateX(0);
  opacity: 1;
}
html.is-scrollEnd #floating-banner {
  transform: translateX(100%);
  opacity: 0;
}

/*--------------
TOPページ　スラ―だーなしFV
.---------------*/

.fv-img-area{
 position: relative;
 height: 600px;
 overflow: hidden;

}
@media screen and (min-width: 768px) {
.fv-img-area img{
   position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 min-width: 1450px;
}
.fv-txt-area{
 position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
 left: 0;
 right: 0;
 margin: auto;
 max-width: 1200px;
 text-align: left;
    padding: 72px 10px;
}
}
.fv-ttl{
 font-size: 30px!important;
    margin-bottom: 26px;
    letter-spacing: 1.5px;
}
.fv-ttl-sub {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.5pt;
    color: #222;
}

@media screen and (max-width: 767px) {
 #shopify-section-template--15951877013740__16581095520ff83d8c .custom-liquid--root{
  padding: 0 !important;
 }
.fv-img-area{
 height: 100%;

}
 .fv-txt-area{
 padding: 36px;
max-width: 1200px!important;
    margin: auto;
 }
.fv-ttl{
 font-size: 22px!important;
    margin-bottom: 22px;
    text-align: center;
}
.fv-ttl-sub  {
    font-size: 14px;
    text-align: center;
}
}


/*--------------
H1調整
.---------------*/
section.mv .mv-catch h1 {
    font-size: 34px;
 margin-bottom: 25px;
 color: #A2721B;
 font-family: var(--font-heading-family) !important;
}
@media screen and (max-width: 767px) {
section.mv .mv-catch h1 {
    font-size: 30px;
}
}


@media screen and (min-width: 768px) {
 .template--collection .second-heading {
    margin-top: 0;
    max-height: 197px;
    overflow: hidden;
}
}
@media screen and (max-width: 767px) {
 .template--collection .heading-txt h1 {
     margin-bottom: 30px;
}
}

/*--------------
タブメニュー調整
.---------------*/
.tab-nav-fix{

}
.tab-nav-fix ul li {
    width: calc(100% / 5);
}

.tab-nav-fix ul a {
    width: 100% !important;
}
.tab-nav-fix ul a:hover img {
  transition: .3s;
  right: 10px;
}
.page-nav ul li img {
    width: 9.67px;
    display: block;
    margin: 0 auto;
    transition: .3s;
    object-fit: contain!important;
}
.page-nav ul a:hover img {
  transition: .3s;
  transform: translateY(10px);
}
.page-nav ul a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width: 1200px) {
.tab-nav-fix ul li {
    width: fit-content;
}
}
@media screen and (max-width: 767px) {
.tab-nav-fix ul li {
    width: 100%;
 margin-bottom: 1px;
}
.page-nav ul li {
    width: 100%;

}
.page-nav ul li a{
    padding: 9px 0;

}
}

/*--------------
カートドロワー（ヘッダー・モーダルより手前）
---------------*/
cart-drawer {
  z-index: 10001;
}

cart-drawer .cart-drawer__overlay {
  z-index: 1;
}

cart-drawer .drawer__inner,
cart-drawer .drawer__inner-empty {
  position: relative;
  z-index: 2;
}

cart-drawer .drawer__heading,
cart-drawer .totals__total {
  font-family: "EB Garamond", serif;
  color: #b9a463;
  font-weight: 400;
  letter-spacing: normal;
}

cart-drawer cart-remove-button .icon-remove,
cart-drawer .cart-item__error-text + svg {
  width: 1.5rem;
  height: 1.5rem;
}

cart-drawer .cart-item__error-text:empty + svg {
  display: none;
}

cart-drawer .cart-item .loading__spinner.hidden,
.cart-items .cart-item .loading__spinner.hidden {
  display: none;
}

/*--------------
モーダル z-index 修正（固定ヘッダーより上に）
---------------*/
.modal--mask {
  z-index: 10000 !important;
}
.modal--container {
  z-index: 10002 !important;
}
.modal--close,
.modal--next,
.modal--prev {
  z-index: 10002 !important;
}
.modal--window {
  z-index: 10001 !important;
}

/*--------------
ドロップダウン位置調整（右端の見切れ防止）
---------------*/
@media screen and (min-width: 768px) {
  .x-menu--level-2--container.x-menu--measure,
  .x-menu--level-2--container.x-menu--measure[data-transition='at_start'],
  .x-menu--level-2--container.x-menu--measure[data-transition='backwards'] {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    width: max-content !important;
    max-width: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    top: 0 !important;
    z-index: -9999 !important;
    overflow: visible !important;
  }

  .x-menu--level-1--link.x-menu--dropdown-align-right:not(.x-menu--collection-mega-nav) .x-menu--level-2--container,
  .x-menu--level-1--container > .x-menu--level-1--link:nth-last-child(-n+2):not(.x-menu--collection-mega-nav):not([data-x-menu--depth='1']) .x-menu--level-2--container {
    left: auto !important;
    right: 0 !important;
  }

  .x-menu--level-1--link.x-menu--dropdown-align-clamp .x-menu--level-2--container,
  .x-menu--level-1--container > li.x-menu--collection-mega-nav.x-menu--dropdown-align-clamp .x-menu--level-2--container,
  .x-menu--level-1--container > li.x-menu--collection-mega-nav:first-of-type.x-menu--dropdown-align-clamp .x-menu--level-2--container {
    left: var(--x-menu-dropdown-left) !important;
    right: auto !important;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--container {
    display: block !important;
    width: max-content !important;
    min-width: 220px;
    max-width: min(520px, calc(100vw - 32px));
    left: -16px !important;
    right: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
      0 12px 40px rgba(17, 17, 17, 0.1),
      0 2px 8px rgba(17, 17, 17, 0.04);
    background: #fff !important;
    white-space: normal;
    text-align: left;
    position: absolute;
    z-index: 200;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--container::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #957637 0%, #c4a96a 100%);
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--list {
    display: block !important;
    flex-wrap: unset !important;
    padding: 8px 12px 8px 8px;
    margin: 0;
    position: relative;
    list-style: none;
    white-space: normal;
    width: max-content;
    min-width: 100%;
    max-width: min(520px, calc(100vw - 32px));
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--list::before {
    display: none !important;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--link {
    display: block !important;
    padding: 0 !important;
    margin: 0 0 2px;
    width: auto !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    text-transform: none !important;
    vertical-align: unset;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--link:last-child {
    margin-bottom: 0;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--link > a {
    display: block;
    padding: 8px 14px 8px 10px !important;
    margin: 0;
    border-radius: 8px;
    line-height: 1.4;
    white-space: normal;
    color: #404040;
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-2--link > a:hover {
    background: #f8f7f5;
    color: #957637;
    text-decoration: none;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-3--container {
    display: block;
    padding: 0 0 4px;
    margin: 0;
    list-style: none;
    text-transform: none;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-3--link {
    padding: 0;
    margin: 0 0 2px;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-3--link a {
    display: block;
    padding: 7px 14px 7px 20px !important;
    margin: 0;
    border-radius: 8px;
    line-height: 1.4;
    white-space: nowrap;
    color: #404040;
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .x-menu--level-1--link:not(.x-menu--collection-mega-nav):not([data-x-menu--depth="1"]) .x-menu--level-3--link a:hover {
    background: #f8f7f5;
    color: #957637;
    text-decoration: none;
  }
}

/*--------------
コレクションメガメニュー（Pattern B: 左カテゴリ / 右商品一覧・非全幅）
---------------*/
@media screen and (min-width: 768px) {
  .x-menu--collection-mega-nav > a[aria-haspopup="true"]:hover + .x-menu--level-2--container,
  .x-menu--collection-mega-nav[data-x-menu--open="true"] .x-menu--level-2--container,
  .x-menu--collection-mega-nav .x-menu--level-2--container[data-transition="forwards"],
  .x-menu--collection-mega-nav .x-menu--level-2--container[data-transition="at_end"] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    z-index: 6 !important;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav,
  .x-menu--level-1--container > li.x-menu--collection-mega-nav:first-of-type {
    position: relative !important;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav .x-menu--level-2--container {
    width: min(560px, calc(100vw - 48px)) !important;
    max-width: calc(100vw - 48px) !important;
    min-width: 0 !important;
    left: -16px !important;
    right: auto !important;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
      0 12px 40px rgba(17, 17, 17, 0.1),
      0 2px 8px rgba(17, 17, 17, 0.04);
    padding-top: 0 !important;
    white-space: normal !important;
    background: #fff;
    position: absolute;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav .x-menu--level-2--container::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, #957637 0%, #c4a96a 100%);
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    pointer-events: none;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav:first-child .x-menu--level-2--container,
  .x-menu--level-1--container > li.x-menu--collection-mega-nav:first-of-type .x-menu--level-2--container {
    padding-top: 0 !important;
    border: 1px solid rgba(17, 17, 17, 0.06) !important;
    box-shadow:
      0 12px 40px rgba(17, 17, 17, 0.1),
      0 2px 8px rgba(17, 17, 17, 0.04) !important;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav:first-child .x-menu--level-2--container ul,
  .x-menu--level-1--container li.x-menu--collection-mega-nav .x-menu--collection-mega--cats,
  .x-menu--level-1--container li.x-menu--collection-mega-nav .x-menu--collection-mega--products {
    display: block !important;
    flex-wrap: unset !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .x-menu--level-1--container li.x-menu--collection-mega-nav:first-child .x-menu--level-2--container li,
  .x-menu--level-1--container li.x-menu--collection-mega-nav .x-menu--collection-mega--product {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
  }

  .x-menu--collection-mega--accent {
    display: block !important;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #957637 0%, #c4a96a 100%);
    pointer-events: none;
  }

  .x-menu--collection-mega {
    display: grid;
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
    grid-template-rows: 2px minmax(0, 380px);
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    background: #fff;
    position: relative;
    overflow: hidden;
  }

  .x-menu--collection-mega--cats {
    list-style: none;
    margin: 0;
    padding: 8px 0 6px;
    width: auto;
    min-width: 0;
    grid-column: 1;
    grid-row: 2;
    flex-shrink: 0;
    background: #faf9f8;
    border-right: 1px solid rgba(17, 17, 17, 0.06);
    overflow-y: auto;
  }

  .x-menu--collection-mega--cat {
    margin: 0;
  }

  .x-menu--collection-mega--cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 2px 8px;
    padding: 9px 10px 9px 12px;
    border-radius: 6px;
    color: #404040;
    text-decoration: none;
    font-family: var(--font-body-family);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  }

  .x-menu--collection-mega--cat-link > span {
    flex: 1;
    min-width: 0;
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .x-menu--collection-mega--cat.is-active .x-menu--collection-mega--cat-link {
    background: #fff;
    color: #957637;
    box-shadow: 0 1px 4px rgba(17, 17, 17, 0.06);
  }

  .x-menu--collection-mega--cat:hover:not(.is-active) .x-menu--collection-mega--cat-link {
    background: rgba(255, 255, 255, 0.72);
    color: #404040;
  }

  .x-menu--collection-mega--cat-link .icon--chevron-down {
    flex-shrink: 0;
    width: 6px;
    height: 4px;
    margin-left: auto;
    transform: rotate(-90deg);
    opacity: 0.65;
    transition: opacity 0.18s ease;
  }

  .x-menu--collection-mega--cat.is-active .x-menu--collection-mega--cat-link .icon--chevron-down,
  .x-menu--collection-mega--cat:hover .x-menu--collection-mega--cat-link .icon--chevron-down {
    opacity: 1;
  }

  .x-menu--collection-mega--panels {
    grid-column: 2;
    grid-row: 2;
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    height: 380px;
    max-height: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px 12px 0 8px;
    overflow: hidden;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
  }

  .x-menu--collection-mega--panels::-webkit-scrollbar {
    width: 4px;
  }

  .x-menu--collection-mega--panels::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.18);
    border-radius: 4px;
  }

  .x-menu--collection-mega--panel {
    display: none;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    height: 100%;
  }

  .x-menu--collection-mega--panel.is-active {
    display: flex;
    animation: collection-mega-panel-in 0.2s ease;
  }

  @keyframes collection-mega-panel-in {
    from {
      opacity: 0;
      transform: translateY(4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .x-menu--collection-mega--products {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 17, 17, 0.18) transparent;
  }

  .x-menu--collection-mega--products::-webkit-scrollbar {
    width: 4px;
  }

  .x-menu--collection-mega--products::-webkit-scrollbar-thumb {
    background: rgba(17, 17, 17, 0.18);
    border-radius: 4px;
  }

  .x-menu--collection-mega--product {
    margin: 0 0 2px;
  }

  .x-menu--collection-mega--product:last-child {
    margin-bottom: 0;
  }

  .x-menu--collection-mega--product a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #404040;
    transition: background 0.18s ease, color 0.18s ease;
  }

  .x-menu--collection-mega--product a:hover {
    background: #f8f7f5;
  }

  .x-menu--collection-mega--product a:hover .s-title {
    color: #957637;
  }

  .x-menu--collection-mega--product .s-thumb {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .x-menu--collection-mega--product .s-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .x-menu--collection-mega--product .s-title {
    font-family: var(--font-body-family);
    font-size: 14px;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .x-menu--collection-mega--empty {
    margin: 0 6px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #f8f7f5;
    font-size: 15px;
    color: #404040;
  }

  .x-menu--collection-mega--panel-footer {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    padding: 10px 12px 10px 8px;
    text-align: right;
    background: #fff;
    border-top: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 -10px 20px rgba(255, 255, 255, 0.92);
  }

  .x-menu--collection-mega--panel-footer::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    height: 14px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }

  .x-menu--collection-mega--shop-all {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-family: var(--font-body-family);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #404040;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 0.18s ease;
  }

  .x-menu--collection-mega--shop-all:hover {
    color: #957637;
  }

  .x-menu--collection-mega--shop-all .icon--chevron-down {
    flex-shrink: 0;
    width: 6px;
    height: 4px;
    transform: rotate(-90deg);
    opacity: 0.65;
    text-decoration: none;
  }

  .x-menu--collection-mega--shop-all:hover .icon--chevron-down {
    opacity: 1;
  }

  .x-menu--collection-mega--empty a {
    color: #404040;
    text-decoration: none;
    transition: color 0.18s ease;
  }

  .x-menu--collection-mega--empty a:hover {
    color: #957637;
  }
}

/* Beyond theme async: loading spinner visibility (JP theme--async.css) */
.product-buy-buttons--spinner {
  display: none;
}

.product-buy-buttons--primary[data-loading="true"] .product-buy-buttons--spinner {
  display: block;
}

.product-buy-buttons--primary[data-loading="true"] .product-buy-buttons--cta-text {
  display: none;
}

.product--quick-add[data-loading="false"] .product--spinner,
.product--quick-add:not([data-loading="true"]) .product--spinner {
  display: none;
}

.search--loading {
  display: none;
  position: absolute;
  top: 23px;
  left: -1px;
}

@media only screen and (max-width: 767px) {
  .search--loading {
    top: 15px;
  }
}

.product-pickup--root:not([data-loading="true"]) .product-pickup--spinner {
  display: none;
}

.product__modal-opener > .loading__spinner.hidden {
  display: none;
}

section.item .item-block-img .spinner--root {
  display: none;
}

/*--------------
元々のUS商品ページ・個別ページのフォントサイズ（MiraiLab LP以外）
---------------*/
section.item:not(.item--mirailab-lp) .products-content-area {
  font-size: 17px;
}

section.item:not(.item--mirailab-lp) .products-content-area h2 {
  font-size: 33px;
}

section.item:not(.item--mirailab-lp) .products-content-area h3 {
  font-size: 25px;
}

section.item:not(.item--mirailab-lp) .item-block-detail-name {
  font-size: 35px;
}

section.item:not(.item--mirailab-lp) .item-block-detail-price,
section.item:not(.item--mirailab-lp) .product-price--original {
  font-size: 31px;
}

section.item:not(.item--mirailab-lp) .item-block-detail-btn01 .product-buy-buttons--cta,
section.item:not(.item--mirailab-lp) .item-block-detail-btn01 .product-buy-buttons--smart .shopify-payment-button__button--unbranded {
  font-size: 17px;
}

.template-page--root,
.template-page--root [data-item="rte-content"],
.page-about .section,
.page-effect.connon-stye .section,
.page-history .section,
.strength-area {
  font-size: 17px;
}

h1.template-page--heading,
.template-page--root h2,
.page-about .section h2,
.strength-area h2 {
  font-size: 33px;
}

.template-page--root h3,
.page-about .section h3,
.strength-area h3 {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  section.item:not(.item--mirailab-lp) .item-block-detail-name {
    font-size: 31px;
  }

  section.item:not(.item--mirailab-lp) .products-content-area h2 {
    font-size: 31px;
  }

  h1.template-page--heading,
  .template--page .template-page--heading {
    font-size: 25px;
  }

  .strength-area h2 {
    font-size: 25px;
  }

  .strength-area h3 {
    font-size: 20px;
  }
}

/*--------------
コンテンツ全体フォントサイズ調整（ヘッダー・モバイルナビ除外）
---------------*/
#MainContent,
.shopify-section-group-footer-group,
cart-drawer,
.template-cart .cart__contents {
  font-size: 17px;
}

/* Beyond utility classes — content areas only */
#MainContent .fs11,
.shopify-section-group-footer-group .fs11,
cart-drawer .fs11 { font-size: 12px !important; }
#MainContent .fs12,
.shopify-section-group-footer-group .fs12,
cart-drawer .fs12 { font-size: 13px !important; }
#MainContent .fs13,
.shopify-section-group-footer-group .fs13,
cart-drawer .fs13 { font-size: 14px !important; }
#MainContent .fs14,
.shopify-section-group-footer-group .fs14,
cart-drawer .fs14 { font-size: 15px !important; }
#MainContent .fs15,
.shopify-section-group-footer-group .fs15,
cart-drawer .fs15 { font-size: 16px !important; }
#MainContent .fs16,
.shopify-section-group-footer-group .fs16,
cart-drawer .fs16 { font-size: 17px !important; }
#MainContent .fs17,
.shopify-section-group-footer-group .fs17,
cart-drawer .fs17 { font-size: 18px !important; }
#MainContent .fs18,
.shopify-section-group-footer-group .fs18,
cart-drawer .fs18 { font-size: 19px !important; }
#MainContent .fs20,
.shopify-section-group-footer-group .fs20,
cart-drawer .fs20 { font-size: 21px !important; }
#MainContent .fs21,
.shopify-section-group-footer-group .fs21,
cart-drawer .fs21 { font-size: 22px !important; }
#MainContent .fs22,
.shopify-section-group-footer-group .fs22,
cart-drawer .fs22 { font-size: 23px !important; }
#MainContent .fs24,
.shopify-section-group-footer-group .fs24,
cart-drawer .fs24 { font-size: 25px !important; }
#MainContent .fs26,
.shopify-section-group-footer-group .fs26,
cart-drawer .fs26 { font-size: 27px !important; }
#MainContent .fs28,
.shopify-section-group-footer-group .fs28,
cart-drawer .fs28 { font-size: 29px !important; }
#MainContent .fs30,
.shopify-section-group-footer-group .fs30,
cart-drawer .fs30 { font-size: 31px !important; }
#MainContent .fs44,
.shopify-section-group-footer-group .fs44,
cart-drawer .fs44 { font-size: 45px !important; }

@media screen and (max-width: 767px) {
  #MainContent .fs12-sp,
  .shopify-section-group-footer-group .fs12-sp { font-size: 13px !important; }
  #MainContent .fs13-sp,
  .shopify-section-group-footer-group .fs13-sp { font-size: 14px !important; }
  #MainContent .fs14-sp,
  .shopify-section-group-footer-group .fs14-sp { font-size: 15px !important; }
  #MainContent .fs16-sp,
  .shopify-section-group-footer-group .fs16-sp { font-size: 17px !important; }
  #MainContent .fs18-sp,
  .shopify-section-group-footer-group .fs18-sp { font-size: 19px !important; }
  #MainContent .fs20-sp,
  .shopify-section-group-footer-group .fs20-sp { font-size: 21px !important; }
  #MainContent .fs22-sp,
  .shopify-section-group-footer-group .fs22-sp { font-size: 23px !important; }
  #MainContent .fs24-sp,
  .shopify-section-group-footer-group .fs24-sp { font-size: 25px !important; }
  #MainContent .fs26-sp,
  .shopify-section-group-footer-group .fs26-sp { font-size: 27px !important; }
  #MainContent .fs28-sp,
  .shopify-section-group-footer-group .fs28-sp { font-size: 29px !important; }
  #MainContent .fs30-sp,
  .shopify-section-group-footer-group .fs30-sp { font-size: 31px !important; }
}

/* Footer */
.footer--blocks-left .foot-menu:nth-child(n+3) .foot-menu-item,
.footer--blocks-left .foot-menu:nth-child(n-2) .foot-menu-item:nth-child(2),
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item,
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:nth-child(2),
.footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:last-child {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .footer--blocks-left .foot-menu {
    font-size: 16px;
  }

  .footer--blocks-left .foot-menu .foot-menu-item {
    font-size: 13px;
  }

  .footer--blocks-left .foot-menu:nth-child(n+3) .foot-menu-item {
    font-size: 15px;
  }

  .footer--blocks-left .foot-menu:nth-child(4) .foot-menu-item:last-child {
    font-size: 16px;
  }
}

/* Cart drawer (Dawn rem components) */
cart-drawer .cart-item__name,
cart-drawer .product-option,
cart-drawer .cart-item__price-wrapper,
cart-drawer .totals__subtotal-value,
cart-drawer .totals__total-value {
  font-size: 1.5rem;
}

cart-drawer .cart-item__details .product-option,
cart-drawer .tax-note,
cart-drawer .cart__login-paragraph {
  font-size: 1.35rem;
}

cart-drawer .cart-items th {
  font-size: 1.4rem;
}

/* Cart drawer quantity selector: compact width + vertical balance */
cart-drawer .cart-item__quantity-wrapper {
  align-items: center;
  gap: 1.2rem;
}

cart-drawer .quantity-popover-container {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0;
  align-items: center;
}

cart-drawer quantity-input.quantity,
cart-drawer .quantity.cart-quantity {
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  min-height: 4rem;
  height: 4rem;
  align-items: center;
}

cart-drawer .quantity__input {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  height: 4rem;
  line-height: 4rem;
  padding: 0 0.25rem;
  font-size: 1.5rem;
  margin-bottom: 0;
}

cart-items .quantity__input,
.cart-items .quantity__input {
  margin-bottom: 0 !important;
}

cart-drawer .quantity__button {
  width: 3.6rem;
  height: 4rem;
  min-height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

cart-drawer .quantity__button svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

/*--------------
スマホヘッダー：カート数量・ハンバーガーメニュー
---------------*/
/* Header cart: count only (never show price in header) */
.header--root .header--cart .cart--external--total-price,
.cart--external--icon .cart--external--total-price {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header--x-menu .x-menu--overlap-icon {
    display: none !important;
  }

  .header--top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    box-sizing: border-box;
  }

  .header--left-column,
  .header--right-column {
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
    position: static !important;
    z-index: 2;
    height: 48px;
    min-height: 48px;
  }

  .header--left-column .header--logo[data-position='left'],
  .header--left-column .header--x-menu {
    display: none !important;
  }

  .header--middle-column {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
  }

  .header--middle-column .header--logo,
  .header--middle-column .logo--root {
    pointer-events: auto;
    margin: auto !important;
    padding: 0;
    width: 180px !important;
    max-width: 180px !important;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .header--middle-column .logo--wrapper {
    display: block;
    width: 100%;
    line-height: 0;
  }

  .header--middle-column .header--logo img,
  .header--middle-column .logo--root img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    object-fit: contain;
  }

  .header--menu-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }

  .header--menu-icon .header--menu-trigger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px;
    height: 24px;
    top: 0 !important;
    cursor: pointer;
    min-width: 0;
    padding: 0;
  }

  .header--menu-icon .header--menu-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    line-height: 0;
    flex-shrink: 0;
    margin-left: 0 !important;
    padding: 0 !important;
    color: #404040;
  }

  .header--menu-icon .icon--menu,
  .header--menu-icon svg {
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    display: block;
    flex-shrink: 0;
  }

  .header--cart,
  .header--cart-button,
  .cart--external--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
  }

  .header--root .header--right-column > .header--cart {
    padding: 0 !important;
  }

  .header--root .header--cart .header--cart-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
  }

  .header--root .header--cart .header--cart-toggle svg {
    width: 24px;
    height: 24px;
  }

  .cart--external--icon[data-item-count="0"] .cart--external--total-items,
  .header--root .header--cart .cart--external--total-items:empty {
    display: none !important;
  }

  .header--root .header--cart .cart--external--total-items {
    position: absolute;
    top: -2px;
    right: -6px;
    left: auto;
    min-width: 18px;
    height: 18px;
    width: auto;
    padding: 0 5px;
    border-radius: 999px;
    background-color: #b9a463 !important;
    color: #fff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-sizing: border-box;
  }
}
