/** Shopify CDN: Minification failed

Line 622:27 Expected ":"

**/
/* Break point --------------------------------------------
スマホ；～749px
タブレット：@media screen and (min-width: 750px) {}
PC：@media screen and (min-width: 990px) {}
-----------------------------------------------------------*/
:root {
  --color-text: #40403F;
  --color-text-inactive: #9B9B98;
  --color-line: #E1E1DE;
  --color-button-line: #C7C7C2;
  --color-fill: #F4F4F4;
  --color-white: #FFFFFF;
  --color-red: #C90420;
  --text-en: "Teko", "Zen Kaku Gothic New", sans-serif;
  --text-en-series: "Michroma", "Zen Kaku Gothic New", sans-serif;
  --text-ja: "Zen Kaku Gothic New", "Teko", sans-serif;
}

html {
  /*scroll-padding-top: 80px;*/
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  letter-spacing: 0;
  line-height: 1.8;
  word-break: break-word;
}

h2,
.h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: var(--text-en);
  font-size: 5rem;
  color: var(--color-text);
  opacity: 1;
}

.head {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 749px) {
  body {}

  .page-width--small {
    padding: 0 25px;
  }

  h2,
  .h2 {
    font-size: 4rem;
  }

  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .only-sp {
    display: none !important;
  }
}


/* Common
-----------------------------------------------------------*/
/*.content-for-layout {
  overflow: hidden;
}*/

a:not([href]) {
  cursor: default;
}

a:hover {
  text-decoration: none;
}

.red {
  color: var(--color-red);
}

.center {
  text-align: center !important;
}

/* Header
-----------------------------------------------------------*/
.announcement-bar__message {
  font-size: 1.1rem;
  padding: 0.3rem 0;
  min-height: 2.6rem;
}

.page-index .announcement-bar__message,
.page-collection:has(#itemlist-mv-contents) .announcement-bar__message {
  color: #fff;
}

.page-index .announcement-bar__link:hover,
.page-collection:has(#itemlist-mv-contents) .announcement-bar__link:hover {
  color: #fff;
}

.announcement-bar .slider-button {
  height: 100%;
}

.utility-bar--bottom-border {
  border-bottom: 1px solid #E1E1DE;
}

.page-index .utility-bar--bottom-border,
.page-collection:has(#itemlist-mv-contents) .utility-bar--bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


.header {
  /* padding: 0.5rem 0 0; */
  padding: 0.1rem 0 0;
}

@media only screen and (min-width: 750px) {
  .header--top-center.drawer-menu {
    grid-template-columns: 1fr auto 1fr;
  }
}

.section-header {
  width: 100%;
}

.header-wrapper {
  background: transparent;
}

.shopify-section-header-sticky.js-scroll .header-wrapper {
  background: #FFF;
}

.page-index .shopify-section-header-sticky.js-scroll .header-wrapper,
.page-collection:has(#itemlist-mv-contents) .shopify-section-header-sticky.js-scroll .header-wrapper {
  background: transparent;
}

.shopify-section-header-sticky.scrolled-past-header.js-color-default .header-wrapper {
  background: #FFF !important;
}


.header-left {
  display: flex;
}

.header--top-center header-drawer {
  margin: 0 !important;
}

.header:not(.header--top-center)>.header__search,
.header--top-center *>.header__search {
  display: inline-flex;
}

.header--top-left.drawer-menu,
.header--middle-left.drawer-menu {
  grid-template-columns: 1fr 1fr 1fr;
}

.header__heading {
  justify-self: center;
}

.header__heading-link {
  padding: 1rem .75rem 0.75rem;
}

.page-index .header__heading-link,
.page-collection:has(#itemlist-mv-contents) .header__heading-link {
  padding: 1.2rem .75rem 0.75rem;
}

.header__heading-logo {
  width: 222px;
  filter: invert(49%) sepia(0%) saturate(1085%) hue-rotate(259deg) brightness(86%) contrast(77%);
}

.header-wrapper--border-bottom {
  border: none;
}

@media only screen and (max-width: 749px) {
  .announcement-bar__message {
    padding: 0;
    min-height: 2.1rem;
  }

  .header {
    align-items: flex-start;
    grid-template-columns: 1fr 2.5fr 1fr;
    padding: 0 !important;
  }

  .header-wrapper {
    height: 62px;
    padding: 0px 2rem 0;
  }

  .js-scroll .header-wrapper {
    height: 42px;
  }

  .header__heading-logo {
    width: 180px;
  }

  .header-left {
    height: 6.2rem;
  }

  .js-scroll .header-left {
    height: 42px;
  }
}

/* Header: icon */
.header__icon .icon.icon-search {
  width: 1.8rem;
  height: 1.8rem;
}

.header__icon .icon.icon-hamburger {
  width: 22px;
  height: 22px;
}

.header__icon {
  position: relative;
  color: #676764;
}

.header__icon--search {
  /*
  margin-right: 4.4rem;
  */
  margin-right: 0;
  padding-right: 1rem;
  padding-left: 1rem;
}

/*
.header__icon--search::after {
  content: "";
  position: absolute;
  right: -1.9rem;
  top: 1.5rem;
  width: 0.1rem;
  height: 1.6rem;
  background: #9B9B98; 
}
  */

.header .icon-localization {
  width: 1.4rem;
  transform: translateY(2px);
  color: var(--color-text);
}

.header .localization-form:only-child .button,
.header .localization-form:only-child .localization-form__select {
  margin: 1.3rem 0 0;
  letter-spacing: normal;
}

.header__icon .icon.icon-account {
  width: 1.7rem;
}

.header__icon .icon.icon-cart-empty {
  width: 2.0rem;
}

/* Header: localization */
.header .localization-selector+.disclosure__list-wrapper {
  bottom: initial;
  top: calc(100% + 1rem);
  left: 0;
  transform: translateY(0);
  z-index: 150;
}

.disclosure .disclosure__button.localization-form__select {
  position: relative;
  background: transparent;
  padding: 0;
  padding-right: 1.2rem;
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
}

.disclosure .disclosure__button.localization-form__select::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: auto;
  right: 0;
  background: var(--color-text);
  height: 0.5rem;
  width: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.localization-form__select:after {
  content: none;
}

.localization-form__select .icon-caret {
  right: 0;
}

@media only screen and (max-width: 749px) {
  .desktop-localization-wrapper {
    margin-top: 2px;
  }

  .header .icon-localization {
    width: 1.2rem;
  }

  .disclosure .disclosure__button.localization-form__select {
    padding-right: 1rem;
    font-size: 1.1rem;
  }

  .disclosure .disclosure__button.localization-form__select::after {
    top: 0.7rem;
  }

  .header__heading-logo-wrapper {
    height: auto;
  }

  .header__heading-link {
    padding: 0;
  }

  .page-index .header__heading-link,
  .page-collection:has(#itemlist-mv-contents) .header__heading-link {
    padding: 0;
  }

  .header__icon.header__icon--cart {
    width: 1.7rem;
    justify-content: flex-end;
  }

  .header__icon.header__icon--cart .icon {
    height: 1.7rem !important;
  }

  .header__icon .icon.icon-cart-empty {
    width: 100%;
    height: auto;
  }

  .header .localization-form:only-child .localization-form__select {
    margin-top: 0;
  }
}

/* Header: color change on Toppage */
.header__icon,
.header .icon-localization,
.header .localization-selector.link,
.header__search:after,
.header .disclosure .disclosure__button.localization-form__select::after {
  transition: all ease 0.3s;
}

.page-index .js-color-default .announcement-bar,
.page-index .js-color-default .announcement-bar__announcement,
.page-index .js-color-default .announcement-bar .slider-button,
.page-index .js-color-default .header .localization-selector.link,
.page-index .js-color-default .header .icon-localization,
.page-collection:has(#itemlist-mv-contents) .js-color-default .announcement-bar,
.page-collection:has(#itemlist-mv-contents) .js-color-default .announcement-bar__announcement,
.page-collection:has(#itemlist-mv-contents) .js-color-default .announcement-bar .slider-button,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header .localization-selector.link,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header .icon-localization {
  color: var(--color-text);
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0));
}

.page-index .js-color-default .header__icon svg,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header__icon svg {
  color: var(--color-text);
  filter: none;
}

.page-index .js-color-default .header__heading-logo,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header__heading-logo {
  filter: invert(49%) sepia(0%) saturate(1085%) hue-rotate(259deg) brightness(86%) contrast(77%);
}

.page-index .js-color-default .header__icon--search::after,
.page-index .js-color-default .header__search:after,
.page-index .js-color-default .header .disclosure .disclosure__button.localization-form__select::after,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header__icon--search::after,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header__search:after,
.page-collection:has(#itemlist-mv-contents) .js-color-default .header .disclosure .disclosure__button.localization-form__select::after {
  background: var(--color-text);
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0));
}

/* Header: smaller appearance */
.header__heading-logo-wrapper {
  height: 40px;
  overflow: hidden;
  transition: ease all 0.3s;
}

.js-scroll .header__heading-logo-wrapper {
  height: 25px;
}

.section-header {
  height: 50px;
  transition: ease all 0.2s;
}

.js-scroll.section-header {
  top: 0;
}

@media only screen and (max-width: 749px) {
  .section-header {
    height: 62px;
  }

  .header__heading-logo-wrapper {
    display: flex;
    align-items: flex-start;
    height: 64px;
    margin-top: 22px;
  }

  .js-scroll .header__heading-logo-wrapper {
    margin-top: 15px;
    height: 17px;
    overflow: hidden;
  }
}

/* Header: Search bar */
.shopify-section-group-header-group {
  z-index: 3;
}

.header .search-modal {
  background: transparent;
}

.header details[open] .search-modal .modal-overlay:after {
  position: fixed;
  top: 0;
  background-color: rgba(64, 64, 63, 0.1);
  backdrop-filter: blur(8px);
}

.header .search-modal__content {
  width: 91%;
  height: 7rem;
  margin: 15vh 4.5% 0;
  padding: 0 3.5rem;
  column-gap: calc((100% - (88% + 8.7rem))/2);
  background: var(--color-white);
}

.header predictive-search {
  max-width: 100%;
  min-width: 55%;
}

.header .search.search-modal__form {
  width: 100%;
}

.header .search.search-modal__form .field::after {
  content: none;
}

.header .search.search-modal__form .field__input:focus {
  box-shadow: none;
}

.header .search__button {
  position: absolute;
  padding-right: 3rem;
  right: auto;
  left: 0;
  width: auto;
  height: 100%;
}

.header .search__button::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #565353;
}

.header .search__input.field__input {
  padding: 0 2rem 0 5.6rem;
  height: 2.6rem;
  font-size: 1.5rem;
}

.header .search__input.field__input::placeholder {
  opacity: 1;
  color: #BCBCBC;
}

.header .search-modal__keyword {
  min-width: 33%;
}

.header .search-modal__keyword-items {
  column-gap: 1.0rem;
}

.header .search-modal__keyword-link {
  display: block;
  border: 1px solid #DCDCDC;
  border-radius: 100vw;
  padding: 0.1rem 1.2rem;
  color: #777575;
  text-decoration: none;
  font-size: 1.2rem;
  white-space: nowrap;
}

.header .search-modal__content .modal__close-button.link {
  margin: 0;
  width: 1.7rem;
  height: 1.7rem;
}

.header .reset__button {
  top: calc(50% - 22px);
  right: 0;
}

.header .reset__button:not(:focus):after {
  content: none;
}

.header .modal__close-button .icon {
  width: 1.8rem;
  height: 1.8rem;
}

.header__icon--search .icon-close-small {
  display: none;
}

