@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.brsp {
  display: none;
}

.main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: HiraginoSans-W3, Hiragino Kaku Gothic ProN W3, Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", arial, Helvetica, sans-serif;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.main ul {
  list-style: none;
}

.main img {
  width: 100%;
  height: auto;
  display: block;
}

/* parts */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 308px;
  height: 55px;
  padding: 0 0.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: #C7B994;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.44px;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 374px) {
  .btn {
    width: calc(100% - 32px);
  }
}

.btn.btn-l {
  height: 80px;
  gap: 10px;
}

.btn.btn-l::after {
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.btn.btn-deepgreen {
  background: #043D53;
}

/* bg */
.bgGradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#043D53), color-stop(76.44%, #00618F), to(#0988B9));
  background: -o-linear-gradient(top, #043D53 0%, #00618F 76.44%, #0988B9 100%);
  background: linear-gradient(180deg, #043D53 0%, #00618F 76.44%, #0988B9 100%);
}

.bgBeige01 {
  margin-top: -147px;
  background: url(/assets/specials/christmas2025/bg/beige01_sp.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #CEC79D), to(#CEC79D));
  background: url(/assets/specials/christmas2025/bg/beige01_sp.svg), -o-linear-gradient(transparent 0%, transparent 50%, #CEC79D 50%, #CEC79D 100%);
  background: url(/assets/specials/christmas2025/bg/beige01_sp.svg), linear-gradient(transparent 0%, transparent 50%, #CEC79D 50%, #CEC79D 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.bgBeige02 {
  margin-top: -72px;
  background: url(/assets/specials/christmas2025/bg/beige02_sp.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #C7B994), to(#C7B994));
  background: url(/assets/specials/christmas2025/bg/beige02_sp.svg), -o-linear-gradient(transparent 0%, transparent 50%, #C7B994 50%, #C7B994 100%);
  background: url(/assets/specials/christmas2025/bg/beige02_sp.svg), linear-gradient(transparent 0%, transparent 50%, #C7B994 50%, #C7B994 100%);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

/* section */
.section.section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 150px;
  padding-bottom: 320px;
}

.section.section-search {
  position: relative;
  padding: 102px 15px 200px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.section.section-search::before {
  position: absolute;
  top: -79px;
  left: -52px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar05.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 157px;
}

.section.section-send {
  position: relative;
  padding: 100px 20px 75px;
}

.section.section-send::before {
  position: absolute;
  top: -95px;
  right: -70px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar06_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 316px;
  height: 166px;
}

.section.section-child {
  padding-bottom: 268px;
}


.sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.sectionTitle_en {
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: #C00;
}

.sectionTitle_en.sectionTitle_en-green {
  color: #062;
}

.sectionTitle_ja {
  margin: 0;
  padding: 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #043D53;
}

/* header */
.header {
  padding: 44px 0 63px;
}

.header_main {
  position: relative;
  width: 84vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header_main_img {
  position: relative;
}

.header_main_title {
  width: 95.46vw;
  position: absolute;
  top: -30px;
  left: -21px;
}

.header_main_2025 {
  width: 54.66vw;
  position: absolute;
  right: -32px;
  bottom: -17px;
}

.header_main_decoration01 {
  width: 21.6vw;
  position: absolute;
  left: -30px;
  bottom: 90px;
}

.header_main_decoration02 {
  width: 12.8vw;
  position: absolute;
  right: -26px;
  bottom: 136px;
}

.header_main_picture_wrapping {
  position: absolute;
  display: block;
  width: 202px;
  left: -60px;
  bottom: -64px;
}

.header_main_catchphrase {
  position: relative;
  margin-top: 42px;
}

.header_catchphrase {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0.1em;
  color: #FFF;
}

.header_main_picture_couple {
  width: 27.46vw;
  position: absolute;
  right: -26px;
  bottom: 0;
}

.header_points {
  margin-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 21px;
}

.header_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 34px;
  margin: 0 auto;
  height: 56.26vw;
}

.header_points>div:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header_point_img {
  position: relative;
  width: 50%;
}

.header_point_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 56.26vw;
  width: auto;
}

.header_points>div:nth-child(even) .header_point_img img {
  left: 0;
}

.header_point_detail {
  width: 50%;
}

.header_point_title {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  color: #CEC79D;
}

@media screen and (max-width: 374px) {
  .header_point_title {
    font-size: 15px;
  }
}

.header_point_text {
  margin-top: 10px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  color: #FFF;
}

@media screen and (max-width: 374px) {
  .header_point_text {
    font-size: 13px;
  }
}

.header_giftfor {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.header_giftfor_shootingstar01 {
  width: 33.6vw;
  position: absolute;
  top: -85px;
  left: 35px;
}

.header_giftfor_picture_family {
  width: 27.46vw;
  position: absolute;
  top: -117px;
  right: 34px;
}

.header_giftfor_title {
  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;
  margin-left: 30px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  color: #FFF;
  text-align: center;
}

.header_giftfor_title::after {
  display: inline-block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/decoration03_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 33px;
  margin-left: 5px;
}

.header_giftfor_links {
  margin-top: 13px;
  padding: 0 22px;
}


.giftforLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.giftforLink {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 74px;
  padding-top: 22px;
  background: #FFF;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #043D53;
}

.giftforLink::after {
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_bottom_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.giftforLink.giftforLink-arrowGreen::after {
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_bottom_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.header_giftfor_more {
  margin-top: 27px;
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 213px;
  height: 52px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #FFF;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 1.44px;

  text-align: center;
  color: #FFF;
}

.header_links {
  margin-top: 25px;
  padding: 0 10px;
}

@media screen and (max-width: 374px) {
  .header_links {
    padding: 0 5px;
  }
}

.circleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 23px;
}

@media screen and (max-width: 374px) {
  .circleLinks {
    padding: 14px 16px;
  }
}

.circleLink {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 96px;
  height: 96px;
  padding-top: 29px;
  border-radius: 48px;
  background: #C7B994;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 374px) {
  .circleLink {
    width: 88px;
    height: 88px;
    padding-top: 24px;
  }
}

.circleLink::after {
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_bottom_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.circleLink.circleLink-arrowGreen::after {
  background-image: url(/assets/specials/christmas2025/shape/arrow_bottom_green.svg);
}

/* main */
.reccomend_heading {
  padding-bottom: 20px;
}

.reccomend_heading::before {
  display: block;
  margin: 0 auto;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/crown.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  height: 58px;
}

.giftsTitle {
  position: relative;
  margin: 0;
  padding: 16px 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #FFF;
}

.giftsTitle::before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 90px;
}

.giftsTitle::after {
  position: absolute;
  bottom: -15px;
  right: 15px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  height: 85px;
}

.reccomend_heading .giftsTitle {
  padding: 0;
  margin-top: -10px;
}

.reccomend_heading .giftsTitle::before,
.reccomend_heading .giftsTitle::after {
  display: none;
}

.gifts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  padding-top: 45px;
}

.section.section-reccomend .giftContainer {
  position: relative;
}

.section.section-reccomend .giftContainer::before {
  position: absolute;
  top: -97px;
  right: 0;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 218px;
  height: 208px;
}

.section.section-reccomend .giftContainer::after {
  position: absolute;
  top: 146px;
  left: 0;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/handwriting/shootingstar04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 131px;
  height: 124px;
}

.gift_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.gift_img {
  padding: 0 16px;
  height: 59.2vw;
}

.gift_detail {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.gift_title {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #C7B994;
}

.gift_text {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  color: #FFF;
}

.gift_catalogs {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 13px;
}

.gift_catalogs.gift_catalogs-slider {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gift_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift_catalog {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog {
  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;
}

.catalog_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 245px;
  height: 113px;
  padding: 15px 14px 14px 15px;
  align-items: center;
  border-radius: 6px 6px 0 0;
  background: #FFF;
}

.catalog_main.catalog_main-round {
  border-radius: 6px;
}

.catalog_main::after {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 13px;
}

.catalog_img {
  width: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog_name {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #043D53;
}

.catalog_price {
  font-family: "Akkurat-Regular", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.9px;
  color: #043D53;
}

.catalog_footer {
  position: relative;
  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;
  width: 245px;
  height: 38px;
  border-radius: 0 0 6px 6px;
  background: #C7B994;
}

.catalog_footer::after {
  position: absolute;
  bottom: 14px;
  right: 14px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_right_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 13px;
}


.catalog_egift {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.9px;
  text-align: center;
  color: #062;
}


.voiceContainer {
  margin-top: 50px;
  padding: 0 20px;
}

.voice {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 32px;
  border-radius: 10px;
  border: 2px solid #FFF;
}

.voice_heading {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #FFF;
}

.voice_line {
  width: 100%;
  height: 2px;
  background: #FFF;
}

.voice_text {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  color: #FFF;
}

.btnContainer {
  margin-top: 50px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

/* search */
.giftforBtnContainer {
  display: -ms-grid;
  display: grid;
  width: 308px;
  margin-top: 20px;
  -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.giftforBtn {
  width: 90px;
  height: 119px;
  padding-top: 4px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.giftforBtn_heading {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #043D53;
}

.searchBtnContainer {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 374px) {
  .searchBtnContainer {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.searchBtn {
  padding: 10px 15px;
  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;

  border-radius: 50px;
  border: 1px solid #F4F0E5;
  background: #FFF;

  font-family: "Akkurat-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.04em;
  color: #12243C;
}

.searchBtn.searchBtn-l {
  min-width: 224px;
}

.searchLargeBtnContainer {
  margin-top: 20px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

/* send */
.sendGift {
  margin-top: 6px;
}

.sendContainer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}

.send {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.send_heading {
  margin-top: 15px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #FFF;
}

.send_text {
  margin-top: 10px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  color: #FFF;
}

.send_notice {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}

.send_notice_text {
  font-family: "A1 Gothic R", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #043D53;
  text-align: justify;
}

.send_notice_text.send_notice_text-tight {
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
  letter-spacing: 0.04em;
}

.sendGift_btn {
  margin-top: 50px;
  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;
}

.section.section-send .btn {
  width: 100%;
}

@media screen and (max-width: 374px) {
  .section.section-send .btn {
    width: 100%;
  }
}

.sendHowto {
  margin-top: 75px;
}

.send_btn {
  margin-top: 20px;
}

/* child page */
.childHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px 15px 0;
}

.childHeader_img {
  width: 62.27vw;
  margin-left: 5px;
}

@media screen and (max-width: 374px) {
  .childHeader_img {
    margin-left: 0;
  }
}


.childHeader_heading {
  position: relative;
  margin-top: -15px;
}

.childHeader_title {
  margin: 0;
  padding: 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.1em;
  color: #C7B994;
}

@media screen and (max-width: 374px) {
  .childHeader_title {
    font-size: 20px;
  }
}

.childHeader_text {
  margin-top: 7px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #FFF;
}

.childHeader_goTopBtn {
  position: absolute;
  top: -39px;
  right: 0;
}

.goTopBtn {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;

  width: 85px;
  height: 85px;
  padding-top: 20px;
  border-radius: 42.5px;
  background: #C7B994;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #043D53;
}

.goTopBtn::after {
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.childHeader_shootingstar {
  position: absolute;
  display: block;
  width: 24.53vw;
  top: 12px;
  right: 37px;
}

@media screen and (max-width: 374px) {
  .childHeader_shootingstar {
    right: 15px;
  }
}

/* gifts */
.gifts.gifts-child {
  gap: 120px;
}

.gifts.gifts-child .gift_catalogs,
.gifts.gifts-child .gift_btn {
  margin-top: 35px;
}

.gifts.gifts-child .gift_catalog {
  margin-top: 20px;
}

.gifts.gifts-child .gift_flex {
  gap: 25px;
}

/* after */
.afterContainer {
  margin-top: 65px;
}

.afterQuestion {
  position: relative;
  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;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFF;

  font-family: "A1 Gothic M", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  color: #043D53;
}

.afterQuestion::before {
  position: absolute;
  left: -66px;
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(/assets/specials/christmas2025/handwriting/decoration04_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.afterQuestion::after {
  position: absolute;
  right: -66px;
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(/assets/specials/christmas2025/handwriting/decoration05.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.afterHeading {
  margin-top: 9px;
  position: relative;
  padding: 4px 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #FFF;
}

.afterTitle {
  margin-top: -4px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  text-align: center;
  color: #FFF;
}

.flows {
  margin-top: 9px;
  margin-left: 20px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow {
  position: relative;
  width: 67.46vw;
  margin-left: 38px;
  padding: 25px 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;

  border-radius: 10px;
  border: 2px solid #FFF;
}

.slick-list {
  padding: 0 !important;
}

.slick-track {
  height: 100%;
}

.slick-track>div:first-child {
  margin-left: 0;
}

.flow_nextarrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -27px;
  content: '';
  display: block;
  width: 14px;
  height: 26px;
  background-image: url(/assets/specials/christmas2025/shape/arrow_flow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.flow_img {
  width: 108px;
}

.flow_heding {
  min-height: 58px;
  padding: 0 10px;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  color: #FFF;
  text-align: center;

}

.flow_text {
  padding: 0 15px;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #FFF;
  text-align: justify;
}

/* course */
.courseContainer {
  margin-top: 65px;
}

.courseHeading {
  padding: 4px 0;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
  color: #FFF;
}

.courses {
  margin-top: 15px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.course {
  position: relative;
  width: 308px;
  min-height: 334px;
  padding: 14px 17px 14px;
  background-color: #fff;
}

.course::after {
  position: absolute;
  width: 22px;
  height: 22px;
  bottom: 14px;
  right: 17px;
  display: block;
  content: "";
  background-image: url(/assets/specials/christmas2025/shape/arrow_gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.course_img img {
  width: 274px;
  height: 158px;
  -o-object-fit: cover;
  object-fit: cover;
}

.course_name {
  margin-top: 10px;

  font-family: "A1 Gothic R", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  color: #043D53;
}

.course_title {
  font-family: "A1 Gothic M", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #043D53;
}