/** Shopify CDN: Minification failed

Line 254:2 Unexpected "}"

**/
* {
    outline: none !important;
  }
  
  *:focus, *:focus-visible {
    outline: none !important;
    outline-offset: 0 !important;
  }
  
  #breadcrumb {
    display: none;
  }
  
  .focus-visible,
  :focus {
    outline: none !important;
    outline-offset: 0 !important;
  }
  
  body {
    font-family: lato, noto-sans-cjk-jp, sans-serif;
  }
  
  .site-overlay {
    background: #000;
  }
  
  .modal--open .js-modal-overlay,
  .slideout-left--open .js-slideout-overlay,
  .slideout-right--open .js-slideout-overlay {
    opacity: .7;
  }
  
  form.header-search-form {
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  form.header-search-form input.header-search {
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom:0;
  }
  
  form.header-search-form input.header-search::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  
  form.header-search-form input.header-search:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  
  form.header-search-form input.header-search::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  
  form.header-search-form input.header-search::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  
  #modal-search-modal .modal__inner-wrapper {
    background-color: #000;
    border: none;
  }
  
  .slideout__trigger-general-modal {
    padding: 10px 18px !important;
  }
  
  .slideout__trigger-search-modal .icn-close {
    width: 9.75px;
    height: 9.75px;
  }
  
  .slideout__trigger-search-modal .icn-close::before, .slideout__trigger-search-modal .icn-close::after {
    border-color: #fff !important;
    height: 9.75px;
  }
  
  #top-bar {
    line-height: 40px;
    padding: 0;
    background-color: #1D1D1D;
  }
  
  @media screen and (max-width: 980px) {
    #top-bar {
      line-height: 38px;
    }
  }
  
  #top-bar .top-bar-grid .announcement__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/span 1;
    text-align: left;
  }
  
  #top-bar .top-bar-grid .announcement__text p {
    font-size: 12px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
  }
  
  @media screen and (max-width: 980px) {
    #top-bar .top-bar-grid .announcement__text p {
      font-size: 10px;
      text-align: center;
    }
  }
  
  #top-bar .top-bar-grid .announcement__right {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/span 1;
  }
  
  @media screen and (max-width: 980px) {
    #top-bar .top-bar-grid .announcement__right {
      -ms-grid-column: 4;
      -ms-grid-column-span: 1;
      grid-column: 4/span 1;
    }
  }
  
  @media screen and (max-width: 980px) {
    #top-bar .top-bar-grid .announcement__right {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3/span 1;
      display: none;
    }
  }
  
  #top-bar ul#social-links {
    text-align: right;
  }
  
  #top-bar ul#social-links li:last-child {
    margin-right: 0;
  }
  
  header {
    padding-top: 19px;
    padding-bottom: 20px;
  }
  
  @media screen and (max-width: 768px) {
    header {
      padding: 19px 30px 20px;
    }
    header .slideout__trigger--open.text-left .slideout__trigger-mobile-menu.js-slideout-open {
      -webkit-transform: translate(0px, 3px);
              transform: translate(0px, 3px);
    }
    header .slideout__trigger--open button.slideout__trigger-mobile-menu {
      padding: 0;
      height: auto;
    }
    header .slideout__trigger--open button.slideout__trigger-mobile-menu.js-slideout-open {
      color: #fff;
    }
    header .slideout__trigger--open button.slideout__trigger-mobile-menu i {
      position: relative;
      width: 24px;
      height: 12px;
    }
    header .slideout__trigger--open button.slideout__trigger-mobile-menu i:before {
      content: "";
      background: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/ic-navbar.svg?v=1633944263) no-repeat center;
      background-size: contain;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
    }
    header #logo {
      padding-left: 49px;
      padding-right: 19px;
    }
    header #identity {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 !important;
    }
    header ul#cart {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translate(5px, 2px);
              transform: translate(5px, 2px);
    }
    header ul#cart > li {
      margin: 0;
      padding: 0;
    }
