@charset "UTF-8";
#archive-product .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 12px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive-product .wp-pagenavi .page,
#archive-product .wp-pagenavi .current,
#archive-product .wp-pagenavi .nextpostslink,
#archive-product .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin: 0 6px;
  background: #ffffff;
  border: 1px solid #30669B;
  border-radius: 2px;
  color: #30669B;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  #archive-product .wp-pagenavi .page,
  #archive-product .wp-pagenavi .current,
  #archive-product .wp-pagenavi .nextpostslink,
  #archive-product .wp-pagenavi .previouspostslink {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi .page,
  #archive-product .wp-pagenavi .current,
  #archive-product .wp-pagenavi .nextpostslink,
  #archive-product .wp-pagenavi .previouspostslink {
    font-size: 1.2rem;
  }
}

#archive-product .wp-pagenavi .page:not(.current):hover,
#archive-product .wp-pagenavi .current:not(.current):hover,
#archive-product .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-product .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #30669B;
  color: #ffffff;
}

#archive-product .wp-pagenavi .current {
  background: #30669B;
  color: #ffffff;
}

#archive-product .wp-pagenavi .page,
#archive-product .wp-pagenavi .current {
  max-width: 80px;
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi .page,
  #archive-product .wp-pagenavi .current {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

#archive-product .wp-pagenavi .nextpostslink,
#archive-product .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 80px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive-product .wp-pagenavi .nextpostslink,
  #archive-product .wp-pagenavi .previouspostslink {
    width: 72px;
  }
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi .nextpostslink,
  #archive-product .wp-pagenavi .previouspostslink {
    width: calc(50% - 12px);
  }
}

#archive-product .wp-pagenavi .nextpostslink::before,
#archive-product .wp-pagenavi .previouspostslink::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #30669B;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 960px) {
  #archive-product .wp-pagenavi .nextpostslink::before,
  #archive-product .wp-pagenavi .previouspostslink::before {
    border-width: 4px 0 4px 6px;
  }
}

#archive-product .wp-pagenavi .nextpostslink:hover::before,
#archive-product .wp-pagenavi .previouspostslink:hover::before {
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0;
  }
}

#archive-product .wp-pagenavi .previouspostslink::before {
  margin-right: 4px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-product .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 520px) {
  #archive-product .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 6px;
    bottom: 0;
    margin: 0;
  }
}

#archive-product .wp-pagenavi .nextpostslink::before {
  margin-left: 4px;
}

#archive-product .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  background: #ffffff;
  border: solid 1px #30669B;
  border-radius: 2px;
}

#archive-product .cate-list__item {
  position: relative;
  width: calc(100% / 6);
  height: 50px;
}

@media screen and (max-width: 960px) {
  #archive-product .cate-list__item {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .cate-list__item {
    width: 50%;
  }
}

#archive-product .cate-list__item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: #30669B;
}

@media screen and (max-width: 768px) {
  #archive-product .cate-list__item:not(:nth-last-of-type(1))::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .cate-list__item:not(:nth-of-type(odd)) {
    border-left: solid 1px #30669B;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .cate-list__item:not(:nth-of-type(-n+2)) {
    border-top: solid 1px #30669B;
  }
}

#archive-product .cate-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #30669B;
}

@media screen and (max-width: 960px) {
  #archive-product .cate-list__item a {
    font-size: 1.4rem;
  }
}

#archive-product .cate-list__item a.is-current, #archive-product .cate-list__item a:hover {
  background: #30669B;
  color: #ffffff;
}

#archive-product .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #archive-product .product-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #archive-product .product-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  #archive-product .product-list {
    gap: 24px;
  }
}

@media screen and (max-width: 960px) {
  #archive-product .product-list {
    gap: 16px;
  }
}

#archive-product .product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(25% - (32px * 3 / 4));
}

@media screen and (max-width: 1280px) {
  #archive-product .product-list__item {
    width: calc(25% - (24px * 3 / 4));
  }
}

@media screen and (max-width: 960px) {
  #archive-product .product-list__item {
    width: calc(25% - (16px * 3 / 4));
  }
}

@media screen and (max-width: 768px) {
  #archive-product .product-list__item {
    width: calc(50% - 8px);
  }
}

#archive-product .product-vsl {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 4px;
  aspect-ratio: 1/1;
}

