@charset "UTF-8";
/* =====================
	ギフト特集
 ======================= */
/** -------------------- 見出し -------------------- **/
.giftset-heading {
  position: relative;
}
.giftset-heading .giftset-heading-bg {
  margin: 0 -16px;
}
.giftset-heading .giftset-heading-bg img {
  width: 100%;
}
.giftset-heading .giftset-heading-txtbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: var(--c_wht);
  padding-top: 22.67%;
  text-align: center;
}
.giftset-heading .giftset-heading-ttl {
  font-family: var(--font_serif);
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.giftset-heading .giftset-heading-catchcopy {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

/** -------------------- リード文 -------------------- **/
.giftset-lead {
  margin: 56px 0;
}
.giftset-lead .giftset-lead-ttl {
  font-family: var(--font_serif);
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
}
.giftset-lead .giftset-lead-txt {
  text-align: center;
  margin-top: 24px;
}

/** -------------------- アンカーリンク -------------------- **/
.giftset-nav {
  margin: 56px 0;
}
.giftset-nav .giftset-nav-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 125px);
  gap: 26px 25px;
  justify-content: center;
}
.giftset-nav .giftset-nav-list a {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
  align-items: center;
  border: 0.5px solid var(--c_gray);
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.giftset-nav .giftset-nav-list a img {
  width: 44px;
}
.giftset-nav .giftset-nav-list a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/giftset/nav_arrow.png) no-repeat center bottom/100%;
}

/** -------------------- のし紙・手さげ袋の無料サービス -------------------- **/
.giftset-service {
  margin: 56px 0;
}
.giftset-service .giftset-service-container {
  background: var(--c_bg_gray);
  padding: 24px 45px;
  border-radius: 5px;
  display: grid;
  row-gap: 16px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.giftset-service .giftset-service-ttl {
  text-align: center;
}
.giftset-service .giftset-service-ttl-eng {
  font-family: var(--font_eng);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  color: var(--c_red);
}
.giftset-service .giftset-service-ttl-jp {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.giftset-service .giftset-service-img {
  text-align: center;
}
.giftset-service .giftset-service-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/** -------------------- 任意商品表示パーツ -------------------- **/
.giftset-product-scroll {
  margin: 30px -16px;
}
.giftset-product-scroll:first-child {
  margin-top: 0;
}
.giftset-product-scroll:last-child {
  margin-bottom: 0;
}

.fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column;
  row-gap: 10px;
}
.fs-c-productListCarousel__list__item .fs-c-productImage__image {
  border-radius: 6px;
}
.fs-c-productListCarousel__list__item .fs-c-productName__copy {
  display: none;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
  order: 2;
  margin: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  margin: 0;
  line-height: 1;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices .fs-c-price__value {
  line-height: 1;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--selling {
  color: var(--c_red);
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--selling .fs-c-productPrice__main__price {
  color: var(--c_red);
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--selling .fs-c-price__value {
  font-weight: 700;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice--selling .fs-c-price::after {
  font-size: 100%;
  font-weight: 700;
}
.fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
  font-size: 1.1rem;
  margin-left: 4px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  display: none;
}

/** -------------------- 季節限定 -------------------- **/
.giftset-seasonal {
  margin: 56px 0;
}

/** -------------------- 予算から探す -------------------- **/
.giftset-price {
  margin: 56px 0;
}
.giftset-price .giftset-price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px;
}
.giftset-price .giftset-price-list a {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 17px 8px;
  background: var(--c_bg_gray);
  border-radius: 100px;
}

/** -------------------- カテゴリーから探す -------------------- **/
.giftset-category {
  margin: 56px 0;
}
.giftset-category .giftset-category-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 130px);
  gap: 25px;
  justify-content: center;
}
.giftset-category .giftset-category-list a {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: block;
}
.giftset-category .giftset-category-list a > div {
  text-align: center;
  background: var(--c_bg_gray);
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 10px 25px;
}

/** -------------------- 目的から探す -------------------- **/
.giftset-purpose {
  background: var(--c_bg);
  padding: 56px 0;
}
.giftset-purpose .giftset-purpose-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 130px);
  gap: 25px;
  justify-content: center;
}
.giftset-purpose .giftset-purpose-list a {
  height: 110px;
  background: var(--c_wht);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 3px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: 10px;
}
.giftset-purpose .giftset-purpose-list a img {
  width: 60px;
}
.giftset-purpose .giftset-purpose-list a::after {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/giftset/nav_arrow.png) no-repeat center bottom/100%;
}
.giftset-purpose .giftset-purpose-block {
  margin: 56px 0;
}
.giftset-purpose .giftset-purpose-block-header {
  background: var(--c_wht);
  padding: 16px 24px;
  border-radius: 10px;
}
.giftset-purpose .giftset-purpose-block-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 16px;
}
.giftset-purpose .giftset-purpose-block-ttl img {
  width: 60px;
}
.giftset-purpose .giftset-product-scroll {
  margin: 32px -16px;
}

