@charset "utf-8";

/*-----------------------------------------------
    共通
-----------------------------------------------*/
.secCmnTit {
    background: center / cover no-repeat url(../img/concept/garagehouse/garagehouse-hero.jpg);
}
/* cmnTitBox */
.cmnTitBox{
    color: #262828;
}
.cmnTitBox .titEng{
    font-size: 90px;
}
.cmnTitBox .titJpn{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .cmnTitBox .titEng{
        font-size: 40px;
    }
    .cmnTitBox .titJpn{
        font-size: 12px;
        margin-top: 7px;
        letter-spacing: 1px;
    }
}
/* cmnTitBtn */
.cmnTitBtn{
    width: 645px;
    position: absolute;
    right: 0;
    top: -9px;
}
.cmnTitBtn .btnInner{
    font-size: 12px;
    letter-spacing: 2.5px;
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    align-items: center;
    padding-left: 48px;
    text-decoration: none;
    color: #000;
}
.cmnTitBtn .spanIcon{
    position: relative;
}
.cmnTitBtn .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -157px;
    top: 1px;
}
.cmnTitBtn .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
@media only screen and (max-width:767px){
    .cmnTitBtn{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnTitBtn .btnInner{
        font-size: 11px;
        letter-spacing: 1.5px;
        height: 50px;
        padding-left: 28px;
        border-right: none;
    }
    .cmnTitBtn .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -91px;
        top: 0;
    }
    .cmnTitBtn .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
}
/* cmnBtnMore */
.cmnBtnMore{
    width: 645px;
    position: absolute;
    right: calc(50% - 960px);
    top: 2px;
}
.cmnBtnMore .btnInner{
    width: 100%;
    height: 88px;
    border: solid 1px #262828;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 49px;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.cmnBtnMore .moreTxt{
    letter-spacing: 2.5px;
}
.cmnBtnMore .spanIcon{
    position: relative;
}
.cmnBtnMore .spanIcon::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 11px;
    right: -155px;
    top: 3px;
}
.cmnBtnMore .spanIcon.lazyloaded::after{
    background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
.cmnBtnMore .btnTxt{
    margin-top: 13px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .cmnBtnMore{
        width: 93.334%;
        position: static;
        margin: 30px 0 0 auto;
    }
    .cmnBtnMore .btnInner{
        font-size: 11px;
        height: 66px;
        padding-left: 27px;
        border-right: none;
    }
    .cmnBtnMore .moreTxt{
        letter-spacing: 1px;
    }
    .cmnBtnMore .btnTxt{
        margin-top: 8px;
    }
    .cmnBtnMore .spanIcon::after{
        width: 80px;
        height: 11px;
        right: -90px;
        top: 3px;
    }
    .cmnBtnMore .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow01_sp.webp) center top / cover;
    }
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secHero{
    position: relative;
}
.secHero .swiper-slide{
	position: relative;
	overflow: hidden;
	background: #fff;
}
.secHero .swiper-slide .img{
	width: 100%;
	height: 56.25vw;
    max-height: 100vh;
}
@media only screen and (max-width:1420px){
    .secHero .swiper-slide .img{
        height: 800px;
    }
}
@media only screen and (max-width:767px){
    .secHero .swiper-slide .img{
        height: 100%;
        min-height: 500px;
    }
    .secHero .boxSlider{
        min-height: 500px !important;
    }
}
.secHero .swiper-slide-active .img,
.secHero .swiper-slide-duplicate-active .img,
.secHero .swiper-slide-prev .img,
.secHero .swiper-slide .img.clickPrev{
	animation: zoomUp 11s linear 0s 1 normal both;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
@-webkit-keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
@media only screen and (max-width:767px){
	.secHero .swiper-slide{
		height: 100vh;
        min-height: 500px;
	}
}
/* boxSliderPager */
.secHero .boxSlider.disabled .boxSliderPager{
    display: none;
}
.secHero .boxSliderPager{
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}
.secHero .boxSliderPager button {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    transition: 400ms ease;
    margin-right: 7px;
    padding: 0;
}
.secHero .boxSliderPager button:last-child {
    margin-right: 0;
}
.secHero .boxSliderPager button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.secHero .boxSliderPager button svg circle {
    opacity: 0;
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 78.5;
    will-change: stroke-dasharray;
}
.secHero .boxSliderPager button[aria-selected="true"] {
    opacity: 1;
}
.secHero .boxSliderPager button[aria-selected="true"] svg circle {
    opacity: 1;
    animation-name: loading;
    animation-duration: 10000ms;
    animation-timing-function: linear;
}
@keyframes loading {
    0% {
        stroke-dasharray: 0 78.5;
    }
    100% {
        stroke-dasharray: 78.5 78.5;
    }
}
.secHero .boxSliderPager button span{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
}
/* txtWrapper */
.secHero .txtWrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secHero .tit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 40px;
    letter-spacing: -7px;
    color: #fff;
    position: relative;
    line-height: 2.55;
    z-index:5;
    pointer-events: none;
}
.secHero .spanIcon1,.secHero .spanIcon2{
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
}
.secHero .spanIcon1{
    right: -5px;
    bottom: -3px;
}
.secHero .spanIcon2{
    bottom: -5px;
    right: -5px;
}
.secHero .spanIcon3{
    position: relative;
    right: -20px;
    top: -12px;
    display: inline-block;
}
.secHero .heroLink{
    display: block;
}
/* animetion */
.secHero .jsHide{
    display: block;
    transition: opacity 3s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 3s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secHero .hide01{
    transition-delay: 0.5s;
}
.secHero .hide02{
    transition-delay: 1s;
}
.secHero .hide03{
    transition-delay: 1.5s;
}
/* mac */
::-webkit-full-page-media, :future, :root .secHero .tit{
    letter-spacing: 10px;
}
::-webkit-full-page-media, :future, :root .secHero .spanIcon1{
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: -14px;
}
::-webkit-full-page-media, :future, :root .secHero .spanIcon2{
    bottom: -12px;
    right: 0;
    left: -1px;
}
/* fireFox */
@-moz-document url-prefix() {
    .secHero .tit{
        letter-spacing: normal;
    }
}
/* ipad */
.isDesktopIpad .secHero .spanIcon1{
    margin-bottom: 0;
}
.isDesktopIpad .secHero .spanIcon2{
    bottom: 8px;
}
@media only screen and (max-width:767px){
    .secHero .tit{
        font-size: 24px;
        letter-spacing: -5px;
        line-height: 2.9;
    }
    .secHero .spanIcon1{
        right: -4px;
    }
    .secHero .spanIcon2{
        bottom: -6px;
        right: -3px;
    }
    .secHero .spanIcon3{
        position: relative;
        right: -12px;
        top: -8px;
        display: inline-block;
    }
    ::-webkit-full-page-media, :future, :root .secHero .tit{
        letter-spacing: 10px;
    }
    ::-webkit-full-page-media, :future, :root .secHero .spanIcon1{
        margin-bottom: 0;
        bottom: auto;
        top: -6px;
        right: -1px;
    }
    ::-webkit-full-page-media, :future, :root .secHero .spanIcon2{
        bottom: auto;
        right: 0;
        left: -6px;
        top: -10px;
    }
}
/* secBgContent */
.secBgContent{
    background: #dadada;
    padding-top: 160px;
    position: relative;
    z-index: 100;
}
@media only screen and (max-width:767px){
    .secBgContent{
        padding-top: 100px;
    }
}
/* secTop */
.secTop .topWrapper{
    position: relative;
}
.secTop .wrapper{
    padding: 140px 0 0 0;
    border-bottom: solid 1px #bababa;
    height: 1012px;
}
.secTop .topTit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 30px;
    letter-spacing: -7px;
    color: #262828;
    position: relative;
    line-height: 3.4;
    margin-left: 28px;
}
.secTop .spanIcon1,.secTop .spanIcon2{
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
}
.secTop .spanIcon1{
    right: -5px;
    bottom: -3px;
}
.secTop .spanIcon2{
    bottom: -5px;
}
.secTop .spanIcon3{
    position: relative;
    right: -8px;
    top: -9px;
    display: inline-block;
}
.secTop .spanIcon4{
    position: relative;
    right: -4px;
    top: -4px;
    display: inline-block;
}
.secTop .rightBox{
    width: 1200px;
    background: #dadada;
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    z-index: 5;
}
.secTop .bgRight{
    position: absolute;
    left: 0;
    top: 420px;
    padding: 56px 100px 0 0 ;
    background: #dadada;
}
.secTop .rightTit,.secTop .rightTxtUnder{
    font-size: 20px;
    line-height: 2;
    letter-spacing: 2px;
}
.secTop .rightTxtUnder{
    margin-top: 30px;
}
.secTop .rightTxt{
    font-size: 14px;
    line-height: 3;
    margin-top: 30px;
    letter-spacing: 1.75px;
}
.secTop .cmnBtnMore{
    width: 645px;
    right: calc(50% - 960px);
    top: auto;
    bottom: 105px;
    z-index: 10;
}
.secTop .spInline{
    display: none;
}
/* animetion */
.secTop .jsHide{
    display: block;
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 4s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secTop .hide01{
    transition-delay: 0.5s;
}
.secTop .hide02{
    transition-delay: 1s;
}
.secTop .hide03{
    transition-delay: 1.5s;
}
.secTop .img{
    transition-delay: 1s;
}
.secTop .rightInner{
    transition-delay: 2.5s;
}
.secTop .cmnBtnMore{
    transition-delay: 1s;
}
/* fireFox */
@-moz-document url-prefix() {
    .secTop .topTit{
        letter-spacing: normal;
    }
}
/* mac */
::-webkit-full-page-media, :future, :root .secTop .topTit{
    letter-spacing: 5px;
}
::-webkit-full-page-media, :future, :root  .secTop .spanIcon1{
    right: -2px;
    bottom: -3px;
    margin-bottom: -10px;
}
::-webkit-full-page-media, :future, :root  .secTop .spanIcon2{
    bottom: -10px;
}
::-webkit-full-page-media, :future, :root  .secTop .spanIcon3{
    right: -20px;
    top: -5px;
}
/* ipad */
.isDesktopIpad .secTop .spanIcon1{
    margin-bottom: 0;
    bottom: 0;
    top: -6px;
}
.isDesktopIpad .secTop .spanIcon2{
    bottom: 0;
    top: -8px;
    left: -2px;
}
.isDesktopIpad .secTop .spanIcon3{
    right: -12px;
    top: -10px;
}
.isDesktopIpad .secTop .spanIcon4{
    right: -3px;
    top: 6px;
}
.isDesktopIpad .secTop .bgRight{
    left: -1px;
}
@media only screen and (max-width:767px){
    .secTop .topWrapper{
        padding-bottom: 50px;
    }
    .secTop .topWrapper::after{
        position: absolute;
        content: "";
        width: 94.667%;
        height: 1px;
        left: 2.6665%;
        bottom: 0;
        background: #bababa;
    }
    .secTop .wrapper{
        display: block;
        padding: 13px 0 0;
        border-bottom: none;
        height: auto;
    }
    .secTop .img{
        width: 50.667%;
        right: 0;
        position: absolute;
        top: 0;
    }
    .secTop .topTit{
        font-size: 15px;
        letter-spacing: -2.5px;
        line-height: 2.4;
        margin-left: 12px;
    }
    .secTop .spanIcon1{
        right: -3px;
        bottom: -2px;
    }
    .secTop .spanIcon2{
        bottom: -1px;
    }
    .secTop .spanIcon3{
        right: -5px;
        top: -6px;
    }
    .secTop .rightBox{
        position: static;
        width: 86.667%;
        margin: 55px auto 0;
    }
    .secTop .bgRight{
        position: relative;
        left: auto;
        top: auto;
        padding: 0 0 0 25px;
        background: #dadada;
    }
    .secTop .rightTit, .secTop .rightTxtUnder{
        font-size: 14px;
        line-height: 2;
        letter-spacing: normal;
    }
    .secTop .rightTxtUnder{
        margin-top: 20px;
    }
    .secTop .rightTxt{
        font-size: 11px;
        line-height: 2.72;
        margin-top: 20px;
        letter-spacing: 0.5px;
    }
    .secTop .cmnBtnMore{
        width: calc(93.334% - 25px);
        right: 0;
        bottom: 0;
        margin-top: 30px;
        transition-delay: 3s;
    }
    .secTop .spTxt{
        font-size: 14px;
        margin-top: 14px;
    }
    .secTop .spInline{
        display: inline;
    }
    .secTop .btnInner{
        letter-spacing: 1px;
    }
    /* animetion */
    .secTop .hide01{
        transition-delay: 0.5s;
    }
    .secTop .hide02{
        transition-delay: 0.75s;
    }
    .secTop .hide03{
        transition-delay: 1s;
    }
    .secTop .img{
        transition-delay: 0.75s;
        transform: translateX(50px);
    }
    .secTop .img.jsShow{
        transform: none;
    }
    .secTop .rightInner{
        transition-delay: 1.5s;
    }
    .secTop .cmnBtnMore{
        transition-delay: 1.5s;
    }
    /* iphone */
    ::-webkit-full-page-media, :future, :root .secTop{
        margin-top: 40px;
    }
    ::-webkit-full-page-media, :future, :root .secTop .wrapper{
        padding: 13px 0 0;
    }
    ::-webkit-full-page-media, :future, :root  .secTop .spanIcon1{
        right: 0;
        bottom: auto;
        top: -6px;
        margin-bottom: 0;
    }
    ::-webkit-full-page-media, :future, :root  .secTop .spanIcon2{
        bottom: auto;
        top: -6px;
        left: -2px;
    }
    ::-webkit-full-page-media, :future, :root  .secTop .spanIcon3{
        right: -5px;
        top: -7px;
    }
    ::-webkit-full-page-media, :future, :root  .secTop .spanIcon4{
        right: -2px;
        top: auto;
        bottom: -4px;
    }
}
@media only screen and (max-width:374px){
    .secTop .bgRight{
        padding: 0 0 0 21px;
    }
    .secTop .rightTxt {
        letter-spacing: 0.25px;
    }
    .secTop .cmnBtnMore{
        width: calc(93.334% - 21px);
    }
}
@media only screen and (max-width:359px){
    .secTop .bgRight{
        padding: 0 0 0 7px;
    }
    .secTop .rightTit,.secTop .rightTxtUnder{
        font-size: 13px;
    }
    .secTop .rightTxt{
        font-size: 10px;
    }
    .secTop .cmnBtnMore{
        width: calc(93.334% - 5px);
    }
    .secTop .topTit{
        font-size: 14px;
        margin-left: 0;
    }
}

/* secEvent */
.secEvent{
    margin-top: 150px;
    overflow: hidden;
}
.secEvent .boxSliderHead{
    display: flex;
}
.secEvent .boxSlider{
    position: relative;
}
/* pagerBox */
.secEvent .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secEvent .swiper-button-prev,.secEvent .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secEvent .swiper-button-prev::after, .secEvent .swiper-button-next::after{
    display: none;
}
.secEvent .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secEvent .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secEvent .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secEvent .customPagenation{
    display: flex;
}
.secEvent .swiper-pagination-total,.secEvent .swiper-pagination-current{
    display: block;
}
.secEvent .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secEvent .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secEvent .swiper-container{
    margin: 40px auto 0;
    padding-top: 28px;
}
.secEvent .swiper-slide{
    height: auto;
}
/* inner */
.secEvent .slideLink{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    position: relative;
}
.secEvent .slideLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 2px;
}
.secEvent .slideLink.lazyloaded::after{
    background: url(../img/index/iconArrow03.gif) center top / cover;
}
.secEvent .img{
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.secEvent .img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #262828;
    top: 0;
    left: 0;
    z-index: 1;
}
.secEvent .txtBox{
    padding-right: 45px;
}
.secEvent .sliderTit,.secEvent .dateTxt,.secEvent .placeTxt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.secEvent .sliderTit{
    font-size: 18px;
    margin-top: 23px;
}
.secEvent .dateTxt{
    font-size: 11px;
    margin-top: 21px;
    letter-spacing: 0.5px;
}
.secEvent .placeTxt{
    font-size: 11px;
    margin-top: 13px;
    letter-spacing: 0.5px;
}
.secEvent .iconHold{
    font-size: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #262828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    position: absolute;
    right: 20px;
    top: -25px;
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.15);
    z-index: 5;
}
/* anime */
.secEvent .slideLink{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secEvent .boxSlider.jsShow .slideLink{
    transform: none;
    opacity: 1;
}
.secEvent .swiper-slide[data-swiper-slide-index="1"] .slideLink{
    transition-delay: 0.5s;
}
.secEvent .swiper-slide[data-swiper-slide-index="2"] .slideLink{
    transition-delay: 1s;
}
.secEvent .swiper-slide[data-swiper-slide-index="3"] .slideLink{
    transition-delay: 1.5s;
}
/* disabled */
.secEvent .disabled .swiper-slide{
    width: 22.389%;
    margin-right: 3.481%;
}
.secEvent .disabled .swiper-slide:last-child{
    margin-right: 0;
}
@media only screen and (max-width:767px){
    .secEvent{
        margin-top: 0;
    }
    .secEvent .boxSliderHead{
        justify-content: space-between;
    }
    /* pagerBox */
    .secEvent .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    /* swiper */
    .secEvent .swiper-container{
        width: 80%;
        margin: 27px auto 0;
        overflow: visible;
    }
    /* inner */
    .secEvent .slideLink::after{
        width: 35px;
        height: 35px;
        bottom: 0;
    }
    .secEvent .img{
        width: 100%;
        padding-top: 100%;
    }
    .secEvent .sliderTit{
        font-size: 13px;
        margin-top: 17px;
    }
    .secEvent .dateTxt{
        margin-top: 13px;
    }
    .secEvent .placeTxt{
        margin-top: 5px;
    }
    .secEvent .cmnBtnMore{
        margin: 47px 0 0 auto;
    }
    /* disabled */
    .secEvent .disabled .swiper-slide{
        width: 100%;
        margin-right: 0;
    }
}
/* secWorks */
.secWorks{
    margin-top: 140px;
}
.secWorks .worksWrapper{
    position: relative;
}
.secWorks .worksWrapper::after{
    position: absolute;
    content: "";
    width: 1300px;
    height: 400px;
    bottom: 0;
    right: calc(50% - 960px);
    background: #262828;
}
.secWorks .worksImg{
    position: absolute;
    width: 1080px;
    height: 720px;
    left: calc(50% - 960px);
    top: 80px;
    z-index: 5;
    transition-delay: 0.5s;
}
/* txtBox */
.secWorks .txtBox{
    padding: 165px 0 235px 985px;
}
.secWorks .txt{
    margin-top: 240px;
    font-size: 18px;
    line-height: 2.66;
    color: #fff;
    position: relative;
    z-index: 5;
    letter-spacing: 1px;
}
.secWorks .cmnBtnMore{
    bottom: 83px;
    top: auto;
    z-index: 5;
    right: calc(50% - 960px);
}
.secWorks .btnInner {
    border-color: #fff;
    color: #fff;
}
.secWorks .spanIcon.lazyloaded::after {
    background: url(../img/index/iconBtnArrow02.png) center top no-repeat;
}
.secWorks .animeRight{
    transition-delay: 1s;
}
@media only screen and (max-width:767px){
    .secWorks{
        margin-top: 100px;
    }
    .secWorks .worksWrapper{
        padding-bottom: 40px;
    }
    .secWorks .worksWrapper::after{
        width: 100%;
        height: 373px;
        right: 0;
    }
    .secWorks .worksImg{
        position: relative;
        width: 93.334%;
        height: auto;
        padding-top: 62.4%;
        margin: 30px auto 0 0;
        top: 0;
        left: 0;
    }
    /* txtBox */
    .secWorks .txtBox{
        padding: 0;
    }
    .secWorks .txt{
        margin-top: 20px;
        font-size: 13px;
        line-height: 2.46;
        letter-spacing: normal;
    }
    .secWorks .cmnBtnMore{
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 5;
        position: relative;
        margin-top: 20px;
    }
    .secWorks .spanIcon.lazyloaded::after {
        background: url(../img/index/iconBtnArrow02_sp.png) center top / cover;
    }

    .secWorks .animeRight,.secWorks .animeLeft{
        transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        transform: none;
    }
    .secWorks .worksWrapper.jsShow .animeRight,.secWorks .worksWrapper.jsShow .animeLeft{
        opacity: 1;
    }
    .secWorks .worksImg {
        transition-delay: 0.5s;
    }
    .secWorks .txt{
        transition-delay: 1s;
    }
    .secWorks .cmnBtnMore{
        transition-delay: 1s;
    }
}

/* secVoice */
.secVoice{
    margin-top: 200px;
    overflow: hidden;
}
.secVoice .boxSliderHead{
    display: flex;
}
.secVoice .boxSlider{
    position: relative;
}
/* pagerBox */
.secVoice .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secVoice .swiper-button-prev,.secVoice .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secVoice .swiper-button-prev::after, .secVoice .swiper-button-next::after{
    display: none;
}
.secVoice .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secVoice .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secVoice .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secVoice .customPagenation{
    display: flex;
}
.secVoice .swiper-pagination-total,.secVoice .swiper-pagination-current{
    display: block;
}
.secVoice .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secVoice .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secVoice .swiper-container{
    width: 648px;
    margin: 50px auto 0;
    overflow: visible;
}
.secVoice .swiper-slide{
    height: auto;
}
/* inner */
.secVoice .slideLink{
    display: block;
    text-decoration: none;
    color: #000;
    height: 100%;
    position: relative;
}
.secVoice .slideLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 2px;
}
.secVoice .slideLink.lazyloaded::after{
    background: url(../img/index/iconArrow03.gif) center top / cover;
}
.secVoice .iconNew{
    position: absolute;
    right: 20px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #262828;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 7.76px 0.24px rgba(0, 0, 0, 0.15);
}
.secVoice .img{
    width: 100%;
    padding-top: 66.359%;
    border-radius: 10px;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.secVoice .txtBox{
    padding-right: 45px;
}
.secVoice .sliderTit,.secVoice .sliderTxt{
    font-size: 18px;
    line-height: 1.3;
    margin-top: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secVoice .sliderTxt{
    font-size: 13px;
    margin-top: 14px;
}
/* anime */
.secVoice .slideLink{
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secVoice .boxSlider.jsShow .slideLink{
    transform: none;
    opacity: 1;
}
.secVoice .swiper-slide-active .slideLink{
    transition-delay: 0.5s;
}
.secVoice .swiper-slide-next .slideLink{
    transition-delay: 1s;
}
@media only screen and (max-width:767px){
    .secVoice{
        margin-top: 103px;
    }
    .secVoice .boxSliderHead{
        justify-content: space-between;
    }
    /* pagerBox */
    .secVoice .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    /* swiper */
    .secVoice .swiper-container{
        width: 80%;
        margin: 31px auto 0;
    }
    /* inner */
    .secVoice .slideLink::after{
        width: 25px;
        height: 25px;
        bottom: 0;
    }
    .secVoice .img{
        width: 100%;
        padding-top: 66.667%;
        border-radius: 6px;
    }
    .secVoice .sliderTit{
        font-size: 13px;
        line-height: 1.84;
        white-space: normal;
        margin-top: 14px;
    }
    .secVoice .sliderTxt{
        font-size: 11px;
        margin-top: 4px;
    }
}

/* secModelhouse */
.secModelhouse{
    padding-top: 320px;
    background: #b9bbb6;
}
.secModelhouse .contentWrapper{
    position: relative;
    padding-bottom: 470px;
}
.secModelhouse .contentWrapper::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 500px;
    background: #555853;
    bottom: -62px;
    left: 0;
}
.secModelhouse .cmnTitBox{
    position: relative;
    z-index: 999;
}
.secModelhouse .titEng{
    font-size: 135px;
    position: relative;
    z-index: 10;
}
.secModelhouse .titJpn{
    margin-top: 3px;
}
.secModelhouse .txt{
    font-size: 18px;
    line-height: 2.66;
    font-weight: 700;
    margin-top: 33px;
    letter-spacing: 1px;
}
.secModelhouse .categoryBox{
    width: 430px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 -5px;
}
.secModelhouse .categoryTxt{
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 8px 19px;
    border: solid 1px #262828;
    border-radius: 16px;
    margin: 5px;
    min-width: 68px;
    text-align: center;
}
.secModelhouse .imgModel{
    width: 1080px;
    height: 720px;
    position: absolute;
    right: calc(50% - 960px);
    top: 85px;
    z-index: 5;
}
.secModelhouse .cmnBtnMore{
    right: auto;
    left: calc(50% - 960px);
    bottom: 0;
    top: auto;
    z-index: 10;
    width: 745px;
}
.secModelhouse .btnInner{
    border-color: rgba(202, 214, 213, 0.3);
    color: #fff;
    padding-left: 290px;
    position: relative;
}
.secModelhouse .btnInner::after{
    position: absolute;
    content: "";
    width: 646px;
    height: 290px;
    right: -33px;
    top: -291px;
}
.secModelhouse .btnInner.lazyloaded::after{
    background: url(../img/index/imgModelhouse.png) center top no-repeat;
}
@media only screen and (max-width:1630px){
    .secModelhouse .btnInner::after{
        right: -90px;
    }
}
.secModelhouse .spanIcon.lazyloaded::after {
    background: url(../img/index/iconBtnArrow02.png) center top no-repeat;
}
/* anime */
.secModelhouse .imgModel{
    transition-delay: 0.75s;
}
.secModelhouse .cmnBtnMore{
    transition-delay: 1.5s;
}
@media only screen and (max-width:767px){
    .secModelhouse{
        padding-top: 95px;
    }
    .secModelhouse .contentWrapper{
        padding-bottom: 50px;
    }
    .secModelhouse .contentWrapper::after{
        height: 408px;
        bottom: 0;
    }
    .secModelhouse .titEng{
        font-size: 50px;
    }
    .secModelhouse .titJpn{
        margin-top: 5px;
    }
    .secModelhouse .txtWrapper{
        position: relative;
        z-index: 5;
    }
    .secModelhouse .txt{
        font-size: 14px;
        line-height: 2.28;
        margin-top: 22px;
        letter-spacing: 1px;
        color: #fff;
    }
    .secModelhouse .categoryBox{
        width: 100%;
        margin: 5px 0 0 -4px;
    }
    .secModelhouse .categoryTxt{
        font-size: 10px;
        letter-spacing: normal;
        padding: 5px 11px 6px;
        border-radius: 11px;
        margin: 4px;
        min-width: 48px;
        color: #fff;
        border-color: #fff;
    }
    .secModelhouse .imgModel{
        width: 93.334%;
        height: auto;
        padding-top: 62.4%;
        position: relative;
        right: 0;
        top: 0;
        margin: 30px 0 0 auto;
    }
    .secModelhouse .cmnBtnMore{
        right: 0;
        left: 0;
        top: auto;
        position: relative;
        width: 93.334%;
        margin-top: 10px;
    }
    .secModelhouse .btnInner{
        padding-left: 28px;
    }
    .secModelhouse .btnInner::after{
        width: 150px;
        height: 79px;
        right: 0;
        top: auto;
        bottom: 0;
    }
    .secModelhouse .btnInner.lazyloaded::after{
        background: url(../img/index/imgModelhouse_sp.png) center top / cover;
    }
    .secModelhouse .btnInner::after{
        right: 0;
    }
    .secModelhouse .spanIcon.lazyloaded::after{
        background: url(../img/index/iconBtnArrow02_sp.png) center top / cover;
    }
    /* anime */
    .secModelhouse .animeRight,.secModelhouse .animeLeft{
        transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        opacity: 0;
        transform: none;
    }
    .secModelhouse .contentWrapper.jsShow .animeRight,.secModelhouse .contentWrapper.jsShow .animeLeft{
        opacity: 1;
    }
    .secModelhouse .imgModel{
        transition-delay: 0.5s;
    }
    .secModelhouse .txtWrapper{
        transition-delay: 1s;
    }
    .secModelhouse .cmnBtnMore{
        transition-delay: 1.25s;
    }
}
@media only screen and (max-width:359px){
    .secModelhouse .btnInner::after {
        right: -30px;
    }
}

/* secConcept */
.secConcept{
    position: relative;
    margin-top: 295px;
}
.secConcept::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
}
.secConcept video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover;
    font-family:'object-fit:cover;';
}
.secConcept .conceptWrapper{
    height: 1080px;
    padding-top: 220px;
    position: relative;
    z-index: 10;
}
.secConcept .tit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 32px;
    letter-spacing: -8px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    line-height: 2.8;
}
.secConcept .spanIcon1,.secConcept .spanIcon2{
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
}
.secConcept .spanIcon1{
    right: -5px;
}
.secConcept .spanIcon2{
    bottom: -8px;
}
.secConcept .underBox{
    position: absolute;
    left: 0;
    right: 0; 
    margin: auto;
    bottom: 0;
    width: 50%;
    z-index: 10;
}
.secConcept .conceptList{
    display: flex;
    width: 100%;
}
.secConcept .item{
    width: 25%;
    border: solid 1px #fff;
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 3s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    flex-grow: 1;
}
.secConcept .hideWrapper.jsShow .item{
    opacity: 1;
    transform: none;
}
.secConcept .item:last-child{
    margin-right: 0;
}
.secConcept .innerLink{
    width: 100%;
    height: 280px;
    padding-top: 148px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.secConcept.lazyloaded .innerLink{
    background: url(../img/index/iconConcept01.png) center top 64px / 64px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secConcept.lazyloaded .item:nth-child(2) .innerLink{
    background: url(../img/index/iconConcept02.png) center top 60px / 68px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secConcept.lazyloaded .item:nth-child(3) .innerLink{
    background: url(../img/index/iconConcept03.png) center top 61px / 53px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secConcept.lazyloaded .item:nth-child(4) .innerLink{
    background: url(../img/index/iconConcept04.png) center top 62px / 67px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secConcept .innerLink::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    right: 28px;
    bottom: 26px;
    opacity: 0.3;
}
.secConcept .innerLink.lazyloaded::after{
    background: url(../img/index/iconBtnArrowConcept.png) center top / cover;
}
.secConcept .itemTitJpn{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.secConcept .itemTitEng{
    font-size: 30px;
    opacity: 0.2;
    margin-top: 17px;
}
.secConcept  .cmnBtnMore{
    width: 250px;
    position: absolute;
    right: 36.4%;
    top: 676px;
}
.secConcept .btnInner{
    height: auto;
    border: none;
    color: #fff;
}
.secConcept .spanIcon.lazyloaded::after {
    background: url(../img/index/iconBtnArrow02.png) center top no-repeat;
}
.secConcept .btnTxt{
    letter-spacing: normal;
}
/* animetion */
.secConcept .spanHide{
    display: block;
    opacity: 0;
    transform: translate(0px, 50px);
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 4s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secConcept .hideWrapper.jsShow .spanHide{
    transform: none;
    opacity: 1;
}
.secConcept .hide01{
    transition-delay: 0.5s;
}
.secConcept .hide02{
    transition-delay: 1s;
}
.secConcept .hide03{
    transition-delay: 1.5s;
}
.secConcept .hide04{
    transition-delay: 2s;
}
.secConcept .hide05{
    transition-delay: 2.5s;
}
.secConcept .hide06{
    transition-delay: 3s;
}
/* animetion */
.secConcept .item{
    transition-delay: 1.5s;
}
.secConcept .item:nth-child(2){
    transition-delay: 1.75s;
}
.secConcept .item:nth-child(3){
    transition-delay: 2s;
}
.secConcept .item:nth-child(4){
    transition-delay: 2.25s;
}
/* fireFox */
@-moz-document url-prefix() {
    .secConcept .tit{
        letter-spacing: normal;
    }
    .secConcept .conceptWrapper{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}
/* mac */
::-webkit-full-page-media, :future, :root .secConcept .tit{
    letter-spacing: 6px;
}
::-webkit-full-page-media, :future, :root .secConcept .spanIcon1{
    margin-bottom: -14px;
    right: 0;
}
/* ipad */
.isDesktopIpad .secConcept .spanIcon1{
    margin-bottom: 0;
    top: -6px;
}
.isDesktopIpad .secConcept .spanIcon2{
    bottom: 0;
}
.isDesktopIpad .secConcept .spanIpad{
    position: relative;
    bottom: -6px;
}
@media only screen and (max-width:767px){
    .secConcept{
        margin-top: 80px;
    }
    .secConcept .conceptWrapper{
        height: 425px;
        padding-top: 66px;
    }
    .secConcept .tit{
        font-size: 18px;
        letter-spacing: -5px;
        line-height: 2.7;
    }
    .secConcept .spanIcon1{
        bottom: -2px;
    }
    .secConcept .spanIcon2{
        bottom: -4px;
    }
    .secConcept .movieWrapper{
        position: relative;
    }
    .secConcept .underBox {
        position: relative;
        width: 100%;
    }
    .secConcept .conceptList{
        flex-wrap: wrap;
    }
    .secConcept .item{
        width: 50%;
        border-right: none;
    }
    .secConcept .item:nth-child(2n+1){
        border-left: none;
    }
    .secConcept .item:nth-child(n+3){
        border-top: none;
    }
    .secConcept .item:last-child{
        margin-right: 0;
    }
    .secConcept .innerLink{
        width: 100%;
        height: 187px;
        padding-top: 104px;
    }
    .secConcept .innerLink.lazyloaded{
        background-size: 52px auto;
        background-position: center top 31px;
    }
    .secConcept .item:nth-child(2) .innerLink.lazyloaded{
        background-size: 50px auto;
        background-position: center top 34px;
    }
    .secConcept .item:nth-child(3) .innerLink.lazyloaded{
        background-size: 40px auto;
        background-position: center top 32px;
    }
    .secConcept .item:nth-child(4) .innerLink.lazyloaded{
        background-size: 46px auto;
        background-position: center top 34px;
    }
    .secConcept .innerLink::after{
        width: 25px;
        height: 25px;
        right: 9px;
        bottom: 9px;
    }
    .secConcept .itemTitJpn{
        font-size: 12px;
    }
    .secConcept .itemTitEng{
        font-size: 15px;
        opacity: 0.2;
        margin-top: 17px;
    }
    .secConcept  .cmnBtnMore{
        width: 159px;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 330px;
    }
    .secConcept .btnInner{
        height: auto;
        border: none;
        color: #fff;
    }
    .secConcept .spanIcon.lazyloaded::after {
        background: url(../img/index/iconBtnArrow02_sp.png) center top / cover;
    }
    /* anime */
    .secConcept .hide01{
        transition-delay: 0.25s;
    }
    .secConcept .hide02{
        transition-delay: 0.5s;
    }
    .secConcept .hide03{
        transition-delay: 0.75s;
    }
    .secConcept .hide04{
        transition-delay: 1s;
    }
    .secConcept .hide05{
        transition-delay: 1.25s;
    }
    .secConcept .hide06{
        transition-delay: 1.25s;
    }
    .secConcept .item{
        transition-delay: 1.25s;
    }
    .secConcept .item:nth-child(2){
        transition-delay: 1.35s;
    }
    .secConcept .item:nth-child(3){
        transition-delay: 1.45s;
    }
    .secConcept .item:nth-child(4){
        transition-delay: 1.55s;
    }
    /* iphone */
    ::-webkit-full-page-media, :future, :root .secConcept .spanIcon1{
        margin-bottom: 0;
        right: 0;
        bottom: auto;
        top: -5px;
    }
    ::-webkit-full-page-media, :future, :root .secConcept .spanIcon2 {
        bottom: auto;
        top: -3px;
    }
    ::-webkit-full-page-media, :future, :root .secConcept .spanIpad{
        position: relative;
        bottom: -2px;
    }
}
@media only screen and (max-width:374px){
    .secConcept .itemTitJpn {
        font-size: 11px;
    }
    .secConcept .itemTitEng {
        font-size: 13px;
    }
}
@media only screen and (max-width:359px){
    .secConcept .itemTitJpn {
        font-size: 10px;
    }
    .secConcept .itemTitEng {
        font-size: 12px;
    }
}
/* secReserveBnr */
.secReserveBnr{
    width: 1340px;
    margin: 150px auto 0;
}
.secReserveBnr .bnrInner{
    display: block;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);  
    border-radius: 10px; 
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        width: 86.667%;
        margin: 80px auto 0;
        border-radius: 5px; 
    }
}

/* secLineup */
.secLineup{
    margin-top: 220px;
}
.secLineup .boxSliderHead{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.secLineup .boxSlider{
    position: relative;
    overflow: hidden;
}
.secLineup .topWrapper{
    position: relative;
}
.secLineup .minTxt{
    font-size: 12px;
}
/* pagerBox */
.secLineup .pagerBox{
    display: flex;
    margin: 48px 0 0 13px;
}
.secLineup .swiper-button-prev,.secLineup .swiper-button-next{
    position: static;
    margin-top: 0;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 50%;
}
.secLineup .swiper-button-prev::after, .secLineup .swiper-button-next::after{
    display: none;
}
.secLineup .swiper-button-prev.lazyloaded{
    background: url(../img/index/iconSliderPrev.gif) center center / 5px auto no-repeat #333333;
}
.secLineup .swiper-button-next.lazyloaded{
    background: url(../img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
}
/* pagination */
.secLineup .swiper-pagination{
    position: static;
    font-size: 13px;
    margin: 1px 11px;
}
.secLineup .customPagenation{
    display: flex;
}
.secLineup .swiper-pagination-total,.secLineup .swiper-pagination-current{
    display: block;
}
.secLineup .swiper-pagination-total{
    margin: 10px 0 0 11px;
    position: relative;
}
.secLineup .swiper-pagination-total::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    transform: rotate(30deg);
    font-size: 13px;
    left: -5px;
    top: -9px;
    background: #33373d;
}
/* swiper */
.secLineup .swiper-container{
    overflow: visible;
}
.secLineup .swiper-slide{
    position: relative;
    padding-top: 147px;
    height: 676px;
    background: #dadada;
}
.secLineup .topTxt{
    font-size: 15px;
    line-height: 2.66;
}
.secLineup .titName{
    margin-top: 34px;
}
.secLineup .priceBox{
    display: flex;
    align-items: flex-start;
    margin-top: 42px;
}
.secLineup .boxFloor{
    font-size: 14px;
    background: #262828;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    font-weight: 500;
    line-height: 1.13;
}
.secLineup .spanYen{
    position: relative;
    right: -6px;
    vertical-align: -3px;
}
.secLineup .spanNum{
    font-size: 40px;
}
.secLineup .priceTxt{
    font-size: 50px;
    margin-top: 23px;
}
.secLineup .spanSub{
    font-size: 12px;
    vertical-align: 3px;
    padding-left: 6px;
}
.secLineup .txtSub{
    font-size: 12px;
    margin-top: 40px;
    letter-spacing: 1px;
}
.secLineup .img01{
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
}
.secLineup .img01 img,.secLineup .img02 img,.secLineup .titName img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.secLineup .img02{
    margin-top: 210px;
    z-index: 5;
    position: relative;
}
.secLineup .cmnBtnMore{
    width: 745px;
    right: auto;
    left: calc(50% - 960px);
    top: 588px;
}
.secLineup .btnInner {
    padding-left: 290px;
    position: relative;
}
/* アニメーション */
.secLineup .jsHideSlide{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.secLineup .boxSlider.jsShow .swiper-slide-active .jsHideSlide{
    opacity: 1;
}
.secLineup .jsHideSlide01{
    transition-delay: 0.5s;
}
.secLineup .jsHideSlide02{
    transition-delay: 0.75s;
}
.secLineup .jsHideSlide03{
    transition-delay: 1s;
}
.secLineup .jsHideSlide04{
    transition-delay: 1.25s;
}
.secLineup .jsHideSlide05{
    transition-delay: 1.5s;
}
.secLineup .jsHideSlide06{
    transition-delay: 1.2s;
}
.secLineup .jsHideSlide07{
    transition-delay: 2s;
}
.secLineup .boxPriceList{
    width: 620px;
    margin-top: 45px;
}
.secLineup .boxPriceListIn{
    display: flex;
    justify-content: space-between;
}
.secLineup .txtPriceListSub{
    margin-top: 10px;
}
.secLineup .itemPriceList{
    width: 150px;
    background: #262828;
    color: #fff;
    text-align: center;
    padding: 22px 0 16px;
}
.secLineup .numPriceList{
    font-size: 19px;
    letter-spacing: 1px;
}
.secLineup .txtPriceList{
    font-size: 21px;
    margin-top: 11px;
}
@media only screen and (max-width:767px){
    .secLineup{
        margin-top: 30px;
    }
    .secLineup .boxSliderHead{
        justify-content: space-between;
        position: relative;
    }
    /* pagerBox */
    .secLineup .pagerBox{
        display: flex;
        margin: 8px 0 0;
    }
    .secLineup .swiper-slide{
        padding-top: 0;
        overflow: hidden;
        height: auto;
    }
    .secLineup .txtBox{
        display: flex;
        flex-flow: column;
        margin-top: 30px;
    }
    .secLineup .topTxt{
        font-size: 11px;
        line-height: 2;
        order: 2;
        margin-top: 15px;
    }
    .secLineup .titName{
        margin-top: 0;
        order: 1;
    }
    .secLineup .titName img{
        width: auto;
        height: 28px;
    }
    .secLineup .priceBox{
        order: 3;
        margin-top: 20px;
    }
    .secLineup .boxFloor{
        font-size: 10px;
        width: 56px;
        height: 56px;
        padding-top: 8px;
        line-height: 1.08;
    }
    .secLineup .spanNum{
        font-size: 24px;
    }
    .secLineup .priceTxt{
        font-size: 20px;
        margin: 7px 0 0 4px;
    }
    .secLineup .spanSub{
        font-size: 11px;
        padding: 8px 0 0 6px;
        display: block;
    }
    .secLineup .spanYen {
        right: -2px;
        vertical-align: -1px;
    }
    .secLineup .txtSub{
        order: 4;
        font-size: 11px;
        line-height: 1.81;
        margin-top: 17px;
    }
    .secLineup .cmnBtnMore{
        width: 93.334%;
        margin: 35px 0 0 auto;
    }
    .secLineup .cmnBtnMore .btnInner{
        padding-left: 27px;
    }
    .secLineup .img01,.secLineup .img02{
        width: 64%;
        top: 147px;
        right: -30.13vw;
    }
    .secLineup .img02{
        width: 75.734%;
        position: absolute;
        left: 0;
        top: 164px;
        margin: 0;
    }

    .secLineup .jsHideSlide02{
        transition-delay: 0.5s;
    }
    .secLineup .jsHideSlide01{
        transition-delay: 0.75s;
    }
    .secLineup .jsHideSlide07{
        transition-delay: 1s;
    }
    .secLineup .jsHideSlide06{
        transition-delay: 1.25s;
    }
    .secLineup .jsHideSlide03{
        transition-delay: 1.5s;
    }
    .secLineup .jsHideSlide04{
        transition-delay: 1.75s;
    }
    .secLineup .jsHideSlide05{
        transition-delay: 2s;
    }

    .secLineup .boxPriceList{
        width: 100%;
        margin-top: 20px;
        order: 3;
    }
    .secLineup .itemPriceList{
        width: calc(33.333% - 0.667px);
        padding: 10px;
        font-size: 10px;
        border-right: 1px solid #dadada;
    }
    .secLineup .itemPriceList:last-child{
        border: none;
    }
    .secLineup .numPriceList{
        font-size: 12px;
        letter-spacing: 0;
        margin-left: 0;
    }
    .secLineup .txtPriceList{
        font-size: 13px;
        margin-top: 6px;
    }
    .secLineup .txtPriceListSub{
        font-size: 11px;
    }

    /* comingSoon */
    .secLineup .img01{
        position: static;
        width: 86.667vw;
        order: 2;
        margin-top: 14.5px;
    }
}
@media only screen and (max-width:374px){
    .secLineup .itemPriceList{
        padding: 10px 3px;
        font-size: 10px;
    }


}


/* secEstateBnr */
.secEstateBnr{
    width: 1000px;
    margin: 150px auto 0;
}
.secEstateBnr .bnrInner{
    display: block;
    box-shadow: 0px 0px 9.4px 0.6px rgba(0, 0, 0, 0.15);  
    border-radius: 10px; 
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secEstateBnr{
        width: 305px;
        margin: 60px auto 0;
        border-radius: 5px; 
    }
}

/* secModelhouseBnr */
.secModelhouseBnr{
    width: 1347px;
    max-width: calc(100% - 40px);
    margin: 140px auto 0;
}
@media only screen and (max-width:767px){
    .secModelhouseBnr{
        width: 89.334%;
        max-width: none;
        margin: 57px auto 0;
    }
}

/* secTopicsBlog */
.secTopicsBlog{
    padding: 148px 0;
}
.secTopicsBlog .topicsBox,.secTopicsBlog .blogBox{
    position: relative;
}
.secTopicsBlog .blogBox{
    margin-top: 78px;
}
.secTopicsBlog .boxWrapper{
    position: relative;
    padding: 0 50px 75px;
    width: 1440px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.secTopicsBlog .topicsBox .boxWrapper::before,.secTopicsBlog .topicsBox .boxWrapper::after{
    position: absolute;
    content: "";
    background: #bababa;
}
.secTopicsBlog .boxWrapper::before{
    width: 1px;
    height: 400px;
    left: 0;
    top: 15px;
}
.secTopicsBlog .boxWrapper::after{
    width: 100%;
    height: 1px;
    left: -50px;
    bottom: 0;
}
.secTopicsBlog .list{
    display: flex;
    margin-top: 50px;
}
.secTopicsBlog .item{
    width: 30.598%;
    margin-right: 4.103%;
}
.secTopicsBlog .jsHide{
    transform: translate(0px, 15px);
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secTopicsBlog .jsHide.jsShow{
    transform: none;
}
.secTopicsBlog .item:last-child{
    margin-right: 0;
}
.secTopicsBlog .linkInner{
    border: solid 1px #000;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    padding-right: 103px;
    position: relative;
}
.secTopicsBlog .linkInner::after{
    position: absolute;
    content: "";
    width: 29px;
    height: 29px;
    right: 10px;
    bottom: 8px;
}
.secTopicsBlog .linkInner.lazyloaded::after{
    background: url(../img/index/iconArrow02.gif) center top / cover;
}
.secTopicsBlog .iconNew {
    position: absolute;
    right: 10px;
    top: -25px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #262828;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 7.76px 0.24px rgb(0 0 0 / 15%);
}
.secTopicsBlog .img{
    width: 124px;
    height: 124px;
}
.secTopicsBlog .txtBox{
    width: calc(100% - 154px);
    margin-left: 30px;
    padding-bottom: 4px;
}
.secTopicsBlog .tit{
    font-size: 13px;
    line-height: 1.69;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    max-height: 44px;
}
.secTopicsBlog .underBox{
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.secTopicsBlog .dayTxt{
    font-size: 11px;
    line-height: 1.3;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}
.secTopicsBlog .icon{
    margin-left: 10px;
    font-size: 11px;
    color: #fff;
    background: #000;
    border-radius: 11px;
    padding: 5px 13px;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}
/* animetion */
.secTopicsBlog .item{
    transition-delay: 0.5s;
}
.secTopicsBlog .item:nth-child(2){
    transition-delay: 1s;
}
.secTopicsBlog .item:nth-child(3){
    transition-delay: 1.5s;
}
@media only screen and (max-width:767px){
    .secTopicsBlog{
        padding: 77px 0;
    }
    .secTopicsBlog .titEng{
        font-size: 36px;
    }
    .secTopicsBlog .blogBox{
        margin-top: 78px;
    }
    .secTopicsBlog .boxWrapper{
        padding: 0;
        width: 86.667%;
        max-width: none;
    }
    .secTopicsBlog .topicsBox .boxWrapper::before,.secTopicsBlog .topicsBox .boxWrapper::after{
        display: none;
    }
    .secTopicsBlog .list{
        display: block;
        margin-top: 18px;
    }
    .secTopicsBlog .item{
        width: 100%;
        margin-right: 0;
    }
    .secTopicsBlog .item:nth-child(n+2){
        margin-top: 15px;
    }
    .secTopicsBlog .linkInner{
        padding-right: 32px;
    }
    .secTopicsBlog .linkInner::after{
        width: 23px;
        height: 23px;
        right: 6px;
        bottom: 6px;
    }
    .secTopicsBlog .iconNew {
        right: 5px;
        top: -15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }
    .secTopicsBlog .img{
        width: 147px;
        height: 98px;
    }
    .secTopicsBlog .txtBox{
        width: calc(100% - 162px);
        margin-left: 15px;
        padding-bottom: 4px;
    }
    .secTopicsBlog .tit{
        font-size: 11px;
        line-height: 1.58;
        max-height: 35px;
    }
    .secTopicsBlog .underBox{
        margin-top: 3px;
    }
    .secTopicsBlog .dayTxt{
        font-size: 10px;
        margin-top: 2px;
        letter-spacing: 0.75px;
    }
    .secTopicsBlog .icon{
        margin-left: 9px;
        font-size: 10px;
        color: #fff;
        border-radius: 9px;
        padding: 4px 9px 3px;
        letter-spacing: 0.5px;
    }
    .secTopicsBlog .spanTxt{
        display: block;
        transform: scale(0.8);
        transform-origin: center center;
    }
    /* anime */
    .secTopicsBlog .item, .secTopicsBlog .item:nth-child(2), .secTopicsBlog .item:nth-child(3){
        transition-delay: 0.2s;
    }
}
/* secAbout */
.secAbout .bgBox{
    height: 700px;
    padding-top: 71px;
}
.secAbout .bgBox.lazyloaded{
    background: url(../img/index/bgAbout.jpg) center top no-repeat;
}
.secAbout .jsHide {
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secAbout .aboutTit{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 30px;
    letter-spacing: -8px;
    color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
::-webkit-full-page-media, :future, :root .secAbout .aboutTit{
    letter-spacing: normal;
}
.secAbout .aboutList{
    display: flex;
    justify-content: center;
    width: 1150px;
    margin: 55px auto 0;
}
.secAbout .aboutItem{
    width: 30.435%;
    border: solid 1px #fff;
    margin-right: 4.3475%;
}
.secAbout .aboutItem:last-child{
    margin-right: 0;
}
.secAbout .innerLink{
    width: 100%;
    height: 228px;
    padding-top: 125px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
}
.secAbout .innerLink.lazyloaded{
    background: url(../img/index/iconAbout01.png) center top 45px / 48px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .aboutItem:nth-child(2) .innerLink.lazyloaded{
    background: url(../img/index/iconAbout02.png) center top 47px / 49px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .aboutItem:nth-child(3) .innerLink.lazyloaded{
    background: url(../img/index/iconAbout03.png) center top 46px / 35px auto no-repeat rgba(0, 0, 0, 0.5);
}
.secAbout .itemTitJpn{
    font-size: 18px;
    letter-spacing: 0.5px;
}
.secAbout .itemTitEng{
    font-size: 30px;
    opacity: 0.5;
    margin-top: 17px;
}
/* animetion */
.secAbout .aboutItem{
    transition-delay: 0.5s;
}
.secAbout .aboutItem:nth-child(2){
    transition-delay: 1s;
}
.secAbout .aboutItem:nth-child(3){
    transition-delay: 1.5s;
}
/* fireFox */
@-moz-document url-prefix() {
    .secAbout .bgBox{
        display: flex;
        flex-flow: column;
    }
    .secAbout .aboutTit{
        letter-spacing: normal;
    }
}
/* mac */
::-webkit-full-page-media, :future, :root .secAbout .aboutTit{
    letter-spacing: 6px;
}
@media only screen and (max-width:767px){
    .secAbout .bgBox{
        height: auto;
        padding: 53px 0 90px;
    }
    .secAbout .bgBox.lazyloaded{
        background: url(../img/index/bgAbout_sp.jpg) center top / cover;
    }
    .secAbout .aboutTit{
        font-size: 22px;
        letter-spacing: -4px;
    }
    .secAbout .aboutList{
        display: block;
        width: 65.334%;
        margin: 37px auto 0;
    }
    .secAbout .aboutItem{
        width: 100%;
        border: solid 1px rgba(255, 255, 255, 0.22);
        margin-right: 0;
    }
    .secAbout .aboutItem:nth-child(n+2){
        margin-top: 15px;
    }
    .secAbout .innerLink{
        height: 98px;
        padding: 29px 0 0 26.667vw;
        text-align: left;
    }
    .secAbout .innerLink.lazyloaded{
        background: url(../img/index/iconAbout01.png) left 11.2vw center / 38px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .aboutItem:nth-child(2) .innerLink.lazyloaded{
        background: url(../img/index/iconAbout02.png) left 11.467vw center / 37px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .aboutItem:nth-child(3) .innerLink.lazyloaded{
        background: url(../img/index/iconAbout03.png) left 12.534vw center / 28px auto no-repeat rgba(0, 0, 0, 0.22);
    }
    .secAbout .itemTitJpn{
        font-size: 16px;
        letter-spacing: normal;
    }
    .secAbout .itemTitEng{
        font-size: 20px;
        opacity: 0.5;
        margin-top: 9px;
    }
    /* animetion */
    .secAbout .aboutItem,.secAbout .aboutItem:nth-child(2),.secAbout .aboutItem:nth-child(3){
        transition-delay: 0.2s;
    }
}
@media only screen and (max-width:359px){
    .secAbout .itemTitJpn{
        font-size: 14px;
    }
    .secAbout .itemTitEng{
        font-size: 18px;
    }
}

/* secSns */
.secSns{
    background: #9fa19c;
    padding: 153px 0 100px;
}
.secSns .innerWrapper{
    position: relative;
}
.secSns .snsMain{
    width: 1040px;
    margin: 68px auto 0;
}
.secSns .linkList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secSns .item{
    width: 33.27%;
}
.secSns .snsBox{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.secSns .snsTxt{
    font-size: 14px;
    color: #1d1d1d;
    letter-spacing: 1.5px;
}
.secSns .snsList{
    display: flex;
    margin-left: 26px;
}
.secSns .snsItem{
    margin-right: 20px;
}
.secSns .snsItem:last-child{
    margin-right: 0;
}
.secSns .snsLink{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #555853;
    display: flex;
    justify-content: center;
    align-items: center;
}
.secSns .imgBox{
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 100%;
}
/* animetion */
.secSns .item{
    transition-delay: 0.5s;
    opacity: 0;
    transform: translate(0px, 40px);
    transition: opacity 5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secSns .snsMain.jsShow .item{
    transform: none;
    opacity: 1;
}
.secSns .item{
    transition-delay: 0.5s;
}
.secSns .item:nth-child(2){
    transition-delay: 1s;
}
.secSns .item:nth-child(3){
    transition-delay: 1.5s;
}
.secSns .item:nth-child(4){
    transition-delay: 2s;
}
.secSns .item:nth-child(5){
    transition-delay: 2.5s;
}
.secSns .item:nth-child(6){
    transition-delay: 3s;
}
@media only screen and (max-width:767px){
    .secSns{
        padding: 58px 0 50px;
    }
    .secSns .snsMain{
        width: 100%;
        margin: 31px auto 0;
    }
    .secSns .linkList{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .secSns .item{
        width: calc(100% / 3);
    }
    .secSns .snsBox{
        display: block;
        margin-top: 30px;
    }
    .secSns .snsTxt{
        font-size: 12px;
        letter-spacing: normal;
        text-align: center;
    }
    .secSns .snsList{
        margin: 19px 0 0;
        justify-content: center;
    }
    .secSns .snsItem{
        margin-right: 14px;
    }
    .secSns .snsLink{
        width: 42px;
        height: 42px;
    }
    .secSns .snsItem img{
        width: 7px;
        height: auto;
    }
    .secSns .snsItem:nth-child(2) img{
        width: 20px;
    }
    .secSns .snsItem:nth-child(3) img{
        width: 18px;
    }
    .secSns .snsItem:nth-child(4) img{
        width: 17px;
    }
    .secSns .snsItem:nth-child(5) img{
        width: 15px;
    }
    /* anime */
    .secSns .item{
        transition-delay: 0.25s;
    }
    .secSns .item:nth-child(2){
        transition-delay: 0.5s;
    }
    .secSns .item:nth-child(3){
        transition-delay: 0.75s;
    }
    .secSns .item:nth-child(4){
        transition-delay: 1s;
    }
    .secSns .item:nth-child(5){
        transition-delay: 1.25s;
    }
    .secSns .item:nth-child(6){
        transition-delay: 1.5s;
    }
}
.secBnrRecruit{
    background: #dadada;
    width: 100%;
}
.bnrBox{
    padding-top: 150px;
    padding-bottom: 150px;
    
}
@media only screen and (max-width:767px){
    .bnrBox{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 20231120add */
.flowTopBox{
    padding: 148px 0 0;
}
.secTopFlow  {
    position: relative;
}
.secTopFlow .boxWrapper {
    position: relative;
    padding: 0 50px 75px;
    width: 1440px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.secTopFlow .secFlow {
	padding: 50px 0 106px;
}
.secTopFlow .secFlow .flowList{
	margin-top:49px;
	counter-reset: number 0;
    display: flex;
    flex-wrap: wrap;
}
.secTopFlow .secFlow .flowList li{
    width: 20%;
}
.secTopFlow .secFlow .flowList li:nth-child(n+6){
	border-top: 1px #c1c1c1 solid;
}
.secTopFlow .secFlow .flowList li:not(:nth-child(5n)){
	border-right: 1px #c1c1c1 solid;
}
.secTopFlow .secFlow .flowList .fTit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	padding-left: 38px;
	line-height: 1.5;
    word-break: break-word;
    text-align: center;
    padding: 122px 0 50px;
    color: #262828;
}
.secTopFlow .secFlow .flowList .fTit::before{
    position: absolute;
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	color: #fff;
    width: 58px;
    height: 58px;
    left: calc(50% - 29px);
	top: 50px;
	margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "Forum";
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1px;
}
.secTopFlow .secFlow .flowList .fTit::after{
    position: absolute;
	top: 50px;
    left: calc(50% - 29px);
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #262828;
}
.secTopFlow .secFlow .flowList .fTit .fLink{
    color: #262828;
    text-decoration: none;
}
/* 20240104subtract
@media only screen and (max-width:767px){
    .flowTopBox{
        padding: 77px 0 0;
    }
    .secTopFlow .boxWrapper {
        padding: 0;
        width: 86.667%;
        max-width: none;
    }
    .secTopFlow .secFlow {
		padding: 49px 0 30px;
    }
    .secTopFlow .secFlow .flowList{
        width: 375px;
		margin: 10px auto 0;
		justify-content: space-between;
    }
    .secTopFlow .secFlow .flowList li{
		width: 50%;
    }
    .secTopFlow .secFlow .flowList li:nth-child(n+6){
        border-top: none;
    }
    .secTopFlow .secFlow .flowList li:not(:nth-child(2n+1)){
        border-right: none;
    }
    .secTopFlow .secFlow .flowList li:nth-child(5){
	border-right: 1px #c1c1c1 solid;
    }
    .secTopFlow .secFlow .flowList li:nth-child(9),
    .secTopFlow .secFlow .flowList li:last-child{
        border-bottom: none;
    }
    .secTopFlow .secFlow .flowList li{
        border-bottom: 1px #c1c1c1 solid;
    }
    .secTopFlow .secFlow .flowList .fTit{
        font-size: 15px;
        word-break: break-word;
        color: #262828;  
    }
    .secTopFlow .secFlow .flowList .fTit::before{
        font-size: 18px;
    }

}
@media only screen and (max-width:440px){
    .secTopFlow  .secFlow .flowList{
        width: 100%;
    }
}
*/

/* 20240104add */
@media only screen and (max-width:767px){
    .flowTopBox{
        padding: 77px 0 0;
    }
    .secTopFlow .boxWrapper {
        padding: 0;
        width: 86.667%;
        max-width: none;
    }
    .secTopFlow .secFlow {
		padding: 49px 0 30px;
    }
    .secTopFlow .secFlow .flowList{
        max-width: 375px;
        width: 100%;
		margin: 10px auto 0;
		justify-content: space-between;
    }
    .secTopFlow .secFlow .flowList li{
		width: 100%;
    }
    .secTopFlow .secFlow .flowList li:nth-child(n+6){
        border-top: none;
    }
    .secTopFlow .secFlow .flowList li.n-border{
        border-right: none;
				border-bottom: 1px #c1c1c1 solid;
    }
    .secTopFlow .secFlow .flowList .fTit{
        font-size: 12px;
        padding-right: 138px;
        word-break: break-word;
        text-align: left;
        padding: 25px 0 15px 42px;
        color: #262828;
    }
    .secTopFlow .secFlow .flowList .fTit::before{
        font-size: 18px;
    }
    .secTopFlow .secFlow .flowList .fTit::before,
    .secTopFlow .secFlow .flowList .fTit::after{
        width: 34px;
        height: 34px;
        left: 0;
        top: 18px;
    }
}

/* 20240124add */
.index-retouch-area_construction-wrap {
    background: #dadada;
    width: 100%;
}
.index-retouch-area_construction-wrap .cmnTitBox {
    margin-bottom: 60px;
}
.index-retouch-area_construction-wrap .table_wrap table,
.index-retouch-area_construction-wrap .table_wrap table th,
.index-retouch-area_construction-wrap .table_wrap table td {
    border: 1px solid #000;
    border-collapse: collapse;
}
.index-retouch-area_construction-wrap .table_wrap td:first-child {
    background-color: #9fa19c;
    color: #fff;
    width: 20%;
    vertical-align: middle;
    padding-left: 10px;
}
.index-retouch-area_construction-wrap .table_wrap td:last-child {
    width: 80%;
    padding: 40px 10px 40px 10px;
    line-height: 1.5;
    vertical-align: middle;
}
.index-retouch-area_construction-wrap .description {
    margin: 20px auto;
}
.index-retouch-area_construction-wrap .description p {
    margin: 10px auto;
}
.index-retouch-area_construction-wrap .table_wrap.sp {
    display: none;
}
.index-retouch-area_construction-wrap .table_wrap table {
    width: 100%;
}
.index-retouch-area_construction-wrap .table_wrap.sp td {
    width: 100%;
    display: block;
    padding: 20px 0;
}
.index-retouch-area_construction-wrap .table_wrap.sp td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-retouch-area_construction-wrap .table_wrap.sp td .icon {
    position: absolute;
    margin-top: 0;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    background: url(https://es-archi.jp/img/index/iconSliderNext.gif) center center / 5px auto no-repeat #333333;
    right: 30px;
}
.index-retouch-area_construction-wrap .table_wrap.sp td.open .icon {
    transform: rotate(90deg);
}
@media only screen and (max-width:767px) {
    .index-retouch-area_construction-wrap .table_wrap.pc {
        display: none;
    }
    .index-retouch-area_construction-wrap .table_wrap.sp {
        display: block;
    }
    .index-retouch-area_construction-wrap .cmnTitBox {
        margin-bottom: 18px;
    }
}

.secTop {
    margin-top: 200px;
}
@media only screen and (max-width:767px) {
    .secTop {
        margin-top: 100px;
    }
}
.secHero .swiper-button-next {
    background: url(../img/common/Heronext.png);
    width: 50px;
    height: 30px;
    background-size: cover;
    right: 100px;
}
.secHero .swiper-button-next::after {
    display: none;
}
@media only screen and (max-width:767px) {
    .secHero .swiper-button-next {
        width: 40px;
        height: 25px;
        right: 45px;
    }
}
@media only screen and (max-width:365px) {
    .secHero .swiper-button-next {
        right: 20px;
    }
}

.secHero .swiper-slide-active {
    transition-duration: 3000ms !important;
}
/* 20240821 add */
.index-secFaqDesign .secFaq{
    margin: 26px auto 50px;
}
.index-secFaqDesign .secFaq .faqBox:nth-child(n+2){
    margin-top: 30px;
}
.index-secFaqDesign .secFaq .titCategory{
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background: #262828;
}
.index-secFaqDesign .secFaq .titCategory::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    right: 30px;
    top: calc(50% - 1px);
}
.index-secFaqDesign .secFaq .titCategory::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #fff;
    right: 38px;
    top: calc(50% - 9px);
}
.index-secFaqDesign .secFaq .titCategory.opened::after{
    display: none;
}
.index-secFaqDesign .secFaq .boxList{
    display: none;
}
.index-secFaqDesign .secFaq .boxItem{
    border: 1px solid #262828;
    padding: 38px 30px;
    position: relative;
}
.index-secFaqDesign .secFaq .boxAnswer{
    display: none;
}
.index-secFaqDesign .secFaq .queBox{
    display: flex;
    position: relative;
}
.index-secFaqDesign .secFaq .queBox::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    right: 0;
    top: calc(50% - 1px);
}
.index-secFaqDesign .secFaq .queBox::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    right: 8px;
    top: calc(50% - 9px);
}
.index-secFaqDesign .secFaq .queBox.opened::after{
    display: none;
}
.index-secFaqDesign .secFaq .icon{
    flex-shrink: 0;
}
.index-secFaqDesign .secFaq .titQuestion{
    font-size: 18px;
    line-height: 1.3;
    margin-left: 8px;
    padding-top: 2px;
    font-weight: bold;
}
.index-secFaqDesign .secFaq .innerBox{
    display: flex;
    margin-top: 18px;
    margin-left: -3px;
}
.index-secFaqDesign .secFaq .txtAnswer{
    margin-left: 8px;
    font-size: 15px;
    line-height: 1.86;
    padding-top: 4px;
    letter-spacing: 0.5px;
}
.index-secFaqDesign .secFaq .boxItem + .boxItem{
    border-top: 1px solid #dadada;
}
.index-secFaqDesign .secFaq a{
    display: inline-block;
    color: #0078ff;
}
@media only screen and (max-width:767px){
    .index-secFaqDesign .secFaq{
        margin: 40px auto 30px;
    }
    .index-secFaqDesign .wrapperSp325 {
        width: 100%;
    }
    .index-secFaqDesign .secFaq .faqBox:nth-child(n+2){
        margin-top: 20px;
    }
    .index-secFaqDesign .secFaq .titCategory{
        height: 60px;
        padding: 0 15px;
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .index-secFaqDesign .secFaq .titCategory::before{
        width: 14px;
        right: 15px;
    }
    .index-secFaqDesign .secFaq .titCategory::after{
        height: 14px;
        right: 21px;
        top: calc(50% - 7px);
    }
    .index-secFaqDesign .secFaq .boxItem{
        padding: 21px 15px 16px;
    }
    .index-secFaqDesign .secFaq .queBox::before{
        width: 14px;
        top: 12px;
    }
    .index-secFaqDesign .secFaq .queBox::after{
        height: 14px;
        right: 6px;
        top: 6px;
    }
    .index-secFaqDesign .secFaq .icon{
        width: 26px;
    }
    .index-secFaqDesign .secFaq .boxAnswer .icon{
        width: 32px;
    }
    .index-secFaqDesign .secFaq .titQuestion{
        font-size: 12px;
        line-height: 1.66;
        padding-top: 2px;
        padding-right: 25px;
    }
    .index-secFaqDesign .secFaq .innerBox{
        margin-top: 5px;
    }
    .index-secFaqDesign .secFaq .txtAnswer{
        font-size: 12px;
        line-height: 1.83;
        padding-top: 6px;
        margin-left: 4px;
    }
}
@media only screen and (max-width:374px){
    .index-secFaqDesign .secFaq .titQuestion{
        font-size: 14px;
    }
}

/*headline*/
.index-secFaqDesign {
  margin-top: 75px;
  position: relative;
}
.index-secFaqDesignInner{
  position: relative;
  padding:0 50px ;
  width: 1440px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
.index-secFaqDesign .cmnTitBox {
  color: #262828;
}
.index-secFaqDesign .cmnTitBox .titEng {
  font-size: 90px;
}
.index-secFaqDesign .cmnTitBox .titJpn {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 1.5px;
}
.index-secFaqDesign .cmnBtnMore {
  width: 645px;
  position: absolute;
  right: calc(50% - 960px);
  top: 2px;
}
.index-secFaqDesign .cmnBtnMore .btnInner {
  width: 100%;
  height: 88px;
  border: solid 1px #262828;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 49px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
.index-secFaqDesign .cmnBtnMore .moreTxt {
  letter-spacing: 2.5px;
}
.index-secFaqDesign .cmnBtnMore .spanIcon {
  position: relative;
}

.index-secFaqDesign .cmnBtnMore .spanIcon.lazyloaded::after {
  background: url(../img/index/iconBtnArrow01.png) center top no-repeat;
}
.index-secFaqDesign .cmnBtnMore .spanIcon::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 11px;
  right: -155px;
  top: 3px;
}
.index-secFaqDesign .cmnBtnMore .btnTxt {
  margin-top: 13px;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px){
    .index-secFaqDesignInner{
    padding: 0;
    width: 86.667%;
    max-width: none;
    }
    .index-secFaqDesign .cmnTitBox .titEng {
    font-size: 40px;
    }
    .index-secFaqDesign .cmnTitBox .titJpn {
    font-size: 12px;
    margin-top: 7px;
    letter-spacing: 1px;
    }
    .index-secFaqDesign .cmnBtnMore {
    width: 93.334%;
    position: static;
    margin: 30px 0 0 auto;
    }
    .index-secFaqDesign .cmnBtnMore .btnInner {
    font-size: 11px;
    height: 66px;
    padding-left: 27px;
    border-right: none;
    }
    .index-secFaqDesign .cmnBtnMore .moreTxt {
    letter-spacing: 1px;
    }
    .index-secFaqDesign .cmnBtnMore .spanIcon.lazyloaded::after {
    background: url(../img/index/iconBtnArrow01_sp.png) center top / cover;
    }
    .index-secFaqDesign .cmnBtnMore .spanIcon::after {
    width: 80px;
    height: 11px;
    right: -90px;
    top: 3px;
    }
    .index-secFaqDesign .cmnBtnMore .btnTxt {
    margin-top: 8px;
    }
}
.index-secFaqDesign {
    background: #dadada;
    padding-bottom: 150px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .index-secFaqDesign {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 20250122 Showroomコンテンツ設置 */
/* secShowroomBox */
.secShowroomBox{
    height: 920px;
    position: relative;
    margin-top: 53px;
    padding-top: 1px;
}
.secShowroomBox .topTit{
    position: relative;
    font-size: 28px;
    line-height: 3.2;
    letter-spacing: -7.4px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    margin: -12px 0 0 auto;
    text-align: left;
    padding-right: 140px;
}
.secShowroomBox .jsHide{
    display: block;
    transition: opacity 4s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 4s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.secShowroomBox .jsHide.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.secShowroomBox .hide01{
    transition-delay: 0.5s;
    letter-spacing: -5px;
    margin-top: 4px;
}
.secShowroomBox .hide02{
    transition-delay: 1s;
}
.secShowroomBox .hide03{
    transition-delay: 1.5s;
    position: relative;
}
.secShowroomBox .hide04{
    transition-delay: 2s;
}
.secShowroomBox .spanIcon1,
.secShowroomBox .spanIcon2{
    transform: rotate(90deg);
    display: inline-block;
    position: relative;
}
.secShowroomBox .spanIcon1{
    right: -5px;
    top: 6px;
}
.secShowroomBox .spanIcon2{
    right: -4px;
    top: 7px;
}
.secShowroomBox .spanIcon3{
    display: inline-block;
    position: relative;
    right: -2px;
    top: -6px;
}
.secShowroomBox .img{
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
.secShowroomBox .bgTxt{
    background: #dadada;
    display: inline-block;
    padding: 40px 0 0 50px;
    margin-top: 49px;
    margin-left: 596px;
    position: relative;
}
.secShowroomBox .txtBox{
    font-size: 15px;
    line-height: 2.4;
    position: relative;
    letter-spacing: 1.7px;
    z-index: 1;
}
/* fireFox */
@-moz-document url-prefix() {
    .secShowroomBox .titBox{
        margin: 0 0 0 auto;
        display: block;
        text-align: right;
    }
    .secShowroomBox .topTit{
        display: inline-block;
        letter-spacing: -5px;
        font-size: 27px;
    }
    .secShowroomBox .hide01{
        letter-spacing: -2px;
    }
    .secShowroomBox .spanIcon2{
        right: -1px;
        top: -2px;
    }
}
/* mac */
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .titBox{
    margin: 0 0 0 auto;
    display: block;
    text-align: right;
}
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .topTit{
    display: inline-block;
    letter-spacing: 3px;
}
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .hide01{
    letter-spacing: 3px;
}
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon1{
    transform: rotate(0);
    right: 0px;
    top: 7px;
}
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon2{
    transform: rotate(0);
    right: -2px;
    top: 7px;
}
::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon3{
    right: -4px;
    top: -4px;
}
/* --iPad-- */
.isDesktopIpad .secShowroomBox .spanIcon1{
    right: -2px;
    top: 0px;
}
.isDesktopIpad .secShowroomBox .spanIcon2{
    right: -3px;
    top: -2px;
}
.isDesktopIpad .secShowroomBox .spanIcon3{
    right: -3px;
    top: -2px;
}
.isDesktopIpad .secShowroomBox .img::after{
    bottom: -1px;
    right: -1px;
}
.isDesktopIpad .secShowroomBox .topTit{
    margin-top: -5px;
}
@media only screen and (max-width:767px){
    .secShowroomBox{
        height: auto;
        margin-top: 0;
        padding-top: 55px;
        padding-bottom: 41px;
    }
    .secShowroomBox .topTit{
        font-size: 15px;
        line-height: 2.3;
        padding-top: 0;
        letter-spacing: -4.2px;
        padding-right: 10px;
        margin: 0 0 0 auto;
    }
    .secShowroomBox .hide01{
        letter-spacing: -3px;
        margin-top: 1px;
    }
    .secShowroomBox .spanIcon1{
        right: -2px;
        top: 1px;
    }
    .secShowroomBox .spanIcon3{
        right: -2px;
        top: -2px;
    }
    .secShowroomBox .spanIcon2{
        right: -1px;
        top: 2px;
    }
    .secShowroomBox .img{
        left: calc(50% - 50vw);
        top: 60px;
        width: 64.62%;
        max-width: 250px;
    }
    .secShowroomBox .bgTxt{
        padding: 14px 0 0 22px;
        width: 87.308%;
        display: block;
        margin: 50px 0 0 auto;
    }
    .secShowroomBox .txtBox{
        font-size: 12px;
        line-height: 2.33;
        position: relative;
        letter-spacing: -0.2px;
    }
    .secShowroomBox .idea {
        width: 20px;
    }
    /* fireFox */
    @-moz-document url-prefix() {
        .secShowroomBox .hide01{
            letter-spacing: -2px;
        }
    }
    /* mac */
    ::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .topTit{
        line-height: 2.6;
        padding-top: 0;
        margin-top: 6px;
        letter-spacing: 3px;
        margin-left: -11px;
    }
    ::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .hide01{
        letter-spacing: 2px;
        margin-top: 0px;
    }
    ::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon1{
        right: 0px;
        top: 0px;
    }
    ::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon2{
        right: -1px;
        top: -2px;
    }
    ::-webkit-full-page-media, :future, :root ::-webkit-full-page-media, :future, :root .secShowroomBox .spanIcon3{
        right: -2px;
        top: 0px;
    }
}
@media only screen and (max-width:374px){
    .secShowroomBox .txtBox{
        font-size: 11px;
        letter-spacing: -0.1px;
    }
}
@media only screen and (max-width:359px){
    .secShowroomBox .topTit{
        line-height: 2.3;
        font-size: 12px;
    }
    .secShowroomBox .txtBox{
        font-size: 10px;
        letter-spacing: -0.3px;
        margin-top: 7px;
    }
    .secShowroomBox .img::after{
        width: 41vw;
    }
}
.secShowroom {
    position: relative;
}
.secShowroom .cmnBtnMore {
    top: auto;
    bottom: 20px;
}
.secShowroomHead {
    margin-top: 220px;
}
@media only screen and (max-width:767px){
    .secShowroomHead {
        margin-top: 30px;
    }
    .secShowroom .cmnBtnMore {
        position: static;
        margin: 0 auto 80px;
    }
}
.secShowroom .tateline {
    display: inline-block;
    transform: scale(-1, 1) translateX(6px) translateY(6px) rotate(93deg);
    position: absolute;
    height: 1px;
    margin-top: 13px;
    margin-right: 15px;
}
.secShowroom  .martop {
    margin-top: 30px;
}
::-webkit-full-page-media, :future, :root .secShowroom .tateline {
    transform: scale(-1, 1) translateX(-12px) translateY(-6px) rotate(93deg);
}
@media only screen and (max-width:767px) {
    ::-webkit-full-page-media, :future, :root .secShowroom  .tateline{
        transform: scale(-1, 1) translateX(3px) translateY(3px) rotate(93deg);
    }
    
    .secShowroom .tateline {
        transform: scale(-1, 1) translateX(-4px) translateY(3px) rotate(-88deg);
        position: absolute;
        margin-top: 2px;
        margin-right: -1px;
        height: 9px;
        width: 29px;
    }
    
    .secShowroom .tateline .top {
        position: absolute;
        bottom: 30px;
    }
    .secShowroom .tateline .under {
        position: absolute;
        bottom: 15px;
    }
    .secShowroom .martop {
        margin-top: 16px;
    }
}

.ncmnMap {
    width: 100%;
    margin: -100px auto 400px;
}
.ncmnMapWrap iframe {
    width: 100%;
    filter: grayscale(100%);
}
.secShowroom .ncmnBtnMore.cmnBtnMore {
    bottom: -150px;
}
@media(max-width:767px) {
    .ncmnMap {
        margin: 0px auto 40px;
    }
    .ncmnMapWrap {
        margin-top: 15px;
        position: relative;
        padding-top: 61.231%;
    }
    .ncmnMapWrap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

.secTop .topTit.space-retouch{
    letter-spacing: 8px;
}
.secTop .topTit.space-retouch .spanIcon4{
    right: 0;
    top: 0;
}
@media only screen and (max-width: 767px){
    .secTop .topTit.space-retouch{
        letter-spacing: 3px;
    }
}

.secLineup .topTxt.retouch {
    line-height: 1.5;
}
.price-txt{
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
}
@media only screen and (max-width: 767px){
    .price-txt{
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .secIndexList .txtBox {
        padding-top: 46.067vw;
    }
}