@charset "UTF-8";
/*!
Theme Name: wakakusa-ec
Description: wakakusa-ecの専用テーマ
Theme URI: 
Author: shimizu
Author URI: 
Template: cocoon-master
Version:    1.1.3
*/
/****************************************

Break Point Settings

****************************************/
/* Visivility depends on the device */
.pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}

.container.wrap.cf {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1400px) {
  .container.wrap.cf {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1023px) {
  .container.wrap.cf {
    width: 90%;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.grecaptcha-badge {
  visibility: hidden;
}

.products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: clamp(12px, 1.2vw, 18px);
}

@media screen and (max-width: 1023px) {
  .products {
    font-size: clamp(12px, 1.4vw, 14px);
  }
}

@media screen and (max-width: 769px) {
  .products {
    font-size: clamp(13px, 2.34vw, 18px);
  }
}

.products.columns-4 {
  gap: 6em 4.8%;
}

@media screen and (max-width: 769px) {
  .products.columns-4 {
    gap: 12vw 5%;
  }
}

.products li.product-item {
  position: relative;
  width: 21.4%;
  margin: 0;
  padding-bottom: 2.5em;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .products li.product-item {
    width: 47.5%;
  }
}

.products li.product-item.new::before {
  content: '';
  width: 10%;
  height: auto;
  aspect-ratio: 90 / 212;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/icon_new.webp) no-repeat center/contain;
  z-index: 2;
  transform: translate(-50%, -15%);
}

.products li.product-item .link {
  display: block;
  width: 100%;
}

.products li.product-item .link:hover img {
  transform: scale(1.2);
}

.products li.product-item .thumbnail-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ddd;
  overflow: hidden;
}

.products li.product-item .thumbnail-wrap img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
  transition: ease-in-out 0.5s;
  object-fit: cover;
}

.products li.product-item .display-name {
  font-family: "Noto Serif Jp", serif;
  color: #333;
  margin-top: 0.5em;
}

@media screen and (max-width: 769px) {
  .products li.product-item .display-name {
    line-height: 1.3;
  }
}

.products li.product-item .price {
  color: #777;
  font-size: 0.65em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  .products li.product-item .price {
    line-height: 0.7;
    display: block;
    margin-top: 1.6em;
  }
}

.products li.product-item .price span {
  font-size: 1.66em;
}

@media screen and (max-width: 769px) {
  .products li.product-item .added_to_cart {
    display: inline-block;
    margin-top: 1em;
  }
}

.products li.product-item .add_to_cart_button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2em;
  height: auto;
  aspect-ratio: 85 / 66;
}

.products li.product-item .add_to_cart_button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  background: #d6ebdb;
  z-index: -1;
}

.products li.product-item .add_to_cart_button:hover img {
  transform: translateX(50%);
}

.products li.product-item .add_to_cart_button img {
  height: 100%;
  width: 100%;
  transition: ease 0.5s;
}

@media screen and (max-width: 769px) {
  .pickup .inner {
    width: 100%;
    max-width: 550px;
  }
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
  display: none !important;
}

.order_details .includes_tax {
  display: none;
}

.content-in.wrap {
  width: 100% !important;
  max-width: 1200px;
}

.no-sidebar .content {
  margin-top: 0;
}

.no-sidebar .content .main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: none;
}

.no-sidebar .content .main .content-in.wrap {
  width: 100% !important;
  max-width: 1200px;
}

.main-wrap .splide__arrow {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .single-product .container.wrap.cf {
    width: 90%;
  }
}

.single-product .status-publish {
  margin-top: 140px;
}

@media screen and (max-width: 1023px) {
  .single-product .status-publish {
    margin-top: min(20vw, 140px);
  }
}

.single-product .status-publish .delivery-caution {
  display: none;
}

.single-product .status-publish .woocommerce-tabs .panel {
  margin-bottom: 0 !important;
}

.single-product .status-publish .woocommerce-tabs .panel .woocommerce-Reviews {
  margin-bottom: 0;
}

.single-product .status-publish .up-sells.products {
  display: none;
}

.single-product .status-publish .related.products {
  margin-top: 140px;
}

@media screen and (max-width: 1023px) {
  .single-product .status-publish .related.products {
    margin-top: min(20vw, 140px);
  }
}

.single-product .status-publish .related.products h2:not(.woocommerce-loop-product__title) {
  position: relative;
  text-align: center;
  font-size: 27px;
}

@media screen and (max-width: 1023px) {
  .single-product .status-publish .related.products h2:not(.woocommerce-loop-product__title) {
    font-size: min(5.625vw, 27px);
  }
}

.single-product .status-publish .related.products h2:not(.woocommerce-loop-product__title)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  z-index: -1;
}

.single-product .status-publish .related.products h2:not(.woocommerce-loop-product__title) span {
  display: inline-block;
  padding: 0 2em;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .single-product .status-publish .related.products h2:not(.woocommerce-loop-product__title) span {
    padding: 0 1.2em;
  }
}

.single-product .status-publish .related.products .products {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .single-product .status-publish .related.products .products {
    margin-top: min(9vw, 40px);
  }
}

.single-product .woocommerce-message {
  margin-top: 1em;
  border: solid 2px #54b983;
  background: rgba(84, 185, 131, 0.1);
  color: #54b983;
  padding: 0.6em;
}

.single-product .woocommerce-message::before {
  content: none;
}

.single-product .woocommerce-message a {
  background: #54B983;
  color: #fff;
}

.single-product .woocommerce-error {
  margin-top: 1em;
  margin-bottom: 0;
  border: solid 2px #54b983;
  background: rgba(84, 185, 131, 0.1);
  color: #54b983;
  padding: 0.6em;
}

.single-product .woocommerce-error::before {
  content: none;
}

@media screen and (max-width: 1023px) {
  .single-product .content-in {
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .single-product .content-in {
    width: 100%;
  }
  .single-product .content-in .site-main {
    max-width: 550px;
    margin: 0 auto;
  }
}

.single-product .woocommerce-message {
  display: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

.site-main .woocommerce-breadcrumb {
  display: none;
}

.sc-icon {
  position: relative;
}

@media screen and (max-width: 769px) {
  .sc-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50vw;
    height: 35vw;
    max-width: 200px;
    max-height: 140px;
    transform: translate(-50%, -30%);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    transition: 0.3s ease;
    opacity: 0;
  }
  .sc-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20vw;
    height: 20vw;
    max-width: 200px;
    max-height: 140px;
    transform: translate(-100%, -50%);
    background: url(img/icon_scroll.webp) no-repeat center/contain;
    z-index: 6;
    opacity: 0;
  }
  .sc-icon.active::before {
    animation: 2.4s sc-navi1 ease forwards;
  }
  .sc-icon.active::after {
    animation: 2s 0.1s sc-navi2 ease forwards;
  }
  @keyframes sc-navi1 {
    0% {
      transform: translate(-50%, -30%);
      opacity: 0;
    }
    12% {
      transform: translate(-50%, -50%);
      opacity: 1;
    }
    88% {
      transform: translate(-50%, -50%);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%);
      opacity: 0;
    }
  }
  @keyframes sc-navi2 {
    0% {
      transform: translate(-100%, -50%);
      opacity: 0;
    }
    20% {
      transform: translate(-100%, -50%);
      opacity: 1;
    }
    45% {
      transform: translate(0%, -50%);
      opacity: 1;
    }
    50% {
      transform: translate(0%, -50%);
      opacity: 1;
    }
    54% {
      opacity: 0;
    }
    56% {
      transform: translate(-100%, -50%);
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    90% {
      transform: translate(0%, -50%);
      opacity: 1;
    }
    95% {
      transform: translate(0%, -50%);
      opacity: 1;
    }
    100% {
      transform: translate(0%, -50%);
      opacity: 0;
    }
  }
}

/****************************************

wooconnerce

****************************************/
.woocommerce .product .woocommerce-breadcrumb {
  display: block;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.woocommerce .product .flex {
  display: flex;
  justify-content: space-between;
}

.woocommerce .product .flex .gallery-wrap {
  width: 50%;
}

.woocommerce .product .flex .woocommerce-product-gallery {
  position: relative;
  width: 100%;
}

.woocommerce .product .flex .woocommerce-product-gallery a {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  display: block;
}

.woocommerce .product .flex .woocommerce-product-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce .product .flex .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.woocommerce .product .flex .woocommerce-product-gallery .woocommerce-product-gallery__trigger span {
  font-size: 40px;
  line-height: 1;
}

.woocommerce .product .flex .woocommerce-product-gallery .flex-control-nav {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.woocommerce .product .flex .woocommerce-product-gallery .flex-control-nav li {
  list-style: none;
  width: calc(25% - 3px);
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.woocommerce .product .flex .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.woocommerce .product .flex .woocommerce-product-gallery .flex-control-nav li img:hover {
  opacity: 0.6;
}

.woocommerce .product .flex .product-text {
  position: relative;
  width: 43%;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text {
    width: 100%;
  }
}

.woocommerce .product .flex .product-text .display-name {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  padding: 0 0 0.4em;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .display-name {
    font-size: min(5.625vw, 28px);
    padding: 0.5em 0;
  }
}

.woocommerce .product .flex .product-text .model-number {
  font-size: 15px;
  line-height: 1;
  color: #aaa;
  padding: 0.9em;
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .model-number {
    font-size: min(3.75vw, 15px);
    padding: 0.7em 0;
  }
}

.woocommerce .product .flex .product-text .spec {
  font-size: 17px;
  font-weight: 300;
  border-top: 1px solid #aaa;
  padding: 0.8em 0.8em 0.7em;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .spec {
    font-size: min(3.75vw, 15px);
    padding: 0.7em 0;
  }
}

.woocommerce .product .flex .product-text .description {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 400;
  border-top: 1px solid #aaa;
  text-align: justify;
  padding: 0.6em 0 0;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .description {
    border-top: 0;
    font-size: min(4.375vw, 18px);
    padding: 1em 0 0;
  }
}

.woocommerce .product .flex .product-text .price {
  position: relative;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding: 1.8em 0 2em 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .price {
    font-size: min(4.375vw, 18px);
  }
}

.woocommerce .product .flex .product-text .price.neko::after {
  content: '';
  height: 3em;
  width: 3em;
  background: url(img/icon-nekopake.webp) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce .product .flex .product-text .price-value {
  font-size: 2em;
  font-weight: 600;
  line-height: 0.85;
}

.woocommerce .product .flex .product-text .nekopake {
  position: absolute;
  right: 0;
  width: 80px;
  transform: translateY(-130%);
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .nekopake {
    width: 20%;
    max-width: 80px;
  }
}

.woocommerce .product .flex .product-text .cart {
  text-align: center;
}

.woocommerce .product .flex .product-text .cart .max-purchase-note {
  color: #aaa;
}

.woocommerce .product .flex .product-text .cart .input-wrap {
  height: 40px;
  width: 70px;
  display: inline-block;
  text-align: center;
  border: solid 1px #333;
  box-sizing: border-box;
}

.woocommerce .product .flex .product-text .cart .input-wrap .input-text {
  text-align: center;
  pointer-events: none;
  height: 100%;
  padding: 0.1em 0 0;
  border: 0;
  display: inline-block;
  width: 2em;
}

.woocommerce .product .flex .product-text .cart .qty-button {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  width: 2.6em;
  color: #888;
  background: #ccc;
  border: 0;
  cursor: pointer;
}

.woocommerce .product .flex .product-text .cart .qty-button.minus {
  border-radius: 0.4em 0 0 0.4em;
  margin-right: 0.3em;
}

.woocommerce .product .flex .product-text .cart .qty-button.plus {
  border-radius: 0 0.4em 0.4em 0;
  margin-left: 0.3em;
}

.woocommerce .product .flex .product-text .cart .single_add_to_cart_button {
  position: relative;
  background: #333 !important;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0 15px 2em;
  width: 100%;
  margin-top: 1em;
  border-radius: 1.7em;
  transition: ease-in-out 0.3s;
}

.woocommerce .product .flex .product-text .cart .single_add_to_cart_button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .flex .product-text .cart .single_add_to_cart_button {
    font-size: min(4.375vw, 20px);
  }
}

.woocommerce .product .flex .product-text .cart .single_add_to_cart_button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(50% - 6em);
  transform: translateY(-50%);
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(img/icon-cart-a.webp) no-repeat center/contain;
}

.woocommerce .product .notes {
  margin-top: 3em;
  line-height: 2;
  text-align: justify;
}

.woocommerce .product .product-wrap {
  width: 100%;
  margin-top: 140px;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap {
    margin-top: min(20vw, 140px);
  }
}

.woocommerce .product .product-wrap .delivery-title {
  position: relative;
  font-size: 27px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .delivery-title {
    font-size: min(5.625vw, 27px);
  }
}

.woocommerce .product .product-wrap .delivery-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  z-index: -1;
}

.woocommerce .product .product-wrap .delivery-title p {
  display: inline-block;
  background: #fff;
  padding: 0 2em;
}

.woocommerce .product .product-wrap .delivery-caution {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .delivery-caution {
    margin-top: min(9vw, 40px);
  }
}

.woocommerce .product .product-wrap .delivery-caution .subtitle {
  font-size: 19px;
  margin-bottom: 0.6em;
  display: inline-block;
  text-align: left;
}

.woocommerce .product .product-wrap .delivery-caution .subtitle span {
  color: #111;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .delivery-caution .subtitle {
    font-size: min(5vw, 19px);
  }
}

