@charset "UTF-8";
:root {
  --fz-3: 0.625rem;
  --fz-2: 0.75rem;
  --fz-1: 0.875rem;
  --fz0: clamp(1rem, 1rem + 0vw, 1rem);
  --fz1: clamp(1.125rem, 1.0708rem + 0.2312vw, 1.25rem);
  --fz2: clamp(1.2656rem, 1.1369rem + 0.5491vw, 1.5625rem);
  --fz3: clamp(1.4238rem, 1.1944rem + 0.979vw, 1.9531rem);
  --fz4: clamp(1.6018rem, 1.2378rem + 1.553vw, 2.4414rem);
  --fz5: clamp(1.802rem, 1.2602rem + 2.3116vw, 3.0518rem);
  --fz6: clamp(2.0273rem, 1.2524rem + 3.3062vw, 3.8147rem);
  --fz7: clamp(2.2807rem, 1.2022rem + 4.6015vw, 4.7684rem);
  --fz8: clamp(2.5658rem, 1.0941rem + 6.2792vw, 5.9605rem);
}

/* =========================================================
 商品一覧
========================================================= */
.p-shop-archive {
  padding-bottom: min(150px, 20vw);
}
.p-shop-archive__count {
  margin-bottom: 1.5em;
  text-align: right;
  line-height: 1;
}
.p-shop-archive__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 50px;
}
.p-shop-archive__list a {
  display: block;
  text-decoration: none;
}
.p-shop-card__img {
  width: 100%;
  aspect-ratio: 4/3;
}
.p-shop-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop-card__body {
  padding-top: 1.5em;
}
.p-shop-card__ttl {
  display: -ms-grid;
  display: grid;
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1;
}
.p-shop-card__dpi {
  margin-block: 20px;
  padding-block: 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--fz-1);
  color: #5c5c5c;
  line-height: 1;
}
.p-shop-card__dpi span {
  display: block;
}
.p-shop-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}
.p-shop-card__price .shop-card__price-label {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: var(--fz-1);
}
.p-shop-card__price .woocommerce-Price-amount {
  font-size: 1.125rem;
}
.p-shop-card__price .woocommerce-price-suffix {
  font-size: var(--fz-2);
}

.site-main:has(.p-product-main) .page-ttl .page-ttl__name, .site-main:has(.p-product-main) .page-ttl .page-ttl__en {
  display: none;
}

.site:has(.p-product-main) .site-cta, .site:has(.p-product-main) .site-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .site:has(.p-product-main) .page-contents {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .site:has(.p-product-main) .page-contents {
    padding-top: 50px;
  }
}
.site:has(.p-product-main) .page-contents .container {
  padding-bottom: 150px;
}

