.p-top {
  padding-top: 3.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-top {
    padding-top: 6.2rem;
  }
}
.p-top__name {
  font-size: 3.2rem;
  font-family: var(--font-en);
  line-height: 1;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-top__name {
    font-size: 4.4rem;
    letter-spacing: -0.04em;
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 767px) {
  .p-top__name {
    white-space: nowrap;
  }
}
.p-top__txt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) {
  .p-top__txt {
    margin-bottom: 7.5rem;
  }
}
.p-top__ttl {
  font-size: 3rem;
  font-family: var(--font-ttl-des);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 4.4rem;
}
.p-top__ttl small {
  display: block;
  font-size: 2.2rem;
  line-height: 1.9545454545;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-top__ttl {
    font-size: 4.4rem;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 5.3rem;
  }
  .p-top__ttl small {
    font-size: 2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.2;
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 992px) {
  .p-top__ttl {
    font-size: 4.8rem;
  }
}
@media only screen and (min-device-width: 744px) {
  .p-top__ttl .break {
    display: none;
  }
}
.p-top__open {
  width: 100%;
  margin: 0 auto 3.8rem;
}
@media (min-width: 768px) {
  .p-top__open {
    max-width: 59.7rem;
    margin-bottom: 5.5rem;
  }
}
.p-top__open img {
  width: 100%;
}
.p-top__desc {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: var(--font-ttl-des);
  line-height: 1.75;
  letter-spacing: 0.061em;
}
@media (min-width: 768px) {
  .p-top__desc {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.p-products {
  padding-block: 5.5rem 7.9rem;
}
@media (min-width: 768px) {
  .p-products {
    padding-block: 6rem 14.3rem;
  }
}
.p-products__tab {
  display: flex;
  justify-content: center;
}
.p-products__tab li {
  --color-a: rgba($color: #000000, $alpha: .3);
  border-left: 2px solid var(--color-primary);
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-products__tab li {
    max-width: 21rem;
  }
}
.p-products__tab li:last-child {
  border-right: 1px solid var(--color-primary);
}
.p-products__tab li.active a, .p-products__tab li:hover a {
  color: #000;
}
.p-products__tab li a {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 2rem;
  font-family: var(--font-en);
  font-weight: 600;
  transition: color 0.3s ease;
  padding-block: 0.65rem;
}
@media (min-width: 768px) {
  .p-products__tab li a {
    font-size: 2.8rem;
    line-height: 1.2;
    padding-block: 0.7rem;
  }
}
.p-products__content {
  margin-top: 3.6rem;
}
@media (min-width: 768px) {
  .p-products__content {
    margin-top: 4.8rem;
  }
}
.p-products__ttl {
  display: flex;
  gap: 1.3rem;
  align-items: center;
  flex-direction: column;
  font-size: 2.7rem;
  font-family: var(--font-ttl-des);
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-products__ttl {
    gap: 1rem;
    font-size: 3.337rem;
  }
}
.p-products__ttl-image.--tower {
  max-width: 30.404rem;
}
@media (min-width: 768px) {
  .p-products__ttl-image.--tower {
    max-width: 51.3rem;
  }
}
.p-products__ttl-image.--front {
  max-width: 32.984rem;
}
@media (min-width: 768px) {
  .p-products__ttl-image.--front {
    max-width: 59.841rem;
  }
}
.p-products__anchor {
  display: flex;
  gap: 1.9rem 1.4rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4.1rem;
}
@media (min-width: 768px) {
  .p-products__anchor {
    gap: 2.5rem;
    margin-top: 5.8rem;
  }
}
.p-products__anchor li {
  flex: 0 0 33.33%;
  max-width: 9.998rem;
}
@media (min-width: 768px) {
  .p-products__anchor li {
    flex: 0 0 20%;
    max-width: 18rem;
  }
}
.p-products__anchor li a {
  border: 2px solid #1F2446;
  border-radius: 0.5rem;
  color: #1F2446;
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
  align-items: center;
  font-size: 1.599rem;
  font-family: var(--font-num);
  font-weight: 500;
  line-height: 1;
  padding: 0.5rem 0.4rem;
}
@media (min-width: 768px) {
  .p-products__anchor li a {
    gap: 1rem;
    font-size: 2.4rem;
    padding-block: 1.25rem;
    transition: all 0.3s ease;
  }
  .p-products__anchor li a:hover {
    background-color: #1F2446;
    color: var(--color-white);
  }
  .p-products__anchor li a:hover::after {
    background-color: var(--color-white);
  }
}
.p-products__anchor li a::after {
  content: "";
  background-color: #1F2446;
  -webkit-mask: url("../img/common/icon_arrow_07.svg") no-repeat center/contain;
  mask: url("../img/common/icon_arrow_07.svg") no-repeat center/contain;
  width: 0.943rem;
  height: 0.53rem;
}
@media (min-width: 768px) {
  .p-products__anchor li a::after {
    width: 1.485rem;
    height: 0.743rem;
  }
}
.p-products__fl {
  border-bottom: 1px solid #4D4D4D;
  color: #1F2446;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2.1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .p-products__fl {
    padding-bottom: 1.8rem;
    margin-bottom: 3.8rem;
  }
}
.p-products__fl-num {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-products__fl-num {
    font-size: 2.7rem;
    margin-right: 3.7rem;
  }
}
@media (max-width: 767px) {
  .p-products__fl-num {
    margin-left: 0.7rem;
  }
}
.p-products__fl-name {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-products__fl-name {
    font-size: 2rem;
  }
}
.p-products__list {
  padding-top: 5.7rem;
}
@media (min-width: 768px) {
  .p-products__list {
    padding-top: 5.4rem;
  }
}
.p-products__list.--front {
  padding-top: 2.4rem;
}
@media (min-width: 768px) {
  .p-products__list.--front {
    padding-top: 8.8rem;
  }
}
.p-products__item:not(:first-child) {
  padding-top: 5.7rem;
}
@media (min-width: 768px) {
  .p-products__item:not(:first-child) {
    padding-top: 6.8rem;
  }
}
.p-products__tokyokai {
  margin-top: 5.9rem;
}
@media (min-width: 768px) {
  .p-products__tokyokai {
    margin-top: 8.2rem;
  }
}
.p-products__tokyokai a {
  background-color: #000;
}
.p-products__tokyokai a img {
  width: 100%;
}

.card-product__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 2.6rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .card-product__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .card-product__list {
    gap: 3rem 3.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .card-product__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1025px) {
  .card-product__list {
    grid-template-columns: repeat(5, minmax(0, 175px));
  }
}
.card-product__media {
  aspect-ratio: 151/151;
}
@media (min-width: 768px) {
  .card-product__media {
    aspect-ratio: 175/175;
  }
}
.card-product__media img {
  width: 100%;
  height: auto;
}
.card-product__name {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}