@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/

.secCmnTit {
    background: url(../img/works/bgWorksTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit {
        background: url(../img/works/bgWorksTit_sp.jpg) center top / cover;
    }
    .secCmnTit .engTit {
        width: 95px;
    }
}

.secWorks{
    padding-top: 70px;
    position: relative;
}
.secWorks::after{
    position: absolute;
    content: "";
    width: 1280px;
    height: 1px;
    top: 0;
    left: calc(50% - 640px);
    background: #ddd;
}
.secWorks .boxSelect{
    display: block;
}
.secWorks .selectTxt{
    font-size: 16px;
    margin-right: 10px;
}
.secWorks .selectBox{
    width: 230px;
    height: 50px;
    padding-left: 9px;
    font-size: 14px;
}
.secWorks .worksList{
    width: 1880px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.secWorks .listItem{
    width: 23.405%;
    margin-right: 2.12666%;
}
.secWorks .listItem:nth-child(4n){
    margin-right: 0;
}
.secWorks .listItem:nth-child(n+5){
    margin-top: 40px;
}
.secWorks .img{
    padding-top: 136.37%;
    width: 100%;
}
.secWorks .linkItem{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000;
    position: relative;
    background: #f2f5f6;
}
.secWorks .boxIcon{
    position: absolute;
    top: -17px;
    left: 15px;
    display: flex;
    gap: 5px;
}
.secWorks .backBox{
    padding: 15px 18px 63px;
    flex-grow: 1;
    position: relative;
}
.secWorks .tit{
    font-size: 15px;
    line-height: 1.73;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secWorks .txt{
    font-size: 12px;
    line-height: 1.67;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.secWorks .tagWrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.secWorks .itemTag{
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    min-width: 110px;
    text-align: center;
    margin-top: 5px;
}
.secWorks .itemTag span{
    margin-left: 3px;
}
.secWorks .itemTag.lineup{
    background: #808285;
    margin-right: 5px;
}
.secWorks .itemTag.tubo{
    background: #12a79d;
    margin-right: 5px;
}
.secWorks .itemTag.type{
    background: #000;
}
.secWorks .backBox::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 18px;
    bottom: 25px;
    border-radius: 50%;
    background: #33373d;
}
.secWorks .backBox.lazyloaded::after{
    background: url(../img/common/iconNexttap.png) center center no-repeat #33373d;
    background-size: 5px 7px;
}
.secWorks .topBox{
    position: relative;
}
.secWorks .txtResult {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.secWorks .txtResult .num {
    font-size: 40px;
    font-weight: bold;
    color: #E60012;
    margin-right: 7px;
}
.secWorks .searchCon {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.secWorks .searchCon .boxType{
    display: flex;
    align-items: center;
}
.secWorks .searchCon .boxLeft{
    display: flex;
    align-items: center;
}
.secWorks .searchCon .boxTsubo{
    display: flex;
    align-items: center;
    margin-left: 110px;
}
.secWorks .searchCon .boxBtn{
    font-size: 16px;
    width: 125px;
    height: 50px;
    background: #000;
    margin-left: 40px;
}
.secWorks .searchCon .boxBtn a{
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width:767px){
    .secWorks{
        padding-top: 20px;
        border-top: solid 1px #ddd;
    }
    .secWorks::after{
        display: none;
    }
    .secWorks .boxSelect{
        justify-content: center;
    }
    .secWorks .selectTxt{
        font-size: 14px;
        margin-right: 10px;
        min-width: 80px;
    }
    .secWorks .selectBox{
        width: calc(100% - 80px);
        height: 40px;
        padding-left: 7px;
        font-size: 13px;
    }
    .secWorks .worksList{
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }
    .secWorks .listItem{
        width: 48%;
        margin-right: 4%;
        position: relative;
    }
    .secWorks .listItem:last-child,
    .secWorks .listItem:nth-child(2n){
        margin-right: 0;
    }
    .secWorks .listItem:nth-child(n+3){
        margin-top: 15px;
    }
    .secWorks .img{
        padding-top: 136.67%;
        width: 100%;
    }
    .secWorks li{
        position: relative;
    }
    .secWorks .boxIcon{
        position: absolute;
        top: auto;
        bottom: -8px;
        left: 10px;
        z-index: 200;
        gap: 5px;
    }
    .secWorks .listCover{
        width: 36px;
    }
    .secWorks .iconCheckKagutuki{
        width: 36px;
    }
    .secWorks .backBox{
        padding: 10px 10px 10px;
    }
    .secWorks .tit{
        font-size: 13px;
        line-height: 1.53;
        font-weight: bold;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 40px;
    }
    .secWorks .txt{
        font-size: 10px;
        line-height: 2;
        margin-top: 3px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .secWorks .tagWrap{
        margin-top: 0px;
    }
    .secWorks .itemTag{
        font-size: 11px;
        padding: 4px 8px;
        min-width: auto;
    }
    .secWorks .itemTag.lineup {
        margin-right: 3px;
    }
    .secWorks .backBox::after{
        display: none;
    }
    .secWorks .searchCon {
        display: block;
        margin-top: 20px;
    }
    .secWorks .txtResult {
        font-size: 14px;
    }
    .secWorks .txtResult .num {
        font-size: 30px;
    }
    .secWorks .searchCon .boxTsubo {
        margin-left: 0;
        margin-top: 10px;
    }
    .secWorks .searchCon .boxLeft {
        display: block;
    }
    .secWorks .searchCon .boxRight {
        margin: 20px auto;
    }
    .secWorks .searchCon .boxBtn {
        font-size: 14px;
        width: 110px;
        height: 40px;
        margin: 0 auto;
    }
}


/* details */
.secDetailsHero{
    position: relative;
    padding-top: 70px;
    border-top: solid 1px #dddddd;
}
.secDetailsHero .tagWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.secDetailsHero .itemTag {
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    min-width: 110px;
    text-align: center;
    margin-top: 5px;
}
.secDetailsHero .itemTag.lineup{
    background: #808285;
    margin-right: 5px;
}
.secDetailsHero .itemTag.tubo{
    background: #12a79d;
    margin-right: 5px;
}
.secDetailsHero .itemTag.type{
    background: #000;
    margin-right: 5px;
}
.secDetailsHero .itemTag.kagu{
    background: #eba806;
}
.secDetailsHero .titBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: static;
    top: 66px;
    left: 0;
}
.secDetailsHero .detailsTit{
    font-size: 40px;
    line-height: 1.6;
    font-weight: 700;
    margin-right: 40px;
    letter-spacing: 4.5px;
}
.secDetailsHero .spanTit{
    background: #fff;
    padding: 15px 46px 30px 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.secDetailsHero .customerTxt{
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
    padding-top: 24px;
    letter-spacing: 0.5px;
}
.secDetailsHero .boxImg{
    text-align: center;
    margin-top: 70px;
}
.secDetailsHero .boxImg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.isDesktopIpad .secDetailsHero .detailsTit {
    font-size: 35px;
    letter-spacing: 1px;
    margin-right: 10px
}
.isDesktopIpad .secDetailsHero .spanTit {
    padding: 0 10px 10px 0;
}
@media only screen and (max-width:767px){
    .secDetailsHero{
        padding: 15px 4% 0;
    }
    .secDetailsHero .titBox{
        width: 100%;
        display: block;
        position: static;
        text-align: center;
    }
    .secDetailsHero .detailsTit{
        font-size: 15px;
        letter-spacing: normal;
        margin-right: 0;
    }
    .secDetailsHero .spanTit{
        background: none;
        padding: 0;
    }
    .secDetailsHero .customerTxt{
        font-size: 11px;
        line-height: 1.5;
        font-weight: 500;
        padding-top: 1px;
    }
    .secDetailsHero .boxImg{
        margin-top: 16px;
        margin-top: 30px;
    }
    .secDetailsHero .itemTag {
        font-size: 11px;
        padding: 4px 8px;
        min-width: auto;
    }
    .secDetailsHero .tagWrap {
        margin: 10px auto 15px;
    }
}

/* galleryCmnBox */
.galleryCmnBox{
    text-align: center;
}
.galleryCmnBox .jpnTit{
    font-size: 18px;
    font-weight: 700;
    margin-top: 18px;
}
@media only screen and (max-width:767px){
    .galleryCmnBox .jpnTit{
        font-size: 14px;
        font-weight: 500;
        margin-top: 18px;
    }
}

/* secDetailsGallery */
.secDetailsGallery{
    margin-top: 50px;
}
.secDetailsGallery .bgBox{
    background: #f2f5f6;
    padding: 65px 0 48px;
}
.secDetailsGallery .boxSlider{
    margin-top: 62px;
    overflow: hidden;
    position: relative;
}
.secDetailsGallery .img{
    width: 100%;
    padding-top: 62.5%;
}
.secDetailsGallery .swiper-container {
    overflow: visible;
}
.secDetailsGallery .swiper-button-prev,
.secDetailsGallery .swiper-button-next{
    position: absolute;
    margin-top: 0;
    width: 43px;
    height: 43px;
    box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    top: calc(50% - 21.5px);
}
.secDetailsGallery .swiper-button-prev{
    left: -21.5px;
}
.secDetailsGallery .swiper-button-next{
    right: -21.5px;
}
.secDetailsGallery .swiper-button-prev::after,
.secDetailsGallery .swiper-button-next::after{
    display: none;
}
.secDetailsGallery .swiper-button-prev.lazyloaded{
    background: url(../img/common/iconArrowPrev02.gif) center center / 7px auto no-repeat #fff;
}
.secDetailsGallery .swiper-button-next.lazyloaded{
    background: url(../img/common/iconArrowNext02.gif) center center / 7px auto no-repeat #fff;
}
@media only screen and (max-width:767px){
    .secDetailsGallery{
        margin-top: 40px;
    }
    .secDetailsGallery .bgBox{
        padding: 40px 0 30px;
    }
    .secDetailsGallery .boxSlider{
        margin-top: 20px;
    }
    .secDetailsGallery .img{
        padding-top: 62.609%;
    }
    .secDetailsGallery .engTit{
        width: 222px;
        margin: 0 auto;
    }
    .secDetailsGallery .swiper-button-prev,
    .secDetailsGallery .swiper-button-next{
        width: 30px;
        height: 30px;
        box-shadow: 0px 0px 5.82px 0.18px rgba(0, 0, 0, 0.15);
        top: calc(50% - 15px);
    }   
    .secDetailsGallery .swiper-button-prev{
        left: -10px;
    }
    .secDetailsGallery .swiper-button-next{
        right: -10px;
    }
}

/* secDetailsPoint */
.secDetailsPoint{
    margin-top: 98px;
}
.secDetailsPoint .secCmnEntry{
    margin-top: 48px;
}
@media only screen and (max-width:767px){
    .secDetailsPoint{
        margin-top: 40px;
    }
    .secDetailsPoint .engTit{
        width: 82px;
        margin: 0 auto;
    }
    .secDetailsPoint .secCmnEntry{
        margin-top: 18px;
    }
}

/* secCmnEntry */
.secCmnEntry {
    border-bottom: none;
}

/* CatalogTab */
.secCmnCatalogBnr{
    margin-top: 43px;
}
@media only screen and (max-width:767px){
    .secCmnCatalogBnr{
        margin-top: 32px;
    }
}

/* secPager */
.secPager{
    margin-top: 32px;
}
.secPager .wrapper{
    position: relative;
    min-height: 175px;
}
.secPager .secCmnBack {
    z-index: 100;
    position: absolute;
    left: calc(50% - 200px);
    top: 96px;
    margin-top: 0;
}
.secPager .pagerBox{
    width: 100%;
    display: flex;
}
.secPager .btnCover{
    width: 410px;
}
.secPager .btnCover.next{
    margin: 0 0 0 auto;
}
.secPager .pagerInner{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #101010;
}
.secPager .pagerInner.next{
    flex-direction: row-reverse;
    text-align: right;
}
.secPager .img{
    width: 176px;
    height: 240px;
    overflow: hidden;
}
.secPager .txtBox{
    width: calc(100% - 196px);
    margin-left: 20px;
}
.secPager .next .txtBox{
    margin-right: 20px;
    margin-left: 0;
}
.secPager .boxTit{
    font-size: 15px;
    line-height: 1.73;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    max-height: 52px;
    margin-top: 14px;
}
.secPager .boxTxt{
    font-size: 12px;
    line-height: 1.6;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secPager .next .boxTxt{
    margin-left: 0;
}
.secPager .engTit{
    margin-left: 32px;
    position: relative;
}
.secPager .engTit::after{
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: -32px;
    top: calc(50% - 11px);
}
.secPager .engTit.lazyloaded::after{
    background: url(../img/works/iconBtnPrev.gif) center center / 7px auto no-repeat #33373d;
}
.secPager .next .engTit{
    margin-left: 0;
    margin-right: 32px;
}
.secPager .next .engTit::after{
    left: auto;
    right: -32px;
}
.secPager .next .engTit.lazyloaded::after{
    background: url(../img/works/iconBtnNext.gif) center center / 7px auto no-repeat #33373d;
}
@media only screen and (max-width:767px){
    .secPager{
        margin-top: 20px;
    }
    .secPager .pagerBox{
        width: 80%;
        margin: 0 auto;
        display: flex;
        position: relative;
    }
    .secPager .pagerBox::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        left: calc(50% - 0.5px);
        top: 0;
        background: #dddddd;
    }
    .secPager .secCmnBack {
        position: static;
        margin-top: 25px;
    }
    .secPager .btnCover{
        width: 38%;
    }
    .secPager .pagerInner{
        display: block;
        position: relative;
        height: 100%;
    }
    .secPager .img{
        width: 100%;
        height: auto;
        padding-top: 136.843%;
    }
    .secPager .txtBox{
        width: 100%;
        margin-left: 0;
        margin-top: 23px;
    }
    .secPager .next .txtBox{
        margin-right: 0;
        text-align: right;
    }
    .secPager .boxTit{
        font-size: 11px;
        line-height: 1.63;
        -webkit-line-clamp: 3; 
        max-height: 54px;
    }
    .secPager .boxTxt{
        display: none;
    }
    .secPager .engTit {
        width: 47px;
        margin-right: auto;
    }
    .secPager .next .engTit {
        margin-left: auto;
        margin-right: 32px;
    }
}