.woocommerce .product .product-wrap .delivery-caution p {
  line-height: 2;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .delivery-caution p {
    font-size: min(3.75vw, 13px);
  }
}

.woocommerce .product .product-wrap .delivery-caution p span {
  color: #FF4040;
}

.woocommerce .product .product-wrap .postage-table {
  position: relative;
  display: table;
}

.woocommerce .product .product-wrap .postage-table th {
  background: #ddd;
  font-weight: 400;
  text-align: center;
  border: solid 1px #777;
}

.woocommerce .product .product-wrap .postage-table td {
  font-weight: 400;
  text-align: center;
  font-size: 17px;
  border: solid 1px #777;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .postage-table td {
    font-size: 13px;
  }
}

.woocommerce .product .product-wrap .postage-table.sp {
  display: none;
}

.woocommerce .product .product-wrap .postage-table.mt {
  margin-top: -0.5em;
}

.woocommerce .product .product-wrap .postage-table.mt::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .woocommerce .product .product-wrap .postage-table.pc {
    display: none;
  }
  .woocommerce .product .product-wrap .postage-table.sp {
    display: table !important;
  }
}

.cart-link {
  position: relative;
}

.cart-link .cart-count {
  position: absolute;
  font-size: 0.9em;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -70%);
  color: transparent;
}

.cart-link.has-items .cart-count {
  font-size: 0.9em;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF4040;
  color: #fff;
  border-radius: 50%;
  transform: translate(-15%, -90%);
}

@media screen and (max-width: 1023px) {
  .cart-link.has-items .cart-count {
    font-size: min(5vw, 24px);
    transform: translate(-27%, -120%);
  }
}

.wapf-field-label {
  text-align: left;
}

.wapf-field-label .required {
  color: #fff;
}

.wapf-field-label label {
  position: relative;
}

.wapf-field-label label::after {
  content: '必須';
  position: absolute;
  top: 0;
  background: red;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 0.2em;
  transform: translateY(-10%);
  white-space: nowrap;
  margin-left: 0.5em;
}

@media screen and (max-width: 769px) {
  .wapf-field-label label::after {
    font-size: min(3.125vw, 12px);
  }
}

.woocommerce-breadcrumb {
  width: auto;
  line-height: 1.3;
  margin-left: calc(50% - 50vw) !important;
  padding-left: 20px !important;
}

/****************************************
wooconnerce 商品一覧カスタム
****************************************/
.single-product .products h2 {
  display: block;
  width: 100%;
}

.single-product .products .products {
  gap: 4.5em 4.8%;
}

.single-product .products .products::before {
  content: none;
}

.single-product .products .products li.product-item .link {
  text-align: center;
  display: block;
  width: 100%;
}

.single-product .products .products li.product-item .link .star-rating {
  display: none;
}

.single-product .products .products li.product-item .link .thumbnail-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ddd;
  overflow: hidden;
}

.single-product .products .products li.product-item .link .thumbnail-wrap img {
  transition: ease-in-out 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.single-product .products .products li.product-item .link:hover .thumbnail-wrap img {
  transform: scale(1.2);
}

.single-product .products .products li.product-item .link .display-name {
  font-family: "Noto Serif Jp", serif;
  color: #333;
  margin-top: 0.5em;
}

.single-product .products .products li.product-item .link .price {
  color: #777;
  font-size: 0.6em;
  font-feature-settings: "palt";
}

.single-product .products .products li.product-item .link .price span {
  font-size: 1.66em;
}

.single-product .products .products li.product-item .add_to_cart_button {
  background: none;
}

.single-product .products .products li.product-item .add_to_cart_button::after {
  display: none;
}

.single-product .products .products li.product-item .add_to_cart_button.loading {
  opacity: 1;
  padding-right: 0;
}

.single-product .products .products li.product-item .add_to_cart_button img {
  position: absolute;
  top: 0;
  left: 0;
}

.single-product .products .products li.product-item .favorite-toggle {
  position: absolute;
  top: 104%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif Jp", serif;
  font-size: 0.8em;
  white-space: nowrap;
  line-height: 1;
  background: none;
  border: none;
  z-index: 20;
  cursor: pointer;
  width: 100%;
}

.single-product .products .products li.product-item .favorite-toggle img {
  width: 1em;
  height: 1em;
  transform: translateY(-12%);
  margin-right: 0.2em;
}

.archive .site-main {
  width: 90%;
  margin: 0 auto;
  padding: 0 40px;
}

.archive .products {
  font-size: min(1.3vw, 18px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4em 2em;
  margin-bottom: 7vw !important;
}

.archive .products::before {
  content: none !important;
}

.archive .products li.product-item {
  position: relative;
  width: calc(25% - 1.5em);
  margin: 0;
  padding-bottom: 2.8em;
}

.archive .products li.product-item.new::before {
  content: '';
  width: 10%;
  height: auto;
  aspect-ratio: 90 / 212;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/icon_new.webp) no-repeat center/contain;
  z-index: 2;
  transform: translate(-50%, -15%);
}

.archive .products li.product-item .link {
  text-align: center;
  display: block;
  width: 100%;
}

.archive .products li.product-item .link .star-rating {
  display: none;
}

.archive .products li.product-item .link .thumbnail-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ddd;
  overflow: hidden;
}

.archive .products li.product-item .link .thumbnail-wrap img {
  transition: ease-in-out 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.archive .products li.product-item .link:hover .thumbnail-wrap img {
  transform: scale(1.2);
}

.archive .products li.product-item .link .display-name {
  font-family: "Noto Serif Jp", serif;
  color: #333;
  margin-top: 0.5em;
}

.archive .products li.product-item .link .price {
  color: #777;
  font-size: 0.6em;
  font-feature-settings: "palt";
}

.archive .products li.product-item .link .price span {
  font-size: 1.66em;
}

.archive .products li.product-item .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: none;
  margin: 0;
  padding: 0;
}

.archive .products li.product-item .button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  background: #d6ebdb;
  z-index: -1;
}

.archive .products li.product-item .button img {
  display: block;
  width: 2.5em;
  height: auto;
  margin: 0;
  transition: ease 0.5s;
}

.archive .products li.product-item .button:hover img {
  transform: translateX(50%);
}

.archive .woocommerce-message {
  display: none;
}

.archive .page-numbers {
  display: grid;
}

.favorite {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .favorite {
    margin-bottom: 11vw;
  }
}

.favorite .favorite-title {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  font-size: clamp(18px, 3.6vw, 42px);
  margin-bottom: 2em;
}

.favorite .favorite-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 2em);
  height: 0.4em;
  transform: translate(-50%, 0);
  background: #4BB883;
  z-index: -1;
}

.favorite .products {
  font-size: min(1.3vw, 18px);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4em 2em;
}

@media screen and (max-width: 769px) {
  .favorite .products {
    gap: 12vw 5%;
    font-size: clamp(13px, 2.34vw, 18px);
  }
}

.favorite .products::before {
  content: none !important;
}

.favorite .products li.product-item {
  position: relative;
  width: calc(25% - 1.5em);
  margin: 0;
  padding-bottom: 2.8em;
}

@media screen and (max-width: 769px) {
  .favorite .products li.product-item {
    width: 47.5%;
  }
}

.favorite .products li.product-item.new::before {
  content: '';
  width: 10%;
  height: auto;
  aspect-ratio: 90 / 212;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/icon_new.webp) no-repeat center/contain;
  z-index: 2;
  transform: translate(-50%, -15%);
}

.favorite .products li.product-item .link {
  text-align: center;
  display: block;
  width: 100%;
}

.favorite .products li.product-item .link .star-rating {
  display: none;
}

.favorite .products li.product-item .link .thumbnail-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ddd;
  overflow: hidden;
}

.favorite .products li.product-item .link .thumbnail-wrap img {
  transition: ease-in-out 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
  filter: drop-shadow(0.2em 0.2em 0.2em rgba(0, 0, 0, 0.2));
}

.favorite .products li.product-item .link:hover .thumbnail-wrap img {
  transform: scale(1.2);
}

.favorite .products li.product-item .link .display-name {
  font-family: "Noto Serif Jp", serif;
  color: #333;
  margin-top: 0.5em;
}

.favorite .products li.product-item .link .price {
  color: #777;
  font-size: 0.6em;
  font-feature-settings: "palt";
}

.favorite .products li.product-item .link .price span {
  font-size: 1.66em;
}

.favorite .products li.product-item .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: none;
  margin: 0;
  padding: 0;
}

.favorite .products li.product-item .button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5em;
  background: #d6ebdb;
  z-index: -1;
}

.favorite .products li.product-item .button img {
  display: block;
  width: 2.5em;
  height: auto;
  margin: 0;
  transition: ease 0.5s;
}

