.profile.products .ttl {
  background: url(/profile/img/products/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.products .ttl {
    background: url(/profile/img/products/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.products .new-products-list {
  display: flex;
  flex-wrap: wrap;
}
.profile.products .new-products-list li {
  width: 520px;
  margin-right: 60px;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li {
    width: 100%;
    margin-right: 0;
  }
}
.profile.products .new-products-list li:nth-child(even) {
  margin-right: 0;
}
.profile.products .new-products-list li .large-ttl {
  font-size: 1.5rem;
  padding-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .large-ttl {
    font-size: 1.375rem;
  }
}
.profile.products .new-products-list li .new-products-image {
  aspect-ratio: 520/319;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-image {
    margin-bottom: 15px;
  }
}
.profile.products .new-products-list li .new-products-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile.products .new-products-list li .new-products-info h1 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h1 {
    font-size: 1.375rem;
  }
}
.profile.products .new-products-list li .new-products-info h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h2 {
    font-size: 1.375rem;
  }
}
.profile.products .new-products-list li .new-products-info h3 {
  font-size: 1.625rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h3 {
    font-size: 1.3125rem;
  }
}
.profile.products .new-products-list li .new-products-info h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h4 {
    font-size: 1.1875rem;
  }
}
.profile.products .new-products-list li .new-products-info h5 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h5 {
    font-size: 1.0625rem;
  }
}
.profile.products .new-products-list li .new-products-info h6 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info h6 {
    font-size: 0.9375rem;
  }
}
.profile.products .new-products-list li .new-products-info ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  margin-bottom: 5px;
}
.profile.products .new-products-list li .new-products-info ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #094181;
  display: inline-block;
  margin-right: 5px;
}
.profile.products .new-products-list li .new-products-info img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info img {
    height: auto;
    margin-bottom: 25px;
  }
}
.profile.products .new-products-list li .new-products-info img.f-left {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info img.f-left {
    float: none;
    margin-right: 0;
  }
}
.profile.products .new-products-list li .new-products-info img.f-right {
  float: right;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info img.f-right {
    float: none;
    margin-left: 0;
  }
}
.profile.products .new-products-list li .new-products-info .wp-video {
  max-width: 760px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .profile.products .new-products-list li .new-products-info .wp-video {
    max-width: 330px;
  }
}
.profile.products .new-products-list li .new-products-info blockquote {
  padding: 1em 1.5em;
  border-left: 4px solid #d6dde3;
  color: #545454;
  margin: 10px 0;
}
.profile.products .pagenation {
  margin: 50px auto 20px;
  max-width: 250px;
}
.profile.products .pagenation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Merriweather", serif;
}
.profile.products .pagenation .wp-pagenavi a {
  display: block;
  padding: 3px 8px;
}
.profile.products .pagenation .wp-pagenavi a.previouspostslink, .profile.products .pagenation .wp-pagenavi a.nextpostslink {
  position: relative;
}
.profile.products .pagenation .wp-pagenavi a.previouspostslink:before, .profile.products .pagenation .wp-pagenavi a.nextpostslink:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #094181;
  border-bottom: 1px solid #094181;
  position: absolute;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.profile.products .pagenation .wp-pagenavi a.nextpostslink:before {
  transform: rotate(225deg);
}
.profile.products .pagenation .wp-pagenavi a:hover {
  color: #094181;
}
@media screen and (max-width: 767px) {
  .profile.products .pagenation .wp-pagenavi a:hover {
    color: #222222;
  }
}
.profile.products .pagenation .wp-pagenavi .current {
  display: block;
  padding: 3px 8px 2px;
  background: #E4E9F0;
  margin: 0 8px;
}
.profile.products .category-link .category-link-wrap .category-link-list li:last-of-type {
  display: none;
}/*# sourceMappingURL=products.css.map */