/** Shopify CDN: Minification failed

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

**/
body {
  -webkit-font-smoothing: antialiased;
}

.futura {
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.futura-medium {
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.index-collection .grid.product-grid {
  gap: 0;
}
.index-collection .grid.product-grid .grid__item {
  width: 33.33%;
  max-width: 33.33%;
}
@media screen and (max-width: 749px) {
  .index-collection .grid.product-grid .grid__item {
    width: 50%;
    max-width: 50%;
  }
  .index-collection .grid.product-grid .grid__item:nth-child(3n) {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.index-collection .grid.product-grid .grid__item:nth-child(5n-1), .index-collection .grid.product-grid .grid__item:nth-child(5n) {
  width: 50%;
  max-width: 50%;
}
.index-collection .grid.product-grid .grid__item:nth-child(5n-1) .card--card,
.index-collection .grid.product-grid .grid__item:nth-child(5n-1) .card--standard .card__inner, .index-collection .grid.product-grid .grid__item:nth-child(5n) .card--card,
.index-collection .grid.product-grid .grid__item:nth-child(5n) .card--standard .card__inner {
  background: #fff;
  height: 60vw;
}
@media screen and (max-width: 749px) {
  .index-collection .grid.product-grid .grid__item:nth-child(5n-1) .card--card,
.index-collection .grid.product-grid .grid__item:nth-child(5n-1) .card--standard .card__inner, .index-collection .grid.product-grid .grid__item:nth-child(5n) .card--card,
.index-collection .grid.product-grid .grid__item:nth-child(5n) .card--standard .card__inner {
    height: auto;
  }
}
.index-collection .card--card,
.index-collection .card--standard .card__inner {
  background: #fff;
  height: 40vw;
}
@media screen and (max-width: 749px) {
  .index-collection .card--card,
.index-collection .card--standard .card__inner {
    height: auto;
  }
}
.index-collection .card__media .media img {
  object-fit: cover;
}
.index-collection .card--standard > .card__content {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 749px) {
  .index-collection .card--standard > .card__content {
    padding-left: 0em;
    padding-right: 0em;
  }
  .index-collection .card--standard > .card__content .card__information {
    padding-bottom: 9rem;
  }
}
@media screen and (min-width: 750px) {
  .index-collection .card--standard > .card__content .card__information {
    padding-bottom: 12rem;
  }
}

.card-price-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .card-price-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-price-wrap .price--sold-out {
  position: relative;
  margin-right: 0.5em;
}
.card-price-wrap .price--sold-out:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaa;
  position: absolute;
  top: 50%;
  left: 0;
}

@media screen and (min-width: 750px) {
  .card__content .card__information {
    padding-top: 1rem;
    padding-bottom: 5rem;
    padding-left: 0em !important;
    padding-right: 1em !important;
  }
}
@media screen and (max-width: 749px) {
  .card__content .card__information {
    padding-top: 0.8rem;
    padding-bottom: 5rem;
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
}
.card__content .card__information .card__heading {
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .card__content .card__information .card__heading {
    font-size: 1.6rem;
  }
}
.card__content .card__information .card-price-wrap {
  margin-top: 0 !important;
}
@media screen and (max-width: 749px) {
  .card__content .card__information .card-price-wrap {
    font-size: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .card__content .card__information .price {
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 749px) {
  .collection .card__content .card__information {
    padding-bottom: 4rem;
  }
}

.footer-block--newsletter,
.footer__payment,
.footer-block__heading {
  display: none !important;
}

.footer__content-top {
  padding-bottom: 0 !important;
}

.footer__content-bottom {
  border-top: none !important;
}

.footer-block__details-content .list-menu__item--link {
  font-weight: 300 !important;
}

.header__heading,
.header__heading-link {
  justify-self: start;
}

.header__inline-menu {
  display: none !important;
}

.header__heading {
  position: absolute;
  left: 0vw;
  top: 10px;
  width: 100vw;
  text-align: center;
}

.header__heading-logo {
  max-width: 90px;
}
@media (max-width: 767px) {
  .header__heading-logo {
    max-width: 60px;
  }
}

.menu-drawer__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-drawer__navigation .list-menu__item {
  justify-content: center;
}

.menu-drawer__utility-links .list-social {
  justify-content: center !important;
}

.menu-drawer__account {
  display: none !important;
}

.menu-drawer__utility-links,
.menu-drawer {
  background-color: #f4f1f1 !important;
}

.js .menu-drawer__menu li:nth-of-type(8) {
  margin-bottom: 2rem;
}

.sp-header {
  display: none;
}

@media (max-width: 767px) {
  .header__icons .header__search,
.header__icons .header__icon--cart {
    display: none;
  }

  .sp-header {
    display: block;
  }
  .sp-header ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .sp-header ul > li{
    width: 33.33%;
    text-align: center;
  }
  .sp-header ul li .header__icon {
    width: auto;
    height: auto;
    text-decoration: none;
    font-size: 1.1rem;
  }
  .sp-header ul li .cart-count-bubble {
    left: 3.2rem;
  }
  .sp-header ul li .header__icon--cart {
    margin-right: 0;
  }
}
.product__info-wrapper {
  padding-right: 2%;
}
.product__info-wrapper .price.price--sold-out {
  display: none;
}

.product__description {
  font-size: 1.4rem;
}

.option-flex-wrap {
  display: flex;
  align-items: center;
}

.option-flex-title {
  padding-right: 1rem;
}

.product-form__input {
  margin: 0 0 3.2rem !important;
}
.product-form__input .option-flex-items {
  display: flex;
  align-items: center;
}
.product-form__input .option-flex-items input[type=radio] + label {
  border: none;
  border-bottom: 2px solid transparent;
  transition: 0.2s;
  display: inline-block;
  padding: 0 0 2px 0;
  margin: 0 10px;
  border-radius: 0px;
}
.product-form__input .option-flex-items input[type=radio]:checked + label {
  border-bottom-color: #000;
  margin: 0 10px;
  padding: 0 0 2px 0;
  color: #000;
  background-color: transparent;
}

.thumbnail.global-media-settings {
  border: none;
}

.thumbnail.global-media-settings img {
  object-fit: cover;
  width: 100%;
}

.thumbnail[aria-current] {
  box-shadow: none !important;
  border-color: transparent !important;
}

.product-tab-btn-wrap {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .product-tab-btn-wrap {
    justify-content: center;
  }
}
.product-tab-btn {
  margin-right: 40px;
  position: relative;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: 0.2s;
  color: #999;
}

@media (max-width: 767px) {
  .product-tab-btn {
    margin: 0 20px 20px 20px;
  }
}
.product-tab-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background: #000;
  transition: 0.2s;
}

.product-tab-btn.is-tab-active {
  color: #000;
}

.product-tab-btn.is-tab-active:before {
  width: 100%;
}

.product-tab-btn:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .product-tab-btn:hover {
    color: #000;
  }
}
.product-tab-cont {
  display: none;
}

.product-tab-cont.is-tab-active {
  display: flex;
  justify-content: space-between;
}

.product-size-image {
  padding-top: 20px;
  max-width: 48%;
  width: 100%;
}
.product-size-image img {
  max-width: 100%;
}

.product-size-table {
  padding-top: 20px;
  max-width: 48%;
  width: 100%;
}
.product-size-table table {
  width: 100%;
}
.product-size-table table th,
.product-size-table table td {
  padding: 5px;
  font-size: 1.3rem;
  text-align: center;
}

.product__info-container .product-form {
  margin: -1rem 0 0 0 !important;
}

.product__info-container .product__title {
  margin-bottom: 5px;
}
.product__info-container .product-detail-price {
  margin-top: 0;
  margin-bottom: 2rem;
}

.product-form__quantity {
  display: none;
}

.product-detail-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 !important;
}
.product-detail-contact a {
  margin-left: 1rem;
}
.product-detail-contact .mail-icon {
  width: 20px;
}

.product-usp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3%;
  margin-top: 0 !important;
  margin-bottom: 2.5rem !important;
}
.product-usp span {
  line-height: 1;
  padding: 5px 15px;
  border-radius: 1000px;
  background: #ddd;
  font-size: 1.2rem;
}

.product_additional_info {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  display: flex;
  font-size: 1.2rem;
  text-align: center;
  gap: 3%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product_additional_info {
    gap: 1.5%;
    font-size: 1.1rem;
  }
}
.product_additional_info dl {
  margin: 0;
  font-weight: 500;
}
.product_additional_info dl dt {
  background: #f1f1f1;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 200px;
  margin: 0;
}
.product_additional_info dl dd {
  margin: 0;
  padding: 10px 0;
}

@media screen and (min-width: 990px) {
  .card .media.media--hover-effect > img:first-child:only-child,
.card-wrapper .media.media--hover-effect > img:first-child:only-child {
    transition: 0.3s !important;
  }
  .card:hover .media.media--hover-effect > img:first-child:only-child,
.card-wrapper:hover .media.media--hover-effect > img:first-child:only-child {
    transform: scale(1) !important;
    opacity: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .page-width-100 .product__media-wrapper {
    overflow-x: hidden;
  }
  .page-width-100 .product__info-wrapper {
    padding: 0 1.5rem;
  }
  .page-width-100 .card--standard > .card__content {
    padding: 0 1.5rem;
  }
}
.product__media-wrapper .thumbnail-list {
  grid-gap: 0;
}

@media screen and (max-width: 749px) {
  .product__media-wrapper .product__media-list .product__media-item {
    width: calc(100% - 0rem) !important;
  }
  .product__media-wrapper .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
  }
  .product__media-wrapper .product__media-item--variant:first-child {
    padding-right: 0 !important;
  }
  .product__media-wrapper .slider.slider--mobile {
    scroll-padding-left: 0 !important;
  }
  .product__media-wrapper .thumbnail-list {
    grid-gap: 0;
  }
}
@media screen and (min-width: 750px) {
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    height: 10vw;
  }
}
@media screen and (min-width: 1200px) {
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    height: 124px;
  }
}

