@charset "UTF-8";


.sub-title-wrap {
  width: 100%;
}
.sub-title {
  width: 220px;
}
.sub-title-img {
  position: absolute;
}

.works-catch {
    position: absolute;
    top: 410px;
    left: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2rem;
    height: 100%;
}

.works-box01 {
    height: 280PX;
}



.page-next {
    width: 100%;
    margin: 0 auto;
}
.page-next ul {
    padding: 0;
    list-style: none;
    text-align: center;
}
.page-next ul li {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem;
    border: solid 1px #808080;
    color: #808080;
}
.page-next .display {
    background-color: #808080;
    color: #fff;
}


.btn__arrow {
    padding: 0.25rem 0.75rem;
    margin: 0 0.25rem;
    background-color: #808080;
    color: #fff;
    border-radius: unset!important;
    font-family: 'Noto Serif JP', serif;
}






@media (max-width: 768px) {

.works-box01 {
    height: 220PX;
}


}