.favorite .products li.product-item .button:hover img {
  transform: translateX(50%);
}

/****************************************
header
****************************************/
.header {
  position: relative;
  height: auto;
  padding: min(11vw, 120px) 0;
}

.header.header2 {
  position: relative;
  height: 60px;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .header.header2 {
    height: 70px;
  }
}

.header.header2 .logo-min {
  position: fixed;
  top: 20px;
  left: 20px;
  height: 40px;
  width: auto;
  display: block;
  transition: ease 0.3s;
  z-index: 10;
}

@media screen and (max-width: 769px) {
  .header.header2 .logo-min {
    position: absolute;
    top: 15px;
    left: 0;
  }
}

.header.header2 .logo-min:hover {
  opacity: 0.6;
}

.header.header2 .logo-min img {
  width: auto;
  height: 100%;
  display: block;
}

.header.header2 .woocommerce-breadcrumb {
  position: absolute;
  top: 70px;
  left: 0;
  width: auto;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.header .header-in {
  width: 100%;
}

.header h1.site-h1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-200%);
}

.header .title {
  display: block;
  margin: 0 auto;
}

.header .title img {
  display: block;
  width: 52vw;
  max-width: 900px;
}

.header .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: clamp(12px, 2.6vw, 24px);
  margin-top: min(6.5vw, 70px);
}

@media screen and (max-width: 769px) {
  .header .main-menu {
    display: none;
  }
}

.header .main-menu li {
  height: 1.5em;
  display: block;
  overflow: hidden;
}

.header .main-menu li a {
  font-family: acumin-variable, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1.5;
  display: block;
  transition: ease 0.5s;
  padding: 0 0.8em;
}

.header .main-menu li a:hover {
  transform: translateY(-50%);
}

.shop-menu-wrap {
  position: fixed;
  right: 0;
  top: 0;
  height: 20px;
  padding: 20px;
  box-sizing: content-box;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media screen and (max-width: 1023px) {
  .shop-menu-wrap {
    height: 30px;
  }
}

.shop-menu-wrap .shop-menu {
  width: auto;
  height: 100%;
  display: flex;
  gap: 30px;
}

.shop-menu-wrap .shop-menu li {
  position: relative;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .shop-menu-wrap .shop-menu li {
    display: none;
  }
}

.shop-menu-wrap .shop-menu li.search-wrap {
  display: flex;
  overflow: hidden;
  width: 20px;
  transition: ease 0.5s;
}

@media screen and (max-width: 1023px) {
  .shop-menu-wrap .shop-menu li.search-wrap {
    display: none;
  }
}

.shop-menu-wrap .shop-menu li.search-wrap.active {
  width: auto;
}

.shop-menu-wrap .shop-menu li a {
  height: 100%;
  display: block;
}

.shop-menu-wrap .shop-menu li img {
  height: 100%;
  width: auto;
  vertical-align: baseline;
}

.shop-menu-wrap .shop-menu li::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  display: block;
  z-index: 2;
  background: #54b983;
  color: #fff;
  padding: 0.2em 0.2em 0.25em;
  transform: translate(-50%, 180%);
  opacity: 0;
  transition: ease 0.3s;
}

.shop-menu-wrap .shop-menu li:hover::after {
  opacity: 1;
  transform: translate(-50%, 150%);
}

.shop-menu-wrap .shop-menu li:nth-of-type(2)::after {
  content: 'ログイン';
}

.shop-menu-wrap .shop-menu li:nth-of-type(3)::after {
  content: 'カート';
}

.shop-menu-wrap .shop-menu li:nth-of-type(4)::after {
  content: 'お気に入り';
}

.shop-menu-wrap .shop-menu li:nth-of-type(5)::after {
  content: 'お問合せ';
}

.shop-menu-wrap .shop-menu li:nth-of-type(6)::after {
  content: 'インフォ';
}

.shop-menu-wrap .shop-menu li.spmenu-btn {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .shop-menu-wrap .shop-menu li.spmenu-btn {
    display: block !important;
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn span {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    aspect-ratio: 1 / 1;
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4db783;
    transition: ease 0.3s;
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn span::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #4db783;
    transition: ease 0.3s;
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn span img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1023px) {
  .shop-menu-wrap .shop-menu li.spmenu-btn.active span::before {
    top: calc(50% - 1.5px);
    transform: rotate(45deg);
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn.active span::after {
    top: calc(50% - 1.5px);
    transform: rotate(-45deg);
  }
  .shop-menu-wrap .shop-menu li.spmenu-btn.active span img {
    opacity: 0;
  }
}

.shop-menu-wrap .woocommerce-product-search {
  height: 100%;
  display: flex;
  margin-left: 10px;
}

.shop-menu-wrap .woocommerce-product-search .search-field {
  font-size: 0.9em;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
  margin: 0;
}

.shop-menu-wrap .woocommerce-product-search button {
  height: 100%;
  border: 0;
  background: #54b983;
  padding: 3px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.shop-menu-wrap .woocommerce-product-search button img {
  height: 100%;
  width: auto;
}

.woocommerce .soldout {
  color: red;
  font-weight: bold;
}

.woocommerce .low-stock {
  color: orange;
}

.woocommerce .in-stock {
  color: green;
}

.favorite-toggle {
  position: absolute;
  top: 104%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Serif Jp", serif;
  font-size: 0.8em;
  white-space: nowrap;
  line-height: 1;
  background: none;
  border: none;
  z-index: 20;
  cursor: pointer;
  width: 100%;
}

.favorite-toggle img {
  width: 1em;
  height: 1em;
  transform: translateY(-12%);
  margin-right: 0.2em;
}

.single-product .favorite-toggle {
  top: 0;
  left: auto;
  right: 0;
  transform: translateX(50%);
  padding-right: 0;
  width: 100%;
}

.single-product .favorite-toggle img {
  width: 2em;
  height: 2em;
}

.woocommerce-review__verified {
  display: none !important;
}

.woocommerce-account .side-menu {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .side-menu {
    padding-left: 0;
  }
}

.woocommerce-account .side-menu li {
  margin: 0;
}

.woocommerce-account .side-menu-wrap .sns-menu {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .side-menu-wrap .shop-menu {
    padding: 0;
    margin: 0;
  }
  .woocommerce-account .side-menu-wrap .shop-menu .search-wrap {
    margin: 0;
  }
  .woocommerce-account .side-menu-wrap .shop-menu .search-wrap .woocommerce-product-search .search-field {
    margin-bottom: 0;
  }
  .woocommerce-account .side-menu-wrap .shop-menu .shop-menu-sp {
    padding: 0;
  }
  .woocommerce-account .side-menu-wrap .shop-menu .shop-menu-sp li {
    margin: 0;
  }
}

.woocommerce-account .entry-header {
  text-align: center;
}

.woocommerce-account h1 {
  position: relative;
  font-size: clamp(18px, 3.6vw, 42px);
  padding: 0;
  margin-bottom: 2em;
  display: inline-block;
}

.woocommerce-account h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 2em);
  height: 0.4em;
  transform: translate(-50%, 0);
  background: #4BB883;
  z-index: -1;
}

.woocommerce-account .date-tags {
  display: none;
}

.woocommerce-account #customer_login {
  font-size: min(1.81vw, 16px);
  background: #F0F0F0;
  padding: 4em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account #customer_login {
    font-size: min(4.0625vw, 16px);
    padding: 1.5em 1.5em 0.2em 1.5em;
  }
}

.woocommerce-account #customer_login h2 {
  background: none;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account #customer_login h2 {
    font-size: 1.3em;
  }
}

.woocommerce-account #customer_login.col2-set .col-1, .woocommerce-account #customer_login.col2-set .col-2 {
  width: 47%;
}

@media screen and (max-width: 769px) {
  .woocommerce-account #customer_login.col2-set .col-1, .woocommerce-account #customer_login.col2-set .col-2 {
    width: 100%;
  }
}

.woocommerce-account #customer_login form {
  border: 0;
  padding: 0;
  margin: 0;
}

.woocommerce-account #customer_login form p {
  margin-bottom: 1em;
}

.woocommerce-account #customer_login form .form-row {
  padding: 0.3em 0;
}

.woocommerce-account #customer_login form .form-row .input-text {
  border: 0;
  border-radius: 0;
  padding: 0.7em 1em;
}

.woocommerce-account #customer_login form #siteguard_captcha {
  border: 0;
  border-radius: 0;
  padding: 0.7em 1em;
}

.woocommerce-account #customer_login form .woocommerce-form-login__submit,
.woocommerce-account #customer_login form .woocommerce-form-register__submit {
  font-weight: 400;
  background: #333;
  color: #F0F0F0;
  width: 100%;
  padding: 1em 0;
  border-radius: 0;
  margin-bottom: 0.5em;
}

.woocommerce-account #customer_login form .lost_password {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .woocommerce-account #customer_login form .lost_password {
    margin-bottom: 11vw;
  }
}

.woocommerce-account #customer_login form .lost_password a {
  color: #333;
}

