*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

:root {
  --c-white: #fff;
  --c-black: #191919;
  --c-gold: #cabc8b;
  --c-light: #f2f2f2;
  --f-sans: Noto Sans JP, sans-serif;
  --f-didot: Didot, Didot LT STD, Hoefler Text, Garamond, Times New Roman, serif;
}

.egift_pc {
  display: block !important;
}

.egift_sp {
  display: none !important;
}

.egift_pci {
  display: inline-block !important;
}

.egift_spi {
  display: none !important;
}

.egift_pcf {
  display: flex !important;
}

.egift_spf {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .egift_sp {
    display: block !important;
  }
  .egift_pc {
    display: none !important;
  }
  .egift_pci {
    display: none !important;
  }
  .egift_spi {
    display: inline-block !important;
  }
  .egift_pcf {
    display: none !important;
  }
  .egift_spf {
    display: flex !important;
  }
}
.egift_c-white {
  color: #fff !important;
}

.egift_bg-white {
  background-color: #fff !important;
}

.egift_c-black {
  color: #191919 !important;
}

.egift_bg-black {
  background-color: #191919 !important;
}

.egift_c-gold {
  color: #cabc8b !important;
}

.egift_bg-gold {
  background-color: #cabc8b !important;
}

.egift_c-light {
  color: #f2f2f2 !important;
}

.egift_bg-light {
  background-color: #f2f2f2 !important;
}

.egift_pt-0 {
  padding-top: 0rem !important;
}

.egift_pt-5 {
  padding-top: 0.5rem !important;
}

.egift_pt-10 {
  padding-top: 1rem !important;
}

.egift_pt-15 {
  padding-top: 1.5rem !important;
}

.egift_pt-20 {
  padding-top: 2rem !important;
}

.egift_pt-25 {
  padding-top: 2.5rem !important;
}

.egift_pt-30 {
  padding-top: 3rem !important;
}

.egift_pt-35 {
  padding-top: 3.5rem !important;
}

.egift_pt-40 {
  padding-top: 4rem !important;
}

.egift_pt-45 {
  padding-top: 4.5rem !important;
}

.egift_pt-50 {
  padding-top: 5rem !important;
}

.egift_pt-55 {
  padding-top: 5.5rem !important;
}

.egift_pt-60 {
  padding-top: 6rem !important;
}

.egift_pt-65 {
  padding-top: 6.5rem !important;
}

.egift_pt-70 {
  padding-top: 7rem !important;
}

.egift_pt-75 {
  padding-top: 7.5rem !important;
}

.egift_pt-80 {
  padding-top: 8rem !important;
}

.egift_pt-85 {
  padding-top: 8.5rem !important;
}

.egift_pt-90 {
  padding-top: 9rem !important;
}

.egift_pt-95 {
  padding-top: 9.5rem !important;
}

.egift_pt-100 {
  padding-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  .egift_pt-sp-0 {
    padding-top: 0rem !important;
  }
  .egift_pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .egift_pt-sp-10 {
    padding-top: 1rem !important;
  }
  .egift_pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .egift_pt-sp-20 {
    padding-top: 2rem !important;
  }
  .egift_pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .egift_pt-sp-30 {
    padding-top: 3rem !important;
  }
  .egift_pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .egift_pt-sp-40 {
    padding-top: 4rem !important;
  }
  .egift_pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .egift_pt-sp-50 {
    padding-top: 5rem !important;
  }
  .egift_pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .egift_pt-sp-60 {
    padding-top: 6rem !important;
  }
  .egift_pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .egift_pt-sp-70 {
    padding-top: 7rem !important;
  }
  .egift_pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .egift_pt-sp-80 {
    padding-top: 8rem !important;
  }
  .egift_pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .egift_pt-sp-90 {
    padding-top: 9rem !important;
  }
  .egift_pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .egift_pt-sp-100 {
    padding-top: 10rem !important;
  }
}
.egift_pb-0 {
  padding-bottom: 0rem !important;
}

.egift_pb-5 {
  padding-bottom: 0.5rem !important;
}

.egift_pb-10 {
  padding-bottom: 1rem !important;
}

.egift_pb-15 {
  padding-bottom: 1.5rem !important;
}

.egift_pb-20 {
  padding-bottom: 2rem !important;
}

.egift_pb-25 {
  padding-bottom: 2.5rem !important;
}

.egift_pb-30 {
  padding-bottom: 3rem !important;
}

.egift_pb-35 {
  padding-bottom: 3.5rem !important;
}

.egift_pb-40 {
  padding-bottom: 4rem !important;
}

