@charset "UTF-8";
.babygift_202512 html, .babygift_202512 body, .babygift_202512 div, .babygift_202512 span, .babygift_202512 object, .babygift_202512 iframe,
.babygift_202512 h1, .babygift_202512 h2, .babygift_202512 h3, .babygift_202512 h4, .babygift_202512 h5, .babygift_202512 h6, .babygift_202512 p, .babygift_202512 blockquote, .babygift_202512 pre,
.babygift_202512 abbr, .babygift_202512 address, .babygift_202512 cite, .babygift_202512 code,
.babygift_202512 del, .babygift_202512 dfn, .babygift_202512 em, .babygift_202512 img, .babygift_202512 ins, .babygift_202512 kbd, .babygift_202512 q, .babygift_202512 samp,
.babygift_202512 small, .babygift_202512 strong, .babygift_202512 sub, .babygift_202512 sup, .babygift_202512 var,
.babygift_202512 b, .babygift_202512 i,
.babygift_202512 dl, .babygift_202512 dt, .babygift_202512 dd, .babygift_202512 ol, .babygift_202512 ul, .babygift_202512 li,
.babygift_202512 fieldset, .babygift_202512 form, .babygift_202512 label, .babygift_202512 legend,
.babygift_202512 table, .babygift_202512 caption, .babygift_202512 tbody, .babygift_202512 tfoot, .babygift_202512 thead, .babygift_202512 tr, .babygift_202512 th, .babygift_202512 td,
.babygift_202512 article, .babygift_202512 aside, .babygift_202512 canvas, .babygift_202512 details, .babygift_202512 figcaption, .babygift_202512 figure,
.babygift_202512 footer, .babygift_202512 header, .babygift_202512 hgroup, .babygift_202512 menu, .babygift_202512 nav, .babygift_202512 section, .babygift_202512 summary,
.babygift_202512 time, .babygift_202512 mark, .babygift_202512 audio, .babygift_202512 video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.babygift_202512 body {
  line-height: 1;
}

.babygift_202512 article, .babygift_202512 aside, .babygift_202512 details, .babygift_202512 figcaption, .babygift_202512 figure,
.babygift_202512 footer, .babygift_202512 header, .babygift_202512 hgroup, .babygift_202512 menu, .babygift_202512 nav, .babygift_202512 section {
  display: block;
}

.babygift_202512 ul {
  list-style: none;
}

.babygift_202512 blockquote, .babygift_202512  q {
  quotes: none;
}

.babygift_202512 blockquote:before, .babygift_202512 blockquote:after,
.babygift_202512 q:before, .babygift_202512 q:after {
  content: "";
  content: none;
}

.babygift_202512 a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
.babygift_202512 ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
.babygift_202512 mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.babygift_202512 del {
  text-decoration: line-through;
}

.babygift_202512 abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.babygift_202512 table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
.babygift_202512 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

.babygift_202512 input, select {
  vertical-align: middle;
}

.babygift_202512 *,
.babygift_202512 *::before,
.babygift_202512 *::after {
  box-sizing: border-box;
}

.babygift_202512 html {
  font-size: 2.5641025641vw;
}
@media screen and (min-width:768px) {
  .babygift_202512 html {
    font-size: 0.5208333333vw;
  }
}

.babygift_202512 body {
  color: #000;
  font-family: "Yu Gothic Medium", "YuGothic", "游ゴシック Medium", "Yu Gothic", sans-serif;
  background: #eee;
}

.babygift_202512 img {
  width: 100%;
  height: auto;
}

.babygift_202512 a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  .babygift_202512 a:hover {
    opacity: 0.7;
  }
}
.babygift_202512 .btn {
  display: inline-block;
}

/* =====================================
   Gift Birth : Hero
===================================== */
.babygift_202512 .giftBirthHero {
  width: 100%;
  padding: 100px 2% 100px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero {
    padding: 50px 0 50px;
  }
}
.babygift_202512 .giftBirthHero__inner {
  max-width: 76%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__inner {
    max-width: 100%;
  }
}