.woocommerce-account .woocommerce .my-account-sidemenu {
  display: none;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .my-account-sidemenu {
    display: block;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    font-size: min(3.75vw, 20px);
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
    gap: 0.4em;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-top: 0;
    border-bottom: 2px solid #54b983;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-of-type {
    border-bottom: 2px solid #54b983;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:hover {
    background: none;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 0 0.5em;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    transform: none;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li {
  padding: 0;
  margin: 0;
  border-top: 1px solid #999;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:last-of-type {
  border-bottom: 1px solid #999;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover {
  background: rgba(75, 184, 131, 0.3);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover a {
  transform: translateX(1em);
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  color: #333;
  padding: 1em;
  display: block;
  transition: ease 0.3s;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
  border-collapse: collapse;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
    border: 0;
    font-size: min(5.31vw, 24px);
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr {
    border: 1px solid #999;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 1em;
  background: none;
  border: 1px solid #999;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
    border: 0;
    padding: 0.5em 1em 0 1em;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th:last-of-type, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td:last-of-type {
    padding: 0.5em 1em 1em;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th.woocommerce-orders-table__cell-order-actions a, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a {
    margin-top: 0.5em;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th.woocommerce-orders-table__cell-order-actions a:first-of-type, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a:first-of-type {
    margin-top: 0;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th.woocommerce-orders-table__cell-order-actions::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions::before {
    content: none;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  background: #f0f0f0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr:nth-of-type(2n+1) {
  background: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td .woocommerce-button {
  width: 100%;
  background: #333;
  color: #f0f0f0;
  text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  width: 47%;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 2em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h2 {
  background: none;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit {
  width: 100%;
  background: #333;
  color: #f0f0f0;
  text-align: center;
  padding: 0.3em 0;
  margin-bottom: 1em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form {
  font-size: min(1.81vw, 16px);
  background: #f0f0f0;
  padding: 2em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form {
    font-size: min(4vw, 16px);
    padding: 1em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form h2 {
  background: none;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form h2 {
    font-size: 1.3em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin: 0 0 1em 0;
  padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input {
  border: 0;
  border-radius: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection {
  border: 0;
  border-radius: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2 {
  border: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form p {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button {
  font-weight: 400;
  width: 100%;
  background: #333;
  color: #F0F0F0;
  border-radius: 0;
  padding: 1em 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  border: 1px solid #999;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset legend {
  padding: 0 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset label {
    font-size: 0.9em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  font-size: min(1.81vw, 16px);
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
    font-size: min(4vw, 16px);
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  background: none;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 1.3em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table {
  border-collapse: collapse;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tr:nth-of-type(2n+1),
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table tr:nth-of-type(2n+1) {
  background: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table th {
  background: #f0f0f0;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th:nth-of-type(2),
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table th:nth-of-type(2) {
    min-width: 10em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table th,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table td {
  border: solid 1px #999;
  padding: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th, .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table th,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-table td {
    font-size: 1em;
    padding: 0.5em;
  }
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details address,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: solid 1px #999;
  border-radius: 0;
  padding: 1em;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .order-again {
  text-align: center;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order-again a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .order-again a {
  font-weight: normal;
  width: 100%;
  max-width: 12em;
  background: #333;
  color: #f0f0f0;
  border-radius: 0;
  padding: 0.3em 0;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-column--1,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--1 {
    margin-bottom: 2em;
  }
}

.woocommerce-cart .date-tags {
  display: none;
}

.woocommerce-cart .h1-wrap-center {
  text-align: center;
}

.woocommerce-cart .h1-wrap-center .cart-entry-title {
  position: relative;
  font-size: clamp(18px, 3.6vw, 42px);
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 2em;
  display: inline-block;
  text-align: center;
}

.woocommerce-cart .h1-wrap-center .cart-entry-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 2em);
  height: 0.4em;
  transform: translate(-50%, 0);
  background: #4BB883;
  z-index: -1;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block h2:nth-of-type(2) {
  display: none;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: none;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
  background: #f0f0f0;
}

.woocommerce-cart .wc-block-cart__empty-cart__title::before {
  content: none !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title h2 {
  background: none;
  padding: 0 0 0.3em 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

.woocommerce-cart .entry-content {
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content table.wc-block-cart-items {
    margin-bottom: 0;
  }
}

.woocommerce-cart .entry-content thead .wc-block-cart-items__header th {
  font-size: 1.5em;
  background: #fff !important;
  border-bottom: 1px solid #999;
}

.woocommerce-cart .entry-content tbody tr:nth-of-type(2n+1) {
  background: #fff;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content tbody tr {
    display: block !important;
    padding: 0 0 1em 0 !important;
  }
}

.woocommerce-cart .entry-content tbody tr td {
  align-content: center;
  display: table-cell;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content tbody tr td {
    margin-bottom: 0;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__image {
    width: 40%;
    border-bottom: 0;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__product {
    border-bottom: 0;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__product .wc-block-components-product-name {
    margin-bottom: 0.5em;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__product .wc-block-cart-item__prices {
    margin-bottom: 0.5em;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__product .wc-block-components-product-metadata {
    margin-bottom: 0;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__product .wc-block-components-quantity-selector {
    margin-bottom: 0.5em;
  }
  .woocommerce-cart .entry-content tbody tr td.wc-block-cart-item__total {
    display: block;
    padding-bottom: 0.5em;
  }
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block {
  font-size: min(1.81vw, 16px);
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: 1.125em;
  border-bottom: 1px solid #999;
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
    font-size: 12px;
  }
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
    font-size: 14px;
    border-top: 0;
  }
}

.woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
  border: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .entry-content .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-wrapper {
    padding: 0;
  }
}

.woocommerce-cart .status-publish .wc-block-cart-items tr:nth-of-type(2n+1) {
  background: none;
}

.woocommerce-cart .status-publish .wc-block-cart-items tr th, .woocommerce-cart .status-publish .wc-block-cart-items tr td {
  border-bottom: 1px solid #999;
  display: table-cell;
  align-content: center;
}

.woocommerce-cart .status-publish .wc-block-cart-items thead tr {
  background: #f0f0f0;
}

.woocommerce-cart .status-publish .wc-block-cart-items thead tr th {
  font-size: min(1.81vw, 16px);
}

.woocommerce-cart .status-publish .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: min(1.81vw, 16px);
  border-bottom: 1px solid #999;
}

.woocommerce-cart .status-publish .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.woocommerce-cart .status-publish .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
  border-bottom: 1px solid #999;
}

.woocommerce-cart .status-publish .wc-block-cart__sidebar .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  background: #4BB883 !important;
  color: #fff;
}

.woocommerce-cart .status-publish .wc-block-cart__sidebar .wc-block-components-totals-coupon__form {
  align-items: stretch;
}

.woocommerce-cart .status-publish .wc-block-cart__sidebar .wc-block-components-totals-coupon__form .wc-block-components-button {
  min-height: auto;
  line-height: 1;
  height: auto;
}

@media screen and (max-width: 769px) {
  .woocommerce-cart .wc-block-components-button {
    font-size: 14px !important;
    padding: 1em;
    line-height: 1;
  }
}

.woocommerce-checkout .date-tags {
  display: none;
}

.woocommerce-checkout .wc-block-components-country-input {
  display: none;
}

.woocommerce-checkout .wc-block-components-address-form__last_name {
  margin-top: 0 !important;
}

.woocommerce-checkout .wc-block-components-address-form__first_name {
  margin-top: 0 !important;
}

.woocommerce-checkout .entry-header {
  text-align: center;
}

.woocommerce-checkout .entry-header h1 {
  position: relative;
  font-size: clamp(18px, 3.6vw, 42px);
  margin-bottom: 2em;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .entry-header h1 {
    line-height: 1.25;
    padding: 0;
  }
}

.woocommerce-checkout .entry-header h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 2em);
  height: 0.4em;
  transform: translate(-50%, 0);
  background: #4BB883;
  z-index: -1;
}

.woocommerce-checkout .wc-block-checkout__main h2 {
  background: none;
  padding: 0.5em 0 0.6em 0.5em;
  line-height: 1;
  background: #4BB883;
  color: #fff;
}

.woocommerce-checkout .wc-block-checkout__main #email,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-address-card {
  border: solid 1px #999;
  border-radius: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wc-block-checkout__main #email,
  .woocommerce-checkout .wc-block-checkout__main .wc-block-components-address-card {
    border-radius: 4px;
    border: 1px solid rgba(18, 18, 18, 0.8);
  }
}

.woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__terms--with-separator {
  border-top: 1px solid #999;
  padding-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__terms--with-separator {
    border-top: 0;
  }
}

.woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background: #4BB883;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wc-block-checkout__main .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 14px;
    line-height: 1;
    width: 100%;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  font-size: min(1.81vw, 16px);
  border: solid 1px #999;
  border-radius: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    font-size: min(3.75vw, 16px);
    border: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
    border: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary {
    padding: 0 !important;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
    padding: 0 !important;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  margin-top: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
  padding: 0.5em;
  background: #f0f0f0;
  margin: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
  padding-top: 1em;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
    padding-top: 0;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  display: none;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  padding: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-size: 1em;
  border: none;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
    font-size: 1.2em;
    margin-bottom: 0.2em;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-price {
  padding: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  width: 6em;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
    font-size: 1.2em;
  }
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-coupon-form-block {
  border-top: 1px solid #999;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-bottom: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  border-top: 0;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper.wp-block-woocommerce-checkout-order-summary-shipping-block {
  padding-bottom: 16px;
}

.woocommerce-checkout #contact-fields {
  margin-bottom: 16px;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout #contact-fields {
    margin-bottom: 0;
  }
}

.woocommerce-checkout #contact-fields .wc-block-components-checkout-step__description {
  text-align: justify;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout #contact-fields .wc-block-components-checkout-step__description {
    font-size: 1em;
  }
}

.woocommerce-checkout #shipping-fields .screen-reader-text {
  display: none;
}

.woocommerce-checkout #shipping-fields .wc-block-components-checkout-step__heading {
  display: none;
}

.woocommerce-checkout #shipping-fields .wc-block-components-checkout-step__description {
  display: none;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wp-block-woocommerce-checkout {
    padding-top: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
    display: none;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    margin-bottom: 0;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 1.1em;
    padding: 0.5em;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__contact-fields::after {
    content: none;
  }
  .woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__shipping-fields {
    padding: 0;
  }
}

.woocommerce-checkout .wc-block-components-radio-control__label-group {
  flex-wrap: wrap;
}

.woocommerce-checkout #email_confirm_wrapper label {
  top: 0;
  transform: translateY(4px) scale(0.75);
}

.woocommerce-checkout #email_confirm_wrapper #email_confirm {
  padding: 1.5em .5em .5em;
}

@media screen and (max-width: 769px) {
  .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input {
    font-size: 16px !important;
  }
  .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__container {
    height: auto;
  }
  .woocommerce-checkout .wc-block-components-form .wc-blocks-components-select .wc-blocks-components-select__container .wc-blocks-components-select__select {
    font-size: 16px;
    height: 50px;
  }
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0 !important;
}

.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0 auto 1em;
    width: 12em;
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    display: block;
    padding-left: 0;
  }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    font-size: 13px;
    gap: 1em;
    border: 0;
    margin-bottom: 0.3em;
  }
  .woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong {
    font-size: 1em;
  }
}

.woocommerce-order-received .woocommerce-order p {
  text-align: center;
}

.woocommerce-order-received .woocommerce-order h2 {
  font-size: min(1.81vw, 16px);
  border-bottom: 1px solid #999;
  background: none;
  padding: 0 0 0.5em 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order h2 {
    font-size: min(4vw, 16px);
    margin-bottom: 0.5em;
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-table {
  border-collapse: collapse;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-table {
    font-size: min(4vw, 16px);
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-table tr:nth-of-type(2n+1) {
  background: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-table th, .woocommerce-order-received .woocommerce-order .woocommerce-table td {
  border: solid 1px #999;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order .woocommerce-table th, .woocommerce-order-received .woocommerce-order .woocommerce-table td {
    font-size: 0.9em;
    padding: 0.5em;
  }
}

.woocommerce-order-received .woocommerce-order .woocommerce-table th {
  background: #f0f0f0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-table .woocommerce-table__product-table,
.woocommerce-order-received .woocommerce-order .woocommerce-table .woocommerce-table__product-total {
  text-align: right;
}

.woocommerce-order-received .woocommerce-order .woocommerce-table tfoot tr td {
  text-align: right;
}

.woocommerce-order-received .woocommerce-order address {
  border: 0;
}

@media screen and (max-width: 769px) {
  .woocommerce-order-received .woocommerce-order address {
    padding: 0;
    margin-bottom: 1.5em !important;
  }
}

.woocommerce-order-received .woocommerce-order address p {
  text-align: left;
}

#order-notes {
  display: none;
}

.search-results .main-flex .right-contants .right-contents-inner .site-main {
  margin: 0;
  padding: 0;
  width: 100%;
}

.search-results .main-flex .right-contants .right-contents-inner .site-main .woocommerce-products-header {
  text-align: center;
}

.search-results .main-flex .right-contants .right-contents-inner .site-main .woocommerce-products-header h1 {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  font-size: clamp(18px, 3.6vw, 42px);
  margin-bottom: 2em;
}

@media screen and (max-width: 769px) {
  .search-results .main-flex .right-contants .right-contents-inner .site-main .woocommerce-products-header h1 {
    margin-bottom: 0.5em;
  }
}

.search-results .main-flex .right-contants .right-contents-inner .site-main .woocommerce-products-header h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% + 2em);
  height: 0.4em;
  transform: translate(-50%, 0);
  background: #4BB883;
  z-index: -1;
}

.search-results .main-flex .right-contants .right-contents-inner .site-main .woocommerce-result-count {
  display: none;
}

@media screen and (max-width: 769px) {
  .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination {
    margin-top: 2em;
  }
}

.search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
  border: 0;
  gap: 0.5em;
}

@media screen and (max-width: 769px) {
  .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul {
    font-size: min(3.75vw, 16px);
  }
  .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li {
    width: 2.875em;
    height: 2.875em;
  }
}

.search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li {
  border-right: 0;
}

.search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li span, .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li a {
  align-content: center;
}

@media screen and (max-width: 769px) {
  .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li span, .search-results .main-flex .right-contants .right-contents-inner nav.woocommerce-pagination ul li a {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 769px) {
  .search-results .main-flex .right-contants .right-contents-inner .products.columns-4 {
    gap: 12vw 5%;
    font-size: clamp(13px, 2.34vw, 18px);
  }
  .search-results .main-flex .right-contants .right-contents-inner .products.columns-4 li {
    width: 47.5%;
  }
}

/****************************************
footer
****************************************/
.footer {
  padding: min(12vw, 240px) 0 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
}

.footer .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .footer .flex {
    justify-content: center;
  }
}

.footer .flex .footer-logo {
  width: 260px;
  height: auto;
  display: block;
}

@media screen and (max-width: 769px) {
  .footer .flex .footer-logo {
    margin-bottom: 5vw;
  }
}

.footer .flex .footer-menu {
  width: auto;
  margin-left: calc(50% - 50vw);
  color: #777;
  display: flex;
  gap: 0 2em;
  justify-content: flex-end;
  font-size: clamp(12px, 1.7vw, 14px);
  font-family: "Noto Serif Jp", serif;
}

@media screen and (max-width: 769px) {
  .footer .flex .footer-menu {
    display: block;
    text-align: center;
    width: calc(100% - 60px);
    margin-top: 8px;
    margin-left: 0;
  }
}

.footer .flex .footer-menu a {
  color: #333 !important;
}

@media screen and (max-width: 769px) {
  .footer .flex .footer-menu a {
    margin: 0 0 0.7em 0;
    display: inline-block;
  }
}

.footer .flex .footer-menu a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-family: "Noto Serif Jp", serif;
  font-size: clamp(10px, 1.7vw, 14px);
  text-align: center;
  background: #54b983;
  color: #fff;
  display: block;
  padding: 0.3em 0;
}

/****************************************
side-menu
****************************************/
.side-menu-wrap {
  position: fixed;
  top: 5vh;
  left: 0;
  font-size: clamp(14px, 1vw, 18px);
  font-family: "Noto Serif Jp", serif;
  border-left: 4px solid #54b983;
  z-index: 10;
}

.side-menu-wrap .shop-menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .side-menu-wrap .shop-menu {
    display: block;
  }
}

.side-menu-wrap .shop-menu .search-wrap {
  position: relative;
  width: auto;
}

.side-menu-wrap .shop-menu .search-wrap .woocommerce-product-search {
  display: flex;
  align-items: stretch;
}

.side-menu-wrap .shop-menu .search-wrap .woocommerce-product-search .search-field {
  width: 100%;
}

.side-menu-wrap .shop-menu .search-wrap .woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1;
  border: 0;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0.3em 0.3em 0;
}

.side-menu-wrap .shop-menu .search-wrap .woocommerce-product-search button img {
  height: 60%;
  max-height: 30px;
}

.side-menu-wrap .shop-menu .shop-menu-sp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.side-menu-wrap .shop-menu .shop-menu-sp li {
  width: calc(100% / 5 - 5px);
  text-align: center;
  color: #fff;
}

.side-menu-wrap .shop-menu .shop-menu-sp li a {
  display: block;
  font-size: 10px;
  color: #333;
}

.side-menu-wrap .shop-menu .shop-menu-sp li img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 5px;
  padding: 8px 8px 5px 8px;
}

.side-menu-wrap #close-back {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
}

.side-menu-wrap .side-menu li {
  border-bottom: 1px solid #54b983;
  box-sizing: border-box;
}

.side-menu-wrap .side-menu a {
  color: #333;
  line-height: 1;
  padding: 1.25em 0 1.25em 1em;
  width: auto;
  display: block;
}

.side-menu-wrap .side-menu a:hover {
  background: #54b983;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .side-menu-wrap .side-menu {
    width: 100%;
    margin-top: 10px;
  }
  .side-menu-wrap .side-menu li {
    width: 100%;
  }
  .side-menu-wrap .side-menu li a {
    width: 100%;
    box-sizing: border-box;
  }
}

.side-menu-wrap .sns-menu {
  width: 100%;
  display: flex;
  padding: 1em 0 1em 1em;
  gap: 0.7em;
}

@media screen and (max-width: 1023px) {
  .side-menu-wrap .sns-menu {
    gap: 15px;
  }
}

.side-menu-wrap .sns-menu a {
  display: block;
}

.side-menu-wrap .sns-menu a:hover {
  opacity: 0.6;
}

.side-menu-wrap .sns-menu a img {
  height: 1.4em;
  max-height: 24px;
  width: auto;
  display: block;
}

@media screen and (max-width: 1023px) {
  .side-menu-wrap .sns-menu a img {
    height: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .side-menu-wrap {
    top: 0;
    left: auto;
    right: 0;
    padding: 70px 30px 0;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    border-left: 2px solid #54b983;
    font-size: min(4.375vw, 20px);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateX(101%);
    transition: ease-in 0.3s;
    z-index: 40;
    overflow: scroll;
  }
  .side-menu-wrap.active {
    transform: translateX(0);
  }
  .side-menu-wrap .search-wrap #search-trigger {
    display: none;
  }
  .side-menu-wrap .side-menu a {
    box-sizing: content-box;
    padding: 1em 2em 1em 1em;
  }
  .side-menu-wrap .sp-scroll {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1023px) {
  .home .side-menu-wrap {
    position: fixed !important;
    top: 0;
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(10%);
    transition: ease 0.3s;
  }
  .home .side-menu-wrap.active {
    transform: translateX(-100%);
  }
}

/****************************************
front-page
****************************************/
.home .sec {
  width: 100%;
  padding: min(12vw, 240px) 0 0;
}

.home .sec .inner {
  width: 100%;
  margin: 0 auto;
}

.home .sec .inner .sec-title {
  font-size: clamp(24px, 4.7vw, 52px);
  font-family: acumin-variable, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: min(6vw, 3em);
}

.home .sec .inner .ranking-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: clamp(12px, 1.8vw, 20px);
}

.home .sec .inner .ranking-list .ranking-content {
  position: relative;
  width: 21%;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .home .sec .inner .ranking-list .ranking-content {
    width: 23%;
  }
}

.home .sec .inner .ranking-list .ranking-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5em;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 2;
}

.home .sec .inner .ranking-list .ranking-content:nth-of-type(1)::before {
  background: url(img/icon_ranking01.webp) no-repeat center/contain;
}

.home .sec .inner .ranking-list .ranking-content:nth-of-type(2)::before {
  background: url(img/icon_ranking02.webp) no-repeat center/contain;
}

.home .sec .inner .ranking-list .ranking-content:nth-of-type(3)::before {
  background: url(img/icon_ranking03.webp) no-repeat center/contain;
}

.home .sec .inner .ranking-list .ranking-content:nth-of-type(4)::before {
  background: url(img/icon_ranking04.webp) no-repeat center/contain;
}

.home .sec .inner .ranking-list .ranking-content a {
  font-family: "Noto Serif Jp", serif;
  text-decoration: none;
  color: #333;
}

.home .sec .inner .ranking-list .ranking-content a p {
  line-height: 1.7;
}

.home .sec .inner .ranking-list .ranking-content a p.name {
  margin-top: 1em;
}

.home .sec .inner .ranking-list .ranking-content a p span {
  font-size: max(0.7em, 10px);
  font-feature-settings: "palt";
}

.home .sec .inner .ranking-list .ranking-content .image-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.02;
  background: url(img/table2.webp) no-repeat center bottom/contain;
}

.home .sec .inner .ranking-list .ranking-content .image-wrap::after {
  content: '';
  position: absolute;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 500 / 83;
  background: #000;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.3;
  z-index: -1;
}

.home .sec .inner .ranking-list .ranking-content .image-wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.home .sec .inner .product-flex {
  width: 100%;
}

.home .sec.news .inner {
  width: 100%;
  max-width: 800px;
}

.home .sec.news .inner ul {
  width: 100%;
  font-size: clamp(12px, 1.68vw, 18px);
}

@media screen and (max-width: 1023px) {
  .home .sec.news .inner ul {
    font-size: clamp(12px, 3.75vw, 18px);
  }
}

.home .sec.news .inner ul li {
  position: relative;
  font-weight: 400;
  border-top: 1px solid #54b983;
}

.home .sec.news .inner ul li:last-of-type {
  border-bottom: 1px solid #54b983;
}

.home .sec.news .inner ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f2f9f4;
  transform-origin: top right;
  transform: scale(0, 1);
  transition: transform ease-in-out 0.5s;
}

.home .sec.news .inner ul li:hover::before {
  transform-origin: top left;
  transform: scale(1, 1);
}

.home .sec.news .inner ul li a {
  color: #333;
  padding: 0.8em 0 0.8em 1em;
  display: block;
}

@media screen and (max-width: 769px) {
  .home .sec.news .inner ul li a {
    padding: 1em 0;
  }
}

.home .sec.news .inner ul li a .date {
  margin-right: 1em;
  width: 9em;
  display: inline-block;
}

@media screen and (max-width: 769px) {
  .home .sec.news .inner ul li a .date {
    display: block;
    line-height: 1.3;
  }
}

.home .sec.news .inner ul li a .title {
  font-family: "Noto Serif Jp", serif;
}

@media screen and (max-width: 769px) {
  .home .sec.news .inner ul li a .title {
    display: block;
    line-height: 1.3;
  }
}

.home .sec.news .inner .news-linkbtn {
  position: relative;
  display: block;
  border-bottom: 0;
  color: #54b983;
  font-size: clamp(12px, 3.75vw, 15px);
  line-height: 1;
  width: 14em;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 0.6em 2.5em 0.5em 0.5em;
}

.home .sec.news .inner .news-linkbtn:hover::after {
  animation: 0.7s boing-anim linear;
}

@keyframes boing-anim {
  0% {
    transform: translate(-70%, -50%);
  }
  35% {
    transform: translate(-130%, -50%);
  }
  55%, 85% {
    transform: translate(-30%, -50%);
  }
  70%, 100% {
    transform: translate(-70%, -50%);
  }
}

.home .sec.news .inner .news-linkbtn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-70%, -50%);
  width: 0.9em;
  height: 0.9em;
  background: url(img/arrow01c.svg) no-repeat center/contain;
  color: #fff;
}

.home .sec.category {
  position: relative;
  font-size: clamp(10px, 1.4vw, 24px);
  margin: min(14.5vw, 265px) 0 0;
  padding: 0;
}

.home .sec.category::before {
  content: '';
  font-size: clamp(14px, 1vw, 18px);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw - 6.25em);
  background: #f2f9f4;
  display: block;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .home .sec.category::before {
    left: calc(50% - 50vw);
  }
}

.home .sec.category .inner {
  width: 84%;
  max-width: 1200px;
}

@media screen and (max-width: 769px) {
  .home .sec.category .inner {
    width: 100%;
    max-width: 550px;
  }
}

.home .sec.category .inner .sec-title {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: clamp(24px, 4.7vw, 52px);
  line-height: 1;
  transform: translate(-50%, -66%);
}

.home .sec.category .inner .category-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3em 0 2em;
}

.home .sec.category .inner .category-flex li {
  width: 18%;
  text-align: center;
  font-family: "Noto Serif Jp", serif;
}

@media screen and (max-width: 769px) {
  .home .sec.category .inner .category-flex li {
    width: 22%;
  }
}

.home .sec.category .inner .category-flex li:nth-of-type(1) .imgbox {
  background: url(img/icon_categoly01a.webp) no-repeat center/contain;
}

.home .sec.category .inner .category-flex li:nth-of-type(2) .imgbox {
  background: url(img/icon_categoly02a.webp) no-repeat center/contain;
}

.home .sec.category .inner .category-flex li:nth-of-type(3) .imgbox {
  background: url(img/icon_categoly03a.webp) no-repeat center/contain;
}

.home .sec.category .inner .category-flex li:nth-of-type(4) .imgbox {
  background: url(img/icon_categoly04a.webp) no-repeat center/contain;
}

.home .sec.category .inner .category-flex li a {
  display: block;
  color: #333;
  white-space: nowrap;
}

.home .sec.category .inner .category-flex li a span {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 0.5em;
  z-index: 1;
  transition: ease-in-out 0.3s;
}

.home .sec.category .inner .category-flex li a span.back:hover {
  background: #54b983;
}

@media screen and (max-width: 1023px) {
  .home .sec.ranking .inner {
    width: 90%;
  }
  .home .sec.ranking .inner .sp-scroll {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: scroll;
  }
  .home .sec.ranking .inner .sp-scroll .ranking-list {
    min-width: 1000px;
    padding: 5px 5% 0;
    font-size: clamp(14px, 2.1vw, 20px);
  }
}

.home .sec.brand {
  padding: min(13vw, 260px) 0 0;
}

@media screen and (max-width: 769px) {
  .home .sec.brand {
    padding-top: 33vw;
  }
}

.home .sec.brand .brand-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: min(3vw, 90px) min(3vw, 90px);
  margin-bottom: min(3vw, 90px);
}

.home .sec.brand .brand-flex img {
  min-height: 16px;
  height: 1.75vw;
  max-height: 32px;
  transition: 0.3s ease-in-out;
}

.home .sec.brand .brand-flex img.size {
  height: 2vw;
}

.home .sec.brand .brand-flex img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .home .sec.brand .brand-flex img:hover {
    opacity: 1;
  }
}

.front_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 2em;
  visibility: visible;
  opacity: 0;
  transition: ease 0.5s opacity;
}

.front_slider .splide__slide {
  position: relative;
}

.front_slider .splide__slide .slide-inner {
  position: relative;
  height: 19vw;
}

@media screen and (max-width: 1700px) {
  .front_slider .splide__slide .slide-inner {
    height: 26vw;
  }
}

.front_slider .splide__slide .slide-inner .slide-linkbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 2;
  background: rgba(34, 85, 85, 0);
  transition: ease-in 0.3s;
}

