.secCmnHero{
    background-image: url(../img/concept/bgHero.jpg);
}
.secCmnHero::after {
    display: none;
  
}
@media only screen and (max-width:767px){
    .secCmnHero{
        background-image: url(../img/concept/bgHero_sp.jpg);
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secTop */
.secTop.lazyloaded{
    background-image: url(../img/concept/TopBg01.jpg);
}
.secTop{
    width: 100%;
    padding: 35.3rem 0;
    background-position: center top;
}
.secTop .flexBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.secTop .titEng{
    font-size: var(--pcFontSize38);
    line-height: var(--pcLineHeight38_74);
    color: var(--whiteColor);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing38_200);
}
.secTop .txtJan{
    font-size: var(--pcFontSize18);
    color: var(--whiteColor);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing18_200);
    margin-top: 2.8rem;
}
@media only screen and (max-width:1215px){
    .secTop.lazyloaded{
        background-image: url(../img/concept/TopBg01_sp.jpg);
    }
    .secTop{
        margin-top: 0;
        background-size: 100% auto;
        height: auto;
        padding-top: 5.7rem;
        padding-bottom: 7rem;
    }
    .secTop .flexBox{
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    .secTop .txtTop{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_28);
        letter-spacing: var(--spLetterSpacing0);
    }
    .secTop .secCmnBnr{
        margin-top: 3.4rem;
    }
    .secTop .titEng{
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_40);
        color: var(--whiteColor);
        font-weight: bold;
        letter-spacing: var(--spLetterSpacing20_300);
    }
    .secTop .txtJan{
        font-size: var( --spFontSize14);
        color: var(--whiteColor);
        font-weight: bold;
        letter-spacing: var(--spLetterSpacing14_300);
        margin-top: 2rem;
    }
    .secTop .boxImg{
        max-width: 23.3rem;
        margin: 0 0 0 auto;
        margin-top: 16.7rem;
    }
}

