@charset "utf-8";
/* CUSTOMER CSS
------------------------------ */
/* sec-title ----------- */
.sec-title .title {
  letter-spacing: 0;
}
.sec-title .title .slash {
  margin: 0 0.15em;
}
.sec-title .pttl > span {
  vertical-align: baseline;
}
@media (min-width: 769px) {
  .sec-title .title .pc-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .sec-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .sec-title {
    margin-bottom: 30px;
  }
}

.customer-slider img {
  width: 100%;
  height: auto;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-customer .customer-slider {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
.section-customer .customer-slider .slick-slide {
  opacity: 0.6;
  transition: all ease 0.35s;
}
.section-customer .customer-slider .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.section-customer .customer-slider .slick-arrow {
  width: 52px;
  height: 52px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -12px;
  position: absolute;
  z-index: 2500;
}
.section-customer .customer-slider .slick-prev,
.section-customer .customer-slider .slick-next {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  display: block;
  transition: 0.2s all ease;
}

.section-customer .customer-slider .slick-prev {
  bottom: 0;
  left: 23px;
  transform: rotate(-135deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.section-customer .customer-slider .slick-next {
  right: 23px;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.section-customer .customer-slider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  text-align: center;
}
.section-customer .customer-slider .slick-dots > li {
  display: inline-block;
  width: 50px;
  margin: 0 2px;
}
.section-customer .customer-slider .slick-dots > li button {
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 4px;
}
.section-customer .customer-slider .slick-dots > li.slick-active button {
  background: #fff;
}

/* バナー ------------- */
.section-banner .heading {
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.section-banner .heading .title {
  display: block;
}
.section-banner .heading .pttl {
  display: block;
  font-feature-settings: 'palt';
}
.section-banner .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.section-banner .link {
  display: block;
  aspect-ratio: 500 / 560;
  background-color: #000;
}
.section-banner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.28s ease;
}
.section-banner .link:hover .img {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .section-banner .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
}

/* ul-customer ------------- */
.ul-customer.ul-itembox > li .thumb-scale {
  border: none;
  margin-bottom: 0;
}
.ul-customer.ul-itembox > li .txt-listbox {
  border-left: 1px solid #000;
  padding-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ul-customer.ul-itembox > li .txt-listbox .box-name {
  margin-bottom: 10px;
  /* flex: 1; */
}
.ul-customer.ul-itembox > li .txt-listbox .t-name {
  position: relative;
  padding-left: 20px;
  letter-spacing: 0.0025em;
  line-height: 1.3;
}
.ul-customer.ul-itembox > li .txt-listbox .t-name:not(:first-child) {
  margin-top: 10px;
}

.ul-customer.ul-itembox > li .txt-listbox .t-name:before {
  content: '';
  width: 11px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: 11px;
}

.ul-customer.ul-itembox > li .txt-listbox ul li {
  position: relative;
  margin-left: 20px;
  padding-left: 74px;
  margin-bottom: 5px;
  letter-spacing: 0.0025em;
}

.ul-customer.ul-itembox > li .txt-listbox ul li::before {
  content: '';
  font-family: 'Gentium Basic', serif;
  font-weight: 400;
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  letter-spacing: 0;
}

.ul-customer.ul-itembox > li .txt-listbox ul li.t-shop::before {
  content: 'SHOP';
}

.ul-customer.ul-itembox > li .txt-listbox ul li.t-position::before {
  content: 'POSITION';
}

.ul-customer.ul-itembox > li .txt-listbox ul li.t-country::before {
  content: 'COUNTRY';
}

@media (max-width: 1199px) {
  .ul-customer.ul-itembox > li .txt-listbox ul li {
    padding-left: 0;
    padding-top: 18px;
  }
  .ul-customer.ul-itembox > li .txt-listbox ul li::before {
    top: 0;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .section-customer .customer-slider {
    top: -75px;
    margin-bottom: -75px;
  }
  .section-customer .customer-slider .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .section-customer .customer-slider {
    top: -50px;
    margin-bottom: -50px;
  }

  .customer-slider img {
    height: 180px;
  }
  .section-customer .customer-slider .slick-dots > li,
  .section-customer .customer-slider .slick-dots > li button {
    width: 35px;
  }
  .section-customer .customer-slider .slick-dots {
    bottom: 10px;
  }
}
