@charset "UTF-8";
@import url("./google-fonts.css");
body {
  font-family: "Noto Sans JP", "Noto Serif JP";
  font-size: 14px;
  min-height: 100vh;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: #000000;
}
a.pointer {
  cursor: pointer;
}

footer {
  margin-top: auto;
}

.l-bottom-breadcrumb {
  margin-top: auto;
}

.its-bg-gray {
  background: #f8f6f5;
}

.page-contents {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.label-radio::before {
  border-color: #666 !important;
}
.label-radio::after {
  opacity: 1 !important;
  transform: scale3d(1, 1, 1) !important;
}

/*お気に入りボタン*/
.image-box, .edit-box {
  position: relative;
}

.like {
  width: 30px;
  height: 30px;
  color: #6c757d;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 1px;
  left: 1px;
}

/*変更ボタン*/
.edit-btn {
  display: flex;
  position: absolute;
  top: 10px;
  right: 5px;
}

.edit-btn-lg {
  display: flex;
  position: absolute;
  top: 16px;
  right: 5px;
}

/*タイトル*/
.title {
  padding-bottom: 10px;
  /*border-bottom: solid 2px #FCD7D7;*/
  border-bottom: solid 2px #ececec;
  position: relative;
}
.title:after {
  position: absolute;
  content: " ";
  display: block;
  /*border-bottom: solid 2px #F72F37;*/
  border-bottom: solid 2px #6e6d6d;
  bottom: -2px;
  width: 30%;
}

.sub-title {
  padding-bottom: 10px;
  /*border-bottom: solid 2px #FCD7D7;*/
  border-bottom: solid 2px #ececec;
  position: relative;
}
.sub-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #fdd998;
  bottom: -2px;
  width: 30%;
}

.cart-title {
  padding-bottom: 10px;
  /*border-bottom: solid 2px #FCD7D7;*/
  border-bottom: solid 2px #ececec;
  position: relative;
}
.cart-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #f56a79;
  bottom: -2px;
  width: 30%;
}

.faq-title {
  padding: 0px;
}

.btn-square {
  border-radius: 0;
}

#main-menu a {
  border-left: solid 1px #DEE2E6;
}

#main-menu:last-child {
  border-right: solid 1px #DEE2E6;
}

/*パンくず*/
.breadcrumb-item {
  font-size: 90%;
  color: #6c757d;
}

/*契約中の定期便*/
.regular-list .regular-header {
  background-color: #EEE8E4;
}
.regular-list .regular-column {
  border-bottom: solid 1px #dee2e6;
}
@media (max-width: 991px) {
  .regular-list .regular-column {
    border: solid 1px #a69381;
  }
  .regular-list .regular-column .bottom-line {
    border-bottom: dotted 1px #a69381;
  }
}

.radio_indent label {
  width: 100% !important;
  padding: 5px 0;
}

.only-add-goods {
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #D85734;
  color: white;
}

.idle-icon {
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #058dc7;
  color: white;
}

.idle-reserve-btn {
  background-color: #9789b8;
  white-space: nowrap;
  color: #ffffff;
  pointer-events: none;
}

.cancel-btn {
  background-color: #d97f67;
  white-space: nowrap;
  color: #ffffff;
}

.category-list {
  background-color: #EEE8E4;
  border: solid 1px #adadad;
}

.out-of-stock {
  background: #D1C9A6 !important;
}

.soldout {
  background: #B2B2B2 !important;
}

dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}

dt {
  padding: 10px 0;
}

