/** Shopify CDN: Minification failed

Line 2721:17 Unexpected ")"

**/
:root {
  --font-cormorantGaramond-family: 'Cormorant Garamond', serif;
  --font-figtree: 'Figtree', sans-serif;
  --font-Hiragino-family:
    'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro',
    'Hiragino Kaku Gothic', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.u_mb-sm {
  margin-bottom: 32px !important;
}

@media screen and (max-width: 740px) {
  .u_mb-sm {
    margin-bottom: 30px !important;
  }
}

.u_mt-sm {
  margin-top: 19px !important;
}

@media screen and (max-width: 740px) {
  .u_mt-sm {
    margin-top: 21px !important;
  }
}

@media screen and (max-width: 740px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.container {
  max-width: calc(1440px + 80px * 2);
  padding-inline: 80px;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media screen and (max-width: 999px) {
  .container {
    max-width: calc(1440px + 40px * 2);
    padding-inline: 40px;
  }
}

@media screen and (max-width: 740px) {
  .container {
    max-width: calc(1440px + 20px * 2);
    padding-inline: 20px;
  }
}

wishlist-button-collection .wk-floating {
  z-index: 3;
}

/* ============================================
セクションタイトル
============================================ */
.c_section-title__wrapper {
  margin-bottom: 0;
}

.c_section-title__wrapper:has(.c_section-subtitle) {
  margin-bottom: 45px;
}

@media screen and (max-width: 740px) {
  .c_section-title__wrapper:has(.c_section-subtitle) {
    margin-bottom: 33px;
  }
}

.c_section-title {
  font-family: var(--font-cormorantGaramond-family);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
}

@media screen and (max-width: 740px) {
  .c_section-title {
    font-size: 26px;
    line-height: 1;
  }
}

.c_section-title--reverse {
  color: #fff;
}

.c_section-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: calc(25.5 / 15);
  margin-top: 28px;
}

@media screen and (max-width: 749px) {
  .c_section-subtitle {
    font-size: 14px;
    margin-top: 21px;
    line-height: calc(21 / 14);
  }
}

.c_section-title_sub--reverse {
  color: #fff;
}

.c_section-title--left {
  text-align: left;
}

.c_section-title--center {
  text-align: center;
}

.c_section-title--right {
  text-align: right;
}

/* ============================================
ボタン
============================================ */
.c_button {
  position: relative;
  display: inline-block;
  padding: 17px 27px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: fit-content;
  min-width: 146px;
  max-width: 100%;
  white-space: nowrap;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
  overflow: hidden;
  z-index: 0;
}

.c_button::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
  z-index: -1;
  transition: height 0.3s ease;
}

@media (any-hover: hover) {
  .c_button:hover::before {
    height: 100%;
  }

  .c_button:hover {
    color: #fff;
  }
}

.c_button--reverse {
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.c_button--reverse::before {
  background-color: #fff;
}

@media (any-hover: hover) {
  .c_button--reverse:hover {
    color: #000;
  }
}

@media screen and (max-width: 740px) {
  .c_button {
    padding: 14px 22px;
    font-size: 13px;
    min-width: 125px;
    font-size: 12px;
  }
}

/* ============================================
リンク
============================================ */
.c_link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(17 / 14);
  position: relative;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 999px) {
  .c_link {
    font-size: 13px;
  }
}

.c_link:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

@media (any-hover: hover) {
  .c_link:hover {
    opacity: 0.6;
  }
}

/* ============================================
商品カード
============================================ */
.c_product-item .c_product-item__info {
  position: relative;
  text-align: left;
}

.c_prodict-rating__badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
}

.c_prodict-rating__badge svg {
  width: 100%;
  height: 100%;
}
.swym-add-to-wishlist-view-product:after {
  content: none !important;
}

.swym-button.swym-add-to-wishlist-view-product {
  color: #000 !important;
  opacity: 1 !important;
}
.swym-button.swym-add-to-wishlist-view-product.swym-added {
  opacity: 1 !important;
}
.swym-button.swym-add-to-wishlist-view-product.swym-added path {
  fill: #000 !important;
}

/* Add property START ito */
.swym-button.swym-add-to-wishlist-view-product {
  svg {
    width: 15px;
    height: auto;
  }
}
/* Add property END ito */

.c_product-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c_product-info-wrapper .yotpo-widget-instance {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.c_product-info-wrapper .yotpo-widget-instance .yotpo-star-ratings-widget {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.c_product-info-wrapper .yotpo-sr-bottom-line-left-panel {
  display: none !important;
}

.c_product-info-wrapper .yotpo-sr-bottom-line-text {
  font-size: 12px !important;
  line-height: 1 !important;
}

.c_product-info-wrapper .wishlisthero-floating {
  top: auto;
  right: 0;
}

.c_product-info-wrapper .wishlisthero-floating svg {
  width: 15px;
  height: 15px;
}

.wishlisthero-floating:hover {
  background-color: transparent !important;
}

/* Wishlist Hero - Boost AI商品カード用 */
.c_boost-product-title-wrapper .wishlisthero-floating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
  top: -5px;
  right: 0;
}

.c_boost-product-title-wrapper .wishlisthero-floating svg {
  width: 15px;
  height: 15px;
}

.product-item__label-list .label {
  text-transform: none;
  vertical-align: top;
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-bold-weight);
  letter-spacing: 0.5px;
  line-height: 1.73333;
  border-radius: min(var(--block-border-radius), 2px);
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
}

.label--discount-percent {
  background-color: #000;
  color: #fff;
}

.product-item__label-list {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0 !important;
  display: flex;
  pointer-events: none;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  column-gap: 8px;
}
@media screen and (max-width: 769px) {
  .product-item__label-list {
    column-gap: 3px;
  }
}

/* ============================================
インスタフィード
============================================ */

#insta-feed .instafeed-new-layout-wrapper {
  grid-template-columns: repeat(5, 1fr) !important;
}

@media screen and (max-width: 740px) {
  #insta-feed .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#insta-feed .instafeed-new-layout-item {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
}

@media screen and (min-width: 741px) {
  #insta-feed .instafeed-new-layout-item:nth-child(n + 6) {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  #insta-feed .instafeed-new-layout-item:nth-child(n + 7) {
    display: none !important;
  }
}

/* ============================================
透過ヘッダー
============================================ */
body:has(.c_top-banner.has-transparent-header) .header.header--transparent {
  --header-background: transparent !important;
  --header-text-color: 255, 255, 255;
  --header-border-color: 255, 255, 255, 0.15;
  --header-transparent-bubble-text-color: 0, 0, 0;
  margin-bottom: calc(
    -1 *
      (
        var(--header-height, 0px) + var(--announcement-bar-height, 0) + var(--enable-sticky-announcement-bar, 0) *
          var(--announcement-bar-height, 0px)
      )
  );
}

