@charset "utf-8";

#container{
    overflow: visible !important;
}

.secCmnTit{
    background-image: url(../img/equipment/bgCmnTit.jpg);
}
@media only screen and (max-width:1215px){
    .secCmnTit{
        background-image: url(../img/equipment/bgCmnTit_sp.jpg);
    }
}

/* secTop */
.secTop{
    margin-top: 9rem;
    padding-bottom: 10rem;
}
.secTop.lazyloaded{
    background: url(../img/equipment/bgTop.png) right bottom / 74.6rem auto no-repeat;
}
.secTop .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_42);
    letter-spacing: var(--pcLetterSpacing20_50);
    font-weight: 700;
    text-align: center;
}
.secTop .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_38);
    margin-top: 2.5rem;
    text-align: center;
}
.secTop .img{
    margin-top: 7rem;
}
.secTop .underTxt{
    font-size: var(--pcFontSize12);
    margin-top: 4.2rem;
}
@media only screen and (max-width:1215px){
    .secTop{
        margin-top: 3.5rem;
        padding-bottom: 9.4rem;
    }
    .secTop.lazyloaded{
        background-size: 22.3rem auto;
    }
    .secTop .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_26);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secTop .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.8rem;
        text-align: left;
    }
    .secTop .img{
        margin-top: 2.3rem;
    }
    .secTop .underTxt{
        font-size: var(--spFontSize10);
        line-height: var(--spLineHeight10_18);
        margin-top: 1.6rem;
    }
}

