@charset "utf-8";

/*-----------------------------------------------
    共通
-----------------------------------------------*/
.secCmnTit {
    background: center / cover no-repeat url(../img/concept/garagehouse/garagehouse-hero.jpg);
}
/* cmnTitBox */
.cmnTitBox{
    color: #262828;
}
.cmnTitBox .titEng{
    font-size: 90px;
}
.cmnTitBox .titJpn{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .cmnTitBox .titEng{
        font-size: 40px;
    }
    .cmnTitBox .titJpn{
        font-size: 12px;
        margin-top: 7px;
        letter-spacing: 1px;
    }
}
/* cmnTitBtn */
.cmnTitBtn{
    width: 645px;
    position: absolute;
    right: 0;
    top: -9px;
}
.cmnTitBtn .btnInner{
    font-size: 12px;
    letter-spacing: 2.5px;
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    align-items: center;
    padding-left: 48px;
    text-decoration: none;
    color: #000;
}
.cmnTitBtn .spanIcon{
    position: relative;
}
.cmnTitBtn .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -157px;
    top: 1px;
}
.cmnTitBtn .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
@media only screen and (max-width:767px){
    .cmnTitBtn{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnTitBtn .btnInner{
        font-size: 11px;
        letter-spacing: 1.5px;
        height: 50px;
        padding-left: 28px;
        border-right: none;
    }
    .cmnTitBtn .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -91px;
        top: 0;
    }
    .cmnTitBtn .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
}
/* cmnBtnMore */
.cmnBtnMore{
    width: 645px;
    position: absolute;
    right: calc(50% - 960px);
    top: 2px;
}
.cmnBtnMore .btnInner{
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 49px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.cmnBtnMore .moreTxt{
    letter-spacing: 2.5px;
}
.cmnBtnMore .spanIcon{
    position: relative;
}
.cmnBtnMore .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -155px;
    top: 3px;
}
.cmnBtnMore .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
.cmnBtnMore .btnTxt{
    margin-top: 13px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .cmnBtnMore{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnBtnMore .btnInner{
        font-size: 11px;
        height: 66px;
        padding-left: 27px;
        border-right: none;
    }
    .cmnBtnMore .moreTxt{
        letter-spacing: 1px;
    }
    .cmnBtnMore .btnTxt{
        margin-top: 8px;
    }
    .cmnBtnMore .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -90px;
        top: 3px;
    }
    .cmnBtnMore .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.webp) center top / cover;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secVoice */
