@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.contentCover{
    background: #dadada;
    color: #000;
}
.mainContent{
    padding-bottom: 150px;
}
@media only screen and (max-width:767px){
    .contentCover{
        display: flex;
        flex-direction: column;
    }
    .mainContent{
        order: 2;
        padding-bottom: 50px;
    }
    .mainContent.details{
        padding-bottom: 9px;
    }
}
.secCmnTit{
    background: url(../img/performance/bgTop.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background-image: url(../img/performance/bgTop_sp.jpg);
        background-size: cover;
    }
}

/*-----------------------------------------------
    secPerformance
-----------------------------------------------*/
.secPerformance{
    width: 100%;
}
/* .secHero */
.secHero{
    width: 100%;
    margin-top: 27px;
}
.secHero .Inner{
    width: 100%;
}
.secHero .ImgArea{
    width: calc(1060 / (1920 - 180) * 100%);
    max-width: 1060px;
}
.secHero .imgBox{
    width: 100%;
}
.secHero .txtArea{
    width: 100%;
}
.secHero .tit{
    font-size: 28px;
    line-height: calc(61 / 28);
    letter-spacing: 0.25em;
}
.secHero .txt{
    font-size: 15px;
    line-height: calc(36 / 15);
    margin-top: 30px;
    letter-spacing: 0.2em;
}
@media only screen and (min-width:768px){
    .secHero .Inner{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-left: calc((100% - 1560px) / 2);
    }
    .secHero .txtArea{
        flex: 1;
        width: calc(100% - (1060 / 1920 * 100%));
        padding-right: 50px;
    }
    @media only screen and (max-width:1660px){
        .secHero .Inner{
            padding-left: 50px;
        }
        .secHero .txt{
            letter-spacing: 0.1em;
        }
    }
}
@media only screen and (max-width:767px){
    .secHero{
        margin-top: 40px;
    }
    .secHero .Inner{
        width: 100%;
    }
    .secHero .ImgArea{
        width: 100%;
        max-width: 100%;
    }
    .secHero .txtArea{
        width: calc(325 / 375 * 100%);
        margin: 0 auto;
        margin-top: 21px;
    }
    .secHero .tit{
        font-size: 15px;
        line-height: calc(31 / 15);
    }
    .secHero .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
        margin-top: 17px;
    }
}