/* secLineup */
.secLineup{
    display: flex;
    position: relative;
    padding: 6rem 0 3rem;
    background: var(--bgColor03);
}
@media only screen and (max-width:1215px){
    .secLineup{
        display: block;
        padding-top: 3rem;
    }
}
/* secCategory */
.secCategory{
    width: 0;
    top: 10rem;
    left: calc((100% - 140rem) / 2);
    height: fit-content;
    position: sticky;
    z-index: 100;
}
.secCategory .linklist{
    padding: 4rem;
    border-radius: 0.5rem;
    background: var(--whiteColor);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 34rem;
    height: auto;
    overflow-y: auto;
    padding-right: 1rem;
    position: relative;
}
.secCategory .linklist::-webkit-scrollbar {
    width: 0.6rem;
    margin-left: 1rem;
}
.secCategory .item{
    width: 100%;
    position: relative;
}
.secCategory .item:nth-child(n+2){
    margin-top: 3rem;
}
.secCategory .link{
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    display: block;
    padding-left: 4.3rem;
}
.secCategory .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    background-color: var(--bgColor03);
}
.secCategory .link.active::after{
    content: "";
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background-color: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secCategory{
        position: sticky;
        top: 0;
        margin-top: 0;
        left: calc((100% - 89.334%) / 2);
        width: 89.334%;
        box-shadow: none;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        background: var(--whiteColor);
        border-radius: 0.5rem;
        overflow: hidden;
    }
    .secCategory .categoryContainer{
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .secCategory .linklist{
        display: flex;
        flex-wrap: nowrap;
        padding: 0 2rem;
        overflow-y: unset;
        box-shadow: none;
        width: auto;
    }
    .secCategory .item{
        width: auto;
        padding-bottom: 0;
        margin-right: 0;
        display: block;
        position: relative;
        flex-shrink: 0;
        margin-right: 1.5rem;
    }
    .secCategory .item::after{
        display: none;
    }
    .secCategory .item:nth-child(2n),.secCategory .item:nth-child(n+3){
        margin: 0 1.5rem 0 0;
    }
    .secCategory .item:last-child{
        margin-right: 0;
        padding-right: 2rem;
    }
    .secCategory .link{
        padding: 1.5rem 0;
        text-decoration: none;
        color: var(--textColor);
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        transition: all 0.3s ease;
        position: relative;
        border-bottom: 0.1rem solid transparent;
        text-align: center;
        white-space: nowrap;
    }
    .secCategory .link.active{
        border-color: var(--textColor);
    }
    .secCategory .link::after{
        display: none;
    }
    .secCategory .link::before{
        display: none;
    }
}

/* secGallery */
.secGallery{
    width: 100%;
}
.secGallery .item{
    position: relative;
    padding: 6rem 0;
}
.secGallery .item:first-child{
    padding-top: 0;
}
.secGallery .item:nth-child(n+2){
    margin-top: 8rem;
}
.secGallery .item:nth-child(2n){
    background: var(--whiteColor);
}
.secGallery .item:nth-child(2n+1){
    background: var(--bgColor03);
}
.secGallery .wrapper{
    padding-left: 45rem;
}
.secGallery .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_28);
    font-weight: 700;
    margin-left: 2.5rem;
    position: relative;
}
.secGallery .tit::before{
    content: "";
    position: absolute;
    left: -2.5rem;
    top: 0.6rem;
    width: 0.9rem;
    height: 0.9rem;
    background: var(--textColor);
    border-radius: 50%;
}
.secGallery .spanLine{
    position: relative;
    display: inline-block;
}
.secGallery .spanLine::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    width: 100%;
    height: 0.1rem;
    background: var(--textColor);
}
.secGallery .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    margin-top: 4rem;
}
.secGallery .btnLink{
    width: 24rem;
    height: 5.5rem;
    border-radius: 2.75rem;
    background: var(--whiteColor);
    border: solid 0.1rem var(--textColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--pcFontSize14);
    font-weight: 700;
    color: var(--textColor);
    text-decoration: none;
    position: relative;
    margin-top: 3rem;
}
.secGallery .btnLink::after{
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    background: var(--redColor);
    left: 2rem;
    top: calc(50% - 0.45rem);
    border-radius: 50%;
}
.secGallery .boxSlider{
    margin-top: 5rem;
    position: relative;
}
.secGallery .swiper{
    overflow: hidden;
}
.secGallery .slidelink{
    display: block;
}
.secGallery .imgSlider{
    padding-top: 55.79%;
}
.secGallery .swiper-pagination{
    position: static;
	padding-top: 3rem;
}
.secGallery .swiper-pagination-bullet{
    background: var(--borderColor01);
    margin: 0 0.35rem !important;
    opacity: 1;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.secGallery .swiper-pagination-bullet-active{
    background: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secGallery{
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .secGallery .wrapper{
        padding-left: 0;
        display: flex;
        flex-flow: column;
    }
    .secGallery .item{
        padding: 5rem 0;
        background: none;
    }
    .secGallery .item:first-child{
        padding-top: 3rem;
    }
    .secGallery .item:nth-child(2n){
        background: var(--whiteColor);
    }
    .secGallery .item:nth-child(n+2){
        margin-top: 0;
    }
    .secGallery .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
        order: 2;
        margin: 1.4rem 0 0 1.5rem;
    }
    .secGallery .tit::before{
        left: -1.5rem;
        top: 0.9rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    .secGallery .spanLine::after {
        bottom: -0.4rem;
    }
    .secGallery .txt{
        order: 3;
        margin-top: 1.8rem; 
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
    }
    .secGallery .titBox:has(.txt) + .boxSlider,
    .secGallery .boxSlider{
        margin-top: 0;
    }
    .secGallery .boxSlider{
        order: 1;
    }
    .secGallery .imgSlider{
        padding-top: 54.926%;
    }
    .secGallery .swiper-pagination {
        padding-top: 1.8rem;
    }
    .secGallery .btnLink{
        order: 4;
        width: 21.5rem;
        height: 4.5rem;
        border-radius: 2.25rem;
        font-size: var(--pcFontSize13);
        margin: 1.4rem auto 0;
    }
    .secGallery .btnLink::after {
        width: 0.5rem;
        height: 0.5rem;
        top: calc(50% - 0.25rem);
    }
}


/* secDetailsSlider */
.secDetailsSlider{
    margin-top: 10rem;
    overflow: hidden;
}
.secDetailsSlider .boxSlider{
    width: 95rem;
    margin: 0 auto;
}
.secDetailsSlider .swiper{
    overflow: visible;
}
.secDetailsSlider .imgSlider{
    padding-top: 55.79%;
}
.secDetailsSlider .swiper-pagination{
    position: static;
    padding-top: 3rem;
}
.secDetailsSlider .swiper-pagination{
    position: static;
	padding-top: 3rem;
}
.secDetailsSlider .swiper-pagination-bullet{
    background: var(--borderColor01);
    margin: 0 0.35rem !important;
    opacity: 1;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.secDetailsSlider .swiper-pagination-bullet-active{
    background: var(--textColor);
}
@media only screen and (max-width:1215px){
    .secDetailsSlider{
        margin-top: 3rem;
    }
    .secDetailsSlider .boxSlider{
        width: 89.334%;
    }
    .secDetailsSlider .swiper-pagination{
        position: static;
        padding-top: 1.7rem;
    }
}

/* secDetailsTop */
.secDetailsTop{
    margin-top: 5rem;
}
.secDetailsTop .tit{
    font-size: var(--pcFontSize32);
    line-height: var(--pcLineHeight32_40);
    font-weight: 700;
    text-align: center;
}
.secDetailsTop .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_38);
    text-align: left;
    margin-top: 4rem;
}
.secDetailsTop .boxBrand{
    margin-top: 7rem;
}
.secDetailsTop .titBrand{
    font-size: var(--pcFontSize16);
    font-weight: 700;
    position: relative;
}
.secDetailsTop .titBrand::after{
    content: "";
    position: absolute;
    left: 20rem;
    top: 0.6rem;
    width: 10rem;
    height: 0.1rem;
    background: var(--textColor);
}
.secDetailsTop .listBrand{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.secDetailsTop .itemBrand{
    width: calc((100% - 8rem) / 5);
    margin-right: 2rem;
    position: relative;
    padding: 2rem;
}
.secDetailsTop .itemBrand::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: solid 0.1rem var(--cmnTitblackColor_10);
}
.secDetailsTop .itemBrand:nth-child(5n){
    margin-right: 0;
}
.secDetailsTop .itemBrand:nth-child(n+6){
    margin-top: 2rem;
}
.secDetailsTop .imgBrand{
    width: 100%;
    padding-top: 27.174%;
}
@media only screen and (max-width:1215px){
    .secDetailsTop{
        margin-top: 2rem;
    }
    .secDetailsTop .tit{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_22);
        text-align: left;
    }
    .secDetailsTop .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: 1.5rem;
    }
    .secDetailsTop .boxBrand{
        margin-top: 2.6rem;
    }
    .secDetailsTop .titBrand{
        font-size: var(--spFontSize13);
    }
    .secDetailsTop .titBrand::after{
        left: 15.5rem;
        top: 0.4rem;
        width: 2rem;
    }
    .secDetailsTop .listBrand{
        margin-top: 2rem;
    }
    .secDetailsTop .itemBrand{
        width: calc(50% - 0.25rem);
        margin-right: 0.5rem;
        padding: 1.2rem 1rem;
    }
    .secDetailsTop .itemBrand:nth-child(5n){
        margin-right: 0.5rem;
    }
    .secDetailsTop .itemBrand:nth-child(2n){
        margin-right: 0;
    }
    .secDetailsTop .itemBrand:nth-child(n+3){
        margin-top: 0.5rem;
    }
}