.babygift_202512 .giftBirthHero__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: left;
  padding: 4px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 0 10px;
  }
}
.babygift_202512 .giftBirthHero__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #595757;
  margin-bottom: 90px;
  /*padding: 0 12.5%;*/
  margin-top: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__lead {
    width: 92.3%;
    padding: 0;
    margin:  20px auto 45px;
  }
}
.babygift_202512 .giftBirthHero__subtitle {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #009CDE;
  border: 4px solid #009CDE;
  max-width: 1087px;
  padding: 10px 8px;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
    width: 96%;
    margin: 0 auto 7px;
  }
}
.babygift_202512 .giftBirthHero .em {
  font-weight: 700;
}
.babygift_202512 .giftBirthHero .line {
  display: inline;
  background: linear-gradient(transparent calc(100% - 6px), rgba(243, 202, 198, 0.4) calc(100% - 6px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.babygift_202512 .giftBirthHero__flex {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
  padding-right: 22px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .babygift_202512 .giftBirthHero__flex {
    padding-right: 0;
    gap: 3%;
  }
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__flex {
    flex-direction: column;
    gap: 46px;
    padding: 0 45px;
    margin-bottom: 40px;
  }
}
.babygift_202512 .giftBirthHero__gift {
  max-width: 380px;
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__gift {
    margin-bottom: 0;
  }
}
.babygift_202512 .giftBirthHero__gift img {
  aspect-ratio: 380/380;
  -o-object-fit: cover;
     object-fit: cover;
}
.babygift_202512 .giftBirthHero .gift__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: left;
  color: #595757;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .gift__title {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 8px;
  }
}
.babygift_202512 .giftBirthHero .gift__title::before {
  content: "";
  display: block;
  background: url(https://www.dadway-onlineshop.com/freepage/scene/babygift_202512/giftBirthHero/caret-right.png) no-repeat center center/contain;
  width: 7px;
  height: 12px;
}
.babygift_202512 .giftBirthHero__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.07em;
  text-align: center;
  color: #009CDE;
  background: rgba(128, 193, 231, 0.1);
  border-radius: 10px;
  max-width: 1087px;
  margin: 0 auto 100px;
  padding: 13px 0;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__notice {
    gap: 13px;
    font-size: 12px;
    line-height: 1.41;
    margin: 0 auto 40px;
    width: 92.3%;
    margin: 0 auto 36px;
    padding: 15px 0 18px;
  }
}
.babygift_202512 .giftBirthHero__notice span {
  padding-bottom: 2px;
  border-bottom: 1px dotted #009CDE;
}
.babygift_202512 .giftBirthHero__notice img {
  width: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__notice img {
    width: 20px;
  }
}
.babygift_202512 .giftBirthHero__movie {
  width: 100%;
  max-width: 1087px;
  margin: 0 auto 95px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero__movie {
    width: 92.3%;
    margin: auto auto 50px;
  }
}
.babygift_202512 .giftBirthHero .movie__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: 0.05em;
  text-align: center;
  color: #595757;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .movie__title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthSlider {
  width: 100%;
  max-width: 1087px;
  margin: 0 auto 55px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthSlider {
    margin: 0 auto 23px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthSlider__swiper {
  width: 100%;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthSlider__swiper {
    padding-bottom: 30px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthSlider__slide img {
  aspect-ratio: 1087/616;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.babygift_202512 .giftBirthHero .giftBirthSlider__prev, .babygift_202512 .giftBirthHero .giftBirthSlider__next {
  color: #333;
}
.babygift_202512 .giftBirthHero .giftBirthSlider__pagination {
  bottom: 50px !important;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthSlider__pagination {
    bottom: 8px !important;
  }
}
.babygift_202512 .giftBirthHero .giftBirthSlider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthSlider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 7px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthToc {
  background: #F8F7F5;
  border: 2px solid #D4D0C5;
  border-radius: 10px;
  padding: 30px 40px 18px;
  max-width: 860px;
  margin: auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthToc {
    padding: 18px 24px 11px;
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthHero .giftBirthToc__title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0em;
  color: #595757;
  padding-bottom: 13px;
  margin-bottom: 17px;
  border-bottom: 1px dotted #D4D0C5;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthToc__title {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 12px;
    padding-bottom: 9px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthToc__title img {
  max-width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.babygift_202512 .giftBirthHero .giftBirthToc__list {
  list-style: none;
}
.babygift_202512 .giftBirthHero .giftBirthToc__link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: 0em;
  color: #595757;
  padding: 7px 0;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthHero .giftBirthToc__link {
    font-size: 14px;
    line-height: 1.357;
    padding: 9px 0 8px;
  }
}
.babygift_202512 .giftBirthHero .giftBirthToc__link::before {
  content: "・";
  display: block;
  color: #D4D0C5;
}

/* =====================================
   Gift Birth : Ranking
===================================== */
.babygift_202512 .giftBirthRanking {
  width: 100%;
  padding: 100px 2% 100px;
  background: rgba(229, 245, 252, 0.4);
  height: 780px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRanking {
    padding: 50px 0 50px;
    height: 600px;
  }
}
.babygift_202512 .giftBirthRanking__inner {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRanking__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthRanking__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRanking__title {
    gap: 7px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthRanking__title img {
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRanking__title img {
    width: 21px;
  }
}
.babygift_202512 .giftBirthRanking__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #A3DCF3;
}
.babygift_202512 .giftBirthRanking__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRanking__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 30px;
  }
}

/* ▼ 初期状態は全て非表示 */
.babygift_202512 .ranking_slider_lightningrecommend {
  display: none;
}

/* ▼ JSで付与される active のみ表示 */
.babygift_202512 .ranking_slider_lightningrecommend.is-active {
  display: block;
}

/* ▼ タブUI */
.babygift_202512 .ranking-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .babygift_202512 .ranking-tabs {
    gap: 1%;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .babygift_202512 .ranking-tabs {
    grid-template-columns: repeat(4, auto);
  }
}

.babygift_202512 .ranking-tabs__item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #595757;
  background: #fff;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .babygift_202512 .ranking-tabs__item {
    font-size: clamp(12px, 4.1vw, 16px);
    font-weight: 400;
    height: 32px;
  }
}

.babygift_202512 .ranking-tabs__item:hover {
  background: #595757;
  color: #fff;
}

.babygift_202512 .ranking-tabs__item.is-active {
  background: #595757;
  color: #fff;
}

.babygift_202512 .block-ranking-r--price-infos.onsale .block-ranking-r--default-price.default-price {
  display: block!important;
  text-decoration: none!important;
  font-weight: bold!important;
}
.babygift_202512 .block-ranking-r--price-infos.onsale .block-ranking-r--price.price {
  display: none!important;
}

.babygift_202512 .block-ranking-r--price-infos.onsale .block-ranking-r--price.price .sale-per-icon {
    height: 20px!important;
    margin: 0 0 0 5px!important;
    padding: 0 5px!important;
    border: #F53131 1px solid!important;
    font-size: 11px!important;
    font-weight: 700!important;
    line-height: 19px!important;
    color: #F53131!important;
    display: inline-block!important;
}


/* =====================================
   giftBirthStaffPick
===================================== */
.babygift_202512 .giftBirthStaffPick {　
  width: 100%;
  padding: 100px 2% 100px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick {
    padding: 75px 0 70px;
  }
}
.babygift_202512 .giftBirthStaffPick__inner {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthStaffPick__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthStaffPick__title::before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__title::before {
    bottom: -17px;
  }
}
.babygift_202512 .giftBirthStaffPick__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 27px;
  }
}
.babygift_202512 .giftBirthStaffPick__btn {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__btn {
    margin-top: 30px;
  }
}
.babygift_202512 .giftBirthStaffPick__btn-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  padding: 20px 20px;
  max-width: 340px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__btn-link {
    font-size: 16px;
    line-height: 1.375;
    max-width: 330px;
    padding: 13px;
  }
}
.babygift_202512 .giftBirthStaffPick__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card {
  background: #F8F7F5;
  border-radius: 20px;
  box-shadow: 0 0 8px #CCCCCC;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card {
    border-radius: 10px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__inner {
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: 15px;
  align-items: center;
  padding: 27px 30px;
  height: 100%;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__inner {
    padding: 23px 12px 18px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.277;
  color: #595757;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__title {
    font-size: 14px;
    line-height: 1.28;
    margin-bottom: 6px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__set-title {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0 0.5em;
  line-height: 1.8;
  color: #595757;
  border: 1px solid #595757;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__set-title {
    font-size: 10px;
  }
}
@media (max-width: 425px) {
  .babygift_202512 .giftBirthStaffPick .item-card__set-title {
    font-size: 8px;
    line-height: 1.5;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__set-list {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 2;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__set-list {
    font-size: 10px;
    line-height: 2;
  }
}
@media (max-width: 425px) {
  .babygift_202512 .giftBirthStaffPick .item-card__set-list {
    display: inline;
    font-size: 10px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card hr {
    margin: 1em 0 0.6em;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__variation {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.28;
  color: #595757;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__variation {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__price {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.28;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__price {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__colors {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__colors {
    margin-top: 8px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__color {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthStaffPick .item-card__color {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
@media (max-width: 350px) {
  .babygift_202512 .giftBirthStaffPick .item-card__color {
    margin-bottom: 5px;
  }
}
.babygift_202512 .giftBirthStaffPick .item-card__color--paleYellow {
  background: #E7DB91;
}
.babygift_202512 .giftBirthStaffPick .item-card__color--gray {
  background: #999999;
}
.babygift_202512 .giftBirthStaffPick .item-card__color--pink {
  background: #EDCBC7;
}
.babygift_202512 .giftBirthStaffPick .item-card__color--lavender {
  background: #E4E1F4;
}
.babygift_202512 .giftBirthStaffPick .item-card__color--blue {
  background: #AFDAF0;
}
.babygift_202512 .giftBirthStaffPick .item-card__image {
  background: #fff;
  max-width: 283px;
  padding: 7px;
  border-radius: 10px;
}

/* =====================================
   giftBirthTrend
===================================== */
.babygift_202512 .giftBirthTrend {
  width: 100%;
  padding: 100px 2% 100px;
  background: #F8F7F5;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend {
    padding: 70px 0 70px;
  }
}
.babygift_202512 .giftBirthTrend__inner {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthTrend__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 52px;
  }
}
.babygift_202512 .giftBirthTrend__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
.babygift_202512 .giftBirthTrend__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 30px;
  }
}
.babygift_202512 .giftBirthTrend__btn {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__btn {
    margin-top: 27px;
  }
}
.babygift_202512 .giftBirthTrend__btn-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  margin: auto;
  padding: 20px 20px;
  max-width: 340px;
  width: 100%;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__btn-link {
    font-size: 16px;
    line-height: 1.375;
    max-width: 330px;
    padding: 13px;
  }
}
.babygift_202512 .giftBirthTrend__top {
  text-align: center;
  max-width: 860px;
  margin: auto auto 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__top {
    margin: auto auto 23px;
    padding-bottom: 28px;
  }
}
.babygift_202512 .giftBirthTrend__top img {
  max-width: 500px;
  aspect-ratio: 500/500;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__top img {
    width: 91.6%;
    margin: auto;
  }
}
.babygift_202512 .giftBirthTrend__bottom-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__bottom-title {
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 34px;
  }
}
.babygift_202512 .giftBirthTrend__bottom-title img {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__bottom-title img {
    width: 22px;
  }
}
.babygift_202512 .giftBirthTrend__item {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 19px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__item {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
}
.babygift_202512 .giftBirthTrend__item .item-card {
  display: flex;
  flex-direction: column;
  max-width: 274px;
}

.babygift_202512 .giftBirthTrend__item .item-card img {
  aspect-ratio: 1/1;
  max-width: 275px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__item .item-card img {
    margin-bottom: 9px;
  }
}
.babygift_202512 .giftBirthTrend__item .item-card__title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.53;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__item .item-card__title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthTrend__item .item-card__price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #595757;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthTrend__item .item-card__price {
    font-size: 14px;
    line-height: 1.28;
    margin-top: 10px;
  }
}

/* =====================================
   giftBirthGuide
===================================== */
.babygift_202512 .giftBirthGuide {
  width: 100%;
  padding: 100px 2% 100px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide {
    padding: 65px 0 70px;
  }
}
.babygift_202512 .giftBirthGuide__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthGuide__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
}
.babygift_202512 .giftBirthGuide__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthGuide__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 17px;
  }
}
.babygift_202512 .giftBirthGuide__point {
  padding: 40px 40px 33px;
  background: #F3C9C6;
  border-radius: 10px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__point {
    padding: 20px 26px 28px;
    margin-bottom: 49px;
  }
}
.babygift_202512 .giftBirthGuide__point:last-child {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthGuide__point hr {
  border-top: 1px dotted #fff;
  margin: 18px 0;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__point hr {
    margin: 10px 0 16px;
  }
}
.babygift_202512 .giftBirthGuide .point__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide .point__title {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: 0.05em;
  }
}
.babygift_202512 .giftBirthGuide .point__title span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.357;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide .point__title span {
    font-size: 12px;
    line-height: 1.41;
    margin-bottom: 11px;
  }
}
.babygift_202512 .giftBirthGuide .point__lists {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide .point__lists {
    width: 100%;
  }
}
.babygift_202512 .giftBirthGuide .point__lists li {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.57;
  color: #595757;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide .point__lists li {
    gap: 5px;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 18px;
  }
}
.babygift_202512 .giftBirthGuide .point__lists li:last-child {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthGuide .point__lists li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
.babygift_202512 .giftBirthGuide__select-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #595757;
  background: rgba(243, 202, 198, 0.2);
  border-left: 6px solid #F3CAC6;
  padding: 8px 17px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-title {
    font-size: 14px;
    line-height: 1.45;
    padding: 8px 14px;
    margin-bottom: 17px;
  }
}
.babygift_202512 .giftBirthGuide__select-lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  padding: 0 21px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-lead {
    padding: 0 24px 0 13px;
    margin: 0 auto 26px;
  }
}
.babygift_202512 .giftBirthGuide__select-item {
  display: flex;
  justify-content: center;
  gap: 19px;
  margin-bottom: 73px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-item {
    gap: 8px;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthGuide__select-item:last-child {
  margin-bottom: 0;
}

.babygift_202512 .giftBirthGuide__select-item .item-card {
  display: block;
}

.babygift_202512 .giftBirthGuide__select-item .item-card a {
  display: flex;
  flex-direction: column;
  max-width: 274px;
}

.babygift_202512 .giftBirthGuide__select-item .item-card img {
  aspect-ratio: 1/1;
  max-width: 275px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-item .item-card img {
    margin-bottom: 6px;
  }
}
.babygift_202512 .giftBirthGuide__select-item .item-card__title {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.53;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-item .item-card__title {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthGuide__select-item .item-card__price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  color: #595757;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthGuide__select-item .item-card__price {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    margin-top: 22px;
  }
}

/* =====================================
  giftBirthSurvey
===================================== */
.babygift_202512 .giftBirthSurvey {
  width: 100%;
  padding: 100px 2% 100px;
  background: #F8F7F5;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey {
    padding: 68px 0 70px;
  }
}
.babygift_202512 .giftBirthSurvey__inner {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthSurvey__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 52px;
  }
}
.babygift_202512 .giftBirthSurvey__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthSurvey__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 23px;
  }
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__lead.mb-15 {
    margin: 0 auto 15px;
  }
}
.babygift_202512 .giftBirthSurvey .center {
  text-align: center;
}
.babygift_202512 .giftBirthSurvey__item {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 40px;
  margin-bottom: 95px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item {
    grid-template-columns: repeat(1, auto);
    gap: 19px;
    margin-bottom: 65px;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card {
  display: flex;
  flex-direction: column;
  max-width: 456px;
  background: #FFFFFF;
  border: 2px solid #D4D0C5;
  border-radius: 20px;
  padding: 43px 20px 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card {
    padding: 32px 15px 30px;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card img {
  aspect-ratio: 416/216;
  max-width: 416px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card img {
    margin-bottom: 36px;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card__title {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card__title span {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.28;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card__title span {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 11px;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card__text {
    margin-bottom: 17px;
  }
}
.babygift_202512 .giftBirthSurvey__item .item-card__btn {
  text-align: center;
}
.babygift_202512 .giftBirthSurvey__item .item-card__btn-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  padding: 13px 10px;
  max-width: 330px;
  width: 100%;
  border-radius: 30px;
  background: #D4D0C5;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__item .item-card__btn-link {
    font-size: 16px;
    line-height: 1.375;
  }
}
.babygift_202512 .giftBirthSurvey__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category {
    gap: 10px 18px;
  }
}
@media (max-width: 425px) {
  .babygift_202512 .giftBirthSurvey__category {
    gap: 10px 18px;
    justify-content: flex-start;
  }
}
.babygift_202512 .giftBirthSurvey__category li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category li a {
    max-width: 76px;
    align-items: flex-start;
  }
}
.babygift_202512 .giftBirthSurvey__category img {
  max-width: 142px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category img {
    max-width: 76px;
  }
}
.babygift_202512 .giftBirthSurvey__category span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2.375;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category span {
    font-size: 10px;
    line-height: 1.4;
    text-align: left;
    margin-top: 5px;
  }
}
.babygift_202512 .giftBirthSurvey__category-btn {
  text-align: center;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category-btn {
    margin-top: 28px;
  }
}
.babygift_202512 .giftBirthSurvey__category-btn-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  max-width: 340px;
  width: 100%;
  padding: 17px;
  margin: auto;
  border-radius: 30px;
  background: #FFFFFF;
  border: 1px solid #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthSurvey__category-btn-link {
    font-size: 16px;
    letter-spacing: 0em;
    padding: 13px;
    max-width: 330px;
  }
}

/* =====================================
  giftBirthPrice
===================================== */
.babygift_202512 .giftBirthPrice {
  width: 100%;
  padding: 100px 2% 0px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .giftBirthPrice {
    padding: 66px 0 0;
  }
}
.babygift_202512 .giftBirthPrice__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthPrice__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthPrice__title::before {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
.babygift_202512 .giftBirthPrice__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 26px;
  }
}
.babygift_202512 .giftBirthPrice__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__text {
    text-align: left;
    width: 93%;
    margin: 0 auto 65px;
  }
}
.babygift_202512 .giftBirthPrice__list {
  max-width: 680px;
  margin: 0 auto 45px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__list {
    margin: 0 auto 28px;
  }
}
.babygift_202512 .giftBirthPrice__list dt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  background: #F3CAC6;
  padding: 8px 0;
}
.babygift_202512 .giftBirthPrice__list dd {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #F07C70;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px 0;
  background: rgba(243, 202, 198, 0.2);
}
.babygift_202512 .giftBirthPrice__list dd:last-child {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthPrice__nav {
  border-radius: 10px;
  background: rgba(243, 202, 198, 0.2);
  padding: 36px 40px 40px;
  max-width: 680px;
  margin: auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__nav {
    padding: 26px 10px 30px;
  }
}
.babygift_202512 .giftBirthPrice__nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 10px;
  }
}
.babygift_202512 .giftBirthPrice__nav ul li {
  text-align: center;
}
.babygift_202512 .giftBirthPrice__nav ul a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  background: #fff;
  border: 1px solid #595757;
  border-radius: 30px;
  width: 240px;
  padding: 12px 10px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__nav ul a {
    max-width: 240px;
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    padding: 10px 10px 9px;
  }
}
.babygift_202512 .giftBirthPrice__nav-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__nav-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 53px;
  }
}
.babygift_202512 .giftBirthPrice__nav-title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthPrice__nav-title::before {
    bottom: -16px;
  }
}

