/** Shopify CDN: Minification failed

Line 995:1 Unexpected "/"

**/
/*============================================================================
 # Font
==============================================================================*/
/* Libre Caslon Display/Roboto Condensed/Inter/Noto Serif JP読み込み */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Caslon+Display&family=Noto+Serif+JP:wght@200..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*============================================================================
 # ResetCSS
==============================================================================*/
th {
  opacity: 1;
}

.text-subdued {
  color: rgb(var(--text-color) / 0.55);
}

/* ============ 本文関係============ */
.prose :where(:not(meta, span)+*) {
  margin-block-start: 1.5rem;
}

@media screen and (min-width: 1000px) {
  .prose:not(.prose--tight) :where(:not(meta, span)+*) {
    margin-block-start: 1.5rem;
  }
}

.prose {
  line-height: 2;
  font-size: 0.875rem;
}

.prose h1 {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h2 {
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h3 {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  text-transform: unset;
}

.prose h4,
.prose h5 {
  font-size: 1rem;
  line-height: 1.7;
  text-transform: unset;
}

.prose a.link {
  margin-block-start: 0;
}

.prose hr {
  border-top: none;
  border-bottom: 1px solid rgb(var(--border-color));
}

.prose iframe {
  max-width: 100%;
}

[dir=ltr] .prose ul {
  list-style: none;
  margin-left: 0.875rem;
}

[dir=ltr] .prose ul li {
  position: relative;
}

[dir=ltr] .prose ul li:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: calc(50% - 0.125rem);
}

[dir=ltr] .prose ol {
  margin-left: 1rem;
}

.prose table {
  table-layout: fixed;
  width: 100%;
}

.prose table tr:not(:last-child) {
  border-bottom: 1px solid rgb(var(--border-color));
}

.prose table tr:first-child th,
.prose table tr:first-child td {
  padding-top: 0;
  border: none;
}

:is(th, td):first-child {
  padding-left: 0;
}

.prose table th,
.prose table td {
  opacity: 1;
  font-size: 0.875rem;
  border: none;
  line-height: 1.7;
}

@media screen and (max-width: 699px) {
  .prose {
    font-size: 0.75rem;
    line-height: 2;
  }

  .prose h1 {
    font-size: 1.25rem;
  }

  .prose h2 {
    font-size: 1.125rem;
  }

  .prose h3,
  .prose h4,
  .prose h5 {
    font-size: 1.125rem;
  }

  .prose table th,
  .prose table td {
    opacity: 1;
    font-size: 0.6875rem;
  }
}


/*============================================================================
 # Variables
==============================================================================*/
:root {
  --en-font: 'Inter', sans-serif;
  --en-font-primary: 'Libre Caslon Display', serif;
  --en-font-secondary: 'Roboto Condensed', sans-serif;
  --jp-font: 'Noto Serif JP', serif;
  --base-spacing: 0.04em;
  --large-spacing: 0.06em;
  --xl-spacing: 0.1em;
  --default-container-width: 1340px;
}

/*============================================================================
 # MultiClass
==============================================================================*/
.c-opacity-1 {
  opacity: 1;
}

.container--default {
  --container-max-width: var(--default-container-width);
}

/*============================================================================
 # Compornent
==============================================================================*/
/* ============ セクション見出し ============ */
.prose h2.c-section-header__heading--default,
.c-section-header__heading--default {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--en-font-primary);
  text-transform: uppercase;
}

.prose h2.c-section-header__heading--default.c-section-header__heading--font-jp,
.c-section-header__heading--default.c-section-header__heading--font-jp {
  font-family: var(--jp-font);
}

.prose h2.c-section-header__heading--small,
.c-section-header__heading--small {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: var(--large-spacing);
  font-family: var(--en-font-primary);
  text-transform: uppercase;
}

.prose h2.c-section-header__heading--small.c-section-header__heading--font-jp,
.c-section-header__heading--small.c-section-header__heading--font-jp {
  font-family: var(--jp-font);
}

.c-section-header__subheading {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
  margin-block-start: 0;
}

p.h6.c-section-header__subheading {
  margin-block-start: 0;
}

.prose .c-section-header__content--margin-top {
  margin-block-start: 40px;
}

@media (max-width:699px) {

  .prose h2.c-section-header__heading--default,
  .c-section-header__heading--default {
    font-size: 26px;
    line-height: 1.3;
  }

  .prose h2.c-section-header__heading--small,
  .c-section-header__heading--small {
    font-size: 26px;
  }

  .prose h2.c-section-header__heading--small-jp,
  .c-section-header__heading--small-jp {
    font-size: 22px;
  }

  .prose h2.c-section-header__heading--xs-jp,
  .c-section-header__heading--xs-jp {
    font-size: 20px;
  }

  .c-section-header__subheading {
    font-size: 14px;
  }

  .prose.c-section-header__content--margin-top {
    margin-block-start: 24px;
  }
}

/*================ pagination ================*/
.c-pagination .pagination__link[aria-current="page"] {
  box-shadow: none;
  position: relative;
}

.c-pagination .pagination__link[aria-current="page"]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 3px;
  border-radius: 9999px;
  background: #D6C6B2;
}

.c-pagination * {
  font-family: var(--en-font-secondary);
  font-size: 13px;
}

@media screen and (min-width: 700px) {
  .c-pagination {
    grid-auto-columns: minmax(0, 2.2rem);
  }
}

/* ============ Modal ============ */
/* モーダルオーバーレイ */
.c-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000001;
}

.c-modal__overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダルコンテナ */
.c-modal__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  width: 90vw;
  max-width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 10000002;
  gap: 20px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-modal__container.is-active {
  visibility: visible;
  opacity: 1;
}

/* モーダルコンテンツ */
.c-modal__content {
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 100%;
  background-color: #fff;
  border-radius: 14px;
  height: auto;
  max-height: none;
}

.c-modal__content.is-active {
  transform: scale(1);
  opacity: 1;
}

/* モーダルヘッダー */
.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #D6C6B2;
  border-radius: 14px 14px 0 0;
}

.c-modal__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
}

.c-modal__close {
  background: none;
  border: none;
  font-size: 24px;
  color: #3B3B3B;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  position: relative;
  width: 24px;
  height: 24px;
}

.c-modal__close::before,
.c-modal__close::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #3B3B3B;
  top: 50%;
  left: 0;
}

.c-modal__close::before {
  transform: rotate(45deg);
}

.c-modal__close::after {
  transform: rotate(-45deg);
}

.c-modal__close:hover {
  color: #333;
}

/* モーダル本文 */
.c-modal__body {
  padding: 0;
  background: #F2F2F2;
  flex: 1;
  border-radius: 0 0 14px 14px;
}

/* ランク一覧 */
.c-modal__rank-list {
  padding: 0;
  margin: 0;
  background: #F2F2F2;
}

.c-modal__rank-item {
  display: flex;
  border-bottom: 1px solid #DFDFDF;
}

.c-modal__rank-item:last-child {
  border-bottom: none;
}

.c-modal__term {
  font-size: 14px;
  color: #3B3B3B;
  min-width: 134px;
  text-align: center;
  font-family: var(--text-font-family);
  letter-spacing: var(--base-spacing);
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
  border-right: 1px solid #DFDFDF;
}

.c-modal__desc {
  font-size: 14px;
  color: #3B3B3B;
  line-height: 1.6;
  padding: 20px 20px 20px 50px;
  flex: 1;
  display: flex;
  align-items: center;
  font-family: var(--text-font-family);
  letter-spacing: var(--base-spacing);
}

.c-modal__desc em {
  font-weight: 400;
  font-style: normal;
  letter-spacing: var(--base-spacing);
}

/* テキストエリア */
.c-modal__textarea {
  font-family: var(--text-font-family);
  color: #fff;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.c-modal__textarea p {
  margin: 0;
  line-height: 1.875;
  font-size: 13px;
  letter-spacing: var(--large-spacing);
}

.c-modal__textarea.is-active {
  opacity: 1;
  visibility: visible;
}

.c-modal__footer {
  padding: 0 24px 24px;
}

/* ========= レスポンシブ ========== */
@media (max-width: 999px) {
  .c-modal__container {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    padding: 20px;
  }

  .c-modal__container--small {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }

  .c-modal__header {
    border-radius: 10px 10px 0 0;
  }

  .c-modal__content {
    height: auto;
    max-height: none;
    display: flex;
    flex-direction: column;
  }

  .c-modal__body {
    flex: 1;
  }

  .c-modal__rank-list {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 10px 10px;
  }

  .c-modal__rank-item {
    flex-direction: column;
  }

  .c-modal__term {
    min-width: 100px;
    min-height: auto;
    border-bottom: none;
    border-right: none;
    margin-top: 20px;
    justify-content: flex-start;
    padding-inline: 24px;
  }

  .c-modal__term span {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    font-size: 13px;
  }

  .c-modal__term span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -13px;
    width: 1px;
    height: 10px;
    background: #C3C3C3;
  }

  .c-modal__desc em {
    display: none;
  }

  .c-modal__desc em+br {
    display: none;
  }

  .c-modal__desc {
    padding: 8px 24px 18px;
  }

  .c-modal__desc p {
    font-size: 12px;
    font-weight: 400;
  }

  .c-modal__textarea.is-active {
    margin-top: 20px;
  }
}