body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar {
  z-index: 2 !important;
  color: white;
  transition:
    background 0.2s ease-in-out,
    color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar.is-active {
  color: rgb(var(--text-color));
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar::after {
  background-color: rgb(255 255 255 / 15%);
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar.is-active::after {
  background-color: #e1e1e1;
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar .announcement-bar {
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s ease-in-out;
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar.is-active .announcement-bar {
  background: rgb(var(--section-background)) !important;
}

body:has(.c_top-banner.has-transparent-header) .shopify-section--announcement-bar ~ .shopify-section--header {
  top: 0 !important;
}
body:has(.c_top-banner.has-transparent-header) .shopify-section--header {
  --enable-sticky-announcement-bar: 1;
}

body:has(.c_top-banner.has-transparent-header) .shopify-section--header.is-active .header {
  color: black;
  background-color: white;
}

.drawer__header {
  padding-inline: 40px;
  max-height: 82px;
  padding-block-start: 40px;
}
.drawer__header-title {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Cormorant Garamond';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.drawer__content {
  padding-block-start: 30px;
  font-family: Figtree !important;
}

.drawer__content .animated-plus {
  display: flex;
  align-items: center;
  width: 10px;
  height: 10px;
}

.drawer__content .animated-plus:after {
  width: 11px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.999999L5.5 5.5L10 1" stroke="black"/></svg>') !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  position: initial;
  transform: initial;
  display: block;
}
.drawer__content .animated-plus:before {
  display: none;
}

[aria-expanded='true'] > .animated-plus:after,
[aria-expanded='true'] > .animated-plus:after {
  transform: rotate(180deg);
}

.drawer__content {
  .mobile-nav__item {
    border: none;
  }

  .mobile-nav__item[data-level='1']:not(:has([is='toggle-button'])) .mobile-nav__link {
    position: relative;
  }
  .mobile-nav > .mobile-nav__item[data-level='1']:not(:has([is='toggle-button'])) .mobile-nav__link:after {
    content: '';
    width: 11px;
    height: 6px;
    background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.999999L5.5 5.5L10 1" stroke="black"/></svg>') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    position: initial;
    transform: initial;
    display: block;
    position: absolute;
    rotate: -90deg;
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }

  .mobile-nav__link {
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-block: 12.5px;
  }

  .mobile-nav .mobile-nav {
    padding-inline-start: 0px;
  }

  .mobile-nav .mobile-nav .mobile-nav__link {
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }

  .mobile-nav .mobile-nav .mobile-nav__item {
    margin-block-end: 0;
  }

  .mobile-nav + .mobile-nav__images-wrapper {
    margin-inline: calc(50% - 200px);
  }

  .mobile-nav__images-scroller {
    margin-block-end: 37.5px;
    padding-inline: 30px;
    gap: 20px;
  }

  .mobile-nav__image-push {
    max-width: 237px;
    min-width: 237px;
  }

  .mobile-nav__image {
    margin-bottom: 0px;
  }

  .mobile-nav__image-heading {
    margin-top: 10px;
    text-align: left;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    letter-spacing: 0.28px;
    text-transform: capitalize;
  }

  .header__cross-border {
    gap: 15px;
    margin-top: 37.5px;
  }

  .c_mobile-menu__localization .popover-button {
    padding-block: 6px 0px;
    padding-inline: 20px;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #000;
    display: flex;
    align-items: center;
  }

  .c_mobile-menu__localization .popover-button svg {
    display: block;
    margin-left: auto;
    top: initial;
    translate: 0 -2px;
  }

  .mobile-nav__policy-menu {
    margin-top: 40px;
  }
}

.drawer__footer {
  border-radius: 3px 3px 0 0;
  background: #222;
  min-height: 55px;
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  padding-inline: 30px;
}

.drawer__footer svg {
  width: 14.623px;
  height: 16.02px;
  flex-shrink: 0;
  aspect-ratio: 14.62/16.02;
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .popover__content {
    max-height: 200px !important;
  }
}
@media screen and (max-width: 999px) {
  .popover__content {
    height: auto !important;
  }
}
/* ------------------------------
  検索
------------------------------*/
@media screen and (max-width: 740px) {
  .predictive-search.drawer {
    opacity: 0;
  }
}
.predictive-search.drawer {
  transition: none !important;
}
#search-drawer .drawer__header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0;
  padding: 40px 40px 0;
  border: none;
  max-height: initial;
}
#search-drawer .drawer__header .drawer__close-button {
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  transform: none;
}
.predictive-search__form {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 28px;
}
.predictive-search__form svg {
  position: absolute;
  right: 30px;
}
.predictive-search__input {
  margin-inline-start: 12px;
  max-width: 320px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 3px;
  background: #f2f2f2;
  width: 100%;
  margin: 0 !important;
  padding-inline: 20px;
}
.boost-sd__instant-search-autocomplete {
  margin-top: 30px !important;
}
.boost-sd__instant-search-results--one-column .boost-sd__spelling-correction,
.boost-sd__suggestion-queries-group {
  padding: 0 40px !important;
}
.boost-sd__suggestion-queries-item-img {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
#boost-sd__instant-search-container .grid-view-item__reviews {
  display: none;
}
@media screen and (max-width: 1199px) {
  .yotpo-reviews-carousel-widget-container {
    margin: 0 !important;
    width: 100% !important;
  }
}

@media only screen and (min-width: 992px) {
  .predictive-search.drawer {
    display: none;
  }
  .predictive-search.drawer[open] {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .predictive-search.drawer {
    opacity: 0 !important;
  }
  .boost-sd__search-bar,
  #boost-sd__instant-search-container .boost-sd__search-bar-wrapper--mobile-style1 .boost-sd__search-bar-autocomplete {
    width: calc(335 / 375 * 100%) !important;
    max-width: 400px !important;
    left: initial !important;
    right: 0 !important;
  }

  .boost-sd__search-bar {
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    gap: 20px;
    height: auto !important;
    width: 100%;
    padding: 30px 30px 30px !important;
  }

  .boost-sd__search-bar-input {
    width: 100% !important;
  }
  .boost-sd__instant-search-container-mobile
    .boost-sd__search-bar-wrapper--mobile-style1
    .boost-sd__search-bar-autocomplete {
    width: 100%;
    height: calc(100% - 108px);
    position: fixed !important;
    top: 108px !important;
    left: 0 !important;
    background-color: #fff;
    list-style: none;
  }
}
/* ------------------------------
  検索一覧 /search
------------------------------*/
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-0'],
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-3'] {
  /* top: 90px !important; */
  transform: translateY(-6px);
  right: 0 !important;
  left: unset !important;
  width: 400px;
  height: calc(100% - 120px);
}
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-0']
  .boost-sd__instant-search-results,
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-3']
  .boost-sd__instant-search-results {
  flex-direction: column;
  display: flex;
  box-shadow: none !important;
  max-height: 100% !important;
}
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-0']
  .boost-sd__instant-search-results--one-column
  .boost-sd__instant-search-autocomplete,
#boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-3']
  .boost-sd__instant-search-results--one-column
  .boost-sd__instant-search-autocomplete {
  width: 100% !important;
  position: relative;
}
.boost-sd__suggestion-queries-group .boost-sd__suggestion-queries-item {
  padding: 0;
  width: auto;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.boost-sd__suggestion-queries-list {
  border-radius: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  #boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-0'],
  #boost-sd__search-widget-init-wrapper[aria-controls='boost-sd__search-widget-init-input-3'] {
    left: 0 !important;
    width: 400px;
    height: calc(100% - 90px);
  }
}
.boost-sd__suggestion-queries-item--product:hover {
  background-color: transparent !important;
}
#mobile-facet-toolbar {
  display: none;
}

#boost-sd__search-widget-init-wrapper .boost-sd__header-item {
  color: #000;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 20px;
}

