.template-product,
.template-product .Product__GroupBuy {
  .c-content {
    .b-productmeta-01 {
      /*common*/
      p {
        letter-spacing: 0.1em;
      }
      .fs18 {
        font-size: 18px;
        @media screen and (max-width: 768px) {
          font-size: 14px;
        }
      }
      .iblock {
        display: inline-block;
      }
      .mt50 {
        margin-top: 50px;
        @media screen and (max-width: 768px) {
          margin-top: 30px;
        }
      }
      .mt100 {
        margin-top: 100px;
        @media screen and (max-width: 768px) {
          margin-top: 50px;
        }
      }
      .mb50 {
        margin-bottom: 50px;
        @media screen and (max-width: 768px) {
          margin-bottom: 30px;
        }
      }
      .mb100 {
        margin-bottom: 100px;
        @media screen and (max-width: 768px) {
          margin-bottom: 50px;
        }
      }

      /*box*/
      .b-productmeta-imgcol-01 {
        table {
          width: 100%;
          margin-bottom: 0;
          tr {
            th,
            td {
              padding-bottom: 50px;
            }
            td {
              width: 50%;
              vertical-align: middle;
            }
          }
        }
      }
      .b-productmeta-imgcol-02 {
        a {
          text-decoration: none;
          transition: all 0.3s ease;
          &:hover {
            opacity: 0.6;
          }
        }
        table {
          width: 100%;
          margin-bottom: 0;
          tr {
            td {
              width: 50%;
              padding-bottom: 50px;
              p {
                margin-bottom: 0;
              }
              img {
                margin-bottom: 30px;
              }
              .circle-img {
                display: flex;
                align-items: center;
                justify-content: center;
                aspect-ratio: 1 / 1;
                max-width: min(300px, 96%);
                margin: 0 auto 20px;
                padding: 10%;
                border-radius: 50%;
                background: #fff;
                @media screen and (max-width: 768px) {
                  max-width: min(200px, 96%);
                }
                img {
                  aspect-ratio: 1 / 1;
                  border-radius: 50%;
                  object-fit: contain;
                  margin: 0;
                }
              }
            }
          }
        }
      }
      .b-productmeta-bg-01 {
        .TableWrapper table,
        table {
          margin-bottom: 0;
          tr {
            display: flex;
            width: 100%;
            background: #fff;
            padding: 50px 60px;
            margin-bottom: 10px;
            @media screen and (max-width: 768px) {
              padding: 20px 0 30px;
            }
            td {
              @media screen and (max-width: 768px) {
                padding-right: 20px;
                padding-left: 20px;
              }
              &:nth-child(1) {
                flex: 1;
              }
              &:nth-child(2) {
                width: 179px;
              }
            }
          }
        }
      }
      .b-productmeta-bg-02 {
        padding: 30px 40px 50px;
        background: #fff;
        @media screen and (max-width: 768px) {
          padding: 30px 20px;
        }
        table {
          @media screen and (max-width: 768px) {
            padding: 0 30px;
          }
          tr {
            td {
              @media screen and (max-width: 768px) {
                padding: 0 20px;
              }
            }
          }
        }
      }
      .b-productmeta-col-01 {
        a {
          text-decoration: none;
          transition: all 0.3s ease;
          &:hover {
            opacity: 0.6;
          }
        }
        table {
          width: 100%;
          margin-bottom: 0;
          tr {
            td {
              text-align: center;
              padding-bottom: 30px;
              &[colspan="2"] {
                padding-right: 0;
                & > table {
                  tr {
                    td {
                      &:nth-child(1) {
                        padding-bottom: 0;
                        padding-right: 0;
                      }
                      &:nth-child(2) {
                        padding: 0;
                      }
                    }
                  }
                }
              }
            }
          }
        }
        .u-productmeta-title-01 {
          text-align: center;
        }
      }

      /*unit*/
      .u-productmeta-title-01 {
        text-align: left;
        margin-bottom: 10px;
        font-family: TazuganeMedium, Yu Gothic, Hiragino Kakugo Pro W6;
        font-weight: 500;
        line-height: 1.7;
        white-space: normal;
        @media screen and (max-width: 768px) {
          letter-spacing: 0.1em;
        }
      }
      .u-productmeta-title-02 {
        text-align: left;
        font-family: TazuganeMedium, Yu Gothic, Hiragino Kakugo Pro W6;
        font-weight: 500;
        line-height: 1.7;
        white-space: normal;
        @media screen and (max-width: 768px) {
          letter-spacing: 0.1em;
        }
        .title-sub {
          display: inline-block;
          font-size: 14px;
          color: #a1a1a1;
          letter-spacing: 0.1em;
        }
      }
      .u-productmeta-list-01 {
        ul {
          display: block;
          li {
            position: relative;
            display: block;
            height: inherit;
            padding: 0 0 0 1em;
            margin-top: 0.5em;
            background: none;
            font-family: TazuganeBook, "Yu Gothic", "Hiragino Kakugo Pro W3";
            color: #222;
            &::before {
              content: "・";
              position: absolute;
              left: 0;
              display: inline-flex;
              width: 1em;
            }
            span:first-child {
              display: none;
            }
          }
        }
      }
      .u-cartbtn-01 {
        text-align: center;
        input[type="submit"] {
          position: relative;
          display: inline-block;
          width: min(390px, 90%);
          text-align: center;
          border-radius: 100px;
          letter-spacing: 1.4px;
          line-height: 43px;
          font-size: 14px;
          font-family: TazuganeRegular;
          font-weight: 400;
          color: #fff;
          border: solid 1px #4ba53a;
          background-color: #4ba53a;
          transition: .5s;
          cursor: pointer;
          &:hover {
            opacity: 0.6;
          }
        }
      }
      .u-hr-01 {
        margin: 100px 0;
        border: 0;
        border-top: 1px solid #e1e0e0;
        @media screen and (max-width: 768px) {
          margin: 50px 0;
        }
      }
    }
    .b-wrapper-01 {
      @media screen and (max-width: 930px) {
        padding-left: 30px;
        padding-right: 30px;
        p,
        ul,
        ol,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
          padding-left: 0;
          padding-right: 0;
        }
        .TableWrapper {
          margin-left: 0;
          margin-right: 0;
          table,
          table tr td {
            padding-left: 0;
            padding-right: 0;
          }
        }
      }
    }
  }
  .u-product-btn-01 {
    margin-top: 10px;
    .btn-inner {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 50px);
      min-height: 45px;
      border-radius: 45px;
      border: 1px solid #111;
      color: #fff;
      background: #111;
      text-decoration: none !important;
      font-size: 14px;
      transition: all 0.3s ease;
      &:hover {
        opacity: 1;
        background: #fff;
        color: #111;
      }
    }
    &.is-related {
      .btn-inner {
        width: 100%;
      }
    }
    & + button.ProductForm__AddToCart {
      margin-top: 10px;
    }
    & + .c-group-btn__custom,
    & + .ProductForm__BuyButtons {
      margin-top: -15px;
    }
    & + .ProductForm__AddToCart {
      margin-top: 10px !important;
    }
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
  width: 100% !important;
}
body #swym-plugin #swym-anchor[data-position=bottom-right] {
  bottom: 20px;
  right: 20px;
  @media screen and (max-width: 930px) {
    bottom: 15px;
    right: 15px;
  }
}