@media (min-width: 1000px) {

  /* モーダルオーバーレイ */
  .c-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .c-modal__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }

  /* モーダルコンテナ */
  .c-modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    gap: 20px;
    max-width: 780px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .c-modal__container.is-active {
    visibility: visible;
    opacity: 1;
  }

  .c-modal__container--small {
    max-width: 580px;
  }

  /* モーダルコンテンツ */
  .c-modal__content {
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 100%;
    background-color: #fff;
    border-radius: 14px;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .c-modal__content.is-active {
    transform: scale(1);
    opacity: 1;
  }

  /* モーダルヘッダー */
  .c-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: #D6C6B2;
    border-radius: 14px 14px 0 0;
  }

  .c-modal__title {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: var(--jp-font);
    letter-spacing: var(--large-spacing);
    color: #3B3B3B;
  }

  .c-modal__close {
    background: none;
    border: none;
    font-size: 24px;
    color: #3B3B3B;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    position: relative;
    width: 24px;
    height: 24px;
  }

  .c-modal__close::before,
  .c-modal__close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #3B3B3B;
    top: 50%;
    left: 0;
  }

  .c-modal__close::before {
    transform: rotate(45deg);
  }

  .c-modal__close::after {
    transform: rotate(-45deg);
  }

  .c-modal__close:hover {
    color: #333;
  }

  /* モーダル本文 */
  .c-modal__body {
    padding: 0;
    background: #F2F2F2;
    flex: 1;
  }

  /* ランク一覧 */
  .c-modal__rank-list {
    padding: 0;
    margin: 0;
    background: #F2F2F2;
    border-radius: 0 0 10px 10px;
  }

  .c-modal__rank-item {
    display: flex;
    border-bottom: 1px solid #DFDFDF;
  }

  .c-modal__rank-item:last-child {
    border-bottom: none;
  }

  .c-modal__term {
    font-size: 14px;
    color: #3B3B3B;
    min-width: 134px;
    text-align: center;
    font-family: var(--text-font-family);
    letter-spacing: var(--base-spacing);
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 8px;
    border-right: 1px solid #DFDFDF;
  }

  .c-modal__desc {
    font-size: 14px;
    color: #3B3B3B;
    line-height: 1.6;
    padding: 20px 20px 20px 50px;
    flex: 1;
    display: flex;
    align-items: center;
    font-family: var(--text-font-family);
    letter-spacing: var(--base-spacing);
  }

  /* テキストエリア */
  .c-modal__textarea {
    font-family: var(--text-font-family);
    color: #fff;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .c-modal__textarea p {
    margin: 0;
    line-height: 1.6;
  }

  .c-modal__textarea.is-active {
    opacity: 1;
    visibility: visible;
  }
}

/* ============ CheckBox ============ */
.checkout-checkboxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px;
}

.checkout-checkboxes.--cart .c-checkbox__container {
  justify-content: right;
}

.c-checkbox__container {
  display: flex;
  align-items: center;
}

.c-checkbox__input {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #D6C6B2;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.c-checkbox__input:checked {
  background-color: #D6C6B2;
}

.c-checkbox__input:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #3b3b3b;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.c-checkbox__title {
  font-weight: 700;
  font-size: 20px;
}

.c-checkbox__text {
  background: #d9d9d9;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 16px;
  color: #9B3035;
  width: 100%;
}

.c-checkbox__label {
  font-size: 15px;
}

.c-checkbox__label a {
  font-size: 15px;
}

@media (max-width:999px) {
  .c-checkbox__title {
    font-size: 16px;
  }

  .c-checkbox__text {
    font-size: 12px;
    padding: 4px 8px;
  }

  .c-checkbox__label {
    font-size: 13px;
  }

  .c-checkbox__label a {
    font-size: 13px;
  }
}

/* ============ Announcement bar ============ */
.announcement-bar .prose {
  line-height: 1.5;
  font-size: 0.75rem;
  font-family: var(--text-font-family);
}

.announcement-bar .icon-arrow-left,
.announcement-bar .icon-arrow-right {
  width: 0.5rem;
  stroke-width: 0.125rem;
}

@media screen and (max-width: 699px) {
  .announcement-bar .prose {
    font-size: 0.6875rem;
  }
}

/*================  Btn  ================*/
.button {
  border-radius: 9999px;
  position: relative;
  --initial-gradient: none;
  background: #D6C6B2;
  --button-text-color: #3B3B3B;
  color: var(--button-text-color);
  font-family: var(--text-font-family);
  border: none;
  padding: 14px 70px 14px 60px;
  font-size: 15px;
  letter-spacing: var(--large-spacing);
  transition: all 0.5s cubic-bezier(.785, .135, .15, .86);
}

.button:hover {
  background: #fff;
  --button-text-color: #3B3B3B;
}

.button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #3B3B3B;
  transition: all 0.5s cubic-bezier(.785, .135, .15, .86);
}

.button:hover:after {
  right: 45px;
  margin-left: -10px;
  width: 16px;
}

.button.button--border {
  border: 1px solid #C1C1C1;
}

.button.button--after-none {
  padding: 14px 60px;
}

.button.button--after-none::after {
  display: none;
}

.button.button--border:hover {
  border: 1px solid #C1C1C1;
}

.button.button--transparent {
  background: #fff;
}

.button.button--buy {
  padding: 22px 70px 22px 60px;
  font-size: 15px;
  line-height: 1.2;
  border: solid 1px transparent;
}

.button.button--buy:after {
  right: calc(110 * (100vw / 1340))
}

.button.button--buy:hover:after {
  right: calc(100 * (100vw / 1340))
}

.button.button--en-font {
  font-family: var(--en-font-secondary);
}

.button.button--transparent {
  background: transparent;
}

.button.button--transparent:hover {
  background: #D6C6B2;
}

.button:before {
  display: none;
}

*/ .c-button__prev,
.c-button__next {
  background: #D6C6B2;
}

product-sticky-bar .buy-buttons .button {
  border: 1px solid #D6C6B2;
}

.circle-button {
  background: #D6C6B2;
}

@media (min-width:699px) {
  .customer-account-overview .button.button--after-none {
    padding: 14px 50px;
  }
}

@media (min-width:1400px) {
  .button.button--buy:after {
    right: 110px;
  }

  .button.button--buy:hover:after {
    right: 100px;
  }
}

@media (max-width:1149px) {
  .button.button--buy:after {
    right: calc(80 * (100vw / 1149))
  }

  .button.button--buy:hover:after {
    right: calc(70 * (100vw / 1149))
  }
}

@media (max-width:999px) {
  .button.button--buy:after {
    right: calc(300 * (100vw / 999))
  }

  .button.button--buy:hover:after {
    right: calc(290 * (100vw / 999))
  }
}

@media (max-width:699px) {
  .button {
    font-size: 13px;
    padding: 8px 62px 8px 50px;
  }

  .button:after {
    right: 42px;
  }

  .button:hover:after {
    right: 37px;
  }

  .button.--after-none {
    padding: 8px 50px;
  }

  .button.--en-font {
    font-size: 11px;
  }

  .button.--buy {
    padding: 19px 70px 19px 60px;
    font-size: 14px;
  }

  .button.button--buy:after {
    right: calc(70 * (100vw / 375))
  }

  .button.button--buy:hover:after {
    right: calc(60 * (100vw / 375))
  }

  product-sticky-bar .buy-buttons .button:after {
    right: clamp(calc(90 * (100vw / 375)), calc(90 * (100vw / 375)), 86px);
  }

  product-sticky-bar .buy-buttons .button:hover:after {
    right: clamp(calc(80 * (100vw / 375)), calc(80 * (100vw / 375)), 79px);
  }
}

/* ============ Collection Toolbar ============ */
.c-collection-toolbar__products-count {
  opacity: 1;
  font-family: var(--en-font-secondary);
  color: #3b3b3b;
  font-size: 14px;
  letter-spacing: var(--large-spacing);
}

.c-collection-toolbar__button {
  font-family: var(--en-font-secondary);
  color: #3b3b3b;
  font-size: 14px;
  letter-spacing: var(--large-spacing);
}

.collection-toolbar {
  z-index: 2;
}

@media (max-width:699px) {
  .c-collection-toolbar__products-count {
    font-size: 11px;
  }

  .c-collection-toolbar__button {
    font-size: 11px;
  }
}

/* ============ Facets Drawer ============ */
.facets-drawer dialog-close-button .button {
  font-family: var(--text-font-family);
  background: #D6C6B2;
  color: #3B3B3B;
  border: solid 1px #D6C6B2;
  border-radius: 9999px;
}

/*============================================================================
 #Section
==============================================================================*/
/* ============ Slide Show ============ */
.prose p.c-slideshow__title:not(.prose .c-slideshow__title--small) {
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--en-font-primary);
}

.prose .c-slideshow__title--small {
  margin-block-start: 0;
  font-family: var(--en-font-primary);
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.c-slideshow__title--small::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  flex-shrink: 0;
  order: -1;
  background-color: #fff;
}

.c-slideshow__text p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
}

.prose .c-slideshow__text {
  margin-block-start: 15px;
}

.c-slideshow .page-dots {
  --dot-size: 9px;
}

.c-slideshow .circular-progress {
  width: 9px;
  height: 9px;
}

.c-slideshow .prose :is(.button, .button-group:has(.button)) {
  font-size: 14px;
}

@media (max-width:699px) {
  .prose p.c-slideshow__title:not(.prose .c-slideshow__title--small) {
    font-size: calc(55 * (100vw / 375));
    padding-top: 40px;
  }

  .prose p.c-slideshow__title--small {
    font-size: 21px;
  }

  .prose .c-slideshow__text p {
    font-size: 12px;
  }

  .prose .c-slideshow__text {
    margin-block-start: 25px;
  }

  .c-slideshow .slideshow__slide-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .c-slideshow .slideshow__slide-content .prose {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .shopify-section--slideshow:first-child .slideshow[allow-transparent-header] {
    --content-over-media-row-gap: 1.5rem;
  }

  .c-slideshow .prose :is(.button, .button-group:has(.button)) {
    margin-block-start: auto;
    font-size: 12px;
  }

}

@media (min-width:700px) {
  .prose p.c-slideshow__title:not(.prose .c-slideshow__title--small) {
    font-size: 90px;
  }

  .prose p.c-slideshow__title--small {
    font-size: 26px;
  }

  .prose .c-slideshow__text p {
    font-size: 13px;
  }
}

/* ============ Custom Featured Section ============ */
.c-featured-section {
  position: relative;
}

.c-featured-section.c-featured-section--background-none::before {
  display: none;
}

.c-featured-section::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - 150px);
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.c-featured-section__title {
  font-weight: 400;
  font-family: var(--en-font-primary);
  letter-spacing: var(--base-spacing);
  text-transform: uppercase;
  font-size: 36px;
}

.c-featured-section .container {
  position: relative;
  z-index: 2;
}

.c-featured-section .circle-button {
  background: #D6C6B2;
}

.c-featured-section .product-list {
  --product-list-default-column-gap: 1.375rem;
}