.boost-sd__suggestion-queries-item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.boost-sd__instant-search-results--one-column
  .boost-sd__instant-search-product-list
  + .boost-sd__suggestion-queries-group:before,
.boost-sd__spelling-correction:after,
.boost-sd__suggestion-queries-group:after {
  content: none !important;
}

.boost-sd__suggestion-queries-group .boost-sd__suggestion-queries-link {
  padding: 11px !important;
  color: #000;
  text-align: center;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.boost-sd__instant-search-product-list {
  padding-block: 20px !important;
  margin-block: 26px 20px !important;
  padding-inline: 40px !important;
}

.boost-sd__instant-search-product-list + .boost-sd__suggestion-queries-group .boost-sd__suggestion-queries-item {
  padding: 0;
  width: auto;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: none;
  border: none;
}

.boost-sd__instant-search-product-list
  + .boost-sd__suggestion-queries-group
  .boost-sd__suggestion-queries-item
  .boost-sd__suggestion-queries-link {
  display: grid;
  grid-template-columns: auto 1fr;
  color: #000;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.boost-sd__suggestion-queries-item-product--left {
  border-radius: 0 !important;
}

.boost-sd__instant-search-product-list + .boost-sd__suggestion-queries-group .boost-sd__suggestion-queries-list {
  display: grid;
  gap: 0;
  padding: 0;
}

.boost-sd__spelling-correction {
  margin-bottom: 20px;
}
.boost-sd__instant-search-results--product-type-grid .boost-sd__instant-search-product-list-items {
  flex-flow: wrap;
  display: flex;
  gap: 25px 10px;
}
.boost-sd__suggestion-queries-item--product {
  padding: 0;
}

.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item--product {
  flex: 0 0 calc(50% - 10px * 1 / 2) !important;
  padding: 0;
}
.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.boost-sd__suggestion-queries-item-title {
  color: #000;
  font-family: Figtree;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.4);
}
.boost-sd__suggestion-queries-item-vendor {
  font-family: Figtree;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0 !important;
  order: 3;
}
.boost-sd__view-all {
  text-align: center;
  background-color: #fff;
  flex: none;
  height: 55px;
  overflow: auto;
}

.boost-sd__view-all-link {
  display: flex !important;
  max-width: 320px !important;
  height: 55px !important;
  padding: 17px 27px;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 3px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Figtree;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100%;
  background: #222 !important;
  margin: auto !important;
  box-shadow: none !important;
}
.boost-sd__g-scrollable {
  overflow: auto;
  padding-bottom: 40px;
}

.boost-sd__search-result-panel-content-item-image {
  width: 100px !important;
  aspect-ratio: 100 / 80 !important;
}
.boost-sd__search-result-panel-content-item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.boost-sd__suggestion-queries-item-price {
  font-size: 14px !important;
  color: #000 !important;
  font-variant-numeric: lining-nums proportional-nums !important;
  font-family: 'Cormorant Garamond' !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100% !important;
}
.boost-sd__suggestion-queries-item-price span {
  display: block;
}
.container
  .swym-ui-component
  .swym-wishlist-product-detail-content
  .swym-wishlist-product-detail-image-container
  .swym-image-thumbnails
  .swym-image-thumb
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.container .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  max-width: 100%;
  margin: 0;
  aspect-ratio: 1/1;
}

.container .swym-ui-component .swym-wishlist-grid {
  max-width: 100%;
  margin: auto;
  width: 100%;
}
.container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
  font-family: Figtree;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px !important;
  display: block;
}
.container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Cormorant Garamond';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.container .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  font-weight: 400;
  font-size: 12px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px;
  display: block;
}