.iblock {
  display: inline-block;
}

.b-locksmith-error-01 {
  max-width: 1100px;
  margin: 100px auto -50px;
  padding: 0 30px;
}

.b-chart-01 {
  padding: 10px;
  background: #fff;
  @media screen and (max-width: 960px) {
    overflow: scroll hidden;
  }
  .chart-wrap {
    display: grid;
    grid-template-columns: 120px repeat(auto-fit, minmax(100px, 1fr));
    font-size: 13px;
    @media screen and (max-width: 960px) {
      min-width: 960px;
    }
    .chart-inner {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 100;
      text-decoration: none;
      .head-inner,
      .body-inner {
        display: block;
        text-align: center;
        place-content: center;
        padding: 10px 5px;
        border-bottom: 1px solid #d9d9d9;
        line-height: 1.5;
        &:last-child {
          border-bottom: 0;
        }
      }
      &.chart-head {
        left: -10px;
        position: sticky;
        z-index: 1;
        background: #fff;
        .head-inner {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          font-weight: 600;
          .head-fix {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            & + .label {
              width: 100%;
            }
            &.head-tech {
              display: flex;
              align-items: center;
              width: 20px;
              &.first{
                z-index: 2;
                background: #fff;
              }
              & + .label {
                padding-left: 20px;
              }
            }
          }
        }
      }
      &.chart-body {
        border-left: 1px solid #d9d9d9;
        font-size: 11px;
        letter-spacing: 0;
        .body-inner {
          &.body-oven,
          &.body-code {
            font-size: 13px;
            font-weight: 600;
          }
          &.body-title{
            font-size: 12px;
          }
          &.body-img {
            img {
              width: 100px;
            }
          }
        }
      }
    }
    a:hover {
      opacity: 0.8;
    }
  }
}

