@charset "UTF-8";

/* page - top
========================================================================================
======================================================================================== */

/* MV Slider
============================================ */
.p-mvslider.is-load {
  visibility: visible;
  opacity: 1;
}

.p-mvslider {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

.p-mvslider__inner.mc-pc-mvslider__background {
  display: block;
  width: 100%;
  max-width: 1200px;
  padding-top: clamp(20px, 30px, 30px);
  padding-bottom: clamp(0px, 3vw, 30px);
  margin: 0 auto;
}

.p-mvslider__titleText {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.p-mvslider__titleLogo {
  margin: 0 auto;
  display: inline-block;
  width: 340px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.p-mvslider__swiper.js-swiper {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
  touch-action: pan-y;
  touch-action: pan-y;
}

.p-mvslider__swiperWrap {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  box-sizing: content-box;
  display: box;
  display: flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.p-mvslider__swiperItem {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 4px #cc560d;
  transition: scale 0.75s;
  transition: scale 0.75s;
  transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-mvslider__swiperItemBody {
  position: relative;
  overflow: hidden;
}

p.p-mvslider__swiperName {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px;
  line-height: 1.5;
  color: #fff;
  background-color: #cc560d;
  padding: 10px 10px 10px 10px;
}

.p-mvslider__swiperName > .-main,
.p-mvslider__swiperName > .-sub {
  display: inline-block;
  line-height: 1.3;
}

.p-mvslider__swiperName > .-sub {
  font-size: 14px;
  font-weight: normal;
}

.p-mvslider__swiperName > .-main {
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.p-mvslider__swiperName > .-main::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1.3539810494px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-mvslider__swiperPagination {
  display: none;
}

.p-mvslider .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  transform: none;
  transform: none;
}

.p-mvslider .swiper-pagination-bullet {
  position: relative;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0 8px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s;
  transition: 0.3s;
}

.p-mvslider .swiper-pagination-bullet span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #cc560d;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-mvslider .swiper-pagination-bullet svg {
  transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-mvslider .swiper-pagination-bullet circle {
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-width: 1;
  transition: 0.5s;
  transition: 0.5s;
}

.p-mvslider .swiper-pagination-bullet-active span {
  color: #fff;
}

.p-mvslider .swiper-pagination-bullet-active circle {
  fill: #cc560d;
  stroke: #fff;
  stroke-width: 2;
  animation: progress 5s;
  animation: progress 5s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* @media screen and (min-width: 769px) {
  .p-mvslider {
    padding: 0 30px;
  } */

.p-mvslider__swiperWrap {
  display: grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 48px 1fr 48px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.p-mvslider__swiperItem img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .p-mvslider {
    visibility: hidden;
    opacity: 0;
  }

  .p-mvslider__swiperName {
    font-size: clamp(12px, 8.6667px + 1.11vw, 14px);
    /* window: 768px～365px, font-size: 14px～12px */
  }

  .p-mvslider__swiperPagination {
    display: box;
    display: flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.5vw;
  }

  .p-mvslider__titleLogo {
    width: clamp(195px, 61vw, 332px);
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .p-mvslider.-bg-pc {
    background: url("/include/shopping/gift/keiro/2025/top/image/img_mv_background_pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (max-width: 768px) {
  .p-mvslider__inner {
    padding-top: 6vw;
    padding-bottom: 4vw;
    /* padding-top: calc(200vw * (30 / 750));
    padding-bottom: calc(50vw * (30 / 750)); */
  }
  .p-mvslider__swiper {
    /* 画面幅1200px時, 高さ30px */
    /* 100vw * (30 / 1200) */
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: clamp(0px, 2.5vw, 30px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    list-style: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }

  .p-mvslider__swiperWrap {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    gap: 0px;
  }

  .p-mvslider__swiper {
    /* 画面幅750px時, 高さ15px */
    /* 100vw * (15 / 750) */
    margin-top: 3vw;
  }

  .p-mvslider__swiperPagination {
    /* 画面幅750px時, 高さ15px */
    /* 100vw * (15 / 750) */
    margin-top: 15px;
  }

  .p-mvslider .swiper-bullet:nth-of-type(1) {
    margin-left: 0;
  }

  .p-mvslider .swiper-pagination-bullet-active.is-pause circle {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .p-mvslider .swiper-pagination-bullet-active.is-animation circle {
    stroke: #fff;
    -webkit-animation: re-progress 5s;
    animation: re-progress 5s;
    stroke-dashoffset: 125.664px;
  }
  .p-mvslider__swiperPagination {
    margin-top: 8vw;

    /* 画面幅750px時, 高さ60px */
  }

  .p-mvslider.mc-pc-mvslider__background.-bg-sp,
  .p-mvslider .mc-pc-mvslider__background .-bg-sp {
    background: url("/include/shopping/gift/keiro/2025/top/image/img_mv_background_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*mvslider-pause*/
@media screen and (min-width: 769px) {
  .p-mvslider__swiperBtn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-mvslider__swiperBottom {
    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;
  }

  .p-mvslider__swiperBtn {
    cursor: pointer;
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 30px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: #cc560d;
    border: 2px solid #fff;
    border-radius: 50%;
  }

  .p-mvslider__swiperBtn img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-mvslider .swiper-bullet:nth-of-type(1) {
  margin-left: 0;
}

.p-mvslider .swiper-pagination-bullet-active.is-pause circle {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.p-mvslider .swiper-pagination-bullet-active.is-animation circle {
  stroke: #fff;
  -webkit-animation: re-progress 5s;
  animation: re-progress 5s;
  stroke-dashoffset: 125.664px;
}

/* MV text block
============================================ */
@media screen and (min-width: 769px) {
  .p-mvslider.-bg-pc .p-mvTextblock,
  .p-mvslider .-bg-pc .p-mvTextblock {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-mvslider.-bg-sp .p-mvTextblock,
  .p-mvslider .-bg-sp .p-mvTextblock {
    padding-top: 0;
  }
}

/* ブランドから選ぶ
============================================ */
.mc-hotkeyword__lists {
  max-width: 660px;
  margin: 0 auto;
}
.c-hotkeyword__lists {
  width: calc(100%);
  text-align: center;
}

/* ギフトサーチ
============================================ */
.p-giftselectsearch.c-giftselectsearch {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 60px 20px 30px;
  background-color: #f2ebeb;
  background-image: unset;
  background-position: calc(50% + 115px) 14px;
  background-size: 130px;
}

.p-giftselectsearch.c-giftselectsearch > * {
  position: relative;
  z-index: 5;
}

.p-giftselectsearch.c-giftselectsearch::after {
  position: absolute;
  top: 15px;
  left: calc(50% + 115px);
  z-index: 0;
  display: block;
  width: 130px;
  height: 130px;
  content: "";
  background: url("https://www.takashimaya.co.jp/include/shopping/common/image/commonicn_giftsearch_240109.svg") no-repeat center center/contain;
  filter: invert(99%) sepia(96%) saturate(641%) hue-rotate(297deg) brightness(109%) contrast(102%);
  filter: invert(84%) sepia(93%) saturate(650%) hue-rotate(299deg) brightness(101%) contrast(92%);
  transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-giftselectsearch.c-giftselectsearch {
    width: 100%;
    padding: 60px 10px 30px;
    margin-left: 0;
  }

  .p-giftselectsearch.c-giftselectsearch::after {
    top: 47px;
    left: calc(50% + 65px);
    width: 100px;
    height: 100px;
  }
}

.l-block[class*="-bgc__"] .p-giftselectsearch.c-giftselectsearch {
  background-color: transparent;
}

.p-giftselectsearch.c-giftselectsearch .c-giftselectsearch__btn * {
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .l-block .p-giftselectsearch.c-giftselectsearch {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.p-giftselectsearch.c-giftselectsearch .c-selectbox__body {
  font-size: 18px;
}

.p-giftselectsearch.c-giftselectsearch .c-selectbox__body:disabled {
  background: #dedede;
}

/* Category img
============================================ */

/* PC */
@media screen and (min-width: 769px) {
  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg {
    aspect-ratio: 1/1;
    background-position-y: -20px;
  }
}

/* TB */
@media screen and (max-width: 768px) and (min-width: 641px) {
  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg.-category01 {
    aspect-ratio: 71/61;
    background-position-y: -20px;
  }

  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg:not(.-category01) {
    aspect-ratio: 167/229;
    background-position-y: -20px;
  }
}

/* SP */
@media screen and (max-width: 640px) {
  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg:is(.-category01, .-category02, .-category03) {
    aspect-ratio: 71/61;
    background-position-y: -70px;
  }

  .c-categoryImagebox.mc-categoryImagebox .c-categoryImagebox__bg:not(.-category01, .-category02, .-category03) {
    aspect-ratio: 167/229;
    background-position-y: -30px;
  }
}

/* Category label
============================================ */
.mc-categoryLabel {
  position: relative;
}

.mc-categoryLabel__label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 13px;
  font-size: clamp(0.875rem, -0.236rem + 2.31vw, 1.5rem);
  background-color: #cc560d;
}

.mc-categoryLabel__inner {
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mc-categoryLabel__img {
  display: block;
  height: auto;
  width: 22px;
  min-width: 1em;
  margin-right: 7px;
  object-fit: contain;
}

.mc-categoryLabel__text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .mc-categoryLabel__label {
    font-size: 24px;
  }
}

.mc-categoryLabel__bg {
  align-items: center;
  display: flex;
  padding: 1px 4px 1px 4px;
  justify-content: center;
  border-radius: 3px;
  width: auto;
  background-color: #ffffff;
}

/* 小カテゴリ */
.c-categoryTextbox__name {
  text-align: center;
}

.c-categoryTextbox__body {
  position: relative;
  display: -webkit-box;
  display: flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  width: 100%;
  padding: 10px 24px 10px 10px;
  border-bottom: 1px solid #cc560d;
}

.c-categoryTextbox__body::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 1px solid #cc560d;
  border-right: 1px solid #cc560d;
  transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-categoryTextbox__body--top {
    border-top: 1px solid #cc560d;
    padding-top: 12px;
    margin-top: 12px;
  }

  .l-btncolumn__item[data-column~="sm:1"] {
    width: 100%;
    margin-top: 0px;
    margin-left: 20px;
  }

  li.l-btncolumn__item.-price {
    margin-top: 16px;
  }

  .c-categoryTextbox__body {
    justify-content: left;
  }

  .c-categoryNomalbox__name.mc-bgc__main {
    padding: 18px 2px;
  }
}

.p-mvslider__swiperList.swiper-wrapper {
  transition-timing-function: ease-out;
  transition-property: transform, -webkit-transform;
}

/* 順位縦並び */
@media screen and (max-width: 1095px) and (min-width: 769px) {
  .mc-categoryLabel__inner {
    flex-flow: column;
  }

  .mc-categoryLabel__bg {
    margin-right: 0px !important;
    margin-bottom: 3px;
  }
}

/* 改行調整 */
.u-sp-dp__inlineblock {
  white-space: nowrap;
}

/* 小カテタイトル */
.p-category__title {
  border: none;
  padding-bottom: 0;
}
.p-category__title::after {
  content: "";
  display: none;
}
.p-category__title .c-categoryTextbox__name {
  font-weight: bold;
  font-size: 20px;
}

.p-category__title::before {
  content: "";
  border-top: 1px solid #333;
  display: block;
  left: 18px;
  top: 57%;
  width: 20px;
  position: absolute;
}

.p-category__title::after {
  content: "";
  border-top: 1px solid #333;
  display: block;
  border-right: none;
  width: 20px;
  top: 57%;
  right: 30px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.l-btncolumn__item.c-pc_categoryTextbox__item {
  margin-top: 0px;
}

/* 迷ったらコレ！
============================================ */
.p-feature {
  overflow: hidden;
}

.p-feature__inner {
  position: relative;
  display: block;
}

.p-feature__image {
  overflow: hidden;
}

.p-feature__image > img {
  width: 100%;
}

.p-feature__name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: calc(100% - 20px);
  padding: 17px 20px;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
  background-color: rgb(255 255 255 / 80%);
}

.p-feature__name .-sub {
  margin-bottom: 3px;
  font-size: clamp(16px, 10px + 0.6vw, 18px);
  color: #313131;
}

.p-feature__name .-main {
  font-size: clamp(18px, 12px + 0.6vw, 20px);
  font-weight: bold;
  color: #313131;
}

@media screen and (max-width: 768px) {
  .p-feature__name {
    padding: 12px 42px 12px 15px;
  }

  .p-feature__name .-sub {
    font-size: 16px;
  }

  .p-feature__name .-main {
    font-size: 18px;
  }
}

@media (max-width: 768px) and (min-width: 500px) {
  .p-feature__name .-main > br {
    display: none;
  }
}

/* 贈る相手から選ぶ
============================================ */
.c-hotkeyword__item {
  margin-top: 10px;
  margin-left: 16px;
}

/* ギフトサービス */
ul.c-list.-dotted {
  text-align: center;
}

li.l-blockcolumn__item {
  display: flex;
}

.c-list__items {
  text-align: left;
  display: inline-block;
}

span.c-categoryNormalbox__name.js-heightline_giftservice {
  height: auto;
}

.c-hotkeyword__title {
  margin-bottom: 15px;
  font-size: 16px;
}

/* PC */
@media screen and (min-width: 769px) {
  .c-categoryNormalbox__bg {
    display: flex;
    height: 170px;
    padding: 18px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  span.c-categoryNormalbox__name.js-heightline_giftservice {
    padding: 10px 9px;
  }
  img.lazyload.js-imgAspect.u-imgAspect {
    aspect-ratio: 2 / 1;
  }
  .l-blockcolumn__lists.js-heightline {
    align-items: center;
    justify-content: center;
  }
}

/* TB */
@media screen and (max-width: 768px) {
  .c-categoryNormalbox__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  img.lazyload.js-imgAspect.u-imgAspect.-service1 {
    aspect-ratio: 71 / 24;
  }
  img.lazyload.js-imgAspect.u-imgAspect.-service1 {
    aspect-ratio: 355 / 176;
  }
}

.c-categoryNomalbox__name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.c-categoryNomalbox__name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  left: 0;
}
.c-categoryImagebox__bg::before {
  background: none;
}

@media screen and (max-width: 768px) {
  .c-categoryTextbox__body {
    position: relative;
    display: -webkit-box;
    display: flexbox;
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    width: 100%;
    padding: 12px 24px 12px 20px;
    border-bottom: 1px solid #cc560d;
  }
  .c-categoryTextbox__body.-noborder {
    border: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 769px) {
  .c-hotkeyword {
    padding: 9px 3px;
  }
}

@media screen and (max-width: 640px) {
  .c-hotkeyword {
    padding: 9px 3px;
  }
  .c-hotkeyword__tag {
    padding: 5px 7px;
  }
  .c-hotkeyword__tag {
    font-size: 13px;
  }
  .c-hotkeyword__lists {
    margin-left: -6px;
  }
}