.boost-sd__view-all-icon {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .boost-sd__search-bar .boost-sd__button-text-x--clear-style1 {
    display: none;
  }

  .boost-sd__search-bar .boost-sd__button-text-x:before,
  .boost-sd__search-bar .boost-sd__button-text-x:after {
    background-color: #000;
    border-radius: 0px;
    width: 16px;
    height: 1px;
  }

  .boost-sd__search-bar .boost-sd__search-bar-input {
    border-radius: 3px;
    background-color: #f2f2f2;
    padding-inline: 20px 40px;
    padding-block: 16px;
    border: none;
  }

  .boost-sd__search-bar .boost-sd__search-bar-input + span {
    position: absolute;
    right: 50px;
    top: 77px;
  }

  .boost-sd__instant-search-results--one-column .boost-sd__spelling-correction,
  .boost-sd__suggestion-queries-group {
    padding-inline: 30px !important;
  }

  .boost-sd__instant-search-autocomplete {
    margin-top: 30px !important;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-list {
    gap: 8.5px 8px;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__header-item {
    color: #000;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 16px;
    text-align: left;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-item--mobile-style1 {
    box-shadow: none;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-group .boost-sd__suggestion-queries-link {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 10px !important;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__instant-search-product-list {
    margin-block: 10px 10px !important;
    padding-inline: 30px !important;
  }

  .boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item--product {
    padding: 0 !important;
  }

  .boost-sd__suggestion-queries-item-product {
    max-height: 162.6px !important;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-item-title {
    color: #000;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0px;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-item-price span {
    color: #000;
    font-family: 'Cormorant Garamond';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }

  #boost-sd__search-bar-autocomplete-wrapper .boost-sd__suggestion-queries-item-vendor {
    color: rgba(0, 0, 0, 0.4);
    font-family: Figtree;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
  }

  #boost-sd__search-bar-autocomplete-wrapper
    .boost-sd__instant-search-results--product-type-grid
    .boost-sd__instant-search-product-list-items {
    gap: 24px 15px;
  }

  #boost-sd__search-bar-autocomplete-wrapper
    .boost-sd__instant-search-results--product-type-grid
    .boost-sd__suggestion-queries-item--product {
    flex: 0 0 calc(50% - 7.5px) !important;
  }

  #boost-sd__search-bar-autocomplete-wrapper
    .boost-sd__instant-search-results--product-type-grid
    .boost-sd__suggestion-queries-item-product--right {
    gap: 8px;
  }

  #boost-sd__search-bar-autocomplete-wrapper
    .boost-sd__instant-search-product-list
    + .boost-sd__suggestion-queries-group
    .boost-sd__suggestion-queries-item
    .boost-sd__suggestion-queries-link {
    color: #000;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: capitalize;
    padding-block: 20px !important;
  }

  .boost-sd__search-bar-input:focus-visible {
    border: none !important;
  }

  .boost-sd__view-all-link {
    height: 50px !important;
    padding: 20px !important;
  }

  .boost-sd__view-all-text {
    color: #fff;
    text-align: center;
    font-family: Figtree !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
}

/* ------------------------------
  検索一覧以外
------------------------------*/
.boost-search #boost-sd__search-widget-init-wrapper {
  top: 90px !important;
  right: 0 !important;
  left: unset !important;
  width: 500px;
  height: calc(100% - 90px);
}
.boost-search #boost-sd__search-widget-init-wrapper .boost-sd__instant-search-results {
  flex-direction: column;
  display: flex;
  box-shadow: none !important;
  max-height: 100% !important;
}
.boost-search .boost-sd__instant-search-autocomplete {
  width: 100% !important;
  position: relative;
}
.boost-sd__product-image-column.boost-sd__product-image-column--in-top.boost-sd__product-image-column--right {
  display: none;
}

.yotpo-layout-header-wrapper {
  overflow: scroll !important;
  justify-content: flex-start !important;
}
.c_variant-drawer-add-name-engraving-text {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.c_variant-drawer-add-name-engraving-text-description {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
  margin-bottom: 0;
}
.c_variant-drawer-add-name-engraving input {
  display: none;
}
.c_variant-drawer-add-name-engraving-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 19px;
  margin-top: 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.c_variant-drawer-add-name-engraving-checkbox {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  line-height: 20px;
}
.c_variant-drawer-add-name-engraving-checkbox svg {
  border-radius: 50%;
  border: 1px solid #000;
}
.c_variant-drawer-add-name-engraving-checkbox circle {
  fill: #fff;
}
.c_variant-drawer-add-name-engraving input:checked + .c_variant-drawer-add-name-engraving-checkbox circle {
  fill: #111111;
}
.c_variant-drawer-add-name-engraving input:checked + .c_variant-drawer-add-name-engraving-checkbox svg {
  border-color: transparent;
}
.c_variant-drawer-add-name-engraving input:checked + .c_variant-drawer-add-name-engraving-checkbox {
  border-color: #000;
}
.product-form__line-item-property {
  margin-top: 25px;
}
.input__block-label {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 13px;
}
.c_input__field--textarea,
.product-form__line-item-property input {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 3px;
  background: #f2f2f2;
  border: none;
  padding: 16px 20px;
}
.c_variant-drawer-add-name-engraving-text-description {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 0;
  color: #000;
  font-family: var(--font-figtree);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-form #w3-product-accessories {
  margin-top: 40px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
}
#accessories-container-heading h3 {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product-form .accessories-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  text-align: left;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#c_variant-drawer-add-name-engraving-selector {
  margin-top: 18px;
}
#c_variant-drawer-add-name-engraving-selector select {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 3px;
  border: none;
  padding: 8px 20px;
  width: 100%;
  border: 1px solid;
}
@media (hover: hover) {
  .product-form .accessories-item:hover {
    border-color: #000;
  }
}
.product-form .accessories-left {
  display: contents;
}
.product-form .accessories-item .accessories-img-wrapper {
  margin-top: 0px;
  float: left;
  cursor: pointer;
  position: relative;
  min-width: 89px;
  max-width: 89px;
  height: 110px;
}
.product-form .accessories-item .accessories-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-form .accessories-title {
  color: #000;
  font-family: var(--font-figtree);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 7px;
}
.product-form .accessories-right {
  overflow: hidden;
  margin-left: 18px;
  margin-right: 4px;
  max-width: 173px;
}
.product-form .accessory-price {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Cormorant Garamond';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.product-form .accessories-item input[type='checkbox'] {
  position: relative;
  display: none;
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px !important;
  min-height: 20px;
  min-width: initial;
  appearance: auto;
  -webkit-appearance: auto;
  order: 3;
  margin-left: auto;
  margin-right: 15px;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  border: 1px solid rgba(17, 17, 17, 1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  border-radius: 50%;
}
.product-form .accessories-item input[type='checkbox']::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #fff;
  opacity: 0;
}
.product-form .accessories-item input[type='checkbox']:checked::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 1;
}
.product-form .accessories-item input[type='checkbox']:checked {
  border: none;
}
.product-form .accessories-item input[type='checkbox']:checked::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  min-height: 20px;
  width: 20px;
  min-height: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #000;
  opacity: 1;
}
.product-form .accessories-item select {
  margin-bottom: 10px;
  width: auto;
  display: block;
  max-width: 120px;
  min-width: 120px;
  font-size: 10px;
}
@media screen and (max-width: 740px) {
  .drawer__header {
    padding-inline: 30px;
    max-height: 64px;
    padding-block-start: 30px;
  }
  .drawer__header-title {
    text-align: center;
    font-size: 24px;
    line-height: 22px;
  }
  .drawer__content {
    padding-block-start: 30px;
    padding-inline: 30px;
  }
  .drawer__content .animated-plus {
    display: flex;
    align-items: center;
  }

  .drawer__content .animated-plus:after {
    width: 11px;
    height: 7px;
    background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.999999L5.5 5.5L10 1" stroke="black"/></svg>') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    position: initial;
    transform: initial;
    display: block;
  }
  .drawer__content .animated-plus:before {
    display: none;
  }

  .drawer__content [aria-expanded='true'] > .animated-plus:after,
  [aria-expanded='true'] > .animated-plus:after {
    transform: rotate(180deg);
  }

  .drawer__content .mobile-nav + .mobile-nav__images-wrapper {
    margin-inline: initial;
    padding-inline: 24px;
  }

  .drawer__content .mobile-nav__images-scroller {
    margin-block-end: 22.5px;
    padding-inline: 0;
  }

  .drawer__content .mobile-nav__image-push {
    max-width: 223.5px;
    min-width: 223.5px;
  }

  .drawer__content .mobile-nav__image-heading {
    margin-top: 10px;
    text-align: left;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0px;
    text-transform: capitalize;
  }

  .drawer__content .header__cross-border {
    gap: 10px;
    margin-top: 22.5px;
  }

  .drawer__content .mobile-nav__policy-menu {
    margin-top: 30px;
  }

  .drawer__content .c_mobile-menu__localization .popover-button {
    height: 50px;
    padding-block: 3px 0;
  }

  .drawer__footer {
    border-radius: 3px 3px 0 0;
    background: #222;
    min-height: 50px;
    height: 50px;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    padding-inline: 30px;
  }

  .drawer__footer svg {
    width: 12.5px;
    height: 13.694px;
    aspect-ratio: 12.5/13.69;
    margin-right: 11px;
  }

  .c_variant-drawer-add-name-engraving-text {
    margin-bottom: 10px;
  }
  .c_variant-drawer-add-name-engraving-text-description {
    gap: 10px;
    margin-top: 10px;
  }

  .input__block-label {
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  #accessories-container-heading {
    margin-bottom: 20px !important;
  }
  .c_main-product .product-form__buy-buttons {
    margin-block-start: 0;
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-inline: calc(-1 * var(--container-gutter));
  }
  #subtotal-price {
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin-left: 12px;
  }
  .product-form__payment-container {
    gap: 10px;
    margin-block-start: 12px;
    display: grid;
  }
}

@media screen and (min-width: 741px) {
  .yotpo-reviews-carousel-widget-container {
    margin: 0 !important;
    width: 100% !important;
  }
}

.shopify-policy__body h2 {
  font-size: 30px;
}
.shopify-policy__body h1 {
  font-size: 30px;
}
.page-header__text-wrapper.text-container span {
  color: #000;
}
.page-header__text-wrapper.text-container span.bubble-count {
  color: #fff !important;
}
.page-header__text-wrapper.text-container a {
  color: #000 !important;
}
.account .page-header__text-wrapper.text-container a {
  color: #fff !important;
}
@media screen and (max-width: 740px) {
  .shopify-policy__body h2 {
    font-size: 22px;
  }
  .shopify-policy__body h1 {
    font-size: 22px;
  }
}