/* secDetailsSpec */
.secDetailsSpec{
    margin-top: 10rem;
    background: var(--bgColor03);
    padding: 10rem 0;
    position: relative;
}
.secDetailsSpec .wrapper{
    display: flex;
}
.secDetailsSpec .boxCategory{
    width: 34rem;
    top: 10rem;
    left: 0;
    height: fit-content;
    position: sticky;
    z-index: 100;
    padding: 4rem;
    border-radius: 0.5rem;
    background: var(--whiteColor);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
    overflow-y: auto;
}
.secDetailsSpec .item{
    width: 100%;
    position: relative;
}
.secDetailsSpec .item:nth-child(n+2){
    margin-top: 3rem;
}
.secDetailsSpec .link{
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2rem;
    display: block;
    padding-left: 4.3rem;
}
.secDetailsSpec .link::before{
    content: "";
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    background-color: var(--bgColor03);
}
.secDetailsSpec .link.active::after{
    content: "";
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background-color: var(--textColor);
}
.secDetailsSpec .specList{
    width: calc(100% - 34rem);
    margin-left: 11rem;
}
.secDetailsSpec .specItem{
    border-top: solid 0.1rem var(--borderColor01);
}
.secDetailsSpec .specItem:last-child{
    border-bottom: solid 0.1rem var(--borderColor01);
}
.secDetailsSpec .specItem:has(.tit.on){
    padding: 4.5rem 0;
}
.secDetailsSpec .imgBox{
    display: none;
    padding-top: 58.824%;
    margin-bottom: 3rem;
}
.secDetailsSpec .imgCover{
    margin-bottom: 3rem;
}
.secDetailsSpec .tit{
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_28);
    font-weight: 700;
    text-align: left;
    position: relative;
    padding: 5.7rem 0;
    cursor: pointer;
}
.secDetailsSpec .tit.on{
    padding: 2.5rem 0;
}
.secDetailsSpec .tit::after{
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 2.75rem);
    width: 5.5rem;
    height: 5.5rem;
    border: solid 0.1rem var(--textColor);
    border-radius: 50%;
}
.secDetailsSpec .spanIcon{
    position: relative;
    display: block;
    padding-right: 7rem;
}
.secDetailsSpec .spanIcon::before,
.secDetailsSpec .spanIcon::after{
    content: "";
    position: absolute;
    right: 2.1rem;
    top: calc(50% - 0.05rem);
    width: 1.3rem;
    height: 0.1rem;
    background: var(--textColor);
}
.secDetailsSpec .spanIcon::after{
    transform: rotate(90deg);
}
.secDetailsSpec .on .spanIcon::after{
    display: none;
}
.secDetailsSpec .boxInfo{
    display: none;
}
.secDetailsSpec .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    text-align: left;
    margin-top: 2rem;
}
.secDetailsSpec .listBrand{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.secDetailsSpec .itemBrand{
    width: calc((100% - 6rem) / 4);
    margin-right: 2rem;
    position: relative;
    padding: 2rem;
    background: var(--whiteColor);
}
.secDetailsSpec .itemBrand:nth-child(4n){
    margin-right: 0;
}
.secDetailsSpec .itemBrand:nth-child(n+5){
    margin-top: 2rem;
}
.secDetailsSpec .imgBrand{
    width: 100%;
    padding-top: 27.174%;
}
.secDetailsSpec .boxLineup{
    margin-top: 4rem;
    display: flex;
    align-items: center;
}
.secDetailsSpec .listLineup{
    display: flex;
    margin-right: 2rem;
    flex-shrink: 0;
}
.secDetailsSpec .itemLineup{
    width: 10.5rem;
    padding: 1.65rem;
    margin-right: 2rem;
    border: solid 0.1rem var(--cmnTitblackColor_10);
    border-radius: 50%;
}
.secDetailsSpec .itemLineup:nth-child(3n){
    margin-right: 0;
}
.secDetailsSpec .imgLogo{
    width: 100%;
    padding-top: 100%;
}
.secDetailsSpec .titLineup{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_36);
    font-weight: 700;
    margin-left: 2rem;
}
@media only screen and (max-width:1215px){
    .secDetailsSpec{
        margin-top: 5rem;
        padding: 3rem 0 6rem;
    }
    .secDetailsSpec .wrapper{
        display: block;
    }
    .secDetailsSpec .boxCategory{
        position: sticky;
        top: 0;
        margin-top: 0;
        left: calc((100% - 89.334%) / 2);
        width: 100%;
        box-shadow: none;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        background: var(--whiteColor);
        padding: 0;
        overflow-y: unset;
    }
    .secDetailsSpec .categoryContainer{
        margin: 0 auto;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .secDetailsSpec .linklist{
        display: flex;
        flex-wrap: nowrap;
        padding: 0 2rem;
        overflow-y: unset;
        box-shadow: none;
    }
    .secDetailsSpec .item{
        width: auto;
        padding-bottom: 0;
        margin-right: 0;
        display: block;
        position: relative;
        flex-shrink: 0;
        margin-right: 1.5rem;
    }
    .secDetailsSpec .item::after{
        display: none;
    }
    .secDetailsSpec .item:nth-child(2n),.secDetailsSpec .item:nth-child(n+3){
        margin: 0 1.5rem 0 0;
    }
    .secDetailsSpec .item:last-child{
        margin-right: 0;
    }
    .secDetailsSpec .link{
        padding: 1.5rem 0;
        text-decoration: none;
        color: var(--textColor);
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_20);
        transition: all 0.3s ease;
        position: relative;
        border-bottom: 0.1rem solid transparent;
        text-align: center;
        white-space: nowrap;
    }
    .secDetailsSpec .link.active{
        border-color: var(--textColor);
    }
    .secDetailsSpec .link::after{
        display: none;
    }
    .secDetailsSpec .link::before{
        display: none;
    }
    .secDetailsSpec .specList{
        width: 100%;
        margin: 3rem auto 0;
    }
    .secDetailsSpec .specItem:has(.tit.on){
        padding: 3rem 0 4.2rem;
    }
    .secDetailsSpec .imgBox{
        display: none;
        padding-top: 58.824%;
        margin-bottom: 0;
    }
    .secDetailsSpec .tit{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_20);
        padding: 2.5rem 0;
    }
    .secDetailsSpec .tit.on{
        padding: 2.5rem 0;
    }
    .secDetailsSpec .tit::after{
        top: calc(50% - 1.25rem);
        width: 2.5rem;
        height: 2.5rem;
    }
    .secDetailsSpec .spanIcon{
        position: relative;
        display: block;
        padding-right: 4rem;
    }
    .secDetailsSpec .spanIcon::before,
    .secDetailsSpec .spanIcon::after{
        right: 0.9rem;
        width: 0.7rem;
    }
    .secDetailsSpec .boxInfo{
        display: none;
    }
    .secDetailsSpec .txt{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        margin-top: -0.8rem;
    }
    .secDetailsSpec .listBrand{
        margin-top: 2rem;
    }
    .secDetailsSpec .itemBrand{
        width: calc(50% - 0.25rem);
        margin-right: 0.5rem;
        padding: 1.5rem;
    }
    .secDetailsSpec .itemBrand:nth-child(2n){
        margin-right: 0;
    }
    .secDetailsSpec .itemBrand:nth-child(n+3){
        margin-top: 0.5rem;
    }
    .secDetailsSpec .imgBrand{
        width: 100%;
        padding-top: 27.174%;
    }
    .secDetailsSpec .boxLineup{
        margin-top: 2.5rem;
        display: block;
    }
    .secDetailsSpec .listLineup{
        display: flex;
        justify-content: center;
        margin-right: 0;
    }
    .secDetailsSpec .itemLineup{
        width: 8.5rem;
        padding: 1.65rem;
        margin-right: 1.5rem;
        border-radius: 50%;
    }
    .secDetailsSpec .itemLineup:nth-child(3n){
        margin-right: 0;
    }
    .secDetailsSpec .titLineup{
        text-align: center;
        margin: 1.4rem 0 0;
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
        font-weight: 400;
    }
    .secDetailsSpec .fBold{
        display: block;
    }
}

