/** Shopify CDN: Minification failed

Line 937:0 Expected "}" to go with "{"

**/
.footer {
  position: relative;
  z-index: 10;
}

.footer .link {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  font-size: var(--font-footer-link-size);
}

.footer--border {
  border-top: 1px solid rgba(var(--color-border-input));
}

.footer__content-top {
  padding-bottom: 5rem;
  padding-top: 5rem;
  display: block;
}

.footer__blocks-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (mix-width: 990px) {
  .footer__blocks-wrapper {
    gap: 1.8rem;
  }
}

.footer-block--menu {
  display: none;
}

.footer__text {
  font-size: 1.2rem;
}

.footer__copyright {
  margin-top: 1.6rem;
}

.footer__copyright > * {
  font-size: 1.2rem;
}

.footer__bottom-menu .link {
  font-size: var(--font-footer-bottom-link-size);
}

@media screen and (min-width: 990px) {
  .footer__content-top {
    padding-top: 7rem;
    padding-bottom: 6.4rem;
  }
  .footer__blocks-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }
  .footer-block--menu {
    flex: none;
    display: block;
  }
  .footer-block--logo,
  .footer__copyright {
    width: 28rem;
    max-width: 100%;
  }
  .footer__copyright {
    margin-right: 1rem;
  }
  .footer-block--logo:last-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-block--logo:first-child {
    flex: none;
  }
  .footer__blocks-wrapper {
    gap: 3rem 3rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer__blocks-wrapper {
    gap: 3rem 6.4rem;
  }
}
.footer__logo-link {
  text-decoration: none;
  word-wrap: break-word;
  max-width: 100%;
}

.footer__logo {
  max-width: 100%;
  height: auto;
}

.footer__logo-link span {
  display: inline-block;
  text-transform: var(--font-header-menu-text-transform);
}

.footer__content-middle {
  position: relative;
}
.footer__content-middle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  margin: 0 auto;
  max-width: 500px;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.1);
}
@media screen and (min-width: 750px) {
  .footer__content-middle::before {
    max-width: 600px;
  }
}
@media screen and (min-width: 990px) {
  .footer__content-middle::before {
    left: 0;
    right: 0;
    width: 167rem;
    max-width: 97%;
  }
}

.footer__content-middle-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.footer__content-middle-main {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
}

.footer__bottom-menu .list-menu__item {
  padding: 0;
  font-size: var(--font-footer-bottom-link-size);
}

.list-menu__item--active span {
  text-decoration-color: rgb(var(--color-foreground));
}

.footer__bottom-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 1.8rem;
  margin-top: 0;
}

.footer__column--localization {
  width: 100%;
  max-width: 100%;
  flex: none;
}