.c-featured-section .featured-collections-navigation {
  column-gap: 0.75rem;
}

.c-featured-section .featured-collections-navigation>button:not(:only-child):after {
  display: none;
}

.c-featured-section .featured-collections-navigation button:nth-child(1) {
  text-transform: uppercase;
}

.c-featured-section .button {
  text-transform: none;
  font-size: 13px;
}

.c-featured-section .featured-collections-navigation button {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: var(--large-spacing);
  font-family: var(--en-font-secondary);
  text-transform: none;
  line-height: 1.5;
  padding: 5px 20px;
}

.c-featured-section .featured-collections-navigation button[aria-current="true"] {
  background: #D6C6B2;
  border-radius: 9999px;
}

@media (max-width:699px) {
  .c-featured-section__title {
    font-size: 26px;
  }

  .c-featured-section .product-list {
    --product-list-default-column-gap: 12px;
    row-gap: 28px;
  }

  .c-featured-section .product-list:not(.product-list--carousel) {
    margin-inline: -8px;
  }

  .c-featured-section .featured-collections-navigation button {
    font-size: 12px;
    padding: 3px 13px;
  }

  .c-featured-section .featured-collections-navigation {
    gap: 3px;
  }

  .featured-collections-navigation {
    padding-left: 12px;
  }

  .c-featured-section .button {
    font-size: 11px;
  }
}

@media (min-width:1000px) {
  .c-featured-section::before {
    width: calc(100vw - 370px);
  }
}

/* ============ Custom Link List ============ */
.c-link-list.--home {
  position: relative;
}

.c-link-list.--home:before {
  position: absolute;
  z-index: 1;
  content: '';
  height: 100%;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: #FCF7F2;
  inset: 0;
}

.c-link-list.--home .container {
  position: relative;
  z-index: 2;
}

.c-link-list.--home .button {
  background: transparent;
}

.c-link-list.--home .button:hover {
  background: #D6C6B2;
}

.c-link-list__title {
  font-weight: 400;
  font-family: var(--en-font-primary);
  letter-spacing: var(--base-spacing);
  text-transform: uppercase;
  font-size: 36px;
}

.c-link-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
  align-items: center;
}

.c-link-list__items--gap-xl {
  gap: 28px;
}

.c-link-list__item {
  font-family: var(--en-font-secondary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: var(--large-spacing);
}

.c-link-list .button {
  text-transform: none;
  font-size: 13px;
}

@media (max-width:699px) {
  .c-link-list__title {
    font-size: 26px;
  }

  .c-link-list__list {
    position: relative;
  }

  .c-link-list__list:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #E8E2DC;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .c-link-list__items {
    gap: 36px 54px;
  }

  .c-link-list__item {
    font-size: 13px;
  }

  .c-link-list .button {
    font-size: 11px;
  }
}

@media (min-width:700px) {
  .c-link-list__items {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .c-link-list__item {
    font-size: 18px;
  }

  .c-link-list__items--gap-xl {
    gap: 32px;
  }
}

/* ============ Custom Collection List ============ */
.c-collection-list .content-over-media> :not(img, video, iframe, svg, video-media, picture, image-parallax) {
  width: 100%;
  height: 100%;
}

.c-collection-list .collection-card .prose :is(.button, .button-group:has(.button)) {
  margin-left: auto;
}

.c-collection-list .collection-card:nth-child(-n+3) .c-collection-list__title {
  padding-top: 48px;
}

.c-collection-list .collection-card:nth-child(n+4) .c-collection-list__title {
  padding-top: 16px;
}

.c-collection-list .collection-card .c-collection-list__title {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.c-collection-list .collection-card .button {
  background: transparent;
  color: #fff;
  border: solid #fff 1px;
  font-size: 12px;
  letter-spacing: var(--large-spacing);
  padding: 10px 45px 10px 32px;
}

.c-collection-list .collection-card .button::after {
  border-bottom: 1px solid #ffffff;
  right: 30px;
}

.c-collection-list .collection-card .button:hover {
  background: #fff;
}

/* PC用のフォントサイズ */
@media (min-width:700px) {
  .c-collection-list__title--pc-xl {
    font-size: min(calc(74 * (100vw / 1440)), 74px);
  }

  .c-collection-list__title--pc-lg {
    font-size: min(calc(58 * (100vw / 1440)), 58px);
  }

  .c-collection-list__title--pc-md {
    font-size: min(calc(48 * (100vw / 1440)), 48px);
  }

  .c-collection-list__title--pc-sm {
    font-size: min(calc(43 * (100vw / 1440)), 43px);
  }
}

/* スマホ用のフォントサイズ */
@media (max-width:699px) {
  .c-collection-list__title--sp-xl {
    font-size: calc(60 * (100vw / 375));
  }

  .c-collection-list__title--sp-lg {
    font-size: calc(48 * (100vw / 375));
  }

  .c-collection-list__title--sp-md {
    font-size: calc(30 * (100vw / 375));
  }

  .c-collection-list__title--sp-sm {
    font-size: calc(23 * (100vw / 375));
  }
}

.c-collection-list__title {
  font-weight: 500;
  letter-spacing: inherit;
  text-transform: capitalize;
  line-height: 1.1;
}

.c-collection-list__title--content {
  text-transform: none;
  font-family: var(--heading-font-family);
  display: flex;
  align-items: center;
}

.c-collection-list__content {
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-collection-list__text {
  margin-block-start: 8px;
  text-align: center;
  line-height: 1.3;
}

.c-collection-list__content p {
  color: #fff;
}

.c-collection-list .button {
  font-family: var(--text-font-family);
  line-height: 1.2;
}

.c-collection-list__text {
  font-size: 12px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  font-weight: 400;
}

.c-collection-list .prose :is(.button, .button-group:has(.button)) {
  margin-block-start: auto;
  margin-top: auto;
  width: fit-content;
}

@media (hover: hover) {
  .c-collection-list__card:hover .button:before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .features--button-transition .c-collection-list__card:hover .button:not([disabled]) {
    color: #3b3b3b;
    border: solid 1px #D6C6B2;
    background: #D6C6B2;
  }

  .features--button-transition .c-collection-list__card:hover .button:not([disabled])::after {
    border-bottom: solid 1px #3b3b3b;
  }

  .features--button-transition .c-collection-list__card:hover .button:not([disabled]):before {
    width: 100%;
    right: auto;
    left: 0;
  }

  .features--button-transition .c-collection-list__card:hover .button:not([disabled]):after {
    background: #3B3B3B;
  }
}

@media (max-width:699px) {
  .c-collection-list .collection-card .button {
    padding: 10px 45px 10px 33px;
  }

  .c-collection-list .collection-card:nth-child(-n+3) .c-collection-list__title {
    padding-top: 12px;
  }

  .c-collection-list .collection-card:nth-child(n+4) .c-collection-list__title {
    padding-top: 8px;
  }

  .c-collection-list .collection-card:nth-child(n+4) .prose :is(.button, .button-group:has(.button)) {
    margin-right: auto;
    padding: 10px 45px 10px 33px;
  }

  .c-collection-list .collection-card:nth-child(n+4) .prose .c-collection-list__text {
    font-size: 10px;
  }

  .c-collection-list .collection-card:nth-child(n+4) {
    flex-basis: 50%;
  }

  .c-collection-list .container--default {
    margin: 0;
  }

  .c-collection-list .c-featured-section__title {
    display: none;
  }

  .c-collection-list .c-section-header__subheading {
    display: none;
  }

  .c-collection-list .collection-card:nth-child(n+4) {
    flex-basis: calc(100% / 2 - (1px - 1px / 2));
  }

  .c-collection-list .collection-list {
    gap: 1px;
  }

  .c-collection-list .collection-card:nth-child(n+4) .content-over-media {
    --content-over-media-column-gap: 4px;
  }
}

@media (min-width:1000px) {
  .collection-list {
    display: flex;
    flex-wrap: wrap;
  }

  /* 1段目（1〜3番目）の商品カード */
  .collection-list .collection-card:nth-child(1),
  .collection-list .collection-card:nth-child(2),
  .collection-list .collection-card:nth-child(3) {
    flex-basis: 33.33333333333%;
  }

  /* 4番目以降の商品カード */
  .collection-list .collection-card:nth-child(n+4) {
    flex-basis: 25%;
  }
}

@media (min-width:700px) {
  .c-collection-list__item {
    height: 385px;
  }

  .c-collection-list .content-over-media {
    --content-over-media-gap: 1.75rem;
  }
}

/* ============ Custom entry ============ */
.c-entry {
  position: relative;
  overflow-x: hidden;
}

.c-entry::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(100vw - 360px);
  min-width: 800px;
  max-width: 1800px;
  right: 0;
  top: 0;
  height: 100%;
}

.c-entry .container {
  position: relative;
  z-index: 2;
}

.c-entry .button {
  background: transparent;
}

.c-entry .button:hover {
  background: #D6C6B2;
}

.c-entry__title {
  font-weight: 500;
  letter-spacing: var(--large-spacing);
  font-family: var(--jp-font);
  font-size: 32px;
}

.c-entry__container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 65px;
}

.c-entry__title--xl {
  font-size: 48px;
  font-weight: 400;
  font-family: var(--en-font-primary);
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: var(--base-spacing);
}

.c-entry__sub-title {
  font-size: 17px;
  font-weight: 500;
  font-family: var(--jp-font);
  line-height: 1.5;
  letter-spacing: var(--base-spacing);
}

.c-entry__images {
  position: relative;
  width: 100%;
}

.c-entry__image {
  width: 100%;
  max-width: calc(100% - 118px);
  height: 100%;
  overflow: hidden;
}

.c-entry__image img,
.c-entry__image--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-entry__image--small {
  width: 100%;
  max-width: calc(100% - 292px);
  min-width: 200px;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-entry__textarea {
  margin-block-start: 12px;
  margin-left: 24px;
}

.c-entry__textarea>div {
  margin-block-start: 16px;
}

.c-entry__textarea>div p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
}

.c-entry__info {
  background: #fff;
  position: relative;
  padding: 50px 40px 40px;
  margin-block-start: 62px;
  margin-left: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 100px;
}

.c-entry__content:nth-child(even) {
  position: relative;
}

.c-entry__content:nth-child(even):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  background: #F2ECE7;
}