/* ==================================================
  言語、通貨スイッチャー
===================================================*/
@media screen and (min-width: 769px) {
  #md-app-embed__modal .md-modal__header__title span {
    color: #000 !important;
    font-family: 'Cormorant Garamond';
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px !important;
    text-transform: capitalize;
  }
  #md-app-embed__modal .md-modal__bodyContent__helperText {
    font-size: 12px;
    line-height: 1.25em;
    margin-block-end: 0 !important;
    color: #000;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }
  #md-app-embed__modal .md-modal__formContent__select label,
  #md-app-embed__modal .md-modal__formContent__selectLabel {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  #md-app-embed__modal button.md-form__select {
    height: 46px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-top: 6px;
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 6L1 1" stroke="black"/></svg>') !important;
    background-position: right 16px center;
    padding-inline: 20px 40px !important;
  }
  .md-modal__grid {
    display: block;
    grid-template-columns: 1fr auto !important;
  }

  .md-modal__container .md-modal__content {
    width: 725px;
    max-width: calc(100% - 80px);
  }

  .md-modal__grid .md-modal__grid__image {
    width: 300px !important;
    height: 100% !important;
    object-fit: cover;
    aspect-ratio: 3 / 5;
    border-radius: 0px;
  }

  .md-btn__primary {
    border-radius: 3px !important;
    background: #222 !important;
    height: 45px;
    color: #fff;
    text-align: center;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  #md-app-embed__modal .md-modal__header {
    display: flex;
    align-items: flex-start;
    flex-shrink: 10;
    padding: 50px 50px 0;
  }
  #md-app-embed__modal .md-modal__bodyContent {
    padding: 0 50px;
  }

  #md-app-embed__modal .md-modal__formContent {
    display: flex;
    padding: 0 50px 0;
    margin-top: 25px;
    position: relative;
    box-sizing: border-box;
    flex-wrap: wrap;
  }

  #md-app-embed__modal .md-modal__formContent__select {
    flex: auto;
    flex-basis: 100%;
  }
  #md-app-embed__modal .md-modal__formContent__select:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }

  #md-app-embed__modal button.md-form__select:hover {
    cursor: pointer;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    background-size: auto !important;
  }

  #md-app-embed__modal button.md-form__select[aria-expanded='true'] {
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L6 1L11 6" stroke="black"/></svg>') !important;
    background-position: right 16px center;
  }

  #md-app-embed__modal .md-form__select__span {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #000 !important;
  }

  #md-app-embed__modal .md-form__select__country__list-link-wrapper,
  #md-app-embed__modal .md-form__select__language__list-link-wrapper {
    column-gap: 12px;
  }

  #md-app-embed__modal .md-form__select__country__list-link__flag {
    border-radius: calc(infinity * 1px);
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
  }

  #md-app-embed__modal .md-form__select__country__list-link__flag img,
  .md-form__select__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
  }

  #md-app-embed__modal .md-modal__footer {
    padding: 26px 50px 0;
  }

  #md-app-embed__modal .md-modal__bodyContent p {
    color: #000 !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-block-start: 30px !important;
    margin-block-end: 12px !important;
  }
  .md-modal__content,
  .md-modal__content__img {
    border-radius: 0 !important;
  }

  #md-app-embed__modal ul {
    padding-inline-start: 16px;
  }
}
@media screen and (max-width: 768px) {
  .md-modal__content {
    height: fit-content;
    width: 95% !important;
    max-width: 335px !important;
    margin: auto;
    border-radius: 0px !important;
  }
  #md-app-embed__modal.md-app-embed .md-modal__header {
    padding: 49px 30px 0 !important;
  }
  #md-app-embed__modal.md-app-embed .md-modal__header__title {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1 1;
    display: flex;
    vertical-align: middle;
    justify-content: center;
  }
  #md-app-embed__modal.md-app-embed .md-modal__header__title span {
    color: #000;
    text-align: center;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
  }

  #md-app-embed__modal .md-modal__bodyContent__helperText {
    margin-block-end: 0 !important;
    color: #000;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  #md-app-embed__modal.md-app-embed .md-modal__bodyContent {
    padding: 0 30px !important;
  }
  #md-app-embed__modal.md-app-embed .md-modal__bodyContent p {
    margin-block-start: 17px !important;
    margin-block-end: 17px !important;
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
  }
  #md-app-embed__modal.md-app-embed .md-modal__formContent {
    padding: 0 30px !important;
    margin-top: 25px;
  }
  #md-app-embed__modal.md-app-embed .md-modal__formContent__select:nth-child(2) {
    margin-top: 16px !important;
  }

  #md-app-embed__modal ul {
    padding-inline-start: 16px;
  }

  #md-app-embed__modal .md-modal__formContent__select label,
  #md-app-embed__modal .md-modal__formContent__selectLabel {
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  #md-app-embed__modal button.md-form__select {
    height: 46px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 1L6 6L1 1" stroke="black"/></svg>') !important;
    background-position: right 20px center;
    margin-top: 6px;
    padding-inline: 20px 40px;
  }

  #md-app-embed__modal button.md-form__select:hover {
    cursor: pointer;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: auto !important;
  }

  #md-app-embed__modal button.md-form__select[aria-expanded='true'] {
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L6 1L11 6" stroke="black"/></svg>') !important;
    background-position: right 20px center;
  }

  #md-app-embed__modal .md-form__select__span {
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #000 !important;
  }

  #md-app-embed__modal .md-form__select__country__list-link-wrapper,
  #md-app-embed__modal .md-form__select__language__list-link-wrapper {
    column-gap: 12px;
  }

  #md-app-embed__modal .md-form__select__country__list-link__flag {
    border-radius: calc(infinity * 1px);
    width: 20px;
    height: 20px;
    aspect-ratio: 1 / 1;
  }

  #md-app-embed__modal .md-form__select__country__list-link__flag img,
  .md-form__select__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
  }

  #md-app-embed__modal .md-btn__primary {
    border-radius: 3px !important;
    background: #111 !important;
    height: 45px;
    color: #fff !important;
    text-align: center;
    font-family: Figtree;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  #md-app-embed__modal .md-modal__footer {
    padding: 26px 30px 50px !important;
  }
}

/* ==================================================
  お客様の声
===================================================*/

