@charset "UTF-8";
img {
  vertical-align: middle;
}

@media screen and (min-width: 741px) {
  .template-collection .only-sp, .template-search .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  .template-collection .only-pc, .template-search .only-pc {
    display: none !important;
  }
}

.template-collection image-with-text-overlay .breadcrumb__item a, .template-collection image-with-text-overlay .breadcrumb__item span, .template-search image-with-text-overlay .breadcrumb__item a, .template-search image-with-text-overlay .breadcrumb__item span {
  color: #fff;
}

.template-collection image-with-text-overlay .breadcrumb__item a svg, .template-search image-with-text-overlay .breadcrumb__item a svg {
  margin-right: 9px;
}

.template-collection image-with-text-overlay .breadcrumb__item a svg path, .template-search image-with-text-overlay .breadcrumb__item a svg path {
  fill: #fff;
}

@media screen and (max-width: 999px) {
  .template-collection image-with-text-overlay .breadcrumb__item a svg, .template-search image-with-text-overlay .breadcrumb__item a svg {
    margin-right: 5px;
  }
}

.template-collection image-with-text-overlay .breadcrumb__item + .breadcrumb__item:before, .template-search image-with-text-overlay .breadcrumb__item + .breadcrumb__item:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Path_11963' data-name='Path 11963' d='M8876.827,251.7l5-5-5-5' transform='translate(-8876.474 -241.345)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.template-collection #mobile-facet-toolbar, .template-search #mobile-facet-toolbar {
  display: none;
}

.template-collection .breadcrumb--floating + .page-header__text-wrapper, .template-search .breadcrumb--floating + .page-header__text-wrapper {
  margin-top: 71px;
  margin-bottom: 66px;
}

@media screen and (max-width: 999px) {
  .template-collection .breadcrumb--floating + .page-header__text-wrapper, .template-search .breadcrumb--floating + .page-header__text-wrapper {
    margin-bottom: 0;
  }
}

.template-collection .page-header__text-wrapper, .template-search .page-header__text-wrapper {
  max-width: 100%;
}

.template-collection .page-header h1, .template-search .page-header h1 {
  font-size: 3.6rem;
  font-family: acumin-pro,sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 999px) {
  .template-collection .page-header h1, .template-search .page-header h1 {
    font-size: 2.6rem;
    margin-bottom: 27px;
  }
}

.template-collection .page-header__text-description img, .template-search .page-header__text-description img {
  margin-bottom: 44px;
  border-radius: 10px;
  margin-top: 0;
}

@media screen and (max-width: 740px) {
  .template-collection .page-header__text-description img, .template-search .page-header__text-description img {
    margin-bottom: 18px;
  }
}

.template-collection .page-header__text-description p, .template-search .page-header__text-description p {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .template-collection .page-header__text-description p, .template-search .page-header__text-description p {
    text-align: left;
    line-height: 34px;
  }
  .template-collection .page-header__text-description p:not(.heading) + p, .template-search .page-header__text-description p:not(.heading) + p {
    margin-top: 19px;
  }
}

@media screen and (max-width: 740px) {
  .template-collection .page-header__text-description .banner__imageCollection, .template-search .page-header__text-description .banner__imageCollection {
    margin: 0 -20px;
  }
  .template-collection .page-header__text-description .banner__imageCollection img, .template-search .page-header__text-description .banner__imageCollection img {
    border-radius: 0;
  }
}

.template-collection .product-facet__meta-bar, .template-search .product-facet__meta-bar {
  background: #FEF5E6;
  border: 1px solid #F0E9E4;
  border-radius: 10px;
  padding: 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 52px;
}

@media screen and (max-width: 740px) {
  .template-collection .product-facet__meta-bar, .template-search .product-facet__meta-bar {
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0 20px;
  }
}

.template-collection .product-facet__meta-bar-item, .template-search .product-facet__meta-bar-item {
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  padding: 25px 0;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__meta-bar-item, .template-search .product-facet__meta-bar-item {
    padding: 19px 0;
    letter-spacing: 0;
  }
}

.template-collection .product-facet__meta-bar-item svg, .template-search .product-facet__meta-bar-item svg {
  margin-right: 13px;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__meta-bar-item svg, .template-search .product-facet__meta-bar-item svg {
    margin-right: 11px;
  }
}

.template-collection .product-facet__meta-bar-item--filter, .template-search .product-facet__meta-bar-item--filter {
  border-right: 1px solid #F0E9E4;
  margin-right: 0;
  padding-right: 40px;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__meta-bar-item--filter, .template-search .product-facet__meta-bar-item--filter {
    border-right: 0;
    padding-right: 10px;
  }
}