@media only screen and (max-width: 749px) {
  .header .search-modal {
    top: 6.1rem;
    height: auto;
    display: block;
  }

  .js-scroll .header .search-modal {
    top: 4.1rem;
  }

  .header .search-modal__content-bottom {
    bottom: inherit;
  }

  .header details[open] .search-modal .modal-overlay {
    /*display: none;    */
  }

  .header details[open] .search-modal .modal-overlay:after {
    backdrop-filter: none;
    -webkit-backdrop-filter none;
    top: 6.2rem;
    z-index: 99;
  }

  .header .search-modal__content {
    width: 100%;
    height: inherit;
    margin: 0;
    padding: 3.0rem;
    display: block;
    line-height: 1;
    z-index: 100;
  }

  .header .search.search-modal__form {
    background-color: #fff;
    border: 1px solid #676764;
    border-radius: 100px;
    height: 4.6rem;
    margin-bottom: 3.0rem;
  }

  .header .search.search-modal__form .field:before {
    content: none;
  }

  .header .search-modal__keyword-items {
    column-gap: 1.5rem;
  }

  .header .search-modal__keyword {
    min-width: inherit;
    overflow-x: inherit;
  }

  .header .search__input.field__input {
    padding: 0 2rem 0 4.4rem;
    font-size: 1.3rem;
    height: 4.6rem;
    line-height: 4.6rem;
    background: none !important;
    margin: 0 !important;
  }

  .header .search__input.field__input::placeholder {
    font-size: 1.3rem;
  }

  .search-modal__keyword_title {
    font-size: 1.1rem;
    color: #707070;
    margin-bottom: 1.8rem;
  }

  .header .search-modal__keyword-link {
    border: none;
    text-decoration: underline;
    padding: 0 !important;
    color: #40403F;
    font-size: 1.3rem;
  }

  .sp-nav-kw .search-modal__keyword-items {
    margin-left: 0 !important;
  }

  .search-modal__keyword-item {
    margin-right: 0px;
  }

  .menu-drawer__navigation-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .header__icon--search .icon-close-small {
    width: 1.5rem !important;
    height: 1.5rem !important;
    display: none;
  }

  .header details[open] .header__icon--search .icon-close-small {
    display: block;
  }

  .header details[open] .header__icon--search .icon-search {
    display: none;
  }

  .header .search__button {
    padding: 0;
    right: auto;
    left: 2.0rem;
    width: 1.4rem !important;
    top: 0;
  }

  .header .search__button .icon {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }

  .header .search__button:after {
    content: none;
  }

  header .search-modal__keyword ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

}

/* Header: Search bar / horizontal scroll */
.search-modal__keyword {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-modal__keyword::-webkit-scrollbar {
  display: none;
}

.search-modal__keyword ul {
  display: flex;
}

.search-modal__keyword ul li:last-child {
  margin-right: 10px;
}

/*.search-modal__keyword ul:active {
  cursor: grabbing;
}*/

/* Header: hamburger menu */
.menu-drawer__inner-container {
  z-index: 2;
}

.menu-drawer {
  visibility: hidden;
}

.header__icon--menu[aria-expanded=true]:before {
  content: none;
  display: none;
}

.menu-drawer .icon-close {
  color: var(--color-text-inactive);
  width: 1.8rem;
  position: absolute;
  top: 2rem;
  left: 2.3rem;
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

.menu-drawer__menu.list-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.gnav-drawer div.menu-drawer__menu-item::before,
.gnav-drawer div.menu-drawer__menu-item::after,
.menu-drawer summary.menu-drawer__menu-item::before,
.menu-drawer summary.menu-drawer__menu-item::after {
  position: absolute;
  top: calc(50% - 0.5rem);
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  transition: all 0.1s ease;
}

.gnav-drawer div.menu-drawer__menu-item::before,
.menu-drawer summary.menu-drawer__menu-item::before {
  right: 3.5rem;
  border-right: 1px solid var(--color-text-inactive);
}

.gnav-drawer div.menu-drawer__menu-item::after,
.menu-drawer summary.menu-drawer__menu-item::after {
  top: calc(50% - 1rem);
  right: 3rem;
  border-bottom: 1px solid var(--color-text-inactive);
}

.gnav-drawer div.menu-drawer__menu-item.is-sub-open::before {
  display: none;
}

.js-gnav-submenu-toggle::after,
.js-gnav-subsubmenu-toggle::after,
summary.menu-drawer__menu-item::after {
  background: none !important;
}

.list-menu>li>a {
  position: relative;
}

.list-menu>li>a::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 3.2rem;
  width: 6px;
  height: 10px;
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/link-arrow.svg?v=157944781781099988621775534453) no-repeat 0 0;
  background-size: 100%;
}

.gnav-drawer .list-menu>li>a::after {
  opacity: 0;
  transition: opacity 0.1s ease;
}

.gnav-drawer .list-menu>li>a:hover::after {
  opacity: 1;
}

.gnav-drawer .custome-link {
  margin: 0 0 1.2rem 0;
  border-bottom: 1px solid #ECECEA;
  padding: 0 0 1.2rem 0;
}

.gnav-drawer .custome-link .menu-drawer__menu-item {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.menu-drawer .menu-opening[open] summary.menu-drawer__menu-item::before {
  transform: rotate(90deg);
  top: calc(50% - 1rem);
  right: 3rem;
}

.menu-drawer__inner-submenu .menu-drawer__menu-item {
  position: relative;
}

.menu-drawer__inner-submenu .menu-drawer__menu-item::after {
  position: absolute;
  content: "";
  top: calc(50% - 5px);
  right: 3.4rem;
  width: 6px;
  height: 10px;
  background: url(//herve-chapelier.myshopify.com/cdn/shop/t/2/assets/link-arrow.svg?v=157944781781099988621728055519 ) no-repeat;
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/link-arrow.svg?v=157944781781099988621775534453) no-repeat;
  background-size: 100%;
}

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

  .list-menu>li>a::after,
  .menu-drawer__inner-submenu .menu-drawer__menu-item::after {
    right: 0rem;
  }

  .gnav-drawer div.menu-drawer__menu-item::before,
  .menu-drawer summary.menu-drawer__menu-item::before {
    right: 0.5rem;
  }

  .gnav-drawer div.menu-drawer__menu-item::after,
  .menu-drawer summary.menu-drawer__menu-item::after {
    right: 0rem;
  }

  .list-menu>li.custome-link>a::after {
    top: calc(50% - 5px);
  }
}

.list-menu__collection .list-menu__item__container {
  display: flex;
  align-items: center;
  column-gap: 1.8rem;
  width: 100%;
}

.list-menu__collection .list-menu__item__title {
  margin: 0;
  font-size: 1.3rem;
}

#link-シリーズから選ぶ .list-menu__collection .list-menu__item__title {
  font-family: var(--text-en-series);
  line-height: 1.4;
  font-size: 1.4rem;
}

#link-カテゴリから選ぶ .list-menu__item__image,
#link-カテゴリから選ぶ .list-menu__item__subtitle {
  display: none;
}

.list-menu__collection .list-menu__item__subtitle {
  margin: 0;
  font-size: 1.2rem;
  color: var(--color-text-inactive);
}

.list-menu__item__title {
  margin: 0;
}

.menu-drawer__menu::selection {
  background: transparent;
}

.list-menu-guide>li:nth-of-type(1) .list-menu__item_guide {
  padding-left: 54px;
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon-guide.svg?v=14098307095660550211775534439) no-repeat 30px 50%;
  background-size: 17px;
}

.list-menu-guide>li:nth-of-type(2) .list-menu__item_guide {
  padding-left: 54px;
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon-paint.svg?v=12632897028185747341775534442) no-repeat 30px 50%;
  background-size: 18px;
}

.open_link {
  display: inline-block;
  text-decoration: none;
  position: relative;
}

.open_link+.open_link {
  margin-left: 15px;
}

.open_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #40403F;
  transition: all 0.4s ease;
}

.open_link:hover::after {
  width: 100%;
}

.icon-newtab {
  display: inline-block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  position: relative;
  margin: auto 0 auto 10px;
  line-height: 1;
}

.icon-newtab:before,
.icon-newtab:after {
  content: "";
  width: 10px;
  height: 10px;
  background-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: both;
  animation-duration: 0.6s;
}

.icon-newtab:before {
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon-newtab-gray.svg?v=56931612168936422121775534441) no-repeat 0 0;
}

.icon-newtab:after {
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon-newtab-black.svg?v=97062910726525529841775534441) no-repeat 0 0;
  transform: translate(-100%, 100%);
}

.is-hover .icon-newtab:before {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

.is-hover .icon-newtab:after {
  animation-name: transformRightLeft;
}

.is-hover:hover .icon-newtab:before {
  animation-name: transformRightLeft;
  animation-delay: 0s;
}

.is-hover:hover .icon-newtab:after {
  animation-name: transformLeftRight;
  animation-delay: 0.2s;
}

@keyframes transformLeftRight {
  0% {
    transform: translate(-100%, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes transformRightLeft {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100%, -100%);
  }
}

/* WEB_0001-21522　SPヘッダー修正 */
@media only screen and (max-width: 749px) {
  .header__icon {
    width: inherit;
  }

  .header__icon--menu {
    padding-right: 0.7rem;
    width: 2.6rem;
  }

  .is-sp-modal-open .header__icon--menu {
    display: none;
  }

  .header__icon--menu span {
    justify-content: flex-start;
  }

  .header__icon .icon.icon-hamburger-small {
    width: 1.9rem;
    height: 1.7rem;
  }

  .header__icon--search span {
    justify-content: flex-start;
  }

  .header__icon .icon.icon-search {
    width: 1.4rem;
    height: 1.4rem;
  }

  .header__icon--search {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .header__heading-logo {
    width: 14.1rem;
    height: 2.5rem;
  }

  .header__heading-logo-wrapper {
    height: 25px;
  }

  .header__icon .icon.icon-account {
    width: 1.5rem;
    height: 1.7rem;
  }

  .header__icon--favorite .icon {
    width: 1.5rem;
    height: 1.3rem;
  }

  .header__icons {
    gap: 0 1.5rem;
    padding-right: 1.2rem;
  }

  .header__icon {
    height: 6.2rem;
  }

  .js-scroll .header__icon {
    height: 4.2rem;
  }

  #nav-pc-toggle.is-open {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;
  }

  #nav-sp-toggle .icon-close-small {
    display: none;
  }

  #nav-sp-toggle.is-open .icon-hamburger-small {
    display: none;
  }

  #nav-sp-toggle.is-open .icon-close-small {
    display: block;
    color: #9B9B98 !important;
    box-shadow: none;
    filter: none !important;
    width: 1.5rem;
    height: 1.5rem;
  }

  .menu-drawer__inner-container {
    padding-top: 2.0rem !important;
    border: none !important;
  }

  .menu-drawer__menu .custome-link {
    border-bottom: 1px solid #ECECEA;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .custome-link .menu-drawer__menu-item {
    padding: 1.0rem 0;
  }

  .menu-drawer__menu.list-menu {
    margin: 0 3.0rem 2.5rem;
    border-bottom: 1px solid #ECECEA;
    padding-bottom: 1.5rem;
  }

  .menu-drawer__menu.list-menu.list-menu-guide {
    border-bottom: none;
    margin-bottom: 0;
  }

  .menu-drawer__inner-submenu .menu-drawer__menu.list-menu {
    border-bottom: none;
    margin-bottom: 0;
  }

  .js-scroll .cart-count-bubble {
    bottom: 0.8rem;
  }
}

/* コレクションナビ固定 */
@media only screen and (max-width: 749px) {
  .is_m_fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    transition: opacity 0.3s ease;
  }
}

.is_m_fixed.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* カートアイコン数字 */
.cart-count-bubble {
  width: auto;
  height: auto;
  background: none;
  justify-content: flex-end;
  bottom: 1.8rem;
  left: 2.2rem;
  color: var(--color-text);
  font-family: var(--text-en);
  font-size: 1.3rem;
}

.page-index .cart-count-bubble,
.page-collection:has(#itemlist-mv-contents) .cart-count-bubble {
  color: #FFF;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
}

.page-index .js-color-default .cart-count-bubble,
.page-collection:has(#itemlist-mv-contents) .js-color-default .cart-count-bubble {
  color: var(--color-text);
}

@media only screen and (min-width: 750px) {
  .cart-count-bubble {
    bottom: 0.8rem;
    left: 3.6rem;
  }
}

/* Footer
-----------------------------------------------------------*/
.footer {
  display: flex;
  justify-content: space-between;
}

.footer-locale-copyright {
  text-align: right;
}

.footer .disclosure .disclosure__button.localization-form__select {
  font-size: 1.2rem;
}

.footer .disclosure__list-wrapper {
  right: 0;
}

@media only screen and (max-width: 749px) {
  .footer-locale-copyright {
    position: absolute;
    width: calc(100% - 50px);
    bottom: 20px;
  }
}

