@charset "utf-8";
.sec02 .wrap {
  width: 100%;
  max-width: none;
}

/*#page.product.in .product_item01_ttl {
  margin: 0 20px;
}*/
/* 共通 */
/* html[lang^=ja] #area-Contents {
  font-family: "TsukuMinPr6-R", serif;
}
html {
  scroll-padding-top: 125px;
}
html.is-holidayGiftFixed {
  overflow: hidden;
} */

.p-holidayGift_inner {
  width: 100%;
  max-width: calc(1000px + 40px * 2);
  position: relative;
  z-index: 2;
  padding: 0 40px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.p-holidayGift_inner-large {
  max-width: calc(1280px + 40px * 2);
}
.p-holidayGift_read {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 2.4;
  text-align: center;
}
.promotionVi-wrapper .g-Column__inner .g-Column__cols {
  padding: 0;
}

/* MV */
/*.p-holidayGift {
  opacity: 0;
  position: relative;
  background: #F5F5F5;
}*/
/*.p-holidayGift.js-loadComplete {
  opacity: 1;
}*/
.p-holidayGift img {
  max-width: 100%;
  display: block;
}
.p-holidayGift_splash_outer {
  position: relative;
  z-index: 9999;
}
.p-holidayGift.is-mvHide .p-holidayGift_splash_outer {
  opacity: 0;
}
.p-holidayGift_splash {
  /*width: 100%;
  height: calc(100svh - var(--headerH, 114px) + 1px);
  position: fixed;
  left: 0;
  z-index: 0;
  top: var(--headerH, 114px);
  background: #F5F5F5;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 1;
  transform: translateY(-1px);*/
}
.p-holidayGift_splash_inner {
  /*width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;*/
}
.p-holidayGift_splash_heading {
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 1;
  transition: all 1.5s ease;
  opacity: 0;
}
.p-holidayGift_splash_heading_main {
  margin: 0;
}
.p-holidayGift_splash_heading_main > img {
  margin-left: auto;
  margin-right: auto;
  background: #F5F5F5;
}
.p-holidayGift_splash_heading_sub {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  background: #F5F5F5;
  margin: 20px 0 0;
  /*font-family: "AvenirNextLTPro-Light", "TsukuGoPr5N-L", sans-serif;*/
}
.p-holidayGift_splash_itemList {
  /*position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
}
.p-holidayGift_splash_item {
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}
.p-holidayGift_splash_item img {
  position: absolute;
  right: 0;
  top: 0;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-holidayGift_splash_item::before {
  background: #F5F5F5;
  top: -50px;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  box-shadow: 2px 2px 60px 80px #F5F5F5;
  transform: translate(0, 0);
}
@keyframes shadowAnimation {
  0% {
    box-shadow: 2px 2px 60px 80px #F5F5F5;
  }
  100% {
    box-shadow: none;
  }
}
@keyframes splash01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    height: 0;
    transform: translate(0, -100%);
  }
}
@keyframes splash02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    height: 0;
    transform: translate(0, -100%);
  }
}
@keyframes splash03 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    height: 0;
    transform: translate(-100%, -100%);
  }
}
@keyframes splash04 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    height: 0;
    transform: translate(-100%, -100%);
  }
}
.p-holidayGift_splash_item-01 {
  border-radius: 0 0 50% 50%;
  top: -38px;
  right: 0;
  width: 547px;
  height: 261px;
}
.p-holidayGift_splash_item-01 img {
  top: -40px;
}
.p-holidayGift_splash_item-02 {
  border-radius: 0 0 50% 50%;
  right: 0;
  top: 30.6%;
  z-index: 5;
  width: 197px;
  height: 300px;
}
.p-holidayGift_splash_item-03 {
  left: 0;
  top: 34.4%;
  width: 154px;
  height: 299px;
}
.p-holidayGift_splash_item-04 {
  left: 0;
  bottom: -20px;
  width: 399px;
  height: 220px;
}

/* MVアニメーション */
/*.js-loadComplete .p-holidayGift_splash_heading,
.js-loadComplete .p-holidayGift_splash_item {
  opacity: 1;
  background-color: transparent;
}
.p-holidayGift.js-loadComplete .p-holidayGift_splash_outer {
  transition: all 0.7s ease 2.8s;
  opacity: 0;
  visibility: hidden;
}
.p-holidayGift.js-loadComplete .p-holidayGift_splash_item-01::before {
  animation: shadowAnimation 4s forwards 1.8s, splash01 2s forwards;
}
.p-holidayGift.js-loadComplete .p-holidayGift_splash_item-02::before {
  animation: shadowAnimation 4s forwards 1.8s, splash02 2s forwards 0.2s;
}
.p-holidayGift.js-loadComplete .p-holidayGift_splash_item-03::before {
  animation: shadowAnimation 4s forwards 1.8s, splash03 2s forwards 0.3s;
}
.p-holidayGift.js-loadComplete .p-holidayGift_splash_item-04::before {
  animation: shadowAnimation 4s forwards 1.8s, splash04 2s forwards 0.4s;
}*/

/* メインビジュアル */
.p-holidayGift_mv_outer {
  position: relative;
  z-index: 1;
}
.p-holidayGift_mv_heading {
  position: absolute;
  top: 28%;
  left: 8%;
}
.p-holidayGift_mv_img {
  min-height: 600px;
  height: calc(100svh - 80px - 44px);
}
.p-holidayGift_mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% center;
}
.p-holidayGift_mv_heading_main {
  margin: 0;
  width: 313px;
}
.p-holidayGift_mv_heading_sub {
  display: block;
  /*font-family: "AvenirNextLTPro-Light", "TsukuGoPr5N-L", sans-serif;*/
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 1.4px;
  margin-top: 30px;
}
.p-holidayGift_mv_button {
  width: 240px;
  margin-top: 70px;
  text-align: center;
}
.p-holidayGift_mv_button .cmn-richtext {
  display: inline;
}
.p-holidayGift_mv_button .l-ButtonUnit__link__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/icon_anchor.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 導入 */
.p-holidayGift_intro {
  position: relative;
  z-index: 1;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/bg_curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.p-holidayGift_intro .p-holidayGift_inner {
  padding-top: 200px;
  padding-bottom: 120px;
}
.p-holidayGift_youtube {
  margin-top: 200px;
}
.p-holidayGift_youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.p-holidayGift_intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-holidayGift_intro_bg_item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-holidayGift_intro_bg_item img {
  max-width: none;
  width: auto;
  height: 100%;
}
.p-holidayGift_intro_bg_item-01 {
  top: -24px;
  right: 0;
  width: 522px;
  height: 216px;
}
.p-holidayGift_intro_bg_item-02 {
  top: calc(206 / 1518 * 100%);
  right: 0;
  width: 191px;
  height: 280px;
}
.p-holidayGift_intro_bg_item-03 {
  top: calc(345 / 1518 * 100%);
  left: 0;
  width: 123px;
  height: 315px;
}
.p-holidayGift_intro_bg_item-04 {
  top: calc(674 / 1518 * 100%);
  left: 0;
  width: 118px;
  height: 401px;
}
.p-holidayGift_intro_bg_item-05 {
  bottom: calc(-50 / 1518 * 100%);
  right: 0;
  width: 129px;
  height: 252px;
}
.p-holidayGift_intro_bg_item-06 {
  bottom: calc(-240 / 1518 * 100%);
  right: 0;
  width: 341px;
  height: 155px;
}

/* 商品 */
.p-holidayGift_product {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  background: #F9FAFA;
  z-index: 1;
}
.p-holidayGift_inner-slideZindex {
  z-index: 999;
}
.p-holidayGift_product_pattern {
  margin-top: 120px;
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
}
.p-holidayGift_product_pattern + .p-holidayGift_product_pattern {
  margin-top: 120px;
}
.p-holidayGift_product_pattern-3col-lg {
  grid-template-columns: repeat(3, 1fr);
}
.p-holidayGift_product_pattern_item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 30px;
}
.p-holidayGift_product_pattern_item > img {
  width: 86px;
}
.p-holidayGift_product_pattern_concept {
  width: 100%;
}
.p-holidayGift_product_pattern_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.p-holidayGift_product_pattern_text {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.p-holidayGift_reference {
  margin-top: 60px;
  margin-bottom: 0;
}
.p-holidayGift_reference_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.p-holidayGift_reference .p-holidayGift_product_pattern {
  margin-top: 10px;
}
.p-holidayGift_reference .p-holidayGift_product_pattern_title {
  font-size: 12px;
}
.p-holidayGift_reference .p-holidayGift_product_pattern_text {
  margin-top: 0;
  font-size: 10px;
  color: #4B4B4B;
}
.p-holidayGift_product_maindesc {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 120px 0 0;
}
.p-holidayGift_product_main {
  position: relative;
  margin: 40px auto 0;
}
.p-holidayGift_product_main_img {
  position: relative;
  max-width: 496px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.p-holidayGift_product_main_img::before,
.p-holidayGift_product_main_img::after {
  content: '';
  position: absolute;
  top: -33px;
  display: block;
  width: 294px;
  height: 528px;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/bg_box.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-holidayGift_product_main_img::before {
  left: -304px;
}
.p-holidayGift_product_main_img::after {
  right: -304px;
  transform: rotate(180deg);
}
.p-holidayGift_product_main_img img {
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15), 0px 4px 60px -10px rgba(0, 0, 0, 0.16);
}
.p-holidayGift_product_main_map {
  padding: 0;
  list-style: none;
}
.p-holidayGift_product_main_map_item {
  cursor: pointer;
  position: absolute;
  background: #F5F5F5;
  transition: .3s ease;
  opacity: 0;
}
@media (hover: hover) {
  .p-holidayGift_product_main_map_item:hover {
    opacity: .4;
  }
}
.p-holidayGift_product_main_map_item:nth-child(1)  {
  bottom: 2%;
  left: 32.8%;
  width: 17.7%;
  padding-bottom: 46%;
}
.p-holidayGift_product_main_map_item:nth-child(2)  {
  top: 2%;
  left: 84%;
  width: 14%;
  padding-bottom: 40%;
}
.p-holidayGift_product_main_map_item:nth-child(3)  {
  top: 2%;
  left: 1.7%;
  width: 29%;
  padding-bottom: 28%;
}
.p-holidayGift_product_main_map_item:nth-child(4)  {
  bottom: 2%;
  left: 70.8%;
  width: 17.7%;
  padding-bottom: 46%;
}
.p-holidayGift_product_main_map_item:nth-child(5)  {
  bottom: 2%;
  left: 51.8%;
  width: 17.7%;
  padding-bottom: 46%;
}
.p-holidayGift_product_main_map_item:nth-child(6)  {
  top: 2%;
  left: 33%;
  width: 12%;
  padding-bottom: 40%;
}
.p-holidayGift_product_main_map_item:nth-child(7)  {
  top: 2%;
  left: 71.5%;
  width: 10.5%;
  padding-bottom: 40%;
}
.p-holidayGift_product_main_map_item:nth-child(8)  {
  bottom: 2%;
  left: 90.5%;
  width: 8.3%;
  padding-bottom: 46%;
}
.p-holidayGift_product_main_map_item:nth-child(9)  {
  top: 2%;
  left: 47%;
  width: 10%;
  padding-bottom: 41%;
}
.p-holidayGift_product_main_map_item:nth-child(10) {
  top: 2%;
  left: 59%;
  width: 10.5%;
  padding-bottom: 40%;
}
.p-holidayGift_product_main_map_item:nth-child(11) {
  bottom: 2%;
  left: 2%;
  width: 14%;
  padding-bottom: 58.4%;
}
.p-holidayGift_product_main_map_item:nth-child(12) {
  bottom: 2%;
  left: 16.3%;
  width: 14%;
  padding-bottom: 58.4%;
}

.p-holidayGift_product_slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--headerH, 114px);
  bottom: 0;
  padding-bottom: 100px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  margin: auto;
  padding: 0;
}
.p-holidayGift_product_slider::before {
  content: "";
  width: 100vw;
  height: 100svh;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
/*.p-holidayGift_product_slider.js-sliderActive {
  opacity: 1;
  visibility: visible;
}*/
.p-holidayGift_product_slider_inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-height: calc(100% - 44px);
  padding-bottom: 20px;
  /* height: calc(100% - 24px); */
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/pattern-gray-detail-b.svg), url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/pattern-gray-detail-a.svg);
  background-repeat: no-repeat;
  background-position: left -346px bottom, right -241px top;
  background-size: 346px 185px, 241px 247px;
  transition: background 0.3s ease;
}
/*.js-sliderActive .p-holidayGift_product_slider_inner {
  background-position: left 0 bottom, right 0 top;
}*/
.p-holidayGift_product_slider_inner::-webkit-scrollbar {
  display: none;
}
.p-holidayGift_product_slider_main {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out 0.3s;
}
/*.js-sliderActive .p-holidayGift_product_slider_main {
  opacity: 1;
}*/
.p-holidayGift_product_slider_main_wrapper {
  height: auto;
  align-items: baseline;
}
.p-holidayGift_product_slider_main_slide {
  height: auto;
  position: relative;
  box-sizing: border-box;
  background: transparent;
  padding: 16px 20px;
}
.p-holidayGift_product_slider_main_number {
  position: absolute;
  top: 40px;
  right: 0;
}
.p-holidayGift_product_slider_main_img {
  margin: 0;
}
.p-holidayGift_product_slider_main_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  font-family: 'object-fit: contain;'
}
.p-holidayGift_product_slider_main_box {
  display: block;
  color: #000;
  padding: 146px 20px 0;
}
.p-holidayGift_product_slider_main_name {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.p-holidayGift_product_slider_main_detail {
  display: flex;
  align-items: center;
  color: #9e8839;
  font-family: source-han-serif-japanese, serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 12px 0 0;
  cursor: pointer;
}
.p-holidayGift_product_slider_main_arrow {
  margin-left: 10px;
  width: 20px;
}
.p-holidayGift_product_slider_main_text_sub {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 16px;
  margin: 10px 0 0;
}
.p-holidayGift_product_slider_main_text_main {
  font-size: 16px;
  margin: 10px 0 0;
}
.p-holidayGift_product_slider_main_text_list,
.p-holidayGift_product_slider_main_text_list > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-holidayGift_product_slider_main_text_list {
  margin-top: 10px;
}
.p-holidayGift_product_slider_main_text_button {
  max-width: 240px;
  width: 100%;
  margin-top: 10px;
}
.p-holidayGift_product_slider_thumb {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-holidayGift_product_slider_thumb_slide {
  width: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .3s ease;
}
.p-holidayGift_product_slider_thumb_slide:hover {
  opacity: .7;
}
.p-holidayGift_product_slider_thumb_slide.swiper-slide-thumb-active {
  border-color: #CCB871;
}
.p-holidayGift_product_slider_thumb_slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.p-holidayGift_product_slider_close {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9e8839;
  font-family: source-han-serif-japanese, serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
  cursor: pointer;
}
.p-holidayGift_product_slider_close span {
  margin-left: 10px;
}
.p-holidayGift_product_slider_modal {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #fff;
  font-weight: 300;
  font-family: kozuka-gothic-pr6n, sans-serif;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  padding: 32px 40px;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.p-holidayGift_product_slider_modal_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1D1F1D;
  box-sizing: border-box;
  padding: 32px 10px;
}
.p-holidayGift_product_slider_modal_inner::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #9E8839;
  opacity: .5;
}
.p-holidayGift_product_slider_modal_close {
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}
.p-holidayGift_product_slider_modal_item {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.p-holidayGift_product_slider_modal_title {
  font-size: 16px;
}
.p-holidayGift_product_slider_modal_text_sub {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 12px;
}
.p-holidayGift_product_slider_modal_text {
  font-family: kozuka-gothic-pr6n, serif;
  font-size: 14px;
}
/* 表示 */
/*.js-modalActive.p-holidayGift_product_slider_modal,
.js-modalItemActive.p-holidayGift_product_slider_modal_item {
  display: block;
  opacity: 1;
  visibility: visible;
}*/

/* 背景 */
.p-holidayGift_product_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-holidayGift_product_bg_item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-holidayGift_product_bg_item img {
  max-width: none;
}
.p-holidayGift_product_bg_item-01 {
  top: calc(-10 / 2281 * 100%);
  right: 0;
  width: 521px;
  height: 257px;
}
.p-holidayGift_product_bg_item-02 {
  top: calc(270 / 2281 * 100%);
  right: 0;
  width: 203px;
  height: 300px;
}
.p-holidayGift_product_bg_item-03 {
  top: calc(547 / 2281 * 100%);
  left: 0;
  width: 153px;
  height: 365px;
}
.p-holidayGift_product_bg_item-04 {
  top: calc(928 / 2281 * 100%);
  left: 0;
  width: 107px;
  height: 367px;
}
.p-holidayGift_product_bg_item-05 {
  bottom: calc(-100 / 2281 * 100%);
  right: 0;
  width: 177px;
  height: 387px;
}
.p-holidayGift_product_bg_item-06 {
  bottom: calc(-440 / 2281 * 100%);
  right: 0;
  width: 432px;
  height: 275px;
}

/* ギフトセットA */ 
.p-holidayGift_product_giftA {
  margin-top: calc(160px + 35px);
}
.p-holidayGift_product_giftA_item {
  display: flex;
  gap: 70px;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
}
.p-holidayGift_product_giftA_box {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 70px;
  width: calc(60% - 70px);
}
.p-holidayGift_product_giftA_img {
  width: 40%;
}
.p-holidayGift_product_giftA_img img {
  width: 100%;
}
.p-holidayGift_product_giftA_title {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  gap: 30px;
}
.p-holidayGift_product_giftA_title img {
  max-width: 220px;
}
.p-holidayGift_product_giftA_title > span {
  display: block;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1.3px;
  margin-top: 16px;
}
.p-holidayGift_product_giftA_subTitle {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 28px;
  line-height: 1.5;
}
.p-holidayGift_product_giftA_text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.p-holidayGift_product_giftA_time {
  margin-top: 10px;
  color: #9F8839;
  font-size: 18px;
  line-height: 1.5;
  font-family: source-han-serif-japanese, serif;
}
.p-holidayGift_product_giftA_button {
  margin-top: 40px;
  text-align: center;
}
.p-holidayGift_product_giftA_titleLv3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
.p-holidayGift_product_giftA_titleLv4 {
  margin-top: 30px;
  padding-top: 2px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #E5DCB8;
  margin-bottom: 0;
}
.p-holidayGift_product_giftA_info {
  margin-top: 30px;
}
.p-holidayGift_product_giftA_info dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D6D6;
}
.p-holidayGift_product_giftA_info dt {
  width: 120px;
  margin: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.5;
}
.p-holidayGift_product_giftA_info dd {
  width: 100%;
  margin: 0;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.5;
}
.p-holidayGift_product_giftA .p-holidayGift_product_giftA_info .p-holidayGift_product_giftA_link {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  color: #000;
}
.p-holidayGift_product_giftA .p-holidayGift_product_giftA_info .p-holidayGift_product_giftA_link>.cmn-richtext {
  display: inline-block;
  text-decoration: underline;
}
.p-holidayGift_product_giftA .p-holidayGift_product_giftA_link:visited,
.p-holidayGift_product_giftA .p-holidayGift_product_giftA_link:hover {
  text-decoration: underline;
  color: #000;
}

/* ベストセラーズリミテッドセット */
.p-holidayGift_limitedSet {
  width: 100%;
  background: linear-gradient(96deg, #FCF7F5 10.55%, #F0E9E6 102.74%);
  padding: 120px 0;
  box-sizing: border-box;
}
.p-holidayGift_limitedSet .g-Section__inner {
  width: 100%;
  max-width: calc(1280px + 40px * 2);
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.p-holidayGift_limitedSet .l-ColumnUnit > .g-Text,
.p-holidayGift_limitedSet .g-Section__inner > .g-Text p {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock {
  display: flex;
  gap: 70px;
}
.p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock__image {
  width: 40%;
  float: none;
  padding-right: 0;
}
.p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock__text {
  width: 60%;
  float: none;
}
.p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col .g-HeadingTitle {
  margin-top: 10px;
  margin-bottom: 0;
}
.p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col .g-HeadingTitle__h2.l-HeadingTitle__h2 {
  font-size: 28px;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
.p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col>.g-Text,
.p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col>.g-Text p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}
.p-holidayGift_limitedSet .p-holidayGift_limitedSet_text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
.p-holidayGift_limitedSet .g-AnnotationListP--v2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.p-holidayGift_limitedSet .g-ButtonP {
  margin-top: 40px;
  margin-bottom: 0;
}
.p-holidayGift_limitedSet .g-Image {
  margin-bottom: 0;
}
.p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__image .campaign-image-text-pack-comp-image-col>.g-Image__img {
  padding: 0;
}

/* 大切なひとへの贈り物 */
.p-holidayGift_singleUnit {
  width: 100%;
  background-color: #fff;
  padding: 120px 40px;
  box-sizing: border-box;
}
.p-holidayGift_singleUnit .g-Section__inner {
  width: 100%;
  max-width: calc(1280px + 40px* 2);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.p-holidayGift_singleUnit .p-holidayGift_singleUnit_title .g-HeadingTitle__h2 {
  font-size: 32px;
  line-height: 1.5;
}
.p-holidayGift_singleUnit_column {
  margin-top: 100px;
}
.p-holidayGift_singleUnit_column .g-Column__inner {
  display: flex;
  justify-content: space-between;
}
.p-holidayGift_singleUnit_column .g-Column__inner::after {
  display: none;
}
.p-holidayGift_singleUnit_column .g-Column__cols-lg-3 {
  float: none;
  width: 27.9%;
}
.p-holidayGift_singleUnit_column .g-Image--v2__img {
  max-width: 292px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
}
.p-holidayGift_singleUnit_column a,
.p-holidayGift_singleUnit_column a:hover,
.p-holidayGift_singleUnit_column a:visited {
  text-decoration: none;
  color: #000;
}
.p-holidayGift_singleUnit_column a:hover {
  opacity: 0.85;
}
.p-holidayGift_singleUnit_title.l-HeadingTitle.l-HeadingTitle--h2 {
  margin-bottom: 0;
  text-align: center;
}
.p-holidayGift_singleUnit_catch.g-Text.l-Text > p {
  font-size: 18px;
  margin-top: 20px;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
}
.p-holidayGift_singleUnit_column .g-ButtonUnit__link:hover {
  opacity: 1;
}
.p-holidayGift_singleUnit_column .g-HeadingTitle--v2__titleBlock__titleBox__title,
.p-holidayGift_singleUnit_column .g-HeadingTitle--v2 {
  margin-bottom: 0;
}
.p-holidayGift_singleUnit_column .g-HeadingTitle--v2 .g-HeadingTitle--v2__h3 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
.p-holidayGift_singleUnit_column .g-HeadingTitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .l-Text,
.p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .l-Text > p {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
.p-holidayGift_singleUnit_column .g-HeadingTitle__titleBlock__titleBox__title {
  margin-bottom: 0;
}
.p-holidayGift_singleUnit_column .g-ButtonP {
  margin-bottom: 0;
}
.p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .g-ButtonP__list {
  margin-top: 30px;
  text-align: center;
}
.p-holidayGift_singleUnit_column .l-ButtonP.is-gutter--m .l-ButtonP__list__item {
  max-width: 240px;
  width: 100%;
  padding: 0;
}
.p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .g-ButtonP__list .g-ButtonUnit {
  width: 100%;
}
.p-holidayGift_singleUnit_column .g-ColumnUnit {
  height: auto !important;
}

/* 配送 */
.p-holidayGift_delivery {
  display: flex;
  align-items: center;
  min-height: 320px;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/img-giftbox-lg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.p-holidayGift_delivery .g-Section__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.p-holidayGift_delivery .g-Column {
  margin: 0 0 0 auto;
  width: 50%;
}
.p-holidayGift_delivery .g-HeadingTitle--v2 .g-HeadingTitle--v2__h2 {
  font-size: 28px;
  line-height: 1.5;
}
.p-holidayGift_delivery .g-HeadingTitle--v2 .g-HeadingTitle--v2__h2 .p-holidayGift_delivery_subTitle {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.p-holidayGift_delivery .l-HeadingTitle--v2.l-HeadingTitle--v2--h2 {
  margin-bottom: 0;
}
.p-holidayGift_delivery .g-ColumnUnit .g-Text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
.p-holidayGift_delivery .l-Column.is-gutter--m .l-Column__inner {
  margin: 0;
}
.p-holidayGift_delivery .l-Column.is-gutter--m .l-Column__cols {
  padding: 0;
}

/*.js-scroll-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.2s ease-in-out, opacity 1s ease-in-out;
}
.js-scroll-fadein.is-active {
  opacity: 1;
  transform: none;
}*/

.p-holidayGift_pcNone {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-holidayGift_mv_img {
    min-height: 400px;
    height: calc(80svh - 80px);
  }

  .p-holidayGift_product_giftA_box {
    padding-right: 35px;
    width: calc(65% - 35px);
  }
  .p-holidayGift_product_giftA_item {
    gap: 35px;
  }
  .p-holidayGift_product_giftA_title img {
    max-width: 110px;
  }
  .p-holidayGift_product_giftA_title > span {
    font-size: 18px;
  }
  .p-holidayGift_product_giftA_subTitle {
    margin-top: 10px;
    font-size: 16px;
  }
  .p-holidayGift_product_giftA_text {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-holidayGift_product_giftA_button {
    margin-top: 20px;
  }


  .p-holidayGift_delivery {
    display: block;
    background-image: none;
  }
  .p-holidayGift_delivery::before {
    content: "";
    display: block;
    width: 100%;
    height: 240px;
    background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/product/holiday_gift_2024/sensai_holiday_gift/img-giftbox-sm.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-holidayGift_delivery .g-Column {
    width: 100%;
  }
  .p-holidayGift_delivery .g-Section__inner {
    padding: 20px 20px 40px;
    background-color: #E8EDF1;
  }
  .p-holidayGift_delivery .g-Column {
    width: 100%;
  }
  .p-holidayGift_delivery .g-HeadingTitle--v2 .g-HeadingTitle--v2__h2 .p-holidayGift_delivery_subTitle {
    font-size: 12px;
    margin-bottom: 0;
  }
  .p-holidayGift_delivery .g-HeadingTitle--v2 .g-HeadingTitle--v2__h2 {
    font-size: 20px;
  }
  .p-holidayGift_delivery .g-HeadingTitle--v2__titleBlock__titleBox__title {
    margin-bottom: 0;
  }
  .p-holidayGift_delivery .g-ColumnUnit .g-Text {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* SP */
@media screen and (max-width: 767px) {

  .p-holidayGift_splash_heading {
    max-width: 229px;
  }
  .p-holidayGift_splash_item-01 {
    top: -64px;
    right: -63px;
    transform-origin: right;
    transform: scale(0.73);
  }
  .p-holidayGift_splash_item-02 {
    top: 109px;
    right: -60px;
    transform-origin: right;
    transform: scale(0.73);
  }
  .p-holidayGift_splash_item-03 {
    top: auto;
    bottom: 121px;
    left: -40px;
    transform-origin: left bottom;
    transform: scale(0.63);
  }
  .p-holidayGift_splash_item-04 {
    left: -36px;
    bottom: -12px;
    transform-origin: left bottom;
    transform: scale(0.63);
  }

  .l-Column.is-gutter--m .l-Column__inner {
    margin-right: 0;
    margin-left: 0;
  }
  .p-holidayGift_read {
    font-size: 16px;
  }
  .p-holidayGift_inner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-holidayGift_mv_heading {
    display: flex;
    flex-direction: column;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    padding: 0 20px 20px;
    box-sizing: border-box;
  }
  .p-holidayGift_mv_heading_main {
    max-width: 232px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .p-holidayGift_mv_heading_sub {
    margin-top: 15px;
    font-size: 20px;
  }
  .p-holidayGift_mv_button {
    width: 100%;
    margin-top: auto;
  }
  .p-holidayGift_mv_img {
    min-height: 0;
    height: auto;
  }
  .p-holidayGift_mv_img img {
    height: auto;
  }

  .p-holidayGift_intro {
    background-size: 648px auto;
    background-position: top 59px center;
  }
  .p-holidayGift_intro .p-holidayGift_inner {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .p-holidayGift_intro_bg_item-01 {
    transform: scale(0.55);
    transform-origin: top right;
  }
  .p-holidayGift_intro_bg_item-02 {
    transform: scale(0.55);
    transform-origin: top right;
  }
  .p-holidayGift_intro_bg_item-03 {
    transform: scale(0.55);
    transform-origin: top left;
  }
  .p-holidayGift_intro_bg_item-04 {
    transform: scale(0.55);
    transform-origin: top left;
  }
  .p-holidayGift_intro_bg_item-05 {
    bottom: 0;
    transform: scale(0.55);
    transform-origin: bottom right;
  }
  .p-holidayGift_intro_bg_item-06 {
    bottom: -120px;
    transform: scale(0.55);
    transform-origin: bottom right;
  }

  .p-holidayGift_product {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .p-holidayGift_youtube {
    margin-top: 160px;
  }
  .p-holidayGift_product_bg_item-01 {
    transform: scale(0.58);
    transform-origin: top right;
  }
  .p-holidayGift_product_bg_item-02 {
    top: 5%;
    transform: scale(0.58);
    transform-origin: top right;
  }
  .p-holidayGift_product_bg_item-03 {
    transform: scale(0.38);
    transform-origin: top left;
  }
  .p-holidayGift_product_bg_item-04 {
    top: 29%;
    transform: scale(0.38);
    transform-origin: top left;
  }
  .p-holidayGift_product_bg_item-05 {
    bottom: -50px;
    transform: scale(0.45);
    transform-origin: bottom right;
  }
  .p-holidayGift_product_bg_item-06 {
    bottom: -250px;
    transform: scale(0.45);
    transform-origin: bottom right;
  }
  
  .p-holidayGift_product_pattern {
    margin-top: 80px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .p-holidayGift_product_pattern_item {
    align-items: flex-start;
    gap: 10px;
  }
  .p-holidayGift_product_pattern_concept {
    padding-right: 10px;
  }
  .p-holidayGift_product_pattern_concept:only-child {
    padding-left: 10px;
  }
  .p-holidayGift_product_pattern_item > img {
    width: 64px;
    height: 64px;
  }
  .p-holidayGift_product_pattern + .p-holidayGift_product_pattern {
    margin-top: 80px;
  }
  .p-holidayGift_reference .p-holidayGift_product_pattern {
    gap: 10px;
  }
  .p-holidayGift_reference_title {
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-holidayGift_product_maindesc {
    margin-top: 80px;
  }
  .p-holidayGift_product_main_img::before, .p-holidayGift_product_main_img::after {
    display: none;
  }

  .p-holidayGift_product_slider_main_slide {
    padding-bottom: 40px;
  }
  .p-holidayGift_product_slider_inner {
    background-position: left -181px bottom, right -307px top -5px;
    background-size: 181px 110px, 307px 146px;
  }
  /*.js-sliderActive .p-holidayGift_product_slider_inner {
    background-position: left -44px bottom, right -124px top -5px;
  }*/
  .p-holidayGift_product_slider_main_name {
    font-size: 20px;
  }
  .p-holidayGift_product_slider_main_text_sub {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-holidayGift_product_slider_main_box {
    padding: 0;
  }
  .p-holidayGift_product_slider_main_text_main {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-holidayGift_product_slider_main_text_button {
    max-width: none;
    margin-top: 20px;
    text-align: center;
  }
  /*.js-product-slider-details[open] .p-holidayGift_product_slider_main_arrow {
    transform: rotate(180deg);
  }*/
  .p-holidayGift_product_slider_main_number {
    top: 10px;
    right: auto;
    left: 10px;
    width: 71px;
  }


  .p-holidayGift_product_giftA {
    margin-top: 160px;
  }
  .p-holidayGift_product_giftA_item {
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-holidayGift_product_giftA_box {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .p-holidayGift_product_giftA_img {
    width: 100%;
  }
  .p-holidayGift_product_giftA_title {
    flex-direction: column;
    gap: 10px;
  }
  .p-holidayGift_product_giftA_title img {
    max-width: 185px;
  }
  .p-holidayGift_product_giftA_title > span {
    margin-top: 0;
    font-size: 16px;
  }
  .p-holidayGift_product_giftA_subTitle {
    font-size: 20px;
  }
  .p-holidayGift_product_giftA_text {
    margin-top: 10px;
    font-size: 14px;
  }
  .p-holidayGift_product .p-holidayGift_product_giftA_button {
    width: 100%;
    margin-top: 30px;
  }
  .p-holidayGift_product_giftA_titleLv3 {
    margin-top: 30px;
  }
  .p-holidayGift_product_giftA .p-holidayGift_product_giftA_info .p-holidayGift_product_giftA_link .g-TextLinkUnit__link__icon {
    position: relative;
  }

  .p-holidayGift_limitedSet {
    padding: 80px 0;
  }
  .p-holidayGift_limitedSet .g-Section__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-holidayGift_limitedSet .g-ButtonP {
    margin-top: 30px;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock {
    flex-direction: column;
    gap: 30px;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock__image {
    width: 100%;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock__text {
    width: 100%;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__image {
    width: 100%;
  }
  .g-ImageTextHP.is-layoutL .g-ImageTextHP__contentsBlock__image {
    padding-right: 0;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text {
    width: 100%;
  }
  .p-holidayGift_limitedSet .g-HeadingTitle__titleBlock__titleBox__title {
    margin-bottom: 0;
  }
  .p-holidayGift_limitedSet .g-HeadingTitle__titleBlock,
  .p-holidayGift_limitedSet .g-HeadingTitle__titleBlock__titleBox {
    display: block;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col .g-HeadingTitle__h2.l-HeadingTitle__h2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col>.g-Text,
    .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col>.g-Text p {
    margin-top: 0;
    font-size: 14px;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .campaign-image-text-pack-comp-text-col .g-HeadingTitle + .g-Text {
    margin-top: 10px;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock:after {
    display: none;
  }
  .p-holidayGift_limitedSet .g-ImageTextHP__contentsBlock__text .g-ButtonUnit {
    width: 100%;
  }
  .p-holidayGift_limitedSet .l-ColumnUnit > .g-Text,
  .p-holidayGift_limitedSet .g-Section__inner>.g-Text p {
    font-size: 24px;
  }

  .p-holidayGift_singleUnit {
    padding: 80px 10px;
  }
  .p-holidayGift_singleUnit .p-holidayGift_singleUnit_title .g-HeadingTitle__h2 {
    font-size: 24px;
  }
  .p-holidayGift_singleUnit .l-HeadingTitle.l-HeadingTitle--h2 {
    margin-bottom: 0;
  }
  .p-holidayGift_singleUnit_column .g-Column__inner {
    flex-direction: column;
    gap: 60px;
  }
  .p-holidayGift_singleUnit_column .g-Column__cols-lg-3 {
    width: 100%;
  }
  .p-holidayGift_singleUnit_column {
    margin-top: 60px;
  }
  .p-holidayGift_singleUnit_column .g-ImageTextVP--v2.is-imageT .g-ImageTextVP--v2__contentsBlock {
    flex-direction: row;
    gap: 10px;
    display: flex;
  }
  .p-holidayGift_singleUnit_column .g-ImageTextVP--v2.is-imageT .g-ImageTextVP--v2__contentsBlock > .g-ImageTextVP--v2__contentsBlock__image {
    width: 30%;
    margin-bottom: 0;
  }
  .p-holidayGift_singleUnit_column .g-ImageTextVP--v2.is-imageT .g-ImageTextVP--v2__contentsBlock > .g-ImageTextVP--v2__contentsBlock__text {
    width: 70%;
  }
  .p-holidayGift_singleUnit_column .g-HeadingTitle--v2 .g-HeadingTitle--v2__h3 {
    text-align: left;
    font-size: 16px;
  }
  .p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .l-Text {
    text-align: left;
  }
  .p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .g-ButtonP__list {
    margin-top: 20px;
  }
  .p-holidayGift_singleUnit_column .l-ButtonP.is-gutter--m .l-ButtonP__list__item {
    max-width: none;
    width: 100%;
    padding: 5px;
  }
  .p-holidayGift_singleUnit_catch.g-Text.l-Text > p {
    font-size: 16px;
  }

  .p-holidayGift_product_slider_main_img img.pcOnly {
    display: none;
  }

  .p-holidayGift_pcNone {
    display: inline-block;
  }
  .p-holidayGift_spNone {
    display: none;
  }
  .p-holidayGift_singleUnit_column .l-ImageTextVP--v2__contentsBlock__text .l-Text > p {
    text-align: left;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
  .p-holidayGift {
    padding-top: 0;
  }
  .p-holidayGift_splash_item img {
    height: 100%;
  }
  .p-holidayGift_product_slider_main_slide {
    display: flex;
    /* padding: 64px 0; */
    padding: 0;
  }
  .p-holidayGift_product_slider_main_no {
    font-size: 140px;
  }
  .p-holidayGift_product_slider_main_name {
    font-size: 28px;
    text-align: left;
  }
  .p-holidayGift_product_slider_main_img {
    flex: 0 1 508px;
  }
  .p-holidayGift_product_slider_main_img img.spOnly {
    display: none;
  }
  .p-holidayGift_product_slider_main_box {
    display: block;
    flex: 1 1 460px;
  }
  .p-holidayGift_product_slider_main_detail {
    display: none;
  }
  .p-holidayGift_product_slider_thumb {
    margin-top: 40px;
  }
  .p-holidayGift_product_slider_thumb_wrapper {
    justify-content: center;
  }
}

.g-AnnotationListP--v2__ul li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.p-holidayGift_singleUnit .item-btn {
  display: block;
  width: 240px;
  margin: 40px auto 0 auto;
  padding: 10px;
  background: linear-gradient(#c3ae65 0%, #9e8839 100%);
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.p-holidayGift_limitedSet .item-btn {
  display: block;
  width: 300px;
  margin: 40px 0 0;
  padding: 10px;
  background: linear-gradient(#c3ae65 0%, #9e8839 100%);
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.p-holidayGift_limitedSet .item-btn:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  .p-holidayGift_singleUnit .item-btn,
  .p-holidayGift_limitedSet .item-btn {
    width: 100%;
  }
  .p-holidayGift_limitedSet .item-btn {
    margin-top: 30px;
  }
}







.contentsSubWrapper {
  /*margin-top: 120px;*/
  background: #f1f0ed;
}

.page-title {
  margin-top: 48px;
  font-size: 20px;
  text-align: center;
}

.page-title em {
  display: block;
  margin-top: 12px;
  font-size: 34px;
}

.campaign-text {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}

.contents-title-sub {
  font-size: 16px;
  text-align: center;
  color: #9F8839;
}

.contents-title_lv2 {
  margin-top: 5px;
  font-size: 26px;
  text-align: center;
}

.contents-title_lv3 {
  /*margin-top: 80px;*/
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: normal;
}

.contents-title_lv3_lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}

.contents-title_lv2+.contents-title_lv3 {
  margin-top: 40px;
}

.contents-stitle {
  margin-top: 80px;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.contents-stitle span {
  display: inline-block;
}

.contents-title_lv2+.contents-stitle {
  margin-top: 24px;
}

.page-navigation {
  margin-top: 40px;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  padding: 16px;
}

.page-navigation ul {
  text-align: center;
  font-size: 14px;
}

.page-navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px;
}

.page-navigation ul li a {
  display: inline-block;
  transition: color .4s;
}

.page-navigation ul li a::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(https://gigaplus.makeshop.jp/Kanebo5/common/img/page69/arrow_down.svg);
  background-size: contain;
  vertical-align: bottom;
  filter: brightness(0) saturate() invert(51%) sepia(0%) saturate(1398%) hue-rotate(145deg) brightness(85%) contrast(87%);
  transition: filter .4s;
}

.page-navigation ul li a:hover {
  color: #9e8839;
  opacity: 1;
}

.page-navigation ul li a:hover::before {
  filter: brightness(0) saturate() invert(55%) sepia(8%) saturate(2742%) hue-rotate(9deg) brightness(95%) contrast(89%);
}


/* campaign area ---------- */
.campaign-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 18px 0;
  scroll-margin-top: 4em;
}

@media (max-width: 640px) {
  .campaign-area {
    scroll-margin-top: 5em;
  }
}

.campaign-banner {
  display: block;
  margin-top: 10px;
}

.campaign-banner img {
  width: 100%;
}

/* disabled */
.campaign-banner.disabled {
  background-color: black;
}


.campaign-banner.disabled img {
  opacity: 0.6;
}

.campaign-button {
  margin-top: 16px;
}

.campaign-button a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 11px 10px;
  background: rgb(187, 165, 92);
  background: linear-gradient(180deg, rgba(187, 165, 92, 1) 0%, rgba(152, 130, 54, 1) 100%);
  text-align: center;
  font-size: 16px;
}

/* sample area ---------- */
.sample-area {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 120px 18px 120px;
  scroll-margin-top: 3.5em;
}

@media (max-width: 640px) {
  .sample-area {
    scroll-margin-top: 5em;
  }
}



/* service */
.sample-service {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.sample-service_item {
  width: 50%;
}

.sample-service_ttl {
  position: relative;
  padding-bottom: 4px;
  padding-left: 40px;
  border-bottom: 1px solid #cfc39c;
  font-size: 20px;
  line-height: 32px;
}

.sample-service_ttl span {
  font-size: 14px;
}

.sample-service_dtl+.sample-service_ttl {
  margin-top: 24px;
}

.sample-service_ttl img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

.sample-service_txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.sample-service_subtxt {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: #6E6E6E;
}

.sample-service_link {
  margin-top: 4px;
}

.sample-service_link a {
  transition: color .4s;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
}

.sample-service_link a:hover {
  color: #9e8839;
}

.sample-service_btn {
  margin-top: 20px;
  width: 100%;
}

.sample-service_btn a {
  transition: all .4s;
  display: block;
  padding: 10px;
  border: 1px solid #cfc39c;
  font-size: 16px;
  color: #000;
  text-align: center;
}

.sample-service_btn a svg {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: -0.3em;
}

.sample-service_btn a svg path {
  transition: all .4s;
  fill: #333;
}

.sample-service_btn a:hover {
  background-color: #fbfbfb;
  border-color: #d8cfaf;
  color: #9e8839;
}

.sample-service_btn a:hover svg path {
  fill: #9e8839;
}

.sample-service_layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}

.sample-service_layout_txt {
  width: calc(100% - 122px);
}

.sample-service_layout_img {
  width: 96px;
}

.sample-service_layout_img img {
  width: 100%;
}

.sample-service_layout_img span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  text-align: center;
}

@media (min-width: 768px) {
  .smOnly {
    display: none;
  }
}


@media (max-width: 767px) {
  .lgOnly {
    display: none;
  }

  .page-title {
    margin-top: 24px;
    font-size: 16px;
  }

  .page-title em {
    font-size: 26px;
  }

  .campaign-text {
    font-size: 16px;
  }

  .contents-title-sub {
    font-size: 14px;
  }

  .contents-title_lv2 {
    font-size: 20px;
  }

  .contents-title_lv3 {
    font-size: 16px;
  }

  .contents-stitle {
    margin-top: 40px;
    font-size: 14px;
  }

  /* campaign area ---------- */
  .campaign-area {
    padding: 64px 18px 0;
  }

  .campaign-banner {
    margin-top: 8px;
  }

  .campaign-button {
    margin-top: 8px;
  }

  .campaign-button a {
    max-width: 100%;
  }

  /* sample area ---------- */
  .sample-area {
    padding: 64px 18px 80px;
  }

  /* lineup */
  .sample-lineup {
    row-gap: 3px;
    column-gap: 0;
    margin-top: 24px;
  }

  .sample-lineup_item {
    width: 100%;
  }

  .sample-lineup_item_text {
    flex-basis: 4em;
  }

  /* service */
  .sample-service {
    flex-wrap: wrap;
    gap: 24px;
  }

  .sample-service_item {
    width: 100%;
  }

  .sample-service_ttl {
    font-size: 18px;
  }

  .sample-service_layout_txt {
    width: 100%;
  }

  .sample-service_layout_img {
    display: none;
  }

  .sample-service_btn {
    width: 80%;
    margin: 20px auto 0;
  }
}

.p-holidayGift-set {
  margin-top: 120px;
}
.p-holidayGift-set .p-holidayGift-setImg {
  width: 348px;
  margin: 0 auto;
}
.p-holidayGift_setContents {}
/*.p-holidayGift_setContents:not([open]) {
  display: block;
}*/
.p-holidayGift_setContents[open] .p-holidayGift_setContents_list {
  display: none;
}
.p-holidayGift_setContents_list {
  margin: 40px auto 0;
  display: flex;
  width: 340px;
  height: 44px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-gold-400, #CCB871);
  font-size: 14px;
  color: #9F8839;
}
.p-holidayGift_setContents_list span {
  padding-left: 10px;
}
.p-holidayGift_setContents {}
@media (max-width: 767px) {
  .p-holidayGift-set {
    margin-top: 80px;
  }
}

#page.product.in .product_item06_txt02.mb-0 {
  margin-bottom: 0;
}

#page .the_12_holiday_gifts .pc {
  display: block;
}

#page .the_12_holiday_gifts .sp {
  display: none;
}

#page .the_12_holiday_gifts .color9E8839 {
  color: #9E8839;
}

#page .the_12_holiday_gifts p.txt {
  font-size: 16px;
  line-height: 1.5;
}

#page .the_12_holiday_gifts .btnLink {
  margin-top: 20px;
  width: 410px;
}

#page .the_12_holiday_gifts #youtube_ishii,
#page .the_12_holiday_gifts #holiday_cmp,
#page .the_12_holiday_gifts #sample_cmp,
#page .the_12_holiday_gifts #set_detail {
  padding-top: 32px;
  margin-top: -32px;
}

#page .the_12_holiday_gifts .sec01 .headingLv2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
}

#page .the_12_holiday_gifts .sec01 .column {
  display: flex;
  margin-top: 40px;
}

#page .the_12_holiday_gifts .sec01 .column .column_item {
  width: 50%;
}

#page .the_12_holiday_gifts .sec01 .column .column_item:nth-child(odd) {
  padding-right: 20px;
}

#page .the_12_holiday_gifts .sec01 .column .column_item:nth-child(even) {
  padding-left: 20px;
}

#page.product.in .the_12_holiday_gifts .sec02 {
  padding-top: 0;
}

#page .the_12_holiday_gifts .sec02 {
  margin-top: 67px;
}

#page .the_12_holiday_gifts .sec02 .txtImg {
  width: 291px;
  margin: 0 auto;
}

#page .the_12_holiday_gifts .sec02 .txt {
  margin-top: 20px;
  text-align: center;
}

#page .the_12_holiday_gifts .sec02 .btnLink {
  margin: 20px auto 120px;
}

#page .the_12_holiday_gifts .sec03 {
  border: 2px solid #D0C396;
  background-color: #F7F7F5;
  padding: 62px 80px;
}

#page .the_12_holiday_gifts .sec03 .txtImg {
  width: 350px;
  margin: 0 auto;
}

#page .the_12_holiday_gifts .sec03 .headingLv2 {
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
}

#page .the_12_holiday_gifts .sec03 .headingLv2 span {
  display: block;
  font-size: 22px;
}

#page .the_12_holiday_gifts .sec03 .sampleList {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

#page .the_12_holiday_gifts .sec03 .sampleList .sampleList_item {
  width: 50%;
}

#page .the_12_holiday_gifts .sec03 .headingSub {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

#page .the_12_holiday_gifts .sec03 .txtNote {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

#page .the_12_holiday_gifts .sec03 .secStep {
  border: 1px solid #D0C396;
  margin-top: 45px;
  padding: 30px;
}

#page .the_12_holiday_gifts .sec03 .secStep .txtImg {
  width: 280px;
  margin: -46px auto 0;
  background-color: #F7F7F5;
}

#page .the_12_holiday_gifts .sec03 .secStep .txtStep {
  font-size: 18px;
  padding-top: 16px;
}

#page .the_12_holiday_gifts .sec03 .secStep .txtStep span {
  padding-right: 10px;
}

#page .the_12_holiday_gifts .sec03 .secStep+.txt {
  margin-top: 60px;
  text-align: center;
}

#page .the_12_holiday_gifts .sec03 .btnLink {
  margin-left: auto;
  margin-right: auto;
}

#page .the_12_holiday_gifts .sec04 {
  margin-top: 80px;
}