.template-collection .product-facet__meta-bar-item--sort, .template-search .product-facet__meta-bar-item--sort {
  padding-left: 40px;
}

.template-collection .product-facet__meta-bar-item--sort .popover__choice-item, .template-search .product-facet__meta-bar-item--sort .popover__choice-item {
  font-size: 1.5rem;
}

.template-collection .product-facet__meta-bar-item--count, .template-search .product-facet__meta-bar-item--count {
  letter-spacing: 0;
}

.template-collection .product-facet__meta-bar-item--count span, .template-search .product-facet__meta-bar-item--count span {
  font-weight: 700;
  padding-right: 5px;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__meta-bar-item--count, .template-search .product-facet__meta-bar-item--count {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 0 12px;
  }
}

.template-collection .product-facet__meta--filter, .template-search .product-facet__meta--filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__meta--filter, .template-search .product-facet__meta--filter {
    width: 100%;
  }
  .template-collection .product-facet__meta--filter .product-facet__meta-bar-item, .template-search .product-facet__meta--filter .product-facet__meta-bar-item {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
  .template-collection .product-facet__meta--filter .product-facet__meta-bar-item--sort, .template-search .product-facet__meta--filter .product-facet__meta-bar-item--sort {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
  }
}

.template-collection .product-facet, .template-search .product-facet {
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet, .template-search .product-facet {
    margin-top: 36px;
  }
}

.template-collection .product-facet .tag, .template-search .product-facet .tag {
  font-size: 1.4rem;
  border-radius: 100px;
}

.template-collection .product-facet__filter-item .collapsible-toggle, .template-search .product-facet__filter-item .collapsible-toggle {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
}

.template-collection .product-facet__filter-item .collapsible-toggle[aria-expanded="true"] svg path:last-child, .template-search .product-facet__filter-item .collapsible-toggle[aria-expanded="true"] svg path:last-child {
  opacity: 0;
}

.template-collection .product-facet__filter-item .collapsible-toggle svg path, .template-search .product-facet__filter-item .collapsible-toggle svg path {
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.template-collection .product-facet__filter-item .collapsible__content .block-swatch-list--small .block-swatch__item, .template-search .product-facet__filter-item .collapsible__content .block-swatch-list--small .block-swatch__item {
  border-radius: 10px;
}

.template-collection .product-facet__filter-item .collapsible__content .block-swatch-list--small .block-swatch__item::after, .template-search .product-facet__filter-item .collapsible__content .block-swatch-list--small .block-swatch__item::after {
  border-radius: 10px;
}

.template-collection .product-facet__filter-item .collapsible__content label, .template-search .product-facet__filter-item .collapsible__content label {
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
}

.template-collection .product-facet__filter-item .collapsible__content .text--xsmall, .template-search .product-facet__filter-item .collapsible__content .text--xsmall {
  font-size: 1.5rem;
  color: #554338;
}

.template-collection .product-facet__filter-item .collapsible__content .input-prefix, .template-search .product-facet__filter-item .collapsible__content .input-prefix {
  border-radius: 10px;
}

.template-collection .product-facet__filter-item .collapsible__content .input-prefix__field, .template-search .product-facet__filter-item .collapsible__content .input-prefix__field {
  font-size: 1.5rem;
}

.template-collection .product-facet__filter-item .collapsible__content .color-swatch__radio[value="白い"]:not(:checked) + .color-swatch__item:after, .template-search .product-facet__filter-item .collapsible__content .color-swatch__radio[value="白い"]:not(:checked) + .color-swatch__item:after {
  border: 1px solid #E2DAD5;
  opacity: 1;
}

.template-collection .product-facet__filter-item .collapsible__content .color-swatch__item, .template-search .product-facet__filter-item .collapsible__content .color-swatch__item {
  border-radius: 50%;
}

.template-collection .product-facet .drawer__header, .template-search .product-facet .drawer__header {
  background: #FEF5E6;
  padding-top: 24px;
  padding-bottom: 24px;
  padding: 24px 30px;
  max-height: 90px;
}

@media screen and (max-width: 740px) {
  .template-collection .product-facet .drawer__header, .template-search .product-facet .drawer__header {
    max-height: 75px;
    padding: 20px;
  }
}

.template-collection .product-facet .drawer__header p, .template-search .product-facet .drawer__header p {
  font-size: 2rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
}

.template-collection .product-facet .drawer__close-button, .template-search .product-facet .drawer__close-button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #E6E3D9;
  border-radius: 50%;
  text-align: center;
  top: calc(50% - 25px);
  right: 30px;
}