/* Container
-----------------------------------------------------------*/
#MainContent {}

#MainContent .shopify-section:first-of-type {
  padding-top: 0;
}

.page-index #MainContent .shopify-section:first-of-type,
.page-collection:has(#itemlist-mv-contents) #MainContent .shopify-section:first-of-type {
  padding-top: 0;
}

@media only screen and (max-width: 749px) {
  #MainContent .shopify-section:first-of-type {
    padding-top: 0;
  }

  .page-index #MainContent .shopify-section:first-of-type,
  .page-collection:has(#itemlist-mv-contents) #MainContent .shopify-section:first-of-type {
    padding-top: 0;
  }
}

/* 見出し base.css 上書き
-----------------------------------------------------------*/
.title--primary {
  margin: 20px 0 80px;
  ;
  font-family: var(--text-en);
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 5.0rem;
}

.page-template .title--primary {
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .title--primary {
    margin: 20px 0;
    font-size: 3.6rem;
    text-align: center;
  }
}

/* Top
-----------------------------------------------------------*/
/* Top: slideshow */
.section-mainvisual {
  margin-top: -88px;
}

.illm-mvslider-item::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 0.33), rgb(0 0 0 / 0));
}

/* Top: news */
.blog--news {
  border-bottom: 1px solid #E1E1DE;
}

.blog--news a {
  padding: 1rem 0;
  transition: all ease var(--duration-default);
}

.blog--news a:hover {
  color: var(--color-text-inactive);
}

.blog-news__title {
  position: relative;
  padding-right: 2.5rem;
}

.blog-news__title::after {
  position: absolute;
  content: "";
  top: calc(50% - 0.2rem);
  right: 0;
  border-bottom: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(-45deg);
}

.blog-news__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.3rem;
}

.blog-news__date {
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 749px) {
  .section-mainvisual {
    margin-top: -84px;
  }

  .blog-news__container {
    gap: 1.0rem;
  }

  .blog-news__container {
    font-size: 1.2rem;
  }

  .blog-news__title {
    max-width: 70vw;
  }

  .blog--news a {
    padding: 1.2rem 0;
  }

  .blog-news__title {
    padding-right: 1.5rem;
  }
}

/* Top: pickup */
.section-pickup {
  position: relative;
}

.pickup__title-wrap {
  position: absolute;
  top: 4rem;
  left: 14%;
  width: 22rem;
  z-index: 1;
}

.pickup__title {
  font-size: 2.2rem;
}

.pickup-list-wrapper {
  display: flex;
  overflow: hidden;
}

.pickup-list {
  display: flex;
  gap: 10rem;
  margin: 0;
  padding: 0;
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.pickup-list__item {
  min-width: 29%;
  list-style: none;
  text-align: center;
  aspect-ratio: 1/1.18;
}

.pickup-list__item a {
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 5.5rem;
}

.pickup-list__image img {
  width: 75%;
  height: auto;
}

.pickup__description {
  position: relative;
  z-index: 2;
}

.pickup__link {
  text-align: right;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 749px) {
  .section-pickup {
    padding-top: 4rem;
  }

  .pickup__title-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 70%;
    text-align: center;
    margin: 0 15%;
  }

  .pickup__title {
    font-size: 1.8rem;
  }

  .pickup__description {
    font-size: 1.3rem;
    text-align: left;
  }

  .pickup-list-wrapper {
    margin-top: -8.4rem;
  }

  .pickup-list {
    gap: 6rem;
    animation-duration: 50s;
  }

  .pickup-list__item {
    min-width: 85vw;
  }

  .pickup-list__item a {
    padding-bottom: 0;
  }

}

/* Top: series */
.collection-list-wrapper {
  margin-left: 2.3%;
  margin-right: 2.3%;
}

.collection-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 1.4vw;
}


.collection-list .card__heading {
  line-height: 1;
  font-family: var(--text-en-series);
}

.collection-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.collection-list a::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.collection-list a:after {
  outline-offset: 0.3rem;
}

.collection-list__item {
  position: relative;
}

.collection-list .card--media {
  overflow: hidden;
}

@media only screen and (min-width: 750px) {

  .collection-list__item:nth-child(1),
  .collection-list__item:nth-child(10) {
    min-width: 34.2%;
    aspect-ratio: 1/1;
  }

  .collection-list__item:nth-child(2),
  .collection-list__item:nth-child(11) {
    min-width: 64.3%;
    aspect-ratio: 1/0.531;
  }

  .collection-list__item:nth-child(3),
  .collection-list__item:nth-child(4),
  .collection-list__item:nth-child(8),
  .collection-list__item:nth-child(9) {
    min-width: 49.25%;
    aspect-ratio: 1/0.563;
  }

  .collection-list__item:nth-child(5),
  .collection-list__item:nth-child(6),
  .collection-list__item:nth-child(7) {
    min-width: 32.333%;
    aspect-ratio: 1/1;
  }

  .collection-list .card-wrapper {
    display: block;
  }

  .collection-list .card:not(.ratio) {
    display: block;
  }

  .collection-list .card:not(.ratio)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.3;
  }

  .collection-list .card__inner {
    display: block;
    height: 100%;
  }

  .collection-list .card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .collection-list .card__information {
    padding: 0 0 2.7rem 0;
    text-align: center;
    color: var(--color-white);
  }

  .collection-list .card__heading {
    margin-bottom: 0.5rem;
    font-size: 2.6rem;
    color: var(--color-white);
  }

  .collection-list .card__subtitle {
    margin: 0;
    font-size: 1.4rem;
  }

  .collection-list__item img {
    transition: transform var(--duration-long) ease;
  }

  .collection-list__item:hover img {
    transform: scale(1.05);
  }
}

@media only screen and (max-width: 749px) {
  .collection-list-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    display: block;
  }

  .section-collection-list .collection-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .collection-list .card__media {
    position: static;
    display: inline-block;
  }

  .collection-list .card .media {
    position: static;
  }

  .collection-list .card__media .media img {
    position: static;
  }

  .collection-list .card--media .card__inner .card__content {
    display: none;
  }

  .collection-list .card--standard .card__inner:after {
    content: none;
  }

  .collection-list .card__inner {
    text-align: center;
    margin-bottom: 3px;
  }

  .collection-list .card__inner.gradient {
    background: transparent;
  }

  .collection-list .card__content {
    position: static;
  }

  .collection-list .card--standard>.card__content .card__information {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 15px 0.6rem;
    margin: 0 auto;
    align-items: center;
    column-gap: 1.6rem;
    border-bottom: 1px solid var(--color-button-line);
  }

  .collection-list .card__information::after {
    position: absolute;
    content: "";
    top: calc(50% - 7px);
    right: 1px;
    border-bottom: 1px solid var(--color-text);
    border-right: 1px solid var(--color-text);
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(-45deg);
  }

  .collection-list .card__heading::after {
    position: absolute;
    content: "";
    top: 9px;
    right: 1px;
    border-bottom: 1px solid var(--color-text);
    border-right: 1px solid var(--color-text);
    width: 0.6rem;
    height: 0.6rem;
    transform: rotate(-45deg);
  }

  .collection-list .card__heading {
    font-size: 1.6rem;
    white-space: nowrap;
    line-height: 1.4;
    position: relative;
  }

  .collection-list .card__subtitle {
    position: relative;
    padding-left: 1.6rem;
    line-height: 1.4;
    font-size: 1.2rem;
  }

  .collection-list .card__subtitle::after {
    position: absolute;
    bottom: -0.6rem;
    left: 0;
    content: "";
    width: 0.1rem;
    height: calc(100% + 1rem);
    border-right: 1px solid var(--color-button-line);
  }

  .collection-list .card__subtitle {
    margin: 0;
  }

  .collection-list .card .card__content {
    padding: 0 25px;
    margin-top: 0 !important;
  }

  .collection-list__item:nth-child(1) .card__media {
    width: 64vw;
    aspect-ratio: 1/1;
  }

  .collection-list__item .limited-swiper {
    position: relative !important;
  }

  .collection-list__item:nth-child(2) .card__media,
  .collection-list__item:nth-child(11) .card__media {
    aspect-ratio: 1/0.531;
  }

  .collection-list__item:nth-child(3) .card__media,
  .collection-list__item:nth-child(4) .card__media,
  .collection-list__item:nth-child(8) .card__media,
  .collection-list__item:nth-child(9) .card__media {
    width: calc(100vw - 50px);
    aspect-ratio: 325/184;
  }

  .collection-list__item:nth-child(5) .card__media,
  .collection-list__item:nth-child(6) .card__media,
  .collection-list__item:nth-child(7) .card__media,
  .collection-list__item:nth-child(10) .card__media {
    width: 51.5vw;
    aspect-ratio: 1/1;
  }

  .collection-list__item:nth-child(5) .card__content,
  .collection-list__item:nth-child(7) .card__content {
    padding: 0;
  }

  .collection-list__item:nth-child(6) .card__content,
  .collection-list__item:nth-child(10) .card__content {
    padding: 0;

  }

  .collection-list__item:nth-child(5) .card,
  .collection-list__item:nth-child(6) .card,
  .collection-list__item:nth-child(7) .card,
  .collection-list__item:nth-child(10) .card {
    flex-direction: row;
    column-gap: 5vw;
    margin-bottom: 0;
  }

  .collection-list__item:nth-child(6) .card,
  .collection-list__item:nth-child(10) .card {
    flex-direction: row-reverse;
  }

  .collection-list__item:nth-child(5) .card__inner,
  .collection-list__item:nth-child(6) .card__inner,
  .collection-list__item:nth-child(7) .card__inner,
  .collection-list__item:nth-child(10) .card__inner {
    margin-bottom: 0;
  }

  .collection-list__item:nth-child(5) .card__subtitle,
  .collection-list__item:nth-child(6) .card__subtitle,
  .collection-list__item:nth-child(7) .card__subtitle,
  .collection-list__item:nth-child(10) .card__subtitle {
    width: 90px;
    line-height: 1.6;
  }

  .collection-list__item:nth-child(5) .card--standard>.card__content .card__information,
  .collection-list__item:nth-child(7) .card--standard>.card__content .card__information {
    width: 100%;
    display: block;
    border: none;
    padding: 0.8rem 25px 0 0;
  }

  .collection-list__item:nth-child(6) .card--standard>.card__content .card__information,
  .collection-list__item:nth-child(10) .card--standard>.card__content .card__information {
    width: 100%;
    display: block;
    border: none;
    padding: 0.8rem 0 0 25px;
  }

  .collection-list__item:nth-child(1) .card__heading::after,
  .collection-list__item:nth-child(2) .card__heading::after,
  .collection-list__item:nth-child(3) .card__heading::after,
  .collection-list__item:nth-child(4) .card__heading::after,
  .collection-list__item:nth-child(8) .card__heading::after,
  .collection-list__item:nth-child(9) .card__heading::after,
  .collection-list__item:nth-child(11) .card__heading::after,
  .collection-list__item:nth-child(5) .card__information::after,
  .collection-list__item:nth-child(6) .card__information::after,
  .collection-list__item:nth-child(7) .card__information::after,
  .collection-list__item:nth-child(10) .card__information::after {
    display: none;
  }

  .collection-list__item:nth-child(5) .card__heading::after,
  .collection-list__item:nth-child(7) .card__heading::after {
    right: 0;
  }

  .collection-list__item:nth-child(6) .card__information::after,
  .collection-list__item:nth-child(10) .card__information::after {
    right: 0;
  }

  .collection-list__item:nth-child(5) .card__subtitle,
  .collection-list__item:nth-child(6) .card__subtitle,
  .collection-list__item:nth-child(7) .card__subtitle,
  .collection-list__item:nth-child(10) .card__subtitle {
    padding-left: 0;
  }

  .collection-list__item:nth-child(5) .card__subtitle::after,
  .collection-list__item:nth-child(6) .card__subtitle::after,
  .collection-list__item:nth-child(7) .card__subtitle::after,
  .collection-list__item:nth-child(10) .card__subtitle::after {
    content: none;
  }

  .collection-list__item:nth-child(5) .card__heading,
  .collection-list__item:nth-child(6) .card__heading,
  .collection-list__item:nth-child(7) .card__heading,
  .collection-list__item:nth-child(10) .card__heading {
    padding-bottom: 1rem;
  }

  .collection-list__item:nth-child(1),
  .collection-list__item:nth-child(2) {
    margin-bottom: 12rem;
  }

  .collection-list__item:nth-child(3),
  .collection-list__item:nth-child(8),
  .collection-list__item:nth-child(10) {
    margin-bottom: 3rem;
  }

  .collection-list__item:nth-child(5),
  .collection-list__item:nth-child(6) {
    margin-bottom: 3.5rem;
  }

  .collection-list__item:nth-child(4),
  .collection-list__item:nth-child(7),
  .collection-list__item:nth-child(9) {
    margin-bottom: 4rem;
  }



}


