/** Shopify CDN: Minification failed

Line 640:52 Expected ")" to go with "("
Line 640:55 Unexpected ")"

**/
/* toppage custom style */
.header__action-item:not(:last-child)::after {
  display: none;
}
.header__cart-icon > .icon-state__primary {
  display: flex;
}
.header__action-item.header__action-item--account {
  padding-right: 0;
}
.hidden-lap {
  display: none !important;
}
.top-section-title {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 27px));
  line-height: 1.6;
}

/* wish list */
i.icon-swym-wishlist {
  width: 21px;
  height: 21px;
  font-family: 'swym-font';
  font-style: normal;
  vertical-align: middle;
}
i.icon-swym-wishlist+span {
  vertical-align: middle;
}
i.icon-swym-wishlist:after {
  content: '';
  font-size: 140%;
  line-height: 18px;
  text-align: center;
  display: inline;
}
.header__action-item--wishlist {
  padding-right: 0;
}
/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
  content: '\f004';
  color: #fff;
  text-shadow: #4d4d4d 0.05rem 0.05rem 0, #4d4d4d -0.05rem -0.05rem 0, #4d4d4d -0.05rem 0.05rem 0, #4d4d4d 0.05rem -0.05rem 0, #4d4d4d 0px 0.05rem 0, #4d4d4d 0 -0.05rem 0, #4d4d4d -0.05rem 0 0, #4d4d4d 0.05rem 0 0;
}

.section-border {
  padding: 100px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width: 639px) {
  .section-border {
    padding: 80px 0;
  }
  .top-section-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 21px));
    margin-bottom: 0 !important;
  }
}

/* slideshow styles */
.custom-slideshow-style {
  margin-bottom: 50px;
}
.custom-slideshow-style .flickity-prev-next-button {
  width: 32px;
  height: 32px;
}
.custom-slideshow-style .flickity-prev-next-button svg {
  width: 14px;
  height: 12px;
}
.custom-slideshow-style .flickity-prev-next-button.next {
  right: 0;
}
.custom-slideshow-style .flickity-prev-next-button.previous {
  left: 0;
}

@media screen and (max-width: 639px) {
.custom-slideshow-style .flickity-prev-next-button {
  width: 46px;
  height: 46px;
  }
}
@media screen and (min-width: 641px) {
  .custom-slideshow-style .flickity-prev-next-button {
    width: 52px;
    height: 52px;
  }
  .custom-slideshow-style .flickity-prev-next-button svg {
    width: 22px;
    height: 20px;
  }
  .custom-slideshow-style .flickity-prev-next-button.next {
    right: -22px;
  }
  .custom-slideshow-style .flickity-prev-next-button.previous {
    left: -22px;
  }
}

