/* ---------------------------------------------------------------------------
//  popup
--------------------------------------------------------------------------- */
.popup {
  cursor: pointer;
  right: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.popup-content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.popup-wrap {
  max-width: 65rem;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  display: block;
  height: 7.6px;
  transition: .3s;
  width: 7.6px;
  z-index: 1;
}

.popup-content a {
  display: block;
  transition: .3s ease;
}

.popup-content a:hover {
  opacity: .8;
}

.popup-content img {
  width: 100%;
  display: block;
}

.popup-content .popup-img img {
  width: 180px;
  height: 145px;
}

.popup-content a:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .popup-wrap {
    max-width: 100%;
  }
}

.popup-link {
  display: none;
  color: #fff;
  background: #74624C;
  font-size: 1.3rem;
  letter-spacing: .5em;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  padding: 1.6rem 16px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* ---------------------------------------------------------------------------
//  ヘッダーsearch
--------------------------------------------------------------------------- */
/*
.search-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.search-label {
  font-size: 1.6rem;
  color: #6b5a45;
  white-space: nowrap;
}

.search-box {
  display: flex;
  flex: 1;
  border: 1px solid #74624C;
  background-color: #fff;
}

.search-input {
  flex: 1;
  border: none;
  font-size: 16px;
  outline: none;
}

.search-input:focus,
.search-input:active {
  box-shadow: none;
  border: none;
}

.search-input::placeholder {
  color: rgba(116, 98, 76, .34);
}

.search-button {
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  background-color: #74624C;
  color: #fff;
  font-size: .9rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  .search-area {
    padding: 0 16px 20px;
  }

  .search-inner {
    gap: 12px;
  }

  .search-box {
    border-width: 1.5px;
  }

  .search-input {
    font-size: 1.4rem;
  }

}
*/
/* ---------------------------------------------------------------------------
//  ヘッダーナビ
--------------------------------------------------------------------------- */
/*
header nav li {
  margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  header nav .btn a {
    padding: 0;
    min-width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
    text-align: center;
  }

  header nav .btn.login a::before,
  header nav .btn.cart a::before {
    display: block;
    margin: 1rem auto 0;
  }

  header nav .btn.login.my-true a {
    padding: 0 .5rem;
  }

  header nav .btn.login.my-true a::before {
    width: 2rem;
    height: 2rem;
    margin-right: auto;
  }

}

@media screen and (max-width: 767px) {
  header nav .btn a .sp-only {
    display: inline;
  }

  header nav .btn.login.my-true a::before {
    margin-right: .5rem;
  }
}
*/
/* ---------------------------------------------------------------------------
//  pickupバナー
--------------------------------------------------------------------------- */
/*
.top-mv {
  margin-bottom: 12rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-mv {
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .top-mv {
    height: auto;
  }
}

.top-mv .pickup {
  position: static;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .top-mv .pickup {
    margin-top: 300px;
    width: 42rem;
    height: 11rem;
  }
}

@media screen and (max-width: 500px) {
  .top-mv .pickup {
    margin-top: 20px;
    width: calc(100% - 40px);
  }
}
*/