@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;
}

.work-btn {
    position: relative;
    height: 200px;
}

.work-btn a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}

.work-btn a:hover{
    background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


.h100 {
    height: 100%;
}
.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 * a {
    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) {

.work-btn {
    height: auto;
}


}