@media screen and (max-width: 740px) {
  .template-collection .product-facet .drawer__close-button, .template-search .product-facet .drawer__close-button {
    width: 42px;
    height: 42px;
    top: calc(50% - 20px);
    right: 17px;
  }
}

.template-collection .product-facet .drawer__close-button svg, .template-search .product-facet .drawer__close-button svg {
  color: #52443A;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.template-collection .product-facet .drawer__content, .template-search .product-facet .drawer__content {
  padding: 0 30px 40px;
}

@media screen and (max-width: 740px) {
  .template-collection .product-facet .drawer__content, .template-search .product-facet .drawer__content {
    padding: 0 20px 20px;
  }
  .template-collection .product-facet .drawer__content .checkbox-container + .checkbox-container, .template-search .product-facet .drawer__content .checkbox-container + .checkbox-container {
    margin-top: 0;
  }
}

.template-collection .product-facet .drawer__footer, .template-search .product-facet .drawer__footer {
  padding-bottom: 30px;
}

.template-collection .product-facet .drawer__footer button, .template-search .product-facet .drawer__footer button {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  border-radius: 60px;
  height: 66px;
  line-height: 66px;
}

@media screen and (max-width: 999px) {
  .template-collection .product-facet__product-list, .template-search .product-facet__product-list {
    margin-top: 30px;
  }
  .template-collection .product-facet__product-list .product-list__inner, .template-search .product-facet__product-list .product-list__inner {
    margin-left: -7px;
    margin-right: -7px;
  }
  .template-collection .product-facet__product-list .product-list__inner .product-item, .template-search .product-facet__product-list .product-list__inner .product-item {
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 740px) {
  .template-collection .product-facet__active-list, .template-search .product-facet__active-list {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 740px) {
  .template-collection .pagination, .template-search .pagination {
    margin-top: 5px;
  }
}

.template-search .page-header {
  padding-top: 40px;
}

.template-search .page-header h1 {
  margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
  .template-search .page-header h1 {
    font-size: 2.6rem;
  }
}

.template-search .main-search__input {
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  border-color: #EBE2DB;
  padding: 0 50px 0 15px;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  background: #fff;
}

.template-search .main-search__submit {
  right: 20px;
}

.template-search .main-search__form {
  margin-bottom: 40px;
}

.template-search .main-search__form + .tabs-nav {
  margin-top: 0;
}

.template-search #search-tabs-nav .tabs-nav__item {
  font-size: 1.5rem;
}

.template-search #search-tabs-nav .tabs-nav__position {
  background: #f5a000;
}

.breadcrumb__list {
  padding: 13px 0;
}