/* Top: bestseller */
.collection-bestseller {
  overflow: hidden;
}

.bestseller__title {
  margin: 3.5rem auto 0.6rem;
}

.bestseller__title .title {
  margin: 0;
  line-height: 1;
}

@media only screen and (max-width: 749px) {
  .collection-bestseller {
    padding-bottom: 10.7rem;
  }

  .bestseller__title {
    margin: 2.5rem auto 1rem;
  }
}


.bestseller-tab {
  display: flex;
  justify-content: center;
  column-gap: 3.0rem;
  padding: 0;
  margin: 0 0 6rem;
}

.bestseller-tab__item {
  list-style: none;
  font-size: 1.3rem;
  cursor: pointer;
}

.bestseller-tab__item:not(.active) {
  color: var(--color-text-inactive);
}

.bestseller-tab__item:hover,
.bestseller-tab__item.active {
  border-bottom: 1px solid var(--color-text);
  color: var(--color-text);
}

.bestseller-content-container {
  min-height: 33vw;
}

.bestseller-content__inner {
  padding: 0;
  margin: 0;
}

.grid.bestseller-content__inner {
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  column-gap: initial;
  row-gap: initial;
}

.bestseller-content {
  margin-left: 8%;
  overflow: visible;
  padding-right: 40px;
}

@media only screen and (min-width: 750px) {
  .page-product .bestseller-content {
    margin-left: 40px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-product .bestseller-content {
    margin-left: 80px;
  }
}

.bestseller-content-container.is--hidden {
  visibility: hidden;
}

.bestseller-content .swiper-horizontal>.swiper-scrollbar,
.bestseller-content .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  height: 1px;
  background: var(--color-line);
  left: 0;
}

.swiper-scrollbar-drag:empty {
  display: block;
  background: var(--color-text-inactive);
}

.bestseller-item.swiper-slide {
  max-width: 50%;
}

@media only screen and (min-width: 750px) {
  .bestseller-content {
    padding-bottom: 25px;
  }

  .bestseller-item.swiper-slide {
    max-width: 25%;
  }
}

@media only screen and (max-width: 749px) {
  .bestseller-tab {
    margin-bottom: 4rem;
  }

  .bestseller-content {
    margin-left: 25px;
  }

  .bestseller-content .card__information {
    padding-bottom: 3.2rem;
  }

  .bestseller-content .swiper-horizontal>.swiper-scrollbar,
  .bestseller-content .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100vw - 25px);
  }
}

/* tab switch */
.js-tab__content:not(.active) {
  display: none;
}

.js-tab__content.active {
  animation: panel-show .6s ease-in-out forwards;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* Top: feature */
.blog--feature {
  width: 85.4%;
  margin: 0 auto;
}

.feature__title {
  text-align: left;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 4.5rem;
}

.feature-container {
  display: flex;
  column-gap: 8%;
  justify-content: space-between;
}

.feature-image,
.feature-content {
  padding: 0;
  margin: 0;
}

.feature-content {
  min-width: 50.5%;
  position: relative;
}

.feature-content-list {
  padding: 0;
}

.feature-content__item {
  list-style: none;
  display: flex;
  column-gap: 7rem;
  margin-bottom: 2.3rem;
}

.feature-content__item:not(.active) {
  color: var(--color-text-inactive);
}

.feature__date {
  letter-spacing: 0.06em;
  white-space: nowrap;
  line-height: 1.4;
}

.feature__heading {
  line-height: 1.4;
}

.feature-image__item {
  list-style: none;
}

.feature-image {
  min-width: 41.5%;
  width: 41.5%;
  margin-top: 0.5rem;
}

.feature-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

.feature-container__wrapper {
  position: relative;
}

.feature__view-all-pc {
  position: absolute;
  bottom: 30px;
  right: 0;
}


.feature__button,
.btn-link-animation,
.icon-link-animation,
.more-link-animation {
  position: relative;
  display: inline-block;
  padding-right: 5.4rem;
  letter-spacing: 0.05em;
  color: var(--color-text);
  text-decoration: none;
  transition: all ease 0.5s;
  transform: translateX(0);
}

.icon-link-animation {
  z-index: -1;
}

.feature__button::before,
.btn-link-animation::before,
.icon-link-animation::before,
.more-link-animation::before {
  position: absolute;
  top: -0.8rem;
  right: 0;
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 100vw;
  border: 1px solid #DCDCDC;
  background: var(--color-white);
  transition: all ease 0.5s;
  z-index: -1;
}

.feature__button::after,
.btn-link-animation::after,
.icon-link-animation::after,
.more-link-animation::after {
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 2.0rem;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid var(--color-text);
  border-right: 1px solid var(--color-text);
  transform: rotate(-45deg);
}

.feature__button:hover,
.btn-link-animation:hover,
.card:hover .icon-link-animation,
.more-link-animation:hover {
  transform: translateX(0.5rem);
}

.feature__button:hover::before,
.btn-link-animation:hover::before,
.card:hover .icon-link-animation::before,
.more-link-animation:hover::before {
  transform: scale(2);
  border: 1px solid var(--color-white);
  background: var(--color-fill);
}

@media only screen and (min-width: 750px) {
  .feature__view-all-sp {
    display: none;
  }
}

@media only screen and (max-width: 749px) {
  .blog--feature {
    width: 100%;
  }

  .feature-container {
    display: block;
  }

  .feature__title {
    margin-bottom: 1.8rem;
    font-size: 4rem;
  }

  .feature-image {
    display: flex;
    width: 100%;
    gap: 8vw 3.4%;
    flex-wrap: wrap;
  }

  .feature-image .js-tab__content:not(.active) {
    display: block;
  }

  .feature-image__item {
    width: 48.3%;
  }

  .feature-content__item {
    display: block;
    white-space: normal;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0.5rem;
  }

  .feature-content__item:not(.active),
  .feature-content__item {
    color: var(--color-text);
  }

  .feature__date {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #C8C8C8;
    margin-bottom: 0.3rem;
  }

  .feature__heading {
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .feature__view-all-pc {
    display: none;
  }

  .feature__view-all-sp {
    position: static;
    margin-top: 4.8rem;
    text-align: center;
  }

  .feature__button {
    font-size: 1.4rem;
  }

  .btn-link-animation {
    font-size: 1.4rem;
  }

  .icon-link-animation {
    font-size: 1.4rem;
  }
}


/* Top: Instafeed */
.instafeed_app__container {
  display: flex;
  margin-bottom: 16rem;
}

.instafeed_app__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

/*.instafeed-new-layout-item:nth-child(n+7) {
  display: none;
}*/

.instafeed_app__img {
  position: relative;
}

.instafeed_app__link:hover {
  opacity: 1;
}

.instafeed_app__link span {
  padding-right: 2rem;
  position: relative;
}

.instafeed_app__link span::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 4px;
  width: 1px;
  height: 11px;
  border-right: 1px solid var(--color-text);
  transform: rotate(45deg);
}

.instafeed_app__link span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
  transform: rotate(-90deg);

}

@media only screen and (min-width: 750px) {
  .instafeed_app__container {
    width: 85.4%;
    margin-left: auto;
    margin-right: auto;
    column-gap: 1.6vw;
  }

  .instafeed_app__img {
    width: 38.8%;
  }

  .instafeed_app__img+.shopify-app-block {
    width: calc(61.2% - 1.6vw);
  }

  .instafeed-new-layout-wrapper {
    gap: 1.6vw !important;
  }

  .instafeed_app__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    color: var(--color-white);
    font-size: 1.5rem;
    text-align: center;
    opacity: 0;
    transition: opacity var(--duration-long) ease;
  }

  .instafeed_app__link span::after,
  .instafeed_app__link span::before {
    border-color: var(--color-white);
  }

}

@media only screen and (max-width: 749px) {
  .instafeed_app__container {
    flex-direction: column-reverse;
  }

  .instafeed_app__img {
    padding-top: 2.7%;
  }

  .instafeed_app__img img {
    aspect-ratio: 1.512/1;
  }

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

  .instafeed_app__img+.shopify-app-block {
    padding: 0 25px;
  }

  .instafeed-new-layout-wrapper {
    gap: 2.7vw !important;
  }

  .instafeed_app__link-wrapper {
    margin-top: 3rem;
    text-align: center;
  }

  .instafeed_app__link {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    color: var(--color-text);
    border-bottom: 1px solid var(--color-line);
  }

  .instafeed_app__link span:before {
    top: 7px;
  }

  .instafeed_app__link span:after {
    top: 8px;
  }
}

/* Container
-----------------------------------------------------------*/
.page-width {
  /* max-widthカスタマイズ設定あり */
  padding: 0 20px;
}

@media only screen and (min-width: 750px) {
  .page-width.page-max {
    width: 100%;
    max-width: initial;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-width.page-max {
    padding: 0 80px;
  }
}

@media only screen and (max-width: 749px) {
  .page-width {
    padding: 0 25px;
  }

  .product-grid-container .page-width {
    padding: 0 15px;
  }
}

/* Collection
-----------------------------------------------------------*/
.collection-hero {
  display: grid;
}

.collection-hero__inner {}

.collection-category-list-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  z-index: 1;
  background: #FFF;
}

.is-pc-menu-open .collection-category-list {
  z-index: 1;
}

/*
.collection-category-list-wrapper::-webkit-scrollbar {
  height: 6px;
  background-color: transparent; 
  border-top: #E1E1DE 1px solid; 
}
.collection-category-list-wrapper::-webkit-scrollbar-thumb {
  border-top: #9B9B98 1px solid; 
  background: transparent;
  height: 6px;
  border-radius: 5px;
  cursor: pointer;
}
*/
.collection-category-list {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}

.collection-category-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--text-en-series);
}

.collection-category-list li:last-child {
  margin-right: 15px;
}

.collection-category-list li a {
  display: block;
  padding: 0 0 2px 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
  color: #9B9B98;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 10px;
  position: relative;
}

.collection-category-list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #9B9B98;
  position: absolute;
  left: 0;
  bottom: 0;
}

.collection-category-list li a.is--current::after {
  display: none;
}

.collection-category-list li a.is--current {
  border-color: #40403F;
  color: #40403F;
}

.collection-category-list .collection-products-count {
  margin-left: 4px;
  font-size: 1.1rem;
  font-family: var(--text-ja);
}

@media only screen and (min-width: 750px) {
  .collection-category-list {
    margin-left: 40px;
  }

  .collection-category-list li:last-child {
    margin-right: 80px;
  }

  .collection-category-list li a {
    padding: 0 20px;
    border: #C7C7C2 1px solid;
    border-radius: 2px;
    background: #FFF;
    text-decoration: none;
    margin-right: 0;
  }

  .collection-category-list li a::after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .collection-category-list {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 749px) {
  .collection-hero__inner {
    margin-bottom: 0px !important;
  }

  .collection-category-list-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 8px 0;
    overflow-x: auto;
    z-index: 3;
  }

  .collection-category-list {
    margin-left: 14px;
  }
}

/* Simplebar スクロールバー */
.c-horizontal {
  width: 100%;
  height: 40px;
}

.simplebar-track {
  cursor: pointer;
}

.c-horizontal .simplebar-scrollbar {
  top: 0;
  background: none;
  padding: 0;
  overflow: hidden;
}

