#lp-form .g-recaptcha {
  position: initial;
}

.grecaptcha-badge {
  bottom: 70px !important;
  z-index: 2;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: unset !important;
}

input[type=checkbox] {
  display: initial;
}

/*** 商品一覧 ***/
.customer#set-edit-view .b {
  font-weight: 600;
}

.customer#set-edit-view .product_ttl {
  font-weight: 700;
}

.customer#set-edit-view .page_cont {
  padding: 0;
}

.customer#set-edit-view .page_cont .sec {
  padding: 50px 0;
}

.customer#set-edit-view .page_cont .select__container {
  margin: 1em 0 0.8em;
}

.customer#set-edit-view .page_cont .select__container label {
  margin-right: 1em;
}

.customer#set-edit-view .page_cont .select__container select {
  width: 70px;
  height: 40px;
  min-height: unset;
}

.customer#set-edit-view .page_cont .product_list .detail_cont .btn:hover {
  background: #333333;
}

/* .customer#set-edit-view .product_list .detail_cont:not(:has(.btn-cut)) .btn-add {
  border-radius: 0.4em;
  border-left: 1px solid #999;
} */

.customer#set-edit-view .catalog .product_list .detail_cont:not(:has(.btn-cut)) .btn-add {
  border-radius: 0.4em;
}

.customer#set-edit-view .product_list .is-selected .detail_cont .btn-add {
  background: #999;
  color: #fff;
}

/*** ピックアップエリア ***/
.customer#set-edit-view .pickup {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.customer#set-edit-view .pickup .purchase_list__item {
  border-bottom: unset;
}

.customer#set-edit-view .pickup .purchase_list__item .product_cat_list {
  display: inline-block;
}

.customer#set-edit-view .variant_list__item {
  margin: 0.75em 0 0.5em;
  padding: 0;
  border-bottom: unset;
}

.customer#set-edit-view .pickup .variant_list__item {
  margin: 1em 0 0;
}

.customer#set-edit-view .variant_price.normal {
  color: inherit;
}

.customer#set-edit-view .variant_price.normal::after {
  display: none;
}

.customer#set-edit-view .variant_price__container {
  flex-wrap: wrap;
  gap: 0.25em;
}

.customer#set-edit-view .product_list .product_list__item .variant_price__container {
  display: block;
}

@media screen and (max-width: 600px) {
  .customer#set-edit-view .purchase_list__item .btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .customer#set-edit-view .pickup {
    flex-direction: column;
  }

  .customer#set-edit-view .pickup .pickup_img,
  .customer#set-edit-view .pickup .pickup_img img,
  .customer#set-edit-view .pickup .pickup_items {
    width: 100%;
  }

  .customer#set-edit-view .pickup .purchase_list__item .product_thumb {
    width: 50%;
  }

  .customer#set-edit-view .pickup .purchase_list__item .product_price {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .customer#set-edit-view .pickup {
    margin-bottom: 60px;
  }

  .customer#set-edit-view .btn_slim {
    width: 200px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1120px) {
  .customer#set-edit-view .pickup .pickup_img {
    width: 50%;
  }

  .customer#set-edit-view .pickup .pickup_items {
    width: calc(50% - 30px);
  }
}

@media screen and (min-width: 1121px) {
  .customer#set-edit-view .purchase_list__item .product_detail {
    padding-left: 15px;
  }

  .customer#set-edit-view .pickup .variant_terms {
    margin-bottom: 0;
  }
}

/***「カートに入っている商品」固定パネル ***/
.customer#set-edit-view .panel__container {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  max-height: 100%;
  transition: 0.4s;
}

.customer#set-edit-view .panel__container .panel {
  background: #fff;
  border-bottom: unset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.customer#set-edit-view .panel .purchase_list__item {
  border-bottom: unset;
}

.customer#set-edit-view .panel .purchase_list__item.is-show+.is-show {
  border-top: 1px solid #ccc;
}

.customer#set-edit-view .panel .purchase_list__item .product_thumb {
  width: 50px;
}

.customer#set-edit-view .panel .purchase_list__item .product_detail {
  width: calc(100% - 50px);
}

.customer#set-edit-view .panel .purchase_list__item .detail_head {
  margin-bottom: 11px;
}

.customer#set-edit-view .panel .purchase_list__item .product_name {
  line-height: 1.4;
}

.customer#set-edit-view .panel .purchase_list__item .detail_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.customer#set-edit-view .panel .purchase_list__item .detail_cont::after {
  display: none;
}

.customer#set-edit-view .panel .purchase_list__item .quantity {
  display: block;
  margin-bottom: 0;
}

.customer#set-edit-view .panel__container .purchase_list__item .btn {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: unset;
  text-decoration: underline;
  font-size: 14px;
}

.customer#set-edit-view .panel__container .purchase_list__item .btn::after {
  display: none;
}

.customer#set-edit-view .panel__container .purchase_list__item .btn:hover {
  background: initial;
  color: #333;
  opacity: 0.5;
}

.customer#set-edit-view .panel__container .txt {
  text-align: center;
  font-size: 14px;
  color: inherit;
}

.customer#set-edit-view .panel__container .btn-primary {
  display: none;
  margin-bottom: 20px;
}

.customer#set-edit-view .panel__container .btn-primary::after {
  display: none;
}