.front_slider .splide__slide .slide-inner .slide-linkbtn:hover {
  background: rgba(34, 85, 85, 0.3);
}

@media screen and (max-width: 769px) {
  .front_slider .splide__slide {
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .front_slider .splide__slide .slide-inner {
    width: 100%;
    max-width: 100%;
    height: 56vw;
    overflow: hidden;
    transition: transform 0.28s ease;
    transform-origin: center center;
    will-change: transform;
    transform: scale(0.8);
  }
  .front_slider .splide__slide .slide-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .front_slider .splide__slide.is-active {
    z-index: 2;
  }
  .front_slider .splide__slide.is-active .slide-inner {
    transform: scale(1);
  }
}

.front_slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front_slider .splide__slide img.brand {
  position: absolute;
  left: 3%;
  bottom: 3%;
  height: 4%;
  width: auto;
  mix-blend-mode: plus-lighter;
}

@media screen and (max-width: 769px) {
  .front_slider .splide__slide img.brand {
    height: 7%;
  }
}

.front_slider .splide__slide img.brand.over {
  mix-blend-mode: multiply;
}

.front_slider .splide__slide .vertical {
  font-family: "Noto Sans", sans-serif;
  writing-mode: vertical-rl;
  position: relative;
  position: absolute;
  top: 0;
  right: 0.75em;
  font-size: min(1.7vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .front_slider .splide__slide .vertical {
    font-size: clamp(11px, 3.43vw, 30px);
    top: -0.5%;
  }
}

.front_slider .splide__slide .vertical.v2 {
  right: 2.65em;
}

.front_slider .splide__slide .vertical span {
  background: #fff;
  color: #111;
  padding: 0.5em 0.1em 0em;
  line-height: 1;
  white-space: nowrap;
}

.front_slider .splide__slide .vertical span.bottom {
  padding-bottom: 0.5em;
}

.front_slider .splide__pagination {
  bottom: -2em;
  gap: 5px;
}

.front_slider .splide__pagination .splide__pagination__page {
  border: solid 1px #ccc;
  box-sizing: border-box;
  transform: scale(1.4);
}

.front_slider .splide__pagination .splide__pagination__page.is-active {
  border: solid 1px #ccc;
  transform: scale(1.4);
}

/****************************************
ページ共通
****************************************/
.main-flex {
  font-size: clamp(14px, 1vw, 18px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  justify-content: space-between;
}

.main-flex .left-contents {
  width: 12.5em;
}

.main-flex .left-contents.cart-ex {
  display: none;
}

@media screen and (max-width: 1023px) {
  .main-flex .left-contents {
    width: 0;
  }
}

.main-flex .left-contents .side-menu-wrap {
  position: sticky;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .main-flex .left-contents .side-menu-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(10%);
    transition: ease 0.3s;
  }
  .main-flex .left-contents .side-menu-wrap.active {
    transform: translateX(-100%);
  }
}

.main-flex .left-contents.brand-menu .side-menu-wrap {
  top: 10vh;
}

.main-flex .right-contants {
  width: calc(100% - 12.5em);
}

@media screen and (max-width: 1023px) {
  .main-flex .right-contants {
    width: 100%;
  }
}

.main-flex .right-contants .right-contents-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .main-flex .right-contants .right-contents-inner {
    width: 90%;
  }
}

.woocommerce-cart .left-contents {
  font-size: clamp(14px, 1vw, 18px);
  width: 12.5em;
}

.woocommerce-cart .left-contents.cart-ex {
  display: none;
}

@media screen and (max-width: 1023px) {
  .woocommerce-cart .left-contents {
    width: 0;
  }
  .woocommerce-cart .left-contents.cart-ex {
    display: block;
  }
}

.woocommerce-cart .left-contents .side-menu-wrap {
  position: sticky;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .woocommerce-cart .left-contents .side-menu-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(10%);
    transition: ease 0.3s;
  }
  .woocommerce-cart .left-contents .side-menu-wrap.active {
    transform: translateX(-100%);
  }
}