/** -------------------- スタッフのおすすめ -------------------- **/
.giftset-recommend {
  margin: 60px 0;
}

/** -------------------- eギフト -------------------- **/
.giftset-egift {
  margin: 60px 0;
}

/** -------------------- ギフトサービス -------------------- **/
.giftset-giftservice {
  margin: 60px 0;
}
.giftset-giftservice .giftset-giftservice-scroll {
  margin: 35px -16px;
  padding: 0 16px;
  overflow-y: hidden;
  overflow-x: auto;
}
.giftset-giftservice .giftset-giftservice-list {
  display: flex;
  column-gap: 20px;
}
.giftset-giftservice .giftset-giftservice-list::after {
  content: "";
  width: 16px;
  margin-left: -20px;
  flex-shrink: 0;
}
@media (min-width: 972px) {
  .giftset-giftservice .giftset-giftservice-list::after {
    display: none;
  }
}
.giftset-giftservice .giftset-giftservice-list-item {
  flex: 1 0 300px;
  padding: 25px 22px 8px;
  background: var(--c_bg);
}
.giftset-giftservice .giftset-giftservice-list-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 15px 0 12px;
}

/* スマホのみ
  ------------------------ */
@media (max-width: 1199px) {
  /** -------------------- 任意商品表示パーツ -------------------- **/
  .giftset-product-scroll {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .fs-c-productListCarousel__ctrl {
    display: none !important;
  }
  .fs-c-slick .slick-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .fs-c-slick .slick-track {
    width: auto !important;
    transform: none !important;
    display: flex;
    gap: 0 16px;
  }
  .fs-c-slick .slick-track::after {
    width: 1px;
    margin-left: -1px;
    flex-shrink: 0;
  }
  .fs-c-slick .slick-slide {
    float: none;
    flex-shrink: 0;
  }
  .fs-c-productListCarousel__list__item {
    max-width: none;
    min-width: auto;
    width: 150px !important;
    margin: 0;
  }
  /** -------------------- 目的から探す -------------------- **/
  .giftset-purpose .fs-c-productListCarousel__list__item {
    width: 120px !important;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    font-size: 1.3rem;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
    font-size: 1.3rem;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item .fs-c-productMarks {
    display: none;
  }
}
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  /** -------------------- 見出し -------------------- **/
  .giftset-heading .giftset-heading-bg {
    margin: 0;
  }
  .giftset-heading .giftset-heading-txtbox {
    padding: 60px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 24px;
  }
  .giftset-heading .giftset-heading-ttl {
    margin: 0;
    font-size: 5.2rem;
  }
  .giftset-heading .giftset-heading-catchcopy {
    font-size: 1.8rem;
  }
  /** -------------------- リード文 -------------------- **/
  .giftset-lead {
    margin: 75px 0;
  }
  .giftset-lead .giftset-lead-ttl {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .giftset-lead .giftset-lead-txt {
    margin-top: 32px;
  }
  /** -------------------- アンカーリンク -------------------- **/
  .giftset-nav {
    margin: 75px 0;
  }
  .giftset-nav .giftset-nav-list {
    grid-template-columns: repeat(6, 175px);
    gap: 30px 0;
    justify-content: space-between;
  }
  .giftset-nav .giftset-nav-list a {
    height: 175px;
    row-gap: 8px;
  }
  .giftset-nav .giftset-nav-list a img {
    width: 60px;
  }
  .giftset-nav .giftset-nav-list a::after {
    width: 15px;
    height: 15px;
  }
  /** -------------------- のし紙・手さげ袋の無料サービス -------------------- **/
  .giftset-service {
    margin: 75px 0;
  }
  .giftset-service .giftset-service-container {
    padding: 30px 50px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "ttl img" "txt img";
    gap: 10px 25px;
    justify-content: flex-start;
    align-items: center;
  }
  .giftset-service .giftset-service-ttl {
    grid-area: ttl;
    text-align: left;
  }
  .giftset-service .giftset-service-ttl-eng {
    font-size: 1rem;
  }
  .giftset-service .giftset-service-ttl-jp {
    font-size: 1.6rem;
  }
  .giftset-service .giftset-service-img {
    grid-area: img;
    text-align: left;
  }
  .giftset-service .giftset-service-txt {
    grid-area: txt;
    font-size: 1.3rem;
  }
  /** -------------------- 任意商品表示パーツ -------------------- **/
  .giftset-product-scroll {
    margin: 60px 0;
  }
  .fs-c-productListCarousel {
    position: relative;
  }
  .fs-c-productListCarousel__ctrl {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: var(--c_wht);
    border-radius: 50%;
    box-shadow: 0px 0px 16.67px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: var(--anim);
  }
  .fs-c-productListCarousel__ctrl .fs-c-button--carousel {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: url(../images/common/arrow.png) no-repeat center/contain;
    filter: var(--filter_text);
  }
  .fs-c-productListCarousel__ctrl .fs-c-button--carousel::before {
    display: none;
  }
  .fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0;
  }
  .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0;
  }
  .fs-c-productListCarousel__ctrl--prev {
    left: -30px;
    transform: scale(-1, 1);
  }
  .fs-c-productListCarousel__ctrl--next {
    right: -30px;
  }
  .fs-c-productListCarousel__list {
    margin: 0 -12px;
  }
  .fs-c-productListCarousel__list__item {
    min-width: 280px;
    max-width: 280px;
    margin: 0 12px;
    row-gap: 16px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
    margin-bottom: 4px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
    font-size: 1.5rem;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__productName a {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productName__copy {
    display: block;
    order: 2;
    font-size: 1.3rem;
    color: var(--c_gray);
  }
  .fs-c-productListCarousel__list__item .fs-c-productName__copy br:last-child {
    display: none;
  }
  .fs-c-productListCarousel__list__item .fs-c-productPrice__addon {
    font-size: 1.3rem;
  }
  /** -------------------- 季節限定 -------------------- **/
  .giftset-seasonal {
    margin: 120px 0;
  }
  /** -------------------- 予算から探す -------------------- **/
  .giftset-price {
    margin: 72px 0;
  }
  .giftset-price .giftset-price-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 25px;
  }
  .giftset-price .giftset-price-list a {
    font-size: 1.6rem;
    padding: 20px 8px 21px;
  }
  /** -------------------- カテゴリーから探す -------------------- **/
  .giftset-category {
    margin: 72px 0;
  }
  .giftset-category .giftset-category-list {
    grid-template-columns: repeat(5, 216px);
    gap: 25px 0;
    justify-content: space-between;
  }
  .giftset-category .giftset-category-list a > div {
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 20px 70px 12px;
  }
  /** -------------------- 目的から探す -------------------- **/
  .giftset-purpose {
    margin: 120px 0;
    padding: 80px 0 60px;
  }
  .giftset-purpose .giftset-purpose-list {
    grid-template-columns: repeat(5, 216px);
    gap: 25px 0;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .giftset-purpose .giftset-purpose-list a {
    height: 130px;
  }
  .giftset-purpose .giftset-purpose-list a::after {
    height: 15px;
  }
  .giftset-purpose .giftset-purpose-block {
    margin: 60px 0;
  }
  .giftset-purpose .giftset-purpose-block-header {
    padding: 24px 60px;
    text-align: center;
  }
  .giftset-purpose .giftset-purpose-block-ttl {
    font-size: 2.2rem;
  }
  .giftset-purpose .giftset-product-scroll {
    margin: 40px 0;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item {
    min-width: 220px;
    max-width: 220px;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item .fs-c-productListItem__imageContainer {
    margin-bottom: 0;
  }
  .giftset-purpose .fs-c-productListCarousel__list__item .fs-c-productName__copy {
    display: none;
  }
  /** -------------------- スタッフのおすすめ -------------------- **/
  .giftset-recommend {
    margin: 100px 0;
  }
  /** -------------------- eギフト -------------------- **/
  .giftset-egift {
    margin: 100px 0;
  }
  /** -------------------- ギフトサービス -------------------- **/
  .giftset-giftservice {
    margin: 100px 0;
  }
  .giftset-giftservice .giftset-giftservice-scroll {
    margin: 60px 0;
    padding: 0;
    overflow: hidden;
  }
  .giftset-giftservice .giftset-giftservice-list {
    column-gap: 30px;
  }
  .giftset-giftservice .giftset-giftservice-list::after {
    display: none;
  }
  .giftset-giftservice .giftset-giftservice-list-item {
    flex: 1;
    padding: 30px;
    min-height: 580px;
  }
  .giftset-giftservice .giftset-giftservice-list-item-ttl {
    margin: 30px 0 20px;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}
/* hover
  ------------------------ */