@media screen and (min-width: 769px) {
  .yotpo-reviews-carousel-widget-clear {
    .glide {
      margin-inline: calc(50% - 50vw);
      width: 100vw !important;
      max-width: 1441px;
    }

    .glide__slides {
      column-gap: 28px !important;
      padding-bottom: 15px;
      justify-content: start;
      padding-left: 0;
    }

    .glide__slide {
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: fit-content !important;
      position: relative;
    }

    .glide__slide:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #f2f2f2;
      display: block;
      rotate: 45deg;
      bottom: -9.97px;
      left: 50%;
      translate: -50%;
    }

    .reviews-carousel-card-container {
      width: 338px !important;
      min-height: 244px !important;
      padding: 33px 40px 45px 40px !important;
      background: #f2f2f2 !important;
      border: 0 !important;
      border-radius: 0px !important;
    }
    .reviews-carousel-reviewer-info-container {
      display: none;
    }
    .reviews-carousel-card-container .reviews-carousel-card-star-rating-shop-badge-container {
      margin-top: 0px !important;
      height: 12px;
    }

    .yotpo-star-ratings > div {
      gap: 4.04px;
    }

    .yotpo-star-container {
      margin-right: 0px !important;
      height: 12px;
      display: flex;
    }

    .yotpo-star-ratings svg {
      width: 7.96px;
      height: auto;
    }

    .review-title {
      color: #000;
      font-family: Figtree !important;
      font-size: 16px !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: 25px !important;
      margin-top: 21px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
    .reviews-carousel-card-review-content-container {
      margin-top: 7px !important;
    }
    .review-content {
      color: #000;
      font-family: Figtree !important;
      font-size: 15px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 140% !important;
      height: 63px !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
    .reviews-carousel-card-review-product-container {
      margin-top: 12px;
    }

    .review-product {
      height: 18px !important;
    }

    .review-product .review-product-name {
      font-family: Figtree !important;
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 140% !important;
      color: rgba(0, 0, 0, 0.5) !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
}

/* Add property START ito */
@media screen and (max-width: 1349px) {
  .glide__slides {
    justify-content: center;
    padding-left: 8vw !important;
  }
}
/* Add property END ito */

@media screen and (max-width: 768px) {
  .yotpo-reviews-carousel-widget-clear {
    .glide {
    }

    .glide__slides {
      column-gap: 15px !important;
      padding-bottom: 15px;
      justify-content: center;

      /* Add property START ito */
      padding-right: 150px !important;
      padding-left: 0px !important;
      /* Add property END ito */
    }

    .glide__slide {
      margin-left: 0 !important;
      margin-right: 0 !important;
      width: fit-content !important;
      position: relative;
    }

    .glide__slide:after {
      content: '';
      position: absolute;
      width: 24px;
      height: 24px;
      background: #f2f2f2;
      display: block;
      rotate: 45deg;
      bottom: -3.94px;
      left: 50%;
      translate: -50%;
    }

    .reviews-carousel-card-container {
      width: 280px !important;
      min-height: 187px !important;
      padding: 30px 16px 28.57px 30px !important;
      background: #f2f2f2 !important;
      border: 0 !important;
      border-radius: 0px !important;
    }
    .reviews-carousel-reviewer-info-container {
      display: none;
    }
    .reviews-carousel-card-container .reviews-carousel-card-star-rating-shop-badge-container {
      margin-top: 0px !important;
      height: 11px;
    }

    .yotpo-star-ratings > div {
      gap: 4.04px;
    }

    .yotpo-star-container {
      margin-right: 0px !important;
      height: 11px;
      display: flex;
    }

    .yotpo-star-ratings svg {
      width: 7.96px;
      height: auto;
    }

    .review-title {
      color: #000;
      font-family: Figtree !important;
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: 13px !important;
      margin-top: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
    .reviews-carousel-card-review-content-container {
      margin-top: 10px !important;
    }
    .review-content {
      color: #000;
      font-family: Figtree !important;
      font-size: 13px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 140% !important;
      height: 54px !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
    .reviews-carousel-card-review-product-container {
      margin-top: 14px;
    }

    .review-product {
      height: 12px !important;
    }

    .review-product .review-product-name {
      font-family: Figtree !important;
      font-size: 12px !important;
      font-style: normal !important;
      font-weight: 400 !important;
      line-height: 100% !important;
      color: rgba(0, 0, 0, 0.5) !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
}

.c_product-info-wrapper .yotpo-bottom-line-scroll-panel .yotpo-sr-bottom-line-button {
  flex-direction: row !important;
}

.c_product-info-wrapper .yotpo-sr-bottom-line-summary {
  flex-direction: row !important;
  align-items: center !important;
}

.header__inline-navigation {
  gap: 36px;
}

/* ==================================================
  お客様の声(商品詳細)
===================================================*/
.yotpo-base-layout {
  width: 100% !important;
}

.yotpo-widget-clear .yotpo-main-widget-layout {
  .yotpo-head {
    display: none !important;
  }

  .yotpo-bottom-line-summary {
    margin-block: 0px !important;
  }

  .yotpo-bottom-line {
    margin-block: 0px !important;
  }

  .yotpo-layout-header-wrapper {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-bottom: 30px !important;
    @media screen and (max-width: 999px) {
      margin-bottom: 25px !important;
    }
  }

  .yotpo-bottom-line .yotpo-bottom-line-right-panel {
    margin-left: 27px;
    padding-top: 0px !important;
    @media screen and (max-width: 999px) {
      margin-left: 13px;
    }
  }

  .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
    color: #000 !important;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Cormorant Garamond';
    font-size: 39px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    @media screen and (max-width: 999px) {
      font-size: 26px;
    }
  }

  .yotpo-bottom-line .yotpo-vertical-border {
    display: none;
  }

  .yotpo-filters-top-panel {
    column-gap: 15px !important;
    row-gap: 10px !important;
  }

  #yotpo-main-widget-btn {
    min-height: 55px !important;
    min-width: 200px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;

    @media screen and (max-width: 999px) {
      min-height: 40px !important;
      min-width: 108px;
      font-size: 12px;
    }
  }

  .yotpo-filters-container {
    margin-block: 30px 0px !important;
    @media screen and (max-width: 999px) {
      margin-block: 25px 0px !important;
    }
  }

  .yotpo-filters-container + .yotpo-review-border-smooth {
    display: none !important;
  }

  .yotpo-search-filter {
    min-height: 49px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #fff !important;
    padding-inline: 16px !important;
    justify-content: left !important;
    width: fit-content;
    min-width: 180px;
    color: #000;
    text-align: center;
    font-family: Figtree;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    @media screen and (max-width: 999px) {
      min-width: 160px !important;
      max-width: initial !important;
      min-height: 42px !important;
      flex-basis: calc(50% - 7.5px) !important;
    }
  }

  .yotpo-search-filter .yotpo-search-input {
    color: #000 !important;
    text-align: left !important;
    font-family: Figtree !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 100% !important;
    width: 100%;
    border-radius: 3px !important;
    padding-inline: 16px 0 !important;
    margin: 0px !important;
    @media screen and (max-width: 999px) {
      font-size: 12px !important;
      padding-inline: 8px 0 !important;
    }
  }
  .yotpo-mobile-filters-btn .yotpo-mobile-filters-btn-text[data-v-4bd428b0] {
    @media screen and (max-width: 999px) {
      font-size: 13px;
    }
  }

  .yotpo-search-filter--focus,
  .yotpo-search-filter:hover {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
  }

  button.yotpo-icon-button {
    width: 15px;
    height: 15px;
    --background: transparent !important;
    --color: #000 !important;
    --hover-background: transparent !important;
    --hover-color: #000 !important;
  }

  .yotpo-search-filter--focus:after,
  .yotpo-search-filter:hover:after {
    border-radius: 0 !important;
    outline: none !important;
    border: none !important;
  }

  button.yotpo-mobile-filters-btn.yotpo-mobile-filters-popup-btn {
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
    flex-basis: calc(50% - 7.5px) !important;
  }

  span.yotpo-dropdown-base.yotpo-dropdown-combobox-input.yotpo-dropdown-placeholder.yotpo-dropdown-placeholder-input {
    min-width: 142px !important;
    min-height: 49px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
    justify-content: center;
    @media screen and (max-width: 999px) {
      min-width: 160px !important;
      min-height: 42px !important;
      width: calc(50% - 7.5px) !important;
    }
  }

  button#mediaInput {
    min-width: 160px !important;
    min-height: 49px !important;
    border-radius: 3px !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none !important;
    justify-content: center;
    padding: 0px;
    @media screen and (max-width: 999px) {
      min-width: 160px !important;
      min-height: 42px !important;
      width: calc(50% - 7.5px) !important;
    }
  }

  .yotpo-selected-value {
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important;
    @media screen and (max-width: 999px) {
      transform: translateY(-43%) translateX(-57%) !important;
    }
  }

  .yotpo-dropdown-arrow-icon {
    @media screen and (max-width: 999px) {
      translate: 0px 2px !important;
    }
  }

  .yotpo-media-select:after {
    display: none !important;
  }

  .yotpo-dropdown-label {
    translate: 25px 6px !important;
  }

  svg.yotpo-radio-icon {
    display: none;
  }

  .yotpo-icon-button__container {
    order: -1;
  }

  .yotpo-star-rating {
    height: 19px;
    @media screen and (max-width: 999px) {
      height: 10px;
    }
  }

  .yotpo-star-rating-icon {
    width: 12px;
    height: 12px;
    @media screen and (max-width: 999px) {
      width: 9px;
      height: 9px;
    }
  }

  .yotpo-bottom-line-text {
    color: #000 !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 3.5px;
    @media screen and (max-width: 999px) {
      margin-top: 5px;
      font-size: 12px;
    }
  }

  .yotpo-review {
    display: grid !important;
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: auto auto auto auto;
    gap: 0px 0px;
    margin-block: 30px 0px !important;

    grid-template-areas:
      'icon star name date'
      'icon title title title'
      'icon sentence sentence sentence'
      'icon comment comment comment';

    @media screen and (max-width: 999px) {
      grid-template-areas:
        'icon star name date'
        'title title title title'
        'sentence sentence sentence sentence'
        'comment comment comment comment';
    }
  }

  .yotpo-shop-badge {
    display: none;
  }

  .yotpo-review-votes-text {
    display: none;
  }

  .yotpo-reviewer-image {
    width: 63px;
    margin-right: 0px;
    grid-area: icon;
    @media screen and (max-width: 999px) {
      width: 53px;
    }
  }

  .yotpo-verified-image-icon span {
    @media screen and (max-width: 999px) {
      display: flex;
    }
  }

  .yotpo-reviewer-details {
    grid-area: name;
    margin-left: 20px !important;
    height: 100%;
    margin-top: 4px;
    @media screen and (max-width: 999px) {
      margin-left: 10px !important;
      margin-top: 12px;
    }
    span {
      color: #000 !important;
      font-family: Figtree;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      @media screen and (max-width: 999px) {
        font-size: 12px !important;
      }
    }
  }

  .yotpo-review-title {
    grid-area: title;
    color: #000 !important;
    font-family: Figtree !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    margin-top: 15px !important;
    margin-left: 0px !important;
    @media screen and (max-width: 999px) {
      font-size: 13px !important;
      margin-top: 10px !important;
    }
  }

  .yotpo-review-star-rating {
    grid-area: star;
  }

  .yotpo-review-date {
    grid-area: date;
  }

  .yotpo-review-content {
    grid-area: sentence;
  }

  .yotpo-comment.yotpo-review-comment {
    grid-area: comment;
    width: 80% !important;
    @media screen and (max-width: 999px) {
      width: 100% !important;
    }
  }

  .yotpo-review-rating-title,
  .yotpo-review-left-panel,
  .yotpo-reviewer,
  .yotpo-review-center-panel,
  .yotpo-review-right-panel,
  .yotpo-review-details {
    display: contents !important;
  }

  .yotpo-star-rating.yotpo-review-star-rating {
    margin-bottom: 0px !important;
    height: 19px;
    margin-top: 4px;
  }

  .yotpo-date-format {
    color: rgba(0, 0, 0, 0.5) !important;
    font-family: Figtree;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    @media screen and (max-width: 999px) {
      font-size: 12px !important;
    }
  }

  .yotpo-review-content {
    margin-top: 4px !important;
    color: #000 !important;
    font-family: Figtree !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    /* max-width:calc(100% - 151px) !important; */
    width: 80% !important;
    @media screen and (max-width: 999px) {
      margin-top: 5px !important;
      font-size: 13px !important;
      width: 100% !important;
    }
  }

  .yotpo-reviews-pagination-container {
    display: none !important;
  }
}

.yotpo-review-votes-wrapper.top-margin {
  translate: 0px -28px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  @media screen and (max-width: 999px) {
    margin-top: 5px !important;
    margin-bottom: 30px !important;
    translate: 0px 0px !important;

    &:last-child() {
      display: none !important;
    }
  }
}

.yotpo-filters-container .yotpo-filters-container-inner {
  height: fit-content;
}

@media screen and (max-width: 999px) {
  .yotpo-widget-clear .yotpo-main-widget-layout {
    .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
      font-size: 26px !important;
    }
  }
}

/* Add property START ito */
.c_variant-drawer-name-engraving-page-text {
  color: #000;
  font-family: var(--font-figtree);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
/* ==================================================
フィルター（boost-app）  
===================================================*/
.md-modal__container {
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.6);
}

.c_boost-product-title-wrapper {
  align-items: baseline;
}

@media screen and (min-width: 769px) {
  .boost-sd__toolbar-container {
    .boost-sd__filter-tree-toggle-button {
      justify-content: center;
      max-width: 100%;
      width: 150px;
    }
  }

  .boost-sd-layout {
    .boost-sd__product-item {
      gap: 22px;
    }
  }

  .boost-sd__product-image-wrapper {
    aspect-ratio: 1/1 !important;
  }
}

@media screen and (max-width: 768px) {
  .boost-sd-layout {
    .boost-sd__product-item {
      gap: 15px;
    }
  }
}
/* Add property END ito */

section.section.c_multi-column .multi-column__text-container.text--center.text-container {
  text-align: left;
}
p.c_variant-drawer-name-engraving-page-text a span {
  color: #000 !important;
}

.swell-tab {
  z-index: 999 !important;
}

/* ==================================================
　product-recommendations (cart)
===================================================*/
.c_product-item {
  .product-item__image-wrapper {
    margin-block-end: 20px;
    @media screen and (max-width: 999px) {
      margin-block-end: 16px;
    }
  }

  .product-item-meta__title {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    @media screen and (max-width: 740px) {
      margin-top: 12px;
      font-size: 14px;
    }
  }

  .product-item-meta__price-list-container {
    margin-top: 8px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: var(--font-cormorantGaramond-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 25.98px;
    @media screen and (max-width: 740px) {
      margin-top: 6px;
      line-height: 24px;
    }
  }

  .product-item-meta__vendor {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.4;
    margin-top: 8px;
    text-transform: initial;
    margin-top: 8px;
    @media screen and (max-width: 740px) {
      margin-top: 6px;
      font-size: 12px;
    }
  }
}

/* ==================================================
　下層ページ
===================================================*/
.page-content {
  meta + * {
    margin-top: 0 !important;
  }

  h1 {
    font-family: var(--font-cormorantGaramond-family);
    font-weight: 500;
    font-size: var(--heading-h2-font-size);
    margin-top: 48px;
    margin-bottom: 0px;
    line-height: 1.5;
    @media screen and (max-width: 740px) {
      font-size: 36px;
      margin-top: 40px;
    }
  }

  h2 {
    margin-top: 36px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 40px;
    @media screen and (max-width: 740px) {
      font-size: 32px;
      margin-top: 32px;
    }
  }

  h3 {
    margin-top: 32px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 32px;
    @media screen and (max-width: 740px) {
      font-size: 28px;
      margin-top: 28px;
    }
  }

  h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 0px;
    @media screen and (max-width: 740px) {
      font-size: 18px;
      margin-top: 20px;
    }
  }

  h5 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 0px;
    @media screen and (max-width: 740px) {
      font-size: 16px;
      margin-top: 20px;
    }
  }

  h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 0px;
    @media screen and (max-width: 740px) {
      font-size: 15px;
      margin-top: 20px;
    }
  }

  iframe {
    margin-top: 40px;
    @media screen and (max-width: 740px) {
      margin-top: 32px;
    }
  }

  p {
    font-size: 15px;
    line-height: 170%;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  p:not(.heading) + p:has(img) {
    margin-top: 40px;
    @media screen and (max-width: 740px) {
      margin-top: 32px;
    }
  }

  p img:not([style*='float']) {
    margin-block: 0;
  }
}

/* ==================================================
　レビュー投稿モーダル
===================================================*/
#yotpo-modal {
  font-family: var(--font-figtree) !important;
  height: fit-content;
  max-height: 90% !important;
  border-radius: 10px !important;
  @media screen and (max-width: 740px) {
    max-width: 500px !important;
  }

  .yotpo-modal-body {
    @media screen and (max-width: 740px) {
      padding-inline: 10px !important;
    }
  }

  .yotpo-modal-header-heading,
  .yotpo-form-label,
  textarea,
  input,
  .yotpo-new-input-message,
  .yotpo-new-review-submit,
  .yotpo-new-input-message,
  p,
  span,
  .yotpo-upload-label {
    font-family: var(--font-figtree) !important;
  }

  .yotpo-star-rating-text {
    font-weight: 600 !important;
  }

  .yotpo-sr-star-empty {
    path {
      stroke: rgba(0, 0, 0, 0);
      fill: rgba(0, 0, 0, 0.2);
    }
  }

  .yotpo-sr-star-full {
    path {
      stroke: rgba(0, 0, 0, 1);
      fill: rgba(0, 0, 0, 1);
    }
  }
  .yotpo-input-wrapper,
  .yotpo-star-rating-wrapper {
    min-height: initial !important;
    height: initial !important;
  }

  .yotpo-input-wrapper {
    margin-top: 20px;
    min-width: initial !important;
    width: 100% !important;
  }

  textarea,
  input {
    padding: 8px 12px !important;
  }

  textarea {
    width: 100% !important;
  }

  .yotpo-new-input-message {
    margin-top: 6px !important;
  }

  .yotpo-name-email-wrapper {
    gap: 12px !important;
    width: 100% !important;
    @media screen and (max-width: 740px) {
      flex-wrap: wrap !important;
      gap: 0 !important;
      margin-bottom: 20px !important;
    }
  }
}

.yotpo-device-mobile {
  max-width: 650px !important;
  .yotpo-review-form {
    max-width: 400px !important;
    width: 100% !important;
  }
  #yotpo-modal {
    max-width: 500px !important;
  }

  .yotpo-name-email-wrapper {
    width: 100% !important;
    gap: 0px !important;
  }

  .yotpo-input-wrapper {
    margin-top: 16px;
  }

  .yotpo-file-upload {
    margin-top: 16px;
  }
}
.yotpo-review-form {
  width: 100% !important;
}

