/** Shopify CDN: Minification failed

Line 493:0 Unexpected "<"
Line 713:0 Unexpected "="

**/
.Product__Gallery--stack .Product__SlideshowNav--thumbnails {
  width: 90px;
}

.Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
  padding-left: 20px;
}

.Product__SlideshowNav .Product__SlideshowNavImage {
  border-radius: 10px;
  overflow: hidden;
}

@media print,
screen and (min-width: 1008px) {
  .Product__SlideshowNav .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 15px;
  }
}

.Product__SlideshowNav .Product__SlideshowNavImage:before {
  padding-bottom: 100%;
}

.Product__SlideshowNav .Product__SlideshowNavImage img {
  /*   border-radius: 10px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.Product__Slideshow .Product__SlideItem {
  border-radius: 10px;
  overflow: hidden;
}

@media print,
screen and (min-width: 1008px) {
  .Product__Slideshow .Product__SlideItem:not(:last-child) {
    margin-bottom: 20px;
  }
}

.Product__Slideshow .Product__SlideItem img {
  border-radius: 10px;
}

@media screen and (max-width: 1007px) {
  .Product__Slideshow .Product__SlideItem {
    border-radius: 0;
  }

  .Product__Slideshow .Product__SlideItem img {
    border-radius: 0;
  }
}

.c-Variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-Variants .c-Variants__images {
  width: 75px;
  height: 75px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__images {
    display: none;
  }
}

.c-Variants .c-Variants__options {
  width: calc(100% - 75px);
  padding-left: 35px;
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__options {
    width: 100%;
    padding-left: 0;
  }
}

.c-Variants .c-Variants__options .c-Variants__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #71717133;
  padding-bottom: 12px;
  padding-top: 14px;
}

.c-Variants__item__toast {
  position: relative;
  margin-top: 20px;
}

.c-Variants__item__toast:before {
  position: absolute;
  content: "再入荷された時にお知らせを受け取ろう！";
  background-color: red;
  color: #ffff;
  top: -15px;
  right: 0;
  font-size: 12px;
  border-radius: 50px;
  padding: 2px 10px;
  z-index: 1;
}

.c-Variants__item__toast:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 8px solid red;
  z-index: 2;
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__options .c-Variants__item {
    padding: 10px 0 13px;
  }
}

.c-Variants .c-Variants__options .c-Variants__item .c-Variants__title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  color: #222;
  letter-spacing: 0.4px;
  margin-right: 22px;
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__options .c-Variants__item .c-Variants__title {
    font-size: 11px;
  }
}

.c-Variants .c-Variants__options .c-Variants__item .c-Variants__status {
  font-family: "Hiragino Sans Upr W3";
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.45px;
}

.c-Variants .c-Variants__options .c-Variants__item:last-child {
  border-bottom: unset;
}

.c-Variants .c-Variants__options .c-Variants__item:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__left {
    width: 42%;
  }

  .c-Variants .c-Variants__options .c-Variants__item:first-child {
    padding-top: 10px;
  }
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__right {
    position: relative;
    width: 58%;
  }

  /* .c-Variants .c-Variants__right .c-Variants__Wishlist {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
} */
}

.c-Variants .c-Variants__BuyProduct a {
  width: 160px;
  border-radius: 18px;
  font-size: 12px;
  font-family: Hiragino Sans Upr W3;
  text-align: center;
  letter-spacing: 0.45px;
  display: block;
  padding: 0 27px;
  height: 37px;
  line-height: 35px;
  overflow: hidden;
  border-color: transparent;
}

.c-Variants .c-Variants__BuyProduct a.c-reStock {
  background: #222;
  color: #fff;
}

.c-Variants .c-Variants__BuyProduct a.c-outOfstock {
  background: #efefef;
  color: #222;
}

.c-Variants .c-Variants__BuyProduct a.c-soldOut {
  color: #fff;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  font-weight: bold;
}

.c-Variants .c-Variants__BuyProduct a.c-soldOut:hover {
  border: 1px solid #dcdcdc;
}

.c-Variants .c-Variants__BuyProduct a:hover {
  border-color: var(--button-background);
}