/* secDetailsOther */
.secDetailsOther{
    margin-top: 13.5rem;
    overflow: hidden;
}
.secDetailsOther .boxSlider{
    margin-top: 4.5rem;
}
.secDetailsOther .swiper{
    overflow: visible;
    width: 100%;
}
.secDetailsOther .swiper-slide{
    height: auto;
}
.secDetailsOther .inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--bgColor03);
}
.secDetailsOther.disabled .swiper-slide{
    width: 50rem;
    margin-right: 3rem;
}
.secDetailsOther.disabled .swiper-slide:last-child{
    margin-right: 0;
}
.secDetailsOther .img{
    padding-top: 56%;
}
.secDetailsOther .txtBox{
    background: var(--bgColor03);
    padding: 2rem 11rem 2rem 3.5rem;
    min-height: 13.5rem;
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 1;
}
.secDetailsOther .boxIconCircle{
    position: absolute;
    right: 4rem;
    top: calc(50% - 2.75rem);
}
.secDetailsOther .tit{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_30);
    font-weight: 700;
    text-align: left;
}
@media only screen and (max-width:1215px){
    .secDetailsOther{
        margin-top: 5rem;
    }
    .secDetailsOther .boxSlider{
        margin-top: 2.5rem;
    }
    .secDetailsOther .swiper{
        overflow: visible;
        width: 100%;
    }
    .secDetailsOther.disabled .swiper-slide{
        width: 50rem;
        margin-right: 3rem;
    }
    .secDetailsOther.disabled .swiper-slide:last-child{
        margin-right: 0;
    }
    .secDetailsOther .img{
        padding-top: 56%;
    }
    .secDetailsOther .txtBox{
        background: var(--bgColor03);
        padding: 1.5rem 3rem 1.5rem 1.8rem;
        min-height: 5.1rem;
    }
    .secDetailsOther .txtBox::after{
        content: "";
        position: absolute;
        right: 1.5rem;
        top: calc(50% - 0.35rem);
        width: 0.9rem;
        height: 0.7rem;
        border-radius: none;
        border: none;
    }
    .secDetailsOther.lazyloaded .txtBox::after{
        background: url(../img/equipment/iconArrow.png) center center / 100% auto no-repeat;
    }
    .secDetailsOther .tit{
        font-size: var(--spFontSize13);
        line-height: var(--spLineHeight13_26);
    }
    .secDetailsOther .boxIconCircle{
        display: none;
    }
}