/* =========================================================
 商品詳細
========================================================= */
.p-product-main {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 992px) {
  .p-product-main {
    -ms-grid-columns: 40% 40px 1fr;
    grid-template-columns: 40% 1fr;
    -ms-grid-rows: auto 30px 1fr 30px auto;
    grid-template-rows: auto 1fr auto;
    gap: 30px 40px;
  }
  .p-product-main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-main > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-product-main > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-product-main > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .p-product-main > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .p-product-main > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 1200px) {
  .p-product-main {
    gap: 40px 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-product-main {
    gap: 40px 80px;
  }
}
.p-product-main input, .p-product-main select, .p-product-main button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #231815;
}
@media screen and (max-width: 991px) {
  .p-product-body {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-product-body {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-product-body {
    -ms-grid-row-span: 2;
    grid-row: span 2/span 2;
  }
}
.p-product-title {
  font-size: var(--fz3);
  font-weight: 700;
  line-height: 1;
}
.p-product-size {
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-size: var(--fz1);
  font-weight: 700;
}
.p-product-resolution {
  margin-block: 20px;
  padding-block: 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  font-size: var(--fz-1);
  color: #5c5c5c;
  line-height: 1;
}
.p-product-price {
  margin-top: 20px;
}
.p-product-price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
}
.p-product-price span {
  font-size: var(--fz3);
  font-weight: 700;
}
.p-product-price small {
  margin-bottom: 0.2em;
  font-size: var(--fz-1);
}
@media screen and (max-width: 991px) {
  .p-product-anchor {
    margin-top: 30px;
  }
  .p-product-anchor a {
    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;
    width: 200px;
    height: 40px;
    background: rgba(32, 44, 82, 0.1);
    border-radius: 20px;
    font-size: var(--fz-1);
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .p-product-anchor {
    display: none;
  }
}
.p-product-item {
  margin-top: min(40px, 5vw);
}
.p-product-item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
  padding: 1em;
  background: #202c52;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.p-product-item__required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.8em;
  padding-inline: 0.5em;
  background: #fff;
  border-radius: 3px;
  color: #ad0306;
  font-size: var(--fz-2);
  font-weight: 700;
  line-height: 1;
}
.p-product-item__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1 !important;
}
.p-product-item__note a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #ad0306;
  font-weight: 500;
  text-decoration: none;
}
.p-product-item__note .material-icons-outlined {
  font-size: var(--fz1);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.p-product-item__note svg {
  width: 1.2em;
  height: 1.2em;
  fill: #ad0306;
}
@media screen and (max-width: 991px) {
  .p-product-item__upload {
    margin-top: 50px;
  }
}
.p-product-item__upload-note {
  font-size: var(--fz-1);
  color: #ad0306;
  font-weight: 700;
}
.p-product-item__upload #metalprint-image-file {
  width: 100%;
  font-size: var(--fz0);
  line-height: 24px;
}
.p-product-item__upload #metalprint-image-file::-webkit-file-upload-button {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  border: none;
  background: rgba(32, 44, 82, 0.1);
  border-radius: 25px;
  color: #202c52;
  font-size: var(--fz-1);
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__upload #metalprint-image-file::file-selector-button {
  cursor: pointer;
  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;
  width: 200px;
  height: 50px;
  margin-bottom: 10px;
  border: none;
  background: rgba(32, 44, 82, 0.1);
  border-radius: 25px;
  color: #202c52;
  font-size: var(--fz-1);
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 575px) {
  .p-product-item__upload #metalprint-image-file::-webkit-file-upload-button {
    width: -webkit-fit-content;
    width: fit-content;
    padding-inline: 1.5em;
  }
  .p-product-item__upload #metalprint-image-file::file-selector-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 1.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-product-item__upload #metalprint-image-file::-webkit-file-upload-button:hover {
    background: rgba(32, 44, 82, 0.3);
  }
  .p-product-item__upload #metalprint-image-file::file-selector-button:hover {
    background: rgba(32, 44, 82, 0.3);
  }
}
.p-product-item__upload .metalprint-file-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}
.p-product-item__upload .metalprint-file-input button {
  cursor: pointer;
  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;
}
.p-product-item__upload .metalprint-file-input i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-inline: auto;
  border-radius: 100%;
  background: #ad0306;
  font-size: 0;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-product-item__upload .metalprint-file-input i:hover {
    background: rgb(122.8693181818, 2.1306818182, 4.2613636364);
  }
}
.p-product-item__upload .metalprint-file-input i:before, .p-product-item__upload .metalprint-file-input i:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: #fff;
}
.p-product-item__upload .metalprint-file-input i:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-product-item__upload .metalprint-file-input i:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-product-item__upload table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-product-item__upload table th, .p-product-item__upload table td {
  padding: 15px;
}
.p-product-item__upload table th {
  white-space: nowrap;
  font-size: var(--fz-1);
}
.p-product-item__upload table td {
  text-align: right;
}
.p-product-item__upload #metalprint-resolution-consent, .p-product-item__upload .p-product-upload__consent-inline {
  margin-top: 30px;
  padding: 1.5em;
  border-radius: 5px;
  background: rgba(173, 3, 6, 0.1);
}
.p-product-item__upload #metalprint-resolution-consent p, .p-product-item__upload .p-product-upload__consent-inline p {
  margin-bottom: 15px;
  color: #ad0306;
  font-weight: 700;
  line-height: 1.5;
}
.p-product-item__upload .p-product-upload__consent-inline {
  margin-top: 0;
  margin-bottom: 20px;
}
.p-product-item__upload .metalprint-resolution-consent-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-product-item__upload .metalprint-resolution-consent-label input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background: #f6f7f7;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__upload .metalprint-resolution-consent-label input:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  margin-top: -9px;
  margin-left: -4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__upload .metalprint-resolution-consent-label input:checked {
  border-color: #202c52;
  background: #202c52;
}
.p-product-item__upload .metalprint-resolution-consent-label input:checked:before {
  opacity: 1;
}
.p-product-item__upload #metalprint-upload-progress {
  margin-top: 15px;
  padding: 0.8em;
  background: rgba(32, 44, 82, 0.1);
  text-align: center;
  line-height: 1;
}
.p-product-item__color .metalprint-color-field {
  position: relative;
  width: 100%;
  height: min(60px, 14vw);
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 5px;
  z-index: 10;
}
.p-product-item__color .metalprint-color-field:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-bottom: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-product-item__color select {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  font-size: var(--fz0);
  font-family: YakuHanJP, "Inter", "Noto Sans JP", sans-serif;
  line-height: 1;
  z-index: 15;
}
.p-product-item__placement .metalprint-placement-options {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.p-product-item__placement .metalprint-placement-option {
  cursor: pointer;
  padding: 1em;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (hover: hover) and (pointer: fine) {
  .p-product-item__placement .metalprint-placement-option:hover {
    border-color: #202c52;
  }
}
.p-product-item__placement .metalprint-placement-option:has(input:checked) {
  border-color: #202c52;
  background: rgba(32, 44, 82, 0.1);
}
.p-product-item__placement .metalprint-placement-option div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 700;
  line-height: 1;
}
.p-product-item__placement .metalprint-placement-option input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  background: #f6f7f7;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__placement .metalprint-placement-option input:before {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin-top: -5px;
  margin-left: -5px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__placement .metalprint-placement-option input:checked {
  border-color: #202c52;
  background: #202c52;
}
.p-product-item__placement .metalprint-placement-option input:checked:before {
  opacity: 1;
}
.p-product-item__placement .metalprint-placement-option .metalprint-placement-desc {
  display: block;
  margin-top: 1em;
  font-size: var(--fz-1);
}
.p-product-item__option .metalprint-options-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  padding-top: 5px;
  padding-inline: 5px;
}
.p-product-item__option .metalprint-option {
  cursor: pointer;
  position: relative;
}
.p-product-item__option .metalprint-option:before, .p-product-item__option .metalprint-option:after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 10;
}
.p-product-item__option .metalprint-option:before {
  width: 25px;
  aspect-ratio: 1/1;
  background: #202c52;
  border-radius: 100%;
  margin-top: -5px;
  margin-right: -5px;
}
.p-product-item__option .metalprint-option:after {
  width: 6px;
  height: 10px;
  margin-top: 1px;
  margin-right: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .p-product-item__option .metalprint-option:hover .metalprint-option-image {
    border-color: #202c52;
  }
}
.p-product-item__option .metalprint-option:has(input:checked):before, .p-product-item__option .metalprint-option:has(input:checked):after {
  opacity: 1;
}
.p-product-item__option .metalprint-option-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-item__option .metalprint-option-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-item__option .metalprint-option-text {
  display: -ms-grid;
  display: grid;
  margin-top: 8px;
  gap: 5px;
  font-size: var(--fz-1);
}
.p-product-item__option .metalprint-option-price {
  line-height: 1;
}
.p-product-item__option input {
  display: none;
}
.p-product-item__comment textarea {
  width: 100%;
  height: 100px;
  padding: 1em;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: var(--fz0);
  vertical-align: bottom;
}
.p-product-upload__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-block: 20px;
  padding: 0.8em;
  border-radius: 5px;
  font-size: var(--fz-1);
  font-weight: 700;
  line-height: 1 !important;
}
@media screen and (max-width: 575px) {
  .p-product-upload__results {
    line-height: 1.5 !important;
  }
}
.p-product-upload__results i {
  font-size: var(--fz3);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.p-product-upload__results--ok {
  background: #e6f9e6;
}
.p-product-upload__results--ok i {
  color: #228B22;
}
.p-product-upload__results--warn {
  background: #f8f2df;
}
.p-product-upload__results--warn i {
  color: #D4AF37;
}
.p-product-upload__results--error {
  background: #ffe3e4;
}
.p-product-upload__results--error i {
  color: #ad0306;
}
.p-product-upload__attention {
  margin-bottom: 10px !important;
  font-size: var(--fz-1);
  line-height: 1 !important;
}
@media screen and (max-width: 991px) {
  .p-product-spec {
    margin-top: 50px;
  }
}
.p-product-spec th, .p-product-spec td {
  padding: 1em;
  font-size: var(--fz-1);
}
@media screen and (max-width: 575px) {
  .p-product-spec th, .p-product-spec td {
    padding: 10px;
  }
}
.p-product-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  gap: 15px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-product-cart {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .p-product-cart {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}
@media screen and (min-width: 576px) {
  .p-product-cart {
    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;
  }
}
@media screen and (min-width: 768px) {
  .p-product-cart {
    padding-block: 15px;
  }
}
.p-product-cart .metalprint-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: 700;
  line-height: 1;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-product-cart .metalprint-total {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-product-cart .metalprint-total-label {
  font-size: var(--fz-1);
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
}
@media screen and (max-width: 575px) {
  .p-product-cart .metalprint-total-label {
    font-size: var(--fz-2);
  }
}
@media screen and (min-width: 576px) {
  .p-product-cart .metalprint-total-label {
    margin-right: 5px;
  }
}
.p-product-cart .metalprint-total-price {
  font-size: var(--fz3);
}
@media screen and (max-width: 575px) {
  .p-product-cart .metalprint-total-price {
    font-size: var(--fz4);
  }
}
.p-product-cart .metalprint-total-tax {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  font-size: var(--fz-2);
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
}
.p-product-cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  line-height: 1;
}
.p-product-cart .woocommerce-variation-add-to-cart span {
  margin-right: 5px;
  font-size: var(--fz-1);
}
@media screen and (max-width: 575px) {
  .p-product-cart .woocommerce-variation-add-to-cart span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: var(--fz-2);
  }
}
.p-product-cart .metalprint-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-product-cart .metalprint-qty .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 60px;
  border: 1px solid #231815;
  background: #f6f7f7;
  border-radius: 5px;
  font-size: var(--fz0);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .p-product-cart .metalprint-qty .qty {
    height: 50px;
  }
}
.p-product-cart .metalprint-qty .qty::-webkit-inner-spin-button, .p-product-cart .metalprint-qty .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.p-product-cart .metalprint-qty-btn {
  cursor: pointer;
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  border: 1px solid #231815;
  border-radius: 100%;
}
.p-product-cart .metalprint-qty-minus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background: #231815;
}
.p-product-cart .metalprint-qty-minus.is-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.p-product-cart .metalprint-qty-plus:before, .p-product-cart .metalprint-qty-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background: #231815;
}
.p-product-cart .metalprint-qty-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-product-cart .single_add_to_cart_button {
  cursor: pointer;
  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;
  height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #ad0306;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  .p-product-cart .single_add_to_cart_button {
    padding-inline: 1.5em;
    font-size: var(--fz-1);
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-product-cart .single_add_to_cart_button {
    padding-inline: 2em;
  }
}
@media screen and (max-width: 575px) {
  .p-product-cart .single_add_to_cart_button {
    height: 50px;
  }
}
.p-product-cart .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  color: #ccc;
  background: #efefef;
}
@media screen and (max-width: 991px) {
  .p-product-back {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-product-back {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
  }
}
.p-product-back__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .p-product-back__btn {
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-product-back__btn {
    margin-left: auto;
  }
}
.p-product-back__btn i {
  font-size: 1.8em;
}
.p-product-gallery__thumbs {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 5px;
  margin-top: 15px;
}
.p-product-gallery__thumb {
  opacity: 0.3;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-product-gallery__thumb.is-active {
  opacity: 1;
}
.p-product-gallery__thumb button {
  cursor: pointer;
  aspect-ratio: 1/1;
}
.p-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================================
 買い物かご
========================================================= */
#cart-page .page-contents .container {
  padding-bottom: min(150px, 20vw);
}

.woocommerce .woocommerce-cart-form .product-thumbnail {
  display: none;
}
.woocommerce .woocommerce-cart-form .shop_table {
  border: none;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce .woocommerce-cart-form .shop_table th, .woocommerce .woocommerce-cart-form .shop_table td {
  border: none;
  background: none !important;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-cart-form .shop_table th, .woocommerce .woocommerce-cart-form .shop_table td {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table th, .woocommerce .woocommerce-cart-form .shop_table td {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce .woocommerce-cart-form .shop_table th, .woocommerce .woocommerce-cart-form .shop_table td {
    padding: 30px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table thead th {
  padding-block: 15px;
  padding-inline: 0;
  background: #F0F0F0 !important;
  font-size: var(--fz-1);
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-child) th, .woocommerce .woocommerce-cart-form .shop_table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table tbody td {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table th.product-remove, .woocommerce .woocommerce-cart-form .shop_table th.product-name, .woocommerce .woocommerce-cart-form .shop_table th.product-quantity, .woocommerce .woocommerce-cart-form .shop_table td.product-remove, .woocommerce .woocommerce-cart-form .shop_table td.product-name, .woocommerce .woocommerce-cart-form .shop_table td.product-quantity {
    border-right: 1px solid #d9d9d9;
  }
}
.woocommerce .woocommerce-cart-form .shop_table td.product-subtotal {
  text-align: right;
}
.woocommerce .woocommerce-cart-form .shop_table td:not(.product-remove):not(.product-name) {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table tr.cart_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
        grid-template-areas: "remove name" "quantity quantity" "subtotal subtotal";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .woocommerce .woocommerce-cart-form .shop_table tr.cart_item:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-remove {
    grid-area: remove;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-remove {
    width: 50px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .product-remove .remove {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin-inline: auto;
  border-radius: 100%;
  background: #ad0306;
  font-size: 0;
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .woocommerce-cart-form .shop_table .product-remove .remove:hover {
    background: rgb(122.8693181818, 2.1306818182, 4.2613636364);
  }
}
.woocommerce .woocommerce-cart-form .shop_table .product-remove .remove:before, .woocommerce .woocommerce-cart-form .shop_table .product-remove .remove:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: #fff;
}
.woocommerce .woocommerce-cart-form .shop_table .product-remove .remove:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.woocommerce .woocommerce-cart-form .shop_table .product-remove .remove:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-name {
    grid-area: name;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-name:before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-name {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .product-name a {
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-name a {
    font-size: 1.125rem;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  margin-top: 10px;
  opacity: 0.8;
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl dt, .woocommerce .woocommerce-cart-form .shop_table .product-name dl dd {
  display: block;
  font-size: var(--fz-1);
  line-height: 1.5;
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl dt.variation-resolution, .woocommerce .woocommerce-cart-form .shop_table .product-name dl dd.variation-resolution {
  margin-top: -5px;
  font-size: var(--fz-2);
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl dt {
  float: none;
  margin-right: 0;
}
.woocommerce .woocommerce-cart-form .shop_table .product-name dl dt:after {
  display: none;
}
.woocommerce .woocommerce-cart-form .shop_table .product-name .p-cart-item__price {
  margin-top: 15px;
  font-size: var(--fz1);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
    grid-area: quantity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
    padding-top: 15px;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-quantity:before {
    content: attr(data-title) " ：";
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
    grid-area: subtotal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 10px;
    padding-top: 15px;
    line-height: 1;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-subtotal span {
    font-size: var(--fz1);
    font-weight: 700;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-subtotal:before {
    content: attr(data-title) " ：";
  }
}
@media screen and (max-width: 767px){
  .woocommerce .woocommerce-cart-form .shop_table .product-remove {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .woocommerce .woocommerce-cart-form .shop_table .product-subtotal {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .actions {
  padding-inline: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    padding-top: 25px;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-cart-form .shop_table .actions .coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .actions .coupon:before, .woocommerce .woocommerce-cart-form .shop_table .actions .coupon:after {
  display: none;
}
.woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
  width: 200px;
  height: 50px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: var(--fz0);
  text-align: center;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .shop_table .actions button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 50px;
  padding-inline: 1.5em;
  border-radius: 5px;
  background: #ad0306;
  color: #fff;
  font-size: var(--fz-1);
}
.woocommerce .woocommerce-cart-form .shop_table .actions button[name=update_cart] {
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-cart-form .shop_table .actions button[name=update_cart] {
    width: 100% !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .woocommerce-cart-form .shop_table .actions button[name=update_cart]:disabled:hover {
    background: #ad0306;
    color: #fff;
  }
}
.woocommerce .woocommerce-cart-form .metalprint-qty {
  gap: 5px;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
        grid-template-areas: "qty qty" "minus plus";
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
        grid-template-areas: "minus qty plus";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty .quantity {
    grid-area: qty;
  }
}
.woocommerce .woocommerce-cart-form .metalprint-qty .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 50px;
  border: 1px solid #d9d9d9;
  background: #f6f7f7;
  border-radius: 5px;
  font-size: var(--fz0);
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty .qty {
    height: 40px;
  }
}
.woocommerce .woocommerce-cart-form .metalprint-qty .qty::-webkit-inner-spin-button, .woocommerce .woocommerce-cart-form .metalprint-qty .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce .woocommerce-cart-form .metalprint-qty-btn {
  cursor: pointer;
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  border: 1px solid #231815;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty-minus {
    grid-area: minus;
  }
}
.woocommerce .woocommerce-cart-form .metalprint-qty-minus:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background: #231815;
}
.woocommerce .woocommerce-cart-form .metalprint-qty-minus.is-disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
@media screen and (max-width: 991px) {
  .woocommerce .woocommerce-cart-form .metalprint-qty-plus {
    grid-area: plus;
  }
}
@media screen and (max-width: 991px){
  .woocommerce .woocommerce-cart-form .metalprint-qty .quantity {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .woocommerce .woocommerce-cart-form .metalprint-qty-minus {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .woocommerce .woocommerce-cart-form .metalprint-qty-plus {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 767px){
  .woocommerce .woocommerce-cart-form .metalprint-qty .quantity {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .woocommerce .woocommerce-cart-form .metalprint-qty-minus {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .woocommerce .woocommerce-cart-form .metalprint-qty-plus {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.woocommerce .woocommerce-cart-form .metalprint-qty-plus:before, .woocommerce .woocommerce-cart-form .metalprint-qty-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  margin-left: -4px;
  background: #231815;
}
.woocommerce .woocommerce-cart-form .metalprint-qty-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.woocommerce .cart-collaterals {
  padding-bottom: 205px;
}
@media screen and (max-width: 767px) {
  .woocommerce .cart-collaterals {
    padding-bottom: 165px;
  }
}
.woocommerce .cart_totals {
  float: none !important;
  position: relative;
  padding: 40px;
  background: #f6f7f7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .woocommerce .cart_totals {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .cart_totals {
    width: 100% !important;
  }
}
@media screen and (min-width: 576px) {
  .woocommerce .cart_totals {
    width: 450px !important;
    margin-left: auto;
  }
}
.woocommerce .cart_totals h2 {
  margin-bottom: 1em;
  font-size: var(--fz1);
  font-weight: 700;
  line-height: 1;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  width: 100%;
  -webkit-transform: translateY(calc(100% + 30px));
          transform: translateY(calc(100% + 30px));
}
.woocommerce .cart_totals .wc-proceed-to-checkout a {
  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;
  width: 100% !important;
  height: 80px;
  border-radius: 5px;
  background: #202c52;
  color: #fff;
  font-size: var(--fz1);
}
@media screen and (max-width: 767px) {
  .woocommerce .cart_totals .wc-proceed-to-checkout a {
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .cart_totals .wc-proceed-to-checkout a:hover {
    background: rgb(17.6842105263, 24.3157894737, 45.3157894737);
    color: #fff;
  }
}
.woocommerce .cart_totals .wc-proceed-to-checkout a.metalprint-continue-shopping {
  background: #999;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .cart_totals .wc-proceed-to-checkout a.metalprint-continue-shopping:hover {
    background: #777;
    color: #fff;
  }
}
.woocommerce .cart_totals .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce .cart-collaterals table {
  margin-bottom: 0;
  border: none;
  border-top: 1px solid #d9d9d9;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce .cart-collaterals th, .woocommerce .cart-collaterals td {
  padding: 0 !important;
  padding-block: 20px !important;
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background-color: transparent !important;
}
.woocommerce .cart-collaterals th {
  padding-right: 20px;
}
.woocommerce .cart-collaterals td {
  text-align: right;
}
.woocommerce .cart-collaterals .order-total strong {
  font-size: var(--fz1);
}
.woocommerce .cart-collaterals .order-total small {
  font-size: var(--fz-2);
}
.woocommerce .woocommerce-message {
  padding: 0;
  background: none;
  border: none;
  font-size: var(--fz1);
  font-weight: 700;
  text-align: center;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-message:after {
  display: none;
}
.woocommerce .woocommerce-message a {
  float: none !important;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: 60px;
  margin-top: 30px;
  margin-inline: auto;
  padding-inline: 2em;
  border-radius: 5px;
  background: #202c52;
  color: #fff;
  font-size: var(--fz1);
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-message a {
    height: 50px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .woocommerce-message a:hover {
    background: rgb(17.6842105263, 24.3157894737, 45.3157894737);
    color: #fff;
  }
}
.woocommerce .wc-empty-cart-message .cart-empty {
  padding: 0;
  background: none;
  border: none;
  font-size: var(--fz1);
  font-weight: 700;
  text-align: center;
}
.woocommerce .wc-empty-cart-message .cart-empty:before, .woocommerce .wc-empty-cart-message .cart-empty:after {
  display: none;
}
.woocommerce .return-to-shop a {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: 80px;
  margin-inline: auto;
  padding-inline: 2em;
  border-radius: 5px;
  background: #202c52;
  color: #fff;
  font-size: var(--fz1);
}
@media screen and (max-width: 767px) {
  .woocommerce .return-to-shop a {
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce .return-to-shop a:hover {
    background: rgb(17.6842105263, 24.3157894737, 45.3157894737);
    color: #fff;
  }
}

/* =========================================================
 レジ
========================================================= */
#checkout-page .page-contents .container {
  padding-bottom: min(150px, 20vw);
}
#checkout-page .woocommerce form[name=checkout] input {
  cursor: pointer;
  width: 100%;
  height: min(60px, 13vw);
  padding: 1em;
  border: 1px solid #d9d9d9;
  background: #f6f7f7;
  border-radius: 5px;
  font-size: var(--fz0);
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -webkit-transition: border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) select {
  cursor: pointer;
  height: 0 !important;
  border: none !important;
  background: none;
  vertical-align: middle;
  -webkit-appearance: button !important;
     -moz-appearance: button !important;
          appearance: button !important;
  padding-left: 1em !important;
  font-size: 0;
  -webkit-appearance: none;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) select::-ms-expand {
  display: none;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) {
  position: relative;
  display: block;
  width: 100%;
  height: min(60px, 13vw);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  background: #f6f7f7;
  z-index: 10;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  z-index: 20;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) select {
  padding: 0 !important;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) .select2-container {
  display: block !important;
  height: 100% !important;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) .select2-container .selection {
  height: 100%;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) .select2-container .select2-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) .select2-container .select2-selection .select2-selection__rendered {
  padding: 1em;
}
#checkout-page .woocommerce form[name=checkout] p:not(#billing_country_field):not(#shipping_country_field) .woocommerce-input-wrapper:has(select) .select2-container .select2-selection__arrow {
  display: none;
}
#checkout-page .woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}
#checkout-page .woocommerce-checkout #payment .form-row {
  padding: 0;
  margin: 0;
}

.wp-block-woocommerce-checkout {
  padding-top: 0;
}

.site:has(.p-checkout-layout) {
  overflow: visible;
}

.p-checkout-layout {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 992px) {
  .p-checkout-layout {
    -ms-grid-columns: 1fr 450px;
    grid-template-columns: 1fr 450px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-checkout-layout__main {
  display: -ms-grid;
  display: grid;
  gap: 50px;
}
.p-checkout-layout__main input[type=radio], .p-checkout-layout__main input[type=checkbox] {
  display: none;
}
.p-checkout-layout__main label:has(input[type=radio]), .p-checkout-layout__main label:has(input[type=checkbox]) {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-checkout-layout__main label:has(input[type=radio]) span, .p-checkout-layout__main label:has(input[type=checkbox]) span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1;
}
.p-checkout-layout__main label:has(input[type=radio]):before, .p-checkout-layout__main label:has(input[type=radio]):after, .p-checkout-layout__main label:has(input[type=checkbox]):before, .p-checkout-layout__main label:has(input[type=checkbox]):after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-checkout-layout__main label:has(input[type=radio]):before, .p-checkout-layout__main label:has(input[type=checkbox]):before {
  position: absolute;
  opacity: 0;
  z-index: 2;
}
.p-checkout-layout__main label:has(input[type=radio]):after, .p-checkout-layout__main label:has(input[type=checkbox]):after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  left: 0;
  width: 30px;
  aspect-ratio: 1/1;
  border: solid 1px #d9d9d9;
  background: #f6f7f7;
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 1;
}
.p-checkout-layout__main label:has(input[type=radio]):hover:after, .p-checkout-layout__main label:has(input[type=checkbox]):hover:after {
  border-color: #202c52;
}
.p-checkout-layout__main label:has(input[type=radio]).selected:after, .p-checkout-layout__main label:has(input[type=checkbox]).selected:after {
  border-color: #202c52;
  background: #202c52;
}
.p-checkout-layout__main label:has(input[type=radio]).selected:before, .p-checkout-layout__main label:has(input[type=checkbox]).selected:before {
  opacity: 1;
}
.p-checkout-layout__main label:has(input[type=radio]):has(input:checked):before, .p-checkout-layout__main label:has(input[type=checkbox]):has(input:checked):before {
  border-color: #fff;
  opacity: 1;
}
.p-checkout-layout__main label:has(input[type=radio]):has(input:checked):after, .p-checkout-layout__main label:has(input[type=checkbox]):has(input:checked):after {
  border-color: #202c52;
  background: #202c52;
}
.p-checkout-layout__main label:has(input[type=radio]):before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #202c52;
}
.p-checkout-layout__main label:has(input[type=radio]):after {
  border-radius: 100%;
}
.p-checkout-layout__main label:has(input[type=radio]:checked):before {
  background: #fff;
}
.p-checkout-layout__main label:has(input[type=checkbox]):before {
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 14px;
  margin-left: 10px;
  margin-top: -8px;
  border-right: 3px solid #202c52;
  border-bottom: 3px solid #202c52;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .p-checkout-layout__side {
    position: sticky;
    top: 100px;
    right: 0;
  }
}
.p-checkout-layout__side .metalprint-checkout-place-order {
  margin-top: 40px;
}
.p-checkout-layout__side .metalprint-checkout-place-order button {
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  float: none !important;
  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;
  width: 100% !important;
  height: 80px;
  border-radius: 5px;
  background: #ad0306 !important;
  color: #fff;
  font-size: var(--fz1);
}
@media screen and (max-width: 767px) {
  .p-checkout-layout__side .metalprint-checkout-place-order button {
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-checkout-layout__side .metalprint-checkout-place-order button:hover {
    background: rgb(122.8693181818, 2.1306818182, 4.2613636364) !important;
    color: #fff;
  }
}
.p-checkout-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 0.8em;
  font-size: var(--fz2);
  font-weight: 700;
  line-height: 1;
}
.p-checkout-label__icon {
  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;
  width: 4em;
  height: 2em;
  border-radius: 3px;
  background: #ad0306;
  color: #fff;
  font-size: var(--fz-2);
  font-weight: 700;
  line-height: 1;
}
.p-checkout-shipping {
  margin-top: 20px;
}
.p-checkout-review {
  position: relative;
  padding: 40px;
  background: #f6f7f7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-checkout-review {
    padding: 30px;
  }
}
.p-checkout-review__ttl {
  margin-bottom: 0.8em;
  font-size: var(--fz2);
  font-weight: 700;
  line-height: 1;
}
.p-checkout-review__row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 1fr 0 auto;
  grid-template-columns: 1fr auto;
  gap: 15px 0;
}
.p-checkout-review__row--total {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.p-checkout-review__row--total dt {
  font-size: var(--fz0);
  font-weight: 700;
}
.p-checkout-review__row--total dd strong {
  margin-right: -5px;
  font-size: var(--fz2);
  letter-spacing: 0.05em;
}
.p-checkout-review__row--total dd small {
  font-size: var(--fz-2);
}
.p-checkout-review__row dt, .p-checkout-review__row dd {
  line-height: 1;
}
.p-checkout-review__label {
  font-size: var(--fz-1);
}
.p-checkout-review__value {
  font-size: 1.125rem;
  text-align: right;
}
.p-checkout-use ul, .p-checkout-customer-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.p-checkout-customer-type__grid {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.p-checkout-customer-type__grid.is-show {
  margin-top: 20px;
}
.p-checkout-customer-type__grid .form-row {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}
.p-checkout-customer-type__grid .form-row label {
  line-height: 1 !important;
}
.p-checkout-billing h3 {
  margin-bottom: 0.8em;
  font-size: var(--fz2);
  font-weight: 700;
  line-height: 1;
}
.p-checkout-payment__ttl {
  margin-bottom: 0.8em;
  font-size: var(--fz2);
  font-weight: 700;
  line-height: 1;
}
.p-checkout-payment .payment_methods {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.p-checkout-payment .payment_methods li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.p-checkout-payment .payment_methods li:has(input:checked) label:before {
  opacity: 1;
}
.p-checkout-payment .payment_methods li:has(input:checked) label:after {
  border-color: #202c52;
  background: #202c52;
}
.p-checkout-payment .payment_methods label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  padding-left: calc(30px + 1em + 10px);
  height: calc(30px + 2em);
  -webkit-transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: background 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  line-height: 1;
}
.p-checkout-payment .payment_methods label:before, .p-checkout-payment .payment_methods label:after {
  content: "";
  position: absolute;
  display: block;
}
.p-checkout-payment .payment_methods label:before {
  top: 1em;
  left: 1em;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.p-checkout-payment .payment_methods label:after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  top: 1em;
  left: 1em;
  width: 30px;
  aspect-ratio: 1/1;
  border: solid 1px #d9d9d9;
  background: #f6f7f7;
  border-radius: 100%;
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: background 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53), border 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 1;
}
.p-checkout-payment .payment_methods .payment_box {
  padding-inline: 1em;
  padding-bottom: 1em;
}
.p-checkout-payment .payment_methods .payment_box p {
  font-size: var(--fz-1);
}
.p-checkout-agree h2 + p {
  margin-bottom: 1em;
  font-weight: 700;
}
.p-checkout-agree ol {
  display: -ms-grid;
  display: grid;
  gap: 1em;
  padding: min(40px, 5vw);
  border: 1px solid #d9d9d9;
  counter-reset: calc-ex9;
}
.p-checkout-agree ol li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  counter-increment: calc-ex9;
  line-height: 1.6;
}
.p-checkout-agree ol li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  content: counter(calc-ex9) ".";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.p-checkout-agree ol li ol {
  margin-block: 0.5em;
  padding: 0;
  border: none;
}
.p-checkout-agree ol li ol li:before {
  content: "（" counter(calc-ex9) "）";
}
.p-checkout-agree .form-row {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  margin-top: 20px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}
.p-checkout-back__cart {
  margin-top: 1.5em;
  text-align: center;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce .woocommerce-order-details__title {
  margin-bottom: 0.8em;
  font-size: var(--fz2);
  font-weight: 700;
}
.woocommerce .woocommerce-order-details .shop_table {
  border-radius: 0;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table {
    border-bottom: none;
  }
}
.woocommerce .woocommerce-order-details .shop_table th, .woocommerce .woocommerce-order-details .shop_table td {
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-order-details .shop_table th, .woocommerce .woocommerce-order-details .shop_table td {
    font-size: var(--fz-1);
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table th, .woocommerce .woocommerce-order-details .shop_table td {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table thead {
    display: none;
  }
}
.woocommerce .woocommerce-order-details .shop_table thead th {
  text-align: center;
}
.woocommerce .woocommerce-order-details .shop_table tbody .product-total {
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-order-details .shop_table tbody .product-total {
    font-size: var(--fz0);
  }
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table tbody .product-total {
    border-top: 1px dotted color-mix(in srgb, currentColor 20%, transparent);
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-order-details .shop_table tbody .product-total {
    font-size: var(--fz1);
  }
}
.woocommerce .woocommerce-order-details .shop_table tfoot th {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot th {
    border-bottom: 1px dotted color-mix(in srgb, currentColor 20%, transparent);
  }
}
.woocommerce .woocommerce-order-details .shop_table tfoot td {
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot td {
    border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot .woocommerce-Price-amount {
    font-size: var(--fz0);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot .woocommerce-Price-amount {
    font-size: var(--fz1);
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot .includes_tax {
    font-size: var(--fz-2);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot .includes_tax {
    font-size: var(--fz-1);
  }
}
.woocommerce .woocommerce-order-details .shop_table tfoot .includes_tax .woocommerce-Price-amount {
  font-size: var(--fz-1);
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-order-details .shop_table tfoot .includes_tax .woocommerce-Price-amount {
    font-size: var(--fz-2);
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 0.8em;
  font-weight: 700;
  font-size: var(--fz0);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .woocommerce .woocommerce-customer-details .addresses {
    display: -ms-grid;
    display: grid;
    gap: 30px;
  }
}
.woocommerce .woocommerce-customer-details address {
  padding: min(30px, 5vw);
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

/* =========================================================
 画像アップロード中 操作禁止
========================================================= */
#metalprint-upload-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.85);
  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;
  pointer-events: all;
}

.metalprint-upload-overlay__inner {
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  padding: 16px 24px;
  border-radius: 999px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

html.metalprint-upload-lock,
body.metalprint-upload-lock {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
}

/* =========================================================
 Japanized for WooCommerce：銀行振込アイコン削除
========================================================= */
.payment_method_bankjp img {
  display: none !important;
}

/* =========================================================
 完了画面
========================================================= */
.p-thankyou-message {
  margin-bottom: 30px;
  line-height: 2;
}
.p-thankyou-btn {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  height: 80px;
  margin-inline: auto;
  padding-inline: 2em;
  border-radius: 5px;
  background: #202c52;
  color: #fff;
  font-size: var(--fz1);
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
  .p-thankyou-btn {
    height: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-thankyou-btn:hover {
    background: rgb(17.6842105263, 24.3157894737, 45.3157894737);
    color: #fff;
  }
}
.p-thankyou-btn__wrap {
  margin-top: min(60px, 8vw);
}