.c-horizontal .simplebar-scrollbar::before {
  border-top: #9B9B98 1px solid;
  background: none;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.simplebar-track {
  border-radius: 10px;
  background: #E1E1DE;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.collection-category-list-wrapper .simplebar-track.simplebar-horizontal {
  border-top: #E1E1DE 1px solid;
  background: none;
  height: 10px;
  width: calc(100% - 14px);
  margin-left: 14px;
  bottom: -5px;
}

@media only screen and (min-width: 1200px) {
  .collection-category-list-wrapper .simplebar-track.simplebar-horizontal {
    width: calc(50% + 580px);
    margin-left: calc(50% - 580px);
  }
}

/* Products Card
-----------------------------------------------------------*/
/* Wiser: Swatch */
.swatches.swatches-type-collections {
  height: 40px;
  position: absolute;
  bottom: -42px;
  left: 0;
  margin: 0;
}

.swatches.swatches-type-collections ul.swatch-view {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
}

.swatches.swatches-type-collections ul.swatch-view li {}

.swatches.swatches-type-collections ul.swatch-view::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
  border-top: #E1E1DE 1px solid;
}

.swatches.swatches-type-collections ul.swatch-view::-webkit-scrollbar-thumb {
  border-top: #9B9B98 1px solid;
  background: transparent;
  height: 10px;
  cursor: pointer;
}

.swatch-single {
  margin-bottom: 0 !important;
}

.swatch-item-unavailable .swatch-image::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(64, 64, 63, 0.5);
  z-index: 2;
}

div.swatches li.swatch-view-item.swatch-item-unavailable div.star-set-image::after {
  border-color: #FFF !important;
  z-index: 3;
}

.swatch-label .swatch-option-name,
.swatch-label .swatch-split-symbol {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .product__info-wrapper ul.swatch-view {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }

  .product__info-wrapper ul.swatch-view .star-set-image {
    width: calc((100vw - 108px) / 8) !important;
    height: calc((100vw - 108px) / 8) !important;
  }

  .swatch-label {
    display: block;
    text-align: center;
  }
}

.product ul.swatch-view li {
  z-index: 1;
  position: relative;
}

.product ul.swatch-view li:has(.swatch-selected) {
  z-index: 2;
}

.product .swatch-image,
.product .swatch-custom-image {
  border: none;
}

.product .swatch-selected.swatch-image,
.product .swatch-selected.swatch-custom-image {
  border: #40403F 1px solid !important;
}

.product-payment {
  list-style: none;
  margin: 15px auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-payment li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-payment li img {
  width: auto;
  height: 24px;
}

@media screen and (max-width: 749px) {
  .product-payment {
    margin: 0 auto 10px auto;
    padding: 10px 0;
  }

  .product-payment li img {
    height: 22px;
  }
}

/* Badge アイコン */
.badge {
  border: none;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 0;
  text-align: left;
  background: none;
  color: #BCBCBC;
  word-break: break-word;
}

.card__badge .badge {
  display: block;
  margin-bottom: -2px;
}

.badge--new,
.badge--sale {
  color: var(--color-red);
}

@media screen and (min-width: 750px) {
  .badge {
    font-size: 1.1rem;
  }
}

/* SOLDOUT/販売終了オーバーレイ */
.card-image-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 63, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  color: #FFF;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 750px) {
  .card-image-overlay {
    font-size: 1.2rem;
  }
}

.product-grid-container {
  margin-top: 30px;
  margin-bottom: 15rem;
}

.zaiko-status p {
  font-size: 1.3rem;
  text-align: left;
}



/* レビューアプリ調整 */
.product__info-container>[data-block-handle="all_reviews_text"] {
  margin: 0;
}

.jdgm-prev-badge {
  text-align: right;
}

.jdgm-prev-badge__text {
  padding-left: 10px;
  text-decoration: underline;
}

/* infinite option */
#infiniteoptions-container .spb-productdescfont {
  font-size: 1.2rem !important;
  color: #777575 !important;
}

#infiniteoptions-container span label {
  display: flex;
  font-size: 1.2rem !important;
  color: #777575 !important;
}

input[type="checkbox"]:checked {
  accent-color: #565353 !important;
}

/* swatch 製品詳細ページ */
.quantity__button.disabled {
  pointer-events: none;
}

.product .swatches {
  margin: 20px 0;
  padding: 20px 0 10px 0;
  border-top: #DCDCDC 1px solid;
  border-bottom: #DCDCDC 1px solid;
}

[option-name="選択"] {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .product .swatches {
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-bottom: none;
  }
}

/* 製品詳細 商品情報 */
.button.disabled {
  cursor: not-allowed;
}

.other-size-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.other-size-products li a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.other-size-products li a.is--current {
  pointer-events: none;
}

.other-size-product-thumb {
  border: transparent 1px solid;
  margin-bottom: 5px;
  overflow: hidden;
}

.other-size-product-thumb img {
  transition: 0.3s all ease;
}

.is--current .other-size-product-thumb {
  border: #C7C7C2 1px solid;
}

.other-size-product-title {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  color: #B4B3B2;
}

.is--current .other-size-product-title {
  color: #40403F;
}

@media screen and (min-width: 750px) {
  .other-size-products {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .other-size-products li a:hover .other-size-product-title {
    color: #40403F;
  }

  .other-size-products li a:hover .other-size-product-thumb img {
    transform: scale(1.05);
  }
}

.product-hashtags {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}

.product-hashtags li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}

.product-hashtags li a {
  color: #777575;
  text-decoration: none;
}

.product-hashtags li a:hover {
  color: #777575;
  text-decoration: underline;
}

.product-hashtags li a::before {
  content: "#";
}

.accordion__content h3 {
  font-size: 1.4rem;
}

/* 商品詳細ブログエリア */
.item-blog-area {
  margin: 0 auto;
  padding: 40px 20px;
}

.item-blog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.item-blog-list li {
  border-bottom: var(--color-line) 1px solid;
}

.item-blog-list li a {
  display: block;
  padding: 20px 40px 15px 0;
  position: relative;
  text-decoration: none;
  text-align: left;
  line-height: 1.6;
  color: var(--color-text);
}

.item-blog-list li a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon-link-arrow.svg?v=30105259416970718821775534440) no-repeat center 50%;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
}

.item-blog-date {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.item-blog-title {
  display: block;
  font-size: 1.3rem;
}

@media screen and (min-width: 750px) {
  .item-blog-area {
    margin: 0 auto;
    padding: 50px 0;
    border-top: var(--color-line) 1px solid;
    border-bottom: var(--color-line) 1px solid;
  }

  .item-blog-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 100px;
  }

  .item-blog-list li {
    border: none;
  }

  .item-blog-list li a {
    display: flex;
    padding: 5px 30px 5px 0;
    color: #9B9B98;
  }

  .item-blog-list li a:hover {
    color: var(--color-text);
  }

  .item-blog-list li a::after {
    opacity: 0;
    top: calc(50% - 4px);
  }

  .item-blog-list li a:hover::after {
    opacity: 1;
  }

  .item-blog-date {
    width: 110px;
    font-size: 1.3rem;
    margin: 0;
  }

  .item-blog-title {
    font-size: 1.3rem;
  }
}

/* 商品サイズ表 */
.product__sizeguide {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.sizeguide_link {
  text-align: right;
}

.link-arrow-r {
  display: inline-block;
  color: var(--color-text);
  font-size: 1.3rem;
  line-height: 1.6;
  text-decoration: none;
}

.link-arrow-r .icon-caret {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  transform: rotate(-90deg);
  margin: 7px 0 0 5px;
}

.link-arrow-r:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link-arrow-move {
  position: relative;
  padding-right: 18px !important;
}

.link-arrow-move .arrow {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 12px;
  margin: auto 0;
  line-height: 1;
}

.link-arrow-move .arrow::before,
.link-arrow-move .arrow::after {
  content: "";
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 12px;
  background: url(btn-arrow_small.svg) 0 0 no-repeat;
  background-size: 100%;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}

.link-arrow-move .arrow::after {
  transform: translateX(-100%);
}

.link-arrow-move:hover .arrow:before {
  animation-name: linkRightLeft;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0s;
}

.link-arrow-move:hover .arrow:after {
  animation-name: linkLeftRight;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
}

.link-arrow-move::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #40403F;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.link-arrow-move:hover::before {
  width: 100%;
}

@keyframes linkLeftRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes linkRightLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}



.product__sizeguide tr {
  /*  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; */
}

.product__sizeguide tbody th {
  flex: 1;
  width: auto;
  border: none;
  background: #F4F4F4;
  border: #FFF 1px solid;
  padding: 6px 4px;
  line-height: 1.2;
  font-size: 1.1rem;
  text-align: center;
  color: #777575;
  white-space: nowrap;
}

.product__sizeguide tbody td {
  flex: 1;
  width: auto;
  border: none;
  background: #FFF;
  padding: 10px 4px;
  line-height: 1.6;
  font-size: 1.2rem;
  text-align: center;
}

.product__sizeguide tbody td::before {
  content: attr(data-td-label);
  display: block;
  width: 100%;
  margin: -5px 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: var(--color-line) 1px solid;
}

.product__sizeguide tbody td:not([data-td-label])::before {
  display: none;
}

.link-arrow-r:hover {
  text-decoration: underline;
}

@media screen and (max-width: 749px) {
  .product__sizeguide thead {
    display: none;
  }

  .product__sizeguide table,
  .product__sizeguide tbody {
    /*display: block;*/
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product__sizeguide {
    margin-bottom: 15px;
  }

  .product__sizeguide thead th {
    border: #FFF 1px solid;
    background: #F4F4F4;
    padding: 10px 5px;
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
  }

  .product__sizeguide tbody th {
    padding: 10px 0;
    font-size: 1.3rem;
  }

  .product__sizeguide tbody td {
    border: none;
    border-bottom: var(--color-line) 1px solid;
    background: #FFF;
    padding: 10px 5px;
    text-align: center;
  }

  .product__sizeguide tbody td::before {
    display: none;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.attention-box {
  margin-bottom: 30px;
}

.attention-box h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
  .attention-box img {
    max-width: 240px !important;
  }

  .attention-box .img-pc-col2 {
    display: flex;
    gap: 20px;
  }

  .attention-box .img-pc-col2 img {
    max-width: 240px !important;
    width: 50% !important;
  }
}

/* チャットパーツ調整 */
@media screen and (max-width: 749px) {
  .is-sp-menu-open {
    overflow: hidden;
  }

  .is-sp-menu-open #shopify-chat {
    display: none;
  }
}

/* マウスストーカー（カーソル画像追従） */
.custom-cursor-area,
.custom-cursor-area a {
  /*  cursor: none; */
}

.custom-cursor {
  display: none;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
}

.custom-cursor>* {
  pointer-events: none;
}

.custom-cursor-slider img {
  position: absolute;
  left: -45px;
  top: -45px;
}

.custom-cursor-detail img {
  position: absolute;
  left: -50px;
  top: -40px;
}

.custom-cursor-viewed img {
  position: absolute;
  left: -63px;
  top: -45px;
}


/*-------------------------
GIFTページ
--------------------------- */
.gift-article ul,
.gift-article li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gift-article img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-style: none;
}

.gift-section-txtarea {
  padding: 0 20px;
}

.gift-txt {
  display: grid;
  gap: 20px;
}

.gift-txt:not(:last-child) {
  margin-bottom: 20px;
}

.gift-col .gift-txt {
  padding: 0;
  margin-bottom: 30px;
}

.gift-txt p {
  margin: 0;
  color: #676764;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.gift-intro-main .title--primary {
  margin: 3rem 0 4.8rem;
  text-align: center;
}

.gift-section-title-eng {
  color: #BCBCBC;
  font-family: var(--text-en);
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2.6;
}

.gift-section:first-child {
  margin-bottom: 15rem;
}

.gift-section-main {
  display: grid;
  gap: 80px;
}

.gift-image-gallery {
  margin: 0 0 22px;
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.gift-image-gallery-list {}

.gift-image-gallery-list li {}

.gift-image-gallery-list img {
  max-width: 100%;
  height: auto;
}

.gift-image-gallery .swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: right;
  padding-right: 25px;
}

.gift-image-gallery .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: 1px solid #676764;
  margin: 0 4px !important;
  opacity: 1;
}

.gift-image-gallery .swiper-pagination-bullet-active {
  background-color: #676764;
}

.gift-section-column-title {
  margin: 0 0 10px;
  font-size: 1.6rem;
}

.gift-p-table {
  display: block;
  margin: 5px 0 0;
}

