.gift-card .c-gift-card-works__item { background: none transparent; }
.gift-card .c-gift-card-works__item,
.gift-card .c-gift-card-works__list { margin: 0; padding: 0; list-style-type: none; }
.gift-card .c-gift-card-hero { margin-bottom: 50px; padding: 30px 10px; text-align: center; border-radius: 25px; background: #F5F5F7 0 0 no-repeat padding-box; }
.gift-card .c-gift-card-hero__side { margin-bottom: 30px; }
.gift-card .c-gift-card-hero h1 { margin: 0 0 42px; font-size: 40px; line-height: 50px; }
.gift-card .c-gift-card-hero p { margin: 0 0 26px; font-size: 20px; line-height: 26px; }
  .gift-card .c-gift-card-hero p strong { }
  .gift-card .c-gift-card-hero p:last-child { margin-bottom: 0; }
.gift-card .c-gift-card-hero__illust img { display: inline-block; max-width: 100%; height: auto; }


h1, h2, h3, h4 {
  font-weight: 500;
}

@media (min-width: 768px) {
  .gift-card .c-gift-card-hero { display: flex; margin-bottom: 90px; padding: 50px; text-align: left; align-items: center; }
  .gift-card .c-gift-card-hero__side { max-width: 50%; margin-bottom: 0; flex: 1 0 50%; }
  .gift-card .c-gift-card-hero__illust { max-width: 50%; flex: 1 0 50%; }
  .gift-card .c-gift-card-hero h1 { font-size: 50px; line-height: 60px; white-space: nowrap; }
  .gift-card .c-gift-card-hero p { font-size: 22px; line-height: 28px; }
}

@media (min-width: 1024px) {
  .gift-card .c-gift-card-hero { padding: 50px 100px; }
}

@media (min-width: 1200px) {
  .gift-card .c-gift-card-hero { padding: 50px 120px; }
}

.gift-card .c-gift-card-works { margin-bottom: 60px; }
  .gift-card .c-gift-card-works h2 { margin: 0 0 54px; text-align: center; }
.gift-card .c-gift-card-works__list { position: relative; max-width: 340px; margin: 0 auto 60px; }
  .gift-card .c-gift-card-works__list:before { position: absolute; top: 10%; bottom: 10%; left: 99px; content: ""; border-left: 2px solid var(--color-blue); }
.gift-card .c-gift-card-works__item { position: relative; display: flex; min-height: 100px; padding-left: 130px; font-size: 18px; line-height: 22px; align-items: center; }
  .gift-card .c-gift-card-works__item:before { position: absolute; z-index: 2; top: 50%; left: 100px; width: 22px; height: 22px; content: ""; transform: translate(-50%, -50%); border: 2px solid var(--color-blue); border-radius: 50%; background-color: #fff; }
  .gift-card .c-gift-card-works__item:first-child:after { position: absolute; z-index: 1; bottom: 50%; left: 98px; width: 4px; height: 50px; content: ""; background-color: #fff; }
  .gift-card .c-gift-card-works__item:last-child:after { position: absolute; z-index: 1; top: 50%; left: 98px; width: 4px; height: 50px; content: ""; background-color: #fff; }
  .gift-card .c-gift-card-works__item picture { position: absolute; top: 50%; left: 0; max-width: 70px; max-height: 70px; transform: translateY(-50%); }
    .gift-card .c-gift-card-works__item picture img { display: inline-block; max-width: 100%; height: auto; }
.gift-card .c-gift-card-works__btn { text-align: center; }
  .gift-card .c-gift-card-works__btn .btn { padding: 0.8rem 2rem; }

@media (min-width: 768px) {
  .gift-card .c-gift-card-works { margin-bottom: 100px; }
  .gift-card .c-gift-card-works__list { display: flex; justify-content: space-between; max-width: 1300px; margin: 0 auto 104px; }
    .gift-card .c-gift-card-works__list:before { top: 142px; right: 10%; bottom: auto; left: 10%; border-top: 4px solid var(--color-blue); border-left: 0; }
  .gift-card .c-gift-card-works__item { display: block; width: 25%; padding-top: 188px; padding-left: 0; font-size: 22px; line-height: 26px; text-align: center; flex: 1 0 25%; }
    .gift-card .c-gift-card-works__item picture { top: 0; left: 50%; max-width: 106px; max-height: 106px; transform: translateX(-50%); }
    .gift-card .c-gift-card-works__item:before { top: 144px; left: 50%; transform: translate(-50%, -50%); border-width: 4px; }
    .gift-card .c-gift-card-works__item:first-child:after { top: 142px; right: 50%; bottom: auto; left: auto; width: 100px; height: 4px; }
    .gift-card .c-gift-card-works__item:last-child:after { top: 142px; right: auto; bottom: auto; left: 50%; width: 100px; height: 4px; }
  .gift-card .c-gift-card-works__item-inner { max-width: 200px; margin: 0 auto; }
}

.gift-card .c-gift-card-footer { margin-top: 5rem; padding-top: 40px; text-align: center; border-top: 1px solid #ccc; }
  .gift-card .c-gift-card-footer p { font-size: 12px; line-height: 16px; color: #666; }
.giftCard-boxes { display: flex; justify-content: center; align-items: flex-start; }
.giftCard-box { flex: 0 1 40%; margin: 3rem 2rem 0 2rem; padding: 2rem; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); border-radius: 10px; }
  .giftCard-box .giftCard-box-content { display: none; }
  .giftCard-box.active .giftCard-box-content { display: flex; }
  .giftCard-box.active .giftCard-box-title-arrow { transform: rotate(180deg); }
.giftCard-box-title { display: flex; justify-content: center; align-items: center; font-size: 1.3rem; }
.giftCard-box-title-text { display: flex; align-items: center; cursor: pointer; }
.giftCard-box-title-img { margin-right: 1rem; }
.giftCard-box-title-arrow { margin-left: 1rem; transition: 0.2s; }
.giftCard-box-content { justify-content: center; }

@media screen and (max-width: 1200px) {
  .giftCard-boxes { justify-content: space-between; }
  .giftCard-box { flex: 0 1 48%; margin: 3rem 0 0 0; }
}

@media screen and (max-width: 1000px) {
  .giftCard-boxes { display: block; }
}

@media screen and (max-width: 600px) {
  .giftCard-box { padding: 2rem 1rem; }
  .giftCard-box-title { display: block; text-align: center; font-size: 1.3rem; }
  .giftCard-box-title-text { justify-content: center; }
  .giftCard-box-title-img { margin: auto; }
  .giftCard-box-content br { display: none; }
}
