:root {
  --ry-store-ink: #121c1f;
  --ry-store-blue: #4098ae;
  --ry-store-soft: #e9f4f6;
}
.ryonagi-store-logo {
  max-width: min(230px, 62vw) !important;
  height: auto !important;
  object-fit: contain !important;
}
header .ryonagi-store-logo,
.header-wrapper .ryonagi-store-logo {
  filter: brightness(0) invert(1);
  opacity: .96;
}
.header__heading-logo,
.header__heading-logo-wrapper img,
img[alt*="RYONAGI"],
img[alt*="涼凪"] {
  max-width: min(230px, 62vw) !important;
  height: auto !important;
  object-fit: contain !important;
}
#ryonagi-cart-root {
  position: relative;
  z-index: 2147483000;
}
.ry-cart-overlay {
  background: rgba(8, 14, 16, .42);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .2s ease;
}
.ry-cart {
  background: #fff;
  bottom: 0;
  box-shadow: -18px 0 42px rgba(0,0,0,.16);
  color: var(--ry-store-ink);
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 420px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(104%);
  transition: transform .24s ease;
  width: min(92vw, 420px);
}
.ry-cart-open .ry-cart-overlay {
  opacity: 1;
  pointer-events: auto;
}
.ry-cart-open .ry-cart {
  transform: translateX(0);
}
.ry-cart__head,
.ry-cart__foot {
  padding: 18px 20px;
}
.ry-cart__head {
  align-items: center;
  border-bottom: 1px solid #e6ecee;
  display: flex;
  justify-content: space-between;
}
.ry-cart__title {
  font-size: 18px;
  font-weight: 700;
}
.ry-cart__close {
  align-items: center;
  background: #f2f7f8;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  width: 36px;
}
.ry-cart__body {
  overflow: auto;
  padding: 12px 20px;
}
.ry-cart__empty {
  color: #6e7b7f;
  padding: 40px 0;
  text-align: center;
}
.ry-cart-item {
  border-bottom: 1px solid #edf1f2;
  display: grid;
  gap: 12px;
  grid-template-columns: 74px 1fr auto;
  padding: 14px 0;
}
.ry-cart-item img {
  aspect-ratio: 1;
  background: #f3f7f8;
  border-radius: 8px;
  object-fit: cover;
  width: 74px;
}
.ry-cart-item__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.ry-cart-item__meta,
.ry-cart-item__price {
  color: #607076;
  font-size: 12px;
  margin-top: 4px;
}
.ry-cart-item__remove {
  background: transparent;
  border: 0;
  color: #6e7b7f;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline;
}
.ry-cart__subtotal {
  align-items: center;
  border-top: 1px solid #e6ecee;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  padding: 0 0 14px;
}
.ry-cart__checkout {
  background: var(--ry-store-ink);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 18px;
  width: 100%;
}
.ry-cart__note {
  color: #738186;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.ry-cart-count-badge {
  align-items: center;
  background: var(--ry-store-blue);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  justify-content: center;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -4px;
  top: -4px;
}
.ry-selected-bundle {
  box-shadow: 0 0 0 2px var(--ry-store-blue) !important;
}
.ry-offer-brand-row {
  align-items: center;
  color: #b88955;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: .12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.ry-offer-brand-row__kanji {
  border: 1px solid rgba(184, 137, 85, .42);
  border-radius: 6px;
  color: #121c1f;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  padding: 6px 7px;
}
.ry-product-brand-mark {
  align-items: center;
  backdrop-filter: blur(14px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(245, 250, 251, .86));
  border: 1px solid rgba(184, 137, 85, .34);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(18, 28, 31, .12);
  display: inline-flex;
  gap: 12px;
  bottom: 22px;
  left: 22px;
  padding: 9px 14px 9px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}
.ry-product-brand-mark::after {
  background: #b88955;
  border-radius: 999px;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  width: 76px;
}
.ry-product-brand-mark img {
  display: block;
  filter: none !important;
  height: auto !important;
  max-width: 116px !important;
  object-fit: contain !important;
}
.ry-product-brand-mark span {
  color: #b88955;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  white-space: nowrap;
}
product-info media-gallery,
product-info .product__media-wrapper,
.product__media-wrapper {
  position: relative;
}
.product-media-container {
  position: relative;
}
media-gallery.ry-gallery-ready .product__media-list > .product__media-item:not(.is-active) {
  display: none !important;
}
media-gallery.ry-gallery-ready .product__media-list > .product__media-item.is-active {
  display: block !important;
}
media-gallery.ry-gallery-ready .thumbnail[aria-current="true"],
media-gallery.ry-gallery-ready .thumbnail.ry-thumb-active {
  border-color: #121c1f !important;
  box-shadow: 0 0 0 2px #121c1f !important;
}
media-gallery.ry-gallery-ready .thumbnail {
  cursor: pointer;
}
@media (max-width: 749px) {
  .ry-product-brand-mark {
    bottom: 10px;
    left: 10px;
    border-radius: 16px;
    padding: 7px 9px 7px 8px;
  }
  .ry-product-brand-mark img {
    max-width: 86px !important;
  }
  .ry-product-brand-mark span {
    display: none;
  }
}