/* =====================================
  giftBirthRecipientGuide
===================================== */
.babygift_202512 .giftBirthRecipientGuide {
  width: 100%;
  padding: 100px 2% 27px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide {
    padding: 68px 0 0px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthRecipientGuide__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 27px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__point {
  padding: 40px 40px 35px;
  background: #CCE6F5;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__point {
    padding: 21px 28px 18px;
    margin: 0 auto 50px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__point:last-child {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthRecipientGuide__point hr {
  border-top: 1px dotted #80C1E7;
  margin: 20px 0 5px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__point hr {
    margin: 8px 0 15px;
  }
}
.babygift_202512 .giftBirthRecipientGuide .point__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide .point__title {
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0.05em;
  }
}
.babygift_202512 .giftBirthRecipientGuide .point__title span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.357;
  color: #81C1E7;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide .point__title span {
    font-size: 12px;
    line-height: 1.41;
    margin-bottom: 10px;
  }
}
.babygift_202512 .giftBirthRecipientGuide .point__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide .point__text {
    font-size: 14px;
    line-height: 1.75;
  }
}
.babygift_202512 .giftBirthRecipientGuide__type-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #595757;
  background: rgba(128, 193, 231, 0.2);
  border-left: 6px solid #80C1E7;
  padding: 8px 17px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__type-title {
    font-size: 14px;
    line-height: 1.45;
    padding: 8px 10px;
    margin-bottom: 17px;
  }
}
.babygift_202512 .giftBirthRecipientGuide__type-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  padding: 0 21px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRecipientGuide__type-text {
    padding: 0 13px;
    margin: 0 auto 47px;
  }
  .babygift_202512 .giftBirthRecipientGuide__type-text:last-of-type {
    margin-bottom: 0;
  }
}