.gift-th {
  display: inline-flex;
  width: 62px;
  position: relative;
}

.gift-th::after {
  content: ':';
  position: absolute;
  top: 0;
  right: 10px;
}

.gift-2col {
  display: grid;
  gap: 60px;
  padding: 0 0 77px;
}

.gift-col-img {
  margin: 0 0 16px;
}

.gift-notice {
  padding: 34px 0 0;
  border-top: 1px solid #E1E1DE;
}

.gift-notice-list li {
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.gift-notice-list li::before {
  content: '・';
  display: block;
}

@media only screen and (min-width: 750px) {
  .gift-article .page-width {}

  .gift-txt {
    padding: 0;
    margin-bottom: 30px;
  }

  .gift-col .gift-txt {
    padding: 0;
  }

  .gift-txt p {
    font-size: 1.3rem;
  }

  .gift-intro-main .title--primary {
    margin: 20px 0 80px;
  }

  .gift-section-title-eng {
    display: none;
  }

  .gift-section-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 87px;
  }

  .gift-section-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .gift-section-column-title {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .gift-section:first-child {
    margin-bottom: 11rem;
  }

  .gift-section-column:nth-of-type(odd) .gift-image-gallery {
    order: 2;
  }

  .gift-image-gallery {
    margin: 0;
    width: 100%;
    max-width: 560px;
    height: auto;
  }

  .gift-image-gallery-list img {
    max-width: 100%;
  }

  .gift-section-txtarea {
    width: 100%;
    padding: 0;
    max-width: 560px;
  }

  .gift-2col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding: 0 0 120px;
  }

  .gift-col-img {
    margin: 0 0 20px;
  }

  .gift-notice {
    padding-top: 50px;
  }

  .gift-notice .gift-txt {
    display: grid;
    grid-template-columns: 175px 1fr;
    align-items: start;
  }

  .gift-notice-list li {
    display: flex;
    gap: 4px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .gift-notice-list li::before {
    content: '・';
    display: block;
  }

  .gift-image-gallery .swiper-pagination {
    padding-right: 10px;
  }
}


/*-------------------------
Personal Orderページ
--------------------------- */
.personal-intro ul,
.personal-intro li,
.personal-article ul,
.personal-article li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.personal-intro img,
.personal-article img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-style: none;
}

.personal-txt {
  display: grid;
  gap: 20px;
}

.personal-txt__mt10 {
  margin-top: -10px !important;
}

.personal-txt:not(:last-child) {
  margin-bottom: 20px;
}

.personal-txt p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6;
}

.personal-txt a {
  color: inherit;
}

.personal-intro {
  width: 100%;
  padding: 110px 0;
  margin: -70px 0 80px;
  background-color: #F8F8F8;
  position: relative;
}

.personal-intro .title--primary {
  margin: 0;
}

.personal-intro-slide {
  display: block;
  width: 100%;
  margin: 10px 0 60px;
  overflow: hidden;
}

.personal-intro-list-title {
  margin: 0 0 8px;
  color: #9B9B98;
  font-size: 1.3rem;
  line-height: 1.5;
}

.personal-intro-slide {
  width: 100%;
  height: calc(326 * 100 / 375 * 1vw);
  position: relative;
}

.personal-intro-imglist li {
  width: 100%;
}

.personal-intro-imglist img {
  width: 100%;
  height: auto;
}

.personal-intro-list {
  width: 321px;
  margin: 0;
}

.personal-intro-list li {
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
  color: #9B9B98;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.6;
}

.personal-intro-list li::before {
  content: '※';
  display: block;
}

.personal-intro-list-txt {
  color: #9B9B98;
  font-size: 1.1rem;
  line-height: 1.5;
}

.personal-intro-txt {
  margin-bottom: 0;
}

.personal-tab {
  margin: 0 0 30px;
}

.personal-tab-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.personal-tab-list li a {
  padding: 5px 0;
  color: #9B9B98;
  font-size: 1.2rem;
  line-height: 1.8;
  cursor: pointer;
  text-decoration: none;
}

.personal-tab-list li a.is-active {
  color: #40403F;
  border-bottom: 1px solid #40403F;
}

.personal-tab-content {
  display: none;
}

.personal-tab-content.is-active {
  display: block;
}

.personal-section:not(:last-child) {
  margin-bottom: 128px;
}

.personal-section-title {
  margin: 0 0 11px;
  font-family: var(--text-en-series);
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.personal-products-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 16px;
  width: 100%;
}

.ps-item-img {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 16px;
}

.ps-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.ps-item-title {
  margin: 0 0 8px;
  font-size: 1.2rem;
  letter-spacing: 1.5;
}

.ps-item-table {
  font-size: 1rem;
  line-height: 1.4;
}

.ps-item-table th {
  width: 40px;
  text-align: left;
  font-weight: 500;
  position: relative;
}

.ps-item-table th::after {
  content: ':';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.ps-item-plice {
  font-size: 1.2rem;
}

.personal-step-contents {
  border-bottom: 1px solid #E1E1DE;
  margin: 0 0 170px;
}

.ps-step:not(:first-of-type) {
  border-top: 1px solid #E1E1DE;
}

.ps-step-title {
  padding: 40px 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.ps-step-num {
  font-size: 1.3rem;
  margin: 0 10px 0 0;
}

.ps-step-main {
  padding: 0 0 40px;
}

.ps-step-shoplist {
  display: grid;
  gap: 16px;
  margin-top: 42px !important;
}

.ps-step-shoplist li a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: 1.3rem;
  line-height: 2;
  text-decoration: none;
  position: relative;
}

.ps-step-shoplist li a::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 11px;
  height: 14px;
  background-image: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/personal-map-icon.svg?v=129429906257853281691775534471);
  background-repeat: no-repeat;
  background-size: contain;
}

.ps-step-shoplist li a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #40403F;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}

.ps-step-shoplist li a:hover {
  text-decoration: underline;
}

.ps-step-shoplist li a:hover .ps-step-shop-region {
  text-decoration: none;
}

.ps-step-shop-region {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}

.ps-step-shop-region::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #C7C7C2;
  position: absolute;
  right: 0;
}

.personal-gallery {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20rem;
}

.personal-gallery-list li {
  width: auto;
}

.personal-gallery-list li img {
  height: 220px;
  width: auto;
}

@media only screen and (max-width: 749px) {
  .personal-gallery {
    margin-bottom: 17rem;
  }

  .personal-article .pc-only {
    display: none;
  }

  .ps-step-title {
    cursor: pointer;
    position: relative;
  }

  .ps-step-title::before,
  .ps-step-title::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #9B9B98;
    position: absolute;
    top: 50px;
    right: 0;
  }

  .ps-step-title::after {
    transform: rotate(90deg);
  }

  .is-open.ps-step-title::after {
    display: none;
  }

  .ps-step-main {
    display: none;
  }

  .is-open+.ps-step-main {
    display: block;
  }
}

@media only screen and (min-width: 750px) {
  .personal-article .page-width {}

  .personal-section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .personal-txt {
    margin-bottom: 30px;
  }

  .personal-txt p {
    font-size: 1.3rem;
  }

  .personal-intro {
    width: 100%;
    height: auto;
    padding: 190px 0 127px;
    margin-top: -97px;
    margin-bottom: 120px;
    background-size: 593px;
    background-position: top 54px left calc(50% + 310px);
    overflow: hidden;
  }

  .personal-intro-main {
    max-width: 964px;
    margin: 0 auto;
  }

  .personal-intro-txt {
    width: 320px;
    margin: 16px 0 0;
  }

  .personal-txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .personal-intro-slide {
    position: absolute;
    top: 60px;
    left: calc(50% - 31px);
    width: 600px;
    height: 600px;
    margin: 0;
  }

  .personal-intro-imglist img {
    width: 600px;
    height: 600px;
  }

  .personal-intro-list-title {
    font-size: 1.4rem;
  }

  .personal-intro-list {
    width: 320px;
    margin: 0;
  }

  .personal-intro-list li {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .personal-intro-list-txt {
    font-size: 1.2rem;
  }

  .personal-tab {
    margin-bottom: 100px;
  }

  .personal-tab-list {
    gap: 60px;
  }

  .personal-tab-list li {
    font-size: 1.3rem;
  }

  .personal-section:not(:last-child) {
    margin-bottom: 150px;
  }

  .personal-section-titlearea {
    display: grid;
    grid-template-columns: 100px 1fr;
    border-bottom: 1px solid #E1E1DE;
  }

  .personal-section-title {
    font-size: 2.8rem;
  }

  .personal-products-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 50px;
  }

  .ps-item-title {
    font-size: 1.3rem;
  }

  .ps-item-table {
    font-size: 1.2rem;
  }

  .ps-item-plice {
    font-size: 1.3rem;
  }

  .personal-step-contents {
    margin-bottom: 150px;
  }

  .ps-step {
    display: grid;
    grid-template-columns: 340px 1fr;
  }

  .ps-step:not(:first-of-type) {
    padding: 58px 0;
  }

  .ps-step:first-of-type {
    padding-bottom: 58px;
  }

  .ps-step-title {
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 2rem;
  }

  .ps-step-num {
    font-size: 1.6rem;
    margin-right: 20px;
    padding-top: 2px;
  }

  .ps-step-shoplist {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, auto);
    gap: 10px 110px;
    margin-top: 50px !important;
  }

  .ps-step-shoplist li a {
    display: flex;
    align-items: center;
    color: inherit;
    font-size: 1.3rem;
    line-height: 2;
    text-decoration: none;
  }

  .personal-txt p.ps-small,
  .ps-small {
    font-size: 1.2rem;
  }

  .personal-gallery-list li img {
    height: 376px;
  }
}


/*swiper*/
.js-ps-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

#BIS_trigger {
  margin-top: 0 !important;
  background-color: #9B9B98 !important;
}

#BIS_trigger:hover {
  background-color: #8E8E8A !important;
}

/* recently viewed apps */
.shopify-block-ultimate-recently-viewed .glider-track {
  width: fit-content !important;
  grid-gap: 16px !important;
}

.ultimate-recently-viewed-product {
  min-width: 215px;
  max-width: 215px;
}

.ultimate-recently-viewed-product>a {
  background: #FFF;
  aspect-ratio: 215/265;
}

.ultimate-recently-viewed-image-wrap {
  width: 76%;
  margin: 0 12%;
  padding-bottom: 15%;
  position: relative;
  display: flex;
  align-items: flex-end !important;
}

.ultimate-recently-viewed-product>a {
  height: 100%;
}

.ultimate-recently-viewed-image-wrap img {
  width: 100%;
  align-self: flex-end !important;
}

@media only screen and (max-width: 749px) {
  .ultimate-recently-viewed-product {
    min-width: 120px;
    max-width: 120px;
  }

  .shopify-block-ultimate-recently-viewed .glider-track {
    grid-gap: 8px !important;
    padding-right: 16px !important;
  }
}

/* Wishlist King */
.wk-page {
  margin-bottom: 80px !important;
}

.wk-button .wk-icon svg {
  display: none !important;
}

.wk-button {
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon_fav.svg?v=137994299173809419991775534443) no-repeat center 50% !important;
  background-size: 20px !important;
}