#page .the_12_holiday_gifts .sec04 img {
  margin-left: auto;
  margin-right: auto;
}

#page .the_12_holiday_gifts .sec04 .headingLv2,
#page .ingredient .headingLv2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  
}
#page .the_12_holiday_gifts .sec04 .headingLv2 {
  margin-bottom: 56px;
}
#page .ingredient .headingLv2 {
  margin-bottom: 30px;
}

#page .the_12_holiday_gifts .sec05 {
  margin-top: 48px;
}

#page .the_12_holiday_gifts .sec05 .headingLv3 {
  font-size: 23px;
}

#page .the_12_holiday_gifts .sec05 .setList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}

#page .the_12_holiday_gifts .sec05 .setList .setList_item {
  width: 50%;
  margin-bottom: 60px;
}

#page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(odd) {
  padding-right: 40px;
}

#page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(even) {
  padding-left: 40px;
}

#page .the_12_holiday_gifts .sec05 .detail {
  display: flex;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_img {
  width: 170px;
  padding-right: 20px;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_txt {
  flex: 1;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_txt .detailIcon {
  width: 100px;
  display: inline-block;
  padding-left: 5px;
  vertical-align: sub;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_txt p.txt {
  font-size: 16px;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_txt p {
  font-size: 15px;
  margin-bottom: 10px;
}

#page .the_12_holiday_gifts .sec05 .detail .detail_txt p.txtNote {
  font-size: 12px;
}

#page .the_12_holiday_gifts .sec05 .detailBtn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #9E8839;
  position: relative;
  background-color: #fff;
}

#page .the_12_holiday_gifts .sec05 .detailBtn a {
  display: block;
  color: #9E8839;
  font-size: 14px;
  padding: 14px;
}

#page .the_12_holiday_gifts .sec05 .detailBtn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 1px solid #9E8839;
  border-right: 1px solid #9E8839;
  transform: rotate(45deg);
}