/* ==================================================
　someone-purchased
===================================================*/

#someone-purchased {
  img {
    @media screen and (max-width: 767px) {
      position: absolute !important;
      top: 50% !important;
      translate: 0 -50% !important;
      max-width: 68px !important;
      max-height: 68px !important;
    }
  }
  .fomo-notification-content {
    font-family: var(--font-figtree) !important;
    @media screen and (max-width: 767px) {
      padding-block: 10px !important;
      padding-inline: 0px 25px !important;
      float: initial !important;
      margin-left: auto !important;
      width: calc(100% - 80px) !important;
    }
  }
}

span.label.label--subdued {
  background-color: #000 !important;
}

/* label余白 */
/* .boost-sd__product-image-column.boost-sd__product-image-column--in-top.boost-sd__product-image-column--left {
  padding: 0;
} */
.c_cart_accordion__content {
  line-height: 1.4;
}
.boost-sd__product-label.boost-sd__product-label--text {
  padding: 0;
}
.boost-sd__product-label-text span {
  color: inherit;
  vertical-align: top;
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-bold-weight);
  letter-spacing: 0.5px;
  line-height: 1.73333;
  border-radius: min(var(--block-border-radius), 2px);
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
}
.c_cart_accordion__content {
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .boost-sd__product-label.boost-sd__product-label--text:last-of-type {
    margin-right: 0;
  }
  .boost-sd__product-image-column--in-top {
    flex-wrap: nowrap !important;
  }
  .boost-sd__product-label.boost-sd__product-label--text {
    margin-right: 3px;
  }
}