.c-entry__head {
  display: flex;
  align-items: center;
}

.c-entry__body {
  margin-block-start: 14px;
}

.c-entry__body p {
  color: #767676;
  font-size: 12px;
  letter-spacing: var(--base-spacing);
  font-weight: 400;
  font-family: var(--text-font-family);
}

.c-entry__title--small {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: var(--base-spacing);
  color: #3B3B3B;
  display: flex;
  gap: 17px;
  align-items: flex-end;
  font-family: var(--jp-font);
}

.c-entry__title--small span {
  font-weight: 500;
  font-family: var(--en-font-secondary);
  letter-spacing: var(--base-spacing);
  color: #644633;
  font-size: 16px;
  display: inline-block;
}

.c-entry__icon {
  margin-left: auto;
}

.c-entry__ribbon {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: -24px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: var(--base-spacing);
  background: #D6C6B2;
  color: #3B3B3B;
  font-family: var(--jp-font);
  box-sizing: border-box;
  clip-path: polygon(0 0,
      12px 50%,
      0 100%,
      100% 100%,
      calc(100% - 12px) 50%,
      100% 0);
}

.c-entry__ribbon:before,
.c-entry__ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-entry__ribbon:before,
.c-entry__ribbon:after {
  display: none;
}

.c-entry__description .button {
  margin-block-start: 42px;
  margin-left: 24px;
  font-size: 14px;
}

@media (max-width:999px) {
  .c-entry__container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .c-entry__images {
    max-width: 600px;
    margin-inline: auto;
  }

  .c-entry__title--xl {
    font-size: 32px;
    line-height: 1.3;
  }

  .c-entry__textarea {
    margin-left: 0;
    margin-block-start: 11px;
  }

  .c-entry__sub-title {
    font-size: 20px;
  }

  .c-entry__textarea>div p {
    font-size: 13px;
  }

  .c-entry__textarea>div {
    margin-block-start: 11px;
  }

  .c-entry__ribbon {
    top: -28px;
    left: 0;
    right: 0;
    margin-inline: auto;
    max-width: 200px;
    height: 55px;
    font-size: 15px;
    line-height: 1.5;
    padding: 0 26px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .c-entry__content:nth-child(even):after {
    right: -20px;
    height: calc(100% + 64px);
    top: auto;
    bottom: 0;
    transform: translateY(0%);
  }

  .c-entry__body {
    padding-bottom: 20px;
  }

  .c-entry__info {
    margin-left: 0;
    padding: 64px 22px 0;
    gap: 15px 40px;
  }

  .c-entry__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 11px;
  }

  .c-entry__title--small {
    flex-direction: column;
    text-align: center;
    gap: 0;
    align-items: center;
  }

  .c-entry__icon {
    margin-inline: auto;
  }

  .c-entry__description .button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: fit-content;
  }
}

@media (max-width:699px) {
  .c-entry__title {
    font-size: 24px;
  }

  .c-entry__image {
    max-width: calc(100% - 74px);
  }

  .c-entry__image--small {
    min-width: 180px;
  }

  .c-entry__description .button {
    font-size: 11px;
  }
}

/* ============ Custom Text With Icons ============ */
.c-text-with-icons__title {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
}

.c-text-with-icons__item .prose p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  line-height: calc(22 / 13);
  font-family: var(--text-font-family);
  color: #767676;
}

@media (min-width:700px) {
  .shopify-section--text-with-icons:has(.c-text-with-icons.c-text-with-icons--border-top) {
    border-top: 1px solid #EBEBEB;
  }

  .c-text-with-icons.c-text-with-icons--border-top {
    margin-top: 44px;
  }
}

@media (max-width:699px) {
  .c-text-with-icons .text-with-icons {
    --text-with-icons-column-gap: inherit;
  }

  .c-text-with-icons .container {
    margin-inline: 0;
  }

  .c-text-with-icons__item-container {
    padding: 36px 18px 22px;
    border-top: 1px solid #E8E2DC;
  }

  .c-text-with-icons .text-with-icons__item:nth-child(odd) {
    border-right: solid 1px #E8E2DC;
  }

  .c-text-with-icons .text-with-icons {
    justify-content: left;
  }

  .c-text-with-icons .text-with-icons {
    gap: 0;
  }

  .c-text-with-icons__item-container {
    flex-direction: column;
  }

  .c-text-with-icons__item-container img {
    margin: auto;
    min-height: 42px;
  }

  .c-text-with-icons .text-with-icons>* {
    flex-basis: 50%;
  }

  .c-text-with-icons__title {
    font-size: 15px;
  }

  .c-text-with-icons__item .prose p {
    text-align: left;
    font-size: 12px;
  }

  .c-text-with-icons.c-text-with-icons--top {
    padding-bottom: 0;
  }
}

/* ============ Custom Rich Text ============ */
.c-rich-text .h1 {
  letter-spacing: var(--large-spacing);
}

.c-rich-text--background {
  position: relative;
}

.c-rich-text--background::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - 340px);
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.c-rich-text--background .container {
  position: relative;
  z-index: 2;
}

.c-richtext__textarea p {
  font-size: 16px;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
  font-weight: 400;
}

@media (max-width: 699px) {
  .c-rich-text--background::before {
    width: calc(100vw - 40px);
  }

  .c-richtext__textarea p {
    font-size: 14px;
  }
}

/*================ Custom bread crumb ================*/
.c-footer-breadcrumb .breadcrumb {
  display: block;
}

.c-footer-breadcrumb .breadcrumb__list {
  padding: 12px 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  column-gap: 0;
}

.c-footer-breadcrumb .breadcrumb__link {
  font-size: 12px;
  line-height: 12px;
}

.c-footer-breadcrumb .breadcrumb__link:not([aria-current=page]):not(:hover) {
  opacity: 0.5;
}

.c-footer-breadcrumb .breadcrumb__item {
  text-transform: uppercase;
  list-style-type: none;
  counter-reset: none;
}

.c-footer-breadcrumb .breadcrumb__item::before {
  counter-increment: none;
  content: none;
}

.c-footer-breadcrumb :where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: 0;
  list-style-type: none;
  counter-reset: none;
}

.c-footer-breadcrumb .breadcrumb__item::marker {
  content: "";
  display: none;
}

.c-footer-breadcrumb .breadcrumb__item--empty {
  display: none;
}

.c-footer-breadcrumb .breadcrumb__item--empty+.breadcrumb__item:before {
  display: none;
}

.c-footer-breadcrumb .breadcrumb__item+.breadcrumb__item:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 8.5L5 4.5L0.999999 0.5' stroke='%232F2725'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 1;
  margin: 0 12px;
}

@media screen and (max-width: 699px) {
  .c-footer-breadcrumb .breadcrumb__list {
    display: flex;
    overflow-x: scroll;
  }

  .c-footer-breadcrumb .breadcrumb__item {
    flex-shrink: 0;
  }

  .c-footer-breadcrumb .breadcrumb__link {
    font-size: 10px;
    line-height: 10px;
  }
}

/* ============ Custom Multi Column ============ */
.c-multi-column {
  padding-bottom: 60px;
}

.c-multi-column .section-header {
  max-width: var(--default-container-width);
}

.c-multi-column .section-header h2+.c-section-header__content {
  margin-block-start: 22px;
}

.c-multi-column--background {
  position: relative;
}

.c-multi-column--background::before {
  content: '';
  background: #FCF7F2;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.c-multi-column .container {
  position: relative;
  z-index: 3;
}

.c-multi-column .section-stack {
  gap: 54px;
}

.c-multi-column .c-section-header__content {
  text-align: left;
}

.c-multi-column .c-section-header__content p {
  font-size: 14px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  line-height: calc(30 / 14);
}

.c-multi-column__item {
  gap: 0;
}

.c-multi-column__description {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: -24px;
  margin-inline: 20px;
  margin-bottom: 24px;
  padding: 32px 36px 36px;
  box-shadow: 0px 3px 40px rgba(134, 134, 134, 0.16);
}

.prose .c-multi-column__title {
  font-weight: 400;
  font-family: var(--en-font-primary);
  letter-spacing: var(--large-spacing);
  text-transform: none;
  font-size: 36px;
  line-height: calc(66 / 36);
}

.c-multi-column__title--small {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--en-font-secondary);
  letter-spacing: var(--large-spacing);
  text-transform: uppercase;
  color: #3B3B3B;
  line-height: 1.3;
  position: relative;
  margin-block-end: 4px;
}

.c-multi-column__title--small::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -36px;
  width: 25px;
  height: 1px;
  background: #3B3B3B;
}

.c-multi-column__sub-title {
  font-size: 12px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  line-height: 1.3;
  display: block;
  margin-block-end: 26px;
}

.c-multi-column .prose :where(:not(meta, span)+*):not(.c-section-header__content--margin-top) {
  margin-block-start: 0;
}

.c-multi-column__textarea p {
  font-size: 13px;
  font-weight: 400;
  color: #3B3B3B;
  font-family: var(--text-font-family);
  line-height: calc(24 / 13);
  letter-spacing: var(--large-spacing);
}

.c-multi-column__textarea p strong {
  font-family: var(--text-font-family);
  font-weight: 600;
  color: #644633;
  font-size: 15px;
  letter-spacing: var(--large-spacing);
  line-height: calc(24 / 15);
  display: block;
  margin-bottom: 5px;
}

@media (max-width:699px) {
  .c-multi-column__container {
    grid: auto / auto-flow calc(100vw - 70px);
  }

  .c-multi-column__title--small {
    font-size: 18px;
  }

  .prose .c-multi-column__title {
    font-size: 26px;
    line-height: calc(32 / 26);
  }

  .c-multi-column__sub-title {
    margin-block-end: 12px;
    font-size: 10px;
  }

  .c-multi-column .c-section-header__content p {
    font-size: 13px;
    line-height: calc(24 / 13);
  }

  .c-multi-column__description {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: -20px;
    margin-inline: 16px;
    padding: 26px 20px 28px;
  }

  .c-multi-column__textarea p {
    font-size: 12px;
    line-height: calc(20 / 12);
  }

  .c-multi-column__textarea p strong {
    font-size: 14px;
  }

  .c-multi-column__title--small::before {
    top: 10px;
    left: -20px;
    width: 11px;
  }
}