#archive-product .product-vsl a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#archive-product .product-vsl a img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#archive-product .product-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #30669B;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #archive-product .product-cate {
    height: 24px;
    padding: 0 12px;
    font-size: 1rem;
  }
}

#archive-product .product-ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  #archive-product .product-ttl {
    margin-bottom: 12px;
  }
}

#archive-product .product-ttl a {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #archive-product .product-ttl a {
    font-size: 1.6rem;
  }
}

#archive-product .product-ttl a:hover {
  text-decoration: underline;
}

#archive-product .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 12px;
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  #archive-product .product-price {
    gap: 4px 8px;
  }
}

#archive-product .product-price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 8px;
  background: #F8F4EA;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  #archive-product .product-price dt {
    height: 24px;
    padding: 0 6px;
    font-size: 1.2rem;
  }
}

#archive-product .product-price dd {
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px) {
  #archive-product .product-price dd {
    width: 100%;
  }
}

#archive-product .product-price dd em {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 1024px) {
  #archive-product .product-price dd em {
    font-size: 1.6rem;
  }
}

#archive-product .product-price dd em::before {
  content: '¥';
  font-size: 1.4rem;
}

#single-product .product-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: calc(8px * 6);
  padding-bottom: calc(8px * 10);
  border-bottom: dashed 2px #cccccc;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 1280px) {
  #single-product .product-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit {
    gap: 24px;
  }
}

#single-product .product-unit__vsl {
  width: calc(100% - 640px);
}

@media screen and (max-width: 1280px) {
  #single-product .product-unit__vsl {
    width: calc(100% - 512px);
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__vsl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__vsl {
    display: block;
  }
}

#single-product .product-unit__vsl .product-slider {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__vsl .product-slider {
    width: calc(70% - 8px);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__vsl .product-slider {
    width: 100%;
  }
}

#single-product .product-unit__vsl .product-slider .slick-slide {
  aspect-ratio: 1 / 1;
  background: #ffffff;
}

#single-product .product-unit__vsl .product-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
}

#single-product .product-unit__vsl .product-slider .slick-slide img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__vsl .thumb-list {
    width: calc(30% - 8px);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__vsl .thumb-list {
    width: 100%;
  }
}

#single-product .product-unit__vsl .thumb-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

#single-product .product-unit__vsl .thumb-list .slick-track::before, #single-product .product-unit__vsl .thumb-list .slick-track::after {
  display: none;
}

#single-product .product-unit__vsl .thumb-list .slick-slide {
  overflow: hidden;
  width: calc(25% - 6px) !important;
  aspect-ratio: 1 / 1;
  border: solid 1px #eaeaea;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__vsl .thumb-list .slick-slide {
    width: calc(50% - 4px) !important;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__vsl .thumb-list .slick-slide {
    width: calc(25% - 6px) !important;
  }
}

#single-product .product-unit__vsl .thumb-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#single-product .product-unit__vsl .thumb-list .slick-slide img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#single-product .product-unit__dtl {
  width: 600px;
}

@media screen and (max-width: 1280px) {
  #single-product .product-unit__dtl {
    width: 480px;
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl {
    width: 100%;
  }
}

#single-product .product-unit__dtl .product-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 28px;
  margin-bottom: 8px;
  padding: 0 16px;
  background: #30669B;
  border-radius: 14px;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cate {
    height: 24px;
    padding: 0 12px;
  }
}

#single-product .product-unit__dtl .product-ttl {
  margin-bottom: 24px;
  color: #333333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1280px) {
  #single-product .product-unit__dtl .product-ttl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-ttl {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-ttl {
    font-size: 2rem;
  }
}

#single-product .product-unit__dtl .product-cart {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-product .product-unit__dtl .product-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

#single-product .product-unit__dtl .product-cart__item:not(:nth-last-of-type(1)) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: dashed 1px #cccccc;
}

