@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
main img {
  width: 100%;
}
main h1,
main p {
  margin: 0;
}
main picture {
  display: block;
}
main .inner_wrap {
  overflow: hidden;
}
.gift_heading h2 {
  max-width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
}
.gift_heading h2 span {
  letter-spacing: 0;
  color: #fff;
}

@media (max-width: 750px) {
  main {
    padding-bottom: 40px;
  }
  main .inner_wrap {
    width: 86.4%;
  }
  .gift_heading h2 {
    background-image: url(../img/gift_description/heading_bg_sp.svg);
    width: 100%;
    max-width: 324px;
    aspect-ratio: 1/0.213;
    margin-inline: auto;
  }
  .gift_heading h2 span {
    font-size: 1.9rem;
    line-height: 1;
  }
}

@media (min-width: 751px) {
  main {
    padding-bottom: 100px;
  }
  main .inner_wrap {
    max-width: 1000px;
  }
  .gift_heading h2 {
    background-image: url(../img/gift_description/heading_bg_pc.svg);
    width: 672px;
    height: 113px;
    margin-inline: auto;
  }
  .gift_heading h2 span {
    font-size: 3.2rem;
    line-height: 1;
  }
}

/* -----------------------------------------------
lead_text_wrap
----------------------------------------------- */
.lead_text_wrap p {
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .lead_text_wrap {
    margin-top: 35px;
  }
  .lead_text_wrap p {
    font-size: 1.25rem;
    line-height: 1.92;
  }
}

@media (min-width: 751px) {
  .lead_text_wrap {
    margin-top: 86px;
  }
  .lead_text_wrap p {
    font-size: 2.1rem;
    line-height: 1.66;
  }
}