@media (min-width: 1000px) {
  .c-multi-column--background::before {
    width: calc(100vw - 370px);
  }

  .c-multi-column .c-section-header__content {
    text-align: center;
  }
}

/* ============ Custom Link Select ============ */
.c-link-select.c-link-select--background {
  position: relative;
}

.c-link-select.c-link-select--background::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - ((100vw - var(--default-container-width)) / 2) - 238px);
  height: 240px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #FCF7F2;
}

.c-link-select .button {
  font-size: 14px;
}

.c-link-select .container {
  position: relative;
  z-index: 2;
}

.c-link-select__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.c-link-select__container:nth-child(3) {
  max-width: 100%;
  width: 100%;
  margin-block-start: 48px;
}

.c-link-select__item--block {
  border: 2px solid #D6C6B2;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 24px;
  position: relative;
  padding: 58px 48px;
  align-items: center;
}

.c-link-select__ribbon {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 26px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  padding: 0 36px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: var(--base-spacing);
  background: #D6C6B2;
  color: #3B3B3B;
  font-family: var(--jp-font);
  box-sizing: border-box;
  clip-path: polygon(0 0,
      12px 50%,
      0 100%,
      100% 100%,
      calc(100% - 12px) 50%,
      100% 0);
}

.c-link-select__ribbon:before,
.c-link-select__ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-link-select__ribbon:before,
.c-link-select__ribbon:after {
  display: none;
}

.c-link-select__item--block .c-link-select__textarea p {
  font-size: 14px;
  font-weight: 400;
  color: #3B3B3B;
  letter-spacing: var(--large-spacing);
  line-height: calc(26/14);
  font-family: var(--text-font-family);
}

.c-link-select__item {
  display: flex;
  flex-direction: column;
}

.c-link-select__image {
  z-index: 2;
  position: relative;
  height: 326px;
  width: 100%;
  overflow: hidden;
}

.c-link-select__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-link-select__description {
  margin-top: -70px;
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  padding: 45px 20px;
  text-align: center;
  box-shadow: 9px 22px 39px rgba(217, 217, 217, 0.44);
}

.c-link-select__title {
  font-size: 22px;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-weight: 400;
}

.c-link-select__link {
  margin-block-start: 26px;
}

@media (max-width:1000px) {
  .c-link-select.c-link-select--background::before {
    width: calc(100vw - 70px);
    height: 254px;
  }

  .c-link-select__image {
    height: 165px;
  }

  .c-link-select__description {
    padding: 32px 14px 18px;
    margin-top: -16px;
    max-width: calc(100% - 9px);
    min-height: 128px;
  }

  .c-link-select__title {
    font-size: 13px;
  }

  .c-link-select__container:nth-child(2) {
    gap: 8px;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 8px;
  }

  .c-link-select .button {
    font-size: 12px;
    padding: 10px 35px 10px 24px;
  }

  .c-link-select .button::after {
    right: 20px;
  }

  .c-link-select .button:hover:after {
    right: 15px;
    margin-left: -10px;
  }

  .c-link-select__link {
    margin-block-start: 10px;
  }

  .c-link-select__container:nth-child(3) {
    flex-direction: column;
    display: flex;
    margin-block-start: 20px;
    max-width: 500px;
    margin-inline: auto;
  }

  .c-link-select__icon {
    margin: auto;
  }

  .c-link-select__item--block {
    padding: 48px 20px 32px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .c-link-select__ribbon {
    left: 0;
    right: 0;
    max-width: 214px;
    margin-inline: auto;
    padding: 0 20px;
  }
}

/* ============ Custom Benefits ============ */
.c-benefits .section-header {
  max-width: 100%;
}

.c-benefits__container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 88px;
}

.c-benefits__images {
  position: relative;
  width: 100%;
}

.c-benefits__image {
  width: 100%;
  max-width: calc(100% - 118px);
  height: 100%;
  overflow: hidden;
}

.c-benefits__image img,
.c-benefits__image--small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-benefits .prose h2.c-section-header__heading--small,
.c-section-header__heading--small {
  text-transform: none;
}

.c-benefits__image--small {
  width: 100%;
  max-width: calc(100% - 292px);
  min-width: 200px;
  height: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-benefits__description>*+* {
  margin-top: 28px;
}

.c-benefits__title {
  font-size: 20px;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  color: #644633;
  font-weight: 500;
  margin-block-end: 15px;
  line-height: 1.5;
}

.c-benefits__title--lg {
  font-size: 24px;
}

.c-benefits__textarea p {
  font-size: 14px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-weight: 400;
  line-height: 2;
}

.c-benefits__textarea strong {
  color: #644633;
  font-weight: 600;
  font-size: 16px;
}

.c-benefits__item::marker {
  display: none;
}

.c-benefits__item--bold {
  font-weight: 700;
}

.c-benefits__list {
  list-style: none;
  padding: 0;
  margin-left: 26px;
}

.c-benefits :where(ol, ul):not(.unstyled-list) li {
  padding-inline-start: 26px;
}

.c-benefits__item {
  position: relative;
  line-height: 2;
}

.c-benefits__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg fill='%23fff' stroke='%23ededed' stroke-width='1'%3E%3Crect width='17' height='17' rx='8.5' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='16' height='16' rx='8' fill='none'/%3E%3C/g%3E%3Cpath d='M3168.193,1595.257l2.9,2.9,4.853-4.853' transform='translate(-3163.571 -1587.234)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

@media (max-width:999px) {
  .c-benefits__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .c-benefits__images {
    max-width: 600px;
    margin-inline: auto;
  }

  .c-benefits__title {
    font-size: 18px;
    margin-block-end: 13px;
  }

  .c-benefits__title--lg {
    font-size: 22px;
  }

  .c-benefits__item {
    font-size: 13px;
  }

  .c-benefits__textarea p {
    font-size: 13px;
  }

  .c-benefits__description>*+* {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid #E6E6E6;
  }

  .c-benefits__list {
    margin-left: 0;
  }

  .c-benefits__textarea strong {
    font-size: 14px;
  }
}

@media (max-width:699px) {
  .c-benefits__image--small {
    min-width: 150px;
  }

  .c-benefits__image {
    max-width: calc(100% - 50px);
  }
}

/* ============ Custom Comparison ============ */
.c-comparison.c-comparison--background {
  position: relative;
}

.c-comparison.c-comparison--background::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - ((100vw - var(--default-container-width)) / 2) - 238px);
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

.c-comparison .container {
  position: relative;
  z-index: 2;
}

.c-comparison__container {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 28px;
  max-width: 1050px;
  margin-inline: auto;
  align-items: flex-start;
}

.c-comparison__title {
  font-size: 30px;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-weight: 500;
  margin-block-end: 30px;
  line-height: 1.3;
}

.c-comparison__list>*+* {
  margin-top: 17px;
}

.c-comparison__item {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 26px;
}

.c-comparison__term {
  border: 1px solid #ebe3d6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  padding: 2px;  
  word-break: break-word;
}

.c-comparison__desc {
  font-size: 14px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-weight: 400;
  line-height: 2;
}

.c-comparison__textarea {
  margin-top: 28px;
}

.c-comparison__textarea p {
  font-size: 14px;
  letter-spacing: var(--large-spacing);
  line-height: 1.875;
  color: #644633;
}

.c-comparison__textarea p strong {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  font-size: 16px;
}

@media (max-width:699px) {
  .c-comparison__container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .c-comparison__title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 6px;
  }

  .c-comparison__term {
    font-size: 13px;
  }

  .c-comparison__desc p {
    font-size: 13px;
  }

  .c-comparison__textarea {
    margin-top: 20px;
  }

  .c-comparison__textarea p {
    font-size: 13px;
  }

  .c-comparison__textarea p strong {
    font-size: 15px;
  }
}

/* ============ Custom Company Info ============ */
.c-company-info__title {
  display: inline-block;
  height: 42px;
  width: 100%;
  max-width: max-content;
  line-height: 42px;
  text-align: center;
  padding: 0 40px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: var(--base-spacing);
  background: #D6C6B2;
  color: #3B3B3B;
  font-family: var(--jp-font);
  box-sizing: border-box;
  clip-path: polygon(0 0,
      12px 50%,
      0 100%,
      100% 100%,
      calc(100% - 12px) 50%,
      100% 0);
}

.c-company-info__title:before,
.c-company-info__title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.c-company-info__title:before,
.c-company-info__title:after {
  display: none;
}

.c-company-info__content {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.c-company-info__textarea {
  text-align: center;
}

.c-company-info__textarea p {
  font-size: 14px;
  letter-spacing: var(--large-spacing);
  line-height: 1.875;
  font-family: var(--text-font-family);
  font-weight: 400;
}

@media (max-width:699px) {

  .c-company-info__content {
    gap: 24px;
  }

  .c-company-info__title {
    height: 31px;
    line-height: 31px;
    font-size: 17px;
    padding: 0 20px;    
  }

  .c-company-info__textarea {
    text-align: left;
  }
}

/* ============ Custom Flow ============ */
.c-flow.c-flow--background {
  position: relative;
}

.c-flow.c-flow--background::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - ((100vw - var(--default-container-width)) / 2) - 324px);
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}

.c-flow .section-header {
  position: relative;
  z-index: 2;
}

.c-flow__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px;
  max-width: 1250px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}


.c-flow__content {
  position: relative;
}

.c-flow__content:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
  width: 65px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64.379' height='12' viewBox='0 0 64.379 12'%3E%3Cg id='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9_251' data-name='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9 251' transform='translate(-586 -3201.749)'%3E%3Cpath id='%E7%B7%9A_76' data-name='%E7%B7%9A 76' d='M60.049,1H0A1,1,0,0,1-1,0,1,1,0,0,1,0-1H60.049a1,1,0,0,1,1,1A1,1,0,0,1,60.049,1Z' transform='translate(587 3207.749)' fill='%23d6c6b2'/%3E%3Cpath id='%E3%83%91%EF%BC%B9%EF%BC%B9_700' data-name='%E3%83%91%EF%BC%B9%EF%BC%B9 700' d='M3588.2,3022.119a1,1,0,0,1-.725-1.689l4.1-4.311-4.1-4.312a1,1,0,1,1,1.45-1.377l5.406,5.689-5.406,5.689A1,1,0,0,1,3588.2,3022.119Z' transform='translate(-2943.951 191.63)' fill='%23d6c6b2'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  z-index: 2;
}