remove-button .wk-button,
.wk-button.wk-selected {
  background: url(//store.hervechapelierjapon.com/cdn/shop/t/34/assets/icon_fav_selected.svg?v=20474913664531970171775534443) no-repeat center 50% !important;
  background-size: 20px !important;
}

.bestseller-item .card__heading,
.product-grid .card__heading,
.related-products .card__heading {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  line-height: 1.4;
}

.bestseller-item .card__heading a,
.product-grid .card__heading a,
.related-products .card__heading a {
  width: calc(100% - 30px);
}

wishlist-button-collection {
  position: relative;
  right: 0;
  top: 0;
  z-index: 5;
}

wishlist-button-collection wk-button {
  position: static !important;
}

wishlist-button-collection .wk-button {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  position: static !important;
}

wk-button .wk-text,
.wk-button .wk-text {
  display: none !important;
}

.product-fav-btn .wk-button {
  width: 45px !important;
  height: 45px !important;
  border: none !important;
  background-size: 25px !important;
}

wishlist-page {
  padding-top: 50px;
}

wishlist-page .wk-header .wk-title {
  margin: 3rem 0 !important;
  font-family: var(--text-ja) !important;
  text-align: center !important;
  line-height: 1.6 !important;
  letter-spacing: .1em !important;
  font-size: 2.2rem !important;
}

.wk-product-title,
wishlist-product-card .wk-product-title .wk-text-link {
  font-size: 1.3rem !important;
  text-align: left !important;
  line-height: 1.6 !important;
}

.wk-page .wk-product-title {
  margin-bottom: 20px;
}

wishlist-product-card .wk-price {
  display: none !important;
  justify-content: flex-start !important;
  font-size: 1.3rem !important;
  line-height: 1.6 !important;
}

.wk-callout-cta {
  min-width: 220px !important;
  padding: 0 25px !important;
}

.wk-cta-button,
.wk-callout-cta {
  background: #40403F !important;
  border: none !important;
}

.wk-cta-button:hover,
.wk-callout-cta:hover {
  background: #4E4E4D !important;
  border: none !important;
}

wishlist-product-card .wk-cta-button,
wishlist-product-card .wk-cta-button:disabled,
.wk-callout-cta {
  min-height: calc(5rem + var(--buttons-border-width) * 2) !important;
  font-size: 1.4rem !important;
  line-height: calc(1 + .2 / var(--font-body-scale)) !important;
}

wk-option-select .wk-control {
  margin-top: 10px;
}

.wk-page .wk-variants {
  display: none !important;
}

.product-share-btn .icon-sns-share {
  width: 19px;
  height: auto;
}


@media only screen and (max-width: 749px) {
  .wk-page {
    padding: 0 25px !important;
  }

  .wk-button {
    background-size: 16px !important;
  }

  remove-button .wk-button,
  .wk-button.wk-selected {
    background-size: 16px !important;
  }

  .product-fav-btn .wk-button {
    width: 40px !important;
    height: 40px !important;
  }

  .product-fav-btn .wk-button.wk-selected {
    background-size: 20px !important;
  }

  wishlist-page {
    padding-top: 54px !important;
  }

  wishlist-page .wk-header .wk-title {
    font-size: 2.0rem !important;
    margin: 3rem 0 !important;
  }

  wishlist-page .wk-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .wk-page .wk-product-title {
    margin-bottom: 10px !important;
  }

  wishlist-product-card .wk-cta-button,
  wishlist-product-card .wk-cta-button:disabled,
  .wk-callout-cta {
    min-height: calc(4rem + var(--buttons-border-width) * 2) !important;
  }

  .bestseller-item .card__heading,
  .product-grid .card__heading,
  .related-products .card__heading {
    line-height: 1.3;
  }
}

/* Readmore */
.readmore-wrap {
  position: relative;
  padding: 0px 0px 20px;
}

.readmore-content {
  position: relative;
  height: 85px;
  transition: all .3s;
  overflow: hidden;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  transition: all .3s;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  z-index: 2;
}

.readmore-content.is--open:before {
  display: none;
}

.readmore {
  position: absolute;
  display: inline-block;
  background: #FFF;
  font-size: 1.1rem;
  padding: 2px 2px 2px 1.5rem;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: underline;
}

.readmore:hover {
  color: #AAA;
}

@media screen and (min-width: 750px) {
  .readmore {
    font-size: 1.2rem;
    padding: 2px 2px 2px 2rem;
  }
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  margin: 0 0 3px 0;
  padding: 0 0 0 18px;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  position: relative;
  color: #40403F;
}

.list li::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #40403F;
  position: absolute;
  top: 8px;
  left: 5px;
}

.list-kome {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-kome li {
  margin: 0 0 3px 0;
  padding: 0 0 0 18px;
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
  position: relative;
  color: #676764;
}

.list-kome li::before {
  content: "※";
  color: #676764;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 750px) {
  .list li {
    font-size: 1.3rem;
  }

  .list-kome li {
    font-size: 1.2rem;
  }
}

.product-payment img {
  max-width: 100%;
}

/*-------------------------
ポリシー
--------------------------- */

.shopify-policy__container {
  padding: 5rem 2rem 0;
  max-width: 83rem;
  margin-bottom: 20rem;
}

.shopify-policy__title h1 {
  letter-spacing: 0;
  text-align: center;
  font-size: 2.2rem;
  margin: 4rem 0 8rem;
}

.legal-notice-info {
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  padding: 3rem 0;
  margin-bottom: 6.1rem;
}

.legal-notice-table {
  width: 100%;
}

.legal-notice-table th {
  text-align: left;
  font-weight: 500;
  width: 15rem;
  padding: 0.6rem 3rem 0.6rem 0;
  vertical-align: top;
}

.legal-notice-sec,
.privacy-policy-sec {
  margin-bottom: 5.8rem;
}

.legal-notice-head,
.privacy-policy-head {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 11px;
}

.legal-notice-head+p,
.privacy-policy-head+p {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .shopify-policy__container {
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
    max-width: 100%;
    margin-bottom: 15rem;
  }

  .shopify-policy__title h1 {
    margin: 4rem 0 6rem;
    font-size: 2.0rem;
  }

  .legal-notice-info {
    padding: 1.9rem 0;
  }

  .legal-notice-table {
    font-size: 1.3rem;
  }

  .legal-notice-table th {
    width: 11.5rem;
    padding: .6rem 1.5rem .6rem 0;
  }

  .legal-notice-head+p,
  .privacy-policy-head+p {
    font-size: 1.3rem;
  }

  .privacy-policy-head {
    text-align: center;
  }

}



/*-------------------------
CROSSPOINT共通
--------------------------- */
.page-cp .title--primary {
  font-size: 2rem;
  margin-bottom: 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0;
  text-align: center;
}

.page-title-back {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
}

.page-title-back a {
  color: var(--color-button-line);
  text-decoration: underline;
}

.page-cp .page-title-wrap {
  margin-bottom: 50px;
}

@media only screen and (min-width: 750px) {
  .page-cp .title--primary {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

/* スタッフスタート調整 */
#staffstart-shopify-app-container {
  position: relative;
  z-index: 1;
}

#staffstart-shopify-app-container * {
  font-family: var(--text-ja) !important;
}

#staffstart-shopify-app-container main,
#staffstart-shopify-app-container aside {
  margin-top: 30px;
}

#staffstart-shopify-app-container a:not([href]) {
  cursor: pointer;
}

#staffstart-shopify-app-container aside ul li a {
  font-size: 1.3rem;
  padding: 3px 8px;
  margin: 4px 0;
}

#staffstart-shopify-app-container h2 {
  text-align: left;
  font-size: 2.0rem;
}

@media only screen and (min-width: 750px) {

  #staffstart-shopify-app-container main,
  #staffstart-shopify-app-container aside {
    margin-top: 50px;
  }
}

/* 対応アクセサリー調整 */
.product-other-container {
  margin: 0;
  padding: 80px 20px 20px;
}

.product-other-heading {
  margin: 0 auto 20px auto;
  padding: 0;
  font-family: var(--text-ja);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  color: #676764;
}

.product-other-products-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-other-products-list li {
  list-style: none;
}

.product-other-products-list li a {
  display: block;
}

.product-other-products-list li img {
  max-width: 100%;
}

.product-other-products-list::-webkit-scrollbar {
  height: 1px;
  background-color: transparent;
  border-top: #E1E1DE 1px solid;
}

.product-other-products-list::-webkit-scrollbar-thumb {
  border-top: #9B9B98 1px solid;
  background: transparent;
  height: 1px;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  .product-other-container {
    padding: 80px 0 0 0;
  }

  .product-other-heading {
    margin: 0 auto 30px auto;
    padding: 0 0 0 80px;
    font-size: 1.6rem;
    text-align: left;
  }

  .product-other-products {
    position: relative;
    width: 100%;
    overflow-x: hidden;
  }

  .product-other-products-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px 15px;
    padding: 0 80px 30px 80px;
    width: 100%;
    overflow: auto;
  }

  .product-other-products-list li {
    min-width: 220px;
    width: 220px;
  }
}

/* チャットアプリ位置調整 */
@media only screen and (max-width: 749px) {
  #ShopifyChat[is-open="false"] {
    bottom: 100px !important;
  }
}

/* 絞り込み調整 */
@media only screen and (max-width: 749px) {
  .mobile-facets__wrapper {
    border: none;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .mobile-facets__disclosure {
    border: none !important;
    line-height: 1;
    width: 90% !important;
    margin: 0 auto !important;
    padding: 6px 0 !important;
    justify-content: center;
    position: fixed;
    bottom: 2.3rem;
    background: #40403F;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }

  .mobile-facets__disclosure.is-show {
    display: flex;
    opacity: 1;
    pointer-events: initial;
  }

  .is-sp-modal-open .mobile-facets__wrapper {
    z-index: 6;
  }

  .mobile-facets__open svg {
    color: #FFF !important;
  }

  .mobile-facets__open-label {
    color: #FFF !important;
    font-size: 1.2rem !important;
    font-weight: 500;
  }

  .facets-wrapper .mobile-facets__open .icon-caret {
    display: none;
  }
}

/* カート画面アクセサリー調整 */
.p-cart_accessories {
  overflow: hidden;
}

.p-cart_accessories .collection__title {
  width: 85.4%;
  margin: 0 auto;
}

.p-cart_accessories .title.h1 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  color: #565353;
  letter-spacing: 2px !important;
}

.p-cart_accessories .title.h1 span {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 20px;
  letter-spacing: 10% !important;
  color: #BCBCBC;
  display: inline-block;
  margin-right: 15px;
}

.p-cart_accessories .collection__view-all {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 749px) {
  .p-cart_accessories .title.h1 {
    font-size: 1.4rem;
  }

  .p-cart_accessories .title.h1 span {
    font-size: 2.0rem;
    line-height: 18px;
    display: block;
    margin-right: 0px;
  }

  .p-cart_accessories .collection__view-all {
    margin-bottom: 20px;
  }

  .p-cart_accessories .bestseller-content-container {
    min-height: inherit;
  }

  .cart__footer {
    margin-bottom: 0 !important;
  }
}


/* 商品詳細コンテンツタブ */
.product-detail-contents {
  margin: 0 auto;
}

.product-detail-contents-tabs {
  margin: 0 auto 20px auto;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  position: relative;
}

.product-detail-contents-tabs::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  z-index: 1;
}

.product-detail-contents-tab__item {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  color: #9B9B98;
  text-align: center;
  font-family: var(--text-ja);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.65px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.product-detail-contents-tab__item.active {
  color: #40403F;
}

.product-detail-contents-tab__item.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #40403F;
  z-index: 2;
}

.product-detail-contents-content img {
  max-width: 100%;
}

@media only screen and (min-width: 750px) {
  .product-detail-contents-tabs {
    gap: 30px;
  }

  .product-detail-contents-tab__item {
    font-size: 1.4rem;
  }
}

/* ギフトラッピングのトグルボタン */
.cart-toggle-container {}

.cart-toggle-heading {
  position: relative;
  cursor: pointer;
}

.cart-toggle-icon {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
}

.cart-toggle-icon .icon-plus {
  width: 13px;
  color: #000000;
}

.cart-toggle-icon .icon-minus {
  display: none;
  width: 13px;
  color: #000000;
}

.active .cart-toggle-icon .icon-plus {
  display: none;
}

.active .cart-toggle-icon .icon-minus {
  display: block;
}

.cart-toggle-contents {
  padding: 0 20px 20px 20px;
  background: #F6F6F6;
}

.cart-toggle-contents.hidden {
  display: none;
}

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

  .cart-toggle-heading,
  .cart-toggle-heading.cart-attribute__title {
    background: #F6F6F6;
    margin: 0;
    padding: 15px 20px;
    border: none;
    color: #40403F;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.65px;
    text-align: left;
    position: relative;
  }
}

@media only screen and (min-width: 750px) {
  .cart-toggle-heading {
    font-size: 1.4rem;
    background: #F6F6F6;
    padding: 20px;
    margin: 0;
  }

  .cart-toggle-icon {
    top: 24px;
    right: 24px;
  }

  .cart-toggle-container.pc-no-toggle {
    background: none;
    padding: 0;
  }

  .pc-no-toggle .cart-toggle-icon {
    display: none;
  }

  .pc-no-toggle .cart-toggle-heading {
    background: none;
  }

  .pc-no-toggle .cart-toggle-contents {
    padding: 0;
    background: none;
  }

  .pc-no-toggle .cart-toggle-contents.hidden {
    display: block !important;
  }

}