.egift_pb-45 {
  padding-bottom: 4.5rem !important;
}

.egift_pb-50 {
  padding-bottom: 5rem !important;
}

.egift_pb-55 {
  padding-bottom: 5.5rem !important;
}

.egift_pb-60 {
  padding-bottom: 6rem !important;
}

.egift_pb-65 {
  padding-bottom: 6.5rem !important;
}

.egift_pb-70 {
  padding-bottom: 7rem !important;
}

.egift_pb-75 {
  padding-bottom: 7.5rem !important;
}

.egift_pb-80 {
  padding-bottom: 8rem !important;
}

.egift_pb-85 {
  padding-bottom: 8.5rem !important;
}

.egift_pb-90 {
  padding-bottom: 9rem !important;
}

.egift_pb-95 {
  padding-bottom: 9.5rem !important;
}

.egift_pb-100 {
  padding-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
  .egift_pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .egift_pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .egift_pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .egift_pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .egift_pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .egift_pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .egift_pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .egift_pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .egift_pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .egift_pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .egift_pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .egift_pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .egift_pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .egift_pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .egift_pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .egift_pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .egift_pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .egift_pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .egift_pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .egift_pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .egift_pb-sp-100 {
    padding-bottom: 10rem !important;
  }
}
.egift_mt-0 {
  margin-top: 0rem !important;
}

.egift_mt-5 {
  margin-top: 0.5rem !important;
}

.egift_mt-10 {
  margin-top: 1rem !important;
}

.egift_mt-15 {
  margin-top: 1.5rem !important;
}

.egift_mt-20 {
  margin-top: 2rem !important;
}

.egift_mt-25 {
  margin-top: 2.5rem !important;
}

.egift_mt-30 {
  margin-top: 3rem !important;
}

.egift_mt-35 {
  margin-top: 3.5rem !important;
}

.egift_mt-40 {
  margin-top: 4rem !important;
}

.egift_mt-45 {
  margin-top: 4.5rem !important;
}

.egift_mt-50 {
  margin-top: 5rem !important;
}

.egift_mt-55 {
  margin-top: 5.5rem !important;
}

.egift_mt-60 {
  margin-top: 6rem !important;
}

.egift_mt-65 {
  margin-top: 6.5rem !important;
}

.egift_mt-70 {
  margin-top: 7rem !important;
}

.egift_mt-75 {
  margin-top: 7.5rem !important;
}

.egift_mt-80 {
  margin-top: 8rem !important;
}

.egift_mt-85 {
  margin-top: 8.5rem !important;
}

.egift_mt-90 {
  margin-top: 9rem !important;
}

.egift_mt-95 {
  margin-top: 9.5rem !important;
}

.egift_mt-100 {
  margin-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  .egift_mt-sp-0 {
    margin-top: 0rem !important;
  }
  .egift_mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .egift_mt-sp-10 {
    margin-top: 1rem !important;
  }
  .egift_mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .egift_mt-sp-20 {
    margin-top: 2rem !important;
  }
  .egift_mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .egift_mt-sp-30 {
    margin-top: 3rem !important;
  }
  .egift_mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .egift_mt-sp-40 {
    margin-top: 4rem !important;
  }
  .egift_mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .egift_mt-sp-50 {
    margin-top: 5rem !important;
  }
  .egift_mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .egift_mt-sp-60 {
    margin-top: 6rem !important;
  }
  .egift_mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .egift_mt-sp-70 {
    margin-top: 7rem !important;
  }
  .egift_mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .egift_mt-sp-80 {
    margin-top: 8rem !important;
  }
  .egift_mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .egift_mt-sp-90 {
    margin-top: 9rem !important;
  }
  .egift_mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .egift_mt-sp-100 {
    margin-top: 10rem !important;
  }
}
.egift_mb-0 {
  margin-bottom: 0rem !important;
}

.egift_mb-5 {
  margin-bottom: 0.5rem !important;
}

.egift_mb-10 {
  margin-bottom: 1rem !important;
}

.egift_mb-15 {
  margin-bottom: 1.5rem !important;
}

.egift_mb-20 {
  margin-bottom: 2rem !important;
}

.egift_mb-25 {
  margin-bottom: 2.5rem !important;
}

.egift_mb-30 {
  margin-bottom: 3rem !important;
}

.egift_mb-35 {
  margin-bottom: 3.5rem !important;
}

.egift_mb-40 {
  margin-bottom: 4rem !important;
}

.egift_mb-45 {
  margin-bottom: 4.5rem !important;
}

.egift_mb-50 {
  margin-bottom: 5rem !important;
}

