@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
.secMain{
    background: url(../img/showroom/bgMain.jpg)center top / cover no-repeat;
    height: 890px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secMain .tit{
    width: 1071px;
    height: 570px;
}
@media only screen and (max-width:767px){
    .secMain{
        background: url(../img/showroom/bgMain_sp.jpg) center top / cover no-repeat;
        height: 136vw;
        position: relative;
        display: block;
    }
    .secMain .tit {
        width: 100%;
        height: auto;
        /* padding-top: 60px; */
    }
    /* secTicker */
    .secMain .secTicker{
        overflow: hidden;
        position: absolute;
        z-index: 2;
        margin-top: 0;
        height: 75px;
        bottom: 36%;
    }
    .secMain .secTicker .boxTicker {
        display: flex;
    }
    .secMain .secTicker .itemTicker:nth-child(odd) {
        animation: loop 80s -40s linear infinite;
        backface-visibility: hidden;
        will-change: transform;
        transform: translate3d(0, 0, 0);
    }
    .secMain .secTicker .itemTicker:nth-child(even) {
        animation: loop2 80s linear infinite;
    }
    .secMain .secTicker .imgTicker{
        height: 75px;
        width: 980px;
    }
    .secMain .imgTop{
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 2;
    }
}

/* secThink */
.secThink{
    height: 790px;
    display: flex;
    justify-content: center;
    position: relative;
}
.secThink.lazyloaded{
    background: url(../img/showroom/bgThink.jpg)center top / cover no-repeat;
}
.secThink::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 317px;
}
.secThink.lazyloaded::after{
    background: url(../img/showroom/bgBottomYellow.png);
}
.secThink .boxTxt{
    margin-top: 100px;
    color: #fff;
    text-align: center;
    position: relative;
}
.secThink .boxTxt::before,
.secThink .boxTxt::after{
    content: '';
    width: 353px;
    height: 436px;
    position: absolute;
    top: 20px;
}
.secThink.lazyloaded .boxTxt::before{
    background: url(../img/showroom/imgThinkLeft.png);
    left: calc(50% - 720px);
}
.secThink.lazyloaded .boxTxt::after{
    background: url(../img/showroom/imgThinkRight.png);
    right: calc(50% - 720px);
}
.secThink .titThink{
    font-size: 35px;
    letter-spacing: 0.15em;
    line-height: calc(70 / 35);
    text-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.2),
    0 12px 24px rgba(0, 0, 0, 0.2);
}
.secThink .txtThink{
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: calc(47 / 22);
    margin-top: 7px;
    text-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 8px 16px rgba(0, 0, 0, 0.2),
    0 12px 24px rgba(0, 0, 0, 0.2);
}
.secThink .txtThink + .txtThink{
    margin-top: 47px;
}