.template-product .Product__GroupBuy .u-fixbtn-01,
.u-fixbtn-01 {
  position: fixed;
  z-index: 50;
  bottom: 80px;
  right: 20px;
  display: flex;
  gap: 10px;
  transition: all 0.3s ease;
  @media screen and (min-width: 931px) {
    flex-direction: column;
  }
  @media screen and (max-width: 930px) {
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px;
  }
  .btn-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 45px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    background: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0;
    padding: 5px 20px;
    @media screen and (max-width: 768px) {
      min-width: calc(50% - 5px);
      min-height: 40px;
      font-size: 12px;
    }
    &:hover {
      background: #fff;
      color: #000000;
    }
    &.btn-green {
      background: #4ba539;
      border-color: #4ba539;
      &:hover {
        background: #fff;
        color: #000000;
      }
    }
  }
}
.u-price-official-01 {
  color: #111111;
  &::after {
    content: "\2193";
    display: block;
    transform: scaleY(1.5);
    margin: 10px 5px;
    font: normal 400 1em HelveticaNowText-Regular, HelveticaNowTextRegular, TazuganeGothicStdN-Book, TazuganeBook, Helvetica, Arial;
    font-size: 12px;
  }
  .official-label {
    margin-right: 10px;
  }
  .official-price {}
}
.u-badge-limited-01 {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #111;
  border-radius: 50%;
  font: normal 500 1em TazuganeGothicStdN-Medium, TazuganeMedium, Yu Gothic, Hiragino Kakugo Pro W6;
  font-size: 12px;
  color: #111;
  line-height: 1.2;
}
.u-badge-limited-02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 5px;
  .badge-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #111;
    border-radius: 50%;
    font: normal 500 1em TazuganeGothicStdN-Medium, TazuganeMedium, Yu Gothic, Hiragino Kakugo Pro W6;
    font-size: 12px;
    color: #111;
    line-height: 1.2;
  }
}

shop-pay-wallet-button {
  display: none;
}
#more-payment-options-link.shopify-payment-button__button {
  text-decoration: none;
}

.c-custom-search-bar__linkToAfterParts.link-fpsc {
  top: 420%;
  @media screen and (max-width: 930px) {
    margin-top: 10px;
  }
}
.template-search .p-custom-category .c-custom-search-bar {
  margin-bottom: 150px;
}

.ProductMeta__Description_chart {
  margin-top: 100px;
}

.SignUp form {
  padding-bottom: 100px;
  .cf-field input:not([type=checkbox]):not([type=radio])::placeholder {
    color: #999;
  }
  .cf-field input:not([type=checkbox]):not([type=radio]):focus,
  .cf-field select:focus {
    border-color: #4ba53a;
  }
  .cf-field label:after,
  .c-label:after {
    content: "※必須";
    vertical-align: baseline;
    width: 4em;
    height: 1em;
    font-size: 13px;
    color: #4ba53a;
    background: transparent;
  }
}
