@charset "utf-8";

.wrapper1480{
    width: 1480px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
@media only screen and (max-width:767px){
    .wrapper1480{
        width: 100%;
        max-width: none;
    }
    .wrapperSp335{
        width: 89.334%;
        margin: 0 auto;
        max-width: none;
    }
}

.secCompanyTop{
    margin-top: 110px;
    position: relative;
    height: 870px;
    overflow: hidden;
}
.secCompanyTop .imgTit{
    position: absolute;
    width: 1920px;
    top: 0;
    left: calc(50% - 960px);
}
.secCompanyTop .titImg{
    /* width: 45.73%; */
    width: calc(880 / 1920 * 100%);
    max-width: 880px;
    top: 100px;
    left: 84px;
    position: absolute;
    z-index: 10;
}
@media only screen and (max-width:1900px){
    .secCompanyTop{
        height: auto;
    }
    .secCompanyTop .imgTit{
        position: static;
        width: 100%;
    }
}
@media only screen and (max-width:1700px){
    .secCompanyTop .titImg{
        top: 80px;
        left: 70px;
    }
}
@media only screen and (max-width:767px){
    .secCompanyTop{
        margin-top: 60px;
    }
    .secCompanyTop .titImg{
        width: 81.6%;
        max-width: 81.6%;
        top: 40px;
        left: calc(50% - 40.8%);
    }
}
/* secGallerySlider */
.secGallerySlider .boxSlider{
    position: relative;
    overflow: hidden;
}
.secGallerySlider .boxSlider + .boxSlider{
    margin-top: 1px;
}
.secGallerySlider .swiper-wrapper{
    transition-timing-function: linear;
    height: auto;
}
.secGallerySlider .swiper{
    width: 1080px;
    overflow: visible;
}

@media only screen and (max-width:767px){
    .secGallerySlider .swiper{
        width: 81.5vw;
    }
    .secGallerySlider .img{
        text-align: center;
        height: 0;
        padding-top: 55.556%;
        position: relative;
    }
    .secGallerySlider .img img{
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        object-fit:cover;
    }
}
/* secTop */
.secTop{
    position: relative;
    padding: 90px 0 253px;
    overflow: hidden;
}
.secTop::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
    background: url(../img/lp_2026/bgTop.jpg) center top / cover;
}
.secTop .wrapper{
    position: relative;
    z-index: 10;
}
.secTop .topTit{
    text-align: center;
    color: #bdb191;
}
.secTop .tit01{
    font-size: 28px;
    letter-spacing: 3px;
}
.secTop .tit02{
    font-size: 32px;
    display: block;
    margin-top: 30px;
    letter-spacing: 3px;
}
.secTop .bnrImg{
    margin-top: 90px;
}
.secTop .bnrInner{
    display: block;
}
.secTop .txtImg{
    text-align: center;
    margin-top: 60px;
}
@media only screen and (max-width:767px){
    .secTop{
        padding: 35px 0 70px;
    }
    .secTop::after{
        width: 100%;
        height: 100%;
        left: 0;
        background: url(../img/lp_2026/bgTop_sp.jpg) center bottom / cover;
    }
    .secTop .wrapper{
        position: relative;
        z-index: 10;
    }
    .secTop .tit01{
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 1px;
    }
    .secTop .tit02{
        font-size: 20px;
        line-height: 2.1;
        margin-top: 12px;
        letter-spacing: 0;
    }
    .secTop .bnrImg{
        margin-top: 30px;
    }
    .secTop .txtImg{
        text-align: center;
        margin: 85px auto 0;
        max-width: 335px;
    }
}
@media only screen and (max-width:359px){
    .secTop .tit02{
        font-size: 18px;
    }
}
/* secKinoie */
.secKinoie{
    background: url(../img/lp_2026/bgKinoie.jpg) center top / cover;
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secKinoie{
        background: url(../img/lp_2026/bgKinoie_sp.jpg) center top / cover;
    }
}
/* secPoint */
.secPoint{
    padding-top: 100px;
}
.secPoint .topTit{
    text-align: center;
}
.secPoint .list{
    margin-top: 100px;
}
.secPoint .item{
    position: relative;
    display: flex;
    align-items: center;
    height: 660px;
}
.secPoint .item:nth-child(n+2){
    margin-top: 100px;
}
.secPoint .imgBox{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secPoint .item:nth-child(2n) .imgBox{
    left: auto;
    right: calc(50% - 960px);
}
.secPoint .txtBox{
    width: 540px;
    margin-left: auto;
    color: #fff;
}
.secPoint .item:nth-child(2n) .txtBox{
    margin-left: 0;
}
.secPoint .point{
    color: #bdb191;
    font-size: 16px;
    letter-spacing: 2px;
}
.secPoint .number{
    font-size: 50px;
    margin-left: 5px;
    position: relative;
    top: 10px;
}
.secPoint .tit{
    font-size: 36px;
    line-height: 1.94;
    letter-spacing: 4px;
    margin-top: 27px;
}
.secPoint .txt{
    font-size: 15px;
    line-height: 2.66;
    letter-spacing: 0.5px;
    margin-top: 20px;
}
@media only screen and (max-width:767px){
    .secPoint{
        padding-top: 50px;
    }
    .secPoint .topTit{
        width: 257px;
        margin: 0 auto;
    }
    .secPoint .list{
        margin-top: 30px;
    }
    .secPoint .item{
        display: block;
        height: auto;
    }
    .secPoint .item:nth-child(n+2){
        margin-top: 35px;
    }
    .secPoint .imgBox{
        position: static;
    }
    .secPoint .txtBox{
        width: calc(100% - 40px);
        margin: 10px auto 0;
    }
    .secPoint .item:nth-child(2n) .txtBox{
        margin: 10px auto 0;
    }
    .secPoint .point{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secPoint .number{
        font-size: 30px;
        margin-left: 10px;
        top: 3px;
    }
    .secPoint .tit{
        font-size: 15px;
        line-height: 2;
        letter-spacing: 2px;
        margin-top: 8px;
    }
    .secPoint .txt{
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
}
/* secImuraPlan */
.secImuraPlan{
    margin-top: 80px;
    border: solid 1px rgb(255, 255, 255, 0.502);
    padding: 60px 100px;
    display: flex;
    align-items: center;
    color: #fff;
}
.secImuraPlan .txtBox{
    width: calc(100% - 378px);
    padding: 15px 0 0 75px;
}
.secImuraPlan .txt{
    font-size: 20px;
    line-height: 2.3;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
.secImuraPlan .txt span{
    font-weight: bold;
    letter-spacing: 2px;
}
@media only screen and (max-width:767px){
    .secImuraPlan{
        margin-top: 24px;
        padding: 30px 19px 25px;
        flex-flow: column-reverse;
    }
    .secImuraPlan .txtBox{
        width: 100%;
        padding: 0;
    }
    .secImuraPlan .tit{
        width: 216px;
        margin: 0 auto;
    }
    .secImuraPlan .txt{
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0;
        margin-top: 17px;
        text-align: center;
    }
    .secImuraPlan .txt span{
        letter-spacing: 1px;
    }
    .secImuraPlan .img{
        margin-top: 23px;
    }
}
/* secPlan */
.secPlan{
    background: #f9f7f5;
    padding: 77px 80px 92px;
    margin-top: 120px;
}
.secPlan .topTit{
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
}
.secPlan .planItem{
    margin-top: 60px;
}
.secPlan .planInner{
    display: block;
    background: #fff;
    padding: 30px 110.5px;
}
.secPlan .planImg{
    padding-top: 53.686%;
}
.secPlan .planTxtBox{
    margin-top: 35px;
}
.secPlan .planTit{
    font-size: 20px;
    letter-spacing: 1px;
}
.secPlan .planTxt{
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.5px;
    margin-top: 13px;
}
.secPlan .planItem + .planItem{
    margin-top: 72px;
}
.secPlan .areaTxtBox{
    border: solid 1px #afafaf;
    margin-top: 35px;
    padding: 28px 40px 30px;
}
.secPlan .areaTit{
    font-size: 20px;
    letter-spacing: 3px;
}
.secPlan .areaListBox{
    display: flex;
    margin-top: 15px;
}
.secPlan .areaList + .areaList{
    margin-left: 78px;
}
.secPlan .areaItem{
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 1px;
    height: 32px;
}
.secPlan .areaItem span{
    margin-left: 30px;
}
.secPlan .areaItem .areaItem02{
    margin-left: 40px;
}
@media only screen and (max-width:767px){
    .secPlan{
        padding: 27px 20px 40px;
        margin-top: 40px;
    }
    .secPlan .topTit{
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0;
    }
    .secPlan .planItem{
        margin-top: 10px;
    }
    .secPlan .planInner{
        padding: 10px 25px;
        position: relative;
    }
    .secPlan .planInner::after{
        position: absolute;
        content: "";
        width: 23px;
        height: 23px;
        bottom: 0;
        right: 0;
    }
    .secPlan.lazyloaded .planInner::after{
        background: url(../img/lp_2026/iconPlanItem.png) center top / cover;
    }
    .secPlan .planImg{
        padding-top: 53.686%;
    }
    .secPlan .planTxtBox{
        margin-top: 15px;
    }
    .secPlan .planTit{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secPlan .planTxt{
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
    .secPlan .planItem + .planItem{
        margin-top: 30px;
    }
    .secPlan .areaTxtBox{
        margin-top: 18px;
        padding: 16px 14px;
    }
    .secPlan .areaTit{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secPlan .areaListBox{
        display: block;
        margin-top: 10px;
    }
    .secPlan .areaList + .areaList{
        margin: 7px 0 0;
    }
    .secPlan .areaItem{
        font-size: 13px;
        line-height: 1.53;
        letter-spacing: 1px;
        height: auto;
    }
    .secPlan .areaItem span{
        margin-left: 0;
    }
    .secPlan .areaItem .areaItem02{
        margin-left: 0;
    }
    .secPlan .areaItem .areaItem03{
        margin-left: 20px;
    }
    .secPlan .areaItem:nth-child(n+2){
        margin-top: 7px;
    }
}
.secPlan .planList{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
.secPlan .planListItem{
    width: calc(50% - 30px);
}
.secPlan .planListItem:nth-child(2n){
    margin-left: 60px;
}
.secPlan .planListItem:nth-child(n+3){
    margin-top: 75px;
}
.secPlan .planListTxt{
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.5px;
    margin-top: 25px;
}
@media only screen and (max-width:767px){
    .secPlan .planList{
        margin-top: 35px;
        display: block;
    }
    .secPlan .planListItem{
        width: 100%;
    }
    .secPlan .planListItem:nth-child(2n){
        margin-left: 0;
    }
    .secPlan .planListItem:nth-child(n+2){
        margin-top: 30px;
    }
    .secPlan .planListTxt{
        font-size: 13px;
        line-height: 1.84;
        margin-top: 13px;
    }
}
/* secCatalog */
.secCatalog{
    margin-top: 105px;
    padding-bottom: 80px;
}
.secCatalog .iconCircle{
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 auto;
    background: #bdb191;
}
.secCatalog .iconCircle::after,
.secCatalog .iconCircle::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bdb191;
    left: calc(50% - 5px);
}
.secCatalog .iconCircle::after{
    top: -25px;
}
.secCatalog .iconCircle::before{
    bottom: -25px;
}
.secCatalog .tit{
    font-size: 30px;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin-top: 47px;
}
.secCatalog .catalogTitBox{
    text-align: center;
    margin-top: 87px;
}
.secCatalog .catalogTit{
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    border: solid 1px #fff;
    padding: 10px 12px;
    display: inline-block;
    position: relative;
}
.secCatalog .catalogTit::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    left: calc(50% - 0.5px);
    bottom: -60px;
    transform: rotate(45deg);
    background: #fff;
}
.secCatalog .bnrImg{
    margin-top: 78px;
}
.secCatalog .catalogTitBox02{
    margin-top: 100px;
}
.secCatalog .catalogTitBox02 .catalogTit{
    letter-spacing: 3px;
}
@media only screen and (max-width:767px){
    .secCatalog{
        margin-top: 43px;
        padding-bottom: 35px;
    }
    .secCatalog .iconCircle{
        width: 6px;
        height: 6px;
    }
    .secCatalog .iconCircle::after,
    .secCatalog .iconCircle::before{
        width: 6px;
        height: 6px;
        left: calc(50% - 3px);
    }
    .secCatalog .iconCircle::after{
        top: -12px;
    }
    .secCatalog .iconCircle::before{
        bottom: -12px;
    }
    .secCatalog .tit{
        font-size: 15px;
        line-height: 2;
        margin-top: 35px;
    }
    .secCatalog .catalogTitBox{
        margin-top: 32px;
    }
    .secCatalog .catalogTit{
        font-size: 13px;
        letter-spacing: 1px;
        padding: 6px 14px;
    }
    .secCatalog .catalogTit::after{
        height: 20px;
        bottom: -27px;
    }
    .secCatalog .bnrImg{
        margin-top: 32px;
    }
    .secCatalog .catalogTitBox02{
        margin-top: 40px;
    }
    .secCatalog .catalogTitBox02 .catalogTit{
        letter-spacing: 1.5px;
    }
}
@media only screen and (max-width:359px){
    .secCatalog .tit{
        font-size: 13px;
    }
    .secCatalog .catalogTit{
        font-size: 12px;
        letter-spacing: 0;
    }
    .secCatalog .catalogTitBox02 .catalogTit{
        letter-spacing: 0;
    }
}
/* secModel */
.secModel{
    padding: 100px 0 0;
    height: 1251px;
}
.secModel.lazyloaded{
    background: url(../img/lp_2026/bgModel.jpg) center top / cover;
}
.secModel .tit{
    text-align: center;
}
.secModel .img{
    margin: 10px auto 0;
    text-align: center;
}
.secModel .btnBox{
    width: 800px;
    margin: 15px auto 0;
}
.secModel .btnInner{
    height: 70px;
    background: #3b6741;
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .secModel{
        padding: 50px 0 120px;
        height: auto;
    }
    .secModel.lazyloaded{
        background: url(../img/lp_2026/bgModel_sp.jpg) center bottom / cover;
    }
    .secModel .tit{
        max-width: 359px;
        width: calc(100% - 16px);
        margin: 0 auto;
    }
    .secModel .img{
        margin: 5px auto 0;
        max-width: 375px;
        width: 100%;
    }
    .secModel .btnBox{
        width: calc(100% - 70px);
        max-width: 305px;
        margin: 7px auto 0;
    }
    .secModel .btnInner{
        height: 45px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:359px){
    .secModel .btnInner{
        font-size: 12px;
        letter-spacing: 0;
    }
}
/* secBnrTitBox */
.secBnrTitBox{
    height: 270px;
    padding-top: 77px;
}
.secBnrTitBox.lazyloaded{
    background: url(../img/lp_2026/bgBnrTitBox.png) center top / cover;
}
.secBnrTitBox .tit{
    color: #fff;
    font-size: 32px;
    line-height: 1.71875;
    letter-spacing: 2px;
    text-align: center;
}
.secBnrBox{
    margin-top: 0;
}
@media only screen and (max-width:767px){
    .secBnrTitBox{
        height: auto;
        padding: 21px 0 23px;
    }
    .secBnrTitBox.lazyloaded{
        background: url(../img/lp_2026/bgBnrTitBox_sp.png) center top / cover;
    }
    .secBnrTitBox .tit{
        font-size: 15px;
        line-height: 2;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width:359px){
    .secBnrTitBox .tit{
        font-size: 13px;
        letter-spacing: 0;
    }
}
/* secGallery */
.secGallery{
    height: 947px;
    padding-top: 100px;
    overflow: hidden;
}
.secGallery.lazyloaded{
    background: url(../img/lp_2026/bgGallery.jpg) center top / cover;
}
.secGallery .topTit{
    font-size: 28px;
    text-align: center;
    color: #bdb191;
    letter-spacing: 2px;
}
.secGallery .flexBox{
    width: calc(100% - 90px);
    margin: 60px auto 0;
    display: flex;
    align-items: center;
}
.secGallery .boxSlider{
    position: relative;
    width:100%;
}
.secGallery .img{
    padding-top: 66.667%;
}
.secGallery .txtBox{
    width: 47.54%;
    color: #fff;
    padding: 0 0 90px 60px;
}
.secGallery .tit{
    font-size: 28px;
    letter-spacing: 3px;
}
.secGallery .txt{
    font-size: 15px;
    line-height: 2.66;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
.secGallery .swiper-pagination{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 20px !important;
    left: auto !important;
    right: 26px !important;
}
.secGallery .swiper-pagination-bullet{
    background: rgb(255, 255, 255, 0.4);
    margin: 0 4px !important;
    opacity: 1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.secGallery .swiper-pagination-bullet-active{
    background: #ffffff;
}
.secGallery .buttonBox{
    position: absolute;
    width: 115px;
    height: 50px;
    bottom: 0;
    left: calc((960 / 1830 * 100%) + 60px);
}
.secGallery .swiper-button-prev,
.secGallery .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: calc(50% - 25px);
    border-radius: 50%;
    border: solid 1px #fff;
}
.secGallery .swiper-button-prev{
    left: 0;
}
.secGallery .swiper-button-next{
    right: 0;
}
.secGallery .swiper-button-prev::after,
.secGallery .swiper-button-next::after{
    display: none;
}
.secGallery .swiper-button-prev.lazyloaded{
    background: url(../img/lp_2026/imgBtnPrev.png) center center / 9px auto no-repeat;
}
.secGallery .swiper-button-next.lazyloaded{
    background: url(../img/lp_2026/imgBtnNext.png) center center / 9px auto no-repeat;
}

/* ▼スライダー変更 */
.secGallery .sliderInner{
    display: flex;
}
.secGallery .imgArea{
    max-width: 960px;
    width: calc(960 / 1830 * 100%);
}
.secGallery .img{
    width: 100%;
}
.secGallery .txtArea{
    flex: 1;
    padding-bottom: 50px;
}
.secGallery .txtInner{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.secGallery .txtBox{
    width: 100%;
    padding: 0;
    padding-left: 60px;
}
.secGallery .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: calc(960 / 1830 * 100%);
    left: 0!important;
    bottom: 0px!important;
    padding: 20px 30px;
}

@media only screen and (max-width:767px){
    .secGallery{
        height: auto;
        padding: 45px 0 50px;
    }
    .secGallery.lazyloaded{
        background: url(../img/lp_2026/bgGallery_sp.jpg) center top / cover;
    }
    .secGallery .topTit{
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0;
    }
    .secGallery .flexBox{
        width: 84%;
        margin: 22px auto 0;
        display: block;
    }
    .secGallery .boxSlider{
        width: 100%;
    }
    .secGallery .img{
        padding-top: 66.35%;
    }
    .secGallery .txtBox{
        width: 100%;
        padding: 20px 0 0;
    }
    .secGallery .tit{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .secGallery .txt{
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: 0.5px;
        margin-top: 10px;
    }
    .secGallery .swiper-pagination{
        position: static;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0 !important;
        left: auto !important;
        right: auto !important;
        margin-top: 15px;
    }
    .secGallery .swiper-pagination-bullet{
        background: rgb(255, 255, 255, 0.4);
        margin: 0 4px !important;
        opacity: 1;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .secGallery .swiper-pagination-bullet-active{
        background: #ffffff;
    }
    .secGallery .buttonBox{
        width: 100%;
        height: 0;
        padding-top: calc(640 / 960 * 100%);
        bottom: auto;
        left: auto;
        top: 0;
    }
    .secGallery .swiper-button-prev,
    .secGallery .swiper-button-next{
        width: 50px;
        height: 50px;
        margin-top: 0;
        top: calc(50% - 18px);
        border-radius: 50%;
        border: solid 1px #fff;
    }
    .secGallery .swiper-button-prev{
        left: -20px;
    }
    .secGallery .swiper-button-next{
        right: -20px;
    }
    .secGallery .swiper-button-prev::after,
    .secGallery .swiper-button-next::after{
        display: none;
    }
    .secGallery .swiper-button-prev.lazyloaded{
        background: url(../img/lp_2026/imgBtnPrev.png) center center / 9px auto no-repeat;
    }
    .secGallery .swiper-button-next.lazyloaded{
        background: url(../img/lp_2026/imgBtnNext.png) center center / 9px auto no-repeat;
    }

    .secGallery .sliderInner{
        display: block;
    }
    .secGallery .imgArea{
        max-width: 100%;
        width: 100%;
    }
    .secGallery .img{
        padding-top: calc(640 / 960 * 100%);
    }
    .secGallery .txtArea{
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }
    .secGallery .txtInner{
        display:block;
        height: auto;
    }
    .secGallery .txtBox{
        padding: 0;
    }
    .secGallery .swiper-pagination-bullets.swiper-pagination-horizontal{
        width: 100%;
        position: absolute;
        top: 0;
        margin: 0;
        padding-top: calc((640 / 960 * 100%) + 10px)!important;
        bottom: auto!important;
        padding: 0;
        display: block;
    }
}
/* secConcept */
.secConcept{
    height: 400vh;
    position: relative;
    overflow: visible;
}
.secConcept .concept_styky{
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}
.secConcept .concept_Inner{
    width: 100%;
    height: 100%;
    display: block;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.1s ease-out;
    will-change: transform;
    position: relative;
    z-index: 5;
}
.secConcept .concept_styky::after{
    position: absolute;
    content: "";
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
    background: url(../img/lp_2026/bgConcept.jpg) center top / cover;
}
.secConcept .imglist{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
}
.secConcept .imgItem{
    position: relative;
    transition: all 0.3s ease-out;
    width: 860px;
}
.secConcept .imgItem:not(#mainImg){
    position: absolute;
}
.secConcept .imgItem:nth-child(1){
    top: 100px;
    left: calc(50% - 900px);
    width: 301px;
}
.secConcept .imgItem:nth-child(2){
    bottom: 124px;
    left: calc(50% - 850px);
    width: 343px;
}
.secConcept .imgItem:nth-child(3){
    top: 86px;
    right: calc(50% - 900px);
    width: 415px;
}
.secConcept .imgItem:nth-child(4){
    bottom: 67px;
    right: calc(50% - 790px);
    width: 272px;
}
#mainImg {
    transition: all 0.3s ease-out;
    transform-origin: center center;
    z-index: 10;
}
.secConcept .activebox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.secConcept .activebox.active {
    opacity: 1;
}
@media only screen and (max-width:767px){
    /* .secConcept .concept_Inner{
        width: 100vw;
        height: calc((1000 / 750) * 100vw);
        position: absolute;
        top: calc(50% - (((1000 / 750) * 100vw) / 2));
    } */
    .secConcept .concept_styky::after{
        width: 100%;
        left: 0;
        background: url(../img/lp_2026/bgConcept_sp.jpg) center top / cover;
    }
    .secConcept .imgItem{
        max-width: 300px;
        width: 80%;
    }
    .secConcept .imgItem:not(#mainImg){
        position: absolute;
    }
    .secConcept .imgItem:nth-child(1){
        max-width: 129px;
        width: 34.4%;
        top: 65px;
        left: 20px;
    }
    .secConcept .imgItem:nth-child(2){
        max-width: 147px;
        width: 39.2%;
        bottom: 84px;
        left: 30px;
    }
    .secConcept .imgItem:nth-child(3){
        max-width: 178px;
        width: 47.467%;
        top: 60px;
        right: 20px;
    }
    .secConcept .imgItem:nth-child(4){
        max-width: 116px;
        width: 30.934%;
        right: 30px;
        bottom: 50px;
    }
}
/* secTeam */
.secTeam{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.secTeam.lazyloaded{
    background: url(../img/lp_2026/bgTeam.jpg) center top / cover;
}
.secTeam .wrapper{
    position: relative;
    z-index: 10;
}
.secTeam .topTit{
    font-size: 45px;
    letter-spacing: 5px;
    line-height: 1.77;
    text-align: center;
    color: #bdb191;
}
.secTeam .list{
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-right: 25px;
}
.secTeam .item{
    position: relative;
    z-index: 12;
}
.secTeam .item:nth-child(2){
    margin-left: -80px;
    z-index: 15;
}
.secTeam .item:nth-child(3){
    margin-left: -80px;
    z-index: 20;
}
.secTeam .txtBox{
    margin-top: 25px;
    text-align: center;
    color: #fff;
}
.secTeam .txt{
    font-size: 17px;
    line-height: 2;
    letter-spacing: 2px;
}
.secTeam .txt + .txt{
    margin-top: 35px;
}
@media only screen and (max-width:767px){
    .secTeam{
        padding: 35px 0 41px;
    }
    .secTeam.lazyloaded{
        background: url(../img/lp_2026/bgTeam_sp.jpg) center top / cover;
    }
    .secTeam .topTit{
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 2.1;
    }
    .secTeam .list{
        display: block;
        margin-top: 18px;
        padding-right: 0;
    }
    .secTeam .item{
        position: relative;
        z-index: 12;
        max-width: 341px;
        width: 90.934%;
        margin: 0 auto;
    }
    .secTeam .item:nth-child(2){
        margin: 3px auto 0;
    }
    .secTeam .item:nth-child(3){
        margin: 3px auto 0;
    }
    .secTeam .txtBox{
        margin-top: 20px;
    }
    .secTeam .txt{
        font-size: 13px;
        line-height: 2;
        letter-spacing: 1px;
    }
    .secTeam .txt + .txt{
        margin-top: 26px;
    }
}
/* secWork */
.secWork{
    display: flex;
    align-items: center;
    justify-content: center;
}
.secWork.lazyloaded{
    background: url(../img/lp_2026/bgWork.jpg) center top / cover;
}
.secWork .txtBox{
    text-align: center;
}
@media only screen and (max-width:767px){
    .secWork{
        padding: 52px 0 53px;
    }
    .secWork.lazyloaded{
        background: url(../img/lp_2026/bgWork_sp.jpg) center top / cover;
    }
    .secWork .txtBox{
        max-width: 336px;
        width: 89.6%;
        margin: 0 auto
    }
}
/* ▼260326 */
#container{
    overflow: visible;
}
.secTeam, .secWork{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0px)!important;
}
@media only screen and (min-width:768px){
    .secConcept{
        height: calc(400vh + 200vh);
    }
    .secConcept .concept_styky{
        top: 110px;
        height: calc(100vh - 110px);
    }
    .secTeam .topTit{
        font-size: 30px;
        line-height: calc(45 / 30);
    }
    .secTeam .list{
        max-width: 1130px;
        max-width:900px;
        padding: 0;
        margin: 0 auto;
        margin-top: 18px;
    }
    .secTeam .item{
        width: calc(430 / 1130 * 100%);
    }
    .secTeam .list img{
        width: 100%;
        height: auto;
    }
    .secTeam .txt{
        font-size: 15px;
        line-height: calc(25 / 15);
    }
    .secspContent{
        display: none;
    }
    .secTeam .txt + .txt{
        margin-top: 20px;
    }
    /* Macbook用 */
    _::-webkit-full-page-media, _:future, :root .secTeam .list{
        max-width:750px;
    }
    _::-webkit-full-page-media, _:future, :root .secTeam .txt{
        font-size: 13px;
        line-height: calc(20 / 13);
    }
    _::-webkit-full-page-media, _:future, :root .secTeam .txt + .txt{
        margin-top: 15px;
    }
    _::-webkit-full-page-media, _:future, :root .secWork .txtBox{
        max-width: 900px;
    }
    _::-webkit-full-page-media, _:future, :root .secWork .txtBox img{
        width: 100%;
        height: 100%;
    }
    .secPlan .planInner + .planInner{
        margin-top: 30px;
    }
}
@media only screen and (max-width:767px){
    .secConcept{
        height: auto;
    }
    .secConcept .concept_styky{
        top: 60px;
        height: calc(100vh - 60px);
        z-index: 50;
        transition: 0.5s;
        opacity: 1;
    }
    .secConcept .concept_styky.hide{
        opacity: 0;
        pointer-events: none;
    }
    .secspContent .secTeam,
    .secspContent .secWork{
        position: relative;
    }
    .secConcept .activebox.active{
        opacity: 0;
    }
    .secTeam{
        padding-top: calc(35px + 60px);
    }
    .secPlan .planInner + .planInner{
        margin-top: 20px;
    }
}