@media only screen and (max-width:767px){
    .secThink .titThink{
        font-size: 18px;
        line-height: 2;
    }
    .secThink .txtThink {
        font-size: 13px;
        letter-spacing: 0px;
        line-height: 2;
        margin-top: 7px;
    }
    .secThink.lazyloaded::after {
        background: url(../img/showroom/bgBottomYellow_sp.png)center top / cover no-repeat;
    }
    .secThink::after {
        height: 276px;
        bottom: 0px;
    }
    .secThink.lazyloaded {
        background: url(../img/showroom/bgThink_sp.jpg) center top / cover no-repeat;
    }
    .secThink .boxTxt {
        margin-top: 62%;
        z-index: 3;
    }
    .secThink .boxTxt::before, .secThink .boxTxt::after {
        width: 156.5px;
        height: 192.5px;
        top: -48%;
    }
    .secThink.lazyloaded .boxTxt::before {
        background: url(../img/showroom/imgThinkLeft.png) center top / cover no-repeat;
        left: 3%;
    }
    .secThink.lazyloaded .boxTxt::after {
        background: url(../img/showroom/imgThinkRight.png) center top / cover no-repeat;;
        right: 3%;
    }
    .secThink {
        height: 176vw;
    }
    .secThink .txtThink + .txtThink {
        margin-top: 32px;
    }
}
@media only screen and (max-width:360px){
    .secThink .boxTxt::before, .secThink .boxTxt::after {
        width: 120px;
        height: 148px;
        top: -43%;
    }
    .secThink.lazyloaded .boxTxt::before {
        left: 8%;
    }
    .secThink.lazyloaded .boxTxt::after {
        right: 8%;
    }
}
/* secKnow */
.secKnow{
    background: #f6ab00;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
}
.secKnow .txtTop{
    font-size: 30px;
    letter-spacing: 0;
    color: #f6ab00;
    width: 900px;
    height: 80px;
    position: absolute;
    top: -70px;
    left: calc(50% - 450px);
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: 50px;
}
.secKnow .titKnow{
    font-size: 44px;
    line-height: calc(74 / 44);
    letter-spacing: 0.15em;
}
.secKnow .titKnow .markPin{
    position: relative;
}
.secKnow .titKnow .markPin:before{
    content: '';
    position: absolute;
    top: -5px;
    width: 8px;
    height: 8px;
    left: calc(50% - 6px);
    border-radius: 50%;
    background: #fff;
}
.secKnow .txtKnow{
    font-size: 30px;
    line-height: calc(73 / 30);
    letter-spacing: 0.15em;
    margin-top: 24px;
}
.secKnow .txtKnow .bgWhite{
    color: #333333;
    background: #fff;
    border: 1px solid #333333;
    padding: 7px;
}
.secKnow .txtContact{
    font-size: 30px;
    line-height: calc(60 / 30);
    letter-spacing: 0;
    margin: 35px auto 0;
}
.secKnow .txtContact .txtContactInner{
    border-bottom: 2px dotted #fff;
    padding-bottom: 8px;
}
.secKnow .btnFlex{
    display: flex;
}
.secKnow .btnFlex .linkShowroom:first-child{
    margin-right: 30px;
}
.secKnow .btnSns{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin: 40px auto 0;
    max-width: 1100px;
    position: relative;
}
.secKnow .btnSns:before{
    content: '';
    position: absolute;
    width: 264px;
    height: 437px;
    bottom: -158px;
    right: -187px;
    z-index: 1;
    background: url(../img/showroom/imgSliderSide.png);
}
.secKnow .btnSns .linkSns{
    width: 100%;
    height: 120px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.secKnow .btnSns .linkSns.reserve{
    background: #4d4d4d;
}
.secKnow .btnSns .linkSns.line{
    background: #06c755;
}
.secKnow .btnSns .linkSns::before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    right: calc(50% - 200px);
    top: calc(50% - 16px);
}
.secKnow.lazyloaded .btnSns .linkSns::before{
    background: url(../img/showroom/iconArrow.png)center top / cover no-repeat;
}
.secKnow .btnSns .linkSns.line::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 223px);
    top: calc(50% - 30px);
}
.secKnow.lazyloaded .btnSns .linkSns.line::after{
    background: url(../img/showroom/iconLine.png)center top / cover no-repeat;
}

@media only screen and (max-width:1680px){
    .secKnow .titKnow {
        font-size: 38px;
    }
    .secKnow .txtKnow {
        font-size: 29px;
    }
}
@media only screen and (max-width:1450px){
    .secKnow .titKnow {
        font-size: 30px;
    }
    .secKnow .txtKnow {
        font-size: 27px;
    }
}