/* pickup-posts style */
.blog-title {
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .04em;
}
.blog-date {
  color: #B1B2B2;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pickup-posts {
  border-bottom: 1px solid var(--border-color);
}
.pickup-posts__inner {
  padding-bottom: 80px;
}
.pickup-posts__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.pickup-posts__details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pickup-posts__category {
  color: #B1B2B2;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.pickup-posts__category.article-item__meta-item:not(:last-child)::after {
  background: #B1B2B2;
  margin: -1px 5px 0 5px;
}
.pickup-posts__first {
  max-width: 50%;
  width: 100%;
  margin-right: 30px;
}
.pickup-posts__first-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pickup-posts__first-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.pickup-posts__first-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.pickup-posts__item .pickup-posts__content {
  transition: opacity 0.6s ease;
}
.pickup-posts__first-content {
  position: absolute;
  width: 100%;
  padding: 50px 40px 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.pickup-posts__first-text {
  font-size: 20px;
  line-height: 2.2;
  color: #fff;
  margin-bottom: 0;
}
.pickup-posts__first-category {
  color: #B1B2B2;
  font-size: 13px;
}
.pickup-posts__first-category.article-item__meta-item:not(:last-child)::after {
  background: #B1B2B2;
}
.pickup-posts__first-date {
  color: #B1B2B2;
}
.pickup-posts__list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.pickup-posts__item {
  width: 100%;
  list-style-type: none;
}
.pickup-posts__tag-articles:first-of-type {
  display: none;
}
.pickup-posts__item:hover img,
.pickup-posts__first:hover img {
  transform: scale(1.1);
}
.pickup-posts__item:hover .pickup-posts__content {
  opacity: 0.6;
}
.pickup-posts__img {
  width: 100%;
  position: relative;
  margin-bottom: 15px;

  overflow: hidden;
}
.pickup-posts__img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.pickup-posts__img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.pickup-posts__text {
  margin-bottom: 4px;

}
.tag-article:first-child {
  display: none;
}
/* @media screen and (max-width: 1000px) {
  .pickup-posts__first {
    margin-right: 20px;
  }
  .pickup-posts__first-content {
    padding: 20px;
  }
  .pickup-posts__list {
    gap: 20px;
  }
} */
@media screen and (max-width: 1000px) {
  .pickup-posts__container {
    flex-direction: column;
  }
  .pickup-posts__first {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
  }
  .pickup-posts__first-text {
    line-height: 1.7;
  }
  .pickup-posts__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 23px;
  }
  .pickup-posts__item a {
    display: flex;
  }
  .pickup-posts__img {
    max-width: 37%;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .pickup-posts__content {
    flex: 1;
  }
}
@media screen and (max-width: 640px) {
  .blog-title {
    font-size: 13px;
  }
  .pickup-posts__inner {
    padding-bottom: 60px;
    padding-bottom: 30px;
  }
  .pickup-posts__category {
    font-size: 11px;
  }
  .blog-date {
    font-size: 11px;
  }
  .pickup-posts__category.article-item__meta-item:not(:last-child)::after {
    margin: -1px 3px 0 3px;
  }
  .pickup-posts__first-content {
    padding: 20px;
  }
  .pickup-posts__first-text {
    font-size: 15px;
  }
}

/* link-button style */
.link-button {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.link-button a {
  display: inline-block;
  width: 100%;
  padding: 11px;
  color: var(--primary-button-background);
  border: 1px solid var(--primary-button-background);
  position: relative;
  background-color: var(--primary-button-text-color);
  transition: opacity 0.3s ease;
  text-align: center;
  font-size: 13px;
  line-height: 1.15em;
  letter-spacing: 0.08em;
}
.link-button a:hover {
  opacity: 0.6;
}
.link-button a > span {
  display: flex;
  position: absolute;
  width: 15px;
  object-fit: contain;
  top: 50%;
  right: 16px;
  content: "";
  vertical-align: middle;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
.link-button a > span > svg {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .link-button {
    max-width: 74%;
    width: 100%;
  }
}

/* link button large */
.follow-button__content.link-button-large svg path {
  stroke: #fff;
}
.follow-button__content.link-button-large svg line {
  stroke: #fff;
  fill: #fff;
}
.link-button-large {
  width: 100%;
}
.link-button-large__inner {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--primary-button-background);
  color: var(--primary-button-text-color);
  background-color: var(--primary-button-background);
  transition: opacity 0.3s ease;
  text-align: center;
  cursor: pointer;
}
.link-button-large__inner:hover {
  opacity: 0.6;
}
.link-button-large__text {
  position: relative;
  font-size: 13px;
}
.link-button-large__arrow {
  position: absolute;
  top: 50%;
  right: -41px;
  content: "";
  vertical-align: middle;
  display: flex;
  transform: translateY(-50%);
}
.link-button-large__toggle {
  position: relative;
  width: 17px;
  height: 17px;
}
.link-button-large__toggle::before,
.link-button-large__toggle::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--accent-color);
  top: 50%;
  transition: transform 0.3s ease;
}
.link-button-large__toggle::before {
  transform: translateY(-50%);
  left: 0;
}
.link-button-large__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  left: 50%;
}
.is-open.link-button-large__toggle::before {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.is-open.link-button-large__toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: transform 0.3s ease;
}

/* featured-collection add styles */
.custom-container_product-list {
padding: 0 45px;
}
.custom-product-list > .flickity-button {
  top: 124px;
}
.custom-scroller__inner {
  padding-bottom: 15px;
}
.custom-product-item {
  max-width: 20%;
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.custom-product-item .product-item__label-list {
  display: none;
}
.custom-product-img {
  position: relative;
  width: 100%;
}
.custom-product-img::before {
  content: "";
  display: block;
  padding-top: 124%;
}
.custom-product-img img {
  object-fit: cover;
}
.custom-product-item__info-inner {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.custom-product-item__info-inner a {
  flex: 1;
}
.product-item__swatch-empty {
  height: 30px;
  margin: 14px 0 12px;
}
.custom-swatch-list {
  margin-top: 16px;
}
.custom-product-title {
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 15px));
}
@media screen and (max-width: 999px) {
  .custom-container_product-list {
    padding: 0 10px 30px;
  }
  .product-list--scrollable .custom-product-item {
    border: none;
  }
  .custom-product-item {
    max-width: 42%;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
.custom-product-title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
}
}
/* ranking styles */
.custom-product-item.ranking > a {
  position: relative;
}
.ranking__label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 1.2em;
  height: 1.2em;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 26px;
  z-index: 1;
}
.custom-product-item.ranking:nth-child(-n+3) .ranking__label {
  border: none;
}
.custom-product-item.ranking:first-child .ranking__label {
  background-color: #B2A984;
}
.custom-product-item.ranking:nth-child(2) .ranking__label {
  background-color: #BEBDB9;
}
.custom-product-item.ranking:nth-child(3) .ranking__label {
  background-color: #B29684;
}