/* secAnchortab */
.secAnchortab{
    width: 100%;
    margin-top: 89px;
}
.secAnchortab .titlebox{
    text-align: center;
}
.secAnchortab .titEng{
    font-size: 90px;
    line-height: calc(90 / 90);
    color: #000;
}
.secAnchortab .titJpn{
    color: #262828;
    font-size: 14px;
    line-height: calc(26 / 14);
    margin-top: 1px;
    letter-spacing: 0.1em;
}
.secAnchortab .Inner{
    width: calc(100% - 100px);
    margin: 0 auto;
    max-width: 1240px;
    margin-top: 43px;
}
.secAnchortab .list{
    display: flex;
}
.secAnchortab .item{
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
.secAnchortab .item:last-child{
    margin-right: 0;
}
.secAnchortab .innerLink{
    width: 100%;
    height: 400px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.secAnchortab .linkIn{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: calc(35px + 38px);
}
.secAnchortab .linkIn::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #262828;
    bottom: 0;
    left: calc(50% - 17.5px);
    overflow: hidden;
}
.secAnchortab.lazyloaded .linkIn::after{
    background: url(../img/performance/iconArrow.png) center top no-repeat #262828;
    background-size: 100% auto;
}
.secAnchortab .subtitEng{
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 0.05em;
}
.secAnchortab .subtitJpn{
    font-size: 28px;
    line-height: calc(35 / 28);
    margin-top: 37px;
    letter-spacing: 0.15em;
}
.secAnchortab .engtxt{
    font-size: 20px;
    line-height: calc(24 / 20);
    color: rgba(0,0,0,0.5);
    margin-top: 18px;
    letter-spacing: 0.05em;
}
.secAnchortab .underlinkbox{
    width: 100%;
    margin-top: 20px;
}
.secAnchortab .undrlink{
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.secAnchortab .underlinkIn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.secAnchortab .underlinktxt{
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: calc(30 / 20);
    padding-right: calc(28px + 20px);
    letter-spacing: 0.1em;
}
.secAnchortab .underlinktxt::after{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #262828;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.secAnchortab.lazyloaded .underlinktxt::after{
    background: url(../img/performance/iconArrow.png) center top no-repeat #262828;
    background-size: 100% auto;
}
@media only screen and (max-width:767px){
    .secAnchortab{
        margin-top: 43px;
    }
    .secAnchortab .titEng{
        font-size: 40px;
        line-height: calc(40 / 40);
    }
    .secAnchortab .titJpn{
        font-size: 12px;
        line-height: calc(20 / 12);
        margin-top: 4px;
    }
    .secAnchortab .Inner{
        width:calc(325 / 375 * 100%);
        max-width:100%;
        margin-top: 27px;
    }
    .secAnchortab .list{
        display:block;
    }
    .secAnchortab .item{
        width: 100%;
        margin-right: 0px;
    }
    .secAnchortab .item + .item{
        margin-top: 10px;
    }
    .secAnchortab .innerLink{
        height: auto;
        display: block;
    }
    .secAnchortab .linkIn{
        padding-top: 15px;
        padding-bottom: 14px;
    }
    .secAnchortab .linkIn::after{
        width: 25px;
        height: 25px;
        bottom: auto;
        top: calc(50% - 12.5px);
        left: auto;
        right: 20px;
    }
    .secAnchortab .subtitEng{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    .secAnchortab .subtitJpn{
        font-size: 18px;
        line-height: calc(24 / 18);
        margin-top: 1px;
    }
    .secAnchortab .engtxt{
        font-size: 12px;
        line-height: calc(20 / 12);
        margin-top: 2px;
    }
    .secAnchortab .underlinkbox{
        margin-top: 10px;
    }
    .secAnchortab .undrlink{
        height: 65px;
    }
    .secAnchortab .underlinktxt{
        display: block;
        font-size: 16px;
        line-height: calc(24 / 16);
        padding-right: 0;
    }
    .secAnchortab .underlinktxt::after{
        width: 25px;
        height: 25px;
        bottom: auto;
        right: 20px;
        top: calc(50% - 12.5px);
    }
}
/* secIndexTitle */
.secIndexTitle{
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color:rgba(0,0,0,0.3);
    padding: 91px 0 92px;
}
.secIndexTitle .titleIn{
    text-align: center;
}
.secIndexTitle .titEng{
    font-size: 30px;
    line-height: calc(40 / 30);
    color: rgba(0,0,0,0.5);
    letter-spacing: 0.05em;
}
.secIndexTitle .titJpn{
    font-size: 40px;
    line-height: calc(50 / 40);
    margin-top: 21px;
    letter-spacing: 0.15em;
}
.secIndexTitle .subtxt{
    font-size: 15px;
    line-height: calc(36 / 15);
    margin-top: 16px;
    letter-spacing: 0.225em;
}
@media only screen and (max-width:767px){
    .secIndexTitle{
        padding: 30px 0 32px;
    }
    .secIndexTitle .titleIn{
        width: calc(325 / 375 * 100%);
        margin: 0 auto;
    }
    .secIndexTitle .titEng{
        font-size: 12px;
        line-height: calc(20 / 12);
        color: #000;
    }
    .secIndexTitle .titJpn{
        font-size: 20px;
        line-height: calc(25 / 20);
        margin-top: 0px;
    }
    .secIndexTitle .subtxt{
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 12px;
        letter-spacing: 0.15em;
    }
}


/* secTaishin */
.secTaishin{
    margin-top: 145px;
}
.secPerformance .taishintopbox{
    text-align: center;
    margin-top: 55px;
}
.secPerformance .toptitbox{
    display: inline-block;
    padding: 0 18px;
    border-bottom: 1px solid;
    border-color: #000;
    padding-bottom: 3px;
    pointer-events: all;
    cursor: pointer;
}
.secPerformance .toptit{
    display: inline-block;
    position: relative;
    padding-right: calc(13px + 14px);
    font-size: 15px;
    line-height: calc(25 / 15);
    letter-spacing: 0.05em;
}
.secPerformance .toptit::after{
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    right: 0;
    top: calc(50% - 5px);
    transform: rotate(180deg);
    transition: 0.5s;
}
.secPerformance .toptitbox.on .toptit::after{
    transform: rotate(0deg);
}
.secPerformance.lazyloaded .toptit::after{
    background: url(../img/performance/imgIcon_taishinTop.png) center top no-repeat;
    background-size: 100% auto;
}
.secPerformance .toptxt{
    display: none;
    font-size: 13px;
    line-height: calc(28 / 13);
    margin-top: 24px;
    letter-spacing: 0.05em;
}
@media only screen and (max-width:767px){
    .secTaishin{
        margin-top: 50px;
    }
    .secPerformance .taishintopbox{
        margin-top: 25px;
    }
    .secPerformance .toptitbox{
        padding: 0 10px;
        padding-bottom: 4px;
    }
    .secPerformance .toptit{
        padding-right: calc(8px + 14px);
        font-size: 13px;
        line-height: calc(20 / 13);
    }
    .secPerformance .toptxt{
        font-size: 10px;
        line-height: calc(15 / 10);
        margin-top: 18px;
        text-align: left;
    }
}

.secTaishin .taishinContent{
    width: 100%;
}
.secTaishin .taishinContent + .taishinContent{
    margin-top: 100px;
    border-top: 1px solid;
    border-color:rgba(0,0,0,0.3);
}
.secTaishin .contentIn{
    padding-top: 90px;
}
/* secTaishintitArea */
.secTaishintitArea{
    width: 100%;
    display: flex;
}
.secTaishintitArea .titleft{
    width: 595px;
    padding-right: 50px;
    padding-top: 4px;
}
.secTaishintitArea .leftsub{
    font-size:20px;
    line-height: calc(30 / 20);
    letter-spacing: 0.175em;
}
.secTaishintitArea .lefttit{
    font-size: 28px;
    line-height: calc(35 / 28);
    margin-top: 16px;
    letter-spacing: 0.15em;
}
.secTaishintitArea .titright{
    flex: 1;
    text-align: left;
}
.secTaishintitArea .righttxt{
    font-size: 15px;
    line-height: calc(36 / 15);
    letter-spacing: 0.25em;
}
@media only screen and (min-width:768px){
    .secTaishin .type02 .secTaishintitArea .righttxt{
        letter-spacing: 0.2em;
    }
}
/* img_scroll */
.img_scroll{
    width: 100%;
    margin-top: 50px;
}
.img_scroll .imgBox{
    width: 100%;
}
@media only screen and (max-width:767px){
    .secTaishin .taishinContent{
        width: 100%;
    }
    .secTaishin .taishinContent +.taishinContent{
        margin-top: 26px;
    }
    .secTaishin .contentIn{
        padding: 0 25px;
        padding-top: 29px;
    }
    /* secTaishintitArea */
    .secTaishintitArea{
        display: block;
    }
    .secTaishintitArea .titleft{
        width:100%;
        padding: 0;
    }
    .secTaishintitArea .leftsub{
        font-size:12px;
        line-height: calc(20 / 12);
    }
    .secTaishintitArea .lefttit{
        font-size: 18px;
        line-height: calc(24 / 18);
        margin-top: 3px;
    }
    .secTaishintitArea .titright{
        width: 100%;
        margin-top: 13px;
    }
    .secTaishintitArea .righttxt{
        font-size: 12px;
        line-height: calc(28 / 12);
    }
    /* img_scroll */
    .img_scroll{
        margin-top: 22px;
    }
    .img_scroll .imgBox{
        width: 100%;
    }
    .secTaishin .taishinContent.type01 .img_scroll .imgBox{
        width: calc(471 / 375 * 100vw);
    }
    .secTaishin .taishinContent.type02 .img_scroll .imgBox{
        width: calc(765 / 375 * 100vw);
    }
    .scrollItem{
        position: relative;
        width: 100%;
        height: calc(203 / 375 * 100vw);
        /* max-height: 406px; */
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .secTaishin .taishinContent.type02 .scrollItem{
        height: calc(233 / 375 * 100vw);
        max-height: 466px;
    }
    .scrollItem::-webkit-scrollbar{
        display: none;
    }
    .scrollItem::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/common/iconScroll.png) center center / 150px auto no-repeat;
        transition: all 0.2s ease-out 0.2s;
        animation: scrollItemAnimation 1s linear infinite;
        z-index: 10;
        pointer-events: none;
    }
    .scrollItem.scrolled::before{
        opacity: 0;
    }
    @keyframes scrollItemAnimation {
        0%   { transform:translateX(0); }
        25%   { transform:translateX(10px) }
        50% { transform:translateX(0); }
        75% { transform:translateX(-10px); }
        100% { transform:translateX(0); }
    }
    .secTaishin .scrollItem{
        width: calc(100% + 25px);
    }
}

/* miraiebox */
.secTaishin .miraiebox{
    width: 100%;
    margin-top:60px;
}
.secTaishin .miraieIn{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.secTaishin .miraieIn .imgArea{
    width: 653px;
}
.secTaishin .miraieIn .txtArea{
    flex: 1;
    text-align: center;
}
.secTaishin .miraieIn .txtIn{
    display: inline-block;
    text-align: center;
}
.secTaishin .miraieIn .tit{
    font-size: 28px;
    line-height: calc(35 / 28);
    letter-spacing: 0.2em;
}
.secTaishin .miraieIn .txt{
    position: relative;
    font-size: 14px;
    line-height: calc(38 / 14);
    padding-top: 29px;
    margin-top: 17px;
    letter-spacing: 0.05em;
}
.secTaishin .miraieIn .txt::before{
    content: "";
    width: 1px;
    height: 20px;
    background-color:#909894;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    transform: rotate(45deg);
}
@media only screen and (max-width:767px){
    .secTaishin .miraiebox{
        margin-top: 35px;
    }
    .secTaishin .miraieIn{
        display: block;
    }
    .secTaishin .miraieIn .imgArea{
        width: 100%;
        max-width: 100%;
    }
    .secTaishin .miraieIn .txtArea{
        width: 100%;
        margin-top: 16px;
    }
    .secTaishin .miraieIn .txtIn{
        display: block;
    }
    .secTaishin .miraieIn .tit{
        font-size: 18px;
        line-height: calc(24 / 18);
        letter-spacing: 0.1em;
    }
    .secTaishin .miraieIn .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
        padding-top: 29px;
        margin-top: 9px;
        letter-spacing: 0;
    }
}
.secTaishin .scrollItem + .taishintopbox{
    margin-top: 57px;
}
@media only screen and (max-width:767px){
    .secTaishin .scrollItem + .taishintopbox{
        margin-top: 32px;
    }
}
/* es_box */
.secTaishin .es_box{
    width: 100%;
    margin-top: 112px;
}
.secTaishin .es_In{
    position: relative;
    min-height:462px;
    padding-right: calc(820px + 50px);
    text-align: center;
    padding-top: 78px;
}
@media only screen and (min-width:768px){
    .secTaishin .es_In .imgArea{
        position: absolute;
        width: 820px;
        top: 0;
        right: 0;
    }
}
.secTaishin .es_In .tit{
    font-size: 28px;
    line-height: calc(35 / 28);
    letter-spacing: 0.2em;
}
.secTaishin .es_In .taishintopbox{
    margin-top: 128px;
}
.secTaishin .es_In .movieBox{
    width: 100%;
    position: relative;
    height: 0;
    padding-top: calc(462 / 820 * 100%);
    overflow: hidden;
}
.secTaishin .es_In .movieBox video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit:cover;';
}
@media only screen and (max-width:767px){
    .secTaishin .es_box{
        margin-top: 28px;
    }
    .secTaishin .es_In{
        min-height:0;
        padding: 0;
    }
    .secTaishin .es_In .imgArea{
        width: 100%;
        margin-top: 16px;
    }
    .secTaishin .es_In .tit{
        font-size: 18px;
        line-height: calc(24 / 18);
    }
    .secTaishin .es_In .taishintopbox{
        margin-top: 33px;
    }
}

/* secConcept */
.secConcept{
    width: 100%;
    overflow: hidden;
    margin-top: 130px;
}
.secConcept .conceptIn{
    position: relative;
}
.secConcept .conceptImg{
    position: absolute;
    width: 1080px;
    top: 0;
    right: 550px;
}
.secConcept .txtArea{
    position: relative;
    padding-left: calc(790px - 194px);
    min-height: 720px;
    padding-top: calc(434px + 61px);
}
.secConcept .imgtit_tategaki{
    width: 208px;
    position: absolute;
    top: 0;
    right: 170px;
}
.secConcept .txtBox{
    background-color:#dadada;
    position: relative;
    z-index: 3;
    padding: 39px 50px 0;
    width: 100%;
}
.secConcept .txt{
    font-size: 15px;
    line-height: calc(36 / 15);
    letter-spacing: 0.15em;
}
@media only screen and (max-width:767px){
    .secConcept{
        margin-top: 47px;
    }
    .secConcept .conceptIn{
        position: relative;
    }
    .secConcept .conceptImg{
        position: absolute;
        width: calc(210 / 375 * 100vw);
        right: auto;
        left: 0;
    }
    .secConcept .txtArea{
        position: relative;
        padding-left: 65px;
        padding-right: 20px;
        min-height: 0;
        padding-top: calc(223px + 42px);
    }
    .secConcept .imgtit_tategaki{
        width: 84px;
        right: auto;
        top: 11px;
        left: calc((210 / 375 * 100vw) + 37px);
    }
    .secConcept .txtBox{
        background-color:#dadada;
        position: relative;
        z-index: 3;
        padding: 21px 24px 0;
        padding-right: 0;
        width: 100%;
    }
    .secConcept .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
        letter-spacing: 0;
    }
}