@media only screen and (max-width:767px){
    .secKnow {
        padding-top: 0px;
        padding-bottom: 75px;
        position: relative;
    }
    .secKnow:before{
        content: '';
        position: absolute;
        width: 94px;
        height: 109px;
        bottom: 0;
        right: 6px;
        z-index: 5;
        background: url(../img/showroom/imgKnowWoman.png)center top / cover no-repeat;
    }
    .secKnow .btnSns:before{
        display: none;
    }
    .secKnow .txtTop {
        font-size: 16px;
        letter-spacing: 0;
        width: 300px;
        height: 80px;
        top: -100px;
        left: calc(50% - 150px);
        border-radius: 50px;
        line-height: calc(26 / 16);
    }
    .secKnow .titKnow {
        font-size: 21px;
        line-height: calc(35 / 21);
        letter-spacing: 0.15em;
    }
    .secKnow .titKnow .markPin:before {
        top: -3px;
        width: 4px;
        height: 4px;
        left: calc(50% - 2px);
    }
    .secKnow .txtKnow {
        font-size: 14px;
        line-height: calc(36 / 14);
        letter-spacing: 1px;
        margin-top: 4px;
    }
    .secKnow .txtKnow .bgWhite {
        padding: 4px;
    }
    .secKnow .txtContact {
        font-size: 17px;
        line-height: calc(35 / 14);
        margin: 10px auto 0;
    }
    .secKnow .txtContact .spSmall{
        font-size: 14px;
    }
    .secKnow .txtContact .txtContactInner {
        border-bottom: 2px dotted #fff;
        padding-bottom: 8px;
    }
    .secKnow .btnSns {
        display: block;
        margin: 12px auto 0;
    }
    .secKnow .btnFlex{
        display: block;
        max-width: 100%;
        width: 89.335%;
        margin: 0 auto;
    }
    .secKnow .btnFlex .linkShowroom{
        display: block;
    }
    .secKnow .btnFlex .linkShowroom:first-child{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .secKnow .btnSns .linkSns {
        width: 89.335%;
        margin: 0 auto;
        height: 46px;
        font-size: 13px;
        letter-spacing: 0;
        position: relative;
        color: #fff;
        text-decoration: none;
    }
    .secKnow.lazyloaded .btnSns .linkSns.line::after {
        display: none;
    }
    .secKnow .btnSns .linkSns.line {
        margin-top: 10px;
    }
    .secKnow .btnSns .linkSns::before {
        width: 19px;
        height: 19px;
        right: 35px;
        top: calc(50% - 8px);
    }
}

/* secTicker */
.secTicker{
    overflow: hidden;
    margin-top: 50px;
}
.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:767px){
    .secTicker {
        overflow: hidden;
        margin-top: 15px;
    }
    .secTicker .imgTicker{
        height: 80px;
        width: 1045px;
    }
}

@media only screen and (max-width:767px){}

