/** Shopify CDN: Minification failed

Line 376:10 Expected ":"

**/
/* ポップアップの背景色を#fffffbに */
.cc-modal-window__background {
  background-color: #fffffb !important;
}

/* ×ボタンの背景と枠を削除、色を#636363に */
.cc-modal-window__close {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  color: #636363 !important;
}

/* ×ボタンのSVGアイコンの色も#636363に */
.cc-modal-window__close svg {
  stroke: #636363 !important;
}

/*************  Lang   *************/
html:lang(en) .lang-en{
  display: block;
}
html:lang(ja) .lang-en{
  display: none;
}

html:lang(en) .lang-ja{
  display: none;
}
html:lang(ja) .lang-ja{
  display: block;
}
/*************  /Lang   *************/

/*************  postalco-guide   *************/
.postalco-guide{
  max-width: 509px;
  padding: 0 16px;
  margin: 0 auto;
}

.postalco-guide iframe {
  width: 100%;
}
/*************  /postalco-guide   *************/

/*************  Logo   *************/
.pageheader .logo a {
  background:url(icon-logo20230320.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.pageheader .logo a img {
  opacity: 0;
}

@media (max-width: 767.98px){
  .logo img {
      width: 48px !important;
  }
}

/*************  Logo  *************/

/*************  checkout btn   *************/
@media screen and (min-width: 768px){
  .quantity-submit-row {
      gap: 0 11px !important;
  }
}
.shopify-payment-button .shopify-payment-button__more-options:before {
    content: "すぐに購入";
  font-size:14px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: auto;
  line-height:120%;
  transform: translate(-50%, -50%);
}

html:lang(en)  .shopify-payment-button .shopify-payment-button__more-options {
    padding: 0px 0px;
}
html:lang(en) .shopify-payment-button .shopify-payment-button__more-options::before {
    content: "QUICK BUY ";
  text-align:center;
  font-size: 13px!important;
  letter-spacing:0.25ex;
  line-height:15.2px;
  margin-left:-0px;
  margin-top:3px;
  width: 46px;
}


html:lang(en) .product-form .buy-buttons-row .quantity-submit-row .quantity-submit-row__submit button[type=submit] {
    font-size: 14px!important;
  letter-spacing:10%;
  line-height:14px;
}

.product-form .buy-buttons-row .quantity-submit-row .quantity-submit-row__submit button[type=submit] {
    font-size:14px !important;
}
.shopify-payment-button .shopify-payment-button__more-options {
    font-size: 0px;
}

.product-form .buy-buttons-row .quantity-submit-row .quantity-submit-row__submit button[type=submit]:disabled {
    display: block !important;
    opacity: 1 !important;
    background: #7d7d7d !important;
}

.shopify-payment-button .shopify-payment-button__more-options[disabled] {
    display: block !important;
    opacity: 1 !important;
    background: #7d7d7d !important;
}
/*************  /checkout btn   *************/

/*************   icon   *************/

.logo-area__right__inner {
  padding-right:4px;
}

.header-account-link__icon {
  background:url(icon-account-2301.svg);
  background-repeat:no-repeat;
  background-size:contain;
}

.show-search-link {
  background:url(icon-search-2.svg);
  background-repeat:no-repeat;
  background-size:contain;
}

.cart-link{
  background:url(icon-basket-2301.svg);
  background-repeat:no-repeat;
  background-size:contain;
}

.cart-link__count {
    position: absolute;
    top: -1px;
    right: -12px;
    padding: 0px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 500;
  width:15px;
  height:15px;
    white-space: nowrap;
    min-width: 15px;
    text-align: center;
    border-radius: 12px;
}

.show-search-link__icon,
.cart-link__icon{
  margin:0;
}

.header-account-link__icon svg {
  width:26px;
  height:28px;
}

.show-search-link__icon svg {
  width:26px;
  height:26px;
}

.cart-link__icon svg {
  width:22px;
  height:30px;
}

.header-account-link {
    margin-right: 16px;
  margin-top:-0.5px;
}
.logo-area__right .show-search-link {
    margin-right: 20px;
}

.mobile-navigation-drawer .mobile-nav-toggle svg,
.button.mobile-nav-toggle svg,
.cart-link__icon svg,
.show-search-link__icon svg,
.header-account-link__icon svg {
  opacity:0;
}

.with-icon .icon--type-question_mark {
    display: block;
    width: 32px;
    height: 32px;
    background: url(icon-faq.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 16.5px auto;
    background-position: left 6px center;
  margin-top:-0px;
}

@media screen and (max-width: 2040px) {
  .header-account-link {
      margin-right:19px;
      margin-top:2px;
  }
}

@media screen and (max-width: 980px) {
  .logo-area__right__inner {
      padding-right: 1px;
  }
  .logo-area__left__inner {
      padding-left: 1px;
  }
  .header-account-link__icon {
    background-size:20px auto;
    background-position: center center;
  }
   .cart-link{
    background-size:17px auto;
    background-position: center center;
  } 
  .show-search-link {
    background-size:21px auto;
    background-position: left center;
  }
  .button.mobile-nav-toggle {
    background:url(icon-menu-2222.svg);
    background-repeat:no-repeat;
    background-size:22px auto;
    background-position: center center;
  }
  .mobile-navigation-drawer .mobile-nav-toggle {
    background:url(icon-close-2222.svg);
    background-repeat:no-repeat;
    background-size:18px auto;
    background-position: center center;
  }
    .mobile-navigation-drawer .mobile-nav-toggle {
      padding: 12px 20px 12px 20px;
      color: inherit;
      margin-right:2px;
  }

  .cart-link__icon svg {
      width: 17px;
      height: 24px;
  }
  .header-account-link__icon svg {
      width: 20px;
      height: 22px;
  }
  .show-search-link__icon svg {
      width: 21px;
      height: 21px;
  }
  .header-account-link {
    margin-right:19px;
    padding-right:0px;
    padding-top:2px;
    margin-top:0px;
  }

  .with-icon .icon--type-question_mark {
      width: 32px;
      height: 32px;
      background-size: 15px auto;
      background-position: left 8px center;
  }
}

@media screen and (max-width: 768px) {
  .header-account-link {
      margin-right:1px;
      padding-right:0px;
      padding-top:2px;
      margin-top:0px;
  }
}

/*************   /icon   *************/



/*************   swatchking   *************/

body.template-product .swatch-single .swatch-img-text-adjacent p {
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.1428;
}

body.template-product .swatch-view.swatch-view-custom-image .swatch-img-text-adjacent {
    width: 100% !important;
    overflow: visible;
}
.swatch-allow-animation {
  transition-duration: 0.0ms !important;
animation: none !important;
transform: none !important;
transition: unset !important;
  transform:scale(1,1) !important;
}

body.template-product .swatch-label {
  display:none;
}

body.template-product .swatch-view.swatch-view-custom-image{
  display:flex;
  flex-wrap: wrap;
}

body.template-product .swatch-view.swatch-view-custom-image li {
  margin: 0 2px 0.5rem 0 !important;
}

body.template-product .swatch-view.swatch-view-custom-image .swatch-custom-image {
    border-style: none;
    border-width: 0px;
    border-color: #CFCFCF;
    border-radius: 0px;
    background-color: transparent;
    padding:0px 0px;
    height: auto;
  width: 85px;
  display: inline-block;
    grid-template-columns: auto auto auto;
    align-items: left;
}

body.template-product .swatch-view.swatch-view-custom-image .swatch-custom-image .star-set-image {
  border-style: none;
  border-width: 0px;
  border-color: #CFCFCF;
  width: 79px !important;
  height: 33px !important;
  padding:0px 0px;
  margin:3px 3px;
  border-radius:0px;
  outline:1px solid #fffffb;
  outline-offset: 3px;
}

body.template-product .swatch-view.swatch-view-custom-image .swatch-custom-image:hover .star-set-image,
body.template-product .swatch-view.swatch-view-custom-image .swatch-custom-image.swatch-selected .star-set-image {
    outline:1px solid #313131;
    outline-offset: 2px;
}

body.template-product .swatch-view.swatch-view-custom-image .swatch-img-text-adjacent {
    padding: 10px 3px 0;
    font-size: 14px;
  line-height:1.1428;
  width100%;
}

@media screen and (max-width: 980px) {
  body.template-product .swatch-single.swatch-view-stack  {
    width:320px;
    margin:0 auto;
  }
  body.template-product .swatch-view.swatch-view-custom-image{
    justify-content: center;
  }
  body.template-product .swatch-view.swatch-view-custom-image li {
    margin: 0 2px 0.5rem 2px !important;
  }
  body.template-product .swatch-view.swatch-view-custom-image .swatch-img-text-adjacent {
    font-size: 12px;
  }
  body.template-product .swatch-view.swatch-view-button {
    text-align:center;
  }
  body.template-product .swatch-view.swatch-view-button li{
    margin: 0 12px 0.5rem 12px !important;
  }
}
/*************   swatchking   *************/


.product-form .buy-buttons-row .quantity-submit-row .quantity-submit-row__submit,
.shopify-payment-button .shopify-payment-button__more-options{
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 50%);
}

.shopify-payment-button .shopify-payment-button__more-options:hover::after{
  border-color: transparent;
}

.shopify-payment-button .shopify-payment-button__more-options:hover {
  background: #7d7d7d;
}

.show-search-link-invalid {
  width: 24px;
  height: 24px;
  background:url(icon-search.png);
  background-repeat:no-repeat;
  background-size: contain;
}

.main-search__button.button-invalid {
  width: 24px;
  height: 24px;
  background:url(icon-search.png);
  background-repeat:no-repeat;
  background-size: contain;
}

.shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  visibility: visible;
}


.show-search-link svg,
.main-search__button.button svg{
  opacity: 0;
}
.product-form .input-row,
.buy-buttons-row {
  width: 100%;
}

#effectiveAppsLowInStockAlert {
  width: 100%;
}