.egift_mb-55 {
  margin-bottom: 5.5rem !important;
}

.egift_mb-60 {
  margin-bottom: 6rem !important;
}

.egift_mb-65 {
  margin-bottom: 6.5rem !important;
}

.egift_mb-70 {
  margin-bottom: 7rem !important;
}

.egift_mb-75 {
  margin-bottom: 7.5rem !important;
}

.egift_mb-80 {
  margin-bottom: 8rem !important;
}

.egift_mb-85 {
  margin-bottom: 8.5rem !important;
}

.egift_mb-90 {
  margin-bottom: 9rem !important;
}

.egift_mb-95 {
  margin-bottom: 9.5rem !important;
}

.egift_mb-100 {
  margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
  .egift_mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .egift_mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .egift_mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .egift_mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .egift_mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .egift_mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .egift_mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .egift_mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .egift_mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .egift_mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .egift_mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .egift_mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .egift_mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .egift_mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .egift_mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .egift_mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .egift_mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .egift_mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .egift_mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .egift_mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .egift_mb-sp-100 {
    margin-bottom: 10rem !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: var(--c-black);
  font-size: 1.6rem;
  font-family: var(--f-sans);
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    font-size: 2.8rem;
  }
}
.egift-container {
  max-width: calc(800px + 3rem);
  padding-inline: 1.5rem;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .egift-container {
    padding-inline: 3rem;
  }
}
.egift_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.egift_title::before {
  font-size: 8rem;
  font-family: var(--f-didot);
  content: attr(data-txt);
}

.egift_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.egift_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 55rem;
  min-height: 12rem;
  padding: 1rem 3rem;
  border: none;
  border-radius: 100vh;
  background-color: transparent;
  background-color: var(--c-gold);
  color: inherit;
  color: inherit;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.egift_btn::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4.5rem;
  transform: translateY(-50%);
  width: 1.9rem;
  height: 3.3rem;
  background: url(../img/icon_btn_arrow.png) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .egift_btn:hover {
    opacity: 0.8;
  }
  .egift_btn:hover::after {
    transform: translate(1rem, -50%);
  }
}