#single-product .product-unit__dtl .product-cart .product-cart-price {
  width: calc(100% - 256px);
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: calc(100% - 216px);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price {
    display: block;
    width: calc(100% - 156px);
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 160px;
  height: 32px;
  margin-bottom: 8px;
  padding: 0 8px;
  background: #F8F4EA;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dt {
    width: 140px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dt {
    width: 100%;
    max-width: 140px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dd {
    width: calc(100% - 148px);
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dd {
    width: 100%;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-price dd em {
  font-family: "Inter", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dd em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dd em {
    font-size: 2rem;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-price dd em::before {
  content: '¥ ';
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-price dd em::before {
    font-size: 1.4rem;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-btn {
  width: 240px;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-btn {
    width: 200px;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart .product-cart-btn {
    width: 140px;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 56px;
  background: #c80952;
  border: solid 1px #c80952;
  border-radius: 28px;
  color: #ffffff;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cart .product-cart-btn a {
    height: 48px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart .product-cart-btn a {
    gap: 6px;
    max-width: none;
    height: 44px;
    font-size: 1.2rem;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-btn a .ico-cart {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cart .product-cart-btn a .ico-cart {
    width: 18px;
    height: 18px;
  }
}

#single-product .product-unit__dtl .product-cart .product-cart-btn a:hover {
  background: #ffffff;
  color: #c80952;
}

#single-product .product-unit__dtl .product-cart .product-cart-btn a:hover .ico-cart {
  fill: #c80952;
}

#single-product .product-unit__dtl .product-price {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-price {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-price {
    font-size: 1rem;
  }
}

#single-product .product-unit__dtl .product-cp-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 12px;
  margin-bottom: 24px;
}

#single-product .product-unit__dtl .product-cp-price dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  background: #F8F4EA;
  border-radius: 2px;
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cp-price dt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cp-price dt {
    font-size: 1.2rem;
  }
}

#single-product .product-unit__dtl .product-cp-price dd {
  color: #cccccc;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cp-price dd {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cp-price dd {
    font-size: 1.2rem;
  }
}

#single-product .product-unit__dtl .product-cp-price dd em {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cp-price dd em {
    font-size: 2rem;
  }
}

#single-product .product-unit__dtl .product-cp-price dd em::before {
  content: '¥';
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-cp-price dd em::before {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-cp-price dd em::before {
    font-size: 1.2rem;
  }
}

#single-product .product-unit__dtl .product-txt {
  margin-bottom: calc(8px * 4);
}

@media screen and (max-width: 960px) {
  #single-product .product-unit__dtl .product-txt {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-txt {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-txt {
    font-size: 1.4rem;
  }
}

#single-product .product-unit__dtl .product-block {
  margin-bottom: 24px;
}

#single-product .product-unit__dtl .product-block dt {
  position: relative;
  margin-bottom: 12px;
  padding: 4px 12px 2px;
  background: linear-gradient(to right, #30669B 140px, transparent 140px);
  border-bottom: solid 2px #30669B;
  border-radius: 2px 0 0 0;
  color: #ffffff;
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-block dt {
    padding: 2px 12px 0;
    background: linear-gradient(to right, #30669B 100px, transparent 100px);
    font-size: 1.4rem;
  }
}

#single-product .product-unit__dtl .product-block dt::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  z-index: -1;
  width: 40px;
  height: calc(100% + 1px);
  background: #30669B;
  border-radius: 0 2px 0 0;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-block dt::after {
    left: 80px;
  }
}

@media screen and (max-width: 520px) {
  #single-product .product-unit__dtl .product-block dd {
    font-size: 1.4rem;
  }
}

#single-product .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

#single-product .pickup-list__item {
  width: calc(33.33% - 16px);
  aspect-ratio: 1;
}

#single-product .pickup-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#single-product .pickup-list__item a img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#archive-product .category-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  background: #ffffff;
  border: solid 1px #30669B;
  border-radius: 2px;
}

#archive-product .category-radio-item {
  position: relative;
  width: calc(100% / 6);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: #30669B;
}
#archive-product .category-radio-item label{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive-product .category-radio-item:has(input[type="radio"]:checked){
  background-color: #30669B;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #archive-product .category-radio-item {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .category-radio-item {
    width: 50%;
  }
}

#archive-product .category-radio-item:not(:nth-last-of-type(1))::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background: #30669B;
}

@media screen and (max-width: 768px) {
  #archive-product .category-radio-item:not(:nth-last-of-type(1))::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .category-radio-item:not(:nth-of-type(odd)) {
    border-left: solid 1px #30669B;
  }
}

@media screen and (max-width: 768px) {
  #archive-product .category-radio-item:not(:nth-of-type(-n+2)) {
    border-top: solid 1px #30669B;
  }
}

/*# sourceMappingURL=../../maps/pages/product.css.map */
