@charset "UTF-8";
.cosme-txt-copy {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 500;
}
.cosme-contents {
  margin-top: 50px;
}
.cosme-list {
  display: flex;
  flex-wrap: wrap;
}
.cosme-list-item {
  width: calc(100% / 3 - 26px + 26px / 3);
}
@media only screen and (max-width: 767px) {
  .cosme-list-item {
    width: calc(100% / 2 - 20px + 20px / 2);
  }
}
@media only screen and (max-width: 600px) {
  .cosme-list-item {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .cosme-list-item + li {
    margin-top: 80px;
  }
}
.cosme-list-item:not(:nth-child(3n)) {
  margin-right: 26px;
}
@media only screen and (max-width: 767px) {
  .cosme-list-item:not(:nth-child(3n)) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cosme-list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cosme-list-item:not(:nth-child(2n)) {
    margin-right: auto;
  }
}
.cosme-list-item:nth-child(n+4) {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .cosme-list-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cosme-list-item:nth-child(n+3) {
    margin-top: 80px;
  }
}
.cosme-list-item-contents {
  display: block;
}
.cosme-list-item-contents[href=""] {
  pointer-events: none;
}
@media (hover: hover) {
  .cosme-list-item-contents:hover img,
  .cosme-list-item-contents:focus img {
    transform: scale(1.2);
  }
}
.cosme-list-item figure {
  margin-bottom: 15px;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  overflow: hidden;
}
.cosme-list-item figure img {
  transition: transform 0.6s;
}
.cosme-list-item-ttl {
  font-weight: 500;
  line-height: 1.25;
}
.cosme-list-item-ttl em {
  padding-right: 0.75em;
  font-size: 1.5em;
  font-style: initial;
  background: url("/assets/image/arrow-icon.svg") no-repeat right center/8px auto;
}
.cosme-list-item-ttl p {
  margin-top: 10px;
  font-size: 0.8em;
  font-weight: 500;
}
.cosme-list-item-url {
  margin: 5px 0 10px;
  font-size: 0.9em;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #919191;
  line-height: 1.25;
  word-break: break-all;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cosme-list-item-url {
    margin: 8px 0 10px;
  }
}
.cosme-list-item-tag_box span {
  height: 20px;
  padding: 0 0.75em;
  margin: 0 3px 3px 0;
  font-size: 0.8em;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 20px;
  border-radius: 10px;
  background: #f7efc4;
  display: inline-block;
}
.cosme-list-item-copy {
  margin-bottom: 5px;
  font-size: 1.2em;
}
.cosme-list-item-txt {
  margin-top: 10px;
}