.panel__container .section-status {
  display: flex;
  align-items: center;
  padding-top: 0.1em;
  padding-right: 0.75em;
}

.panel__container .icon__wrapper {
  display: inline-flex;
  margin-right: 0.75em;
}

.panel__container .icon_cart {
  width: 1.5em;
}

.panel__container .icon_cart svg {
  display: block;
  width: 100%;
  height: auto;
}

.panel__container .attention .icon_cart svg path,
.panel__container .attention .icon_cart svg circle {
  stroke: #c50000;
}

.panel__container .amount {
  padding-bottom: 20px;
}

.panel__container .amount__wrapper {
  margin-top: 20px;
}

.panel__container .amount__wrapper:last-child {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.panel__container .amount__wrapper span:not(.total) {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .customer#set-edit-view .panel__container.active {
    overflow-y: scroll;
  }

  .panel__container .amount {
    margin-top: -10px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .customer#set-edit-view .panel__container {
    width: 400px;
    height: auto !important;
  }

  .customer#set-edit-view .panel__container .panel-section {
    overflow-y: scroll;
    max-height: 800px;
    margin-right: -15px;
  }

  .customer#set-edit-view .panel__container .txt {
    font-size: 16px;
  }

  .customer#set-edit-view .panel__container .btn-primary {
    margin-bottom: 30px;
  }
}

.js-animation {
  animation: shake_animation 2s;
}

@keyframes shake_animation {
  0% {
    transform: translate(4px, 0px);
  }

  5% {
    transform: translate(-4px, 0px);
  }

  10% {
    transform: translate(4px, 0px);
  }

  15% {
    transform: translate(-4px, 0px);
  }

  20% {
    transform: translate(4px, 0px);
  }

  25% {
    transform: translate(-4px, 0px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

.gift-list {
  padding: 30px 0 10px;
}

.gift-list__item+.gift-list__item {
  margin-top: 40px;
}

.gift .red {
  color: #c50000;
}

.gift__ttl {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 700;
}

.gift__ttl .sm {
  padding: 0 0.1em;
  font-size: 0.75em;
}

.gift__cont {
  display: flex;
  align-items: flex-start;
}

.gift__img {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
}

.gift__detail {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.gift__status {
  display: flex;
  align-items: center;
}

.gift__status-label {
  font-size: 12px;
  line-height: 1;
  width: 50px;
  padding: 0.5em 0;
  background: #ccc;
  text-align: center;
  color: #fff;
}

.gift__status-label.is-active {
  background: #c50000;
}

.gift__status-txt {
  width: calc(100% - 50px);
  padding-left: 0.5em;
  font-size: 14px;
  line-height: 1.4;
}

.gift__status-txt .lg {
  font-size: 1.25em;
}

.gift__name {
  font-feature-settings: "palt";
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .gift__ttl {
    font-size: 18px;
  }

  .gift__name {
    font-size: 20px;
  }
}

.reco {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  background: rgba(49, 66, 35, 0.1);
  border-radius: 10px;
}

.reco__inner {
  padding: 20px 15px;
}

.reco__ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #314223;
}

.reco-list {
  display: flex;
  gap: 1em;
  font-size: 12px;
}

.reco-list__item {
  display: none;
  width: calc((100% - 2em) / 3);
}

.reco-list__item.is-show {
  display: block;
}

.reco-list__item .product_name {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.4;
}

.reco-list__item .product_price {
  margin-top: 0.15em;
  font-size: inherit;
}

.reco-list__item .product_price span {
  font-size: inherit;
}

.reco-list__item .product_price>span {
  font-size: 1.2em;
}

.reco-list__item .product_price .sm {
  font-size: 0.8em;
}

.reco-list__item .btn-add {
  margin-top: 0.5em;
  height: 2em;
  border-radius: 0.4em;
  font-size: inherit;
}

.reco-list__item .btn-add::after {
  display: none;
}

.reco-list__item .btn-add:hover {
  opacity: 1;
}

@media screen and (min-width: 1121px) {
  .reco-list__item .product_detail {
    padding-top: 10px;
  }
}


/***「商品を追加しました」ポップアップ ***/
.popup {
  width: 100%;
  max-width: 670px;
  margin: auto;
  padding: 0 20px;
  position: fixed;
  z-index: 10000;
  top: unset;
  right: unset;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  filter: drop-shadow(0 3px 3px rgba(128, 128, 128, 0.5));
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.popup.is-show {
  opacity: 1;
  pointer-events: auto;
}

.popup .btn__container {
  margin-top: 10px;
}

.popup .btn {
  height: 50px;
  border-color: #333;
  background: #333;
  color: #fff;
}

.popup .variant_price .lg {
  margin: 0 0.1em 0 0;
}

.popup .variant_price .b {
  margin-right: 0.3em;
}

.panel_add {
  border-color: #314223;
}

.panel_add .panel-heading {
  background-color: #314223;
  text-align: center;
  color: #fff;
}

.panel_add .panel-body {
  background-color: #fff;
}

.panel_add .panel-body .purchase_list__item {
  padding-bottom: 0;
}

@media screen and (min-width: 751px) {
  .popup {
    bottom: 30px;
    padding: 0;
  }

  .popup .btn__container {
    display: none;
  }
}