/*ページネーション*/
.nav-pager {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

.list-pager {
  list-style: none;
}

.btn-pager {
  display: inline-block;
  border-radius: 3px;
  background-color: #0d0d0d;
  min-width: 2.5rem;
  padding: 10px 10px 9px;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  text-align: center;
  transition: opacity 0.4s ease 0s;
}

.-current {
  background-color: #6c757d;
}

/*商品アイコン*/
.l-item-list__item-tag--free-shipping, .-shipping {
  background: #A71919;
}

.l-item-list__item-tag--gift, .-gift {
  background: #642E8D;
}

.l-item-list__item-tag--subscription, .-subscription {
  background: #503614;
}

.l-item-list__item-tag--freezing, .-freezing {
  background: #3073C1;
}

.l-item-list__item-tag--refrigerate, .-refrigerate {
  background: #5cb2db;
}

.l-item-list__item-tag--normal_temp, .-normal_temp {
  background: #d99568;
}

img.icon-gray {
  filter: grayscale(100%);
}

.icon-goods {
  height: 34px;
}
.icon-goods .badge {
  padding: 8px;
}
.icon-goods .icon-web-only {
  border-radius: 3px;
  background-color: #08e20b;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-web-only {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-new {
  border-radius: 3px;
  background-color: #ff8c00;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-new {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-recommend {
  border-radius: 3px;
  background-color: #cbab03;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-recommend {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-popular {
  border-radius: 3px;
  background-color: #ff60b4;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-popular {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-limited-time {
  border-radius: 3px;
  background-color: #343a40;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-limited-time {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-limited-quantity {
  border-radius: 3px;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-limited-quantity {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-deliv-free {
  border-radius: 3px;
  background-color: #006400;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-deliv-free {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-cool {
  border-radius: 3px;
  background-color: #0ff3ec;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-cool {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-frozen {
  border-radius: 3px;
  background-color: #0537e7;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-frozen {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-comming-soon {
  border-radius: 3px;
  background-color: #4e555b;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-comming-soon {
    font-size: 0.6rem;
  }
}
.icon-goods .icon-sold-out {
  border-radius: 3px;
  background-color: #192f4f;
  color: #fff;
  font-size: 0.9rem;
}
@media (max-width: 991px) {
  .icon-goods .icon-sold-out {
    font-size: 0.6rem;
  }
}

.middle-iconlist ul {
  margin: -2px -2px 5px !important;
}
.middle-iconlist ul li {
  font-size: inherit !important;
}

.msg {
  color: #FF0000;
}

.err-msg {
  color: #E23449;
}

.mypage-name {
  background-color: #e3e3e3;
  font-size: large;
  text-align: center;
  padding: 3px;
}

.cart .goods-img {
  max-height: 120px;
  min-height: 60px;
  width: auto;
}

.customize_tooltip {
  height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #D85734 !important;
  color: #fff !important;
  padding: 5px !important;
  font-size: 12px !important;
  max-width: inherit !important;
  box-shadow: none;
}

.valid-effect {
  background: #FFFCDD !important;
}

.address-list li {
  height: auto;
}

.btn-xs {
  padding: 0.35rem 0.35rem;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 0.2rem;
}

.cart-confirm h7 {
  padding: 0.25em;
  font-weight: bold;
}

.gift .radio_image {
  width: 150px;
}

.gift-title {
  position: relative;
  padding-left: 4em;
}

.gift-title span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
  color: #fff;
  background: #ffc93c;
}

.gift-title span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #ffc93c;
}

.view_history .carousel-control-prev-icon,
.view_history .carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  border-radius: 50%;
}
.view_history .carousel-control-prev-icon:after {
  content: "<";
  font-size: 55px;
  color: black;
}
.view_history .carousel-control-next-icon:after {
  content: ">";
  font-size: 55px;
  color: black;
}
.view_history .carousel-item.active {
  display: flex;
  flex-wrap: wrap;
}
.view_history .carousel-item {
  display: none;
}

.text_overflow {
  overflow: hidden;
  white-space: nowrap;
}