.swatch-label-demo {
  display: none;
}

div.swatch-single-demo .swatch-view.swatch-view-custom-image  {
  text-align: center;
}

@media screen and (min-width: 768px) {
  div.swatch-single-demo .swatch-view.swatch-view-custom-image  {
    text-align: left;
  }
}

div.swatch-single-demo .swatch-view .swatch-image,
div.swatch-single-demo .swatch-view .swatch-custom-image {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 0px;
    padding: 2px 2px 3px 2px;
    position: relative;
}

div.swatch-single-demo .swatch-view .swatch-selected.swatch-image,
div.swatch-single-demo .swatch-view .swatch-selected.swatch-custom-image {
    border-color: #636363;
}

div.swatch-single-demo .swatch-view .swatch-image .star-set-image,
div.swatch-single-demo .swatch-view .swatch-custom-image .star-set-image{
  width: 79px !important;
  height: 33px !important;
  border-color: transparent;
  border-radius: 0px !important;;
}

div.swatch-single-demo .swatch-view .swatch-image .swatch-img-text.swatch-img-text-hidden,
div.swatch-single-demo .swatch-view .swatch-custom-image .swatch-img-text.swatch-img-text-hidden{
  display: block;
  z-index: 1;
  font-size: 12px !important;
  position: absolute;
  display: table;
  height: auto;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  top: auto;
  bottom: -24px;
  margin: auto;
  text-align: left;
  white-space: normal;
  padding: 0 2px 0;
}