.c-flow__content:first-child:before {
  display: none;
}

.c-flow__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg id='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9_245' data-name='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9 245' transform='translate(-0.447 -0.447)'%3E%3Cg id='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9_255' data-name='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9 255' transform='translate(0)'%3E%3Cpath id='%E3%83%91%EF%BC%B9%EF%BC%B9_699' data-name='%E3%83%91%EF%BC%B9%EF%BC%B9 699' d='M12.561,48.44c-1.612-1.614-4.471-.754-6.31-3.94s.334-5.232-.258-7.435v0C5.406,34.864,2.5,34.179,2.5,30.5s2.906-4.364,3.494-6.567v0c.592-2.2-1.582-4.249.258-7.435s4.7-2.327,6.31-3.94v0c1.614-1.612.754-4.471,3.94-6.31s5.232.334,7.435-.258h0C26.136,5.405,26.821,2.5,30.5,2.5s4.364,2.905,6.567,3.495h0c2.2.592,4.249-1.582,7.435.258s2.327,4.7,3.94,6.31v0c1.612,1.614,4.47.754,6.31,3.94s-.334,5.232.257,7.435v0c.589,2.2,3.495,2.888,3.495,6.567s-2.906,4.364-3.494,6.567v0c-.591,2.2,1.582,4.249-.257,7.435s-4.7,2.327-6.31,3.94h0c-1.614,1.612-.754,4.47-3.94,6.31s-5.232-.334-7.435.257h0c-2.2.589-2.889,3.495-6.567,3.495s-4.364-2.906-6.567-3.495h0c-2.2-.592-4.249,1.582-7.435-.257s-2.327-4.7-3.94-6.31' transform='translate(-2.053 -2.053)' fill='%23d6c6b2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  width: 56px;
  height: 56px;
  margin: -35px auto 12px;
  position: relative;
  z-index: 3;
}

.c-flow__text--small {
  font-size: 7px;
  font-family: var(--en-font-secondary);
  letter-spacing: var(--large-spacing);
  font-weight: 500;
  color: #3B3B3B;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 3px;
}

.c-flow__text--number {
  font-size: 16px;
  font-family: var(--en-font-primary);
  letter-spacing: var(--large-spacing);
  font-weight: 400;
  color: #3B3B3B;
  line-height: 1.25;
}

.c-flow__title {
  font-size: 18px;
  font-family: var(--jp-font);
  letter-spacing: var(--large-spacing);
  font-weight: 500;
  color: #3B3B3B;
  text-align: center;
  margin-block-end: 12px;
}

.c-flow__textarea {
  text-align: center;
}

.c-flow__textarea p {
  font-size: 13px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  font-weight: 400;
  color: #3B3B3B;
}

.c-flow__image {
  height: 217px;
  overflow: hidden;
}

.c-flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 999px) {

  .c-flow.c-flow--background::before {
    width: calc(100vw - 76px);
  }

  .c-flow__container {
    display: flex;
    flex-direction: column;
    gap: 58px;
    padding-bottom: 20px;
  }

  .c-flow__container::-webkit-scrollbar {
    display: none;
  }

  .c-flow__textarea {
    text-align: left;
  }

  .c-flow__content:first-child:before {
    display: block;
  }

  .c-flow__content:last-child:before {
    display: none;
  }

  .c-flow__content:before {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 21px;
    width: 12px;
    bottom: -38px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='21' viewBox='0 0 12 21'%3E%3Cg id='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9_489' data-name='%E3%82%B0%EF%BC%AB%EF%BC%B9%EF%BC%B9 489' transform='translate(3213.749 -629.244) rotate(90)'%3E%3Cpath id='%E7%B7%9A_76' data-name='%E7%B7%9A 76' d='M16.667,1H-.021A.99.99,0,0,1-1,0,.99.99,0,0,1-.021-1H16.667a.99.99,0,0,1,.979,1A.99.99,0,0,1,16.667,1Z' transform='translate(630.244 3207.749)' fill='%23d6c6b2'/%3E%3Cpath id='%E3%83%91%EF%BC%B9%EF%BC%B9_700' data-name='%E3%83%91%EF%BC%B9%EF%BC%B9 700' d='M3588.2,3022.119a.983.983,0,0,1-.7-.3,1.052,1.052,0,0,1-.011-1.457l4.061-4.247-4.061-4.247a1.052,1.052,0,0,1,.011-1.457.98.98,0,0,1,1.414.011l5.442,5.693-5.442,5.693A.983.983,0,0,1,3588.2,3022.119Z' transform='translate(-2944.11 191.63)' fill='%23d6c6b2'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: contain;
  }
}

/* ============ Custom FAQ ============ */
.c-faq.c-faq--background {
  position: relative;
}

.c-faq.c-faq--background::before {
  content: '';
  background: #FCF7F2;
  width: calc(100vw - ((100vw - var(--default-container-width)) / 2) - 56px);
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #FCF7F2;
}

.c-faq .container {
  position: relative;
  z-index: 2;
}

.c-faq .accordion__toggle.text-lg {
  font-family: var(--jp-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
}

.c-faq__textarea {
  padding-inline-end: 0;
  padding-inline-start: 36px;
}

.c-faq__textarea p {
  font-size: 14px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  font-weight: 400;
  color: #3B3B3B;
}

.c-faq__content .animated-plus {
  background: #D6C6B2;
  color: #3B3B3B;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-faq__content .animated-plus:before {
  width: 6px;
}

.c-faq__content .animated-plus:after {
  height: 6px;
}

.c-faq__content .accordion {
  border-color: #EBE3D6;
}

.c-faq__content {
  flex-basis: 1000px;
}

.c-faq__images {
  margin-block-start: 10px;
}

@media (max-width:699px) {
  .c-faq__textarea {
    padding-inline-start: 8px;
  }

  .c-faq__textarea p {
    font-size: 13px;
  }
}

/* ============ Custom Image with Text ============ */
.c-image-with-text {
  grid-template-columns: 1fr;
}

.c-image-with-text.image-with-text:not(.image-with-text--reverse) picture {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.c-image-with-text.image-with-text>.prose {
  max-width: 100%;
}

.c-image-with-text img {
  width: 100%;
  height: auto;
}

/* ============ Recently viewed products ============ */
@media screen and (max-width: 699px) {
  .product-list--carousel {
    --product-list-card-width: min(300px, 40%);
    padding-inline: 12px;
  }
}

/*============================================================================
 #Page
==============================================================================*/
/*================ Blogs ================*/
.blog-post-card__info {
  row-gap: 0.5rem;
}

/*================ Article ================*/
.blog-post-card__excerpt {
  font-size: 12px;
  opacity: .6;
}

/* ============ Product Info ============ */
.c-product-info__block-item .price-list {
  flex-direction: row;
}

.c-product-info__block-item sale-price,
.c-product-info__block-item compare-at-price {
  font-family: var(--en-font-secondary);
  letter-spacing: var(--large-spacing);
}

.c-product-info__block-item .c-product-info__text--large {
  font-size: 16px;
}

.c-product-info__block-item .c-product-info__text--small {
  font-size: 16px;
}

.c-product-info__block-item a.vendor.h6.link-faded {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--en-font-secondary);
  letter-spacing: var(--xl-spacing);
  color: #3B3B3B;
}

.c-product-info__block-item .product-title {
  font-size: 22px;
  font-family: var(--text-font-family);
  letter-spacing: var(--base-spacing);
  color: #3B3B3B;
  font-weight: 500;
}

.c-product-info__rank-icon {
  margin-right: 6px;
}

.c-product-info__rank {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
}

.c-product-info__rank-text {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--text-font-family);
  line-height: 1.5;
}

.c-product-info__rank-dot {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--text-font-family);
  line-height: 1.5;
}

.c-product-info__rank-text--en {
  font-family: var(--en-font-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.c-product-info__block-item .wishlist-engine-button,
.c-product-info__block-item .wishlist-engine-button:focus,
.c-product-info__block-item .wishlist-engine-button:hover {
  border-radius: 99999px;
  padding: 14px 45px;
}

.c-product-info__block-item .wishlist-count,
.c-product-info__block-item .wishlist-text {
  font-family: var(--text-font-family);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: var(--large-spacing);
  vertical-align: super;
  line-height: 1.5;
}

.c-product-info__block-item .wishlist-button-border {
  border: 1px solid #C1C1C1;
}

.c-product-info__button {
  margin-left: 11px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #3B3B3B;
  font-family: var(--text-font-family);
}

.c-product-info__block-item .prose p {
  font-family: var(--text-font-family);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: var(--large-spacing);
  line-height: calc(24 / 14);
  color: #3B3B3B;
}

product-sticky-bar .h6 {
  font-family: var(--text-font-family);
}

product-sticky-bar .price-list {
  flex-direction: row;
}

.product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"]) {
  margin-block-end: 21px;
}

@media (min-width:1000px) {
  .shopify-section--main-product .product-gallery {
    gap: 23px;
  }

  .shopify-section--main-product .product-gallery__thumbnail-list {
    width: 94px;
  }

  .shopify-section--main-product .product-gallery__thumbnail-scroller {
    width: 94px;
    gap: 9px;
  }

  .shopify-section--main-product .product-gallery__thumbnail-list .product-gallery__thumbnail {
    width: 94px;
  }
}

@media (max-width:699px) {
  .product-info .wishlist-engine-button.wishlist-button-border {
    width: 100%;
  }

  .c-product-info__block-item .product-title {
    font-size: 19px;
  }

  .c-product-info__block-item .c-product-info__text--small {
    font-size: 14px;
  }

  .c-product-info__rank-text,
  .c-product-info__rank-text--en {
    font-size: 14px;
  }

  .c-product-info__button {
    font-size: 13px;
  }

  .product-info__block-item:is([data-block-type="inventory"], [data-block-type="buy-buttons"], [data-block-type="pickup-availability"], [data-block-type="more-information"], [data-block-type="offers"]) {
    margin-block-end: 17px;
  }

  .c-product-info__block-item a.vendor.h6.link-faded {
    font-size: 12px;
  }

  .c-product-info__block-item .c-product-info__text--large {
    font-size: 14px;
  }
}

/*================ Contact ================*/
.c-contact__textarea {
  height: 160px;
}

@media (min-width:700px) {
  .c-contact__textarea {
    height: 200px;
  }
}

.c-contact__select--shadow-none {
  box-shadow: none;
}

/*============================================================================
 #Product
==============================================================================*/
/*================ Product Card ================*/
.badge {
  font-family: var(--en-font-secondary);
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: var(--large-spacing);
  padding: 4px 14px;
}

.badge-list {
  align-items: flex-end;
  width: 100%;
}

.product-card {
  gap: 10px;
}

.product-title {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
  line-height: 1.75;
}

.c-product-card__title {
  font-size: 11px;
  font-weight: 600;
  font-family: var(--en-font);
  letter-spacing: var(--xl-spacing);
  line-height: 1.3;
  text-align: left;
}

.c-product__text--price {
  color: #767676;
  font-family: var(--en-font);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: var(--large-spacing);
}

.product-card__figure>.badge-list {
  inset-inline-start: 0;
}

.price-list {
  flex-direction: row-reverse;
}

.c-product__rank-badge {
  position: absolute;
  bottom: 7px;
  left: 10px;
  z-index: 1;
  display: inline-block;
  border-radius: 9999px;
  padding: 3px 12px;
  color: #fff;
  font-size: 11px;
  font-family: var(--text-font-family);
  letter-spacing: inherit;
  line-height: 1.2;
  font-weight: 500;
  background: #D6C6B2;
  color: #3B3B3B;
}

.c-product__rank-badge span {
  font-family: var(--en-font-secondary);
}

compare-at-price {
  font-size: 11px;
  font-weight: 400;
  font-family: var(--en-font);
  letter-spacing: var(--large-spacing);
}

sale-price {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--en-font);
  letter-spacing: var(--large-spacing);
}

