* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.gift-guide img {
  display: block;
  max-width: 100%;
}

.gift-guide {
  max-width: 2650px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  background: #fbfbfa;
  padding-bottom: 48px;
  padding-top: 40px;
}
@media screen and (min-width: 1025px) {
  .gift-guide {
    padding-left: 88px;
    padding-right: 88px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .gift-guide {
    padding-bottom: 32px;
    padding-top: 0;
  }
}
.gift-guide h1,
.gift-guide h2,
.gift-guide h3 {
  font-family: times-lt, times new roman, times, serif;
}
.gift-guide p {
  font-family: untitled-sans, sans-serif;
}
@media screen and (min-width: 768px) {
  .gift-guide .mb-only {
    display: none;
  }
}
.gift-guide .line-feed span {
  display: inline;
}
@media screen and (min-width: 768px) {
  .gift-guide .line-feed span {
    display: inline-block;
  }
}
.gift-guide .head-title {
  width: 100%;
  text-align: center;
}
.gift-guide .head-title h1 {
  font-size: 36px;
  font-weight: lighter;
  padding-bottom: 2.5vh;
}
.gift-guide .head-title p {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  font-size: 13.7px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .gift-guide .head-title p .pc-only {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .gift-guide .b-image_tile {
    display: flex;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.gift-guide .b-image_tile .b-image_container {
  margin: 0 auto;
  padding-top: 4vh;
}
@media screen and (min-width: 768px) {
  .gift-guide .b-image_tile .b-image_container {
    width: 100%;
    padding-top: 6vh;
  }
}
.gift-guide .b-image_tile .b-image_container a {
  width: 100%;
  text-decoration: none;
  color: #000;
}
.gift-guide .b-image_tile .b-image_container a picture {
  position: relative;
  display: block;
  background: 0 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.gift-guide .b-image_tile .b-image_container a picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.gift-guide .b-image_tile .b-image_container .b-image_txt {
  margin-bottom: 24px;
}
.gift-guide .b-image_tile .b-image_container .b-image_txt h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.gift-guide .b-image_tile .b-image_container .b-image_txt p {
  display: grid;
  font-weight: 550;
  grid-row-gap: 20px;
  grid-template-columns: 195px auto;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .gift-guide .b-image_tile .b-image_container .b-image_txt p {
    grid-template-columns: 192px auto;
    grid-row-gap: 12px;
  }
}
.gift-guide .b-image_tile .b-image_container .b-image_txt p span .g-link {
  position: relative;
}
.gift-guide .b-image_tile .b-image_container .b-image_txt p span .g-link::before {
  content: "";
  border-bottom: 1px solid #000;
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gift-guide .b-image_tile .b-image_container .b-image_txt p span .g-link::before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .gift-guide .b-image_tile .b-image_container .b-image_txt p span .g-link:hover::before {
    transition: 0.2s ease-in;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .gift-guide .mid-image_tile {
    display: flex;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.gift-guide .mid-image_tile .mid-image_container {
  margin: 0 auto;
  padding-top: 2vh;
}
@media screen and (min-width: 768px) {
  .gift-guide .mid-image_tile .mid-image_container {
    width: 100%;
  }
}
.gift-guide .mid-image_tile .mid-image_container a {
  width: 100%;
  text-decoration: none;
  color: #000;
}
.gift-guide .mid-image_tile .mid-image_container a picture {
  position: relative;
  display: block;
  background: 0 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 125%;
  width: 100%;
  margin-bottom: 24px;
}
.gift-guide .mid-image_tile .mid-image_container a picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt {
  margin-bottom: 24px;
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt p {
  display: grid;
  font-weight: 550;
  grid-row-gap: 20px;
  grid-template-columns: 142px auto;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .gift-guide .mid-image_tile .mid-image_container .mid-image_txt p {
    grid-template-columns: 192px auto;
    grid-row-gap: 12px;
  }
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt p span {
  white-space: nowrap;
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt p span .g-link {
  position: relative;
}
.gift-guide .mid-image_tile .mid-image_container .mid-image_txt p span .g-link::before {
  content: "";
  border-bottom: 1px solid #000;
  height: 1px;
  left: 0;
  margin-top: 0.65em;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gift-guide .mid-image_tile .mid-image_container .mid-image_txt p span .g-link::before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .gift-guide .mid-image_tile .mid-image_container .mid-image_txt p span .g-link:hover::before {
    transition: 0.2s ease-in;
    opacity: 1;
  }
}/*# sourceMappingURL=gift_guide_202302.css.map */