.text_overflow {
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

/*アイコンリスト*/
.tags-item {
  position: relative;
  font-size: 0;
}

.tag {
  font-size: 0.875rem;
  display: inline-block;
}
.tag span {
  padding: 8px;
  border-radius: 3px;
}

/*マイページ左メニュー*/
.list-sidebar {
  list-style: none;
}

.list-sidebar > .list:last-of-type > .btn-arrow {
  border-bottom-width: 1px;
}

.btn-arrow.-sidebar {
  border: 1px solid #A69381;
  border-bottom-width: 0;
  border-radius: 0;
  background-color: rgba(166, 147, 129, 0.1);
  padding-right: 20px;
  font-size: 0.875rem;
}
.btn-arrow.-sidebar::before, .btn-arrow.-sidebar::after {
  right: 10px;
}

.btn-arrow {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 30px 15px 15px;
  color: #666666;
  font-weight: bold;
  line-height: 1.1;
  transition: opacity 0.4s ease;
  transition-property: opacity;
}
.btn-arrow::before {
  top: calc(50% - 2px);
  transform: translateX(-50%) rotate(45deg);
}
.btn-arrow::after {
  top: calc(50% + 3px);
  transform: translateX(-50%) rotate(-45deg);
}
.btn-arrow::before, .btn-arrow::after {
  bottom: 18px;
  width: 0.5rem;
  height: 2px;
  content: "";
  position: absolute;
  display: block;
  background-color: #666666;
}
.btn-arrow:hover {
  text-decoration: none;
  color: #666666;
}

/*マイページメニュー*/
.mypage-side-menu {
  flex: 0 0 22.222222%;
}
@media (max-width: 750px) {
  .mypage-side-menu {
    display: none;
  }
}

.card-mypage > img {
  margin: 30px 0 30px 30px;
}

/*端末による表示の切り替え*/
.disp-pc {
  display: block;
}
@media (max-width: 750px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media (max-width: 750px) {
  .disp-sp {
    display: block;
  }
}

.input-form-gift .input-form-row {
  border-bottom: dotted 1px #a69381;
}
/*顧客情報など入力フォーム*/
.input-form {
  border: solid 1px #a69381;
}
.input-form .input-form-row {
  border-bottom: dotted 1px #a69381;
}
.input-form .input-form-row:last-child {
  border-bottom: 0;
}
.input-form .input-header {
  background-color: #EEE8E4;
}

.tel_form {
  flex: 1;
  width: 100%;
}

/*カート内共通*/
.cart-header {
  border-top: 1px solid #e7ded7 !important;
  border-bottom: 1px solid #e7ded7 !important;
}
.cart-header .title {
  border-top: 1px solid #e7ded7 !important;
  border-bottom: 1px solid #e7ded7 !important;
  font-size: 30px;
}
@media (max-width: 991px) {
  .cart-header .title {
    font-size: 25px;
  }
}

.select-box-design {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.select-box-design::before {
  content: "";
  margin-right: 0.25rem;
  font-size: 0.875rem;
}
.select-box-design::after {
  content: "";
  position: absolute;
  bottom: auto;
  right: 15px;
  display: inline-block;
  border-top: 10px solid #666666;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.select-box-design .select {
  background-color: #EEEEEE;
  border: 1px solid #666666;
  border-radius: 3px;
  padding: 5px 32px 5px 10px;
  color: #666666;
  font-size: 0.875rem;
}

.item_goods_num {
  width: 30%;
}
@media (max-width: 750px) {
  .item_goods_num {
    width: 50%;
  }
}

.gray-btn {
  background-color: #adadad;
  color: #ffffff;
}

.upd-btn {
  background-color: #e2e2e2;
  white-space: nowrap;
}

.brown-btn {
  background-color: #a69381;
  color: #ffffff;
}

.cart-go-btn {
  background-color: #D85734;
  white-space: nowrap;
  color: #ffffff;
}

.cart-back-btn {
  background-color: #666666;
  white-space: nowrap;
  color: #ffffff;
}

.btn-group .btn {
  border: 0;
  padding: 0;
  font-size: unset;
  vertical-align: unset;
}
.btn-group .btn-select::after {
  content: "選択";
  color: black;
}
.btn-group .active::after {
  content: "選択中";
  color: white;
}

.btn-all-group .btn {
  border: 0;
  padding: 0;
  font-size: unset;
  vertical-align: unset;
}
.btn-all-group .btn-select::after {
  content: "すべて選択";
}
.btn-all-group .active::after {
  content: "選択解除";
}

#cart-transition {
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  z-index: 1;
}
#cart-transition .cart-transition-number {
  line-height: 42px;
  width: 42px;
  height: 42px;
  font-size: 20px;
  margin-bottom: 5px;
  background: #adadad;
  color: #FFF;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
#cart-transition .active > .cart-transition-number {
  background: #D85734;
}

.input-border {
  border: 0.15em solid #7d9b7d !important;
}
@media (max-width: 750px) {
  .input-border {
    border: 0.1em solid #7d9b7d !important;
  }
}

.input-color {
  color: #7d9b7d;
}
.input-color input[type=radio]:checked {
  color: #7d9b7d;
  border: 1px solid #7d9b7d;
  border-radius: 50%;
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
}
.input-color input[type=radio]:checked:before {
  background: #4caf50;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 2px;
  transition: all ease-out 250ms;
}

/*カート画面*/
.cart-offer {
  border: 1px solid #2e446d !important;
  border-left: none !important;
  border-right: none !important;
  color: #2e446d !important;
}

#cart-table #cart-table-header {
  background-color: #EEE8E4;
}
#cart-table .cart-table-column {
  border-bottom: solid 1px #dee2e6;
}
@media (max-width: 991px) {
  #cart-table .cart-table-column {
    border: solid 1px #a69381;
  }
  #cart-table .cart-table-column .cart-table-column-goods, #cart-table .cart-table-column .cart-table-column-kinds, #cart-table .cart-table-column .cart-table-column-num {
    border-bottom: dotted 1px #a69381;
  }
}