/* secDannetsu */
.secDannetsu{
    width: 100%;
    margin-top: 140px;
}
.secDannetsu .Inner{
    padding-top: 100px;
}
@media only screen and (min-width:768px){
    .secDannetsu .secIndexTitle{
        padding: 91px 0 89px;
    }
}
@media only screen and (max-width:767px){
    .secDannetsu{
        margin-top: 42px;
    }
    .secDannetsu .secIndexTitle{
        
padding-bottom: 29px;
    }
    .secDannetsu .Inner{
        padding-top: 35px;
    }
}

/* secDannetsu_Hero */
.secDannetsu_Hero{
    width: 100%;
}
.secDannetsu_Hero .herotitbox{
    position: relative;
    text-align: center;
    padding-top: calc(60px + 25px);
}
.secDannetsu_Hero .herotitbox::after{
    content: "";
    position: absolute;
    width: 70px;
    height: 60px;
    top: 0;
    left: calc(50% - 35px);
}
.secDannetsu_Hero.lazyloaded .herotitbox::after{
    background: url(../img/performance/imgIcon_dannetsu.png) center top no-repeat;
    background-size: 100% auto;
}
.secDannetsu_Hero .herotit{
    font-size: 28px;
    line-height: calc(35 / 28);
    letter-spacing: 0.2em;
}
.secDannetsu_Hero .herotxtbox{
    position: relative;
    text-align: center;
    padding-top: 29px;
    margin-top: 17px;
}
.secDannetsu_Hero .herotxtbox::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #909894;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    transform: rotate(45deg);
}
.secDannetsu_Hero .herotxt{
    font-size: 14px;
    line-height: calc(38 / 14);
    letter-spacing: 0.05em;
}
@media only screen and (max-width:767px){
    .secDannetsu_Hero{
        width: 100%;
        padding: 0 25px;
    }
    .secDannetsu_Hero .herotitbox{
        padding-top: calc(45px + 25px);
    }
    .secDannetsu_Hero .herotitbox::after{
        width: 52px;
        height: 45px;
        left: calc(50% - 26px);
    }
    .secDannetsu_Hero .herotit{
        font-size: 18px;
        line-height: calc(24 / 18);
    }
    .secDannetsu_Hero .herotxtbox{
        padding-top: 26px;
        margin-top: 10px;
    }
    .secDannetsu_Hero .herotxt{
        font-size: 12px;
        line-height: calc(28 / 12);
        letter-spacing: 0;
    }
}