.egift_mv {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: var(--c-light);
}
.egift_mv .egift_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 67.7rem;
  margin-bottom: 7.5rem;
  margin-inline: auto;
}
.egift_mv .egift_img {
  flex-shrink: 0;
  max-width: 35rem;
}
.egift_mv .egift_cont {
  position: relative;
  z-index: 1;
  transform: translateX(-23%);
  text-align: end;
}
.egift_mv .egift_cont p {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-wrap: nowrap;
}
.egift_mv .egift_cont h1 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.egift_mv .egift_cont h1 span {
  font-weight: 700;
  font-size: 17rem;
  line-height: 1;
  font-family: var(--f-didot);
  font-feature-settings: unset;
}
.egift_mv .egift_cont h1 img {
  max-width: 15rem;
  margin-top: -2%;
}
.egift_mv .egift_txt {
  font-weight: 500;
  font-size: min(2.734375vw, 2.8rem);
  line-height: 1.6428571429;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .egift_mv {
    padding-top: 10rem;
    padding-bottom: 7rem;
    background-color: var(--c-light);
  }
  .egift_mv .egift_row {
    flex-direction: column-reverse;
    max-width: unset;
    margin-bottom: 3.5rem;
  }
  .egift_mv .egift_img {
    max-width: 65rem;
    margin-top: -5rem;
  }
  .egift_mv .egift_cont {
    transform: none;
    text-align: center;
  }
  .egift_mv .egift_cont p {
    font-size: 3rem;
  }
  .egift_mv .egift_cont h1 {
    align-items: center;
  }
  .egift_mv .egift_cont h1 span {
    font-size: 24rem;
  }
  .egift_mv .egift_cont h1 img {
    max-width: 25rem;
    margin-top: -2%;
  }
  .egift_mv .egift_txt {
    font-size: 2.8rem;
  }
}
.egift_about {
  padding-top: 0;
  padding-bottom: 15rem;
}
.egift_about .egift_band {
  position: relative;
  margin-bottom: 9rem;
  background-color: var(--c-gold);
  padding-block: 4rem;
}
.egift_about .egift_band::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 2.6rem 1.9rem 0 1.9rem;
  border-style: solid;
  border-color: var(--c-gold) transparent transparent transparent;
  content: "";
}
.egift_about .egift-container {
  max-width: calc(710px + 3rem);
}
.egift_about .egift_lead {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: min(2.734375vw, 2.8rem);
  line-height: 1.6428571429;
  text-align: center;
  letter-spacing: 0.08em;
}
.egift_about .egift_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  gap: 1rem;
}
.egift_about .egift_list > li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem 1.5rem;
  background-color: #f2f2f2;
  aspect-ratio: 17/15;
  row-gap: 1rem;
}
.egift_about .egift_list > li > picture {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.egift_about .egift_list > li > p {
  min-height: 2.5em;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-align: center;
  letter-spacing: 0.1em;
}
.egift_about .egift_imgs {
  display: flex;
  margin-inline: -2rem;
}
.egift_about .egift_imgs > picture {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .egift_about {
    padding-bottom: 12rem;
  }
  .egift_about .egift_band {
    margin-bottom: 9rem;
  }
  .egift_about .egift-container {
    max-width: unset;
  }
  .egift_about .egift_lead {
    margin-bottom: 8rem;
    font-size: 2.8rem;
  }
  .egift_about .egift_list {
    margin-bottom: 5rem;
    gap: 1rem;
  }
  .egift_about .egift_list > li {
    min-width: 45%;
    padding: 3.5rem 3rem;
    aspect-ratio: 34/30;
    row-gap: 3rem;
  }
  .egift_about .egift_list > li:nth-of-type(1) {
    border-top-left-radius: 2rem;
  }
  .egift_about .egift_list > li:nth-of-type(1) img {
    width: 11rem;
  }
  .egift_about .egift_list > li:nth-of-type(2) {
    border-top-right-radius: 2rem;
  }
  .egift_about .egift_list > li:nth-of-type(2) img {
    width: 14.3rem;
  }
  .egift_about .egift_list > li:nth-of-type(3) {
    border-bottom-left-radius: 2rem;
  }
  .egift_about .egift_list > li:nth-of-type(3) img {
    width: 9.8rem;
  }
  .egift_about .egift_list > li:nth-of-type(4) {
    border-bottom-right-radius: 2rem;
  }
  .egift_about .egift_list > li:nth-of-type(4) img {
    width: 12.1rem;
  }
  .egift_about .egift_list > li > p {
    font-size: 2.4rem;
    line-height: 1.3333333333;
  }
  .egift_about .egift_imgs {
    flex-direction: column;
    row-gap: 3rem;
    margin-inline: -3rem;
  }
}
.egift_recommend {
  padding-top: 11rem;
  padding-bottom: 13rem;
}
.egift_recommend .egift-container {
  max-width: calc(960px + 3rem);
}
.egift_recommend .egift_title {
  margin-bottom: 7rem;
}
.egift_recommend .egift_imgs {
  display: flex;
  margin-bottom: 4rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.egift_recommend .egift_imgs > picture {
  flex: 1;
}
.egift_recommend .egift_txt {
  margin-bottom: 4rem;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .egift_recommend {
    padding-bottom: 15rem;
  }
  .egift_recommend .egift-container {
    max-width: unset;
  }
  .egift_recommend .egift_title {
    margin-bottom: 5rem;
  }
  .egift_recommend .egift_imgs {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    padding-inline: 2rem;
  }
  .egift_recommend .egift_txt {
    margin-bottom: 6rem;
  }
}
.egift_use {
  padding-top: 10rem;
  padding-bottom: 15rem;
  background-color: #f0e6cd;
}
.egift_use .egift-container.-lg {
  max-width: calc(1235px + 3rem);
}
.egift_use .egift_title {
  margin-bottom: 6rem;
}
.egift_use .egift_cont {
  padding: 6rem min(5.8565153734vw, 8rem) 8rem;
  border-radius: 1rem;
  background-color: #f2f2f2;
}
.egift_use .egift_cont:first-of-type {
  margin-bottom: 2rem;
}
.egift_use h3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 69rem;
  min-height: 11rem;
  margin-bottom: 5rem;
  border-radius: 2rem;
  background: #ffd2be;
  font-weight: 400;
  font-size: min(3.90625vw, 4rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.egift_use h3::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 2.6rem 1.8rem 0 1.8rem;
  border-style: solid;
  border-color: #ffd2be transparent transparent transparent;
  content: "";
}
.egift_use h3.-yellow {
  background-color: #ffe6a0;
}
.egift_use h3.-yellow::after {
  border-color: #ffe6a0 transparent transparent transparent;
}
.egift_use .egift_use_slick {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.egift_use .egift_use_slick_slide {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem 0;
  border-radius: 1rem;
  background-color: #fff;
}
.egift_use .egift_use_slick_slide .egift_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 7rem;
  margin-bottom: 1.5rem;
  background: url(../img/icon_num_bg.png) no-repeat center/contain;
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  font-family: var(--f-didot);
}
.egift_use .egift_use_slick_slide h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.egift_use .egift_use_slick_slide p {
  flex-grow: 1;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  text-align: center;
  letter-spacing: 0.08em;
}
.egift_use .egift_use_slick_slide picture {
  max-width: 24.5rem;
}

@media (767px < width <= 1280px) {
  .egift_use .egift_cont {
    padding: 6rem 1.5rem 8rem;
  }
  .egift_use .egift_use_slick {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .egift_use .egift_use_slick_slide p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .egift_use {
    padding-bottom: 17rem;
  }
  .egift_use .egift_title {
    margin-bottom: 8rem;
  }
  .egift_use .egift_cont {
    padding: 0;
    background-color: transparent;
  }
  .egift_use .egift_cont:first-of-type {
    margin-bottom: 17rem;
  }
  .egift_use h3 {
    min-height: 15rem;
    font-size: 5rem;
  }
  .egift_use .egift_use_slick {
    display: block;
  }
  .egift_use .egift_use_slick_slide {
    padding: 5rem 2rem 0;
    border-radius: 2rem;
  }
  .egift_use .egift_use_slick_slide .egift_num {
    width: 12rem;
    height: 14rem;
    margin-bottom: 3.5rem;
    font-size: 8rem;
  }
  .egift_use .egift_use_slick_slide h4 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
  .egift_use .egift_use_slick_slide p {
    margin-bottom: 5rem;
    font-size: 2.8rem;
  }
  .egift_use .egift_use_slick_slide picture {
    max-width: 49rem;
  }
  .egift_use .slick-track {
    display: flex;
  }
  .egift_use .slick-slide {
    height: auto !important;
  }
  .egift_use .slick-dots {
    bottom: -7rem;
  }
  .egift_use .slick-dots li {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    transition: width 0.3s ease;
  }
  .egift_use .slick-dots li.slick-active {
    width: 6rem;
  }
  .egift_use .slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    background-color: #fff;
  }
  .egift_use .slick-dots li button::before {
    background-color: transparent;
  }
}
.egift_caution {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.egift_caution .egift_title {
  margin-bottom: 6rem;
}
.egift_caution p {
  max-width: 80rem;
  margin-bottom: 7rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .egift_caution {
    padding-top: 8rem;
  }
  .egift_caution .egift_title {
    margin-bottom: 5rem;
  }
  .egift_caution p {
    max-width: 60rem;
    font-size: 2.8rem;
    line-height: 1.6428571429;
  }
}
.egift_qa {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
.egift_qa .egift_title {
  margin-bottom: 7rem;
}
.egift_qa .egift_qa_item {
  overflow: hidden;
}
.egift_qa .egift_qa_item + .egift_qa_item {
  margin-top: -1px;
}
.egift_qa .egift_qa_ttl {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  list-style: none;
  cursor: pointer;
  border-bottom: 0.5px solid #191919;
  padding-block: 2rem;
}
.egift_qa .egift_qa_ttl::-webkit-details-marker {
  display: none;
}
.egift_qa .egift_qa_ttl::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background-color: #cabc8b;
  font-weight: 700;
  font-size: 2.5rem;
  font-family: var(--f-didot);
  content: "Q";
}
.egift_qa .egift_icon {
  display: block;
  flex-shrink: 0;
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 0 0 auto;
}
.egift_qa .egift_icon::before, .egift_qa .egift_icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.4rem;
  background: #cabc8b;
  content: "";
  transition: transform 0.3s ease;
}
.egift_qa .egift_icon::before {
  transform: translate(-50%, -50%);
}
.egift_qa .egift_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.egift_qa .egift_qa_item.is-opened .egift_icon::after {
  transform: translate(-50%, -50%);
}
.egift_qa .egift_qa_body {
  padding: 3.5rem 4rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
  .egift_qa {
    padding-bottom: 10rem;
  }
  .egift_qa .egift_title {
    margin-bottom: 5rem;
  }
  .egift_qa .egift_list {
    padding-inline: 2rem;
  }
  .egift_qa .egift_qa_ttl {
    font-size: 2.8rem;
    line-height: 1.5;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding-block: 3rem;
  }
  .egift_qa .egift_qa_ttl::before {
    width: 8rem;
    height: 8rem;
    font-size: 4rem;
  }
  .egift_qa .egift_icon {
    width: 4rem;
    height: 4rem;
  }
  .egift_qa .egift_icon::before, .egift_qa .egift_icon::after {
    width: 4rem;
  }
  .egift_qa .egift_qa_body {
    padding: 3rem 4rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}