@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.l-crab2025 {
  counter-reset: number 0;
  overflow: hidden;
}
.l-crab2025 .font-8 {
  font-size: 8px;
}
.l-crab2025 .font-21 {
  font-size: 21px;
}
.l-crab2025 .color-red {
  color: #fa6153;
}
.l-crab2025 .color-orange {
  color: #ff952b;
}
.l-crab2025 .ls30 {
  letter-spacing: 0.03em;
}
.l-crab2025 .ls50 {
  letter-spacing: 0.05em;
}
.l-crab2025 .ls100 {
  letter-spacing: 0.05em;
}
.l-crab2025 .line-through {
  text-decoration: line-through;
}
.l-crab2025 .t-center {
  text-align: center;
}
.l-crab2025 .pb20 {
  padding-bottom: 20px;
}
.l-crab2025 .main-swiper {
  margin-bottom: 40px;
}
.l-crab2025 .main-swiper .swiper-container {
  overflow: unset !important;
}
.l-crab2025 .main-swiper .swiper-slide img {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  border-radius: 10px;
  width: 100%;
}
.l-crab2025 .main-swiper .swiper-pagination {
  bottom: -25px !important;
}
.l-crab2025 .l-product-detail .modal__content img {
  border-radius: 25px;
}
.l-crab2025 .l-product-detail .main-swiper {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .l-crab2025 .item-container {
    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;
  }
}
@media (min-width: 768px) {
  .l-crab2025 .item-container.j-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-crab2025 .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.l-crab2025 .item-box {
  width: 100%;
}
@media (min-width: 768px) {
  .l-crab2025 .item-box {
    width: 365px;
  }
}
.l-crab2025 .item-box a {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}
.l-crab2025 .item-box a:not(.top-box) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-crab2025 .item-box a:not(.top-box) .item-inner {
  height: 100%;
}
.l-crab2025 .item-img img {
  width: 150px;
  border: 1px solid #ddd;
}
.l-crab2025 .item-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-crab2025 .item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
}
.l-crab2025 .item-name .item-red {
  color: #fa6153;
  font-size: 14px;
}
.l-crab2025 .item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-crab2025 .item-left p:first-of-type {
  margin-bottom: 6px;
}
.l-crab2025 .item-special {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background-color: #ff952b;
  text-align: center;
  color: #fff;
  min-width: 60px;
  display: inline-block;
  padding: 2px 8px;
}
.l-crab2025 .item-border {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #ff952b;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #ff952b;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-crab2025 .item-border span {
  padding: 0 12px;
}
.l-crab2025 .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
  height: 30px;
  border-radius: 24px;
  background-color: #fa6153;
  color: #fff;
  margin: 0 auto;
}
.l-crab2025 .item-recommend {
  font-size: 10px;
  background-color: #fa6153;
  border-radius: 2px;
  padding: 1px 5px;
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.l-crab2025 .item-text {
  font-size: 12px;
  font-weight: bold;
  color: #32b988;
  background-color: #edf5f2;
  border-radius: 6px;
  padding: 4px 5px;
  width: 100%;
}
.l-crab2025 .item-text img {
  margin-right: 5px;
  vertical-align: bottom;
}
.l-crab2025 .item-box-link .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-crab2025 .item-inner .special-price {
  padding: 2px 10px;
  width: 90px;
}
.l-crab2025 .j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-crab2025 .sec-container img {
  display: block;
  width: 100%;
}
.l-crab2025 .customer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.l-crab2025 .customer-wrapper:not(:last-of-type) {
  margin-bottom: 15px;
}
.l-crab2025 .customer-icon {
  width: 28px;
  margin-left: 5px;
  padding-top: 10px;
}
.l-crab2025 .customer-textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  line-height: 1.43;
}
.l-crab2025 .bg-container {
  background-image: linear-gradient(to bottom, transparent, transparent 35px, #edf5f2 35px, #edf5f2);
}
.l-crab2025 .attention-list {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.42;
  color: #757575;
}
.l-crab2025 .shop-inner {
  padding: 30px 0;
  margin-bottom: 25px;
}
.l-crab2025 .shop-inner .btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-crab2025 .btn-inner .btn {
  padding: 0;
  background-color: #fff;
  color: #333;
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-crab2025 .column-img {
  width: 170px;
}
.l-crab2025 .btn {
  font-weight: 500;
}
.item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  min-height: 150px;
}
.item-img {
  width: 150px;
  aspect-ratio: 1/1;
}
.item-img img {
  width: 100%;
}
.item-special {
  margin-top: 5px;
  width: auto;
  padding: 2px 5px;
}
.item-special.type_2 {
  color: #ff952b;
  background: #fff;
  border: 1px solid #ff952b;
}
.item-misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.item-price__default,
.item-price__discount {
  margin-top: 5px;
  line-height: 1;
}
.item-price__default p,
.item-price__discount p {
  display: inline-block;
}
p.item-btn {
  margin-top: 5px;
}
.font-8 {
  font-size: 8px;
}
.font-9 {
  font-size: 9px;
}
.font-10 {
  font-size: 10px;
}
.font-11 {
  font-size: 11px;
}
.font-12 {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}
.feature_crab_kv {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .feature_crab_kv {
    aspect-ratio: 75/92;
  }
}