div.swatches-demo .swatch-single ul.swatch-view li.swatch-view-item {
    margin: 0 8px 26px 0;
}

.product-purchase-form .quantity-submit-row {
    justify-content: center;
}
.product-form .quantity-wrapper {
    justify-content: center;
}

@media screen and (min-width: 768px) {
  .product-purchase-form .quantity-submit-row {
    justify-content: start;
  }
  .product-form .quantity-wrapper {
    justify-content: start;
  }
}


.product-form .quantity-wrapper {
  width: 100%;
  margin: 0px 0 25px;
}

.with-icon {
  vertical-align: middle;
  align-items: center;
}

.with-icon .icon--type-ruler{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-size.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 28px auto;
  background-position: left 2px center;
} 
.with-icon .icon--type-shirt{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-material.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 28px auto;
  background-position: left 2px center;
}
.with-icon .icon--type-washing{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-care.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 30px auto;
  background-position: left 1px center;
}
.with-icon .icon--type-gift{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-gift2.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 25px auto;
  background-position: left 3px center;
}
  
.with-icon .icon--type-eye{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-press.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 32px auto;
  background-position: left center;
}

.with-icon .icon--type-truck{
  display:block;
  width: 32px;
  height: 32px;
  background:url(icon-products-shigging.svg);
  background-repeat:no-repeat;
  background-size: contain;
  background-size: 30px auto;
  background-position: left 1px center;
}
  
  .with-icon .icon path,
  .with-icon .icon rect{
    display:none;
  }