@media screen and (max-width: 1007px) {
  .c-Variants .c-Variants__BuyProduct a {
    width: 125px;
    background: var(--button-background);
    color: #fff;
    padding: 0 10px;
  }

  .c-Variants .c-Variants__BuyProduct a::before {
    content: none;
  }
}

.c-variant-tab {
  background-color: #fff;
  padding-left: 31px;
  padding-right: 29px;
  /*   padding-bottom: 30px; */
}

@media screen and (max-width: 1007px) {
  .c-variant-tab {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .c-variant-tab:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.c-variant-tab:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.c-variant-tab .Collapsible__Content {
  padding-bottom: 18px;
}

.c-variant-tab .Collapsible:first-child {
  border-top: unset;
}

.c-variant-tab .Collapsible:last-child {
  border-bottom: unset;
}

.c-variant-tab .Collapsible .c-variant-title {
  font-size: 14px;
  letter-spacing: 2.63px;
  font-family: "Hiragino Sans Upr W6";
  font-weight: 600;
  font-style: normal;
  padding: 24px 0;
}

@media screen and (max-width: 1007px) {
  .c-variant-tab .Collapsible .c-variant-title {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    padding: 13.5px 20px;
    border-bottom: 1px solid #e2e2e2;
  }

  .c-variant-tab .Collapsible .c-variant-title .Collapsible__Plus {
    display: none;
  }
}

@media screen and (max-width: 1007px) {
  .c-variant-tab .Collapsible__Inner {
    height: 100% !important;
    visibility: visible !important;
    /*     padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0; */
    padding: 2px 30px 17px;
  }

  .c-variant-tab .Collapsible__Content {
    padding: 0;
  }

  .c-Variants .c-Variants__options .c-Variants__item .c-Variants__status {
    display: block;
  }
}

.c-variant-tab .c-Variants__imagesSp {
  /*   display: none; */
  margin-right: 15px;
}

@media screen and (max-width: 1007px) {
  .c-variant-tab .c-Variants__imagesSp {
    display: block;
    margin-right: 15px;
  }

  .c-variant-tab .c-Variants__imagesSp img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
  }
}

.template-product {
  background-color: #f8f8f8;
}

.template-product #BIS_trigger {
  display: none;
}

.Product {
  max-width: 100%;
  padding: 0 115px;
  margin-top: 5px;
}

