@charset "utf-8";
/* -------------------t-fv-------------------- */
.t-fv{
  overflow: hidden;
}
.t-fv__slide{
  line-height: 1;
}
@media screen and (min-width: 768px){
  .t-fv{
    margin-bottom: var(--spc-40);
  }
  .t-fv__slide{
    width: 90%;
    max-width: 740px;
    margin-inline: auto;
    --slick-gap: 5px;
    --slick-arrow-to-body: calc(var(--slick-arrow-size) / 2);
  }
  .t-fv__slide .slick-list{
    overflow: visible;
  }
  .t-fv__slide .slick-slide{
    margin-inline: var(--slick-gap);
  }
  [class*="t-fv__slide__arrow"]{
    top: 45%;
  }
}
@media screen and (max-width: 767px){
  .t-fv{
    margin-bottom: 30px;
  }
  .t-fv__slide{
      --slick-arrow-to-body: 35px;  
  }
  [class*="t-fv__slide__arrow"]{
    top: 40%;
  }
}
/* -------------------t-intro-------------------- */
.t-intro{
  display: grid;
}
.t-intro__category{
  --grid-cols-pc: 2;
  --grid-gap-pc: var(--spc-20);
  --grid-cols-sp: 2;
  --grid-gap-sp: 5px;
}
.t-intro__category li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: no-repeat center center / cover;
  position: relative;
}
.t-intro__category li a::before{
  content: "";
  display: inline-block;
  background-color: var(--c-black-op60);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
}
.t-intro__category li a span{
  color: var(--c-white);
  position: relative;
  z-index: 2;
}
.t-intro__category li a span[lang="ja"]{
  font-weight: 700;
  position: relative;
}
.t-intro__category li a span[lang="ja"]::after{
  content: "";
  display: inline-block;
  background-color: var(--c-white);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (hover: hover){
  .t-intro__category li a:hover{
    opacity: 1;
  }
  .t-intro__category li a:hover::before{
    background-color: transparent;
  }
}
@media screen and (min-width: 768px){
  .t-intro{
    gap: var(--spc-20);
  }
  .t-intro__category li a{
    padding-block: var(--spc-75);
  }
  .t-intro__category li a span[lang="ja"]{
    font-size: var(--fz-22);
    letter-spacing: 0.1em;
    padding-bottom: var(--spc-20);
    margin-bottom: var(--spc-20);
  }
  .t-intro__category li a span[lang="ja"]::after{
    width: 46px;
    height: 5px;
  }
  .t-intro__category li a span[lang="en"]{
    font-size: var(--fz-18);
  }
}
@media screen and (max-width: 767px){
  .t-intro{
    gap: 5px;
  }
  .t-intro__category li a{
    padding-block: 15px 20px;
  }
  .t-intro__category li a span[lang="ja"]{
    font-size: 16px;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .t-intro__category li a span[lang="ja"]::after{
    width: 20px;
    height: 3px;
  }
  .t-intro__category li a span[lang="en"]{
    font-size: 12px;
  }
}
/* ------------------- -------------------- */
.t-bnr{
  --grid-cols-pc: 2;
  --grid-gap-pc: var(--spc-20);
  --grid-cols-sp: 1;
  --grid-gap-sp: 10px;
}
/* -------------------t-feature-------------------- */
.t-feature__list{
  --grid-cols-pc: 2;
  --grid-gap-pc: var(--spc-20);
  --grid-cols-sp: 2;
  --grid-gap-sp: 10px;
}
.t-feature__item__ttl{
  font-weight: 700;
}
@media screen and (min-width: 768px){
  .t-feature__item__ttl{
    font-size: var(--fz-16);
    margin-top: var(--spc-10);
  }
}
@media screen and (max-width: 767px){
  .t-feature__item__ttl{
    font-size: 14px;
    margin-top: 12px;
  }
}
/* -------------------t-particular-------------------- */
/* t-sectionLead */
.t-sectionLead__box{
  background-color: var(--c-gray-100-op95);
}
.t-sectionLead__ttl{
  font-weight: 900;
}
.t-sectionLead__txt{
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px){
  .t-sectionLead{
    position: relative;
    margin-bottom: var(--spc-50);
  }
  .t-sectionLead__img{
    width: 580px;
  }
  .t-untensilsFeature__lead .t-sectionLead__img{
    margin-left: auto;
  }
  .t-sectionLead__box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 468px;
    padding: var(--spc-50);
  }
  .t-untensilsFeature__lead .t-sectionLead__box{
    left: 0;
    right: auto;
  }
  .t-sectionLead__ttl{
    font-size: var(--fz-20);
    margin-bottom: var(--spc-20);
  }
  .t-sectionLead__txt{
    font-size: var(--fz-16);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px){
  .t-sectionLead{
    margin-bottom: 50px;
  }
  .t-sectionLead__box{
    padding: 20px;
  }
  .t-sectionLead__ttl{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .t-sectionLead__txt{
    font-size: 14px;
  }
  .t-sectionLead__box .g-btn{
    margin-inline: auto;
  }
}

/* -------------------t-review-------------------- */
.t-review__list{
  --grid-cols-pc: 3;
  --grid-gap-pc: var(--spc-20);
  --grid-cols-sp: 1;
  --grid-gap-sp: 20px;
}
.fs-c-reviewList__item{
  background-color: var(--bg-c-gray);
  display: grid;
}
.fs-c-reviewList__item__product{
  display: contents;
}
.fs-c-reviewProduct__image img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.fs-c-reviewInfo__reviewer{
  display: none;
}
.fs-c-reviewInfo__date{
  display: none;
}
.fs-c-productName a{
  font-weight: 700;
}
.fs-c-reviewList__item__body{
  font-weight: 500;
}
@media screen and (min-width: 768px){
  .fs-c-reviewList__item{
    padding: var(--spc-35);
  }
  .fs-c-reviewProduct__image{
    order: 1;
    max-width: 150px;
    margin-inline: auto;
  }
  .fs-c-reviewProduct__info{
    order: 3;
    margin-bottom: var(--spc-10);
  }
  .fs-c-productName a{
    font-size: var(--fz-18);
  }
  .fs-c-reviewList__item__info{
    order: 2;
  }
  .fs-c-reviewInfo__stars{
    justify-content: center;
    margin-block: var(--spc-20);
  }
  .fs-c-reviewList__item__body{
    order: 4;
    font-size: var(--fz-14);
  }
}
@media screen and (max-width: 767px){
  .fs-c-reviewList__item{
    grid-template: auto auto 1fr / 102px 1fr;
    gap: 10px;
    padding: 20px;
  }
  .fs-c-reviewProduct__image{
    grid-row: span 2;
  }
  .fs-c-reviewList__item__info{
    grid-column: 2 / 3;
    grid-row:  1 / 2;
    display: flex;
    align-items: flex-end;
  }
  .fs-c-reviewList__item__body{
    grid-column: span 2;
  }
  .fs-c-productName a{
    font-size: 14px;
  }
  .fs-c-reviewList__item__body{
    font-size: 12px;
  }
}

.t-review:not(:has(.fs-c-reviewList__item)){
  display: none;
}



