/* areaImgcontent */
.secDannetsu_Hero .areaImgcontent{
    margin-top: 40px;
}
.secDannetsu_Hero .areaImgtit{
    text-align: center;
    font-weight: bold;
}
.areaImgcontent .areatit{
    font-size: 18px;
    line-height: calc(30 / 18);
    display: inline;
    letter-spacing: 0.15em;
}
.secDannetsu_Hero .areatxt{
    font-size: 12px;
    line-height: calc(20 / 12);
    display: inline;
    padding-left: 10px;
}
@media only screen and (min-width:768px){
    .secDannetsu_Hero .img_scroll{
        margin-top: 25px;
    }
    .secDannetsu_Hero .areaImgcontent .imgBox{
        width: 1149px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:767px){
    .secDannetsu_Hero .areaImgcontent{
        margin-top: 31px;
    }
    .areaImgcontent .areatit{
        font-size: 12px;
        line-height: calc(14 / 12);
        display: block;
    }
    .secDannetsu_Hero .areatxt{
        font-size: 10px;
        line-height: calc(12 / 10);
        display: block;
        padding-left: 0;
        margin-top: 6px;
    }
    .secDannetsu_Hero .scrollItem{
        height: calc(264 / 375 * 100vw);
        max-height: 486px;
        margin-top: 13px;
        width: calc(100% + 25px);
    }
    .secDannetsu_Hero .scrollItem .imgBox{
        width: calc(624 / 375 * 100vw);
        max-width:1149px
    }
}
.secDannetsu .contenttitle{
    text-align: center;
}
.secDannetsu .contenttitle .contenttit{
    font-size: 28px;
    line-height: calc(35 / 28);
    letter-spacing: 0.2em;
}
.secDannetsu .contenttitle .contenttxtbox{
    position: relative;
    text-align: center;
    padding-top: 29px;
    margin-top: 17px;
}
.secDannetsu .contenttitle .contenttxtbox::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #909894;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    transform: rotate(45deg);
}
.secDannetsu .contenttitle .contenttxt{
    font-size: 14px;
    line-height: calc(38 / 14);
    letter-spacing: 0.05em;
}
@media only screen and (max-width:767px){
    .secDannetsu .contenttitle .contenttit{
        font-size: 18px;
        line-height: calc(24 / 18);
    }
    .secDannetsu .contenttitle .contenttxtbox{
        padding-top: 26px;
        margin-top: 10px;
    }
    .secDannetsu .contenttitle .contenttxt{
        font-size: 12px;
        line-height: calc(28 / 12);
        letter-spacing: 0;
    }
}