.model-info {
  text-align: right;
  margin-top: -2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 749px) {
  .model-info {
    margin-top: -4rem;
  }
}
.product__media-subtitle {
  height: auto !important;
  z-index: 2000;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  top: 100% !important;
  bottom: 0;
  left: 0;
  padding: 5px;
  line-height: 1;
  color: #000;
  overflow: visible !important;
}

.product__modal-opener:hover .product__media-icon,
.product__modal-opener:focus .product__media-icon {
  display: none;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.payment-methods dt {
  font-size: 1.3rem;
  position: relative;
  cursor: pointer;
}
.payment-methods dt:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: -10px;
  top: calc(50% - 2px);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
.payment-methods dt.is-active:before {
  transform: rotate(-225deg);
}
.payment-methods dd {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  height: 0px;
}
.payment-methods dd.is-active {
  line-height: 1;
  opacity: 1;
  visibility: visible;
  height: 70px;
}

.product-recommendations h2 {
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: calc(55% + 5rem);
}
@media (max-width: 749px) {
  .product-recommendations h2 {
/*     padding-left: 1.5rem; */
    padding-left: 0rem;
  }
}
.product-recommendations .product-grid {
  padding-left: calc(55% + 5rem);
  gap: 0;
}
@media (max-width: 749px) {
  .product-recommendations .product-grid {
    padding-left: 0%;
  }
}

.recommendation-wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
@media (max-width: 749px) {
  .recommendation-wrapper {
    flex-direction: column;
    padding-top: 0;
  }
}
.recommendation-wrapper .each-recommendation {
  width: 40%;
  position: relative;
}
@media (max-width: 749px) {
  .recommendation-wrapper .each-recommendation {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.recommendation-wrapper .each-recommendation .scroll-area {
  overflow: hidden;
  width: 100%;
}
.recommendation-wrapper .each-recommendation .grid {
  row-gap: 0;
  column-gap: 0;
  flex-wrap: nowrap;
  transition: 0.2s;
  transform: translateX(0%);
}
.recommendation-wrapper .each-recommendation .grid .grid__item {
  width: 50%;
  max-width: 50%;
}
.recommendation-wrapper button.recommendation-arrow {
  appearance: none;
  outline: none;
  border: none;
  background: transparent;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.recommendation-wrapper button.recommendation-arrow:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #aaa;
}
.recommendation-wrapper button.recommendation-arrow.arrow-prev {
  left: -3rem;
}
.recommendation-wrapper button.recommendation-arrow.arrow-prev:after {
  border-left: 1px solid #aaa;
  transform: rotate(45deg);
}
.recommendation-wrapper button.recommendation-arrow.arrow-next {
  right: -3rem;
}
.recommendation-wrapper button.recommendation-arrow.arrow-next:after {
  border-right: 1px solid #aaa;
  transform: rotate(-45deg);
}
.recommendation-wrapper button.recommendation-arrow.not-allowed {
  cursor: not-allowed;
}
.recommendation-wrapper button.recommendation-arrow.not-allowed:after {
  border-color: #ddd;
}

.products-list {
  gap: 0;
}

.shopify-policy__container {
  max-width: 120ch;
}
.shopify-policy__container h4 {
  font-weight: bold;
}

.shopify-policy__title h1 {
  text-align: left;
  font-size: 1.3rem;
  font-weight: 400;
}

.def_lst {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
}
.def_lst dt {
  flex-shrink: 1;
  padding: 1rem 0;
  width: 20%;
  border-bottom: 1px solid #eee;
  font-weight: 500;
}
.def_lst dd {
  flex-grow: 1;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  max-width: 100%;
  width: 80%;
  margin: 0;
  font-weight: 300;
}

.stockList ul {
  padding-left: 0 !important;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-family: futura-pt, noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
}
.stockList ul li {
  width: 23.5%;
  margin-bottom: 4rem;
  margin-right: 2%;
}
@media (max-width: 749px) {
  .stockList ul li {
    width: 100%;
  }
}
.stockList ul li:nth-of-type(4n) {
  margin-right: 0%;
}
@media (max-width: 749px) {
  .stockList ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.stockList ul li .stocklist-name {
  font-size: 1.6rem;
}
.stockList ul li .stocklist-name .name {
  position: relative;
  display: block;
  padding-bottom: 5px;
}
.stockList ul li .stocklist-name .name:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #ddd;
}
.stockList ul li .stocklist-address {
  font-size: 1.3rem;
}
.stockList ul li .stocklist-address a {
  text-decoration: none;
  color: #aaa;
}
.stockList ul li .tel {
  font-size: 1.3rem;
}

.main-page-title {
  text-align: center;
}

.shopify-policy__body {
  font-size: 1.1rem;
}
.shopify-policy__body h2,
.shopify-policy__body h3,
.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
  font-size: 1.3rem;
  font-weight: 400;
}

.cart__footer.type-horizon > * {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .type-horizon .cart__checkout-button {
    max-width: 200px;
  }
}
.type-horizon .cart__ctas {
  justify-content: flex-end;
}
.type-horizon .cart__dynamic-checkout-buttons {
  max-width: none;
  margin-right: 0;
}
.type-horizon .dynamic-checkout__content .shopify-cleanslate:nth-last-child(1) ul {
  flex-direction: row !important;
}
@media screen and (min-width: 990px) {
  .type-horizon .dynamic-checkout__content .shopify-cleanslate:nth-last-child(1) ul li {
    width: 130px;
    border-radius: 5px;
    overflow: hidden;
  }
}

.contact-intro {
  font-size: 1.3rem;
}

.template-search__results ul.grid {
  column-gap: 0;
}
@media (max-width: 749px) {
.product-recommendations__heading.h2 {
  margin-bottom: 0rem;
}
.each-recommendation .card__content .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-recommendations .card__content .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*# sourceMappingURL=additional.css.map */
