@charset "UTF-8";
.page.products {
  padding: 20rem 11rem 20rem 2.4rem;
}
@media only screen and (max-width: 860px) {
  .page.products {
    padding: 12rem 2rem 8rem;
  }
}
.page.products .title h1 {
  font-size: 3rem;
}
.page.products .title h1 .num {
  display: inline-block;
  display: none;
  font-size: 1.2rem;
  vertical-align: top;
}
.page.products .title .filter {
  justify-content: flex-end;
  padding-top: 1.2rem;
  width: 75%;
}
.page.products .title .filter .wrap {
  justify-content: flex-end;
  width: 44%;
  width: fit-content;
}
.page.products .title .filter .wrap .image {
  margin-right: 3.5rem;
  width: 12rem;
}
.page.products .title .filter .wrap .image .ratio {
  padding-top: 125%;
}
.page.products .title .filter .wrap .image .ratio img {
  opacity: 0;
}
.page.products .title .filter .wrap .image .ratio img.hover {
  opacity: 1;
}
.page.products .title .filter .wrap span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.page.products .title .filter .wrap ul {
  margin-top: 0.2rem;
  margin-top: 0.4rem;
  margin-left: 2rem;
}
.page.products .title .filter .wrap ul li {
  margin-bottom: 0.6rem;
}
.page.products .title .filter .wrap ul li a {
  display: inline-block;
  line-height: 1;
  opacity: 0.4;
}
.page.products .title .filter .wrap ul li a:hover, .page.products .title .filter .wrap ul li a.now {
  opacity: 1;
}
.page.products .title .filter .wrap.interior {
  margin-right: 6%;
  width: fit-content;
}
.page.products .title .filter .wrap.interior ul {
  width: 30rem;
  height: fit-content;
}
.page.products .title .filter .wrap.interior ul li {
  width: 48%;
}
@media only screen and (max-width: 860px) {
  .page.products .title h1 {
    font-size: 3rem;
  }
  .page.products .title h1 .num {
    font-size: 1.2rem;
  }
  .page.products .title .filter {
    margin-top: 4.8rem;
    width: 100%;
  }
  .page.products .title .filter .wrap {
    display: block;
    width: 50%;
  }
  .page.products .title .filter .wrap span {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1;
  }
  .page.products .title .filter .wrap ul {
    margin-top: 1.2rem;
    margin-left: 0;
    width: 100%;
  }
  .page.products .title .filter .wrap ul li a {
    opacity: 0.4;
  }
  .page.products .title .filter .wrap ul li a:hover {
    opacity: 0.4;
  }
  .page.products .title .filter .wrap ul li a.now {
    opacity: 1;
  }
  .page.products .title .filter .wrap.interior {
    margin-right: 0;
    width: 50%;
  }
  .page.products .title .filter .wrap.interior ul {
    display: block;
    width: auto;
  }
  .page.products .title .filter .wrap.interior ul li {
    width: auto;
  }
}
.page.products .list {
  margin-top: 12rem;
}
.page.products .list .heading {
  top: 8rem;
  height: fit-content;
}
.page.products .list .heading * {
  margin-right: 0.8rem;
  font-size: 2rem;
  line-height: 1.2;
}
.page.products .list .heading a {
  margin-right: 50%;
  margin-bottom: 0.8rem;
}
.page.products .list .heading a.not_all {
  opacity: 0.4;
}
.page.products .list .heading a:hover {
  opacity: 1;
}
.page.products .list .heading h2 .num {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1rem;
  vertical-align: top;
}
.page.products .list ul {
  width: 75%;
}
.page.products .list ul li {
  margin-bottom: 8rem;
  width: 44%;
}
.page.products .list ul li a {
  display: block;
  width: 100%;
}
.page.products .list ul li a .ratio {
  padding-top: 125%;
}
.page.products .list ul li a .ratio img {
  transition: all 0.4s ease-in-out;
}
.page.products .list ul li a .name {
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}
.page.products .list ul li a .price {
  display: block;
  font-size: 1.3rem;
}
.page.products .list ul li a .link {
  position: relative;
  display: inline-block;
  margin-top: 1.2rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  opacity: 0;
}
.page.products .list ul li a .link:before {
  content: "→";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 10px;
  transform: rotate(-45deg);
}
.page.products .list ul li a:hover .ratio img {
  scale: 1.03;
  transform-origin: center;
}
.page.products .list ul li a:hover .link {
  opacity: 1;
}
.page.products .list .zero {
  width: 75%;
}
.page.products .list .zero h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 860px) {
  .page.products .list {
    margin-top: 8rem;
  }
  .page.products .list .heading {
    top: initial;
  }
  .page.products .list .heading a {
    margin-right: 0.8rem;
    margin-bottom: auto;
  }
  .page.products .list ul {
    margin-top: 3.5rem;
    width: 100%;
  }
  .page.products .list ul li {
    margin-bottom: 8rem;
    width: calc(50% - 1rem);
  }
  .page.products .list ul li a {
    display: block;
    width: 100%;
  }
  .page.products .list ul li a .name {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
  .page.products .list ul li a .price {
    font-size: 1.2rem;
  }
  .page.products .list ul li a .link {
    display: none;
    opacity: 0;
  }
  .page.products .list ul li a:hover .link {
    opacity: 0;
  }
  .page.products .list .zero {
    margin-top: 3.5rem;
    width: 100%;
  }
  .page.products .list .zero h3 {
    font-size: 2rem;
  }
}