.cart-table-amount .cart-table-amount-header {
  background-color: #EEE8E4;
  line-height: 25px;
}
.cart-table-amount .cart-table-amount-discount-header {
  background-color: #f6f4f3;
  line-height: 25px;
}
.cart-table-amount #cart-total-amount {
  font-size: 18px;
}
.cart-table-amount #cart-sales-amount {
  color: #D85734;
  font-size: 20px;
}

/*カート最終確認*/
@media (max-width: 749px) {
  .p-cart-confirm__dest-items {
    width: 100%;
  }
}

.cart-border {
  border: solid 1px #adadad;
}
.cart-border .cart-border-right {
  border-right: dotted 1px #adadad;
}
@media (max-width: 991px) {
  .cart-border .cart-border-right {
    border-right: none;
    border-bottom: dotted 1px #adadad;
  }
}
.cart-border .cart-border-bottom {
  border-bottom: dotted 1px #adadad;
}
.cart-border .cart-border-top {
  border-top: dotted 1px #adadad;
}
.cart-border .cart-item-border {
  border: solid 1px #cbcbcb;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.cart-border .cart-item-border .cart-border-right {
  border-bottom-color: #cbcbcb;
}
.cart-border .cart-item-border .cart-border-top {
  border-top-color: #cbcbcb;
}

.del-active {
  background-color: #eaeaea;
}
.del-active .disp_opacity {
  opacity: 30%;
}
.del-active .line-del-border {
  border: solid 1px #adadad;
}

.order-box {
  background-color: #e9e5e2;
}
.order-box .cart-sales-amount {
  color: #D85734;
  font-size: 20px;
}

.order-discount-box {
  background-color: #f6f4f3;
}

@media (max-width: 750px) {
  .footer-bottomscroll {
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 80;
  }
}

.payment-item {
  border: 1px dotted #b79149;
  background-color: #faf3ee;
}

/*明細：アイコン*/
.regular-icon {
  background-color: #eea068;
  color: white;
  font-size: 12px;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 0 4px;
}

.cart-offer-icon {
  background-color: #A71919 !important;
}

.offer-icon {
  background-color: #A71919;
  color: white;
  margin: 3px;
  padding: 0 7px;
  width: auto;
  height: 20px;
  align-items: center;
  font-size: 0.625rem;
  line-height: 1;
  display: flex;
  font-weight: normal;
}

.modal {
  z-index: 1060;
}

.modal-backdrop {
  z-index: 1050;
}

.modal-header {
  background-color: #EEE8E4;
  font-size: 20px;
}

/*商品一覧*/
.goods-name {
  color: #3E3A39;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: underline;
  transition: opacity 0.4s ease;
  transition-property: -webkit-text-decoration;
  transition-property: text-decoration;
  transition-property: text-decoration, -webkit-text-decoration;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 729px) {
  .goods-name {
    font-size: 0.875rem;
  }
}

.goods-price {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
  color: #EA545D;
  font-weight: bold;
  line-height: 1.1;
}
@media (max-width: 729px) {
  .goods-price {
    font-size: 0.875rem;
  }
}

