/* CSS Document */
.works_wrap{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="tb"] .works_wrap{
  padding: var(--headerHeight) 6vw var(--headerHeight);
}
body[wc-view-type="tb-l"] .works_wrap{
  padding: var(--headerHeight) 8vw var(--headerHeight);
}
body[wc-view-type="pc"] .works_wrap{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.swipe_in_block{
  display: flex;
  box-sizing: border-box;
  gap:1.5rem;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] .swipe_in_block{
  flex-direction: column;
  padding: 1.5rem 6vw 0 6vw;
}
body[wc-view-type="tb"] .swipe_in_block{
  padding-top: 2rem;
}
body[wc-view-type="tb-l"] .swipe_in_block{
  padding-top: 2.5rem;
}
body[wc-view-type="pc"] .swipe_in_block{
  padding-top: 3rem;
}
.swipe_in_block > article{
}
body[wc-view-type="sp"] .swipe_in_block > article{
  width: 100%;
}
body[wc-view-type="tb"] .swipe_in_block > article{
  width: calc((100% / 2) - 0.75rem);
}
body[wc-view-type="tb-l"] .swipe_in_block > article,
body[wc-view-type="pc"] .swipe_in_block > article{
  width: calc((100% / 3) - 1rem);
}
.swipe_in_block > article a{
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
}
.swipe_in_block > article a .w_text{
  display: flex;
  flex-direction: column-reverse;
  padding: 1rem;
}
.swipe_in_block > article a .w_text > h1,
.swipe_in_block > article a .w_text .w_t_box time{
  color: #333;
}
.swipe_in_block > article a .w_text > h1{
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1.75rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-top: 0.5rem;
}
.swipe_in_block > article a .w_text > h1::after{
  content: "";
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #333;
  flex: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.swipe_in_block > article a .w_text .w_t_box time{
  font-family: "Inter";
  letter-spacing: 1px;
  margin-left: auto;
  display: table;
}
.swipe_in_block > article a figure{
}
.swipe_in_block > article a figure img{
  aspect-ratio:1.414/1;
}
.swipe_in_block .pager_wrap{
  margin-top: 1rem !important;
}