/* -----------------------------------------------
select_gift_wrap
----------------------------------------------- */
.select_gift_wrap .content_wrap h3 {
  letter-spacing: 0;
  font-weight: bold;
  display: inline-block;
  font-feature-settings: normal;
  position: relative;
}
.select_gift_wrap .content_wrap h3::after {
  content: '';
  width: 100vw;
  background-color: #231815;
  position: absolute;
  bottom: 0;
  left: 100%;
}
.select_gift_wrap .desc_text {
  letter-spacing: 0.05em;
}
.select_gift_wrap .att_text {
  letter-spacing: 0.05em;
}
.select_gift_wrap .fx_wrap .img {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.select_gift_wrap .fx_wrap .text h4 {
  letter-spacing: 0;
  font-weight: bold;
}
.select_gift_wrap .fx_wrap .text p span {
  display: block;
}
.select_gift_wrap .fx_item figcaption {
  letter-spacing: 0.04em;
  text-align: center;
}

@media (max-width: 750px) {
  .select_gift_wrap {
    margin-top: 39px;
  }
  .select_gift_wrap .gift_heading + .content_wrap {
    margin-top: 26px;
  }
  .select_gift_wrap .content_wrap + .content_wrap {
    margin-top: 79px;
  }
  .select_gift_wrap .content_wrap h3 {
    font-size: 1.7rem;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    border-left: 1px solid #231815;
    padding: 14px 30px 6px;
  }
  .select_gift_wrap .content_wrap h3::after {
    height: 1px;
  }
  .select_gift_wrap .desc_text_wrap {
    margin-top: 16px;
  }
  .select_gift_wrap .desc_text {
    font-size: 1.25rem;
    line-height: 1.92;
  }
  .select_gift_wrap .att_text {
    font-size: 1.15rem;
    line-height: 1.65;
    margin-top: 3px;
  }
  .select_gift_wrap .desc_text_wrap + .fx_wrap {
    margin-top: 34px;
  }
  .select_gift_wrap .fx_wrap + .fx_wrap {
    margin-top: 64px;
  }
  .select_gift_wrap .fx_wrap .img picture {
    width: 47.8%;
  }
  .select_gift_wrap .fx_wrap .text {
    margin-top: 18px;
  }
  .select_gift_wrap .fx_wrap .text h4 {
    font-size: 1.55rem;
    line-height: 1.7;
  }
  .select_gift_wrap .fx_wrap .text p {
    font-size: 1.1rem;
    line-height: 1.72;
    letter-spacing: -0.015em;
    margin-top: 6px;
  }
  .select_gift_wrap .fx_wrap .text p span {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: -0.015em;
    margin-top: 3px;
  }
  .select_gift_wrap .fx_item figcaption {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-top: 3px;
  }
  .select_gift_wrap :is(.wrapping, .paper_bag, .greeting_card) .fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .select_gift_wrap .wrapping .fx_item {
    width: 31.17%;
  }
  .select_gift_wrap .paper_bag .fx_wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .select_gift_wrap .paper_bag .fx_item {
    width: 47.83%;
  }
  .select_gift_wrap .greeting_card .fx_item {
    width: 30.86%;
  }
}

@media (min-width: 751px) {
  .select_gift_wrap {
    margin-top: 87px;
  }
  .select_gift_wrap .gift_heading + .content_wrap {
    margin-top: 52px;
  }
  .select_gift_wrap .content_wrap + .content_wrap {
    margin-top: 235px;
  }
  .select_gift_wrap .content_wrap h3 {
    font-size: 2.9rem;
    line-height: 1;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    border-left: 2px solid #231815;
    padding: 22px 52px 10px;
  }
  .select_gift_wrap .content_wrap h3::after {
    height: 2px;
  }
  .select_gift_wrap .desc_text_wrap {
    margin-top: 43px;
  }
  .select_gift_wrap .desc_text {
    font-size: 2rem;
    line-height: 1.7;
  }
  .select_gift_wrap .att_text {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-top: 5px;
  }
  .select_gift_wrap .desc_text_wrap + .fx_wrap {
    margin-top: 82px;
  }
  .select_gift_wrap .fx_wrap + .fx_wrap {
    margin-top: 82px;
  }
  .select_gift_wrap .fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .select_gift_wrap .fx_wrap .img {
    width: 50%;
    margin-right: 4.7%;
  }
  .select_gift_wrap .fx_wrap .img picture {
    width: 49.6%;
  }
  .select_gift_wrap .fx_wrap .text {
    flex: 1;
    padding-top: 4px;
  }
  .select_gift_wrap .fx_wrap .text h4 {
    font-size: 2.3rem;
    line-height: 1.7;
  }
  .select_gift_wrap .fx_wrap .text p {
    font-size: 1.7rem;
    line-height: 1.76;
    letter-spacing: 0.04em;
    font-feature-settings: normal;
    margin-top: 16px;
  }
  .select_gift_wrap .fx_wrap .text p span {
    font-size: 1.5rem;
    line-height: 1.66;
    letter-spacing: 0.04em;
    font-feature-settings: normal;
    margin-top: 13px;
  }
  .select_gift_wrap .fx_item figcaption {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-top: 20px;
  }
  .select_gift_wrap .wrapping .fx_wrap {
    column-gap: 5.7%;
  }
  .select_gift_wrap .wrapping .fx_item {
    width: 18.6%;
  }
  .select_gift_wrap .paper_bag .fx_wrap {
    column-gap: 5.4%;
  }
  .select_gift_wrap .paper_bag .fx_item {
    width: 21%;
  }
  .select_gift_wrap .greeting_card .fx_wrap {
    column-gap: 2.9%;
  }
  .select_gift_wrap .greeting_card .fx_item {
    width: 23%;
  }
}

/* -----------------------------------------------
gift_description_wrap
----------------------------------------------- */
.gift_heading p {
  text-align: center;
}
.gift_description_wrap .fx_wrap .text {
  background-color: #fff;
}
.gift_description_wrap .fx_wrap .text strong {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}
.gift_description_wrap .fx_wrap .text strong::before {
  content: '■ ';
  color: #33AFB2;
}
.gift_description_wrap .fx_wrap .text .desc_text {
  letter-spacing: 0.05em;
}
.gift_description_wrap .fx_wrap .text .att_text {
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .gift_description_wrap {
    margin-top: 84px;
  }
  .gift_heading p {
    font-size: 1.25rem;
    line-height: 1.92;
    letter-spacing: -0.015em;
    margin-top: 21px;
  }
  .gift_description_wrap .content_wrap {
    margin-top: 41px;
  }
  .gift_description_wrap .fx_wrap + .fx_wrap {
    margin-top: 69px;
  }
  .gift_description_wrap .fx_wrap .text strong {
    font-size: 1.7rem;
    line-height: 1;
    border-bottom: 1px dotted #231815;
    padding-bottom: 10px;
  }
  .gift_description_wrap .fx_wrap .text .desc_text {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-top: 24px;
  }
  .gift_description_wrap .fx_wrap .text .att_text {
    font-size: 1rem;
    line-height: 1.77;
    margin-top: 5px;
  }
  .gift_description_wrap .fx_wrap .text:has(p.desc_text) + .img {
    margin-top: 28px;
  }
  .gift_description_wrap .fx_wrap .text:has(p.att_text) + .img {
    margin-top: 26px;
  }
}

@media (min-width: 751px) {
  .gift_description_wrap {
    margin-top: 199px;
  }
  .gift_heading p {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-top: 26px;
  }
  .gift_description_wrap .content_wrap {
    margin-top: 62px;
    background-color: #E3E2E2;
  }
  .gift_description_wrap .fx_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .gift_description_wrap .fx_wrap .text {
    flex: 1;
    padding-right: 4%;
  }
  .gift_description_wrap .fx_wrap:nth-child(1) .text {
    padding-top: calc(20px + 8px);
  }
  .gift_description_wrap .fx_wrap:nth-child(2) .text {
    padding-top: calc(100px + 25px);
  }
  .gift_description_wrap .fx_wrap:nth-child(3) .text {
    padding-top: calc(100px + 33px);
  }
  .gift_description_wrap .fx_wrap .text strong {
    font-size: 2.5rem;
    line-height: 1;
    border-bottom: 2px dotted #231815;
    padding-bottom: 24px;
    padding-left: 6px;
  }
  .gift_description_wrap .fx_wrap .text .desc_text {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 24px;
    padding-left: 6px;
  }
  .gift_description_wrap .fx_wrap .text .att_text {
    font-size: 1.8rem;
    line-height: 1.77;
    margin-top: 37px;
    padding-left: 6px;
  }
  .gift_description_wrap .fx_wrap .img {
    width: 64.8%;
  }
  .gift_description_wrap .fx_wrap:nth-child(1) .img {
    padding: 20px 2% 0;
  }
  .gift_description_wrap .fx_wrap:nth-child(2) .img {
    padding: 100px 2% 0;
  }
  .gift_description_wrap .fx_wrap:nth-child(3) .img {
    padding: 100px 2% 20px;
  }
}