@charset "UTF-8";
/* ------------------- カテゴリナビ -------------------- */
.t-section {
  position: relative;
  width: 100%;
}

.t-section--mg {
  margin-block: var(--spc-100);
}

@media screen and (max-width: 767px) {
  .t-section--mg {
    margin-block: 50px;
  }
}
.t-fv {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media screen and (min-width: 768px) {
  .t-fv {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 767px) {
  .t-fvSwitcher {
    display: flex;
    flex-direction: column;
  }
  .t-fvSwitcher .t-fv {
    order: 1;
  }
  .t-fvSwitcher .g-groupLink__list {
    order: 2;
  }
}
.t-fvSlider__list .fs-pt-list__item.splide__slide {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .t-fvSlider__list .fs-pt-list__item.splide__slide {
    border-radius: 20px;
  }
}
.t-fv .splide__track {
  grid-column: 1;
  grid-row: 1;
}

.t-fv .splide__pagination {
  grid-column: 1;
  grid-row: 2;
}

.t-fv .splide__slide.fs-pt-list__item {
  width: 100%;
}

.t-fv .splide__arrows.splide__arrows--ltr {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}

@media screen and (max-width: 500px) {
  .t-fv .splide__arrows.splide__arrows--ltr {
    display: none;
  }
}
.t-fv .splide__arrows.splide__arrows--ltr .splide__arrow {
  pointer-events: auto;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: #ccc6bc;
}

.t-fv .splide__arrows.splide__arrows--ltr .splide__arrow--prev {
  left: 0;
  padding-inline-start: 0.88%;
}

@media screen and (max-width: 500px) {
  .t-fv .splide__arrows.splide__arrows--ltr .splide__arrow--prev {
    left: 8px;
  }
}
.t-fv .splide__arrows.splide__arrows--ltr .splide__arrow--next {
  right: 0;
  padding-inline-end: 0.88%;
}

@media screen and (max-width: 500px) {
  .t-fv .splide__arrows.splide__arrows--ltr .splide__arrow--next {
    right: 8px;
  }
}
.t-fv .splide__pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-block: 20px;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .t-fv .splide__pagination {
    margin-block: 8px;
  }
}
.t-fv .splide__pagination li {
  line-height: 0;
}

.t-fv .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #d7d3ca;
  opacity: 1;
  transform: none;
}

.t-fv .splide__pagination .splide__pagination__page.is-active {
  background-color: #231815;
  transform: none;
}