@media screen and (max-width: 999px) {
  .breadcrumb__list {
    overflow: auto;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
  }
  .breadcrumb__list::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .breadcrumb__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.breadcrumb__item a, .breadcrumb__item span {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #554338;
  letter-spacing: 1px;
}

@media screen and (max-width: 999px) {
  .breadcrumb__item a, .breadcrumb__item span {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
}

.breadcrumb__item a {
  color: #F5A000;
  opacity: 1 !important;
  text-decoration: underline;
}

.breadcrumb__item a svg {
  margin-right: 9px;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 999px) {
  .breadcrumb__item a svg {
    position: relative;
    top: 3px;
    height: 12px;
  }
}

.breadcrumb__item + .breadcrumb__item:before {
  content: "";
  margin: auto 12px;
  float: left;
  width: 6px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.061' height='10.707' viewBox='0 0 6.061 10.707'%3E%3Cpath id='Path_11963' data-name='Path 11963' d='M8876.827,251.7l5-5-5-5' transform='translate(-8876.474 -241.345)' fill='none' stroke='%23000' stroke-width='1' opacity='0.3'/%3E%3C/svg%3E%0A");
  position: relative;
  top: 28%;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 999px) {
  .breadcrumb__item + .breadcrumb__item:before {
    margin: auto 8px;
    width: 5px;
    height: 11px;
  }
}

/* custom common */
.section__header {
  max-width: 100%;
  margin: 0 0 27px;
}

@media print, screen and (min-width: 1000px) {
  .section__header {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section__header .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 999px) {
  .section__header .text-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.section__header .text-container h2 {
  font-size: 3.6rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.5;
  color: #554338;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .section__header .text-container h2 {
    width: 100%;
    font-size: 2.8rem;
    letter-spacing: 1px;
  }
}

.section__header .text-container span {
  display: inline-block;
  font-size: 1.6rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #f5a000;
  position: relative;
  margin-left: 27px;
  padding-left: 24px;
}

@media screen and (max-width: 999px) {
  .section__header .text-container span {
    display: block;
    font-size: 1.3rem;
    padding-left: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .section__header .text-container h2 + span::before {
    content: "";
    width: 1px;
    height: 25px;
    background: #DDD9CD;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

.section__footer {
  margin: 0;
}

.section__footer a {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #554338;
  letter-spacing: 0;
}

@media print, screen and (min-width: 1000px) {
  .section__footer a svg {
    position: relative;
    top: 7px;
    left: 5px;
  }
}

@media screen and (max-width: 999px) {
  .section__footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #E6E3D9;
    border-radius: 60px;
    max-width: 300px;
    padding: 10px 48px 10px 10px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    height: 66px;
    text-align: center;
  }
  .section__footer a svg {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.section__footer a span {
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 1000px) {
  .section__footer a span {
    margin-left: 17px;
  }
  .section__footer a span::after, .section__footer a span::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #554338;
    width: 50%;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .section__footer a span::after {
    left: 0;
  }
  .section__footer a span::before {
    right: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .section__footer a:hover span::after, .section__footer a:hover span::before {
    width: 0;
  }
}

recently-viewed-products.section {
  padding: 60px 0;
  margin: 0;
  border-top: 1px solid #E6E3D9;
}

@media screen and (max-width: 999px) {
  recently-viewed-products.section {
    padding: 43px 0;
  }
}

recently-viewed-products.section .product-item-meta__swatch-list {
  display: none;
}

@media screen and (max-width: 999px) {
  product-list .scroller {
    margin: 0;
    overflow: hidden;
  }
}

product-list .product-list__inner {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin: 0;
}

@media screen and (max-width: 999px) {
  product-list .product-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -7px;
    padding: 0;
    gap: initial;
  }
  product-list .product-list__inner product-item {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 24px;
  }
}

product-item .product-item__image-wrapper {
  margin-bottom: 17px;
}

product-item .product-item__image-wrapper img {
  border-radius: 10px;
}

@media screen and (max-width: 999px) {
  product-item .product-item__image-wrapper img {
    border-radius: 6px;
  }
}

product-item .product-item__info {
  text-align: left;
}

product-item .product-item-meta__vendor {
  font-size: 1.4rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #554338;
  margin-bottom: 11px;
}

@media screen and (max-width: 999px) {
  product-item .product-item-meta__vendor {
    margin-bottom: 7px;
  }
}

product-item .product-item-meta__title {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #554338;
}

@media screen and (max-width: 999px) {
  product-item .product-item-meta__title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 24px;
    margin-bottom: 6px;
  }
}

product-item .product-item-meta__price-list-container .price {
  font-size: 2.4rem;
  font-family: acumin-pro,sans-serif;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #554338;
}

product-item .product-item-meta__price-list-container .price--highlight {
  color: #e55454;
}

product-item .product-item-meta__price-list-container .price--compare {
  opacity: 1 !important;
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  text-decoration: initial;
  position: relative;
}

product-item .product-item-meta__price-list-container .price--compare::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #554338;
}

product-item .product-item-meta__price-list-container .price--compare .u-tax {
  padding-left: 0;
}

@media screen and (max-width: 999px) {
  product-item .product-item-meta__price-list-container .price--compare {
    font-size: 1.6rem;
    line-height: 1;
  }
  product-item .product-item-meta__price-list-container .price--compare::before {
    top: 57%;
  }
}

product-item .product-item-meta__price-list-container .u-tax {
  font-size: 1.3rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 5px;
}

product-item .product-item-meta__metafield {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 500;
  margin-top: 3px;
}

@media screen and (max-width: 999px) {
  product-item .product-item-meta__metafield {
    font-size: 1.5rem;
  }
}

product-item .product-item-meta__swatch-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

product-item .product-item-meta__swatch-list .color-swatch {
  width: 20px;
}

product-item .product-item-meta__swatch-list .color-swatch__item {
  width: 20px;
  height: 20px;
  border-width: 0;
  border-radius: 50%;
  border: 0;
}

product-item .product-item-meta__swatch-list .color-swatch__item::before, product-item .product-item-meta__swatch-list .color-swatch__item::after {
  content: none;
}

product-item .product-item-meta__swatch-list .color-swatch__radio[value="白い"] + .color-swatch__item {
  border: 1px solid #E2DAD5;
}

product-item .product-item__label-lists {
  margin-top: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 999px) {
  product-item .product-item__label-lists {
    margin-top: 10px;
  }
}

product-item .product-item__label-lists .label {
  background: #F5A000;
  font-size: 1.5rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 28px;
  line-height: 25px;
  padding: 0 17px;
  border-radius: 33px;
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 999px) {
  product-item .product-item__label-lists .label {
    padding: 0 11px;
    margin: 0 3px 3px 0;
  }
}

product-item .product-item__label-lists .label--custom2 {
  background: #E55454;
}

product-item .product-item__label-lists .label--custom3 {
  background: #CC7C5E;
}

product-item .product-item__label-lists .label--custom4 {
  background: #FFEB4E;
  color: #554338;
}

product-item .product-item__label-lists .label--subdued {
  background: #76523C;
}

.pagination__nav-item {
  width: 55px;
  height: 55px;
  -webkit-box-shadow: 1px 0 0 0 #f0e9e4, 0 1px 0 0 #f0e9e4, 1px 1px 0 0 #f0e9e4, 1px 0 0 0 #f0e9e4 inset, 0 1px 0 0 #f0e9e4 inset;
          box-shadow: 1px 0 0 0 #f0e9e4, 0 1px 0 0 #f0e9e4, 1px 1px 0 0 #f0e9e4, 1px 0 0 0 #f0e9e4 inset, 0 1px 0 0 #f0e9e4 inset;
}

.pagination__nav-item[aria-current] {
  background: #FEF5E6;
}

.pagination__nav-item[aria-current]:before {
  content: none;
}

.pagination__nav-item[rel] {
  background: #F5A000;
  -webkit-box-shadow: 1px 0 0 0 #f5a000, 0 1px 0 0 #f5a000, 1px 1px 0 0 #f5a000, 1px 0 0 0 #f5a000 inset, 0 1px 0 0 #f5a000 inset;
          box-shadow: 1px 0 0 0 #f5a000, 0 1px 0 0 #f5a000, 1px 1px 0 0 #f5a000, 1px 0 0 0 #f5a000 inset, 0 1px 0 0 #f5a000 inset;
}

.pagination__nav-item[rel="prev"] {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.pagination__nav-item[rel="next"] {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

@media screen and (max-width: 999px) {
  .pagination__nav-item {
    height: 45px;
    width: 45px;
  }
}

.pagination__nav .heading--small {
  font-size: 2.2rem;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #554338;
}

@media screen and (max-width: 999px) {
  .pagination__nav .heading--small {
    font-size: 1.8rem;
  }
}

.shopify-section--mini-cart .drawer__header {
  background: #FEF5E6;
  padding-top: 24px;
  padding-bottom: 24px;
  padding: 24px 30px;
  max-height: 90px;
}

@media screen and (max-width: 740px) {
  .shopify-section--mini-cart .drawer__header {
    max-height: 75px;
    padding: 20px;
  }
}

.shopify-section--mini-cart .drawer__header p {
  font-size: 2rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
}

.shopify-section--mini-cart .drawer__close-button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #E6E3D9;
  border-radius: 50%;
  text-align: center;
  top: calc(50% - 25px);
  right: 30px;
}

@media screen and (max-width: 740px) {
  .shopify-section--mini-cart .drawer__close-button {
    width: 42px;
    height: 42px;
    top: calc(50% - 20px);
    right: 17px;
  }
}

.shopify-section--mini-cart .drawer__close-button svg {
  color: #52443A;
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.shopify-section--mini-cart .drawer__content {
  padding: 0 30px;
}

.shopify-section--mini-cart .drawer__footer {
  padding-bottom: 30px;
}

.shopify-section--mini-cart .drawer__footer .button--full {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  border-radius: 60px;
  height: 66px;
  line-height: 66px;
}

button.checkout-button {
  font-size: 1.8rem;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  border-radius: 60px;
  height: 66px;
  line-height: 66px;
}

.button.button--primary {
  font-size: 1.8rem;
  border-radius: 60px;
  font-family: zen-kaku-gothic-antique,sans-serif;
  font-weight: 700;
  height: 60px;
  width: 100%;
  line-height: 60px;
  letter-spacing: 0;
}
.empty-state .button.button--primary{
  width: auto;
}
/*# sourceMappingURL=custom-collection.css.map */