/* .secFeatures */
.secFeatures{
    margin-top: 12.8rem;
    text-align: center;
}
.secFeatures .FeaturesTxt{
    font-size: var(--pcFontSize28);
    font-weight: bold;
}
.secFeatures .FeaturesTxt2{
    font-size: var(--pcFontSize28);
    font-weight: bold;
    padding-top: 1rem;
}
.secFeatures  .nuBnr{
    font-size: var(--pcFontSize40);
    color: var(--keyColor);
}
.secFeatures .FeaturesBox{
    max-width: 142rem;
    margin: 6rem auto 0;
}
@media only screen and (max-width:1215px){
    .secFeatures{
        margin-top: 7.1rem;
        text-align: center;
    }
    .secFeatures .FeaturesTxt{
        font-size: var( --spFontSize16);
        font-weight: bold;
    }
    .secFeatures .FeaturesTxt2{
        font-size: var(--spFontSize16);
        font-weight: bold;
        padding-top: 0.5rem;
    }
    .secFeatures  .nuBnr{
        font-size: var(--spFontSize24);
        color: var(--keyColor);
    }
    .secFeatures .FeaturesBox{
        max-width: 33.5rem;
        margin: 2.5rem auto 0;
        width: calc(335 / 375 * 100%);
}
}
/* secTicker */
.secTicker{
    overflow: hidden;
    margin-top: 13rem;
    position: relative;
}
.secTicker::after{
    background: var(--grayColor_f0);
    background-size: 100% 50%;
    position: absolute;
    content: "";
    bottom: 0;
    height: 25rem;
    width: 100%;
    left: 0;
    z-index: -1;
}
.secTicker .boxTicker {
    display: flex;
}
.secTicker .itemTicker:nth-child(odd) {
    animation: loop 80s -40s linear infinite;
    backface-visibility: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.secTicker .itemTicker:nth-child(even) {
    animation: loop2 80s linear infinite;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}
@media only screen and (max-width:1215px){
    .secTicker{
        overflow: hidden;
        margin-top: 7rem;
    }
    .secTicker .imgTicker{
        height: 200px;
        width: 1212px;
    }
}
.secFeatures .detailsBox{
    background: var(--grayColor_f0);
    text-align: center;
    padding-top: 13rem;
    padding-bottom: 7.9rem;
}
.secFeatures .detailsBox .detailsTxt{
    font-size: var(--pcFontSize24);
    font-weight: bold;
}
.secFeatures .detailsBox .detailsTit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_74);
    font-weight: bold;
    padding-top: 2rem;
}
.secFeatures .detailsImg.lazyloaded{
    background-image: url(../img/concept/mainBg.jpg);
}
.secFeatures .detailsImg{
    height: auto;
    margin: 0 auto;
    margin-top: 0;
    /* padding-top: 19rem; */
    padding: 19.3rem 0;
    background-position: center top;
}
.secFeatures .detailsFlex{
    display: flex;
    justify-content: space-between;
}
.secFeatures .detailsTxtJust{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_70);
    color: var(--whiteColor);
    font-weight: bold;
    text-align: left;
    letter-spacing: var( --pcLetterSpacing34_220);
}
.secFeatures  .secBgBox{
    position: relative;
}
.secFeatures  .secBgBox::after{
    background: var(--grayColor_f0);
    background-size: 100% 50%;
    position: absolute;
    content: "";
    top: 0;
    height: 37.5rem;
    width: 100%;
    left: 0;
    z-index: -1;
}
.secFeatures .rightBox{
    width: 52%;
}
.secFeatures .detailsTxtJust01{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_52);
    color: var(--whiteColor);
    font-weight: bold;
    text-align: left;
}
@media only screen and (max-width:1540px){
    .secFeatures .detailsTxtJust01 .brPc{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secFeatures .detailsBox{
        background: var(--grayColor_f0);
        text-align: center;
        padding-top: 6.5rem;
        padding-bottom: 3.2rem;
    }
    .secFeatures .detailsBox .detailsTxt{
        font-size: var(--spFontSize16);
        font-weight: bold;
        line-height: var(--spLineHeight16_25);
    }
    .secFeatures .detailsBox .detailsTit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_36);
        font-weight: bold;
        padding-top: 0.7rem;
    }
    .secFeatures .detailsImg.lazyloaded{
        background-image: url(../img/concept/mainBg_sp.jpg);
    }
    .secFeatures .detailsImg{
        height: auto;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 8.2rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding-bottom: 0;
    }
    .secFeatures .detailsFlex{
        display: block;
        padding: 0 1.9rem;
        padding-bottom: 1.5rem;
    }
    .secFeatures .detailsTxtJust{
        font-size: var( --spFontSize18);
        line-height: var(--spLineHeight18_38);
        color: var(--whiteColor);
        font-weight: bold;
        text-align: left;
        letter-spacing: var(--spLetterSpacing18_300);
    }
    .secFeatures  .secBgBox{
        position: relative;
        padding-bottom: 7rem;
    }
    .secFeatures  .secBgBox::after{
        background: var(--grayColor_f0);
        background-size: 100% auto;
        position: absolute;
        content: "";
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: -1;
    }
    .secFeatures .rightBox{
        padding-left: 0;
        flex: 1;
        padding-top: 1.2rem;
        width: 100%;
    }
    .secFeatures .detailsTxtJust01{
        font-size: var( --spFontSize12);
        line-height: var( --spLineHeight12_26);
        color: var(--whiteColor);
        font-weight: bold;
        text-align: left;
    }
    .secFeatures .spTxt{
        margin-top: -1.1rem;
        display: block;
    }
}