/* secCmnTitBox */
.secCmnTitBox{
    display: inline-block;
}
.secCmnTitBox .engCmnTit{
    font-size: var(--pcFontSize80);
    letter-spacing: var(--pcLetterSpacing80_50);
    font-weight: 100;
    position: relative;
    left: -0.5rem;
}
.secCmnTitBox .jpnCmnTit{
    font-size: var(--pcFontSize16);
    font-weight: bold;
    margin-top: 3rem;
    display: inline-block;
    position: relative;
}
.secCmnTitBox .jpnCmnTit::after{
    position: absolute;
    content: "";
    width: 5rem;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -7rem;
    background: var(--cmnTitblackColor_20);
}
@media only screen and (max-width:1215px){
    .secCmnTitBox .engCmnTit{
        font-size: var(--spFontSize34);
        line-height: var(--spLineHeight34_38);
        letter-spacing: var(--spLetterSpacing0);
        left: -0.2rem;
    }
    .secCmnTitBox .jpnCmnTit{
        font-size: var(--spFontSize11);
        margin-top: 2rem;
    }
    .secCmnTitBox .jpnCmnTit::after{
        width: 2rem;
        right: -3rem;
    }
}

/* secTopCmnTitFlex */
.secTopCmnTitFlex{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.secTopCmnTitFlex .topCmnBtnBox{
    display: flex;
    align-items: flex-end;
}
@media only screen and (max-width:1215px){
    .secTopCmnTitFlex .topCmnBtnBox{
        display: block;
    }
}
/* secCmnButton */
.secCmnButton{
    width: 12rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.secCmnButton .swiper-button-prev,
.secCmnButton .swiper-button-next{
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    border: solid 0.1rem var(--textColor);
    top: 0;
    margin: 0;
}
.secCmnButton .swiper-button-prev{
    right: auto;
    left: 0;
}
.secCmnButton .swiper-button-next{
    right: 0;
    left: auto;
}
.secCmnButton .swiper-button-prev::after,
.secCmnButton .swiper-button-next::after{
    display: none;
}
.secCmnButton .swiper-button-prev.lazyloaded{
    background: url(../img/index/imgBtnPrev.png) center center / 1.3rem auto no-repeat var(--whiteColor);
}
.secCmnButton .swiper-button-next.lazyloaded{
    background: url(../img/index/imgBtnNext.png) center center / 1.3rem auto no-repeat var(--whiteColor);
}
@media only screen and (max-width:1215px){
    .secCmnButton{
        width: 7.8rem;
    }
    .secCmnButton .swiper-button-prev,
    .secCmnButton .swiper-button-next{
        width: 3.5rem;
        height: 3.5rem;
    }
    .secCmnButton .swiper-button-prev.lazyloaded{
        background: url(../img/index/imgBtnPrev.png) center center / 1rem auto no-repeat var(--whiteColor);
    }
    .secCmnButton .swiper-button-next.lazyloaded{
        background: url(../img/index/imgBtnNext.png) center center / 1rem auto no-repeat var(--whiteColor);
    }
}

.secCmnBack{
    margin-top: 6rem;
}
@media only screen and (max-width:1215px){
    .secCmnBack{
        margin-top: 2.5rem;
    }
}