/* rich text styles */
.section.first-block-mt0 {
  margin: 0 0 60px;
}
.section--rich-text {
  margin-bottom: 0;
}
.rich-text_title-border {
  padding-top: 50px;
  border-top: 1px solid var(--border-color);
}
@media screen and (min-width: 641px) {
  .rich-text_title-border {
    padding-top: 80px;
  }
}

/* image with text styles */
.image-with-text__heading {
  margin-bottom: 40px !important;
}
.image-with-text__heading-pc {
  font-size: 30px;
}
.image-with-text__heading-pc,
.image-with-text__heading-sp {
  text-transform: uppercase;
}
.image-with-text__heading-sp {
  margin-bottom: 20px !important;
  display: none;
  font-size: 24px;
}
@media screen and (max-width: 999px) {
  .image-with-text__heading-sp {
    display: block;
  }
  .image-with-text__heading-pc {
    display: none;
  }
}
@media screen and (max-width: 649px) {
  .image-with-text__text-aligner p{
     text-align: left;
  }
   .image-with-text__text-aligner h2,
  .image-with-text__text-aligner .text-arrow-button {
    text-align: center;
  }
}

/* text-arrow-button styles */
.text-arrow-button {
  width: 100%;
}
.text-arrow-button__content {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 0;
  font-size: 14px;
  text-decoration: none !important;
  color: var(--secondary-button-text-color) !important;
  transition: opacity 0.3s ease !important;
  letter-spacing: 0.08em;
  line-height: 1.154em;
}
.text-arrow-button__content:hover {
  opacity: 0.8;
}
.text-arrow-button__content:hover > span {
  right: 11px;
}
.text-arrow-button__content > span {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  object-fit: contain;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

/* logo list style */
.custom-logo-links {
  border: none;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 50px;
}
.custom-logo-links .quick-links__link {
  max-width: calc((100% - 180px) / 4);
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
  box-shadow: none;
}
.quick-links__link.custom-logo-links__no-link:hover .quick-links__image-ie-fix {
  transform: scale(1);
}
.custom-logo-links .quick-links__link:nth-of-type(4 + n) {
  margin-bottom: 0;
}
.custom-logo-links .quick-links__image-ie-fix {
  max-width: 10px;
}
.custom-logo-block.quick-links__image-ie-fix {
  max-width: 100%;
}
.custom-collections-logo {
  padding-top: 70px;
  border-top: 1px solid var(--border-color);
}
.custom-collections-logo.custom-no-space {
  margin-top: 0;
}
.custom-logo-list__aspect-ratio::before {
  content: '';
  display: block;
  padding-top: 32%;
}
.custom-logo-list__aspect-ratio svg {
  position: absolute;
  width: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .custom-logo-links {
    gap: 40px;
  }
  .custom-logo-links .quick-links__link {
    max-width: calc((100% - 120px) / 4);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .custom-logo-links {
    gap: 35px;
  }
  .custom-logo-links .quick-links__link {
    max-width: calc((100% - 35px) / 2);
    margin-bottom: 35px;
  }
  .custom-collections-logo {
    padding-top: 50px;
  }
}

/* logo list style */
.fr_custom-logo-links {
    border: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px;
    margin-bottom: 50px;
  }
  .fr_custom-logo-links .quick-links__link {
    max-width: 100%;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  .fr_custom-logo-links .quick-links__image-ie-fix {
    max-width: 10px;
  }
  @media screen and (max-width: 999px) {
    .fr_custom-logo-links {
      gap: 40px;
    }
  }
  @media screen and (max-width: 640px) {
    .fr_custom-logo-links {
      grid-template-columns: repeat(3, 1fr);
      gap: 35px;
    }
    .custom-collections-logo {
      padding-top: 50px;
    }
  }

/* promotion list style */
.section[data-section-type="promo-block"] {
  margin: 0;
}
.promo-block {
  border-radius: 0;
}
.promo-block__inner {
  width: 100%;
}
.custom-prom-list {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

}
.custom-prom-list .promo-block {
  margin-bottom: 0;
}
.custom-prom-list .block-list__item {
  max-width: calc(100% / 2);
  width: 100%;
  margin-bottom: 20px;
  flex-direction: column;
}
.custom-prom-list .promo-block--small {
  min-height: 80px;
  cursor: pointer;
}
.custom-prom-list .text-arrow-button__content {
  padding: 10px 60px 10px 15px;
  font-size: 14px;
  color: #000;
}
@media screen and (min-width: 641px) {
  .custom-prom-list .block-list__item {
    max-width: calc(100% / 2);
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .custom-prom-list .promo-block--small {
    min-height: 200px;
  }
  .custom-prom-list .text-arrow-button__content {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .custom-prom-list .block-list__item {
    max-width: calc(100% / 3);
    width: 100%;
  }
}

/* blog posts styles */
.section[data-section-type="blog-posts"] {
  padding-top: 40px;
  border-top: 1px solid var(--border-color);
  margin-top: 60px;
}
.custom-blog-list {
  margin: 0 0 40px;
}
.custom-blog-list .block-list__item {
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-bottom: 10px;
}
.custom-blog-list .block-list__item:nth-child(3n) {
  margin-right: 0;
}
.custom-blog-list.block-list--loose .block-list__item > :first-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .custom-blog-list.block-list--loose .block-list__item > :first-child {
margin: 0 5px 20px;
}
}
.custom-blog-list .article-item  {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  .section[data-section-type="blog-posts"] {
  padding-top: 80px;
  border-top: 1px solid var(--border-color);
  margin: 80px 0 100px;
  }
  .custom-blog-list {
    margin: 0 0 60px;
  }
  .custom-blog-list .block-list__item {
    max-width: calc((100% - 40px) / 3);
    width: 100%;
    padding: 30px 40px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/* footer styles */
.footer {
  border-top: var(--footer-border);
}
.footer__wrapper {
  border: none;
}
.footer__block-list .footer__block-item {
  border-bottom: none;
}
.footer__block-list .footer__block-item.footer__block-item--links {
  max-width: 100%;
  flex: 1;
  padding-right: 0;
}
.custom-footer-links .footer__linklist {
  max-width: 240px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.custom-footer-links .footer__linklist li {
  margin-bottom: 16px;
  min-width: 70px;
  text-align: center;
}
.custom-footer-links .footer__linklist li a {
  width: 100%;
  border-right: 1px solid var(--border-color);
  font-size: 10px;
  padding: 0 10px;
}
.custom-footer-links .footer__linklist li:last-child a {
  border-right: none;
  padding-right: 0;
}
.custom-footer-links .footer__linklist li:first-child a {
  padding-left: 0;
}
.custom-footer-links .footer__linklist li:nth-child(3n) a {
  border-right: none;
  padding-right: 0;
}
.custom-footer-links .footer__collapsible {
  height: auto;
}
.custom-footer-links .footer__collapsible-content {
  padding-right: 0;
}
.custom-footer__aside {
  margin-top: 0;
}
.custom-footer__aside .footer__aside-item--localization {
  margin: 0;
}
.custom-footer__aside .footer__aside-item--copyright {
  margin-top: 0;
  text-align: center;
  color: #b1b2b2;
}
.custom-footer__aside .footer__aside-item--localization p {
  color: #b1b2b2;
}
@media screen and (min-width: 361px) {
  .custom-footer-links .footer__linklist {
    max-width: 350px;
    width: 100%;
  }
  .custom-footer-links .footer__linklist li a {
    font-size: 11px;
    padding: 0 14px;
  }
  .custom-footer-links .footer__linklist li:nth-child(3n) a {
    border-right: 1px solid var(--border-color);
    padding-right: 14px;
  }
  .custom-footer-links .footer__linklist li:nth-child(4) a {
  border-right: none;
  padding-right: 0;
  }
  .custom-footer-links .footer__linklist li:nth-child(5) a {
    padding-left: 0;
  }
}
@media screen and (min-width: 641px) {
  .footer__block-list .footer__block-item.footer__block-item--links {
    padding-right: 35px;
  }
  .custom-footer-links .footer__linklist li a {
    padding: 0 15px;
  }
  .custom-footer-links .footer__linklist {
    max-width: 460px;
    width: 100%;
  }
  .custom-footer-links .footer__linklist li:nth-child(4) {
    border-right: 1px solid var(--border-color);
  }
  .custom-footer-links .footer__linklist li:nth-child(4) a {
    padding-right: 15px;
  }
  .custom-footer-links .footer__linklist li:nth-child(5) a {
    padding-left: 15px;
    border-right: none;
  }
}
@media screen and (min-width: 1000px) {
  .custom-footer-links .footer__linklist {
    max-width: 100%;
  }
  .custom-footer-links .footer__linklist li {
    min-width: 114px;
  }
  .custom-footer-links .footer__linklist li:nth-child(5) a {
    border-right: 1px solid var(--border-color);
  }
  .custom-footer__aside {
    justify-content: center;
  }
}

/*collection breadcrumb style */
.custom-breadcrumb {
  display: block;
  padding: 0 var(--mobile-container-gutter);
}
.breadcrumb__item {
  color: var(--link-color);
}
.breadcrumb__item a {
  font-size: 13px;
  color: var(--link-color);
}
@media screen and (min-width: 641px) {
  .custom-breadcrumb {
    padding: 0 var(--desktop-container-gutter);
  }
}

/* brand top media styles */
[data-section-type="brand-top-media"].section {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
[data-section-type="brand-top-media"] .container {
  padding: 0;
}
.brand-top-media ul {
  list-style-type: none;
}
.brand-top-media__logo {
  max-width: 210px;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
.brand-top-media__logo svg {
  width: 100%;
}
.brand-top-media__main-media {
  width: 100%;
  position: relative;
      margin-bottom: 30px;
}
.brand-top-media__main-media::before {
  content: '';
  display: block;
  padding-top: 112%;
}
.brand-top-media__main-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
}
.brand-top-media__category {
  padding: 0 var(--mobile-container-gutter);
}
.brand-top-media__list  {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.brand-top-media__item {
  width: 100%;
}
.brand-top-media__item a {
  width: 100%;
}
.brand-top-media__cat-image {
  width: 100%;
  position: relative;
}
.brand-top-media__cat-image::before {
  content: '';
  display: block;
  padding-top: 50.16949%;
}
.brand-top-media__cat-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.brand-top-media__cat-title {
  color: #000;
  font-size: 6.8vw;
  padding: 10px;
}

@media screen and (min-width: 641px) {
  [data-section-type="brand-top-media"].section {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  [data-section-type="brand-top-media"] .container {
    padding: 0 var(--desktop-container-gutter);
  }
  .brand-top-media__logo {
    max-width: 295px;
    width: 100%;
    margin: 0 auto;
  }
  .brand-top-media__main-media::before {
    padding-top: 33.8709%;
  }
  .brand-top-media__category {
    padding: 0;
  }
  .brand-top-media__list  {
    gap: 20px;
  }
  .brand-top-media__cat-title {
    font-size: 1.6vw;
  }
  .brand-top-media__main-media {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .brand-top-media__cat-title {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1441px) {
  .brand-top-media__cat-title {
    font-size: 32px;
  }
}

/* collection part styles */
.custom-collection-part .collection__toolbar {
  box-shadow: none;
}
.custom-main-collection .layout__section .card {
  border-bottom: none;
}
.custom-collection-wrapper .text-arrow-button {
  padding-left: 20px;
}
.custom-collection-wrapper .card {
  border-bottom: none;
}
@media screen and (min-width: 641px) {
  .custom-collection-wrapper {
    padding-top: 80px;
  }
  .custom-collection-part {
    border-radius: 0;
    border: none;
  }
  .custom-collection-part .card__header {
    padding-top: 60px;
  }
  .custom-collection-part .product-list {
    padding-bottom: 50px;
  }
  .custom-collection-part .collection__products-count {
    margin-bottom: 0;
    color: var(--accent-color);
  }
  .custom-collection-filter {
    border-right: 1px solid var(--border-color);
    padding-bottom: 50px;
    margin: 0;
  }
  .custom-collection-filter > .card {
    border: none;
  }
  .custom-collection-filter > .card > .card__section--tight {
    padding: 65px 0 0;
  }
  .custom-collection-part .card__header.custom-collection-template {
    padding-top: 10px;
  }
  .custom-collection-right {
    position: relative;
  }
  .custom-collection-wrapper .text-arrow-button {
    padding-left: 30px;
  }
  .custom-collection-wrapper .card {
    border-bottom: 1px solid var(--border-color);
  }
}
@media screen and (min-width: 768px) {
  .custom-collection-wrapper .text-arrow-button {
    position: absolute;
    left: 30px;
    top: -40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .custom-collection-filter {
    padding-right: 20px;
  }
}

/* follow button styles */
.follow-button__inner {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}

/* collection template */
.template-collection .empty-state{
  display: none;
}

/* quick link style */
.section[data-section-type="quick-links"] {
  margin: 20px 0;
}
.custom-quick-links {
  border: none;
}
.custom-quick-links__cat {
  max-width: calc((100% - 10px) / 2);
  width: 100%;
  padding: 7px;
  margin: 0 10px 10px 0;
  box-shadow: none;
  background-color: #dcdcdc;
}
.custom-quick-links__cat:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (min-width: 1000px) {
  .custom-quick-links__cat {
    max-width: calc((100% - 60px) / 4);
    width: 100%;
    padding: 8.5px;
    margin: 0 20px 20px 0;
  }
  .custom-quick-links__cat:nth-of-type(2n) {
    margin-right: 10px;
  }
  .custom-quick-links__cat:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* main collection */
.custom-main-collection {
  border-bottom: 1px solid var(--border-color);
}
.custom-main-collection .layout {
  margin: 0; 
}
.custom-main-collection .value-picker-button svg {
  width: 15px;
}
.custom-main-collection .value-picker-button svg path {
  stroke-width: 1px;
}
.custom-main-collection .collection__filter-icon {
  display: flex;
}
.custom-main-collection .collection__toolbar-item {
  color: var(--accent-color);
}
.custom-main-collection .collection__toolbar-item--filter svg {
  margin-right: 0;
  margin-left: 12px;
  width: 15px;
  height: 7px;
}
.custom-collection-value-text {
  color: var(--accent-color);
}


/* recently-viewed-products */
.custom-recently-viewed {
  padding: 0;
}
.custom-recently-viewed .flickity-prev-next-button.previous {
  left: 32px;
}
.custom-recently-viewed .flickity-prev-next-button.next {
  right: 32px;
}
.custom-vwpro-sectionheader {
  padding: 0 60px;
}
.custom-vwpro-list {
  padding: 0 45px;
}
.custom-vwpro-list .product-item {
  padding: 0 15px;
}
@media screen and (max-width: 999px) {
  .custom-vwpro-sectionheader {
  padding: 0 20px;
  }
  .custom-vwpro-list {
    padding: 0 15px;
  }
  .custom-vwpro-list .product-item {
    padding: 0 5px;
  }
  .custom-recently-viewed .product-item {
    border: none;
  }
}

/* product follow button styles */
.product-follow-button__bg {
  box-shadow: 0px -1px 2px #0000001A;
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .product-follow-button__bg {
    bottom: 3em;
    background-color: transparent;
    box-shadow: none;
  }
}

.product-follow-button__inner {
  width: 100%;
}
.product-follow-button__first .product-follow-button__product,
.product-follow-button__second .product-follow-button__product {
  width: 100%;
}
.product-follow-button__first,
.product-follow-button__second {
  display: block;
  opacity: 1;
  animation-name: fade-in;
  animation-duration: .5s;
}

@keyframes fade-in {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.product-follow-button__second {
  position: relative;
  padding: 40px 20px;
  background: #fff;
}
.product-follow-button__product {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-follow-button__first .product-follow-button__product {
  display: none;
}
.product-follow-button__first.js-isHidden,
.product-follow-button__second.js-isHidden {
  display: none;
  opacity: 0;
}
.product-follow-button__title {
  margin-bottom: 6px;
}
.product-follow-button__btn {
  width: 87.5%;
  margin: 0 auto;
}
.product-follow-button__btn > .product-form__add-button {
  width: 100%;
}
.product-follow-button__cart-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
}

.product-follow-button__cart-icon svg path,
.product-follow-button__cart-icon svg g {
  stroke: #fff;
}

.product-follow-button__second .product-follow-button__title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
}
.product-follow-button__detail {
  width: 100%;
}
.product-follow-button__detail .product-follow-button__btn {
  max-width: 100%;
}
.product-follow-button__detail .product-form__payment-container {
  width: 100%;
}
.product-follow-button__detail .product-form__add-button {
  width: 100% !important;
}
.product-follow-button__detail .product-form__info-item {
  display: none;
}
.product-follow-button__detail .product-form__info-item.product-form__info-item--quantity {
  display: block;
}
.product-follow-button__detail .product-form__info-item.product-form__info-item--quantity > label {
  display: none;
}
.product-follow-button__detail .product-form__info-list {
  border-spacing: 0 10px;
}
.product-follow-button__option .card__section {
  padding: 0;
}
.product-form__variants {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}
.product-form__option {

  margin-bottom: 10px;
}
.product-form__option:last-child {
  margin-right: 0;
}
.product-follow-button__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.product-follow-button__close > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  top: 8px;
  background-color: var(--text-color);
  transform: rotate(45deg) translateY(-50%);
}
.product-follow-button__close > span:last-child {
  transform: rotate(-45deg) translateY(-50%);
}
.block-swatch__item {
  border-radius: 0;
}
.quantity-selector {
  border-radius: 0;
}
.quantity-selector--product {
  height: 38px;
}
.quantity-selector--product .quantity-selector__button {
  padding: 0 14px;
}
.quantity-selector--product .quantity-selector__value {
  min-width: 38px;
}
@media screen and (min-width: 1000px) {
  .product-follow-button__inner {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  .product-follow-button__first {
    padding: 10px;
  }
  .product-follow-button__first .product-follow-button__product {
    display: block;
  }
  .product-follow-button__first,
  .product-follow-button__second {
    display: flex;
    justify-content: space-between;
  }
  .product-follow-button__first {
    align-items: center;
  }
  .product-follow-button__second {
    align-items: flex-start;
  }
  .product-follow-button__btn {
    position: relative;
    max-width: 250px;
    width: 100%;
    
  }
  .product-follow-button__product {
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-follow-button__first .product-follow-button__product,
  .product-follow-button__second .product-follow-button__product {
    max-width: 400px;
    width: 100%;
  }
  .product-follow-button__detail {
    max-width: 360px;
    width: 100%;
  }
  .product-follow-button__close {
    right: 0;
  }
}

.second-quantity{
  border-spacing: 0 22px;
}
.product-follow-button__cart-icon{
  color:white;
}

/* main blog styles */
.custom-blog-archive__header {

  margin: 0 0 50px;

  padding-top: 17px;
  flex-direction: column;
  align-items: flex-start;
}
.custom-blog-archive__tag {
  max-width: 750px;
  width: 100%;

  margin: 28px 0 0;

}
.custom-blog-archive__tag > li {
  margin: 0 20px 20px 0;
}
.custom-blog-archive__tag > li:last-child {
  margin-right: 0;
}
.custom-blog-archive__tag-item a {
  padding: 10px 13px;
  font-size: 13px;
  color: var(--link-color);
  border: 1px solid var(--link-color);
}

.article-item__image-container {
  margin-bottom: 23px;
  border-radius: 0;
}

.custom-blog-archive__list {
  flex-wrap: wrap;
  flex-direction: row;
}
.custom-blog-archive__title {

  font-size: 15px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 1.7;

}
.custom-blog-archive__category,
.custom-blog-archive__date {
  font-size: 13px;
  display: block;
  line-height: 1;
}
.custom-blog-archive__category {
  color: #B1B2B2;

  padding-bottom: 16px;

}
.custom-blog-archive__category::after {
  display: none !important;
}
.custom-blog-archive__item {
  width: 50%;
}
.custom-blog-archive__item--large {
  width: 100%;
}
.custom-blog-archive__item--large .article-item__image-container {
  margin-left: calc(-1.2 * var(--mobile-container-gutter));
  margin-right: calc(-1.2 * var(--mobile-container-gutter));
}
.custom-blog-archive__item .custom-blog-archive__title {
  font-size: 13px;
}
.custom-article-item.article-item {
  margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
  .custom-article-item.article-item {
    margin-bottom: 50px;
  }
  .custom-blog-archive__header {
    margin: 0 0 30px;
  }
  .custom-blog-archive__tag {
    margin: 40px 0 0;
  }
  .article-item__image-container {
    margin-bottom: 15px;
  }
  .custom-blog-archive__title {
    font-size: 18px;
  }
  .custom-blog-archive__item .custom-blog-archive__title {
    font-size: 16px;
  }
  .custom-blog-archive__item--large .article-item__image-container {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .custom-blog-archive__item {
    width: calc(100% / 3);
  }
  .custom-blog-archive__item--large {
    width: 50%;
  }
}

/* brand list styles */
.all-brand__contents {
  padding-top: 50px;
}
.brand-list {
  display: none;
  opacity: 0;
  height: 0;
}
.brand-list.is-open {
  display: block;
  opacity: 1;
  height: auto;
}
.brand-list__index {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 40px;
  list-style: none;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}
.brand-list__alphabet {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--link-color);
  text-align: center;
}
.brand-list__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.brand-list__block {
  color: var(--link-color);
  margin-bottom: 50px;
}
.brand-list__title {
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--accent-color);
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.brand-list__title.initial_other {
  width: auto;
  display: inline-block;
  padding: 0 8px;
  line-height: 27px;
}
.brand-list__list {
  list-style: none;
}
.brand-list__item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.brand-list__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.brand-list__arrow svg path {
  stroke: var(--border-color);
  transition: stroke 0.3s ease;
}
.brand-list__arrow svg line {
  fill: var(--border-color);
  stroke: var(--border-color);
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.brand-list__item:first-of-type {
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}
.brand-list__item a {
  width: 100%;
  display: block;
  transition: color 0.3s ease;
}
.brand-list__item a:hover {
  color: var(--link-color-hover);
}
.brand-list__item a:hover .brand-list__arrow svg path {
  stroke: var(--link-color-hover);
}
.brand-list__item a:hover .brand-list__arrow svg line {
  fill: var(--link-color-hover);
  stroke: var(--link-color-hover);
}
@media screen and (min-width: 641px) {
  .brand-list__index {
    grid-template-columns: repeat(14, 1fr);
  }
  .brand-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .brand-list__item {
    border-bottom: 0;
  }
  .brand-list__item:first-of-type {
    padding-top: 0;
    border-top: none;
  }
  .brand-list__item:last-of-type {
    padding-bottom: 0;
  }
  .brand-list__arrow {
    display: none;
  }
  .brand-list__title {
    width: 30px;
    height: 30px;
    font-size: 22px;
    margin-bottom: 25px;
  }
  .brand-list__title.initial_other {
    line-height: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .brand-list__index {
    grid-template-columns: repeat(27, 1fr);
  }
  .brand-list__grid {
    grid-template-columns: repeat(6, 1fr);
  }

}

/* main search styles */
.custom-main-search {
  border-bottom: 1px solid var(--border-color);
}
.custom-main-search .page__content {
  margin-bottom: 0;
}
.custom-main-search .layout {
  margin: 0;
}
.custom-main-search__filter .card {
  border: none;
}
.custom-main-search__content .card {
  border: none;
}
.custom-main-search__content .product-item__label-list {
  display: none;
}
.custom-main-search__content .collection__toolbar {
  box-shadow: none;
}
.custom-main-search__content .product-item__action-list {
  display: none;
}
.custom-main-search__content .collection__products-count,
.custom-main-search__content .value-picker-button,
.custom-main-search__content .collection__layout-label {
  color: var(--accent-color);
}
.custom-main-search__content .value-picker-button svg {
  width: 15px;
  height: 10px;
}
.custom-main-search__content .value-picker-button svg path {
  stroke-width: 1px;
}
.custom-main-search__content .collection__toolbar-item {
  color: var(--accent-color);
}
.custom-main-search__content .collection__filter-icon {
  display: flex;
}
.custom-main-search__content .collection__toolbar-item--filter svg {
  margin-right: 0;
  margin-left: 12px;
  width: 15px;
  height: 7px;
}
.custom-main-search__content .link-search-results {
  display: none;
}

@media screen and (min-width: 641px) {
  .custom-main-search__filter {
    border-right: 1px solid var(--border-color);
    padding-bottom: 50px;
    margin: 0;
  }
  .custom-main-search .product-list {
    padding-bottom: 50px;
  }
  .custom-main-search__content .card__header {
    padding-top: 60px;
  }
  .custom-main-search__filter > .card > .card__section--tight {
    padding: 65px 0 0;
  }
}

/* header search bar styles */
.custom-search-bar {
  max-width: 820px;
  width: 100%;
}
.header__search-bar-wrapper.is-fixed .custom-search-bar {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .header__search-bar-wrapper.is-fixed .custom-search-bar {
    max-width: 820px;
    width: 100%;
  }
}
.custom-search-bar__submit {
  max-width: 68px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-search-bar__submit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background-color: #b1b2b2;
}
.custom-search-bar__submit svg {
  flex: 1;
}
.custom-search-bar__submit svg path {
  stroke: #4d4d4d;
}
.custom-header-action-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* ブログ詳細用ボタン*/
.custom-article-button a {
  position: relative;
  max-width: 360px;
  width: 100%;
  line-height: 40px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  line-height: 48px;
  text-align: center;
  font-weight: var(--text-font-bolder-weight);
  font-size: var(--base-text-font-size);
  cursor: pointer;
  transition: opacity 0.3s ease-in-out !important;
  background: var(--primary-button-background);
  color: var(--primary-button-text-color) !important;
  text-decoration: none !important;
}
.custom-article-button a:hover {
  opacity: 0.8;
}
.custom-article-button a::before {
  width: 19.418px;
  height: 100%;
  display: inline-block;
  content: '';
  background: url(cart.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

/* FR_予約商品対応 */
.btn__form{
  width: 100%;
}

.caution, .caution_follow{
  color:red;
  display:none;
}
/* 購入ボタン */

.product-form__payment-container .shopify-payment-button {
	margin-top: 0;
}

.shopify-payment-button__button,
.product-form__payment-container .product-form__add-button{
  background: #000;
  color: #ffffff !important;
  max-width: 100%;
  width: 100%;
  line-height: 50px;
}

.shopify-payment-button__button:hover,
	.product-form__payment-container .product-form__add-button:hover {
  background: rgba(var(--primary-button-background-rgb), 0.8) !important;
  color: #ffffff !important;
}

@media screen and (max-width: 641px) {
  .shopify-payment-button__button,
  .product-form__payment-container .product-form__add-button{
    max-width: 85% !important;
    width: 85% !important;
    line-height: 40px;
  }
}
@media screen and (min-width: 640px) {
	.product-form__payment-container .product-form__add-button {
		max-width: 360px;
		width: 100%;
		line-height: 40px;
	}
}


/* FR_SP-TOPの幅調整 */
body {
  width: 100%;
}

#main {
  overflow: hidden;
}

/* product page wish list */
.swym-btn-container .swym-button:after {
  font-size: 24px !important;
}
.custom-wish-list-button {
  max-width: max-content;
  position: absolute;
  right: 8px;
}

@media screen and (min-width: 641px) {
  .swym-btn-container .swym-button:after {
    font-size: 30px !important;
  }
  .custom-wish-list-button {
    position: static;
    right: 8px;

  }
}

/* PASSWORD PAGE STYLES */
.custom-password__alert {
	background-color: #4d4d4d;
  border-radius: 0;
  color: #fff;
}

/* register styles*/
.custom-accepts_marketing {
  text-align: left;
}
.custom-accepts_marketing input {
  vertical-align: middle;
  display: inline-block;
}
.custom-register-policy {
  text-align: left;
}
.custom-register-policy input {
  vertical-align: middle;
}
.custom-register-policy__link {
  border-bottom: 1px solid var(--accent-color);
  transition: opacity 0.3s ease;
}
.button--primary.custom-register-submit[disabled] {
  background: var(--product-sold-out-color);
  box-shadow: 0 0 0 1px var(--product-sold-out-color) inset;
  color: var(--secondary-background);
}

@media (hover: hover) {
  .custom-register-policy__link:hover {
    opacity: 0.8;
  }
}

/* filter styles*/
.custom-dynamic-part_is-open {
  position: relative;
  z-index: 10;
}
#shopify-section-header.custom-header-filter-open {
  z-index: 0;
}