/* =====================================
  giftBirthManner
===================================== */
.babygift_202512 .giftBirthManner {
  width: 100%;
  padding: 100px 2% 0;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner {
    padding: 60px 0 0;
  }
}
.babygift_202512 .giftBirthManner__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthManner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthManner__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthManner__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 26px;
  }
}
.babygift_202512 .giftBirthManner__point {
  padding: 40px 40px 35px;
  background: #FAF5EF;
  border-radius: 10px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__point {
    padding: 21px 30px 24px;
  }
}
.babygift_202512 .giftBirthManner__point:last-child {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthManner__point hr {
  border-top: 1px dotted #595757;
  margin: 20px 0 7px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__point hr {
    margin: 8px 0 14px;
  }
}
.babygift_202512 .giftBirthManner .point__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner .point__title {
    font-size: 16px;
    line-height: 1.3125;
  }
}
.babygift_202512 .giftBirthManner .point__title span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.357;
  color: #595757;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner .point__title span {
    font-size: 12px;
    line-height: 1.41;
    margin-bottom: 10px;
  }
}
.babygift_202512 .giftBirthManner .point__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
}
.babygift_202512 .giftBirthManner .point__text .em {
  font-weight: 700;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner .point__text {
    font-size: 14px;
    line-height: 1.75;
  }
}
.babygift_202512 .giftBirthManner__caution-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #595757;
  background: #FAF5EF;
  border-left: 6px solid #D4D0C5;
  padding: 8px 17px;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__caution-title {
    font-size: 14px;
    line-height: 1.45;
    padding: 8px 14px;
    margin-bottom: 19px;
  }
}
.babygift_202512 .giftBirthManner__caution-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  padding: 0 21px;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__caution-text {
    padding: 0 13px;
    margin: 0 auto 26px;
  }
}
.babygift_202512 .giftBirthManner__caution {
  background: #FAF5EF;
  border-radius: 10px;
  border: 2px solid #D4D0C5;
  padding: 40px 50px 32px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__caution {
    padding: 14px 24px 15px;
  }
}
.babygift_202512 .giftBirthManner__caution li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
  border-bottom: 1px solid #D4D0C5;
  margin-bottom: 6px;
}
.babygift_202512 .giftBirthManner__caution li span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #D4D0C5;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthManner__caution li span {
    font-size: 18px;
    margin-right: 8px;
  }
}