.woocommerce-cart .left-contents.brand-menu .side-menu-wrap {
  top: 10vh;
}

.woocommerce-checkout .left-contents.cart-ex {
  display: none;
}

@media screen and (max-width: 1023px) {
  .woocommerce-checkout .left-contents.cart-ex {
    display: block;
  }
}

/****************************************
brand-page
****************************************/
.brand-fv {
  position: relative;
  width: 100%;
}

.brand-fv .bland-flex {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.brand-fv .fv-title {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-300%);
}

.brand-fv .logo-wrap {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1vw, 18px);
}

@media screen and (max-width: 769px) {
  .brand-fv .logo-wrap {
    order: 2;
    width: 100%;
  }
}

.brand-fv .logo-wrap img {
  width: 100%;
  max-width: 360px;
  height: auto;
}

@media screen and (max-width: 769px) {
  .brand-fv .logo-wrap img {
    margin-left: 0;
    margin-top: 6.5vw;
    width: auto;
    max-width: none;
    height: 9vw;
  }
}

.brand-fv .fv-imgbox {
  position: relative;
  width: 55%;
  height: auto;
  aspect-ratio: 100 / 52;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .brand-fv .fv-imgbox {
    order: 1;
    width: 100%;
  }
}

.brand-fv .fv-imgbox .fv01 {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 2;
  transition: linear 0.5s 1s;
}

.brand-fv .fv-imgbox .fv05 {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 2;
  transition: linear 0.5s 1s;
}

.brand-fv .fv-imgbox .imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: auto;
  aspect-ratio: 1000 / 729;
}

.brand-fv .fv-imgbox .imgbox.i02 {
  width: auto;
  height: 70%;
  aspect-ratio: 1000 / 1411;
}

.brand-fv .fv-imgbox .imgbox.i03 {
  aspect-ratio: 200 / 157;
}

.brand-fv .fv-imgbox .imgbox.i04 {
  aspect-ratio: 500 / 403;
}

.brand-fv .fv-imgbox .imgbox.i05 {
  aspect-ratio: 250 / 161;
}

.brand-fv .fv-imgbox .imgbox.i06 {
  width: auto;
  height: 80%;
  aspect-ratio: 100 / 133;
}

.brand-fv .fv-imgbox .imgbox.i07 {
  width: auto;
  height: 70%;
  aspect-ratio: 25 / 48;
}

.brand-fv .fv-imgbox .imgbox.i08 {
  width: auto;
  height: 60%;
  aspect-ratio: 500 / 579;
}

.brand-fv .fv-imgbox .imgbox.i09 {
  width: auto;
  height: 70%;
  aspect-ratio: 500 / 707;
}

.brand-fv .fv-imgbox .imgbox::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  width: 300%;
  height: 300%;
  clip-path: polygon(33% 0, 0 33%, 0 33%, 33% 0);
  transition: ease-in-out 0.3s 2s;
}

.brand-fv .fv-imgbox .imgbox.i01::after {
  top: 4%;
  clip-path: polygon(33% 0, 0.5% 32%, 0 32%, 33% 0);
}