@media print,
screen and (max-width: 1400px) {
  .Product {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1007px) {
  .Product {
    margin-top: 0;
  }
}

.Product__Wrapper {
  max-width: 100%;
}

.Product__Gallery {
  margin: 0;
}

@media print,
screen and (min-width: 1008px) {
  .Product__Gallery {
    width: 56.2404379%;
  }
}

@media print,
screen and (max-width: 1400px) {
  .Product__Gallery {
    width: 50%;
  }
}

@media screen and (max-width: 1007px) {
  .Product__Gallery {
    margin: 0 -20px 25px;
    width: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 1007px) {
  .Product__Slideshow {
    padding-left: 0 !important;
  }
}

.Product__Info {
  width: 551px;
  max-width: 551px;
  margin-left: 34px;
  margin-right: 101px;
}

@media print,
screen and (max-width: 1400px) {
  .Product__Info {
    width: 550px;
  }
}

@media print,
screen and (max-width: 1200px) {
  .Product__Info {
    width: 450px;
  }
}

@media screen and (max-width: 1007px) {
  .Product__Info {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .Product__Info .Container {
    padding: 0;
  }
}

.Product__InfoWrapper {
  width: calc(100% - 56.2404379%);
}

@media print,
screen and (max-width: 1400px) {
  .Product__InfoWrapper {
    width: 50%;
  }
}

@media screen and (max-width: 1007px) {
  .Product__InfoWrapper {
    width: 100%;
  }
}

.Product__Info .Collapsible__Plus:before,
.Product__Info .Collapsible__Plus:after {
  background-color: #222222;
}

@media print,
screen and (min-width: 1008px) {
  .Product__Info .Collapsible__Plus {
    width: 14px;
    height: 14px;
    right: 10px;
    top: calc(50% - (17px / 2));
  }

  .Product__Info .Collapsible__Plus:before {
    width: 14px;
  }

  .Product__Info .Collapsible__Plus:after {
    height: 14px;
  }
}

<<<<<<< head .ProductMeta {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1007px) {
  .ProductMeta {
    text-align: left;
  }
}

.ProductMeta__Label {
  font-size: 11px;
  letter-spacing: 0.44px;
  line-height: 18px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__Label {
    margin-bottom: 7.5px;
  }
}

.ProductMeta__Label:not(:last-child) {
  margin-right: 5px;
}

.ProductMeta__Label_New {
  color: #fff;
  background-color: #222222;
}

.ProductMeta__Label_OnSale {
  color: #e53b3b;
  background-color: #fbdfdf;
}

.ProductMeta__Label_SoldOut {
  background-color: rgba(150, 150, 150, 1);
  color: rgba(245, 245, 245, 1);
}

.ProductMeta__Label_JapanFirstLanding {
  color: #fff;
  background-color: #222222;
}

.ProductMeta__LabelList {
  line-height: 1;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__LabelList {
    margin-bottom: 7.5px;
  }
}

.ProductMeta__Vendor {
  font-size: 14px !important;
  margin-bottom: 8px;
  color: #222222;
  font-weight: 700;
  text-decoration: underline;
}

.ProductMeta__Title {
  font-size: 20px !important;
  letter-spacing: 1.3px;
  line-height: 32px;
  font-family: "Hiragino Sans Upr W6";
  font-weight: 700;
  font-style: normal;
  color: #111;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__Title {
    font-size: 16px !important;
    letter-spacing: 1.35px;
    line-height: 28px;
  }
}

.ProductMeta__shipDate {
  font-size: 13px;
  letter-spacing: 0.585px;
  line-height: 33px;
  color: #111111;
  opacity: 0.5;
  font-family: "Hiragino Sans Upr W3";
  font-weight: 300;
  font-style: normal;
  margin-top: 5px;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__shipDate {
    font-size: 12px;
    letter-spacing: 1.52px;
    line-height: 20px;
    margin-top: 10px;
  }
}

.ProductMeta__Price {
  line-height: 1;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__PriceList {
    margin-bottom: 24px;
  }
}

.ProductMeta__PriceList {
  margin-bottom: 24px;
}

.ProductMeta__Price .money {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  color: #222;
  letter-spacing: 2.08px;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__Price .money {
    padding-left: 0;
    letter-spacing: 1.08px;
  }
}

.ProductMeta__Price .unit {
  font-size: 11px;
  font-family: "Hiragino Sans Upr W3";
  font-weight: 300;
  color: #222222;
}

.ProductMeta__ShareButtons {
  margin: 40px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__ShareButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ProductMeta__ShareTitle {
  font-size: 14px !important;
  letter-spacing: 0.63px;
  line-height: 28px;
  color: #111111;
  font-family: "Hiragino Sans Upr W3";
  font-weight: 300;
  font-style: normal;
  margin-right: 28px;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__ShareTitle {
    font-size: 12px !important;
    letter-spacing: 0.54px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 19px;
  }
}

.ProductMeta__ShareItem {
  margin: 0;
  margin-left: 18px;
}

.ProductMeta__ShareItem:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__ShareItem:first-child {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1007px) {
  .ProductMeta__ShareItem {
    margin: 0 10px;
  }
}

.ProductMeta__ShareItem svg {
  width: 28px;
  height: 28px;
  opacity: 1;
}

@media screen and (max-width: 1007px) {
  .ProductMeta__ShareItem svg {
    width: 32px;
    height: 32px;
  }
}

=======>>>>>>>master @media screen and (max-width: 1007px) {
  .Product__ActionList {
    display: none;
  }
}

.Product .c-custom-product-links {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.Product .c-custom-product-links .LinkText {
  padding-bottom: 28px;
  color: #222222;
}

@media screen and (max-width: 1007px) {
  .Product .c-custom-product-links .LinkText {
    padding-bottom: 23px;
  }
}

.Product .c-custom-product-links .Line {
  margin: 0 12px;
}

.Product .c-custom-product-tabs .Collapsible__Button {
  padding: 28px 0 0;
  font-size: 14px;
  letter-spacing: 1.63px;
  line-height: 28px;
  color: #111;
  font-family: "Hiragino Sans Upr W3";
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 1007px) {
  .Product .c-custom-product-tabs .Collapsible__Button {
    padding: 23px 0 0;
    letter-spacing: 1.4px;
    font-size: 13px;
  }
}

.Product .c-custom-product-tabs .Collapsible__Plus {
  top: auto;
  bottom: 8px;
}

@media screen and (max-width: 1007px) {
  .Product .c-custom-product-tabs .Collapsible__Plus {
    bottom: 10px;
    right: 11px;
  }
}

.Product .c-custom-product-tabs .Collapsible__Content {
  font-size: 13px;
  letter-spacing: 0.63px;
  line-height: 28px;
  color: #111;
  font-family: "Hiragino Sans Upr W3";
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 1007px) {
  .Product .c-custom-product-tabs .Collapsible__Content {
    font-size: 12px;
    letter-spacing: 0.54px;
    line-height: 24px;
  }
}

.Product__Variants--inner {
  -webkit-box-shadow: 0 2px 2px #0000001a;
  box-shadow: 0 2px 2px #0000001a;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  height: fit-content;
}

@media screen and (max-width: 1007px) {
  .Product__Variants--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: initial;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}

@media screen and (max-width: 1007px) {
  .Product__Variants {
    display: none;
  }

  .Product__Variants.is-show {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 50px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: fit-content;
    top: 50%;
    transform: translateY(-50%);
    overflow-y: hidden;
  }

  .Product__Variants.is-show::-webkit-scrollbar {
    display: none;
  }

  .Product__Variants.is-show .Product__Variants--inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .Product__Variants .c-variant-content {
    /*     max-height: calc(100vh - 120px); */
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .Product__Variants--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }
}

.Product__Variants--title {
  display: none;
}

@media screen and (max-width: 1007px) {
  .Product__Variants--title {
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
  }

  .Product__Variants--title h2 {
    font-size: 14px;
    font-family: "Hiragino Sans Upr W6";
    font-weight: 600;
    color: #222;
    margin: 0;
  }

  .Product__Variants--title a {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px #0000001a;
    box-shadow: 0 1px 1px #0000001a;
  }

  .Product__Variants--title a svg {
    width: 11px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
  }
}

.Product__ActionSp {
  display: none;
}

@media screen and (max-width: 1007px) {
  .Product__ActionSp {
    display: block;
  }
}

.Product__ActionSp a {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Hiragino Sans Upr W6";
  font-weight: bold;
  color: #222;
  border-radius: 50px;
  background: #fff;
  padding: 17px 15px;
}

.Product__ActionSp a.c-addToCart {
  background: var(--button-background);
  border: 1px solid var(--button-background);
  color: #fff;
  margin-bottom: 15px;
}

.Product__ActionSp a.soldOut {
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  font-weight: bold;
  font-size: 14px;
}

.Product__ActionSp .soldOutButton {
  position: relative;
  margin-bottom: 50px;
}

.Product__ActionSp .soldOutButton::before {
  position: absolute;
  content: "再入荷された時にお知らせを受け取ろう！";
  background-color: red;
  color: #ffff;
  bottom: -40px;
  right: 20px;
  font-size: 12px;
  border-radius: 50px;
  padding: 2px 10px;
  z-index: 10;
}

.Product__ActionSp .soldOutButton::after {
  position: absolute;
  content: "";
  bottom: -50px;
  right: 20px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 8px solid red;
  z-index: 2;
}

.Product__ActionSp a.c-addToWishlist {
  border: 1px solid #e3e3e3;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Product__ActionSp a.c-addToWishlist .wk-button {
  width: 100%;
  height: 100%;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Product__ActionSp a.c-addToWishlist .wk-button .wk-icon {
  display: none;
}

.Product__ActionSp a.c-addToWishlist .wk-button .wk-label {
  display: block;
}

@media screen and (max-width: 500px) {
  .Product__ActionSp a.c-addToWishlist .wk-button .wk-iconPosition {
    position: absolute;
    width: 30px;
    right: 10%;
  }

  .Product__ActionSp a.c-addToWishlist .wk-button .wk-iconPosition_fixBottom {
    bottom: 10%;
  }

  .Product__Favorit {
    display: none;
  }

  .Product__Favorit_Active {
    display: block;
  }

  .Product__FavoritIcon {
    font-size: 0;
    height: 18px;
    background: url(/cdn/shop/files/ic-heart-wishlist-variant.svg?v=1647595030) no-repeat center;
    background-size: contain;
  }

  .Product__FavoritIcon_Active {
    background: url(/cdn/shop/files/ic-heart-wishlist-variant-black.svg?v=1647595321) no-repeat center;
    background-size: contain;
  }

  .Product__FavoritCount {
    font-size: 10px;
    color: #dcdcdc;
    font-weight: bold;
    letter-spacing: 0.3px;
  }

  .Product__FavoritCount_Active {
    color: #222;
  }
}

.Product__StylingsHeader {
  color: #111111;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 24px;
  font-size: 12px;
  padding: 16px 18px;
  background-color: #efefef;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1007px) {
  .Product__StylingsHeader {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.Product__StylingHeaderIcon {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Product__StylingHeaderIcon_Up {
  margin-top: 6px;
  border-top: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
}

.Product__StylingHeaderIcon_Down {
  margin-bottom: 6px;
  border-bottom: 2px solid #a0a0a0;
  border-left: 2px solid #a0a0a0;
}

.Product__StylingsList .flickity-viewport {
  height: 380px;
}

@media (min-width: 1007px) {
  .Product__StylingsList .flickity-viewport {
    height: 440px;
  }
}

.Product__StylingsList .flickity-slider {
  display: flex;
  align-items: center;
}

.Product__StylingsListItem {
  width: 60vw;
  margin-left: 22px;
  position: relative;
}

@media (min-width: 1007px) {
  .Product__StylingsListItem {
    width: 60%;
  }
}

.Product__StylingsListItem:first-child {
  margin-left: 0;
}

.Product__StylingsListItemImage {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.Product__StylingsListItemText {
  text-align: center;
}

.ProductMeta__ShareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Product__Tabs {
  margin-top: 40px;
  margin-bottom: 60px;
}

.Product__Tabs .Product__Tabs_btn {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  position: relative;
}

@media screen and (max-width: 1007px) {
  .Product__Tabs .Product__Tabs_btn {
    -webkit-column-gap: initial;
    column-gap: initial;
  }
}

.Product__Tabs .Product__Tabs_btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #70707033;
  z-index: 0;
}

.Product__Tabs .Product__Tabs_btn .Product__Tabs_btn_item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #efefef;
  border: 1px solid #dddddd;
  list-style: none;
  font-family: "Hiragino Sans Upr W3";
  color: #111111;
  font-size: 14px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  line-height: 49px;
  min-width: 160px;
  cursor: pointer;
}

.Product__Tabs .Product__Tabs_btn .Product__Tabs_btn_item.is-active {
  border-color: #dddddd;
  background-color: transparent;
  border-bottom-color: transparent;
  font-family: "Hiragino Sans Upr W6";
  position: relative;
}

.Product__Tabs .Product__Tabs_btn .Product__Tabs_btn_item.is-active:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f8f8f8;
  z-index: 2;
}

@media screen and (max-width: 1007px) {
  .Product__Tabs .Product__Tabs_btn .Product__Tabs_btn_item {
    border-radius: 0;
    font-size: 13px;
    padding: 0 10px;
    min-width: auto;
    width: calc(100% / 3);
    border-left: none;
  }
}

@media screen and (max-width: 320px) {
  .Product__Tabs .Product__Tabs_btn .Product__Tabs_btn_item {
    padding: 0 5px;
  }
}

.Product__Tabs table {
  border-collapse: collapse;
  width: 100%;
}

@media screen and (max-width: 1007px) {
  .Product__Tabs table {
    min-width: 551px;
  }
}

.Product__Tabs table th {
  border: 1px solid #ededed;
  text-align: center;
  font-size: 13px;
  padding: 4px 6px;
  background-color: #f3f3f3;
  color: #a0a0a0;
}

.Product__Tabs table td {
  border: 1px solid #ededed;
  text-align: center;
  font-size: 13px;
  padding: 4px 6px;
}

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

  .Product__Tabs table th,
  .Product__Tabs table td {
    font-size: 12px;
  }
}

@media screen and (max-width: 1007px) {
  .Product__Tabs {
    margin: 24px -20px;
  }

  .Product__Tabs .Product__Tabs_content {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1007px) {
  .Product__SlideshowMobileNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    /*     overflow-x: auto; */
    margin: 0 -20px 0 -20px;
    padding: 20px 40px 0 40px;
    width: 100%;
    position: relative;
  }

  .Product__SlideshowMobileNav::-webkit-scrollbar {
    display: none;
  }

  .Product__SlideshowMobileNav button {
    position: relative;
    width: 59px;
    height: 59px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    background: transparent;
    border: none;
    margin: 0 1px;
    margin-right: 10px;
  }

  .Product__SlideshowMobileNav button:last-child {
    margin-right: 0;
  }

  .Product__SlideshowMobileNav button::before {
    content: none;
  }

  .Product__SlideshowMobileNav button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .Product__SlideshowMobileNav button.is-selected::after {
    border-color: #222222;
  }

  .Product__SlideshowMobileNav button img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.shopify-section--recently-viewed-products,
.ProductRecommendations {
  overflow: hidden;
}

@media screen and (max-width: 1007px) {
  .c-blog-post__btn--sp {
    position: relative;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }

  .c-blog-post__btn--sp:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/arrow-view-more_256x256_crop_center.png?v=1644561185) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 10px;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1007px) {
  .c-blog-post .ArticleItem {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1007px) {
  .c-blog-post .ArticleItem {
    -webkit-transform: initial !important;
    transform: initial !important;
  }
}

.template-product .shopify-section--custom-html {
  margin: 0;
  border-top: none;
}

.template-product .shopify-section--custom-html .relatedProduct {
  border-top: 1px solid #71717133;
  padding-top: 46px;
  margin-top: 110px;
  margin-bottom: 85px;
}

.template-product .shopify-section--custom-html .rktheme-carousel-slide {
  padding-bottom: 3px;
}

.template-product .shopify-section--custom-html .recommendedProduct,
.template-product .shopify-section--custom-html .recentlyProduct {
  margin-bottom: 83px;
}

@media screen and (max-width: 999px) {
  .template-product .shopify-section--custom-html .relatedProduct {
    padding-top: 33px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .template-product .shopify-section--custom-html .recommendedProduct,
  .template-product .shopify-section--custom-html .recentlyProduct {
    margin-bottom: 50px;
  }
}

.btn-variants-wishlist {
  font-size: 0;
  width: 21px;
  height: 18px;
  background: url("/cdn/shop/files/ic-heart-wishlist-variant.svg?v=1647595030") no-repeat center !important;
  background-size: contain;
}

.btn-variants-wishlist.add-wishlist {
  background-image: url("/cdn/shop/files/ic-heart-wishlist-variant-black.svg?v=1647595321") !important;
}

.c-Variants__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-Variants__Wishlist {
  margin-left: 16px;
  padding-bottom: 8px;
}

.Product__Tabs_content_item {
  overflow: auto;
}

@media screen and (max-width: 1007px) {
  .c-Variants__Wishlist {
    margin-left: 14px;
  }

  .Product__Tabs_content_item {
    overflow: auto;
  }

  .Product__Tabs_content_item--notScroll {
    overflow: hidden;
  }
}

.more-description-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 16px;
}

.more-description-text {
  color: #969696;
}

@media screen and (min-width: 1007px) {
  .more-description-button {
    display: none;
  }
}

/*# sourceMappingURL=custom-product-detail.css.map */

@media screen and (max-width: 340px) {
  .c-Variants .c-Variants__options .c-Variants__item {
    flex-wrap: wrap;
  }

  .c-Variants .c-Variants__left {
    width: 100%;
  }

  .c-Variants .c-Variants__right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

.branddescription .branddesc {
  padding: 16px 18px;
}

.branddescription .branddesc a {
  color: #222222;
  text-decoration: underline;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.product__preorder {
  color: red;
  font-family: Hiragino Sans Upr W6;
  font-weight: 300;
  font-style: normal;
  opacity: 0.5;
  font-size: 1.3rem;
  margin-top: 9px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

@media screen and (max-width: 999px) {
  .product__preorder {
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 22px;
    letter-spacing: 1px;
    line-height: 22px;
  }
}
