@charset "UTF-8";
/* Sass Document */
.p-mv {
  width: 100%;
}

.splide__pagination {
  bottom: 1.8rem;
}

.splide__pagination__page {
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #d3d3d3;
  opacity: 1;
  margin: 0;
  transition: 0.3s opacity;
}

.splide__pagination__page:hover {
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  background-color: #000;
  transform: scale(1);
}

.splide__pagination li {
  margin-inline: 0.5rem;
}

.p-copy__inner {
  display: flex;
  max-width: 97.5rem;
  margin: 7.2rem auto 0;
  align-items: center;
  column-gap: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-copy__inner {
    display: block;
    margin-top: 6rem;
  }
}

.p-copy__body {
  flex-grow: 1;
}
.p-copy__body .c-ttl {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-copy__body .c-ttl {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3.1rem;
  }
}
.p-copy__body p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-left: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-copy__body p {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-left: 0;
    line-height: 1.7142857143;
    text-align: center;
  }
}
.p-copy__body p + p {
  margin-top: 1.9em;
}

.p-cpoy__img-wrapper {
  width: 47rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-cpoy__img-wrapper {
    margin-top: 4rem;
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	製品
* --------------------------------------------------------------------------------------------------*/
.p-products {
  max-width: 96rem;
  padding-inline: 2rem;
  box-sizing: content-box;
  margin: 5.8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-products {
    margin-top: 4.2rem;
  }
}

.p-product__ttl {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-product__ttl {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__block .p-btn-wrapper {
    opacity: 1 !important;
  }
}

.p-product__list {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .p-product__list {
    justify-content: space-between;
    gap: 2.5rem 0;
  }
  .p-product__list > * {
    width: 47.2222222222% !important;
  }
  .p-product__list .p-btn-wrapper {
    margin-top: 0 !important;
  }
  .p-product__list li.p-btn-wrapper:nth-child(even) {
    margin-inline: 0 !important;
  }
  .p-product__list li.p-btn-wrapper:nth-child(even) .c-btn {
    height: 100%;
  }
}
.p-product__list.l-col--1 .p-product__item {
  width: 100%;
}
.p-product__list.l-col--2 .p-product__item {
  width: calc((100% - 1.5rem) / 2);
}
.p-product__list.l-col--3 .p-product__item {
  width: calc((100% - 3rem) / 3);
}
.p-product__list + .p-product__list {
  margin-top: 4rem;
}
.p-product__list .p-btn-wrapper {
  width: 100%;
  margin: 6rem auto 0;
}
.p-product__list .p-btn-wrapper .c-btn {
  max-width: 28rem;
  margin-inline: auto;
}

.p-product__item .p-img-wrapper {
  aspect-ratio: 1/1;
  overflow: clip;
  transition: 0.3s filter;
  margin: 0;
}
.p-product__item .p-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__item a {
  text-decoration: none;
  color: currentColor;
}
@media (any-hover: hover) {
  .p-product__item a:hover .p-img-wrapper {
    filter: brightness(70%);
  }
}

.p-product__list li {
  opacity: 0;
  transition: 0.8s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-product__list li.is-show {
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
*	news
* --------------------------------------------------------------------------------------------------*/
.p-news {
  margin-top: 9rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-news {
    margin-top: 7.7rem;
    padding-bottom: 6.4rem;
  }
}
.p-news .p-btn-wrapper {
  max-width: 28rem;
  margin: 4.8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-news .p-btn-wrapper {
    margin-top: 3rem;
  }
}

.p-news__list {
  max-width: 64rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-news__list {
    margin-top: 1.5rem;
  }
}

.p-news__item {
  border-bottom: 1px solid #d3d3d3;
}
.p-news__item:last-of-type {
  border-bottom: none;
}
.p-news__item a {
  color: currentColor;
  text-decoration: none;
  display: block;
  padding-right: 5rem;
  position: relative;
}
@media (any-hover) {
  .p-news__item a {
    transition: 0.3s opacity;
  }
  .p-news__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news__item a {
    padding-right: 3rem;
  }
}
.p-news__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: translateY(-50%) rotate(45deg);
  right: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-news__item a::after {
    top: auto;
    bottom: 3.5rem;
    right: 1rem;
  }
}

.p-news__inner {
  display: flex;
  align-items: center;
  padding-block: 1.5rem;
  column-gap: 2.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-news__inner {
    display: block;
    padding-block: 3rem;
  }
}
.p-news__inner p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
}
.p-news__inner time {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-news__inner time {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=top.css.map */