/*商品詳細*/
.goods-detail-price {
  font-size: 1.25rem;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #EA545D;
  font-weight: bold;
  line-height: 1.1;
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

/*パンくずリスト*/
.breadcrumb-list {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .sm-dotted-border-bottom {
    border-bottom: dotted 1px #adadad;
  }
}
/*マイレビュー*/
.review_border {
  border: solid 1px #707070;
}

/*最上部へ戻るボタン*/
.top-scroll {
  position: fixed;
  opacity: 70%;
  right: 0.5rem;
  bottom: 0.3rem;
  z-index: 1030;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.top-scroll .top-btn {
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #A69381;
  text-align: center;
  z-index: 10;
  transition: opacity 0.4s ease;
  transition-property: opacity;
}
.top-scroll .text {
  position: relative;
  display: block;
  padding-top: 14px;
  padding-bottom: 0;
  font-weight: normal;
}
.top-scroll .text::before, .top-scroll .text::after {
  top: 8px;
  bottom: auto;
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: #fff;
}
.top-scroll .text::before {
  transform: translateX(-50%) rotate(-45deg);
  left: calc(50% - 2px);
}
.top-scroll .text::after {
  transform: translateX(-50%) rotate(45deg);
  left: calc(50% + 2px);
}

/*注文確定ボタン*/
.order-scroll {
  display: none;
}
@media (max-width: 991px) {
  .order-scroll {
    position: fixed;
    opacity: 70%;
    left: 0;
    bottom: 0;
    z-index: 1030;
    font-size: 0.625rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }
  .order-scroll .order-btn {
    height: 3rem;
    justify-content: center;
    align-items: center;
    background-color: #D85734;
    text-align: center;
    z-index: 10;
    transition: opacity 0.4s ease;
    transition-property: opacity;
  }
  .order-scroll .text {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-size: 13px;
    position: relative;
    display: block;
    padding-top: 14px;
    padding-bottom: 0;
    font-weight: normal;
  }
  .order-scroll .text::before, .order-scroll .text::after {
    top: 35px;
    bottom: auto;
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #fff;
  }
  .order-scroll .text::before {
    transform: translateX(-50%) rotate(45deg);
    left: calc(50% - 2px);
  }
  .order-scroll .text::after {
    transform: translateX(-50%) rotate(-45deg);
    left: calc(50% + 2px);
  }
}

/*LP*/
.lp-form {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.lp-form-title {
  margin: 0 auto;
  background: #A69381;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.btn-big {
  padding: 12px 0 10px 0;
  text-align: center;
  font-size: 16px;
  width: 300px;
}

.btn-send {
  color: #FFF;
  background: linear-gradient(180deg, rgb(214, 3, 0) 0%, rgb(159, 2, 0) 100%);
  border: none;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.bg-err {
  background-color: #FFDFE0;
}

/*アドレス帳一覧*/
._adrsList::after {
  content: "";
  display: block;
  width: 31%;
}

#custom-overlay {
  z-index: 1000 !important;
  background-color: #fff;
  opacity: 0.7;
  background-image: url("../js/ajax-loader.gif");
  background-position: center;
}

@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

/* 利用規約同意モーダル メイン */
#popup_terms_agree_main {
  display: none;
  width: 80%;
  height: 36rem;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 1060;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  #popup_terms_agree_main {
    width: 90%;
  }
}

/* 利用規約同意モーダル 背景 */
#popup_terms_agree_bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}

/* 利用規約同意モーダル 内容 */
#popup_terms_agree_body {
  margin: 1.2rem 3rem;
}

/* 利用規約同意モーダル 規約内容 */
#popup_terms_agree_contents {
  border: solid 1px;
  padding: 1rem;
  height: 20rem;
}
@media (max-width: 767px) {
  #popup_terms_agree_contents {
    font-size: 0.75rem;
  }
}

/* 利用規約同意モーダル チェックボックス */
#popup_terms_agree_check {
  margin-bottom: 1rem;
}

/* 利用規約同意モーダル 送信ボタン */
#btn_terms_agree {
  width: 50%;
}

/* 定期同梱アイコン */
.only-add-goods {
  font-weight: normal;
  display: inline-block;
  border-radius: unset;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .p-member-regular__text-cell--item {
    align-items: unset !important;
  }
  .p-member-regular__text-cell--item::before {
    content: attr(data-label);
    display: grid !important;
    height: unset !important;
    align-items: center;
  }
  .p-member-regular__text-cell--item span {
    padding: 20px 0;
  }
}
/* JavaScript無効時の警告メッセージ*/
div.noScriptArea {
  z-index: 10000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  padding: 26.5rem 0rem;
  text-align: center;
  background: linear-gradient(rgba(148, 146, 146, 0.3), rgba(87, 87, 94, 0.3));
}