/* secShowroom */
.secShowroom{
    padding: 120px 0;
    position: relative;
    z-index: 2;
}
.secShowroom.lazyloaded{
    background: url(../img/showroom/bgShowroom.jpg)center top / cover no-repeat;
}
.secShowroom .titShowroomSub{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.secShowroom .titShowroom{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    line-height: calc(74 / 44);
    letter-spacing: 1px;
    text-align: center;
}
.secShowroom .boxNum{
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.secShowroom .boxItem{
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    border-radius: 20px;
    background: #faf3eb;
    padding: 200px 34px 53px;
    position: relative;
    text-align: center;
}
.secShowroom .boxItem:nth-child(3n){
    margin-right: 0;
}
.secShowroom .boxItem:nth-child(n+4){
    margin-top: 100px;
}
.secShowroom .boxItem .boxImg{
    position: absolute;
    top: -40px;
    left: calc(50% - 110px);
}
.secShowroom .boxItem .num{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f6ab00;
    top: -10px;
    left: -10px;
    z-index: 2;
    border-radius: 50%;
}

.secShowroom .boxItem .tit{
    font-size: 24px;
    font-weight: bold;
    line-height: calc(40 / 24);
}
.secShowroom .boxItem .txt{
    font-size: 16px;
    font-weight: bold;
    line-height: calc(28 / 16);
    margin-top: 18px;
}
.secShowroom .boxItem .txt .txtSmall{
    font-size: 13px;
}

.secShowroom .boxFlex{
    margin-top: 240px;
}
.secShowroom .contentsItem{
    display: flex;
    position: relative;
}
.secShowroom .contentsItem .boxTxt{
    position: relative;
}
.secShowroom .contentsItem.item01 {
    flex-direction: row-reverse;
}
.secShowroom .contentsItem.item02 {
    margin-top: 406px;
    justify-content: flex-end;
}
.secShowroom .contentsItem.item01 .boximg {
    position: absolute;
    right: 0;
    top: -20px;
    width: 57.448%;
}
.secShowroom .contentsItem.item01 .imgCover {
    padding-top: calc((713 / 1103) * 100%);
}
.secShowroom .contentsItem.item02 .boximg {
    position: absolute;
    left: 0;
    top: -130px;
    width: 47.084%;
}
.secShowroom .contentsItem.item02 .imgCover {
     padding-top: calc((662 / 678) * 100%);
}
.secShowroom .contentsItem.item01 .boxTxt{
    width: 682px;
    margin: 0 auto 0 0;
}
.secShowroom .contentsItem.item02 .boxTxt{
    width: 682px;
    margin: 0 0 0 auto;
}
.secShowroom .contentsItem .titContents{
    font-size: 36px;
    letter-spacing: 1px;
    color: #333333;
    padding: 38px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    line-height: calc(60 / 39);
}
.secShowroom .contentsItem .txtContents{
    font-size: 24px;
    color: #333333;
    margin-top: 28px;
    line-height: calc(46 / 24);
    font-weight: bold;
}
.secShowroom .contentsItem .markTxt{
    font-size: 30px;
    color: #333333;
    line-height: calc(53 / 30);
    font-weight: bold;
}
.secShowroom .contentsItem .mark{
    background: linear-gradient(transparent 10%, #f6ab00 0%, #f6ab00 90%, transparent 90%);
}
.secShowroom .contentsItem.item01 .imgContents{
    position: absolute;
    top: -85px;
    right: 31px;
}
.secShowroom .contentsItem.item02 .imgContents{
    position: absolute;
    top: -85px;
    right: 31px;
}


.secShowroom .boxMessage{
    border-radius: 20px;
    border: 1px solid #918264;
    background-color: rgba(255, 255, 255, 0.902);
    position: relative;
    padding: 100px 140px 65px;
    display: flex;
    gap: 57px;
    margin-top: 220px;
}
.secShowroom .topMessage{
    position: absolute;
    width: 800px;
    height: 58px;
    border: 50px;
    background: #918264;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    top: -29px;
    left: calc(50% - 400px);
    letter-spacing: 1px;
}
.secShowroom .boxImg .txtName{
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
}
.secShowroom .titMessage{
    font-size: 22px;
    color: #333333;
    letter-spacing: 1px;
    padding: 15px 17px;
    margin-bottom: 25px;
}
.secShowroom.lazyloaded .titMessage{
    background: url(../img/showroom/bgTitMessage.png);
    max-width: 735px;
}
.secShowroom .txtMessage{
    font-size: 16px;
    color: #333333;
    line-height: calc(28 / 16);
}
.secShowroom .txtMessage + .txtMessage{
    margin-top: 27px;
}
@media only screen and (max-width:1450px){
    .secShowroom .boxItem .tit {
        font-size: 20px;
    }
    .secShowroom .boxItem .txt {
        font-size: 15px;
    }
    .secShowroom .boxItem .txt .txtSmall {
        font-size: 12px;
    }
    .secShowroom .contentsItem.item01 .boxTxt {
        width: 620px;
    }
    .secShowroom .contentsItem .titContents {
        font-size: 32px;
    }
    .secShowroom .contentsItem .txtContents {
        font-size: 21px;
    }
    .secShowroom .contentsItem .markTxt {
        font-size: 28px;
    }
    .secShowroom .titMessage {
        font-size: 20px;
    }
}
@media only screen and (max-width:767px){
    .secShowroom {
        padding: 52px 0; 
    }
    .secShowroom .titShowroomSub {
        font-size: 13px;
        margin-top: 0;
        line-height: calc(22 / 13);
    }
    .secShowroom.lazyloaded {
        background: url(../img/showroom/bgShowroom_sp.png) center top / cover no-repeat;
    }
    .secShowroom .titShowroom {
        font-size: 18px;
        line-height: calc(26 / 18);
        letter-spacing: 1px;
        position: relative;
    }
    .secShowroom .titShowroom::before {
        content: '';
        position: absolute;
        right: 20px;
        bottom: 23px;
        width: 61px;
        height: 1px;
        background: #fff;
        z-index: 2;
        transform: rotate(-65deg);
    }
    .secShowroom .titShowroom::after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: 23px;
        width: 61px;
        height: 1px;
        background: #fff;
        z-index: 2;
        transform: rotate(-115deg);
    }
    .secShowroom .boxItem .txt .txtSmall {
        font-size: 10px;
    }
    .secShowroom .boxNum {
        margin: 75px auto 0;
        display: block;
    }
    .secShowroom .boxItem {
        width: 100%;
        margin-right: 0;
        padding: 55px 20px 20px;
        position: relative;
        text-align: left;
    }
    .secShowroom .boxItem:nth-child(n+2){
        margin-top: 70px;
    }
    .secShowroom .boxItem .boxImg {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -50px;
        left: calc(50% - 50px);
    }
    .secShowroom .boxItem .boxTit {
        position: relative;
    }
    .secShowroom .boxFlex{
        margin-top: 360px;
    }
    .secShowroom .boxItem .num {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 15px;
        background: none;
        top: 17px;
        left: 30px;
        z-index: 2;
        border-radius: inherit;
    }
    .secShowroom .boxItem:nth-child(2) .num {
        top: 26px;
    }
    .secShowroom .boxItem:nth-child(3) .num {
        top: 26px;
    }
    .secShowroom .boxItem .num img {
        width: auto;
        height: 100%;
    }
    .secShowroom .boxItem .tit {
        font-size: 15px;
        font-weight: bold;
        line-height: calc(22 / 14);
        margin-left: 65px;
        padding-left: 20px;
        position: relative;
    }
    .secShowroom .boxItem:nth-child(3) .tit{
        letter-spacing: -1px;
        white-space: nowrap;
    }
    .secShowroom .boxItem .tit:before{
        content: '';
        width: 1px;
        height: 35px;
        background: #f6ab00;
        position: absolute;
        left: 0;
        top: calc(50% - 17.5px);
    }
    .secShowroom .boxItem .txt {
        font-size: 12px;
        font-weight: bold;
        line-height: calc(22 / 12);
        margin-top: 8px;
    } 
    .secShowroom .contentsItem .titContents {
        font-size: 18px;
        letter-spacing: 0px;
        padding: 11px 0;
        line-height: calc(28 / 18);
    }
    .secShowroom .contentsItem .txtContents {
        font-size: 13px;
        margin-top: 14px;
        line-height: calc(23 / 13);
    }
    .secShowroom .contentsItem .markTxt {
        font-size: 17px;
        line-height: calc(27 / 17);
    }
    .secShowroom .contentsItem {
        display: block;
    }
    .secShowroom .contentsItem.item01 .boximg {
        position: absolute;
        right: 0;
        top: -250px;
        width: 89.335%;
    }
    .secShowroom .contentsItem.item01 .imgCover {
        padding-top: calc((572 / 670) * 100%);
    }
    .secShowroom .contentsItem.item01 .boximg {
        top: -300px;
        width: 89.335%;
        width: 335px;
    }
    .secShowroom .contentsItem.item01 .boxTxt {
        width: 100%;
        margin: 0 auto;
    }
    .secShowroom .contentsItem.item02 {
        margin-top: 386px;
    }
    .secShowroom .contentsItem.item02 .boxTxt {
        width: 100%;
        margin: 0 auto;
    }
    .secShowroom .contentsItem.item01 .imgContents {
        top: -43px;
        right: unset;
        left: 10px;
        width: 163px;
    }
    .secShowroom .contentsItem .mark {
        padding: 2px;
    }
    .secShowroom .contentsItem.item02 .boximg {
        position: absolute;
        left: 0;
        top: -350px;
        width: 88.8%;
        width: 333px;
    }
    .secShowroom .contentsItem.item02 .imgContents {
        position: absolute;
        top: -45px;
        right: unset;
        left: 0;
        width: 189px;
    }
    .secShowroom .topMessage {
        position: absolute;
        width: 280px;
        height: 40px;
        border: 50px;
        font-size: 14px;
        top: -29px;
        left: calc(50% - 140px);
        letter-spacing: 1px;
    }
    .secShowroom .boxMessage {
        border-radius: 20px;
        border: 1px solid #918264;
        background-color: rgba(255, 255, 255, 0.902);
        position: relative;
        padding: 25px 16px 16px;
        display: block;
        margin-top: 88px;
    }
    .secShowroom .imgMessgage {
        width: 127px;
        margin: 0 auto;
    }
    .secShowroom .boxImg .txtName {
        font-size: 12px;
        margin: 20px auto 0;
    }
    .secShowroom.lazyloaded .titMessage {
        background: url(../img/showroom/bgTitMessage_sp.png);
        max-width: 302px;
    }
    .secShowroom .titMessage {
        font-size: 16px;
        padding: 10px 15px;
        margin-bottom: 4px;
        margin-top: 12px;
        line-height: calc(24 / 16);
    }
    .secShowroom .txtMessage {
        font-size: 12px;
        line-height: calc(22 / 12);
    }
    .secShowroom .txtMessage + .txtMessage {
        margin-top: 22px;
    }
}

.bgColor{
    background: #faf3eb;
    padding-top: 120px;
}

/* .boxDecoration {
    width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
}

.innerTit {
    position: relative;
    z-index: 1;
    font-size: 30px;
    padding: 1em 2em;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
}

.innerTit::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #000;
    z-index: 0;
    box-sizing: border-box;
} */
.imgExperience{
    width: 1820px;
    max-width: calc(100% - 40px);
    margin: 80px auto 0;
}
.boxDecoration{
    width: 908px;
    margin: 0 auto;
}

.titHouse{
    font-size: 44px;
    line-height: calc(74 / 44);
    text-align: center;
    letter-spacing: 5px;
    margin-top: 40px;
}
.titHouse .txtRed{
    color: #eb5a53;
}
.titHouse .mark{
    background: linear-gradient(transparent 10%, #f6ab00 0%, #f6ab00 90%, transparent 90%);
    padding: 5px;
    color: #fff;
}
.imgHouse{
    margin-top: 45px;
}

.checkCon{
    margin-top: 100px;
}
.checkCon .contentsInner{
    margin-top: -10px;
}
.checkCon .boxTit{
    width: 1001px;
    margin: 0 auto;
}

.voiceCon{
    margin-top: 90px;
}
.voiceCon .boxTit{
    width: 1001px;
    margin: 0 auto;
}
.voiceCon .contentsInner{
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}
.voiceCon .boxTxt{
    margin-top: 30px;
    text-align: center;
}
.voiceCon .txtVoice{
    font-size: 22px;
    line-height: calc(42 / 22);
    font-weight: bold;
}
.voiceCon .mark{
    background: linear-gradient(transparent 75%, #f6ab00 75%, #f6ab00 100%, transparent 100%);
}

.otherCon{
    margin-top: 95px;
}
.otherCon .boxTit{
    width: 1001px;
    margin: 0 auto;
}
.otherCon .contentsInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto;
}
.otherCon .otherItem{
    width: calc((100% - 80px) / 2);
    margin-right: 80px;
}
.otherCon .otherItem:nth-child(2n){
    margin-right: 0;
}
.otherCon .otherItem:nth-child(n+3){
    margin-top: 70px;
}
.otherCon .boxTxt{
    margin-top: 22px;
}
.otherCon .boxTxt .tit{
    font-size: 28px;
    line-height: calc(40 / 28);
    font-weight: bold;
}
.otherCon .boxTxt .txt{
    font-size: 18px;
    line-height: calc(38 / 18);
    margin-top: 12px;
}

.conUs{
    margin-top: 210px;
}

.conShowroom{
    margin-top: 100px;
}
.conShowroom .boxTit{
    width: 932px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.secKnow.know02 {
    background: #f6ab00;
    color: #fff;
    text-align: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
    margin-top: -50px;
}
@media only screen and (max-width:1450px){
    .otherCon .boxTxt .tit {
        font-size: 26px;
    }
    .otherCon .boxTxt .txt {
        font-size: 16px;
    }
}
@media only screen and (max-width:767px){
    .bgColor {
        padding-top: 58px;
    }
    .boxDecoration {
        width: 84.27%;
        margin: 0 auto;
    }
    .titHouse {
        font-size: 18px;
        line-height: calc(28 / 18);
        letter-spacing: 3px;
        margin-top: 11px;
    }
    .titHouse .mark {
        padding: 3px;
    }
    .imgHouse {
        margin-top: 30px;
    }
    .checkCon {
        margin-top: 55px;
    }
    .imgExperience {
        width: 100%;
        max-width: unset;
        margin: -74px auto 0;
    }
    .checkCon .boxTit {
        width: 335px;
        margin: 0 auto;
    }
    .checkCon .contentsInner {
        margin-top: 20px;
    }
    .voiceCon {
        margin-top: 60px;
    }
    .voiceCon .boxTit {
        width: 335px;
        margin: 0 auto;
    }
    .voiceCon .voiceItem {
        width: 45.375%;
    }
    .voiceCon .voiceItem .boxImg{
        width: 132px;
        margin: 0 auto;
    }
    .voiceCon .voiceItem:nth-child(3){
        margin-top: 20px;
    }
    .voiceCon .contentsInner {
        display: flex;
        gap: 4%;
        align-items: flex-start;
        margin: 20px auto;
        flex-wrap: wrap;
    }
    .voiceCon .boxTxt {
        margin-top: 18px;
    }
    .voiceCon .txtVoice {
        font-size: 14px;
        line-height: calc(22 / 14);
        white-space: nowrap;
    }
    .otherCon {
        margin-top: 55px;
    }
    .otherCon .boxTit {
        width: 335px;
        margin: 0 auto;
    }
    .otherCon .boxTxt {
        margin-top: 8px;
    }
    .otherCon .contentsInner {
        display: block;
        margin: 7px auto;
    }
    .otherCon .otherItem {
        width: 100%;
        margin-right: 0;
    }
    .otherCon .otherItem:nth-child(n+2) {
        margin-top: 30px;
    }
    .otherCon .boxTxt .tit {
        font-size: 14px;
        line-height: calc(22 / 14);
    }
    .otherCon .boxTxt .txt {
        font-size: 12px;
        line-height: calc(22 / 12);
        margin-top: 6px;
    }
    .conShowroom {
        margin-top: 0;
        background: #fff;
        padding-top: 60px;
    }
    .conShowroom .boxTit {
        width: 76.8%;
        width: 288px;
        margin: 0px auto 0;
    }
    .secKnow.know02 {
        padding-bottom: 75px;
        position: relative;
        margin-top: -40px;
        padding-top: 54px;
    }
    .conUs {
        margin-top: 50px;
        padding-top: 50px;
        background-color: #fff;
    }
}
/* secConceptbnr */
.secConceptbnr{
    padding-top: 107px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.secConceptbnr .title{
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: calc(50 / 30);
}
.secConceptbnr .linkBox{
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 50px;
}
.secConceptbnr .item{
    width: calc((100% - 2px) / 2);
    overflow: hidden;
}
.secConceptbnr .link{
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}
.secConceptbnr .txtBox{
    position: absolute;
    top: 124px;
    left: 25%;
    color: #fff;
}
.secConceptbnr .item:nth-child(2n) .txtBox{
    left: 92px;
}
.secConceptbnr .titEng{
    font-size: 40px;
    position: relative;
    display: inline-block;
}
.secConceptbnr .titEng:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    top: 60%;
    right: -70px;
}
.secConceptbnr .titJpn{
    font-size: 38px;
    line-height: calc(65 / 38);
    margin-top: 25px;
}
.secConceptbnr .lookTxt{
    font-size: 20px;
    position: relative;
    margin-top: 43px;
}
.secConceptbnr .lookTxt{
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.secConceptbnr .lookTxt:before{
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    background: #fff;
    top: 50%;
    right: -190px;
}
.secConceptbnr .lookTxt::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 19px;
    background: #fff;
    top: calc(50% - 15px);
    right: -185px;
    transform: rotate(-45deg);
}
@media only screen and (max-width:1550px){
    .secConceptbnr .txtBox {
        top: 50px;
        z-index: 10 !important;
    }
    .secConceptbnr .img,
    .secConceptbnr .img picture,
    .secConceptbnr .img img {
        position: relative;
        z-index: 0 !important;
    }
    .secConceptbnr .titJpn {
        font-size: 34px;
    }
}
@media only screen and (max-width:767px){
    .secConceptbnr{
        padding-top: 40px;
    }
    .secConceptbnr .title{
        position: relative;
        text-align: center;
        font-size: 18px;
        line-height: 1.55;
        padding-top: 13px;
    }
    .secConceptbnr .linkBox {
        display: block;
        margin-top: 24px;
    }
    .secConceptbnr .item {
        width: 100%;
        /* overflow: hidden; */
        margin-bottom: 1px;
        position: relative !important;
        overflow: visible !important;
        will-change: auto !important; /* Safari用：transformコンテキスト防止 */
    }
    .secConceptbnr .titEng {
        font-size: 26px;
    }
    .secConceptbnr .titEng:before {
        display: none;
    }
    .secConceptbnr .txtBox {
        position: absolute;
        top: 14.5%;
        left: 4%;
        display: block;
        z-index: 2;
        width: 215px;
        height: 128px;
    }
    .secConceptbnr .item:nth-child(2n) .txtBox {
        left: 4%;
    }
    .secConceptbnr .titJpn {
        font-size: 18px;
        line-height: calc(28 / 18);
        margin-top: 16px;
    }
    .secConceptbnr .lookTxt {
        font-size: 13px;
        margin-top: 17px;
    }
    .secConceptbnr .lookTxt:before {
        width: 140px;
        right: -142px;
    }
    .secConceptbnr .lookTxt::after {
        height: 10px;
        top: calc(50% - 8px);
        right: -139px;
    }
}

@media only screen and (max-width:360px){
    .secThink .titThink {
        font-size: 16px;
    }
    .secKnow .titKnow {
        font-size: 19px;
    }
    .secKnow .txtKnow {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .secKnow .txtContact {
        font-size: 15px;
    }
    .secKnow .txtContact .spSmall {
        font-size: 13px;
    }
    .secShowroom .boxItem .tit {
        font-size: 12px;
    }
    .secShowroom .boxItem .tit {
        font-size: 12px;
        margin-left: 60px;
        padding-left: 15px;
    }
    .secShowroom .contentsItem .titContents {
        font-size: 15px;
    }
    .secShowroom .contentsItem .txtContents {
        font-size: 11px;
    }
    .secShowroom .contentsItem .markTxt {
        font-size: 15px;
    }
    .secShowroom .titMessage {
        font-size: 13px;
    }
    .boxDecoration {
        width: 254px;
    }
    .titHouse {
        font-size: 16px;
    }
    .checkCon .boxTit {
        width: 268px;
    }
    .voiceCon .boxTit {
        width: 268px;
    }
    .voiceCon .txtVoice {
        font-size: 12px;
    }
    .otherCon .boxTit {
        width: 268px;
    }
    .secConceptbnr .titJpn {
        font-size: 15px;
    }
    .secConceptbnr .titJpn {
        font-size: 13px;
    }
    .secConceptbnr .lookTxt {
        font-size: 11px;
    }
}

#header {
    background-color: rgba(0, 0, 0, 0.251);
}