/* secDannetsu_Standard */
.secDannetsu_Standard{
    margin-top: 115px;
}
.secDannetsu_Standard .taishintopbox{
    margin-top: 44px;
}
@media only screen and (max-width:767px){
    .secDannetsu_Standard{
        margin-top: 31px;
    }
    .secDannetsu_Standard .s_Inner{
        padding: 0 25px;
    }
    .secDannetsu_Standard .taishintopbox{
        margin-top: 24px;
    }
}

/* secDannetsu_Specification */
.secDannetsu_Specification{
    margin-top: 106px;
}
.secDannetsu_Specification .ImgBox{
    margin: 0 auto;
    margin-top: 16px;
    width: 800px;
}
@media only screen and (max-width:767px){
    .secDannetsu_Specification{
        margin-top: 26px;
    }
    .secDannetsu_Specification .s_Inner{
        padding: 0 25px;
    }
    .secDannetsu_Specification .ImgBox{
        width: 100%;
        max-width: 650px;
        margin-top: 30px;
    }
}

/* secDannetsu_Concept */
.secDannetsu_Concept{
    margin-top: 130px;
}
.secDannetsu_Concept .conceptIn{
    position: relative;
    padding-left: 85px;
}
.secDannetsu_Concept .conceptImg{
    position: absolute;
    width: 1080px;
    height: 720px;
    top: 0;
    left: 551px;
}
.secDannetsu_Concept .txtArea{
    position: relative;
    padding-right: calc(790px - 196px);
    padding-top: calc(384px + 111px);
}
.secDannetsu_Concept .imgtit_tategaki{
    position: absolute;
    width: 117px;
    top: 0;
    left: 0;
}
.secDannetsu_Concept .txtBox{
    position: relative;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    background-color: #dadada;
    z-index: 3;
    position: relative;
}
.secDannetsu_Concept .txt{
    font-size: 15px;
    line-height: calc(36 / 15);
    letter-spacing: 0.15em;
}
.secDannetsu_Concept .taishintopbox{
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secDannetsu_Concept{
        margin-top: 50px;
    }
    .secDannetsu_Concept .conceptIn{
        position: relative;
        padding: 0;
    }
    .secDannetsu_Concept .conceptImg{
        width: calc(210 / 375 * 100vw);
        right: 0;
        left: auto;
    }
    .secDannetsu_Concept .txtArea{
        position: relative;
        padding-right:65px;
        padding-left: 25px;
        min-height: 0;
        padding-top: calc(199px + 66px);
    }
    .secDannetsu_Concept .imgtit_tategaki{
        position: absolute;
        width: 49px;
        top: 10px;
        left: auto;
        right: calc((210 / 375 * 100vw) + 58px);
    }
    .secDannetsu_Concept .txtBox{
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .secDannetsu_Concept .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
        letter-spacing: 0;
    }
    .secDannetsu_Concept .taishintopbox{
        margin-top: 22px;
        padding: 0 25px;
    }
}