.brand-fv .fv-imgbox .imgbox.i03::after {
  clip-path: polygon(33% 0, 0 33%, 0 33%, 33% 0);
}

.brand-fv .fv-imgbox .imgbox.i04::after {
  clip-path: polygon(30.5% 0, 0.7% 31.5%, 0.7% 31.5%, 30.5% 0);
}

.brand-fv .fv-imgbox .imgbox.i06::after {
  clip-path: polygon(33% 0, 0.5% 32%, 0.5% 32%, 33% 0);
}

.brand-fv .fv-imgbox .imgbox.i07::after {
  width: 400%;
  height: 400%;
  clip-path: polygon(25% 0, 0% 25%, 0 25%, 25% 0);
}

.brand-fv .fv-imgbox .imgbox.i08::after {
  clip-path: polygon(33% 0, 0 33.8%, 0 33.8%, 33% 0);
}

.brand-fv .fv-imgbox .imgbox img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.brand-fv .fv-imgbox.loaded .fv01 {
  transform: translateX(110%);
}

.brand-fv .fv-imgbox.loaded .fv05 {
  transform: translateX(110%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i01::after {
  clip-path: polygon(33% 0, 0.5% 32%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i02::after {
  clip-path: polygon(33% 0, 0 33%, 100% 100%, 180% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i03::after {
  clip-path: polygon(33% 0, 0 33%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i04::after {
  clip-path: polygon(30.5% 0, 0.7% 31.5%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i05::after {
  clip-path: polygon(33% 0, 0 33%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i06::after {
  clip-path: polygon(33% 0, 0.5% 32%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i07::after {
  clip-path: polygon(25% 0, 0% 25%, 200% 100%, 200% 75%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i08::after {
  clip-path: polygon(33% 0, 0 33.8%, 100% 100%, 150% 100%);
}

.brand-fv .fv-imgbox.loaded .imgbox.i09::after {
  clip-path: polygon(33% 0, 0 33.3%, 120% 100%, 180% 100%);
}

.brand-fv.brand01 .fv-imgbox {
  background: #799EA5;
}

.brand-fv.brand02 .fv-imgbox {
  background: #344870;
}

.brand-fv.brand03 .fv-imgbox {
  background: #0099C4;
}

.brand-fv.brand04 .fv-imgbox {
  background: #628F61;
}

.brand-fv.brand05 .fv-imgbox {
  background: #67468F;
}

.brand-fv.brand06 .fv-imgbox {
  background: #E60012;
}

.brand-fv.brand07 .fv-imgbox {
  background: #BCA698;
}

.brand-fv.brand08 .fv-imgbox {
  background: #EC6D5E;
}

.brand-fv.brand09 .fv-imgbox {
  background: #A6AFB5;
}

.brand-fv.brand10 .fv-imgbox {
  background: #005645;
}

.brand-readtext {
  font-size: min(1.35vw, 25px);
  font-family: "Noto Serif Jp", serif;
  line-height: 2;
  text-align: justify;
  width: 90%;
  max-width: 900px;
  margin: 4em auto;
}

@media screen and (max-width: 1023px) {
  .brand-readtext {
    font-size: min(3.75vw, 22px);
    max-width: 800px;
  }
}

@media screen and (max-width: 769px) {
  .brand-readtext {
    width: 100%;
    margin: 4.5vw auto 4em;
  }
}

.brand-breadcrumb .woocommerce-breadcrumb {
  width: auto !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  .brand-breadcrumb .woocommerce-breadcrumb {
    margin-left: 0 !important;
  }
}

.product-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: min(1.3vw, 18px);
}

@media screen and (max-width: 1023px) {
  .product-list {
    font-size: min(4vw, 16px);
  }
}

@media screen and (max-width: 769px) {
  .product-list {
    width: 100%;
  }
}

.product-list .product-wrap {
  padding: min(3vw, 60px);
  padding-bottom: min(4.5vw, 80px);
}

@media screen and (max-width: 769px) {
  .product-list .product-wrap {
    padding: 6%;
    padding-bottom: 4em;
  }
}

.product-list .product-tab-wrap {
  width: 100%;
  display: flex;
}

.product-list .product-tab-wrap .tab {
  width: 50%;
  font-size: 1.2em;
  background: #e8ecee;
  border: solid 1px #7a9ea6;
  color: #7a9ea6;
  padding: 0.5em 0 0.55em;
  border-radius: 0.4em 0.4em 0 0;
  cursor: pointer;
}

.product-list .product-tab-wrap .tab:last-of-type {
  border-left: 0;
}

@media screen and (max-width: 769px) {
  .product-list .product-tab-wrap .tab {
    font-size: 1em;
  }
}

.product-list .product-tab-wrap .tab.active {
  background: #fff;
  color: #444;
  border-bottom: 0;
}

.product-list.brand01 .tab {
  border: solid 1px #799EA5;
  color: #799EA5;
  background: rgba(121, 158, 165, 0.2);
}

.product-list.brand01 .web-wrap,
.product-list.brand01 .product-wrap {
  border: solid 1px #799EA5;
  border-top: 0;
}

.product-list.brand02 .tab {
  border: solid 1px #344870;
  color: #344870;
  background: rgba(52, 72, 112, 0.2);
}

.product-list.brand02 .web-wrap,
.product-list.brand02 .product-wrap {
  border: solid 1px #344870;
  border-top: 0;
}

.product-list.brand03 .tab {
  border: solid 1px #0099C4;
  color: #0099C4;
  background: rgba(0, 153, 196, 0.2);
}

.product-list.brand03 .web-wrap,
.product-list.brand03 .product-wrap {
  border: solid 1px #0099C4;
  border-top: 0;
}

.product-list.brand04 .tab {
  border: solid 1px #628F61;
  color: #628F61;
  background: rgba(98, 143, 97, 0.2);
}

.product-list.brand04 .web-wrap,
.product-list.brand04 .product-wrap {
  border: solid 1px #628F61;
  border-top: 0;
}

.product-list.brand05 .tab {
  border: solid 1px #67468F;
  color: #67468F;
  background: rgba(103, 70, 143, 0.2);
}

.product-list.brand05 .web-wrap,
.product-list.brand05 .product-wrap {
  border: solid 1px #67468F;
  border-top: 0;
}

.product-list.brand06 .tab {
  border: solid 1px #E60012;
  color: #E60012;
  background: rgba(230, 0, 18, 0.2);
}

.product-list.brand06 .web-wrap,
.product-list.brand06 .product-wrap {
  border: solid 1px #E60012;
  border-top: 0;
}

.product-list.brand07 .tab {
  border: solid 1px #BCA698;
  color: #BCA698;
  background: rgba(188, 166, 152, 0.2);
}

.product-list.brand07 .web-wrap,
.product-list.brand07 .product-wrap {
  border: solid 1px #BCA698;
  border-top: 0;
}

.product-list.brand07 .maskcase-scroll {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.product-list.brand07 .maskcase-scroll img {
  width: 100%;
  height: auto;
}

.product-list.brand08 .tab {
  border: solid 1px #EC6D5E;
  color: #EC6D5E;
  background: rgba(236, 109, 94, 0.2);
}

.product-list.brand08 .web-wrap,
.product-list.brand08 .product-wrap {
  border: solid 1px #EC6D5E;
  border-top: 0;
}

.product-list.brand09 .tab {
  border: solid 1px #A6AFB5;
  color: #A6AFB5;
  background: rgba(166, 175, 181, 0.2);
}

.product-list.brand09 .web-wrap,
.product-list.brand09 .product-wrap {
  border: solid 1px #A6AFB5;
  border-top: 0;
}

.product-list.brand10 .tab {
  border: solid 1px #005645;
  color: #005645;
  background: rgba(0, 86, 69, 0.2);
}

.product-list.brand10 .web-wrap,
.product-list.brand10 .product-wrap {
  border: solid 1px #005645;
  border-top: 0;
}

.product-list .web-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  border: solid 1px #7a9ea6;
  border-top: 0;
  width: 100%;
  height: 80vh;
}

.product-list .web-wrap.active {
  position: relative;
  display: block;
}

.product-list .web-wrap iframe {
  width: 100%;
  height: 100%;
}

.product-list .product-wrap {
  display: none;
}

.product-list .product-wrap.active {
  position: relative;
  display: flex;
}

/****************************************
about-page
****************************************/
@media screen and (max-width: 769px) {
  .no-sidebar .content .main {
    width: 100%;
  }
}

.about {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: stretch;
  width: 90%;
  margin-left: 10%;
  margin-bottom: min(10vw, 180px);
  gap: 0 5vw;
}

@media screen and (min-width: 1701px) {
  .about {
    height: 590px;
  }
}

@media screen and (max-width: 769px) {
  .about {
    display: block;
    margin-bottom: min(22vw, 110px);
    width: 90%;
    padding: 11.5vw 0;
    margin: 0 auto;
  }
}

.about .about_text {
  text-align: justify;
  width: 40%;
  max-width: 590px;
}

@media screen and (max-width: 769px) {
  .about .about_text {
    padding: 0 0 10%;
    margin: 0;
    width: 100%;
    max-width: none;
  }
}

.about .about_text h1 {
  padding-bottom: 2vw;
  font-size: min(4vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .about .about_text h1 {
    padding-bottom: 4vw;
    font-size: min(6vw, 30px);
  }
}

.about .about_text p {
  transform: translateY(0.5rem);
  line-height: 3;
  font-size: min(1.55vw, 18px);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .about .about_text p {
    transform: translateY(0);
    line-height: 2;
    font-size: min(3.75vw, 16px);
  }
}

.about img {
  height: auto;
  width: 50%;
  object-fit: cover;
}

@media screen and (max-width: 769px) {
  .about img {
    display: block;
    margin: 0 0 0 auto;
    width: 80%;
  }
}

.about .about_back {
  width: calc(60% - 5vw);
  height: auto;
  background: url(img/about_img00.webp) no-repeat center/cover;
}

@media screen and (max-width: 769px) {
  .about .about_back {
    display: block;
    margin: 0 0 0 auto;
    margin-left: calc(50% - 50vw);
    width: 100vw;
    height: 65vw;
    max-height: 376px;
  }
}

.about .hp-linkbtn {
  text-align: left;
  display: block;
  width: 100%;
  font-size: min(1.55vw, 18px);
  margin-top: 2em;
}

@media screen and (max-width: 769px) {
  .about .hp-linkbtn {
    font-size: min(3.75vw, 16px);
    text-align: center;
  }
}

.about .hp-linkbtn a {
  display: inline-block;
  background: #54b983;
  color: #fff;
  line-height: 1.2;
  padding: 0.6em 1em 0.5em;
  font-weight: 600;
  transition: ease 0.3s;
}

.about .hp-linkbtn a:hover {
  opacity: 0.6;
}

/****************************************
categpry-page
****************************************/
.category {
  margin-bottom: min(10vw, 180px);
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .category {
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .category {
    margin-bottom: min(22vw, 110px);
    width: 100%;
  }
}

.category h1 {
  font-family: acumin-variable, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 2vw;
  font-size: clamp(24px, 4.7vw, 52px);
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  .category h1 {
    padding-bottom: 4vw;
  }
}

.category .category_border {
  position: relative;
  height: 100%;
}

.category .category_border::before {
  position: absolute;
  content: "";
  left: 3.5%;
  top: 0;
  height: 100%;
  border: 1px solid #54B983;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .category .category_border::before {
    left: 10%;
  }
}

.category .category_border .cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(12vw, 180px);
}

.category .category_border .cont:last-child {
  margin-bottom: 0;
}

.category .category_border .cont .cont_title {
  position: relative;
  width: 7%;
  height: auto;
}

.category .category_border .cont .cont_title::after {
  position: absolute;
  top: 0;
  left: 150%;
  font-family: acumin-variable, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(2.285vw, 40px);
  line-height: 2;
  white-space: nowrap;
  letter-spacing: 0.1em;
  color: #54B983;
}

@media screen and (max-width: 1023px) {
  .category .category_border .cont .cont_title::after {
    font-size: min(3.2vw, 32px);
  }
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_title::after {
    left: 140%;
    font-size: min(7.5vw, 52px);
    line-height: 2.375;
  }
}

.category .category_border .cont .cont_title.stationery::after {
  content: 'stationery';
}

.category .category_border .cont .cont_title.cardgame::after {
  content: 'cardgame';
}

.category .category_border .cont .cont_title.daily::after {
  content: 'daily';
}

.category .category_border .cont .cont_title.corporations::after {
  content: 'for corporations';
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_title {
    width: 20%;
  }
}

.category .category_border .cont .cont_title img {
  width: 100%;
  height: auto;
  border: solid #54B983 2px;
  border-radius: 50%;
}

.category .category_border .cont .cont_img {
  display: block;
  width: 90%;
  height: auto;
  box-sizing: content-box;
  margin-top: min(4.57vw, 80px);
}

@media screen and (max-width: 1023px) {
  .category .category_border .cont .cont_img {
    margin-top: min(6.4vw, 64px);
  }
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_img {
    margin-top: min(17.93vw, 138px);
    width: 75%;
  }
}

.category .category_border .cont .cont_img h2 {
  font-family: acumin-variable, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: min(3.2vw, 38px);
  letter-spacing: 0.1em;
  color: #54B983;
  line-height: 1.5;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_img h2 {
    font-size: min(5vw, 38px);
    margin-top: 1em;
  }
}

.category .category_border .cont .cont_img .item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  column-gap: 6%;
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_img .item {
    display: block;
  }
}

.category .category_border .cont .cont_img .item .cont_item {
  display: flex;
  flex-direction: column;
  width: 47%;
  padding: 3%;
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_img .item .cont_item {
    width: 100%;
    margin-bottom: 6vw;
  }
  .category .category_border .cont .cont_img .item .cont_item:last-child {
    margin-bottom: 0;
  }
}

.category .category_border .cont .cont_img .item .cont_item a {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  margin-bottom: 20px;
  overflow: hidden;
}

.category .category_border .cont .cont_img .item .cont_item a .item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.category .category_border .cont .cont_img .item .cont_item a .item_img:hover {
  transform: scale(1.15);
}

.category .category_border .cont .cont_img .item .cont_item .bland {
  margin: 0 auto;
  width: auto;
  height: 3vw;
  max-height: 31px;
}

@media screen and (max-width: 769px) {
  .category .category_border .cont .cont_img .item .cont_item .bland {
    height: 5vw;
    max-height: 25px;
  }
}

.category .category_border .cont .cont_img .item .cont_item .empty {
  width: 100%;
  aspect-ratio: 5 / 3;
}

/****************************************
infomation
****************************************/
.info {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 0 auto;
  background: none;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .info {
    width: 100%;
    padding: 11.5vw 0;
  }
}

.info h1 {
  text-align: center;
  font-size: 46px;
  line-height: 1;
  color: #0c5460;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 769px) {
  .info h1 {
    font-size: min(10vw, 46px);
  }
}

.info h2 {
  position: relative;
  line-height: 1;
  margin-top: 1em;
  background: #0c5460;
  color: #fff;
  padding: 1em;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .info h2 {
    font-size: min(4.375vw, 20px);
  }
}

.info h2::after, .info h2::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 1em;
  width: 1em;
  height: 2px;
  background: #fff;
  display: block;
  transform-origin: center;
  transition: ease 0.5s;
}

.info h2::before {
  transform: rotate(90deg);
}

.info h2.active::before {
  transform: rotate(0);
}

.info .info-openarea {
  font-size: 16px;
  width: 100%;
  padding: 0 1em;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: ease 0.5s;
  padding-bottom: 0;
}

@media screen and (max-width: 769px) {
  .info .info-openarea {
    font-size: min(4.0625vw, 16px);
    padding: 0;
  }
}

.info .info-openarea.active {
  height: auto;
  padding: 1em;
}

@media screen and (max-width: 769px) {
  .info .info-openarea.active {
    padding: 0 0 1em 0;
  }
}

.info .info-openarea h3 {
  font-size: 1.3em;
  line-height: 1;
  position: relative;
  padding: 0.1em 0 0.1em 0.5em;
  margin-top: 1em;
}

.info .info-openarea h3.mt {
  margin-top: 2.5em;
}

.info .info-openarea h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3em;
  height: 100%;
  background: #0c5460;
  display: block;
}

.info .info-openarea p {
  line-height: 1.5;
  margin-top: 1em;
  text-align: justify;
}

.info .info-openarea p .strong {
  font-weight: 600;
}

.info .info-openarea p a {
  color: #0c5460;
  text-decoration: underline;
}

.info .info-openarea .card-flex {
  display: flex;
  height: 2.5em;
  gap: 1em;
  margin-top: 1em;
}

.info .info-openarea .pay {
  height: 4em;
  margin-top: 1em;
}

.info .boxtext {
  width: 100%;
  padding: 2em;
  border: solid 1px #0c5460;
  margin-top: 1em;
}

@media screen and (max-width: 769px) {
  .info .boxtext {
    padding: 1em;
  }
}

.info .boxtext .strong {
  font-weight: 600;
}

.info .boxtext li {
  list-style: disc;
  margin-left: 1.5em;
}

/****************************************
privacy
****************************************/
.privacy {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 0 auto;
  background: none;
  padding: 0;
}

@media screen and (max-width: 769px) {
  .privacy {
    width: 100%;
    padding: 11.5vw 0;
  }
}

.privacy h1 {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  color: #0c5460;
  margin-bottom: 2em;
  color: #111;
}

@media screen and (max-width: 769px) {
  .privacy h1 {
    font-size: min(7.5vw, 32px);
  }
}

.privacy p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .privacy p {
    font-size: min(4.0625vw, 16px);
    padding: 0;
  }
}

.privacy p span {
  position: relative;
}

.privacy p span.heading {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3em;
  margin-top: 1.5em;
}

.privacy p span.no1, .privacy p span.no2, .privacy p span.no3, .privacy p span.no4, .privacy p span.no5, .privacy p span.no6, .privacy p span.no7, .privacy p span.no8 {
  display: block;
  padding-left: 1.5em;
}

.privacy p span::before {
  position: absolute;
  top: 0;
  left: 0;
}

.privacy p span.no1::before {
  content: '1、';
}

.privacy p span.no2::before {
  content: '2、';
}

.privacy p span.no3::before {
  content: '3、';
}

.privacy p span.no4::before {
  content: '4、';
}

.privacy p span.no5::before {
  content: '5、';
}

.privacy p span.no6::before {
  content: '6、';
}

.privacy p span.no7::before {
  content: '7、';
}

.privacy p span.no8::before {
  content: '8、';
}

.privacy p span.tar {
  text-align: right;
  display: block;
}

/****************************************
特定商取引法
****************************************/
.tokushoho {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 0 auto;
  background: none;
  padding: 0 0;
}

@media screen and (max-width: 769px) {
  .tokushoho {
    width: 100%;
    padding: 11.5vw 0;
  }
}

.tokushoho h1 {
  text-align: center;
  font-size: 32px;
}

@media screen and (max-width: 769px) {
  .tokushoho h1 {
    font-size: min(7.5vw, 32px);
  }
}

.tokushoho .subtitle {
  text-align: center;
}

.tokushoho table {
  font-size: 16px;
  border: 1px solid #999;
  margin-top: 3em;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .tokushoho table {
    border: 0;
  }
  .tokushoho table tr:first-of-type th {
    border-top: 1px solid #999;
  }
}

.tokushoho table th, .tokushoho table td {
  background: #fff;
  border: 1px solid #999;
  padding: 1em;
}

@media screen and (max-width: 769px) {
  .tokushoho table th, .tokushoho table td {
    display: block;
    width: 100%;
    border-top: 0;
  }
}

.tokushoho table th {
  width: 15em;
  background: #eee;
}

@media screen and (max-width: 769px) {
  .tokushoho table th {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
    padding: 0.5em 1em;
  }
}

/****************************************
お問い合わせフォーム
****************************************/
.contact {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 0 auto;
  background: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .contact {
    width: 100%;
  }
}

.contact h1 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 2em;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .contact h1 {
    font-size: min(7.5vw, 32px);
    margin-bottom: 1em;
  }
}

.contact .taj {
  text-align: justify;
}

.contact table {
  font-size: 16px;
  margin-top: 2em;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .contact table {
    display: block;
  }
  .contact table tbody {
    display: block;
    width: 100%;
  }
  .contact table tr {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 769px) and (max-width: 769px) {
  .contact table tr:last-of-type td {
    border-bottom: 1px solid #999;
  }
}

.contact table th, .contact table td {
  background: #fff;
  border: 1px solid #999;
  padding: 1em;
}

@media screen and (max-width: 769px) {
  .contact table th, .contact table td {
    font-size: 1em;
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}

.contact table th {
  background: #eee;
}

@media screen and (max-width: 769px) {
  .contact table th {
    padding: 0.4em 1em 0.3em;
  }
}

.contact table th.must p {
  position: relative;
}

.contact table th.must p::after {
  content: '必須';
  font-size: 0.75em;
  background: #E60012;
  color: #fff;
  padding: 0em 0.3em 0.05em;
  transform: translateY(-14%);
  display: inline-block;
}

.contact .policy-text span {
  display: inline-block;
}

.contact .wpcf7-list-item {
  margin-left: 0;
}

.contact .wpcf7-submit {
  font-size: 16px;
  margin-top: 2em;
  background: #54b983;
  color: #fff;
  font-weight: 600;
  max-width: 600px;
  border: 0;
}

.contact .hidden-fields-container {
  border: 0;
}

.contact .wpcf7-spinner {
  display: none;
}

.contact .contact-send-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}

.contact .contact-send-wrap p .wpcf7-submit {
  margin-top: 0;
}

.contact .contact-send-wrap p .wpcf7-previous {
  height: 46px;
  padding: 0 1em;
  border: 0;
  cursor: pointer;
}

.email-confirm-disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

#komoju_paypay_description {
  white-space: pre-line;
  /* 改行文字を反映 */
}