/* =====================================
  giftBirthDeliveryFlow
===================================== */
.babygift_202512 .giftBirthDeliveryFlow {
  width: 100%;
  padding: 100px 2% 0px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow {
    padding: 65px 0 0;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step ul {
  display: flex;
  flex-direction: column;
  gap: 58px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step ul {
    width: 91.8%;
    margin: auto;
    gap: 31px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  border-radius: 20px;
  padding: 30px 30px 30px 130px;
  border: 2px dotted #A3DCF3;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step {
    gap: 8px;
    padding: 10px 20px 10px 35px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  background: url(../../assets/img/giftBirthDeliveryFlow/arrow.svg) no-repeat center center/contain;
  width: 21px;
  height: 18px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step::before {
    bottom: -25px;
    width: 16px;
    height: 14px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step:last-child:before {
  display: none;
}
.babygift_202512 .giftBirthDeliveryFlow__step .step__img {
  width: 110px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step__img {
    width: 77px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step img {
  max-width: 100%;
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step .img_step1 {
    width: 66%;
  }
  .babygift_202512 .giftBirthDeliveryFlow__step .step .img_step2 {
    width: 66%;
  }
  .babygift_202512 .giftBirthDeliveryFlow__step .step .img_step3 {
    width: 100%;
  }
  .babygift_202512 .giftBirthDeliveryFlow__step .step .img_step4 {
    width: 67%;
  }
  .babygift_202512 .giftBirthDeliveryFlow__step .step .img_step5 {
    width: 54%;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step__content {
  flex: 1;
}
.babygift_202512 .giftBirthDeliveryFlow__step .step .number {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.85;
  color: #009CDE;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step .number {
    font-size: 12px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step__title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  color: #595757;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step__title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #595757;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step__text {
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__step .step__text--blue {
  color: #009CDE;
}
.babygift_202512 .giftBirthDeliveryFlow__step .step .small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__step .step .small {
    font-size: 7px;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthDeliveryFlow .mb-0 {
  margin-bottom: 0;
}
.babygift_202512 .giftBirthDeliveryFlow .point__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
}
.babygift_202512 .giftBirthDeliveryFlow .point__title span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.357;
  color: #595757;
  margin-bottom: 15px;
}
.babygift_202512 .giftBirthDeliveryFlow .point__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
}
.babygift_202512 .giftBirthDeliveryFlow .point__text .em {
  font-weight: 700;
}
.babygift_202512 .giftBirthDeliveryFlow__caution-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #595757;
  background: #FAF5EF;
  border-left: 6px solid #D4D0C5;
  padding: 10px 10px;
  margin-bottom: 30px;
}
.babygift_202512 .giftBirthDeliveryFlow__caution-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  padding: 0 30px;
  margin-bottom: 50px;
}
.babygift_202512 .giftBirthDeliveryFlow__caution {
  background: #FAF5EF;
  border-radius: 10px;
  border: 2px solid #D4D0C5;
  padding: 40px 50px;
  margin-bottom: 50px;
}
.babygift_202512 .giftBirthDeliveryFlow__caution li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
  border-bottom: 1px solid #D4D0C5;
  margin-bottom: 10px;
}
.babygift_202512 .giftBirthDeliveryFlow__caution li span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #D4D0C5;
  margin-right: 1em;
}
.babygift_202512 .giftBirthDeliveryFlow__btn {
  background: #E5F5FC;
  border-radius: 10px;
  padding: 40px 20px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__btn {
    padding: 30px 15px 25px;
    margin-top: 50px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__btn ul {
  display: flex;
  justify-content: center;
  gap: 4%;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__btn ul {
    flex-direction: column;
    gap: 20px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__btn li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__btn li {
    gap: 3px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__btn span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.1;
  color: #009CDE;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__btn span {
    letter-spacing: 0em;
    font-size: 14px;
  }
}
.babygift_202512 .giftBirthDeliveryFlow__btn-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  color: #595757;
  text-align: center;
  max-width: 340px;
  width: 100%;
  padding: 20px 20px;
  border-radius: 30px;
  border: 1px solid #595757;
  background: #fff;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthDeliveryFlow__btn-link {
    padding: 12px 12px;
  }
}

/* =====================================
  giftBirthFaq
===================================== */
.babygift_202512 .giftBirthFaq {
  width: 100%;
  padding: 100px 2% 0px;
  background: #FFFFFF;
  /* 回答（スライド用） */
  /* 開いた状態 */
  /* ＋／− アイコン */
  /* 開いた状態 */
  /* − 表示（縦線を消す） */
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq {
    padding: 65px 0 0;
  }
}
.babygift_202512 .giftBirthFaq__inner {
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthFaq__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}
.babygift_202512 .giftBirthFaq__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthFaq__list-item {
  padding: 20px 0 20px;
  border-bottom: 1px solid #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__list-item {
    padding: 20px 0 17px;
  }
}
.babygift_202512 .giftBirthFaq__q {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
  position: relative;
  cursor: pointer;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__q {
    padding: 0 30px;
  }
}
.babygift_202512 .giftBirthFaq__q::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.5em;
  font-size: 20px;
  line-height: 1.35;
  color: #D4D0C5;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__q::before {
    left: 0.2em;
    font-size: 18px;
  }
}
.babygift_202512 .giftBirthFaq__a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.75;
  color: #595757;
  padding: 0 40px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthFaq__a {
    padding: 0 30px;
    line-height: 1.5;
  }
}
.babygift_202512 .giftBirthFaq__a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  margin-top: 0;
}
.babygift_202512 .giftBirthFaq__list-item.is-open .giftBirthFaq__a {
  max-height: 500px;
  /* 十分大きめでOK */
  opacity: 1;
  margin-top: 11px;
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__icon::before,
.babygift_202512 .giftBirthFaq .giftBirthFaq__icon::after {
  content: "";
  position: absolute;
  background-color: #595757;
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__icon::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__icon::after {
  width: 1px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__list-item.is-open .giftBirthFaq__a {
  display: block;
}
.babygift_202512 .giftBirthFaq .giftBirthFaq__list-item.is-open .giftBirthFaq__icon::after {
  display: none;
}

/* =====================================
  giftBirthRelatedArticles
===================================== */
.babygift_202512 .giftBirthRelatedArticles {
  width: 100%;
  padding: 100px 2% 100px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles {
    padding: 65px 0 70px;
  }
}
.babygift_202512 .giftBirthRelatedArticles__inner {
  max-width: 1450px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles__inner {
    width: 92.3%;
  }
}
.babygift_202512 .giftBirthRelatedArticles__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #595757;
  text-align: center;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles__title {
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}
.babygift_202512 .giftBirthRelatedArticles__title::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px dashed #595757;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles__title::before {
    bottom: -16px;
  }
}
.babygift_202512 .giftBirthRelatedArticles__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.5;
  color: #595757;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles__lead {
    text-align: left;
    width: 93%;
    margin: 0 auto 30px;
  }
}
.babygift_202512 .giftBirthRelatedArticles__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .babygift_202512 .giftBirthRelatedArticles__list ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media screen and (min-width:768px) {
  .babygift_202512 .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .babygift_202512 .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .babygift_202512 .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .babygift_202512 .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .babygift_202512 .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .babygift_202512 .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .babygift_202512 .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .babygift_202512 .sp-only {
    display: none !important;
  }
}
  /* =====================================
  260106ブランド名追加
  ===================================== */

.item-card a.item-card__brand {
  /*order: -1;*/
  font-size: 12px!important;
  font-weight: 600!important;
  color: #999999!important;
  text-decoration: none!important;
  margin-bottom: 8px!important;
}
@media (max-width: 767px) {
.item-card a.item-card__brand {
    font-size: 10px!important;
    margin-bottom: 6px!important;
  }
}

 /* =====================================
  260113Youtube追加
  ===================================== */

 .babygift_202512 .movie__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.babygift_202512 .movie__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
} 

/*# sourceMappingURL=style.css.map */