/* secJust */
.secJust{
    margin-top: 11rem;
}
.secJust .justTit{
    font-size: var(--pcFontSize28);
    line-height: var(--pcLineHeight28_60);
    text-align: center;
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing28_60);
}
.secJust .justList{
    margin-top: 6.3rem;
}
.secJust .justList .jusyItem{
    display: flex;
    justify-content: space-between;
    border-top:0.1rem solid var(--borderColor);
    padding-top: 10rem;
    align-items: center;
}
.secJust .justList .jusyItem:nth-child(n+2){
    margin-top: 10.2rem;
}
.secJust .justList .jusyItem:nth-child(even){
    flex-direction: row-reverse;
}
.secJust .justList .jusyItem:last-child{
    border-bottom: 0.1rem solid var(--borderColor);
    padding-bottom: 10rem;
}
.secJust .txtBoxJust{
    text-align: left;
    width: 40%;
}
.secJust .justImgBox{
    width: 55.814%;
}
.secJust .justList .jusyItem:nth-child(even) .justImgBox{
    padding-left: 0;
    flex: none;
}
.secJust .txtTitJust{
    font-size:var(--pcFontSize28);
    font-weight: bold;
}
.secJust .txtTitJust .spanBorder{
    position: relative;
}
.secJust .txtTitJust .spanBorder::after{
    position: absolute;
    content: "";
    bottom: -1.4rem;
    /* border: 0.1rem solid var(--textColor); */
    width: 100%;
    height: 0.1rem;
    left: 0;
    background: url(../img/concept/borderImg.jpg) no-repeat center center;
}
.secJust .txtJust{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_32);
    /* padding-top: 4rem; */
    margin-top: 5.5rem;
}
.secJust .txtJust .bgColor{
    background: var(--NewColor);
}
@media only screen and (max-width:1640px){
    .secJust .txtJust .brPc{
        display: none;
    }
}
@media only screen and (max-width:1215px){
    .secJust{
        margin-top: 6.3rem;
    }
    .secJust .justTit{
        font-size: var(--spFontSize16);
        line-height: var(--spLineHeight16_25);
        text-align: center;
        font-weight: bold;
        letter-spacing: var(--pcLetterSpacing28_60);
    }
    .secJust .justList{
        margin-top: 2.6rem;
    }
    .secJust .justList .jusyItem{
        display: flex;
        justify-content: space-between;
        border-top:0.1rem solid var(--borderColor);
        padding-top: 3rem;
        align-items: center;
        flex-direction: column-reverse;
    }
    .secJust .justList .jusyItem:nth-child(n+2){
        margin-top: 4.6rem;
    }
    .secJust .justList .jusyItem:nth-child(2){
        flex-direction: column-reverse;
    }
    .secJust .justList .jusyItem:nth-child(3){
        border-bottom: 0.1rem solid var(--borderColor);
        padding-bottom: 4.5rem;
    }
    .secJust .txtBoxJust{
        text-align: left;
        width: 100%;
        margin-top: 3rem;
    }
    .secJust .justList .jusyItem:nth-child(2) .txtBoxJust{
        padding-left: 0;
    }
    .secJust .justImgBox{
        flex: 1;
        padding-left: 0;
        width: 100%;
    }
    .secJust .justList .jusyItem:nth-child(2) .justImgBox{
        padding-left: 0;
        flex: none;
    }
    .secJust .justList .jusyItem:nth-child(3) .justImgBox{
        padding-left:0;
    }
    .secJust .txtTitJust{
        font-size: var(--spFontSize16);
        font-weight: bold;
    }
    .secJust .txtTitJust .spanBorder{
        position: relative;
    }
    .secJust .txtTitJust .spanBorder::after{
        position: absolute;
        content: "";
        bottom: -0.7rem;
        /* border: 0.1rem solid var(--textColor); */
        width: 100%;
        height: 0.1rem;
        left: 0;
    }
    .secJust .txtJust{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_24);
        /* padding-top: 4rem; */
        margin-top: 2.7rem;
    }
    .secJust .txtJust .bgColor{
        background: var(--NewColor);
    }
}
/* secUnderConcept */
.secUnderConcept{
    width: 100%;
    margin-top: 15rem;
    color: var(--whiteColor);
}
.secUnderConcept.lazyloaded{
    background: url(../img/index/imgbgConcept.jpg) center top no-repeat var(--whiteColor);
    background-size: 192rem auto;
}
.secUnderConcept .ConceptOnbox{
    width: 100%;
    min-height: calc(102rem - 32.5rem);
    padding-top: 10.9rem;
}
.secUnderConcept .secIndexTitle{
    width: 100%;
    color: var(--whiteColor);
}
.secUnderConcept .secIndexTitle .titJpn .titInner{
    border-color: var(--whiteColor);
}
.secUnderConcept .conceptArea{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 7.1rem;
}
.secUnderConcept .titbox{
    display: inline-block;
    padding-left: 14.8rem;
}
.secUnderConcept .tit{
    font-size: var(--pcFontSize34);
    line-height: var(--pcLineHeight34_70);
    font-weight: bold;
    letter-spacing: var(--pcLetterSpacing34_300);
}
.secUnderConcept .txtBox{
    display: inline-block;
    padding-right: 14rem;
    padding-left: 2rem;
}
.secUnderConcept .txtInner{
    width: 100%;
    text-align: left;
}
.secUnderConcept .txt{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_52);
}
.secUnderConcept .conceptLinklist{
    width: 100%;
}
.secUnderConcept .conceptLinklist .list{
    display: flex;
}
.secUnderConcept .conceptLinklist .Item{
    width: calc((100% - 1.3rem) / 3);
}
.secUnderConcept .conceptLinklist .Item:nth-child(n+2){
    margin-left: 1.3rem;
}
.secUnderConcept .conceptLinklist .linkItem{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.secUnderConcept .conceptLinklist .linkInner{
    width: 100%;
    height: 100%;
}
.secUnderConcept .conceptLinklist .imgArea{
    width: 100%;
    position: relative;
}
.secUnderConcept .conceptLinklist .imgArea::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-color: var(--blackColor_25); */
    z-index: 5;
}
.secUnderConcept .conceptLinklist .txtArea{
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: flex;
    /* align-items: center; */
    padding-top: 13.2rem;
}
.secUnderConcept .conceptLinklist .txtInner{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0 6rem;
    padding-bottom: 4rem;
}
.secUnderConcept .conceptLinklist .areatit{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_24);
    font-weight: bold;
}
.secUnderConcept .conceptLinklist .areaEngtxt{
    font-size: var(--pcFontSize75);
    line-height: var(--pcLineHeight80_100);
    font-weight: 300;
    margin-top: 1.5rem;
    letter-spacing: 0;
}
.secUnderConcept .conceptLinklist .boxIconCircle{
    position: absolute;
    width: 8rem;
    height: 8rem;
    bottom: 4rem;
    right: 4rem;
}
.secUnderConcept .conceptLinklist .linkCircle{
    width: 100%;
    height: 100%;
    position: relative;
}
.secUnderConcept .conceptLinklist .linkCircle::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--whiteColor_20);
    left: 0;
    top: 0;
}
.secUnderConcept .conceptLinklist .Arrowbox{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - 0.8rem);
    left: calc(50% - 0.8rem);
}
.secUnderConcept .conceptLinklist svg{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    height: auto;
    overflow: visible;
}
.secUnderConcept .conceptLinklist .circle{
    stroke-dasharray: 594;
    stroke-dashoffset: 594;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    stroke: var(--whiteColor);
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    stroke: var(--whiteColor);
    stroke-width: 2;
}
.secUnderConcept .areatxt{
    font-size: var(--pcFontSize18);
    font-weight: bold;
    margin-top: 3rem;
}
@media only screen and (min-width:1216px){
    .btnInCircle:hover .circle {
        stroke-dashoffset: 0;
        transition-duration: 1.6s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    .secUnderConcept .txt{
        font-weight: bold;
    }
    .secUnderConcept .txt{
        letter-spacing: var(--pcLetterSpacing16_200);
    }
    .secUnderConcept .titbox{
        padding-left: 10rem;
    }
    .secUnderConcept .txtBox{
        padding-right: 10rem;
    }
}
@media only screen and (max-width: 1215px){
    .secUnderConcept{
        margin-top: 7rem;
        width: calc(335 / 375 * 100%);
    }
    .secUnderConcept.lazyloaded{
        background: none;
        background-color: var(--textColor);
    }
    .secUnderConcept.lazyloaded .inner{
        background: url(../img/index/imgbgConcept_sp.jpg) center top no-repeat;
        background-color: var(--textColor);
        background-size: 100% auto;
    }
    .secUnderConcept .inner{
        padding: 0 2rem;
        padding-bottom: 7rem;
    }
    .secUnderConcept .ConceptOnbox{
        min-height: 0;
        padding-top: 5.8rem;
    }
    .secUnderConcept .conceptArea{
        display:block;
        margin-top:3rem;
    }
    .secUnderConcept .titbox{
        display: block;
        padding-left:0;
    }
    .secUnderConcept .tit{
        font-size: var(--spFontSize18);
        line-height: var(--spLineHeight18_38);
    }
    .secUnderConcept .txtBox{
        display: block;
        padding: 0;
        margin-top: 1.1rem;
    }
    .secUnderConcept .txt{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_26);
    }
    .secUnderConcept .conceptLinklist{
        margin-top: 3.3rem;
    }
    .secUnderConcept .conceptLinklist .list{
        display: block;
    }
    .secUnderConcept .conceptLinklist .Item{
        width: 100%;
    }
    .secUnderConcept .conceptLinklist .Item + .Item{
        margin-top: 1rem;
        margin-left: 0;
    }
    .secUnderConcept .conceptLinklist .txtInner{
        padding: 0 2rem;
        padding-bottom: 1rem;
    }
    .secUnderConcept .conceptLinklist .areatit{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight14_20);
    }
    .secUnderConcept .conceptLinklist .areaEngtxt{
        font-size: var(--spFontSize28);
        line-height: var(--spLineHeight32_38);
        margin-top: 1rem;
        letter-spacing: var(--spLetterSpacing28_100);
    }
    .secUnderConcept .conceptLinklist .boxIconCircle{
        position: absolute;
        width: 4.6rem;
        height: 4.6rem;
        bottom: 2rem;
        right: 2rem;
    }
    .secUnderConcept .conceptLinklist .linkCircle::after{
        border-color: var(--whiteColor);
    }
    .secUnderConcept .conceptLinklist svg{
        display: none;
    }
    .secUnderConcept .conceptLinklist .txtArea {
        width: 100%;
        height: 100%;
        padding-top: 4.8rem;
    }
    .secUnderConcept .areatxt{
        font-size: var(--spFontSize14);
        font-weight: bold;
        margin-top: 1.2rem;
    }
    .secUnderConcept .conceptLinklist .Item:nth-child(3) .txtArea{
        padding-top: 6.5rem;
    }
}