@charset "utf-8";

/*-----------------------------------------------
    boxConceptItem
-----------------------------------------------*/
.boxConstruction .boxHeadWrapper.lazyloaded{
    background-image: url(../img/concept/design/bgHead01.jpg);
}
.boxConstruction .boxImg1 {
    position: relative;
    margin-top: 7rem;
}
.boxConstruction .img01 {
    width: 70%;
}
.boxConstruction .img02 {
    position: absolute;
    top: 70%;
    right: 0;
    width: 26.667%;
}
.boxConstruction .img03 {
    width: 52.239%;
}
.boxConstruction .boxImg2 .wrapper {
    margin: 15rem auto 0 0;
}
.boxConstruction .boxImg2 .img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.boxConstruction .boxTxt{
    margin-right: 9%;
}
.boxConstruction .boxTxt .tit {
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_60);
    letter-spacing: var(--pcLetterSpacing40_40);
    font-weight: bold;
}
.boxConstruction .boxTxt .txt {
    font-size: var(--pcFontSize20);
    line-height: var(--pcLineHeight20_40);
    letter-spacing: var(--pcLetterSpacing20_40);
}
.boxConstruction .boxTxt .tit + .txt {
    margin-top: 2.5rem;
}
@media only screen and (max-width:1215px){
    .boxConstruction .boxHeadWrapper.lazyloaded{
        background-image: url(../img/concept/design/bgHead01_sp.jpg);
    }
    .boxConstruction .boxImg1 {
        margin-top: 3.5rem;
    }
    .boxConstruction .img01 {
        width: 27.5rem;
    }
    .boxConstruction .img02 {
        top: 80%;
        width: 14.5rem;
    }
    .boxConstruction .img03 {
        width: 100%;
        margin-top: 6rem;
    }
    .boxConstruction .boxImg2 .wrapper {
        margin: 5.5rem auto 0;
    }
    .boxConstruction .boxImg2 .img {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .boxConstruction .boxTxt{
        margin-right: 0;
    }
    .boxConstruction .boxTxt .tit {
        font-size: var(--spFontSize20);
        line-height: var(--spLineHeight20_30);
        letter-spacing: var(--spLetterSpacing20_0);
    }
    .boxConstruction .boxTxt .txt {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
    }
    .boxConstruction .boxTxt .tit + .txt {
        margin-top: 0.5rem;
    }
}

/*-----------------------------------------------
    boxFuniture
-----------------------------------------------*/
.boxFuniture .boxHeadWrapper.lazyloaded{
    background-image: url(../img/concept/design/bgHead02.jpg);
}
@media only screen and (max-width:1215px){
    .boxFuniture .boxHeadWrapper.lazyloaded{
        background-image: url(../img/concept/design/bgHead02_sp.jpg);
    }
}

/*-----------------------------------------------
    boxCordinator
-----------------------------------------------*/
.boxCordinator .boxHeadWrapper.lazyloaded{
    background-image: url(../img/concept/design/bgHead03.jpg);
}
@media only screen and (max-width:1215px){
    .boxCordinator .boxHeadWrapper.lazyloaded{
        background-image: url(../img/concept/design/bgHead03_sp.jpg);
    }
}

/*-----------------------------------------------
    boxModel
-----------------------------------------------*/
.boxModel .boxHeadWrapper.lazyloaded{
    background-image: url(../img/concept/design/bgHead04.jpg);
}
@media only screen and (max-width:1215px){
    .boxModel .boxHeadWrapper.lazyloaded{
        background-image: url(../img/concept/design/bgHead04_sp.jpg);
    }
    .boxModel .boxBody{
        padding-bottom: 8rem;
    }
}
/*-----------------------------------------------
    boxConceptLinkDetails
-----------------------------------------------*/
.boxConceptDetails {
    background-color: inherit;
}
@media only screen and (max-width:1215px){
    .boxConceptDetails {
        background-color: var(--whiteColor);
    }
}