@media (min-width:700px) {
  .product-card__figure>.badge-list {
    inset-block-start: 14px;
  }
}

@media (max-width:699px) {
  .badge {
    font-size: 9px;
  }

  .product-card__figure>.badge-list {
    inset-block-start: 10px;
  }

  .product-list:not(.product-list--carousel) {
    margin-inline: -8px;
  }

  .product-list {
    row-gap: 12px;
    row-gap: 28px;
  }

  .c-product__rank-badge {
    font-size: 8px;
    padding: 2px 10px;
  }
}

/*================ accordion ================*/
.c-accordion-list .accordion {
  border: none;
}

.c-accordion-list .accordion__toggle {
  font-weight: 600;
  font-family: var(--text-font-family);
  letter-spacing: var(--base-spacing);
  padding-top: 0;
  font-size: 14px;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked~label {
  opacity: 1;
  transition: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox~label {
  opacity: 1;
  position: relative;
  transition: none;
}

.c-accordion-list .accordion:not(:has(.switch)) .checkbox-control {
  align-items: flex-start;
  column-gap: 0;
  text-align: start;
  display: flex;
  position: relative;
  padding-left: 24px;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: solid 1px #E8E8E8;
  opacity: 1;
  pointer-events: none;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  transition: all .2s;
  display: block;
  position: absolute;
  left: 0;
  top: calc(.5em - 4px);
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked {
  background: #fff;
  border: solid 1px #E8E8E8;
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox:checked::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #D6C6B2;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-accordion-list .accordion:not(:has(.switch)) .dot-checkbox~label {
  opacity: 1;
  position: relative;
  transition: none;
  margin: 0;
  padding: 0;
  transform: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
}

.c-accordion-list .range-group {
  background: linear-gradient(to var(--transform-origin-end), #E8E8E8 var(--range-min), #D6C6B2 var(--range-min), #D6C6B2 var(--range-max), #E8E8E8 var(--range-max));
}

.c-accordion-list .range-group .range::-webkit-slider-thumb {
  background: #fff;
  border: 1px solid #E8E8E8;
}

.c-accordion-list .range-group .range::-moz-range-thumb {
  background: #fff;
  border: 1px solid #E8E8E8;
}

.c-accordion-list .accordion:has(.switch) .checkbox-control label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: var(--base-spacing);
  font-family: var(--text-font-family);
}

.c-accordion-list .switch:checked {
  background: #D6C6B2;
}

.c-accordion-list .toggle-icon {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}

.c-accordion-list .toggle-open {
  display: block;
}

.c-accordion-list .toggle-close {
  display: none;
}

.c-accordion-list .accordion__disclosure[open] .toggle-open {
  display: none;
}

.c-accordion-list .accordion__disclosure[open] .toggle-close {
  display: block;
}

/*============================================================================
 #Cart
==============================================================================*/
.cart-drawer__button-price:before {
  display: none;
}

@media (max-width:699px) {
  .cart-drawer__footer .button {
    padding: 12px 24px;
  }
}

/*============================================================================
 #Header
==============================================================================*/
.c-header__text--logo {
  font-family: var(--heading-font-family);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 39px;
  line-height: 1;
  text-transform: none;
}

.header__primary-nav {
  gap: .625rem 52px;
}

@media (max-width:699px) {
  .header__search-link .icon-search {
    width: 16px;
    height: 16px;
  }

  .header__cart-link .icon-cart {
    width: 16px;
    height: 16px;
  }

  .header__primary-nav .icon-hamburger {
    width: 16px;
    height: 14px;
  }
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 70px;
  }
}

/*================ Drower ================*/
/* Sidebar */
.header-sidebar__collapsible-panel {
  z-index: 2;
}

.header-sidebar__nested-linklist .link-faded-reverse {
  font-family: var(--en-font-primary);
  letter-spacing: var(--large-spacing);
  font-size: 12px;
}

/* Custom Header Sidebar */
.c-header-sidebar__categories {
  margin-block-start: 24px;
  padding-block-start: 24px;
  padding-block-end: 24px;
  border-top: solid 1px rgb(var(--border-color));
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.c-header-sidebar__categories:hover {
  cursor: pointer;
}

/* アコーディオン用のカスタム設定 */
.c-header-sidebar__category[data-accordion-content] {
  margin-left: 0;
  margin-top: 16px;
  padding-left: 16px;
  border-left: solid 1px rgb(var(--border-color));
  display: none;
  z-index: 6;
  position: relative;
}

/* 詳細度を上げて必ず適用されるようにする */
.header-sidebar .c-header-sidebar__categories.active .c-header-sidebar__category[data-accordion-content] {
  display: block;
}

.c-header-sidebar__item {
  list-style: none;
  padding-left: 0;
}

.c-header-sidebar__link {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  text-transform: uppercase;
}

.c-header-sidebar__item:first-child .c-header-sidebar__link {
  padding-top: 0;
}

.c-header-sidebar__item:last-child .c-header-sidebar__link {
  padding-bottom: 0;
}

.c-header-sidebar__sns .social-media {
  gap: 24px;
}

.header-sidebar__footer:before {
  display: none;
}

/* 矢印アイコン用CSS */
.c-header-sidebar__categories::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.c-header-sidebar__categories.active::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* アコーディオンアニメーション用のクラス */
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  opacity: 0;
}

/* ハンバーガーメニューに影響されないクラスのオーバーライド */
.c-header-sidebar__categories.active .c-accordion__content {
  max-height: 500px;
  opacity: 1;
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.header-sidebar__linklist {
  margin-bottom: 40px;
}

.header .close-button {
  margin-left: auto;
}

.drawer {
  z-index: 10000000 !important;
}

x-popover {
  z-index: 10000001 !important;
}

/* 言語切り替えセレクター */
.header__primary-nav .localization-toggle {
  font-family: var(--en-font-secondary);
  letter-spacing: var(--large-spacing);
  font-size: 12px;
}

.header__primary-nav .localization-toggle.link-faded {
  color: inherit;
}


/*============================================================================
 #Footer
==============================================================================*/
/* ============ Custom Footer ============*/
.footer {
  padding-block-start: 0;
  padding-block-end: 0;
  overflow: hidden;
}

.footer .c-footer__inner {
  max-width: var(--default-container-width);
  margin-inline: auto;
}

.footer__block {
  position: relative;
  z-index: 3;
}

.c-footer__desc {
  margin-block-start: 56px;
  position: relative;
  z-index: 2;
}

.c-footer__logo {
  margin-block-end: 140px;
}

.c-footer__sns {
  margin-block-end: 46px;
}

.c-footer .social-media--list .social-media__item {
  opacity: 1;
  color: #414042;
}

.c-footer .social-media--list {
  gap: 20px;
}

.c-footer .social-media--list svg {
  width: 24px;
}

.c-footer__list-title {
  font-size: 16px;
  letter-spacing: var(--large-spacing);
  font-weight: 500;
  font-family: var(--jp-font);
  color: #3B3B3B;
}

.c-footer__copyright {
  font-size: 10px;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
}

.c-footer__link li {
  font-size: 13px;
  letter-spacing: var(--large-spacing);
  font-family: var(--text-font-family);
}

.c-footer__link li a {
  color: #3B3B3B;
}

.c-footer .footer__block--newsletter {
  min-width: 414px;
}

.c-footer .footer__block--newsletter input {
  background: #fff;
  border-radius: 9999px;
  padding: var(--input-padding-block) 28px;
}

.c-footer .footer__block--newsletter .floating-label {
  display: none;
}

.c-footer__list-text p {
  font-size: 13px;
  letter-spacing: var(--large-spacing);
  font-family: var(--text-font-family);
  line-height: calc(24 / 13);
  color: #3B3B3B;
}

.footer__block-list {
  padding-block-start: 64px;
  padding-block-end: 80px;
  position: relative;
  padding-left: calc(60 * (100vw / 1440));
}

.footer__block-list::before {
  position: absolute;
  z-index: 1;
  background: #F2F2F2;
  content: '';
  left: 0;
  right: -100vw;
  top: 0;
  height: 100%;
}

.c-footer__newsletter {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 12px;
  margin-block-start: 10px;
}

.c-footer .footer__block--newsletter .floating-labe {
  display: none;
}

.c-footer .footer__aside {
  margin-block-start: 10px;
  justify-content: right;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.footer__aside .localization-selectors .localization-toggle {
  color: #3B3B3B;
}

.c-footer .prose p {
  font-size: 13px;
  letter-spacing: var(--large-spacing);
  font-family: var(--text-font-family);
  line-height: calc(24 / 13);
  color: #3B3B3B;
}

@media screen and (min-width: 700px) {
  .footer__block--links {
    max-width: 100%;
  }
}

@media (min-width:1000px) {
  .c-footer__inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: calc(10 * (100vw / 1440));
  }
}

@media screen and (min-width: 1150px) {
  .c-footer__inner .footer__block-list {
    justify-content: flex-end;
    column-gap: 110px;
  }
}

@media (max-width:999px) {
  .c-footer {
    position: relative;
  }

  .c-footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 12px);
    height: 100%;
    background: #F2F2F2;
  }

  .c-footer__desc {
    margin-top: 48px;
  }

  .c-footer__logo img {
    margin: auto;
  }

  .c-footer__logo {
    margin-bottom: 20px;
  }

  .c-footer__sns {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .c-footer .social-media--list svg {
    width: 26px;
    height: 26px;
  }

  .c-footer__copyright {
    position: relative;
    z-index: 2;
  }

  .c-footer__newsletter {
    max-width: 100%;
  }

  .c-footer__link {
    margin-left: 12px;
  }

  .c-footer__link li {
    font-size: 12px;
  }

  .footer__block--links li a {
    padding: 8px 0;
    display: inline-block;
  }

  .footer__block-list::before {
    display: none;
  }

  .c-footer__list-title {
    font-size: 14px;
  }

  .c-footer__list-title:not(.footer__block--newsletter .c-footer__list-title) {
    max-width: 100%;
    position: relative;
    cursor: pointer;
    padding-right: 24px;
  }

  .c-footer__list-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
  }

  .c-footer__list-title::before {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #3B3B3B;
    transition: transform 0.3s ease;
  }

  .c-footer__list-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #3B3B3B;
  }

  .c-footer__list-title.active::before {
    transform: translateY(-50%) rotate(90deg);
  }

  /* ニュースレターセクションのタイトルから「+」記号を非表示にする */
  .footer__block--newsletter .c-footer__list-title::after,
  .footer__block--newsletter .c-footer__list-title::before {
    display: none;
  }

  .c-footer__list-text {
    max-width: 100%;
  }

  .c-footer__newsletter {
    max-width: 100%;
  }

  .c-footer .footer__block--newsletter {
    min-width: auto;
    margin-top: 25px;
    /* margin-left: 12px; */
    width: 100%;
    max-width: 100%;
  }

  .footer__block--links:first-child {
    border-top: 1px solid #DDDDDD;
  }

  .footer__block--links {
    width: 100%;
    padding: 20px 0 12px;
    border-bottom: 1px solid #DDDDDD;
  }

  .footer__block--links ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-left: 16px;
    margin-top: 10px;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }

  .footer__block--links ul.active {
    max-height: 500px;
    opacity: 1;
  }

  .c-footer .footer__aside {
    justify-content: center;
    margin-bottom: 40px;
    align-items: center;
  }

  .footer__block-list {
    padding-left: 8px;
    padding-top: 0;
    gap: 0;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-block-end: 12px;
  }

  .c-footer .prose p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 11px;
  }

  .payment-methods {
    gap: 0.75rem;
  }

  .c-footer .footer__block--newsletter input::placeholder {
    font-size: 11px;
  }

  .c-footer .footer__aside {
    border-top: 1px solid #DDDDDD;
    padding-top: 24px;
    margin-block-start: 24px;
  }
}