/*************   collection   *************/
body.template-collection .product-label-container .product-label {
  display: block !important;
}

body.template-collection .product-label-container {

}
/*************   /collection   *************/

/*************   wrappin   *************/
.ptw-price.money{
  display: none;
}


.quantity-submit-row {
  display: flex;
}

.quantity-submit-row div#ptw-wrapin {
  order: 3;
  width: 100%;
}

.quantity-submit-row #effectiveAppsLowInStockAlert {
  order: 0;
}
.quantity-submit-row .quantity-submit-row__submit {
  order: 1;
}
.quantity-submit-row .shopify-payment-button {
  order: 2;
}

.shopify-app-block div#ptw-wrapin,
div#ptw-wrapin {
    border: 0px solid;
    padding: 0 0px;
}


.ptw-message-note {
  width: 100%;
}
.ptw-message-note textarea{
  font-size: 14px;
  width: 100%;
}

.ptw-app-label label {
  top: -6px !important;
}

.shopify-app-block #ptw-wrapin .ptw-app-label label, #ptw-wrapin .ptw-checkbox-option span,
#ptw-wrapin .ptw-app-label label, #ptw-wrapin .ptw-checkbox-option span {
    top: -6px;
}
#ptw-wrapin .ptw-app-wrapper {
    border: 0px solid #ebebeb !important;
    padding: 0px !important;
}

#ptw-wrapin #ptw-gift-needed::before,
#ptw-wrapin .ptw-gift-needed::before,
#ptw-wrapin .ptw-gift-options-sb::before {
    top: 0px !important;
    left: 6px;
    width: 6px;
    height: 11px;
}

.not-in-quickbuy + .buy-buttons-row {
  margin-top: 20px;
}

.not-in-quickbuy + .buy-buttons-row .product-form .input-row,
.not-in-quickbuy + .buy-buttons-row,
.product-form .input-row{
  margin-top: 20px;
}

.ptw-app-label {
  height: 19px;
}

.shopify-app-block #ptw-wrapin .ptw-app-gnote {
    margin-top: 10px;
}

#ptw-wrapin #ptw-gift-needed{
  margin-top: 0;
  margin-bottom: 2px;
  margin-left: 0px;
}

.shopify-app-block #ptw-wrapin .ptw-app-wrapper {
    margin: 17px 0 21px;
}
@media screen and (max-width: 768px) {
  .not-in-quickbuy + .buy-buttons-row {
    margin-top: 23px;
  }

  #ptw-wrapin #ptw-gift-needed{
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .not-in-quickbuy + .buy-buttons-row .product-form .input-row,
  .not-in-quickbuy + .buy-buttons-row,
  .product-form .input-row{
    margin-top: 23px;
  }
}
/*************   wrappin   *************/
