﻿@charset "UTF-8";
.tk-page-nav__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 2.875rem;
  text-align: center;
}
@media (max-width:767px) {
  .tk-page-nav__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.875rem 0;
  }
  .tk-page-nav__list > .tk-page-nav__list-item:nth-child(n + 1):nth-child(-n + 3) a {
    position: relative;
  }
  .tk-page-nav__list > .tk-page-nav__list-item:nth-child(n + 1):nth-child(-n + 3) a::after {
    content: "";
    position: absolute;
    bottom: -0.875rem;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 28px;
    border-bottom: 0.0625rem solid #1c82e0;
  }
}
.tk-page-nav__list li + li {
  border-left: 0.0625rem solid #1c82e0;
}
@media (max-width:767px) {
  .tk-page-nav__list li + li {
    border-left: none;
  }
}
@media (max-width:767px) {
  .tk-page-nav__list-item {
    margin-bottom: 0.875rem;
    border-right: 0.0625rem solid #1c82e0;
  }
  .tk-page-nav__list-item:nth-child(3n + 1) {
    border-left: 0.0625rem solid #1c82e0;
  }
}
.tk-page-nav__list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 0.625rem;
  width: 100%;
  height: 6.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  line-height: 1.4;
  color: #000000;
  transition: all 0.3s;
}
.tk-page-nav__list-item-link:hover {
  color: #1C82E0;
}
.tk-page-nav li[class$="is-current"] {
  background-color: #e8f2fc;
}
.tk-section-title__main.product-category {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #1C82E0;
}
.tk-product-category .tk-section-title::after {
  content: none;
}
.tk-product-category__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.02083vw;
  margin: 5.25rem 0rem 6.25rem;
}
@media (max-width:767px) {
  .tk-product-category__list {
    grid-template-columns: 1fr;
  }
}
.tk-product-category__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem;
  border-radius: 1.75rem;
  box-shadow: 0 0 1.75rem rgba(0, 117, 139, 0.15);
  text-align: center;
}
@media (max-width:1280px) {
  .tk-product-category__item {
    padding: 1.875rem;
  }
}
.tk-product-category__item-kinds {
  display: block;
  width: 100%;
  margin-bottom: 2.25rem;
  padding-bottom: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #000000;
  line-height: 1.5;
  word-break: keep-all;
  line-break: strict;
  border-bottom: 2px solid #1c82e0;
}
.tk-product-category__item-photo {
  aspect-ratio: 1.1428571429;
}
.tk-product-category__item-photo-img {
  max-width: 100%;
}
.tk-product-category__item-copy {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.tk-product-category__item-copy-title {
  margin-top: 2.625rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #1C82E0;
  line-height: 1.3;
  word-break: keep-all;
  line-break: strict;
}
.tk-product-category__item-copy-txt {
  flex-grow: 1;
  margin-top: 1.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #000000;
  font-feature-settings: "palt";
  line-height: 1.8;
  line-break: strict;
}
@media (max-width:767px) {
  .tk-product-category__item-copy-txt {
    font-size: 1rem;
  }
}
.tk-product-category__item-copy-txt > .br {
  display: none;
}
@media (max-width:767px) {
  .tk-product-category__item-copy-txt > .br {
    display: initial;
  }
}
.tk-product-category__item-button {
  position: relative;
  display: block;
  width: 100%;
  height: 3.125rem;
  margin-top: 2rem;
  background: linear-gradient(180deg, #b0d3f4 20%, white 100%);
  border: 0.0625rem solid #1c82e0;
  border-radius: 0.3125rem;
  box-shadow: 0.25rem 0.25rem 0.5rem 0rem rgba(28, 128, 205, 0.2);
  text-align: center;
}
.tk-product-category__item-button::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, white 20%, #b0d3f4 100%);
  border-radius: 0.3125rem;
  transition: opacity 0.3s;
}
.tk-product-category__item-button:hover::before {
  opacity: 0;
}
.tk-product-category__item-button-link {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #000000;
  text-decoration: none;
}
.tk-product-category__item-button-link::after {
  content: "";
  position: absolute;
  right: 1.375rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #1c82e0;
  border-right: 0.0625rem solid #1c82e0;
  transform: rotate(45deg);
}
/*# sourceMappingURL=./index.css.map */