@media (max-width:699px) {
  .c-footer__logo {
    max-width: calc(112 * (100vw / 375));
    margin-inline: auto;
  }

  .footer__block--newsletter .banner {
    font-size: 14px;
  }
}

/* newsletter Submit Button */
.c-footer__newsletter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 9999px;
  background: #D6C6B2;
  transition: background-color 0.3s ease;
  border: solid 1px #D6C6B2;
}

.c-footer__newsletter-button:hover {
  background-color: #FFFFFF;
}

.c-footer__newsletter-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer__newsletter-button-icon {
  display: inline-flex;
}

.c-footer__newsletter-button-icon svg {
  width: 19px;
  height: 16px;
}

.c-footer__newsletter-button .c-footer__newsletter-button-icon svg path {
  stroke: currentColor;
}

/*============================================================================
 #APP
==============================================================================*/
/*================ Wishlist ================*/
.c-header__wishlist-link {
  position: relative;
}

.c-wishlist-engine__icon {
  position: absolute;
  top: 15px;
  left: 12px;
  z-index: 2;
}

.contents.unstyled-list .h-wishlist-icon svg {
  width: 20px;
  height: 20px;
}

.contents.unstyled-list .h-wishlist-icon .wishlist-h-count {
  background: #3b3b3b;
  top: -10px;
  right: -8px;
  padding-left: 0;
}

@media screen and (max-width: 699px) {
  @supports (-webkit-overflow-scrolling: touch) {
    .contents.unstyled-list .h-wishlist-icon .wishlist-h-count {
      top: -21px;
      right: -25px;
    }
  }
}

.wh-list-column .wh-pro-meta {
  width: 100%;
  padding-top: 12px;
}

.wh-pro-meta h3 a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-family: var(--text-font-family);
}

.wishlist-container .wh-pro-meta h3 {
  margin: 0 0 4px;
}

.wishlist-container .wh-pro-meta .wishlist-price,
.wishlist-container .wihslist-meta .wishlist-price {
  margin: 0 0 12px;
}

.wishlist-container .wh-pro-button {
  padding-top: 12px;
}

.wishlist-container .wh-grid-layout.active,
.wishlist-container .wh-list-layout.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 31px;
}

.wishlist-container .wh-pro-meta .wishlist-price span,
.wishlist-container .wihslist-meta .wishlist-price span {
  color: #767676;
  font-family: var(--en-font-secondary);
  letter-spacing: var(--large-spacing);
  font-size: 12px;
}

.wishlist-container .wh-wishlist-remove {
  margin-top: 5px;
}

.wh-list-column .wishlist-cart {
  border-radius: 9999px;
  position: relative;
  background: #D6C6B2;
  color: #3B3B3B;
  font-family: var(--text-font-family);
  border: none;
  font-size: 15px;
  padding: 10px 12px;
  margin: 0;
  letter-spacing: var(--large-spacing);
}

.wishlist-container .wishlist-header {
  border-bottom: none;
}

.wishlist-container .wh-list-column {
  border-bottom: none;
}

.wh-list-column {
  flex-direction: column;
}

.wishlist-container .wh-list-right {
  width: 100%;
}

.wh-list-column .wh-list-left {
  width: 100%;
}

@media (max-width:699px) {
  .wishlist-cart {
    font-size: 13px;
    padding: 8px 62px 8px 50px;
  }

  .wishlist-container .wh-grid-layout.active,
  .wishlist-container .wh-list-layout.active {
    grid-template-columns: 1fr 1fr;
    gap: 28px 12px;
  }

  .wh-list-column .wishlist-cart {
    font-size: 12px;
    padding: 10px 12px;
  }

  .wishlist-page .wishlist-container,
  .wslist-page .wslist-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}


@media (hover: hover) {
  .c-wishlist-engine__icon:hover {
    cursor: pointer;
  }
}

@media (max-width:699px) {
  .c-wishlist-engine__icon {
    top: 10px;
  }

  .contents.unstyled-list .h-wishlist-icon svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width:999px) {
  .header__secondary-nav {
    position: relative;
    transform: translateZ(0);
  }
}

/*================ Powerful Contact Form Builder ================*/

.globo-form-control.c-entry-form__radio .globo-form-input {
  justify-content: left;
  max-width: 250px;
}

.globo-form-app * {
  font-family: var(--text-font-family);
}

.shopify-section--apps .globo-form-app .header .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: var(--large-spacing);
  color: #3B3B3B;
  font-family: var(--jp-font);
}

.description.globo-description {
  display: none;
}

.globo-form-app button[type="submit"].submit {
  border-radius: 9999px;
  max-width: 205px;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--text-font-family);
  letter-spacing: var(--large-spacing);
  padding: 15px 12px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(.785, .135, .15, .86);
  border: solid 1px #D6C6B2;
  background: #D6C6B2;
  box-shadow: none;
  filter: none;
  overflow: hidden;
  color: #3B3B3B;
}

.globo-form-app button[type="submit"].submit:hover {
  color: #3B3B3B;
  border: solid 1px #3b3b3b;
  box-shadow: none;
  filter: none;
  background: #FFFFFF;
}

.globo-form-app button[type="submit"].submit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 10px;
  height: 1px;
  border: none;
  border-bottom: 1px solid #3B3B3B;
  transition: all 0.5s cubic-bezier(.785, .135, .15, .86);
}

.globo-form-app button[type="submit"].submit:hover:after {
  right: 45px;
  margin-left: -10px;
  width: 16px;
}

.globo-form-app button[type="submit"].submit:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.globo-form-app button[type="submit"].submit:hover:after {
  background: #3B3B3B;
}

.globo-form-app .gfb__footer.wizard__footer {
  text-align: center;
}

.globo-form-app .g-container .panels {
  z-index: 1;
}

.shopify-section--apps {
  position: relative;
}

.shopify-section--apps::before {
  content: '';
  width: calc(100vw - ((100vw - var(--default-container-width)) / 2) - 56px);
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: #FCF7F2;
}

.shopify-section--apps .g-container {
  position: relative;
  z-index: 2;
}

@media (min-width:700px) {
  .c-entry-form__radio--3col .globo-form-input {
    width: 100%;
    max-width: 370px;
  }
}

@media (max-width:699px) {
  .shopify-section--apps .globo-form-app .header .title {
    font-size: 22px;
  }
}

.c-footer__logo img {
  max-width: var(--footer-logo-width-sp);
}

@media screen and (min-width: 700px) {
  .c-footer__logo img {
    max-width: var(--footer-logo-width-pc);
  }
}