@media screen and (min-width: 768px) {
  .t-rankingSection {
    border-bottom: 1px solid #d7d3ca;
    padding-block-end: var(--spc-100);
  }
}
.t-topBnrLink {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-topBnrLink {
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.t-topBnrLinkContainer {
  width: 100%;
  margin-block-start: var(--spc-50);
  padding-inline: 20px;
}

.t-topBnrLink .fs-pt-list__item {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-topBnrLink .fs-pt-list__item {
    max-width: 480px;
  }
}
.t-topBnrLink .fs-pt-list__item .fs-pt-list__link {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.t-topBnrLink .fs-pt-list__item img {
  aspect-ratio: 450/300;
  width: 100%;
  background-color: #a7a7a7;
}

.t-topBnrLink .fs-pt-list__item .caption {
  text-align: center;
  line-height: var(--lh-m);
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 16px;
}

.t-mdlBnrLink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-mdlBnrLink {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.t-mdlBnrLinkSection {
  width: 100%;
}

.t-mdlBnrLinkContainer {
  width: 100%;
  padding-inline: 20px;
}

.t-mdlBnrLink .fs-pt-list__item img {
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #a7a7a7;
}

.t-btmBnrLink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-btmBnrLink {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .t-btmBnrLink {
    grid-template-columns: 1fr;
  }
}
.t-btmBnrLinkSection {
  width: 100%;
  border-top: 1px solid #d7d3ca;
}

@media screen and (min-width: 768px) {
  .t-btmBnrLinkSection {
    padding-block-start: var(--spc-100);
  }
}
@media screen and (max-width: 767px) {
  .t-btmBnrLinkSection {
    padding-block-start: 50px;
  }
}
.t-btmBnrLinkContainer {
  width: 100%;
  padding-inline: 20px;
}

.t-btmBnrLink .fs-pt-list__item {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 480px) {
  .t-btmBnrLink .fs-pt-list__item {
    max-width: 320px;
  }
}
.t-btmBnrLink .fs-pt-list__item .imgWrap {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  background-color: #a7a7a7;
  margin-inline: auto;
}

.t-btmBnrLink .fs-pt-list__item img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.t-btmBnrLink .fs-pt-list__item p {
  text-align: center;
  margin-block-start: 4px;
}

.t-btmBnrLink .fs-pt-list__item:nth-of-type(4) {
  display: none;
}

.t-btmBnrLink .fs-pt-list__link {
  display: block;
}

.t-giftRankingSection {
  border-top: 1px solid #d7d3ca;
  padding-inline: 20px;
  padding-block-start: var(--spc-100);
}

@media screen and (max-width: 767px) {
  .t-giftRankingSection {
    padding-block-start: 50px;
  }
}
.t-giftRankingIntro {
  width: 100%;
  max-width: 1200px;
  margin-block-start: var(--spc-50);
  margin-inline: auto;
}

.t-giftRankingIntroColumns {
  display: grid;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

@media screen and (min-width: 768px) {
  .t-giftRankingIntroColumns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .t-giftRankingIntroColumns {
    row-gap: var(--spc-30);
  }
}
.t-giftRankingIntroImg {
  aspect-ratio: 580/385;
  width: 100%;
  background-color: #8d8d8d;
}

@media screen and (max-width: 767px) {
  .t-giftRankingIntroImg {
    max-width: 480px;
  }
}
.t-giftRankingIntro .head {
  line-height: var(--lh-m);
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: var(--fz-26);
}

.t-giftRankingIntro .desc {
  line-height: var(--lh-xl);
  font-size: var(--fz-16);
  color: #404040;
  margin-block-start: var(--spc-20);
}

.t-giftRanking__listContainer {
  margin-top: var(--spc-50);
}

.t-aboutSection {
  background-color: #d7d3ca;
  padding-block-end: var(--spc-120);
}

@media screen and (max-width: 767px) {
  .t-aboutSection {
    padding-block-end: 30px;
  }
}
.t-aboutSection .g-heading {
  z-index: 2;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .t-aboutSection .g-heading {
    top: 0;
    margin-block-start: 3.2em;
  }
}
@media screen and (max-width: 767px) {
  .t-aboutSection .g-heading {
    margin-block-start: 2em;
  }
}
.t-aboutSection .g-heading .g-heading__ja {
  background-image: none;
}

.t-aboutSection .g-headingContainer {
  z-index: 3;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  margin-block-start: var(--spc-50);
  margin-block-end: 0;
}

@media screen and (max-width: 767px) {
  .t-aboutSection .g-headingContainer {
    margin-block-start: 10px;
  }
}
/*.t-aboutSection .g-headingContainer::after {
  z-index: 1;
  content: "";
  aspect-ratio: 500/116;
  display: block;
  width: 500px;
  background-image: url("/asset2026/images/top/about/title-background.png");
  background-size: contain;
  background-repeat: no-repeat;
}*/
@media screen and (max-width: 767px) {
  .t-aboutSection .g-headingContainer::after {
    max-width: 300px;
  }
}
.t-aboutSection .g-headingBackground {
  z-index: 1;
  position: relative;
  min-height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
}

.t-aboutSection .g-headingBackgroundContainer {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.t-aboutSection .g-headingBackgroundContainer::before {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 40%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.t-aboutSection .g-heading__ja {
  font-size: var(--fz-35);
}

@media screen and (max-width: 767px) {
  .t-aboutSection .g-heading__ja {
    font-size: 24px;
  }
}
.t-aboutSection .g-heading__ja::after {
  content: none;
}

.t-aboutSection h3.head {
  line-height: var(--lh-m);
  text-align: center;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
}

@media screen and (min-width: 768px) {
  .t-aboutSection h3.head {
    font-size: var(--fz-30);
    margin-block-end: var(--spc-60);
  }
}
@media screen and (max-width: 767px) {
  .t-aboutSection h3.head {
    font-size: 18px;
    margin-block-end: 20px;
  }
}
.t-aboutSection .desc {
  max-width: 800px;
  line-height: var(--lh-xl);
  color: #404040;
  margin-block-start: var(--spc-60);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .t-aboutSection .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .t-aboutSection .desc {
    font-size: 14px;
  }
}
.t-aboutIntro {
  margin-block-start: var(--spc-60);
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .t-aboutIntro {
    margin-block-start: 30px;
  }
}
.t-aboutIntegrated {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-aboutFromKakegawa {
    max-width: 480px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .t-aboutFromKakegawaTxt {
    margin-block-start: 20px;
  }
}
.t-aboutFromKakegawaImg {
  width: 100%;
}

.t-aboutFromKakegawa h3.head {
  text-align: left;
  font-size: 20px;
  margin-block-end: 0;
}

@media screen and (max-width: 767px) {
  .t-aboutFromKakegawa .desc {
    margin-block-start: 15px;
  }
}
.t-aboutFlow {
  width: 100%;
  max-width: 1000px;
  background-color: var(--c-white);
  margin-block-start: var(--spc-60);
  margin-inline: auto;
  padding-block: var(--spc-60) var(--spc-50);
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .t-aboutFlow {
    max-width: 480px;
    margin-block-start: 30px;
    padding-block: 30px;
  }
}
.t-aboutFlow h3.head {
  text-align: center;
  font-family: "mfw-pkizakinryoustdn-bold", serif;
  font-size: 18px;
  margin-block-end: var(--spc-30);
}

.t-aboutFlow .flow__list {
  display: grid;
  width: 100%;
  max-width: 880px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .t-aboutFlow .flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  .t-aboutFlow .flow__list {
    row-gap: 20px;
    padding-inline: 20px;
  }
}
.t-aboutFlow .flow__item {
  position: relative;
}

@media screen and (min-width: 768px) {
  .t-aboutFlow .flow__item:not(:nth-child(3n)) .flow-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-left: 15px;
    background: url(/asset2026/images/top/about/flow_item-chevron.svg) no-repeat center/contain;
  }
}
.t-aboutFlow .flow-img {
  position: relative;
  background-color: #a7a7a7;
  aspect-ratio: 3/2;
}

@media screen and (max-width: 767px) {
  .t-aboutFlow .flow-img {
    max-width: 480px;
  }
}
.t-aboutFlow .flow-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-aboutFlow .flow-txt {
  margin-block-start: var(--spc-20);
}

.t-aboutFlow .flow-head {
  line-height: var(--lh-m);
  font-weight: bold;
  font-size: var(--fz-20);
  color: #404040;
}

.t-aboutFlow .flow-description {
  line-height: var(--lh-l);
  font-size: var(--fz-14);
  color: #404040;
  margin-block-start: var(--spc-15);
}

.t-aboutChanoniwa {
  width: 100%;
  max-width: 1000px;
  margin-block-start: var(--spc-100);
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .t-aboutChanoniwa {
    margin-block-start: 50px;
  }
}
.t-customerVoiceSection .g-voiceListContainer {
  padding-inline: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}

.t-customerVoiceSection .g-voiceListContainer .fs-c-reviewList {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.t-customerVoiceSection .g-voiceListContainer .fs-c-reviewList__item {
  width: 100%;
  min-width: 258px;
}

.t-newsSection {
  padding-inline: 20px;
}

.t-newsSection .news__list {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}

.t-newsSection .news-card {
  line-height: var(--lh-l);
  border-bottom: 1px dashed #d7d3ca;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .t-newsSection .news-card {
    font-size: 14px;
  }
}
.t-newsSection .news-card__link {
  display: block;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .t-newsSection .news-card__link {
    padding-inline: 0;
  }
}
.t-newsSection .news-card-txt {
  display: flex;
  line-height: inherit;
  font-size: inherit;
}

@media screen and (max-width: 767px) {
  .t-newsSection .news-card-txt {
    flex-direction: column;
    row-gap: 4px;
  }
}
.t-newsSection .news-card__date {
  line-height: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .t-newsSection .news-card__date {
    min-width: 150px;
  }
}
.t-newsSection .news-card__title {
  line-height: inherit;
  font-size: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  min-width: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .t-newsSection .news-card__title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .t-newsSection .news-card__title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.t-newsSection .news-card__thumb {
  display: none;
}

.t-newsSection .g-btn--plain {
  width: 100%;
  max-width: 700px;
  margin-block-start: var(--spc-30);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .t-newsSection .g-btn--plain {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .t-newsSection .g-btn--plain {
    text-align: center;
  }
}
.t-news__listContainer {
  position: relative;
  width: 100%;
  max-width: 800px;
  border: 1px solid #d7d3ca;
  margin-inline: auto;
  padding-block: var(--spc-30) var(--spc-40);
  padding-inline: 20px;
}

@media screen and (max-width: 767px) {
  .t-news__listContainer {
    padding-block: 2px 20px;
  }
}
.t-staffblogSection {
  padding-inline: 20px;
}

.t-staffblogSection .staffblog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .t-staffblogSection .staffblog__list {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .t-staffblogSection .staffblog-card:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.t-staffblogSection .staffblog-card__thumb {
  display: block;
}

.t-staffblogSection .staffblog-card__title {
  display: block;
  line-height: var(--lh-m);
  font-weight: bold;
  font-size: 16px;
  margin-block: 20px 15px;
}

.t-staffblogSection .staffblog-card__body {
  display: -webkit-box;
  line-height: var(--lh-l);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 14px;
  overflow: hidden;
}

.t-staffblogSection .staffblog-card__link {
  margin-block-start: 15px;
}

@media screen and (min-width: 768px) {
  .t-staffblogSection .staffblog-card__link {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .t-staffblogSection .staffblog-card__link {
    text-align: center;
  }
}
.t-pickupSection {
  border-top: 1px solid #d7d3ca;
}

@media screen and (min-width: 768px) {
  .t-pickupSection {
    padding-block-start: var(--spc-100);
  }
}
@media screen and (max-width: 767px) {
  .t-pickupSection {
    padding-block-start: 50px;
  }
}
@media screen and (max-width: 767px) {
  .g-customerVoiceSplide {
    overflow: visible;
  }
  .g-customerVoiceSplide .splide__track {
    overflow: visible;
  }
  .g-customerVoiceSplide .fs-c-reviewList__item {
    margin-right: 30px;
  }
}
.g-customerVoiceSplide .splide__pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-block-start: 30px;
  padding: 0;
}

.g-customerVoiceSplide .splide__pagination li {
  line-height: 0;
}

.g-customerVoiceSplide .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #d7d3ca;
  opacity: 1;
  transform: none;
}

.g-customerVoiceSplide .splide__pagination .splide__pagination__page.is-active {
  background-color: #231815;
  transform: none;
} /*# sourceMappingURL=top.css.map */