/* 202510 Item list header */
.itemheader-sectionarea {
  overflow: hidden;
}

.item-mv {
  display: block;
  width: 100%;
  position: relative;
  margin: -93px 0 60px;
}

.item-mv::after {
  content: "";
  width: 100%;
  height: 100px;
  background-image: linear-gradient(180deg, rgb(0 0 0 / 0.33), rgb(0 0 0 / 0));
  position: absolute;
  top: 0;
  left: 0;
}

.item-mv-img {
  width: 100%;
  height: auto;
  position: relative;
}

.item-mv-img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70.55%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 11%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.item-mv-img img {
  display: grid;
  align-self: end;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-mv-txtarea {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.item-mv-title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--text-en-series);
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.item-mv-linklist {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0;
  margin: 10px auto 0 auto;
}

.item-mv-linklist li {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-indent: 0;
  list-style-type: none;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.item-mv-linklist li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: #D9D9D9;
}

.item-mv-linklist li a {
  display: grid;
  padding: 0 12px;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.itemheader-sectionarea {
  display: grid;
  gap: 100px;
  margin: 0 auto 30px;
}

.itemheader-section-header {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin: 0 0 50px;
}

.itemheader-section-header .title {
  line-height: 1;
  margin: 35px 0 6px;
}

.itemheader-section-header.with-tabcontainer {
  margin-bottom: 0px;
}

.itemheader-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

.itemheader-txt {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

.itemheader-feature-img {
  width: 100%;
  margin: 0 0 14px;
}

.itemheader-feature-img img {
  display: block;
  width: 100%;
}

.itemheader-feature-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.itemheader-feature-txt p {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: normal;
}

.collection-leadtext {
  text-align: center;
  margin: 6px 0 0 0;
}
#gift-giftkit {
  margin-bottom: 180px;
}
@media only screen and (max-width: 749px) {
  .itemheader-featurearea {
    width: 100vw;
    overflow-x: auto;
  }

  .itemheader-feature-inner {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .itemheader-feature-item.swiper-slide {
    width: 320px;
    flex-shrink: 0;
  }

  .itemheader-feature-item {
    display: block;
    width: 320px;
    min-width: 320px;
  }

  .itemheader-feature-item:first-of-type {
    margin-left: 25px;
  }

  .itemheader-feature-item:last-of-type {
    margin-right: 25px;
  }

  .itemheader-feature-item:last-child {
    padding-right: 15px;
  }

  .itemheader-feature-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .item-mv-img .item-mv-img-alt-sp {
    width: 100%;
    height: 100%;
    aspect-ratio: 780 / 980;
    object-fit: cover;
  }
}

@media only screen and (min-width: 750px) {
  .item-mv {
    margin: -88px 0 80px;
  }

  .item-mv-txtarea {
    bottom: 40px;
  }

  .item-mv-title {
    margin-bottom: 10px;
    font-size: 3rem;
  }

  .item-mv-linklist {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
  }

  .item-mv-linklist li:not(:last-child)::after {
    height: 12px;
  }

  .item-mv-linklist li a {
    padding: 0 15px;
    font-size: 1.3rem;
  }

  .itemheader-section:last-of-type {
    margin-bottom: 80px;
  }

  .itemheader-title {
    font-size: 2rem;
  }

  .itemheader-featurearea {
    width: 85.4%;
    margin: 0 auto;
  }

  .itemheader-feature-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .itemheader-feature-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .itemheader-feature-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }

  .itemheader-feature-txt p {
    font-size: 1.3rem;
  }

  .disable-pc-cursor {
    cursor: default !important;
    pointer-events: none !important;
  }
}

/* gift */
.gift-section-header {
  margin: 0 0 64px;
}

.gift-section-title {
  margin: 0 0 20px;
}

.gift-section-title .title--primary {
  margin: 35px 0 6px;
  line-height: 1;
}

.gift-header-txt {
  margin: 0 0 50px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}

.giftkit-header-txt {
  margin: 0 0 20px;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  text-align: center;
}

.gift-header-addlink {
  text-align: center;
}

.gift-header-addlink a {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #E1E1DE;
  color: var(--color-text);
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-decoration: none;
}

.gift-feature-column-wrap {
  display: grid;
  gap: 64px;
}

.gift-feature-item {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 10px;
  align-items: center;
  align-content: center;
}

.gift-feature-item a {
  text-decoration: none;
  color: inherit;
}

.gift-feature-item a:hover {
  text-decoration: underline;
}

.gift-feature-img {
  width: 100%;
  height: auto;
}

.gift-feature-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.gift-feature-point {
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

.gift-feature-txt {
  width: 100%;
}

.gift-feature-txt p {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

.gift-feature-price {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

.gift-header-title {
  margin: 0 0 25px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.gift-pricelink-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-inline-start: 0;
}

.gift-pricelink-list li {
  list-style: none;
}

.gift-pricelink-list li a {
  display: grid;
  place-content: center;
  width: 100%;
  height: 38px;
  border: 1px solid #E1E1DE;
  color: var(--color-text);
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-decoration: none;
}

.giftkit-addlink {
  padding: 0;
  border-bottom: none;
  text-align: center;
}

.giftkit-addlink a {
  border: none;
}

.item-txtlink-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.item-txtlink-arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-text);
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
}

.gif-kit-txtwrap {
  margin: 0 0 30px;
}

.gift-kit-item {
  text-align: center;
}

.gift-kit-txt {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.gift-kit-img {
  width: 330px;
}

.gift-kit-img img {
  width: 100%;
  height: 211px;
}

.gift-bestseller-content-container {
  margin-top: 80px;
}

@media only screen and (max-width: 749px) {
  .gift-featurearea {
    width: 100vw;
    overflow-x: auto;
  }

  .gift-bestseller-content-container {
    margin-top: 40px;
  }

  .gift-kit-img-wrap {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .gift-kit-img {
    width: 320px;
    min-width: 320px;
  }

  .gift-kit-img:first-of-type {
    margin-left: 25px;
  }

  .gift-kit-img:last-of-type {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 750px) {
  .gift-section-header {
    margin-bottom: 80px;
  }

  .gift-header-txt {
    margin-bottom: 65px;
    font-size: 1.4rem;
  }

  .giftkit-header-txt {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }

  .gift-header-addlink {
    text-align: center;
  }

  .gift-header-addlink a {
    font-size: 1.4rem;
  }

  .gift-feature-column-wrap {
    gap: 80px;
  }

  .gift-feature {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .gift-feature-item {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gift-feature-point {
    margin: 0 0 3px;
    font-size: 1.2rem;
    letter-spacing: 0.015em;
  }

  .gift-feature-txt {
    margin: 0 0 3px;
  }

  .gift-header-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .gift-pricelink-list {
    padding-top: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding-inline-start: 0;
  }

  .gift-pricelink-list li a {
    height: 45px;
    font-size: 1.4rem;
  }

  .gift-kit-txt {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.5;
  }

  .gift-kit-img-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .gift-kit-img-wrap> :only-child {
    /* 2列目から開始する (中央の列) */
    grid-column-start: 2;
  }

  .gift-kit-img {
    width: 100%;
  }

  .gift-kit-img img {
    width: 100%;
    height: auto;
  }

  .gift-featurearea {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 5rem;
  }
}

/* WEB_0001-22466 */
#store-stock-button.button {
  background-color: #FFF;
  border: 1px solid #40403F;
  color: #40403F;
  margin-bottom: 1rem;
}

/* WEB_0001-23362 WorldShopping Guide */

.p-worldshopping-guide h2.h1 {
  font-size: 2rem;
}
.p-worldshopping-guide-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.p-worldshopping-guide-content p {
  padding: 0 25px;
}
.p-worldshopping-guide .rich-text__wrapper {
  width: inherit;
}
.p-worldshopping-guide .rich-text__text p,
.p-worldshopping-guide .rich-text__text li {
  text-align: left !important;
}
.p-worldshopping-guide .title--primary {
  margin-bottom: 20px !important;
}
.p-worldshopping-guide .rte ul,
.p-worldshopping-guide .rte ol {
  /* padding-left: 2em; */
  list-style-position: inherit;
}
/* .p-worldshopping-guide .rte ul li,
.p-worldshopping-guide .rte ol li {
  text-indent: -1em;
} */
@media only screen and (min-width: 750px) {
  .p-worldshopping-guide-content p {
    text-align: center;
  }
  .p-worldshopping-guide {
    text-align: left;
  }
}
@media screen and (min-width: 990px) {
  .p-worldshopping-guide-content {
    max-width: 78rem;
    margin-bottom: 60px;
  }
}

/* WEB_0001-23618 レビューの位置変更 */
.product__info-wrapper .jdgm-review-widget {
  margin-top: 20px;
}
.jdgm-all-reviews__summary-text--verified {
  margin-top: 10px !important;
  justify-content: center !important;
}
@media only screen and (min-width: 750px) {
  .jdgm-write-rev-link.jdgm-write-rev-link {
    font-size: 1.5rem !important;
  }
}

/* WEB_0001-24457 限定ページへのリンク */
.collection-limited-addlink {
  text-align: center;
}

.collection-limited-addlink a {
  display: inline-block;
  padding: 15px 0;
  color: var(--color-text);
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.page-blog .title--primary {
  margin-bottom: 0;
}
.page-blog .collection-limited-addlink {
  margin-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  .collection-limited-addlink {
    text-align: center;
  }

  .collection-limited-addlink a {
    font-size: 1.4rem;
  }
  .page-blog .collection-limited-addlink {
    margin-bottom: 60px;
  }
}

/* リスト内を横並びにする */
.news-content-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
}

/* テキスト部分を広く取る */
.news-text-side {
  flex: 1;
}
/* 画像部分のスタイル */
.news-image-side {
  flex-shrink: 0;
}
.news-image-side img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 4px;
}

.news-datawrap {
  margin-bottom: 10px !important;
}

/* メールマガジン登録 */
.page-magazine .rich-text__heading {
  font-size: 2rem;
  margin: 0rem 0 3rem;
}
.page-magazine .rich-text__text {
  text-align: left;
}
.page-magazine .newsletter__subheading {
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .page-magazine .rich-text__heading {
    font-size: 2.2rem;
    margin: 0rem 0 5.8rem;
  }
  .page-magazine .rich-text__text {
    text-align: center;
  }
  .page-magazine .newsletter__subheading {
    text-align: center;
  }
  .page-magazine .rich-text__blocks {
  }
}

.newsletter_benefits_wrapper {
  margin-bottom: 85px;
}
.newsletter_benefits_title {
  font-family: "Teko", sans-serif;
  font-weight: 400;
  font-size: 3.3rem;
  color: var(--color-text);
  line-height: 1.4;
}
.newsletter_benefits_title_jp {
  display: block;
  font-family: inherit;
  font-size: 1.2rem
}
/* 親要素：PCでは横並び */
.newsletter_benefits_points {
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}

/* 各ポイント：円のデザイン */
.newsletter_benefits_point {
  border: 1px solid #E37BB4;
  width: 19.2rem;
  height: 19.2rem;
  border-radius: 50%;
  padding: 15px;
  
  /* 中のコンテンツを上下左右中央に */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.newsletter_benefits_point_no {
  font-family: "Teko", sans-serif;
  font-size: 3.1rem;
  color: var(--color-text);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2%;
  color: #E37BB4;
}

/* テキスト部分 */
.newsletter_benefits_point p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0;
  line-height: 1.5;
}

/* スマホ（SP）表示：縦に並べる */
@media (max-width: 768px) {
  .page-magazine .newsletter__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .newsletter_benefits_wrapper {
    margin-bottom: 40px;
  }
  .newsletter_benefits_points {
    gap: 0 15px;
  }
  
  /* 各ポイント：円のデザイン */
  .newsletter_benefits_point {
    width: 16rem;
    height: 16rem;
    padding: 10px;
  }
  .newsletter_benefits_point.number_3 {
    margin-top: -10px;
  }
  /* テキスト部分 */
  .newsletter_benefits_point p {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 348px) {
  .newsletter_benefits_points {
    gap: 10px 15px;
  }
}