/*     header ul#cart > li.customer-accounts {
      display: inline-block !important;
      margin-right: 20px;
    }
    header ul#cart > li.customer-accounts a {
      width: 17px;
      height: 18px;
      margin: 0;
      padding: 0;
    }
    header ul#cart > li.my-cart-link-container button { */
      display: inline-block;
      margin: 0;
      padding: 0;
      width: 22px;
      height: 18px;
    }
    header ul#cart > li.my-cart-link-container button .js-cart-count {
      top: 0;
      right: -10px;
      line-height: 2px;
    }
  }
  
  @media screen and (min-width: 981px) {
    header.theme-header.stickynav #identity {
      -ms-grid-columns: 1fr 4fr 192px !important;
          grid-template-columns: 1fr 4fr 192px !important;
    }
  }
  
  a.navigation__menulink {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
  }
  
  .slideout__trigger-mobile-menu {
    position: relative;
  }
  
  .slideout__trigger-mobile-menu .js-cart-count {
    position: absolute;
    top: 9px;
    right: -13px;
    border-radius: 50%;
    line-height: 15px;
    color: #fff;
  }
  
  .navigation__menuitem {
    padding-right: 23px;
  }
  
  .navigation__menuitem:nth-child(2) {
    padding-right: 26px;
  }
  
  .navigation__menuitem:last-child {
    position: relative;
    padding-right: 9px;
  }
  
  .navigation__menuitem:last-child::before {
    content: "";
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/icon-teamorder.svg?v=1632367233);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 8px;
    height: 9px;
    top: 50%;
    right: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  nav.inline-header ul {
    text-align: right;
  }
  
  ul#cart > li {
    margin-left: 17px;
  }
  
  ul#cart > li.search-icon {
    margin-left: 20px;
  }
  @media screen and (max-width: 980px) {
    ul#cart > li.search-icon {
      margin-left: 0px;
      margin-right: 10px;
    }
    ul#cart > li.search-icon button {
      margin-left: 0;
    }
  }
  
  ul#cart > li button,
  ul#cart > li a,
  ul#cart > li .slideout__trigger-mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu {
    padding: 76px 0 44px;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container::before {
    content: "";
    position: absolute;
    top: -57px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container .mm-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 280px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    margin-left: auto;
    margin-top: 3px;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container span:last-child {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 770px;
    width: 100%;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container span:last-child > li {
    padding: 0 15px;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin: 0;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container span:last-child li h4 {
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container span:last-child li ul li a {
    font-size: 12px !important;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.5) !important;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  
  .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container span:last-child li ul li a:hover {
    color: #fff !important;
  }
  
  .newsletter__section {
    padding: 65px 0 76px;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section {
      padding: 50px 0 55px;
    }
  }
  
  .newsletter__section-contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section-contentWrapper {
      display: block;
    }
  }
  
  .newsletter__section-contentWrapper:first-child {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
  
  .newsletter__section-contentWrapper:last-child {
    max-width: 599px;
    width: 100%;
    margin-left: auto;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section-contentWrapper:last-child {
      max-width: 100%;
    }
  }
  
  .newsletter__section-contentWrapper .contact-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .newsletter__section-subheading {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 49px;
    line-height: 19px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section-subheading {
      margin-left: 0;
      -webkit-transform: none;
              transform: none;
      margin-top: 18px;
    }
  }
  
  .newsletter__section h2 {
    font-size: 24px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section h2 {
      font-size: 18px;
      text-align: left;
    }
  }
  
  .newsletter__section p {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section p {
      font-size: 12px;
    }
  }
  
  .newsletter__section .newsletter__section-email {
    line-height: 66px;
    height: 66px;
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-indent: 0;
    /* Change the white to any color */
  }
  
  .newsletter__section .newsletter__section-email:-webkit-autofill, .newsletter__section .newsletter__section-email:-webkit-autofill:hover, .newsletter__section .newsletter__section-email:-webkit-autofill:focus, .newsletter__section .newsletter__section-email:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4) !important;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section .newsletter__section-email {
      line-height: 17px;
      height: 60px;
      font-size: 12px;
      margin-bottom: 0;
      padding: 0;
      text-align: left;
    }
  }
  
  .newsletter__section .newsletter__section-email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
  }
  
  .newsletter__section .newsletter__section-email:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
  }
  
  .newsletter__section .newsletter__section-email::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
  }
  
  .newsletter__section .newsletter__section-email::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section .newsletter__section-email::-webkit-input-placeholder {
      font-size: 12px;
    }
    .newsletter__section .newsletter__section-email:-ms-input-placeholder {
      font-size: 12px;
    }
    .newsletter__section .newsletter__section-email::-ms-input-placeholder {
      font-size: 12px;
    }
    .newsletter__section .newsletter__section-email::placeholder {
      font-size: 12px;
    }
  }
  
  .newsletter__section .newsletter__section-submit {
    width: 98px;
    height: 37px;
    line-height: 37px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    background-color: #9AD006 !important;
    border-radius: 19px !important;
  }
  
  @media screen and (max-width: 980px) {
    .newsletter__section .newsletter__section-submit {
      width: 80px;
      font-size: 12px;
    }
  }
  
  .newsletter__section .newsletter__section-submit:hover {
    background-color: #fff !important;
  }
  
  #footer {
    padding-top: 81px;
    background: #171717;
