@charset "UTF-8";
/* =====================
	ギフト
 ======================= */
.gift-header {
  margin-bottom: 60px;
}
.gift-header__img {
  margin: 0 -20px 60px;
}
.gift-header__name {
  margin-bottom: 24px;
  text-align: center;
}
.gift-header__name__eng {
  font-family: var(--font_eng);
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
}
.gift-header__name__jp {
  color: var(--c_text_g);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.gift-header__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}

.gift-wrapping {
  margin-top: 24px;
  background: rgba(40, 50, 90, 0.05);
  padding: 32px 16px;
}
.gift-wrapping__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  color: var(--c_blue);
}
.gift-wrapping__txt {
  color: var(--c_blue);
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 16px;
}
.gift-wrapping__imgbox {
  margin-top: 24px;
  text-align: center;
}

/** カテゴリから探す **/
.gift-category__list {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  text-align: center;
}
.gift-category__list__link {
  display: block;
}
.gift-category__list__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 16px;
}
.gift-category__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.gift-category__list__txt {
  color: var(--c_text_g);
  line-height: normal;
  margin-bottom: 4px;
}
.gift-category__list__ttl {
  font-size: 1.5rem;
  line-height: normal;
}

/** 予算から探す **/
.gift-budget__block {
  margin: 32px 0 48px;
}
.gift-budget__block:first-child {
  margin-top: 0;
}
.gift-budget__block:last-child {
  margin-bottom: 0;
}
.gift-budget__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}
.gift-budget__txt {
  line-height: normal;
}
.gift-budget__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-top: 24px;
}
.gift-budget__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: normal;
  min-height: 60px;
  border-bottom: 1px solid var(--c_border);
  padding: 2px;
}

/** お問い合わせ **/
.gift-inquiry__txtbox {
  margin-top: 32px;
}
.gift-inquiry__lead {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0;
}
.gift-inquiry__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 32px 0 16px;
}

/* スマホのみ
  ------------------------ */
/* タブレット・PC
  ------------------------ */
@media (min-width: 768px) {
  .gift-header {
    margin-bottom: 120px;
  }
  .gift-header__img {
    margin: 0 0 40px;
  }
  .gift-header__name {
    margin-bottom: 32px;
  }
  .gift-wrapping {
    margin-top: 32px;
    padding: 32px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5.1%;
       -moz-column-gap: 5.1%;
            column-gap: 5.1%;
  }
  .gift-wrapping__txtbox {
    max-width: 342px;
  }
  .gift-wrapping .c-btn01 {
    margin: 0;
  }
  .gift-wrapping__imgbox {
    margin: 0;
  }
  /** カテゴリから探す **/
  .gift-category__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 6.73469%;
  }
  .gift-category__list__txt {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  /** 予算から探す **/
  .gift-budget__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 32px;
  }
}
/* PCのみ
  ------------------------ */