div.noScriptArea h2 {
  color: rgb(219, 55, 55);
  background-color: #f7f8fa;
  width: 30%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 767px) {
  div.noScriptArea h2 {
    width: 80%;
    bottom: 55%;
    font-size: 20px;
  }
}

/* PC TOPページ追加*/
@media (min-width: 768px) {

  /* 検索機能本体 */
  .gift-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #017646;
    padding: 40px;
    flex-wrap: wrap;
  }

  .icon-block {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .search-icon {
    width: 60px;
    height: 60px;
  }

  .btn-icon {
    width: 15px;
    height: 15px;
  }

  .search-block-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .search-block {
    display: flex;
    flex-direction: row;
    font-size: 14px;
  }

  .search-label {
    font-size: 30px;
    line-height: 1;
    color: #fff;
  }

  .search-label span {
    font-size: 13px;
    color: #cec9c9 !important;
  }

  .price-range {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  select {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
  }

  .scene,
  .price {
    width: 300px;
  }

  .search-btn {
    background-color: #0a0a0a;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .search-btn:hover {
    background-color: #555;
  }

  /*ランキング*/
  .page-contents.-original .top-ranking {
    background: #fffdee;
    padding: 40px;
  }

  /*トピックス*/
  .top-topix {
    padding-top: 20px;
  }

  .topixul {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .topixli {
    margin: 1%;
    box-sizing: border-box;
  }

  /* コンセプト */
  .top-layout-container {
    display: flex;
    gap: 15px;
    width: 100%;
    padding: 0 15%;
    font-family: 'Noto Serif JP', serif;
    align-items: flex-start;
    border: 3px solid #7ea730;
    padding: 30px 50px;
    margin: 10px auto;
    max-width: 1320px;
  }

  .top-content {
    flex: 0 0 53%;
    font-size: 20px !important;
    text-align: left;
  }

  .top-concept-text {
    color: #017646 !important;
    font-size: 28px !important;
  }

  .top-concept-text-p {
    margin-top: 25px;
  }

  .image-area {
    flex: 0 0 53%;
  }
}

/* スマホ TOPページ追加*/
@media (max-width: 768px) {

  /* 検索機能本体 */
  .gift-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #225418;
    padding: 20px;
    flex-wrap: wrap;
  }

  .icon-block {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .search-icon {
    width: 40px;
    height: 40px;
  }

  .btn-icon {
    width: 15px;
    height: 15px;
  }

  .search-block-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .search-block {
    display: flex;
    flex-direction: row;
    font-size: 10px;
  }

  .search-label {
    font-size: 22px;
    line-height: 1;
    color: #fff;
  }

  .search-label span {
    font-size: 10px;
    color: #cec9c9 !important;
  }

  .price-range {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  select {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
  }

  .scene,
  .price {
    width: 300px;
    font-size: 12px;
  }

  .search-btn {
    background-color: #0a0a0a;
    color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .search-btn:hover {
    background-color: #555;
  }

  /*ランキング*/
  .page-contents.-original .top-ranking {
    background: #fffdee;
    padding: 3px;
    height: 560px;
    padding-top: 20px;
  }

  /*トピックス*/
  .top-topix {
    padding-top: 10px;
  }

  .topixul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    list-style: none;
  }

  .topixli {
    width: 48%;
    margin: 1%;
    box-sizing: border-box;
  }

  /* コンセプト */
  .top-layout-container {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    border: 1px solid #7ea730;
  }

  .top-content {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    flex: none;
  }

  .image-area {
    width: 90%;
    margin: 20px auto 20px;
    flex: none;
  }

  .image-area img {
    width: 100%;
    height: auto;
  }

  .top-concept-text {
    color: #017646 !important;
    font-size: 15px !important;
    margin-top: 15px;
  }

  .top-concept-text-p {
    margin-bottom: 20px !important;
  }

}
/*# sourceMappingURL=itsorder.css.map */