/*     padding-bottom: 10px; */
    padding-bottom: 30px;
  }
  
  @media screen and (max-width: 768px) {
    #footer {
      padding-bottom: 11px;
    }
  }
  
  #footer .row__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  
  #footer .row__left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  
  #footer .row__left img {
    max-width: 196.7px;
    height: auto;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__left img {
      max-width: 178px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__left {
      margin-bottom: 55px;
    }
  }
  
  #footer .row__right {
    max-width: 685px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 685px;
            flex: 0 0 685px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
    }
  }
  
  #footer .row__right .footer-sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect {
      display: block;
    }
  }
  
  #footer .row__right .footer-sect ul li a {
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect ul li a {
      font-size: 12px;
      line-height: 37px;
    }
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-1 {
    padding-right: 18px;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect.footer-menu-fashionopolism-1 {
      padding-right: 0;
    }
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-1 ul li:first-child a {
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 39px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-1 ul li a {
    font-size: 12px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    color: rgba(255, 255, 255, 0.6);
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-2 {
    margin-left: 56px;
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-2 .has-icon::before {
    content: none;
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-2 .has-icon a {
    position: relative;
    padding-right: 15px;
    font-size: 12px;
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-2 .has-icon a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-34%);
            transform: translateY(-34%);
    width: 10px;
    height: 10px;
    background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Group_445.svg?v=1634034524);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect.footer-menu-fashionopolism-2 {
      margin-left: 0;
    }
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-3 {
    margin-left: 62px;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect.footer-menu-fashionopolism-3 {
      margin-left: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
  }
  
  #footer .row__right .footer-sect.footer-menu-fashionopolism-4 {
    margin-left: 65px;
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-sect.footer-menu-fashionopolism-4 {
      margin-left: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-left: 45px;
    }
  }
  
  @media screen and (max-width: 768px) {
    #footer .row__right .footer-menu-sp-fashionopolism {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 100%;
      margin-bottom: -4px;
      border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
  }
  
  .scrollup {
    width: 52px;
    height: 52px;
    background: #000000;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
/*     bottom: 27px; */
    bottom: 60px;
    right: 17px;
    display: none !important;
  }
  
  @media screen and (max-width: 980px) {
    .scrollup {
      display: none;
    }
  }
  
  .scrollup i {
    color: #fff;
    font-size: 10px;
  }
  
  .scrollup.showBtn {
    opacity: 1;
  }
  
  #bottom-footer {
    margin-top: 67px !important;
    border-top: 0 !important;
  }
  
  @media screen and (max-width: 980px) {
    #bottom-footer {
      margin-top: 18px !important;
    }
  }
  
  #bottom-footer .sub-footer__wrapper {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media screen and (max-width: 980px) {
    #bottom-footer .sub-footer__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-top: 0;
    }
  }
  
  #bottom-footer .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  
  @media screen and (max-width: 980px) {
    #bottom-footer .footer-left {
      display: block;
      -webkit-box-ordinal-group: 2 !important;
          -ms-flex-order: 1 !important;
              order: 1 !important;
      margin-top: 0 !important;
      text-align: center !important;
    }
  }
  
  #bottom-footer .footer-left #social-links {
    margin-bottom: 0;
  }
  
  @media screen and (max-width: 980px) {
    #bottom-footer .footer-left #social-links {
      text-align: center;
    }
  }
  
  #bottom-footer .footer-left .copyright-text {
    margin-bottom: 0;
    font-size: 11px;
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-left: 36px;
  }
  
  @media screen and (max-width: 980px) {
    #bottom-footer .footer-left .copyright-text {
      margin-left: 0;
      font-size: 9px;
    }
  }
  
  #bottom-footer .footer-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  
  #bottom-footer .footer-right .payment-methods {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  #bottom-footer .footer-right .payment-methods svg {
    margin: 3px 0px;
    margin-left: 11px;
  }
  
  @media screen and (max-width: 980px) {
    .slideout.slideout__drawer-left,
    .footer-section.slideout__drawer-left {
      width: 320px !important;
    }
    .slideout__trigger--close,
    .footer-section__trigger--close {
      margin-top: 42px;
      position: relative;
    }
    .slideout__trigger--close button,
    .footer-section__trigger--close button {
      position: relative;
      top: -11px;
      left: -2px;
      padding: 0 !important;
      height: auto !important;
    }
    .slideout__trigger--close button .icn-close,
    .footer-section__trigger--close button .icn-close {
      width: 16.75px;
      height: 16.75px;
    }
    .slideout__trigger--close button .icn-close::before, .slideout__trigger--close button .icn-close::after,
    .footer-section__trigger--close button .icn-close::before,
    .footer-section__trigger--close button .icn-close::after {
      height: 16.75px;
    }
    .slideout .mobile-menu,
    .footer-section .mobile-menu {
      padding-left: 25px;
      padding-right: 30px;
    }
    .slideout .mobile-menu_login_register,
    .footer-section .mobile-menu_login_register {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 31px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .slideout .mobile-menu_login_register a,
    .footer-section .mobile-menu_login_register a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 59px;
      width: calc(50% - 3.5px);
      color: #fff;
      font-size: 12px;
      font-family: noto-sans-cjk-jp, sans-serif;
      font-weight: 500;
      font-style: normal;
      border: 1px solid #FFFFFF;
      height: 45px;
    }
    .slideout .mobile-menu_login_register a:last-child,
    .footer-section .mobile-menu_login_register a:last-child {
      background-color: #9AD006;
      color: #222222;
      border: none;
    }
    .slideout .mobile-menu__search,
    .footer-section .mobile-menu__search {
      padding: 0;
      border: none !important;
      outline: none !important;
    }
    .slideout .mobile-menu__search form,
    .footer-section .mobile-menu__search form {
      position: relative;
      height: 45px;
    }
    .slideout .mobile-menu__search form::before,
    .footer-section .mobile-menu__search form::before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 19px;
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Path_2245.svg?v=1634030691);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 14.57px;
      height: 14.85px;
    }
    .slideout .mobile-menu__search input,
    .footer-section .mobile-menu__search input {
      background-color: rgba(242, 242, 242, 0.1);
      height: 100%;
      line-height: 1;
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
    }
    .slideout .mobile-menu__search input::-webkit-input-placeholder,
    .footer-section .mobile-menu__search input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.2);
    }
    .slideout .mobile-menu__search input:-ms-input-placeholder,
    .footer-section .mobile-menu__search input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.2);
    }
    .slideout .mobile-menu__search input::-ms-input-placeholder,
    .footer-section .mobile-menu__search input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.2);
    }
    .slideout .mobile-menu__search input::placeholder,
    .footer-section .mobile-menu__search input::placeholder {
      color: rgba(255, 255, 255, 0.2);
    }
    .slideout .mobile-menu__social,
    .footer-section .mobile-menu__social {
      text-align: left;
      padding: 0;
      margin-bottom: 84.3px;
    }
    .slideout .mobile-menu__social ul,
    .footer-section .mobile-menu__social ul {
      margin: 36px -7px 0;
      line-height: 0;
    }
    .slideout .mobile-menu__social ul li,
    .footer-section .mobile-menu__social ul li {
      padding: 0 7.5px;
      line-height: 0;
    }
    .slideout .mobile-menu__social i,
    .footer-section .mobile-menu__social i {
      font-size: 1.3em;
    }
    .slideout .js-accordion-mobile-nav,
    .footer-section .js-accordion-mobile-nav {
      padding: 0 0 32px !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header,
    .footer-section .js-accordion-mobile-nav .c-accordion__header {
      padding: 21px 0 19px 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header a,
    .footer-section .js-accordion-mobile-nav .c-accordion__header a {
      font-family: noto-sans-cjk-jp, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 12px;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow,
    .footer-section .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow {
      border: none !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow::before,
    .footer-section .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow::before {
      content: "";
      display: block;
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Group_623.svg?v=1634030102);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 12px;
      height: 12px;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow[aria-expanded="true"]::before,
    .footer-section .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow[aria-expanded="true"]::before {
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Line_71.svg?v=1634030102);
    }
    .slideout .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow i,
    .footer-section .js-accordion-mobile-nav .c-accordion__header .dropdown-arrow i {
      display: none;
    }
    .slideout .js-accordion-mobile-nav > li,
    .footer-section .js-accordion-mobile-nav > li {
      padding: 22px 0 20px 0 !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
      text-align: left;
    }
    .slideout .js-accordion-mobile-nav > li a,
    .footer-section .js-accordion-mobile-nav > li a {
      font-family: noto-sans-cjk-jp, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 12px;
      line-height: 24px;
    }
    .slideout .js-accordion-mobile-nav > li.link,
    .footer-section .js-accordion-mobile-nav > li.link {
      position: relative;
    }
    .slideout .js-accordion-mobile-nav > li.link a,
    .footer-section .js-accordion-mobile-nav > li.link a {
      font-size: 12px;
    }
    .slideout .js-accordion-mobile-nav > li.link::before,
    .footer-section .js-accordion-mobile-nav > li.link::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 13px;
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Path_147.svg?v=1634034784);
      background-repeat: no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px;
      margin-top: -3px;
    }
    .slideout .js-accordion-mobile-nav > li.link.has-icon::before,
    .footer-section .js-accordion-mobile-nav > li.link.has-icon::before {
      content: none;
    }
    .slideout .js-accordion-mobile-nav > li.link.has-icon a,
    .footer-section .js-accordion-mobile-nav > li.link.has-icon a {
      position: relative;
      padding-right: 17px;
      font-size: 12px;
    }
    .slideout .js-accordion-mobile-nav > li.link.has-icon a::before,
    .footer-section .js-accordion-mobile-nav > li.link.has-icon a::before {
      content: "";
      position: absolute;
      top: 50%;
      right: -7px;
      -webkit-transform: translateY(-34%);
              transform: translateY(-34%);
      width: 10px;
      height: 10px;
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/Group_445.svg?v=1634034524);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel {
      padding: 0 !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner {
      padding: 19px 0 17px !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header {
      padding: 19px 10px 17px 25px !important;
      border-bottom: 0 !important;
      margin-bottom: 2px;
      background-color: rgba(242, 242, 242, 0.1);
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header a,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header a {
      font-size: 11px;
      line-height: 24px;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel {
      border-bottom: 0 !important;
      background-color: rgba(242, 242, 242, 0.1);
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel.is-active,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel.is-active {
      margin-top: -2px;
      margin-bottom: 2px;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul {
      padding: 0 27px 19px !important;
      margin-top: -6px;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul li,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul li {
      padding: 0 !important;
      border-bottom: 0 !important;
    }
    .slideout .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul li a,
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel ul li a {
      line-height: 24px;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.6);
    }
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner {
      text-align: left;
    }
    .footer-section .js-accordion-mobile-nav {
      margin: 0 !important;
      float: none !important;
    }
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header {
      padding: 19px 10px 17px 25px !important;
    }
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__header {
      background-color: rgba(255, 255, 255, 0.04);
    }
    .footer-section .js-accordion-mobile-nav .c-accordion__panel .c-accordion--mobile-nav__inner .c-accordion__panel {
      background-color: rgba(255, 255, 255, 0.04);
    }
  }
  
  #modal-search-modal .modal__inner-wrapper {
    width: 810px !important;
    margin: 0 auto;
    padding: 56px 61px 62px 61px !important;
  }
  
 @media screen and (max-width: 980px) {
    #modal-search-modal .modal__inner-wrapper {
      width: 100% !important;
      margin: 0 auto;
      padding: 50px 10px 50px 10px !important;
    }
  }

  #modal-search-modal .modal__inner-content-container {
    padding-right: 0;
  }
  
  #modal-search-modal form.header-search-form input.header-search {
    height: 55px;
    padding: 0 19px;
    padding-right: 55px;
  }
  
  #modal-search-modal button.search-button {
    height: 55px;
    line-height: 55px;
    width: 55px;
  }
  
  #modal-search-modal button.search-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-78%, -39%);
            transform: translate(-78%, -39%);
    background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/icon-search-modal.svg?v=1634041216);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17.33px;
  }
  
  #modal-search-modal button.search-button i {
    display: none;
  }
  
  #modal-search-modal .slideout__trigger-general-modal {
    padding: 16px 19px !important;
  }
  
  #modal-search-modal .slideout__trigger-search-modal .icn-close {
    width: 14.75px;
    height: 14.75px;
  }
  
  #modal-search-modal .slideout__trigger-search-modal .icn-close::before, #modal-search-modal .slideout__trigger-search-modal .icn-close::after {
    height: 14.75px;
  }
  
  @media print, screen and (min-width: 981px) {
    .header--sticky {
      padding-top: 10px;
      padding-bottom: 11px;
    }
    .header--sticky header.theme-header.stickynav #identity #logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header--sticky header.theme-header.stickynav #identity #logo a {
      line-height: 0;
    }
    .header--sticky .navigation__menuitem.navigation__menuitem--dropdown:hover > .megamenu .megamenu__container::before {
      top: -67px;
    }
  }
  
  @media screen and (max-width: 980px) {
    .header--sticky {
      padding: 18px 30px 21px;
    }
    .header--sticky header ul#cart {
      -webkit-transform: translate(18px, 2px);
              transform: translate(18px, 2px);
    }
    .header--sticky header .slideout__trigger--open.text-left .slideout__trigger-mobile-menu.js-slideout-open {
      -webkit-transform: translate(-12px, 3px);
              transform: translate(-12px, 3px);
    }
  }
  
  header .slideout__trigger--open button.slideout__trigger-mobile-menu i:before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/ic-navbar.svg?v=1633944263) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  
  #breadcrumb a,
  #breadcrumb span {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: gray;
    font-size: 10px;
  }
  
  #breadcrumb span {
    color: #111;
  }
  
  .template-customers-login #MainContent,
  .template-customers-reset_password #MainContent, .template-customers-register #MainContent {
    padding: 45px 0;
  }
  
  .template-customers-login .modal__inner-wrapper,
  .template-customers-reset_password .modal__inner-wrapper, .template-customers-register .modal__inner-wrapper {
    background-color: #fff;
  }
  
  .template- #MainContent {
    padding-bottom: 70px;
  }
  
  .template-cart .cart-page {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  
  .template-customers-account #MainContent {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  
  .template-blog #MainContent {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  
  .template-blog .article-index .box-ratio {
/*     padding-bottom: 100% !important; */
/*    上元の数値  */
    padding-bottom: 43.131% !important;
/*     変更後の数値 */
    position: relative;
  }
  @media screen and (max-width: 980px) {
  .article-content{
    display: none;
  }
}
  
  .template-blog .article-index .box-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
  }
  
  .ajax-cart__empty-cart {
    font-size: 18px;
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
    max-width: 414px;
    padding-left: 20px;
    margin-left: auto;
    margin-top: -4px;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
      max-width: 100%;
      padding-left: 0;
    }
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .subtotal,
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .shipping,
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .total {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .subtotal .cart-price,
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .shipping .cart-price,
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .total .cart-price {
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .subtotal {
    margin-bottom: 20px;
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .shipping {
    margin-bottom: 10px;
  }
  
  .template-cart .ajax-cart__page-wrapper .ajax-cart__summary-wrapper .total {
    margin-top: 20px;
  }
  
  .template-cart .cart-attribute__field {
    text-align: left;
  }
  
  .template-cart .cart-attribute__field label {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    max-width: 100%;
  }
  
  .template-cart .cart-attribute__field label.delivery-date-boolean-label {
    padding-left: 33px;
    margin-bottom: 11px;
    padding-right: 13px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field label.delivery-date-boolean-label {
      padding-left: 28px;
    }
  }
  
  .template-cart .cart-attribute__field input,
  .template-cart .cart-attribute__field select {
    max-width: 100%;
  }
  
  .template-cart .cart-attribute__field #delivery-date {
    margin-top: 5px;
    height: 45px;
    border: 1px solid #E3E3E3;
    padding: 0 18px;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field #delivery-date {
      min-width: 97%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 7px;
      height: 38px;
    }
  }
  
  .template-cart .cart-attribute__field .delivery-date-boolean {
    margin-left: 0;
  }
  
  .template-cart .cart-attribute__field input[type=checkbox],
  .template-cart .cart-attribute__field input[type=radio] {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  
  .template-cart .cart-attribute__field input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: default;
    opacity: 0;
    display: none;
  }
  
  .template-cart .cart-attribute__field input[type="radio"] + label::before {
    content: '';
    position: absolute;
    display: block;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: white;
    margin: 0;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field input[type="radio"] + label::before {
      width: 19px;
      height: 19px;
      top: 2px;
      left: -1px;
    }
  }
  
  .template-cart .cart-attribute__field input[type="radio"] + label::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin: 0;
    top: 11px;
    left: 11px;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field input[type="radio"] + label::after {
      left: 8px;
    }
  }
  
  .template-cart .cart-attribute__field input[type="radio"]:checked + label::after {
    width: 12px;
    height: 12px;
    margin: 0;
    top: 5px;
    left: 5px;
    opacity: 1;
    background-color: #2375F9;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field input[type="radio"]:checked + label::after {
      width: 11px;
      height: 11px;
      top: 6px;
      left: 3px;
    }
  }
  
  .template-cart .cart-attribute__field input[type="radio"]:checked + label {
    font-weight: 700;
  }
  
  .template-cart .cart-attribute__field.cart-attribute-delivery-date label {
    margin-bottom: 12px;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field.cart-attribute-delivery-date label {
      margin-bottom: 7px;
    }
  }
  
  .template-cart .cart-attribute__field.cart-attribute-delivery-time {
    margin-top: 27px;
  }
  
  .template-cart .cart-attribute__field.cart-attribute-delivery-time label {
    margin-bottom: 19px;
  }
  
  .template-cart .cart-attribute__field.cart-attribute-delivery-time select {
    height: 45px;
    padding: 0 7px;
    margin-bottom: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("https://cdn.shopify.com/s/files/1/0528/5330/9597/files/arrow-down-cart.svg?v=1635384647");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 24px);
    line-height: 1;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field.cart-attribute-delivery-time {
      margin-top: 20px;
    }
    .template-cart .cart-attribute__field.cart-attribute-delivery-time label {
      margin-bottom: 15px;
    }
    .template-cart .cart-attribute__field.cart-attribute-delivery-time select {
      height: 38px;
      line-height: 1;
      background-size: 8px;
      background-position: calc(100% - 18px);
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .cart-attribute__field {
      margin-top: 17px;
      margin-bottom: 20px;
    }
  }
  
  .template-cart .ajax-cart__buttons input {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 13px;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .ajax-cart__buttons input {
      height: 42px;
      line-height: 46px;
    }
  }
  
  .template-cart .grid__wrapper {
    grid-row-gap: 3.3rem;
  }
  
  @media screen and (max-width: 980px) {
    .template-cart .grid__wrapper {
      grid-row-gap: 2.1rem;
    }
  }
  
  .ajax-cart__summary-wrapper .subtotal,
  .ajax-cart__summary-wrapper .shipping,
  .ajax-cart__summary-wrapper .total {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .ajax-cart__summary-wrapper .subtotal .cart-price,
  .ajax-cart__summary-wrapper .shipping .cart-price,
  .ajax-cart__summary-wrapper .total .cart-price {
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 600;
  }
  
  .ajax-cart__summary-wrapper .subtotal {
    margin-bottom: 20px;
  }
  
  .ajax-cart__summary-wrapper .shipping {
    margin-bottom: 10px;
  }
  
  .ajax-cart__summary-wrapper .total {
    margin-top: 20px;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field {
    text-align: left;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field label {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    max-width: 100%;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field label.delivery-date-boolean-label {
    padding-left: 33px;
    margin-bottom: 11px;
    padding-right: 13px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field label.delivery-date-boolean-label {
      padding-left: 28px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input,
  .ajax-cart__summary-wrapper .cart-attribute__field select {
    max-width: 100%;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field #delivery-date {
    margin-top: 5px;
    height: 45px;
    border: 1px solid #E3E3E3;
    padding: 0 18px;
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field #delivery-date {
      min-width: 97%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 7px;
      height: 38px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field .delivery-date-boolean {
    margin-left: 0;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type=checkbox],
  .ajax-cart__summary-wrapper .cart-attribute__field input[type=radio] {
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: default;
    opacity: 0;
    display: none;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"] + label::before {
    content: '';
    position: absolute;
    display: block;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: white;
    margin: 0;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
    pointer-events: none;
    margin-right: 10px;
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"] + label::before {
      width: 19px;
      height: 19px;
      top: 2px;
      left: -1px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"] + label::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin: 0;
    top: 11px;
    left: 11px;
    opacity: 0.6;
    border-radius: 50%;
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"] + label::after {
      left: 8px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"]:checked + label::after {
    width: 12px;
    height: 12px;
    margin: 0;
    top: 5px;
    left: 5px;
    opacity: 1;
    background-color: #2375F9;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"]:checked + label::after {
      width: 11px;
      height: 11px;
      top: 6px;
      left: 3px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field input[type="radio"]:checked + label {
    font-weight: 700;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-date label {
    margin-bottom: 12px;
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-date label {
      margin-bottom: 7px;
    }
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time {
    margin-top: 27px;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time label {
    margin-bottom: 19px;
  }
  
  .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time select {
    height: 45px;
    padding: 0 7px;
    margin-bottom: 30px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("https://cdn.shopify.com/s/files/1/0528/5330/9597/files/arrow-down-cart.svg?v=1635384647");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 24px);
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time {
      margin-top: 20px;
    }
    .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time label {
      margin-bottom: 15px;
    }
    .ajax-cart__summary-wrapper .cart-attribute__field.cart-attribute-delivery-time select {
      height: 38px;
      line-height: 1;
      background-size: 8px;
      background-position: calc(100% - 18px);
      margin-bottom: 25px;
    }
  }
  
  @media screen and (max-width: 980px) {
    .ajax-cart__summary-wrapper .cart-attribute__field {
      margin-top: 17px;
      margin-bottom: 20px;
    }
  }
  
  @media screen and (max-width: 980px) {
    .loading {
      pointer-events: none;
      position: fixed;
      background-color: rgba(255, 255, 255, 0.4);
      top: 0;
      left: 0;
      background-image: url(https://cdn.shopify.com/s/files/1/0528/5330/9597/files/loading.svg?v=1635506893);
      background-repeat: no-repeat;
      background-size: 100px;
      background-position: center;
      width: 100%;
      height: 100%;
      z-index: 10;
    }
  }
  
  .instafeed-lightbox .lightbox-instagram .box-content {
    padding: 10px 20px 0 !important;
  }
  
  /* Modals */
  .modal-editacount {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
  }
  .modal-editacount.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
  }
  .modal-editacount.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    margin: 10rem;
    padding: 5rem;
    border-radius: 0.25rem;
    width: 45%;
    max-height: 75%;
    overflow: auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  }
  .modal-editacount.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
  }
  .modal-editacount.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
  }
  .modal-content h1 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
  }
  .modal-close {
    position: absolute;
    top: 22px;
    right: 48px;
    font-size: 4.75rem;
    padding: 0;
    font-weight: bold;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    user-select: none;
  }
  .modal-close.icn-close::before, .modal-close.icn-close::after{
      border-color:#000;
  }
  .modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
  }
  
  
  /* Animations */
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-3rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0); 
    }
  }
  @keyframes fadeOutUp {
    0% { 
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-3rem);
    }
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale(0.3);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0.3);
    }
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0); 
    }
  }
  @keyframes fadeOutRight {
    0% { 
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }
  
  /* Responsiveness */
  @media(max-width: 992px) {
    html { font-size: 14px; }
    .modal-content { width: 80%; }
  }
  @media(max-width:767px) {
    html { font-size: 12px; }
    .modal-content { padding: 2rem 1rem 1rem 1rem; width: 90%;margin: 0;margin-top: 4rem;}
    .modal-content h1 { margin-bottom: 1.5rem; }
    .modal:nth-of-type(2) .modal-content { padding: 2rem 3rem; }
    .modal:nth-of-type(3) { justify-content: center; }
    .modal:nth-of-type(3) .modal-content { width: 80%; }
    .modal:nth-of-type(5) .modal-content { max-width: 85%; }
    .modal-close{
      top: 10px;
      right: 10px;
    }
  }
  
  .js-cart-count {
    color: #fff;
    -webkit-transform: translate(2px, 0);
            transform: translate(2px, 0);
  }
  
  
  .c-label p{
      font-weight:700;
    margin-bottom:-5px;
  }
  .c-unit{
  position:relative;
  }
  .c-unit .cf-field-description{
      position:absolute;
        top:50%;
    left:100%;
        transform: translate(-25%,-16%);
      width: auto;
  }
  .template-customers-account #account-addresses > .row {
      padding: 0 !important;
  }
  @media screen and (max-width:767px){
    .c-unit .cf-field-description{
        transform:translate(-145%,-16%);
    }
    
    .c-unit input{
        padding-right:35px;
    }
    .template-customers-account #account-addresses > .row {
      padding: 0 20px !important;
  }
      
  }
  
  /*# sourceMappingURL=custom-common.css.map */