#page .the_12_holiday_gifts .sec05 img.bodyImg {
  max-width: initial;
  width: 120%;
}
#page.product.in .ingredient .product_item01,
#page.product.in .ingredient .product_item02 {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
#page.product.in .ingredient .product_item02+.product_item02 {
  margin-top: 0;
  border-bottom: 1px solid #dddddd;

}

@media (max-width: 1024px) and (min-width: 768px) {
  #page .the_12_holiday_gifts .sec01 .btnLink {
    width: 100%;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item {
    width: 100%;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(odd) {
    padding-right: 0;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(even) {
    padding-left: 0;
  }
}

@media (max-width: 767px) and (min-width: 1px) {
  #page .the_12_holiday_gifts .pc {
    display: none;
  }

  #page .the_12_holiday_gifts .sp {
    display: block;
  }

  #page .the_12_holiday_gifts .btnLink {
    width: 100%;
  }

  #page .the_12_holiday_gifts .sec01 .headingLv2 {
    font-size: 23px;
    text-align: left;
  }

  #page .the_12_holiday_gifts .sec01 .column {
    display: block;
    margin-top: 20px;
  }

  #page .the_12_holiday_gifts .sec01 .column .column_item {
    width: 100%;
  }

  #page .the_12_holiday_gifts .sec01 .column .column_item:nth-child(odd) {
    padding-right: 0;
  }

  #page .the_12_holiday_gifts .sec01 .column .column_item:nth-child(even) {
    padding-left: 0;
    margin-top: 20px;
  }

  #page .the_12_holiday_gifts .sec02 {
    margin-top: 40px;
  }

  #page .the_12_holiday_gifts .sec02 .txtImg {
    width: 246px;
  }

  #page .the_12_holiday_gifts .sec02 .txt {
    text-align: left;
  }

  #page .the_12_holiday_gifts .sec02 .btnLink {
    margin-bottom: 80px;
  }

  #page .the_12_holiday_gifts .sec03 {
    padding: 26px 12px 42px;
  }

  #page .the_12_holiday_gifts .sec03 .txtImg {
    width: 296px;
  }

  #page .the_12_holiday_gifts .sec03 .headingLv2 {
    font-size: 26px;
    margin-top: 10px;
    line-height: 1.4;
  }

  #page .the_12_holiday_gifts .sec03 .headingLv2 span {
    font-size: 14px;
  }

  #page .the_12_holiday_gifts .sec03 .sampleList {
    display: block;
    margin-top: 20px;
  }

  #page .the_12_holiday_gifts .sec03 .sampleList .sampleList_item {
    width: 100%;
  }

  #page .the_12_holiday_gifts .sec03 .headingSub {
    font-size: 16px;
    margin-top: 20px;
  }

  #page .the_12_holiday_gifts .sec03 .secStep {
    margin-top: 32px;
    padding: 25px;
  }

  #page .the_12_holiday_gifts .sec03 .secStep .txtImg {
    width: 256px;
    margin: -38px auto 0;
  }

  #page .the_12_holiday_gifts .sec03 .secStep+.txt {
    margin-top: 40px;
    text-align: left;
  }

  #page .the_12_holiday_gifts .sec04 .headingLv2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  #page .the_12_holiday_gifts .sec04 {
    margin-top: 80px;
  }

  #page .the_12_holiday_gifts .sec05 {
    margin-top: 32px;
  }

  #page .the_12_holiday_gifts .sec05 .setList {
    display: block;
    margin-top: 16px;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(odd) {
    padding-right: 0;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item:nth-child(even) {
    padding-left: 0;
  }

  #page .the_12_holiday_gifts .sec05 .setList .setList_item {
    width: 100%;
    margin-bottom: 40px;
  }

  #page .the_12_holiday_gifts .sec05 .detail .detail_img {
    width: 100px;
  }

  #page .the_12_holiday_gifts .sec05 .detail .detail_txt {
    padding-left: 10px;
  }

  #page .the_12_holiday_gifts .sec05 .detail .detail_txt .detailIcon {
    width: 70px;
  }

  #page .the_12_holiday_gifts .sec05 .detail .detail_txt p.txt {
    font-size: 15px;
  }

  #page .the_12_holiday_gifts .sec05 .detail .detail_txt p {
    font-size: 12px;
    margin-bottom: 8px;
  }

  #page .the_12_holiday_gifts .sec05 .detailBtn {
    
    margin: 14px 0 0;
  }

  #page .the_12_holiday_gifts .sec05 img.bodyImg {
    width: 135%;
  }
  #page .the_12_holiday_gifts .sec04 .headingLv2,
  #page .ingredient .headingLv2 {
    font-size: 18px;
    margin-bottom: 20px;

  }
}

.ingredient .product_heading {
  /*font-weight: bold;*/
  margin-bottom: 8px;
  font-size: 16px;
}

#page.product.in .ingredient .product_item06_txt02 {
  margin-bottom: 10px;
}

#page.product.in .ingredient .product_item06_txt02.mb30 {
  margin-bottom: 30px;
}
#page.product.in .ingredient .product_item01_modal {
  padding-top: 20px;
}

#page.product.in .ingredient .product_item01_ttl,
#page.product.in .ingredient .product_item02_ttl {
  font-size: 20px;
  padding: 10px;
  font-weight: normal;
}

@media (max-width: 767px) and (min-width: 1px) {
  #page.product.in .ingredient .product_item01_ttl,
  #page.product.in .ingredient .product_item02_ttl {
    font-size: 16px;
  }
}