.footer .newsletter__form .field__input {
  border-color: transparent;
}
.footer.color-background-1 .disclosure__button {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border-input));
}
.footer.color-background-1 .disclosure__button:hover {
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
.footer.color-background-1 .newsletter__form .field__input {
  border: 0.1rem solid rgb(var(--color-border-input));
}
.footer.color-inverse .localization-selector + .disclosure__list {
  box-shadow: 0 -1rem 6rem rgba(var(--color-foreground), 0.1);
}
.footer.color-inverse .disclosure__button {
  color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
.footer.color-inverse .newsletter__button {
  color: #000;
  background-color: #fff;
}
.footer.color-inverse .disclosure__link,
.footer.color-inverse .field__input {
  color: #FFFFFF;
}
.footer.color-inverse .field__input::placeholder {
  color: white;
}
.footer.color-inverse .field__input {
  border: 0.1rem solid #fff;
}

[data-scheme=dark] .footer.color-background-1 .disclosure__button,
[data-scheme=dark] .footer.color-background-1 .disclosure__list, [data-scheme=dark] .footer.color-background-2 .disclosure__button,
[data-scheme=dark] .footer.color-background-2 .disclosure__list, [data-scheme=dark] .footer.color-background-3 .disclosure__button,
[data-scheme=dark] .footer.color-background-3 .disclosure__list, [data-scheme=dark] .footer.color-background-4 .disclosure__button,
[data-scheme=dark] .footer.color-background-4 .disclosure__list, [data-scheme=dark] .footer.color-background-5 .disclosure__button,
[data-scheme=dark] .footer.color-background-5 .disclosure__list {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
[data-scheme=dark] .footer.color-background-1 .disclosure__link, [data-scheme=dark] .footer.color-background-2 .disclosure__link, [data-scheme=dark] .footer.color-background-3 .disclosure__link, [data-scheme=dark] .footer.color-background-4 .disclosure__link, [data-scheme=dark] .footer.color-background-5 .disclosure__link {
  color: #000;
}
[data-scheme=dark] .footer.color-background-1 .field__input, [data-scheme=dark] .footer.color-background-2 .field__input, [data-scheme=dark] .footer.color-background-3 .field__input, [data-scheme=dark] .footer.color-background-4 .field__input, [data-scheme=dark] .footer.color-background-5 .field__input {
  background-color: #FFFFFF;
  color: #000;
  border: 0.1rem solid #fff;
}
[data-scheme=dark] .footer.color-background-1 .field__label,
[data-scheme=dark] .footer.color-background-1 .disclosure__list, [data-scheme=dark] .footer.color-background-2 .field__label,
[data-scheme=dark] .footer.color-background-2 .disclosure__list, [data-scheme=dark] .footer.color-background-3 .field__label,
[data-scheme=dark] .footer.color-background-3 .disclosure__list, [data-scheme=dark] .footer.color-background-4 .field__label,
[data-scheme=dark] .footer.color-background-4 .disclosure__list, [data-scheme=dark] .footer.color-background-5 .field__label,
[data-scheme=dark] .footer.color-background-5 .disclosure__list {
  color: #000;
}
[data-scheme=dark] .footer.color-background-1 .field__input::placeholder, [data-scheme=dark] .footer.color-background-2 .field__input::placeholder, [data-scheme=dark] .footer.color-background-3 .field__input::placeholder, [data-scheme=dark] .footer.color-background-4 .field__input::placeholder, [data-scheme=dark] .footer.color-background-5 .field__input::placeholder {
  color: black;
}
[data-scheme=dark] .footer.color-background-1 .newsletter__button, [data-scheme=dark] .footer.color-background-2 .newsletter__button, [data-scheme=dark] .footer.color-background-3 .newsletter__button, [data-scheme=dark] .footer.color-background-4 .newsletter__button, [data-scheme=dark] .footer.color-background-5 .newsletter__button {
  color: #fff;
  background-color: #000;
}
[data-scheme=dark] .footer.color-inverse .field__input {
  border: 0.1rem solid rgb(var(--color-border));
}

[data-scheme=light] .footer.color-background-3 .disclosure__button, [data-scheme=light] .footer.color-background-4 .disclosure__button {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 0.1rem #BFBFBF;
}
[data-scheme=light] .footer.color-background-3 .newsletter__button, [data-scheme=light] .footer.color-background-4 .newsletter__button {
  color: #fff;
  background-color: #000000;
}
[data-scheme=light] .footer.color-background-3 .disclosure__link,
[data-scheme=light] .footer.color-background-3 .field__input, [data-scheme=light] .footer.color-background-4 .disclosure__link,
[data-scheme=light] .footer.color-background-4 .field__input {
  background-color: #fff;
  color: #000;
}
[data-scheme=light] .footer.color-background-3 .field__input::placeholder, [data-scheme=light] .footer.color-background-4 .field__input::placeholder {
  color: white;
}

@media (prefers-color-scheme: light) {
  [data-scheme=auto] .footer.color-background-3 .disclosure__button, [data-scheme=auto] .footer.color-background-4 .disclosure__button {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 0.1rem #BFBFBF;
  }
  [data-scheme=auto] .footer.color-background-3 .newsletter__button, [data-scheme=auto] .footer.color-background-4 .newsletter__button {
    color: #fff;
    background-color: #000000;
  }
  [data-scheme=auto] .footer.color-background-3 .disclosure__link,
  [data-scheme=auto] .footer.color-background-3 .field__input, [data-scheme=auto] .footer.color-background-4 .disclosure__link,
  [data-scheme=auto] .footer.color-background-4 .field__input {
    background-color: #fff;
    color: #000;
  }
  [data-scheme=auto] .footer.color-background-3 .field__input::placeholder, [data-scheme=auto] .footer.color-background-4 .field__input::placeholder {
    color: white;
  }
}
.localization-form__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

.footer__column {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .footer__column--localization {
    width: 22rem;
  }
  .footer__column--localization + .footer__column--localization {
    margin-left: 3rem;
  }
  .footer__column--localization:last-child {
    margin-right: 0;
  }
  .footer__content-middle-main {
    gap: 3rem;
  }
  .footer__content-middle-container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer__column--localization:last-child {
    margin-left: auto;
  }
}
@media screen and (min-width: 1360px) {
  .footer__column--localization + .footer__column--localization {
    margin-left: 11.5rem;
  }
  .footer__content-middle-main {
    gap: 3rem 7.2rem;
  }
}
.accordion:empty + .footer-block {
  margin-top: 0;
}

.footer .accordion {
  margin-top: 0;
}
.footer .accordion .footer-block__heading {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .footer .newsletter__form {
    padding-right: 5.6rem;
    padding-left: 5.6rem;
    border-right: 1px solid rgba(var(--color-foreground), 0.1);
    border-left: 1px solid rgba(var(--color-foreground), 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-block:first-child.newsletter__form {
    padding-right: 5.6rem;
    padding-left: 0;
    border-right: 1px solid rgba(var(--color-foreground), 0.1);
    border-left: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer .footer-block:last-child.newsletter__form {
    padding-right: 0;
    padding-left: 5.6rem;
    border-left: 1px solid rgba(var(--color-foreground), 0.1);
    border-right: none;
  }
}
.footer .newsletter__form {
  margin-top: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .footer .newsletter__form {
    margin-top: 0;
    width: 36rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer .newsletter__form {
    width: 42.5rem;
  }
}
.footer .newsletter__form .rte {
  color: rgba(var(--color-foreground), 0.6);
}
.footer .newsletter__form .rte a {
  color: rgb(var(--color-link), 1);
  transition: color var(--duration-default);
}
.footer .newsletter__form .rte a:hover {
  color: rgba(var(--color-foreground), 0.8);
}
.footer .newsletter__form .field {
  min-height: 6.5rem;
  background-color: rgb(var(--color-background-input));
}
.footer .newsletter__form .field:hover:not(:focus) {
  border-color: rgb(var(--color-border-input-hover));
}
.footer .newsletter__form .field input {
  padding-right: 15rem;
}
.footer .newsletter__form .newsletter__title {
  margin-bottom: 2.4rem;
}
.footer .newsletter__form h3.newsletter__title {
  font-size: 16px;
}
.footer .newsletter__form .newsletter__text {
  margin-top: 2.4rem;
}
.footer .newsletter__form .newsletter__text p {
  font-size: 1.2rem;
}
.footer .newsletter__form .newsletter-form__field-wrapper {
  position: relative;
}
.footer .newsletter__form .newsletter__button {
  position: absolute;
  right: 0.8rem;
  width: 13rem;
  min-height: 5rem;
  height: 5rem;
}
.footer .accordion:not(.footer-block--logo + .accordion) {
  border-top: none;
}
.footer .footer-block--logo + .accordion {
  margin-top: 2.4rem;
}
@media screen and (min-width: 990px) {
  .footer .footer-block--logo + .accordion {
    margin-top: 0;
  }
}

@media screen and (min-width: 990px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
  .footer-block--menu:last-child {
    margin-right: auto;
  }
}
.footer-block:empty {
  display: none;
}

.footer-block__heading {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.footer__list-social:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

.footer__list-social .list-social__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 990px) {
  .footer__content-middle-container {
    flex-direction: row;
  }
}
.footer__localization {
  display: grid;
  gap: 2rem;
}

localization-form {
  display: block;
}

.localization-form {
  width: 100%;
}

.footer__localization:empty {
  display: none;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
}

.footer__localization h2,
.footer__payment h2 {
  margin: 0 0 1.5rem 0;
  color: rgba(var(--color-foreground));
}

@media screen and (min-width: 990px) {
  .footer__column--payment {
    margin-left: auto;
  }
}

@media screen and (max-width: 989px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}
.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 989px) {
  .localization-form .button {
    word-break: break-all;
  }
}
.localization-form__select {
  position: relative;
  box-shadow: 0 0 0 0.1rem transparent;
  padding-left: 1rem;
  text-align: left;
}
.localization-form__select:hover {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-border-input-hover));
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 990px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
  noscript .localization-form__select .icon-caret {
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
  }
  noscript .localization-form__select + .button {
    margin-top: 0.8rem;
  }
}
.localization-form__select .icon-caret {
  margin-left: auto;
  height: 2rem;
}

.localization-selector.link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem 3rem;
  width: 100%;
  height: auto;
  background-color: rgb(var(--color-background-input));
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 3px;
}
.localization-selector.link .value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.5rem;
}

noscript [data-scheme=dark] .localization-selector.link option {
  color: #fff;
}

.localization-selector.link .label {
  color: rgba(var(--color-foreground-title), 0.6);
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.localization-selector option {
  color: #000000;
}

.localization-selector + .disclosure__list {
  position: absolute;
  bottom: 100%;
  padding: 0.8rem;
  max-width: 22rem;
  min-width: 100%;
  width: max-content;
  min-height: 8.2rem;
  max-height: 19rem;
  background-color: rgb(var(--color-background-input));
  border: none;
  box-shadow: 0 40px 60px rgba(var(--color-foreground), 0.05);
  transform: translateY(-1rem);
  animation: animateLocalization var(--duration-default) ease;
  opacity: 1;
  z-index: 2;
  overflow-y: auto;
}

.localization-form__select:focus {
  box-shadow: 0 0 0 0.1rem transparent;
}

@media screen and (min-width: 990px) {
  footer .accordion {
    display: none;
  }
}
@keyframes appear-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer details[open] summary ~ * {
  animation: appear-down var(--duration-default) ease;
}

.footer-block__details-content {
  margin-bottom: 4rem;
}

.footer-block__details-content li:first-child .link {
  padding-top: 3rem;
}

@media screen and (min-width: 990px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block__details-content li:first-child .link {
    padding-top: 0;
  }
  .footer-block__details-content li:last-child .link {
    padding-bottom: 0;
  }
  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }
  .accordion:first-child + .footer-block:last-child li,
  .footer-block:only-child li {
    display: inline;
  }
}
.footer-block__details-content .list-menu__item--link {
  color: rgb(var(--color-foreground-title));
  font-size: var(--font-footer-link-size);
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link,
  .copyright__content a,
  .footer__bottom-menu .list-menu__item {
    position: relative;
    display: inline-flex;
  }
  .footer__column--menu,
  .footer__column--payment {
    width: auto;
  }
  .footer-block__details-content .list-menu__item--link {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .footer-block__details-content .list-menu__item--link:hover,
  .footer__bottom-menu .list-menu__item:hover,
  .copyright__content a:hover {
    color: rgba(var(--color-foreground-title));
  }
  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 990px) {
  .footer__column--social {
    width: 13.2rem;
    max-width: 17.6rem;
  }
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgba(var(--color-foreground-title), 1);
}

@media screen and (min-width: 990px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-flex;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.copyright__content a {
  display: inline;
  padding-bottom: 0.3rem;
  line-height: 1.5;
  color: rgb(var(--color-foreground-title));
  text-decoration: none;
  background: no-repeat 0 100%;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 0.1rem;
  transition: background-size var(--duration-long) ease;
}
.copyright__content a:hover {
  animation: footerLink 0.5s ease-out;
}

@keyframes footerLink {
  0% {
    background-size: 100% 0.1rem;
  }
  50% {
    background-size: 0% 0.1rem;
  }
  100% {
    background-size: 100% 0.1rem;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}
.policies {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  padding-bottom: 3.2rem;
}

.footer__column-right {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (min-width: 576px) {
  .footer__column-right {
    margin-left: auto;
    margin-right: 0;
  }
}

@media screen and (min-width: 576px) {
  .footer__follow-on-shop {
    margin-left: auto;
    margin-right: -27px;
  }
}


.footer_line {
  width: 100%;
  height: 20px;
  /* background-color: red; */
  background-image: url('/cdn/shop/files/logo_chain.png?v=1718259793');
  background-repeat: repeat-x;
  background-size: contain;
  opacity: .1;
}


.lowlink {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

/* 国セレクター基本ボタンスタイル */
.footer__localization .localization-form__select {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  color: #000000;
  border-radius: 4px;
  cursor: pointer;
  padding: 16px;
  margin: 12px 0;
}


/* 国旗アイコンとテキストの間に余白 */
.footer__localization .currency-flag {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* 国セレクターのプルダウンメニュー */
.footer__localization .disclosure__list {
  min-width: 250px;
  max-width: 300px;
  width: auto;
  max-height: 200px; 
  overflow-y: auto !important;
  position: relative; 
  z-index: 999;
  touch-action: auto;
  pointer-events: auto;
  -webkit-overflow-scrolling: touch;
}



/* プルダウンメニュー内の選択肢スタイル */
.footer__localization .disclosure__list .disclosure__item a {
  display: flex;
  align-items: center;
  gap: 8px; 
  white-space: nowrap;
  padding: 1rem 1.6rem; 
  color: #000000;
}


/* 選択中の国名に常に下線を表示 */
.footer__localization
  .disclosure__link--active
  .disclosure__country-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #000; 
  transform: scaleX(1); 
  transform-origin: left; 
}

/* 下線の初期状態を設定 */
.footer__localization .disclosure__list .disclosure__country-name {
  position: relative;
}

.footer__localization .disclosure__country-name::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px; 
  background-color: #000; 
  transition: width 0.3s ease;
}

/* ホバー時に左から右へ下線をアニメーション */
.footer__localization .disclosure__item:hover .disclosure__country-name::after {
  width: 100%; 
}

/* 言語セレクターのリンクのスタイル */
.footer__localization--language .disclosure__link {
  position: relative;
  text-decoration: none; 
  color: #000; 
  display: inline-block; 
  padding: 0; 
}

/* 下線を管理する擬似要素 */
.footer__localization--language .disclosure__link .disclosure__country-name {
  position: relative; 
}

.footer__localization--language
  .disclosure__link
  .disclosure__country-name::after {
  content: "";
  position: absolute;
  bottom: -2px; 
  left: 0;
  width: 0; 
  height: 1px; 
  background-color: #000; 
  transition: width 0.3s ease; 
}

/* ホバー時の下線アニメーション */
.footer__localization--language
  .disclosure__link:hover
  .disclosure__country-name::after {
  width: 100%;







