/** Shopify CDN: Minification failed

Line 350:0 Unexpected "@media"
Line 438:1 Expected "}" to go with "{"

**/
/* pcOnly spOnly */
@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}
.spOnly {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}
@media (min-width: 1061px) {
  .header--middle-left {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bottomMenu {
  display: flex;
  align-items: center;
  min-height: 50px;
    justify-content: flex-end;
}

.bottomMenu__inner {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: var(--headerHeight);
  width: 100%;
  min-height: 0;
  height: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
  background: #fff;
}

.bottomMenu__inner.active {
  min-height: 180px;
  height: auto;
  opacity: 1;
}

.bottomMenu > li{
  margin-right: 24px;
  padding: 24px 0;
}

.bottomMenu__box:last-child {
  margin-right: 0;
}

.bottomMenu__box > a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
}

.bottomMenu__box > span {
  cursor: pointer;
  position: relative;
  padding-right: 14px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
}

.bottomMenu__box > span::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #399765;
  border-right: 1px solid #399765;
  transform: rotate(135deg);
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 0px;
  transition: transform 0.2s;
}

.bottomMenu__box:hover > span::after {
  transform: rotate(-45deg);
}

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

.buttonWrap {
  display: flex;
  justify-content: center;
}

.buttonWrap a {
  width: auto;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #DFDFDF;
  position: relative;
}

.buttonWrap a::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.buttonWrap a span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
}

.buttonWrap img {
  margin-right: 10px;
}

.bottomMenu h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottomMenu .grid--pc4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 30px;
}

.bottomMenu .grid--pc4 p {
  margin: 0;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}

.bottomMenu .bottomMenu__inner > div {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .headerBottom .page-width {
    padding: 0;
  }
}
.bottomMenu__box > a {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-family: Shippori Mincho;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: #399765;
}

.bottomMenu__box > a:hover {
  color: #399765;
}

.bottomMenu__box > a span {
  font-family: Shippori Mincho;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #121212;

}

.bottomMenu__box > span {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Shippori Mincho;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: #399765;
}

.bottomMenu__box > span span {
  font-family: Shippori Mincho;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #121212;

}

.buttonWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px 24px;
}

.iconNav > ul > li {
  display: block;
}

.iconNav [class*=hasChildren]:not(:last-child) {
  margin-right: 10px;
}

.iconNav [class*=hasChildren] > ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 10px;
  z-index: 2;
  transition: 0.15s;
}

.iconNav [class*=hasChildren] > ul.open {
  opacity: 1;
  pointer-events: all;
}

li.hasChildren {
  position: relative;
  padding-right: 10px;
}

li.hasChildren::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 0px;
  transition: transform 0.2s;
}

@media (max-width: 767px) {
  li.hasChildren::after {
    display: none;
  }
}
li.hasChildren:hover::after {
  transform: rotate(-45deg);
}

.iconNav [class*=hasChildren] > ul {
  right: 0;
  width: 150px;
  text-align: center;
}

@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    top: 62px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul li {
    border-top: 1px solid #DFDFDF;
  }
}
.iconNav [class*=hasChildren] > ul a {
  padding: 10px;
  display: block;
}

@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul a {
    padding: 16px 0;
  }
}
.iconNav {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .iconNav {
    margin-right: 0;
  }
}
.search-header__form {
  margin-right: 40px;
}

div.cart-count-bubble {
  left: 26px;
  top: 2px;
}

@media (max-width: 767px) {
  div.cart-count-bubble {
    left: 17px;
    top: 0px;
  }
}
h1.header__heading {
  /* width: 133px; */
}
@media screen and (max-width: 1060px) {
  h1.header__heading {
  width: 133px;
}
  ｝
@media (max-width: 767px) {
  h1.header__heading {
    width: 92px;
  }
}
a.header__heading-link {
  padding: 0;
  width: 100%;
}

.icon_hamburger2 span {
  width: 22px;
}

@media (max-width: 767px) {
  .icon_hamburger2 span {
    width: 20px;
  }
}
.search-header__form .search__input.field__input {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  background: #fff;
}

.a-search {
  width: 20px;
  height: 20px;
  padding: 8px;
  box-sizing: content-box;
}

.a-search svg {
  width: 20px;
  height: 20px;
}

div.a-search__box {
  padding: 20px;
  position: absolute;
  width: 100%;
  top: var(--headerHeight);
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  z-index: 10;
  display: none !important;
}

div.a-search__box.is-active {
  display: block !important;
}

@media (max-width: 767px) {
  header-drawer {
    display: flex;
    align-items: center;
  }
}
.variant_btn_block_option_title {
  display: none;
}

.variant_inventory_quantity {
  display: none;
}

@media (max-width: 767px) {
  cart-items .title-wrapper-with-link .title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  cart-items .title-wrapper-with-link a {
    font-size: 16px;
  }
}
.icon--person {
  width: 24px;
  height: 24px;
}

@media (max-width: 767px) {
  .icon--person {
    width: 20px;
    height: 20px;
  }
}