.page-header__text-wrapper button {
  padding: 4px 8px;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
h1.boost-sd__search-form-title {
  font-size: 24px;
}
@media screen and (max-width: 769px) {
  h1.boost-sd__search-form-title {
    font-size: 18px;
  }
}
.c_image-with-text .image-with-text__text-wrapper .button-wrapper {
  text-align: center;
}

/*========================
  パンくずリスト
========================*/
.boost-sd__breadcrumb {
  display: none !important;
}

/*========================
  コレクション 検索結果 お気に入り
========================*/
.c_boost-product-title-wrapper .swym-button {
  display: none !important;
}
.store-availability-information {
  padding-top: 20px;
}

.c_collection-banner .c_collection-banner__content-wrapper h1 {
  padding-top: 20px;
}
.boost-sd__filter-product-list {
  margin-top: 30px;
}
.boost-sd__button.boost-sd__button--clear.boost-sd__filter-option-label-btn {
  display: none;
}
#boost-sd__button--clear-all-filters {
  display: none;
}
.header__logo-image.header__logo-image--transparent {
  filter: brightness(0) invert(1);
}
.boost-sd__product-vendor:hover {
  color: rgba(0, 0, 0, 0.4) !important;
}
.boost-sd__product-list-grid--4-col.boost-sd__product-list--margin .boost-sd__product-item {
  background: none;
}
span.boost-sd__product-label-text {
  text-transform: none;
  vertical-align: top;
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-bold-weight);
  letter-spacing: 0.5px;
  line-height: 1.73333;
  border-radius: min(var(--block-border-radius), 2px);
  padding: 0 5px;
  font-size: 12px;
  display: inline-block;
}
span.boost-sd__product-label-text {
  background: #000 !important;
}
.boost-sd__product-label.boost-sd__product-label--text.boost-sd__product-label--rectangle.boost-sd__product-label--sale
  span.boost-sd__product-label-text {
  background: rgb(222, 42, 42);
}
.boost-sd__product-image-column.boost-sd__product-image-column--in-top.boost-sd__product-image-column--left {
  padding: 0;
}
shop-pay-wallet-button {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
div#accessories-info-text blockquote {
  margin: 0;
}
div#w3-product-accessories {
  margin-top: 0px !important;
}