/* secPerformance */
.secPerformance_Option{
    margin-top: 146px;
}
.secPerformance_Option .performance_toptxt{
    text-align: center;
    font-size: 13px;
    line-height: calc(28 / 13);
    margin-top: 53px;
}
@media only screen and (min-width:768px){
    .secPerformance_Option .secIndexTitle{
        padding: 91px 0 89px;
    }
}
@media only screen and (max-width:767px){
    .secPerformance_Option{
        margin-top: 47px;
    }
    .secPerformance_Option .secIndexTitle{}
    .secPerformance_Option .performance_toptxt{
        font-size: 10px;
        line-height: calc(16 / 10);
        margin-top: 22px;
    }
}
/* secPerformance_Option .Inner */
.secPerformance_Option .Inner{
    margin-top: 100px;
}
.secPerformance_Option .list{
    display: flex;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.2);
}
.secPerformance_Option .Item{
    width: calc((100% - 2px) / 3);
    position: relative;
}
.secPerformance_Option .Item + .Item::after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.secPerformance_Option .Itembox{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
}
.secPerformance_Option .ItemIn{
    padding-top: 107px;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 34px;
}
.secPerformance_Option .ItemIn::after{
    content: "";
    position: absolute;
}
.secPerformance_Option.lazyloaded .ItemIn::after{
    background: url(../img/common/tp.gif) center top no-repeat;
    background-size: 100% auto;
}
.secPerformance_Option .Item.icon01 .ItemIn::after{
    width: 69px;
    height: 62px;
    left: calc(50% - 46.5px);
    top: 22px;
}
.secPerformance_Option .Item.icon02 .ItemIn::after{
    width: 72px;
    height: 49px;
    left: calc(50% - 36px);
    top: 30px;
}
.secPerformance_Option .Item.icon03 .ItemIn::after{
    width: 61px;
    height: 63px;
    left: calc(50% - 30.5px);
    top: 23px;
}
.secPerformance_Option.lazyloaded .Item.icon01 .ItemIn::after{
    background-image: url(../img/performance/iconPerformance01.png);
}
.secPerformance_Option.lazyloaded .Item.icon02 .ItemIn::after{
    background-image: url(../img/performance/iconPerformance02.png);
}
.secPerformance_Option.lazyloaded .Item.icon03 .ItemIn::after{
    background-image: url(../img/performance/iconPerformance03.png);
}
.secPerformance_Option .tit{
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 0.15em;
}
.secPerformance_Option .txtbox{
    position: relative;
    padding-top: 35px;
    margin-top: 12px;
    text-align: center;
}
.secPerformance_Option .txtbox::after{
    content: "";
    width: 1px;
    height: 30px;
    background-color: #909894;
    position: absolute;
    top: 0;
    left: calc(50% - 0.5px);
    transform: rotate(45deg);
    z-index: 1;
}
.secPerformance_Option .txt{
    font-size: 14px;
    line-height: calc(38 / 14);
}
@media only screen and (max-width:767px){
    .secPerformance_Option .Inner{
        margin-top: 39px;
        padding: 0 25px;
    }
    .secPerformance_Option .list{
        display: block;
        border: none;
    }
    .secPerformance_Option .Item{
        width: 100%;
    }
    .secPerformance_Option .Item + .Item{
        margin-top: 22px;
        padding-top: 31px;
    }
    .secPerformance_Option .Item + .Item::after{
        width: 100%;
        height: 1px;
    }
    .secPerformance_Option .Itembox{
        height: auto;
        padding:0;
    }
    .secPerformance_Option .ItemIn{
        padding-top: 50px;
        display: block;
        padding-bottom: 0;
    }
    .secPerformance_Option .Item.icon01 .ItemIn{
        padding-top: 71px;
    }
    .secPerformance_Option .Item.icon01 .ItemIn::after{
        width: 50px;
        height: 45px;
        left: calc(50% - 25px);
        top: 0;
    }
    .secPerformance_Option .Item.icon02 .ItemIn{
        padding-top: 48px;
    }
    .secPerformance_Option .Item.icon02 .ItemIn::after{
        width: 52px;
        height: 36px;
        left: calc(50% - 26px);
        top: 0;
    }
    .secPerformance_Option .Item.icon03 .ItemIn{
        padding-top: 60px;
    }
    .secPerformance_Option .Item.icon03 .ItemIn::after{
        width: 44px;
        height: 46px;
        left: calc(50% - 22px);
        top: 0;
    }
    .secPerformance_Option .tit{
        font-size: 15px;
        line-height: calc(22 / 15);
    }
    .secPerformance_Option .txtbox{
        padding-top: 29px;
        margin-top: 8px;
    }
    .secPerformance_Option .txtbox::after{
        height: 20px;
    }
    .secPerformance_Option .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
    }
}
/* secUnderstand */
.secUnderstand{
    margin-top: 150px;
}
@media only screen and (min-width:768px){
    .secUnderstand .Inner{
        display: flex;
        padding-right: calc((100% - 1340px) / 2);
    }
    .secUnderstand .imgArea{
        width: calc(700 / (1920 - 290) * 100%);
        max-width: 700px;
    }
    @media only screen and (max-width:1440px){
        .secUnderstand .Inner{
            padding-right: 50px;
        }
    }
}
.secUnderstand .imgBox{
    width: 100%;
}
.secUnderstand .txtArea{
    flex: 1;
    padding-left: 80px;
}
.secUnderstand .txtIn{
    text-align: left;
    width: 100%;
    padding-top: 90px;
}
.secUnderstand .tit{
    font-size: 28px;
    line-height: calc(61 / 28);
    letter-spacing: 0.1em;
}
.secUnderstand .txt{
    font-size: 15px;
    line-height: calc(36 / 15);
    margin-top: 34px;
    letter-spacing: 0.15em;
}
@media only screen and (max-width:767px){
    .secUnderstand{
        margin-top: 51px;
    }
    .secUnderstand .Inner{
        width: 100%;
    }
    .secUnderstand .imgArea{
        width: 100%;
    }
    .secUnderstand .txtArea{
        width: 100%;
        padding: 0 25px;
        margin-top: 21px;
    }
    .secUnderstand .txtIn{
        padding: 0;
    }
    .secUnderstand .tit{
        font-size: 15px;
        line-height: calc(31 / 15);
    }
    .secUnderstand .txt{
        font-size: 12px;
        line-height: calc(28 / 12);
        margin-top: 17px;
    }
}
.secConceptLink{
    margin-top: 158px;
}
@media only screen and (max-width:767px){
    .secConceptLink{
        margin-top: 71px;
    }
}
@media only screen and (max-width:767px){
    /* pin-spacerに収まるように調整 */
    .pin-spacer:has(#scrollImg01){
        padding-bottom: calc();
    }
    #scrollImg02,
    #scrollImg01{
        position: relative;
        width: 100%;
        overflow: visible;
    }
    #scrollImg02 .slideArea,
    #scrollImg01 .slideArea{
        display: flex;
        align-items: flex-start;
        height: 100%;
        width: max-content;
    }
    #scrollImg01 .imgBox{
        width: calc(471 / 375 * 100vw);
        /* width: 471px; */
        height: 100%;
    }
    #scrollImg02 .imgBox{
        width: calc(765 / 375 * 100vw);
        /* max-width: 1530px; */
        height: 100%;
    }
}
@media only screen and (max-width:360px){
    .areaImgcontent .areatit{
        font-size: 10px;
        line-height: calc(16 / 10);
    }
    .secDannetsu_Hero .herotxt,
    .secDannetsu .contenttitle .contenttxt,
    .secTaishin .miraieIn .txt{
        font-size: 10px;
        line-height: calc(24 / 10);
    }
    .secPerformance .toptit{
        font-size: 12px;
        line-height: calc(20 / 12);
    }
    .secPerformance_Option .txt,
    .secDannetsu_Concept .txt,
    .secConcept .txt{
        font-size: 10px;
        line-height: calc(24 / 10);
    }
    .secDannetsu_Concept .txtArea{
        padding-right: 30px;
    }
    .secConcept .txtArea{
        padding-left: 30px;
    }
}