.archive__top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
.archive__top-img {
  width: 60%;
}
.archive__top-img img {
  width: 100%;
}
.archive__top-content {
  width: 35%;
}
.archive__top-time {
  display: block;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.14em;
  font-weight: 400;
}
.archive__top-catch {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.36;
}
.archive__top-client {
  letter-spacing: 0.14em;
  line-height: 1.6;
}
.archive__top-desc {
  color: #727171;
  letter-spacing: 0;
  line-height: 1.9;
}
.archive__top-cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive__top-cat-item {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #3e3a39;
}
.archive__top-cat-item a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.archive__top-cat-item a::before {
  content: "#";
  display: inline-block;
}
.archive__free {
  background-color: #e6e6e6;
}
.archive__free p {
  line-height: 1.75;
}
.archive__free p img {
  width: 100%;
}
.archive__free-inner {
  width: 80%;
  margin: 0 auto;
}
.archive__product-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}
.archive__product-content {
  width: 40%;
}
.archive__product-name {
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #95cbc6), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left, #95cbc6 50%, transparent 50%);
  background: -moz- oldlinear-gradient(left, #95cbc6 50%, transparent 50%);
  background: linear-gradient(to right, #95cbc6 50%, transparent 50%);
  -moz-background-size: 200% 100%;
       background-size: 200% 100%;
  background-position: 100% 0.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}
.archive__product-name span {
  opacity: 0;
  -webkit-transition: 1s 1s linear;
  -moz-transition: 1s 1s linear;
  transition: 1s 1s linear;
}
.archive__product-name.show {
  background-position: 0 0.5em;
}
.archive__product-name.show span {
  opacity: 1;
}
.archive__product-desc {
  text-align: justify;
  line-height: 1.75;
}
.archive__product-details {
  line-height: 1.75;
  background-color: #e6e6e6;
}
.archive__product-image {
  width: 55%;
}
.archive__product-image .slick-dots {
  bottom: -30px;
}
.archive__product-image .slick-dots li {
  margin: 0;
}
.archive__product-slider-inner {
  position: relative;
  padding-top: 66.6666%;
}
.archive__product-slider-inner img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive__article {
  border-top: 1px solid #e6e6e6;
}
.archive__article-head {
  width: 85%;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.archive__article-wrapper {
  width: 85%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.archive__article-wrapper::after {
  content: "";
  display: block;
  width: 31%;
}
.archive__article-item {
  width: 31%;
}
.archive__article-item a {
  display: block;
}
.archive__article-pic {
  position: relative;
  overflow: hidden;
  padding-top: 66.6666%;
}
.archive__article-pic img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.archive__article-time {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #727171;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.archive__article-ttl {
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.archive__article-cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive__article-cat-item {
  display: inline-block;
  color: #727171;
  letter-spacing: 0.1em;
}
.archive__article-cat-item a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.archive__article-cat-item a::before {
  content: "#";
  display: inline-block;
}

@media screen and (min-width: 1025px), print {
  .archive__top {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
  }
  .archive__top-time {
    font-size: 1.2rem;
  }
  .archive__top-catch {
    margin: 25px 0;
    font-size: 2.5rem;
  }
  .archive__top-client {
    font-size: 1.2rem;
  }
  .archive__top-desc {
    margin: 55px 0 0;
    font-size: 1.2rem;
  }
  .archive__top-cat {
    margin-top: 60px;
  }
  .archive__top-cat-item {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .archive__top-cat-item:not(:last-child) {
    margin-right: 15px;
  }
  .archive__free {
    margin-top: 80px;
    padding: 100px 0;
  }
  .archive__free p {
    font-size: 1.5rem;
  }
  .archive__free p:not(:first-child) {
    margin-top: 24px;
  }
  .archive__free-inner {
    max-width: 1000px;
  }
  .archive__product {
    padding: 100px 0 0;
  }
  .archive__product-wrapper {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
  }
  .archive__product-name {
    padding: 5px 12px;
    font-size: 2.1rem;
  }
  .archive__product-desc {
    margin-top: 50px;
    font-size: 1.5rem;
  }
  .archive__product-details {
    margin-top: 50px;
    padding: 12px 15px;
    font-size: 1.4rem;
  }
  .archive__article {
    margin-top: 100px;
    padding: 100px 0;
  }
  .archive__article-head {
    max-width: 1200px;
    font-size: 1.5rem;
  }
  .archive__article-wrapper {
    margin-top: 30px;
    max-width: 1200px;
  }
  .archive__article-item a:hover .archive__article-pic img {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
  }
  .archive__article-item a:hover .archive__article-time {
    opacity: 0.75;
  }
  .archive__article-item a:hover .archive__article-ttl {
    opacity: 0.75;
  }
  .archive__article-time {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .archive__article-ttl {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .archive__article-cat {
    margin-top: 10px;
  }
  .archive__article-cat-item {
    font-size: 1.2rem;
  }
  .archive__article-cat-item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .archive__top {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive__top-time {
    font-size: 1.2rem;
  }
  .archive__top-content {
    width: 40%;
  }
  .archive__top-catch {
    margin: 20px 0;
    font-size: 2.2rem;
  }
  .archive__top-client {
    font-size: 1.2rem;
  }
  .archive__top-desc {
    margin: 35px 0 0;
    font-size: 1.2rem;
  }
  .archive__top-cat {
    margin-top: 30px;
  }
  .archive__top-cat-item {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .archive__top-cat-item:not(:last-child) {
    margin-right: 15px;
  }
  .archive__top-img {
    width: 55%;
  }
  .archive__free {
    margin-top: 70px;
    padding: 90px 0;
  }
  .archive__free p {
    font-size: 1.4rem;
  }
  .archive__free p:not(:first-child) {
    margin-top: 20px;
  }
  .archive__product {
    padding: 90px 0 0;
  }
  .archive__product-wrapper {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive__product-name {
    padding: 5px 12px;
    font-size: 2rem;
  }
  .archive__product-desc {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .archive__product-details {
    margin-top: 40px;
    padding: 12px 15px;
    font-size: 1.3rem;
  }
  .archive__article {
    margin-top: 90px;
    padding: 90px 0;
  }
  .archive__article-head {
    font-size: 1.4rem;
  }
  .archive__article-wrapper {
    margin-top: 25px;
  }
  .archive__article-time {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .archive__article-ttl {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .archive__article-cat {
    margin-top: 10px;
  }
  .archive__article-cat-item {
    font-size: 1.1rem;
  }
  .archive__article-cat-item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .archive__top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive__top-img {
    width: 100%;
  }
  .archive__top-content {
    width: 90%;
    margin: 0 auto;
  }
  .archive__top-time {
    margin-top: 10px;
    text-align: right;
    font-size: 1rem;
  }
  .archive__top-catch {
    margin: 15px 0 25px;
    font-size: 2rem;
  }
  .archive__top-client {
    font-size: 1.2rem;
  }
  .archive__top-desc {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .archive__top-cat {
    margin-top: 25px;
  }
  .archive__top-cat-item {
    margin-bottom: 2px;
    font-size: 1.2rem;
  }
  .archive__top-cat-item:not(:last-child) {
    margin-right: 15px;
  }
  .archive__free {
    margin-top: 50px;
    padding: 50px 0;
  }
  .archive__free p {
    font-size: 1.3rem;
  }
  .archive__free p:not(:first-child) {
    margin-top: 20px;
  }
  .archive__product {
    padding: 60px 0 0;
  }
  .archive__product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive__product-image {
    width: 100%;
  }
  .archive__product-content {
    width: 100%;
    margin-top: 20px;
  }
  .archive__product-name {
    padding: 4px 10px;
    font-size: 1.6rem;
  }
  .archive__product-desc {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .archive__product-details {
    margin-top: 20px;
    padding: 10px 13px;
    font-size: 1.2rem;
  }
  .archive__article {
    margin-top: 60px;
    padding: 60px 0;
  }
  .archive__article-head {
    width: 90%;
    font-size: 1.4rem;
  }
  .archive__article-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    width: 90%;
  }
  .archive__article-item {
    width: 48%;
  }
  .archive__article-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .archive__article-time {
    margin-top: 5px;
    font-size: 1.1rem;
  }
  .archive__article-ttl {
    font-size: 1.3rem;
    margin-top: 7px;
  }
  .archive__article-cat {
    margin-top: 7px;
  }
  .archive__article-cat-item {
    font-size: 1.1rem;
  }
  .archive__article-cat-item:not(:last-child) {
    margin-right: 5px;
  }
}