.secVoice{
    margin-top: 200px;
    overflow: hidden;
}
.secVoice .boxSliderHead{
    display: flex;
}
.secVoice .boxSlider{
    position: relative;
}
/* pagerBox */
.secVoice .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secVoice .swiper-button-prev,.secVoice .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secVoice .swiper-button-prev::after, .secVoice .swiper-button-next::after{
    display: none;
}
.secVoice .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secVoice .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secVoice .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secVoice .customPagenation{
    display: flex;
}
.secVoice .swiper-pagination-total,.secVoice .swiper-pagination-current{
    display: block;
}
.secVoice .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secVoice .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secVoice .swiper-container{
    width: 648px;
    margin: 50px auto 0;
    overflow: visible;
}
.secVoice .swiper-slide{
    height: auto;
}
/* inner */
.secVoice .slideLink{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    position: relative;
}
.secVoice .slideLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 2px;
}
.secVoice .slideLink.lazyloaded::after{
    background: url(../img/index/iconArrow03.gif) center top / cover;
}
.secVoice .iconNew{
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #262828;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.15);
}
.secVoice .img{
    width: 100%;
    padding-top: 66.359%;
    border-radius: 10px;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.secVoice .txtBox{
    padding-right: 45px;
}
.secVoice .sliderTit,.secVoice .sliderTxt{
    font-size: 18px;
    line-height: 1.3;
    margin-top: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoice .sliderTxt{
    font-size: 13px;
    margin-top: 14px;
}
/* anime */
.secVoice .slideLink{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secVoice .boxSlider.jsShow .slideLink{
    transform: none;
    opacity: 1;
}
.secVoice .swiper-slide-active .slideLink{
    transition-delay: 0.5s;
}
.secVoice .swiper-slide-next .slideLink{
    transition-delay: 1s;
}
@media only screen and (max-width:767px){
    .secVoice{
        margin-top: 103px;
    }
    .secVoice .boxSliderHead{
        justify-content: space-between;
    }
    /* pagerBox */
    .secVoice .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    /* swiper */
    .secVoice .swiper-container{
        width: 80%;
        margin: 31px auto 0;
    }
    /* inner */
    .secVoice .slideLink::after{
        width: 25px;
        height: 25px;
        bottom: 0;
    }
    .secVoice .img{
        width: 100%;
        padding-top: 66.667%;
        border-radius: 6px;
    }
    .secVoice .sliderTit{
        font-size: 13px;
        line-height: 1.84;
        white-space: normal;
        margin-top: 14px;
    }
    .secVoice .sliderTxt{
        font-size: 11px;
        margin-top: 4px;
    }
}
/* secReserveBnr */
.secReserveBnr{
    width: 1340px;
    margin: 150px auto 0;
}
.secReserveBnr .bnrInner{
    display: block;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);  
    border-radius: 10px; 
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        width: 86.667%;
        margin: 80px auto 0;
        border-radius: 5px; 
    }
}
/* scn-garageWorks */
.scn-garageWorks {
    margin-top: 158px;
    overflow: hidden;
}
.scn-garageWorks .titWrapper {
    position: relative;
    height: 200px;
}
.scn-garageWorks .titImportant {
    width: 1300px;
    font-size: 30px;
    letter-spacing: 5px;
    color: #fff;
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    background: #262828;
    padding: 85px 0 85px 87px;
}
.scn-garageWorks .secIndexList {
    margin-top: 40px;
}
.scn-garageWorks .item {
    position: relative;
}
.scn-garageWorks .boxList .item:nth-child(n+2) {
    margin-top: 150px;
    width: 1630px;
}
.scn-garageWorks .link {
    display: block;
    position: relative;
    text-decoration: none;
    width: 1630px;
}
.scn-garageWorks .iconBox {
    position: absolute;
    top: -25px;
    left: 20px;
    display: flex;
}
.scn-garageWorks .iconNew {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #262828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    z-index: 5;
}
.scn-garageWorks .iconBox .iconNew:nth-child(2) {
    margin-left: 10px;
    font-size: 11px;
}
.scn-garageWorks .txtBox {
    width: calc(100% - 330px);
    margin-left: 330px;
}
.scn-garageWorks .innerBox {
    position: relative;
    width: 100%;
    display: block;
    text-decoration: none;
    background: #262828;
}
.scn-garageWorks .innerCover {
    width: calc(100% - 290px);
    padding: 45px 60px 52px 80px;
    position: relative;
}
.scn-garageWorks .innerCover::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: calc(50% - 17.5px);
    right: 0;
}
.scn-garageWorks .innerCover.lazyloaded::after {
    background: url(https://es-archi.jp/img/works/iconLink.png) center top no-repeat;
    background-size: contain;
}
.scn-garageWorks .boxTit {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scn-garageWorks .innerFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
    overflow: hidden;
}
.scn-garageWorks .nameTxt {
    max-width: 100%;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 29px;
    flex-shrink: 0;
    margin-top: 10px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.scn-garageWorks .tabBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.scn-garageWorks .tab {
    max-width: 100%;
    min-width: 95px;
    min-height: 26px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #929393;
    margin-right: 5px;
    padding: 2px 19px;
    flex-shrink: 0;
    margin-top: 10px;
    line-height: 1.5;
}
.scn-garageWorks .tabBox .tab:last-child {
    margin-right: 0;
}
.scn-garageWorks .boxList .item:nth-child(2n) .txtBox {
    width: 1300px;
    margin-left: 0;
    position: relative;
    left: -290px;
}
.scn-garageWorks .boxList .item:nth-child(2n) .innerBox {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.scn-garageWorks .boxList .item:nth-child(2n) .innerCover {
    width: 100%;
    padding: 45px 110px 52px 290px;
}
.scn-garageWorks .boxList .item:nth-child(2n) .innerCover::after {
    right: 50px;
}
.scn-garageWorks .boxList .item:nth-child(2n) .innerBox::after {
    right: 50px;
}
.scn-garageWorks .boxList .item:nth-child(2n) .link {
    width: 100%;
    left: 0;
}
@media only screen and (max-width:767px) {
    .scn-garageWorks {
        margin-top: 60px;
    }
    .scn-garageWorks .boxList .item:nth-child(n+2) {
        margin-top: 62px;
        width: 100%;
    }
    .scn-garageWorks .link {
        width: 100%;
    }
    .scn-garageWorks .iconBox {
        left: 26px;
    }
    .scn-garageWorks .iconBox .iconNew:nth-child(2) {
        margin-left: 5px;
    }
    .scn-garageWorks .txtBox {
        width: 100%;
        margin-left: 0;
        margin-top: -44vw;
        padding-top: 46.067vw;
        background: #262828;
    }
    .scn-garageWorks .innerBox {
        width: 100%;
    }
    .scn-garageWorks .innerCover {
        width: 100%;
        padding: 0 5.66% 60px;
    }
    .scn-garageWorks .innerCover::after {
        width: 25px;
        height: 25px;
        top: auto;
        bottom: 20px;
        right: 26px;
    }
    .scn-garageWorks .boxTit {
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 2.3;
        white-space: normal;
        text-overflow: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /*表示マックスの行*/
        overflow: hidden;
        max-height: 60px;
        /*任意の値*/
    }
    .scn-garageWorks .innerFlex {
        display: block;
        margin-top: 12px;
    }
    .scn-garageWorks .nameTxt {
        font-size: 10px;
        letter-spacing: 0.3px;
        margin-right: 0;
        line-height: 1.5;
        margin-top: 0;
    }
    .scn-garageWorks .tabBox {
        margin-top: 14px;
        overflow: hidden;
    }
    .scn-garageWorks .tab {
        min-width: 70px;
        min-height: 20px;
        font-size: 10px;
        font-weight: 500;
        border-radius: 10px;
        margin-right: 10px;
        padding: 1px 13px;
        margin-top: 5px;
    }
    .scn-garageWorks .boxList .item:nth-child(2n) .txtBox {
        width: 100%;
        left: 0;
        padding-left: 0;
    }
    .scn-garageWorks .boxList .item:nth-child(2n) .innerCover {
        padding: 0 5.66% 60px;
    }
    .scn-garageWorks .boxList .item:nth-child(2n) .innerCover::after {
        right: 26px;
    }
}
.scn-garageWorks .boxSlider {
    overflow: hidden;
    position: relative;
}
.scn-garageWorks .boxSliderInner {
    display: flex;
}
.scn-garageWorks .boxSliderInner:not(.noAnimation) {
    transition-duration: 1000ms;
}
.scn-garageWorks .itemSlide:not(:last-child) {
    margin-right: 1px;
}
.scn-garageWorks .itemSlide img {
    width: auto;
    height: 448px;
}
.scn-garageWorks .boxSliderPager {
    position: absolute;
    z-index: 10;
    bottom: 32px;
    left: 36.7%;
    transform: translate3d(-50%, 0, 0);
}
.scn-garageWorks .boxSliderPager button {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: 400ms ease;
    margin-right: 8px;
    padding: 0;
}
.scn-garageWorks .boxSliderPager button:last-child {
    margin-right: 0;
}
.scn-garageWorks .boxSliderPager button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.scn-garageWorks .boxSliderPager button svg circle {
    opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
    transition: all 0.2s ease-out;
}
.scn-garageWorks .boxSliderPager button[aria-selected="true"] {
    opacity: 1;
}
.scn-garageWorks .boxSliderPager button[aria-selected="true"] svg circle {
    opacity: 1;
    stroke-dasharray: 78.5 78.5;
}
.scn-garageWorks .boxSliderPager button span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
}
.scn-garageWorks .btnSliderPrev,
.scn-garageWorks .btnSliderNext {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0.588px 0.809px 7.68px 0.32px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    top: calc(50% - 26px);
    left: 50px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
.scn-garageWorks .btnSliderPrev:hover,
.scn-garageWorks .btnSliderNext:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.scn-garageWorks .btnSliderNext {
    left: 1236px;
}
.scn-garageWorks .btnSliderPrev img,
.scn-garageWorks .btnSliderNext img {
    outline: none;
}
.scn-garageWorks .cmnBtnMore {
    width: 645px;
    position: absolute;
    right: calc(50% - 960px);
    top: 2px;
}
@media only screen and (max-width:767px) {
    .scn-garageWorks .boxList {
        width: 100%;
        margin: 0 auto 0 0;
    }
    .scn-garageWorks .boxSlider {
        border: none;
        width: 100%;
        z-index: 3;
    }
    .scn-garageWorks .boxSliderInnerCover {
        border: 1px solid #262828;
        border-left: none;
        width: 93.334%;
        overflow: hidden;
        background: #fff;
    }
    .scn-garageWorks .boxList .item:nth-child(2n) .boxSliderInnerCover {
        margin: 0 0 0 auto;
    }
    .scn-garageWorks .itemSlide img {
        width: auto;
        height: 62.4vw;
    }
    .scn-garageWorks .btnSlider {
        position: relative;
    }
    .scn-garageWorks .boxSliderPager {
        left: 45px;
        bottom: 12px;
        transform: translate3d(0, 0, 0);
    }
    .scn-garageWorks .boxList .item:nth-child(2n+1) .boxSliderPager {
        left: auto;
        right: 32px;
    }
    .scn-garageWorks .btnSliderPrev,
    .scn-garageWorks .btnSliderNext {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    .scn-garageWorks .btnSliderPrev {
        left: 2.667%;
    }
    .scn-garageWorks .btnSliderNext {
        left: auto;
        right: calc(6.667% - 15px);
    }
    .scn-garageWorks {
        margin-top: 44px;
    }
    .scn-garageWorks .titWrapper {
        position: relative;
        height: auto;
    }
    .scn-garageWorks .titImportant {
        width: 100%;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 1px;
        position: static;
        padding: 20px 0;
        text-align: center;
    }
    .scn-garageWorks .cmnBtnMore {
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .scn-garageWorks .txtBox {
        padding-top: 46.067vw;
    }
}
@media only screen and (max-width:374px) {
    .scn-garageWorks .itemTit {
        font-size: 14px;
    }
    .scn-garageWorks .itemTxt {
        font-size: 11px;
    }
}
@media only screen and (max-width:359px) {
    .scn-garageWorks .itemTit {
        font-size: 13px;
    }
    .scn-garageWorks .itemTxt {
        font-size: 10px;
    }
    .scn-garageWorks .txtBox,
    .scn-garageWorks .importantItem:nth-child(2) .txtBox,
    .scn-garageWorks .importantItem:nth-child(3) .txtBox {
        padding: 20px 15px 0 15px;
    }
}