@charset "utf-8";

.cmnMainTit{
    background-image: url(../img/lifestyle/bgTit.jpg);
}
.cmnMainTit .titY{
    position: absolute;
    left: calc(50% - 412px);
    bottom: -56px;
}
@media only screen and (max-width:767px){
    .cmnMainTit{
        margin: 0 0 83px;
        background-image: url(../img/lifestyle/bgTit_sp.jpg);
    }
    .cmnMainTit .titY {
        width: 13%;
        left: calc(50% - 20px);
        bottom: -28px;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/
.secIndex .item{
    position: relative;
    height: 660px;
    margin-top: 100px;
}
.secIndex .item:first-child{
    margin-top: 0;
}
.secIndex .aBox{
    display: block;
    text-decoration: none;
}
.secIndex .contentBox{
    position: absolute;
    right: 0;
    top: 60px;
    width: 600px;
    height: 600px;
    color: #fff;
    padding:70px 80px;
}
.secIndex .item02 .contentBox,
.secIndex .item03 .contentBox{
    padding:50px 80px;
}
.secIndex .item01 .contentBox{
    background: #75b811;
}
.secIndex .item02 .contentBox{
    background: #559ce7;
}
.secIndex .item03 .contentBox{
    background: #f46e81;
}
.secIndex .contentBox .mainTit{
    font-size: 18px;
    font-weight: bold;
    line-height: 2.222;
    letter-spacing: 0.5px;
}
.secIndex .contentBox .subTit{
    margin: 20px 0 0;
}
.secIndex .contentBox .txt{
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
}
.secIndex .tagList{
    display: flex;
    display: -webkit-flex;
    margin-top: 20px;
}
.secIndex .tagItem{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 0 18px;
    margin-left: 20px;
}
.secIndex .tagItem:first-child{
    margin-left: 0;
}
.secIndex .imgMore{
    text-align: right;
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secIndex .item{
        height: auto;
        margin-top: 50px;
    }
    .secIndex .contentBox{
        position: static;
        text-decoration: none;
        width: 100%;
        height: auto;
        padding:25px 4% 15px!important;
    }
    .secIndex .contentBox .mainTit{
        font-size: 13px;
        font-weight: bold;
        line-height: 1.857;
        text-align: center;
    }
    .secIndex .contentBox .subTit{
        margin: 10px auto 0;
    }
    .secIndex .item01 .contentBox .subTit{
        width: 55%;
    }
    .secIndex .item02 .contentBox .subTit{
        width: 55%;
    }
    .secIndex .item03 .contentBox .subTit{
        width: 55%;
    }
    .secIndex .contentBox .txt{
        font-size: 12px;
        margin-top: 20px;
        font-weight: bold;
    }
    .secIndex .tagList{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .secIndex .tagItem{
        font-size: 12px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        padding: 0 10px;
        margin-left: 0;
        min-width: 130px;
        text-align: center;
        margin-left: 10px;
        width: 48%;
    }
    .secIndex .tagItem:last-child{
        margin-top: 10px;
        margin-left: 0;
    }
    .secIndex .imgMore{
        text-align: right;
        margin: 20px 0 0 auto;
        width: 22%;
    }
}

/*-----------------------------------------------
    secDetailsTit
-----------------------------------------------*/
.secDetailsTit{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 48px 0 40px;
    position: relative;
}
.secDetailsTit::after{
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background: #000;
    top: -1px;
    left: 0;
}
.secDetailsTit .imgTit img{
    max-width: 100%;
}
.secDetailsTit .tit{
    font-size: 24px;
    line-height: 1.83;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 30px;
}
@media only screen and (max-width:767px){
    .secDetailsTit{
        padding: 27px 0 22px;
    }
    .secDetailsTit::after{
        width: 20%;
    }
    .secDetailsTit .imgTit img{
        width: 50%;
        max-width: 100%;
        height: auto;
    }
    .secDetailsTit .tit{
        font-size: 14px;
        line-height: 1.714;
        margin-top: 15px;
    }
}

/*-----------------------------------------------
    detailsTit
-----------------------------------------------*/
.detailsTit{
    position: absolute;
    left: calc(50% - 690px);
}
.detailsTit .titBig{
    font-size: 100px;
    color: #373e46;
    letter-spacing: 13px;
}
.detailsTit .mainTit{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 32px;
    position: relative;
    margin-top: 10px;
}
.detailsTit .mainTit::before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
@media only screen and (max-width: 1600px){
    .detailsTit{
        left: 30px;
    }
}
@media only screen and (max-width:767px){
    .detailsTit{
        position: static;
        margin: 0 20px;
    }
    .detailsTit .titBig{
        font-size: 48px;
        letter-spacing: 7px;
    }
    .detailsTit .mainTit{
        font-size: 14px;
        padding-left: 32px;
        margin-top: 10px;
    }
}

/* secDetailsSlider */
.secDetailsSlider{
    margin-top: 140px;
    position: relative;
}
.secDetailsSlider .detailsTit{
    position: absolute;
    top: -50px;
    left: calc(50% - 690px);
    z-index: 10;
}
.secDetailsSlider .imgSlider{
    width:100%;
    height:0;
    padding-top:45.212%;
    position: relative;
    overflow: hidden;
}
.secDetailsSlider .imgSlider img{
	width:auto;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	max-width:none;
	max-height:none;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index:1;
}
.secDetailsSlider .boxSlider{
    max-width: 1880px;
    width: 100%;
    margin: 0 auto 0;
    position: relative;
}
.secDetailsSlider .boxSlider .swiper-container{
    width: 100%;
    overflow: hidden;
}
.secDetailsSlider .boxThumb{
    width: 1100px;
    margin: -85px auto 0;
    position: relative;
}
.secDetailsSlider .boxThumb .wrapThumb{
    width: 854px;
    margin: 0 auto 0;
}
.secDetailsSlider .boxThumb .swiper-container{
    margin: 0 auto;
    overflow: visible;
}
.secDetailsSlider .boxThumb .swiper-slide{
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transform-origin: center center;
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
    cursor: pointer;
}
.secDetailsSlider .boxThumb .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;    
    z-index: 10;
}
.secDetailsSlider .boxThumb .swiper-slide:hover::before{
    opacity: 1;
}
.secDetailsSlider .boxThumb .swiper-slide:nth-child(1){
    margin-left: -14px;
}
.secDetailsSlider .boxThumb .swiper-slide::after{
    content: "";
    border: #FFF solid 3px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.secDetailsSlider .boxThumb .swiper-slide-active{
    -webkit-transform: none;
    transform: none;
    margin-right: 16px!important;
}
.secDetailsSlider .boxThumb .swiper-slide::after{
    content: "";
}
.secDetailsSlider .boxThumb .swiper-container{
    width: 854px;
}
.secDetailsSlider .boxThumb .swiper-wrapper{
   justify-content: center;
}
.secDetailsSlider .boxThumb .swiper-slide-active{
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
}
.secDetailsSlider .boxThumb .swiper-slide-thumb-active{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.secDetailsSlider .boxThumb .swiper-slide:nth-child(1){
    margin-left: 0;
}
.secDetailsSlider .imgThumb{
    width: 100%;
    height: 0;
    padding-top: 100%;
}
.secDetailsSlider .boxThumb .swiper-button-prev,
.secDetailsSlider .boxThumb .swiper-button-next{
	width: 60px;
	height: 60px;
	border-radius: 30px;
    margin-top: -30px;
	z-index: 100;
    border: 2px solid #232a33;
}
.secDetailsSlider .boxThumb .swiper-button-prev{
	left: 30px;
}
.secDetailsSlider .boxThumb .swiper-button-next{
	right: 30px;
}
.secDetailsSlider .boxThumb .swiper-button-prev.lazyloaded{
    background: url(../img/lifestyle/imgBtnPrev.gif) center center no-repeat #fff;
}
.secDetailsSlider .boxThumb .swiper-button-next.lazyloaded{
    background: url(../img/lifestyle/imgBtnNext.gif) center center no-repeat #fff;
}
.secDetailsSlider .boxThumb .swiper-button-prev::after,
.secDetailsSlider .boxThumb .swiper-button-next::after{
	display: none;
}
.secDetailsSlider .sliderTit{
    font-size: 30px;
    font-weight: bold;
    color: #1d1d1d;
    letter-spacing: 1px;
    margin-top: 50px;
    line-height: 1.5;
}
.secDetailsSlider .sliderTxt{
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 2.111;
    margin-top: 25px;
}
@media only screen and (max-width: 1600px){
    .secDetailsSlider .detailsTit{
        left: 30px;
    }
}

@media only screen and (max-width:767px){
    .secDetailsSlider{
        width: 89.334%;
        margin: 55px auto 0;
        position: relative;
    }
    .secDetailsSlider .detailsTit{
        margin: 0;
        position: static;
    }
    .secDetailsSlider .boxSlider{
        width: 100%;
        position: relative;
        margin: 20px auto 0;
    }
    .secDetailsSlider .imgSlider{
        padding-top: 45.373%;
    }
    .secDetailsSlider .boxThumb{
        width: 100%;
        position: static;
        margin: 0 auto;
    }
    .secDetailsSlider .boxThumb .swiper-container{
        display: none;
    }
    .secDetailsSlider .boxThumb .swiper-button-prev,
    .secDetailsSlider .boxThumb .swiper-button-next{
        width: 36px;
        height: 36px;
        border-radius: 18px;
        margin-top: -22px;
        top: auto;
    }
    .secDetailsSlider .boxThumb .swiper-button-prev{
        left: auto;
        right: 18%;
    }
    .secDetailsSlider .boxThumb .swiper-button-next{
        right: 5%;
    }
    .secDetailsSlider .boxThumb .swiper-button-prev.lazyloaded,
    .secDetailsSlider .boxThumb .swiper-button-next.lazyloaded{
        background-size: 7px auto;
    }
    .secDetailsSlider .boxThumb .swiper-button-prev::after,
    .secDetailsSlider .boxThumb .swiper-button-next::after{
        display: none;
    }
    .secDetailsSlider .swiper-pagination {
        display: inline-block;
        width: 45px;
        padding: 7px 0;
        background: #f6f6f6;
        font-size: 12px;
        border-radius: 20px;
        text-align: center;
		position: absolute;
        right: 10px;
        left: auto;
        bottom: 10px;
    }
    .secDetailsSlider .txtWrapper{
        margin: 0;
    }
    .secDetailsSlider .sliderTit{
        font-size: 17px;
        margin-top: 35px;
    }
    .secDetailsSlider .sliderTxt{
        font-size: 13px;
        line-height: 1.846;
        margin-top: 5px;
    }
}

/*-----------------------------------------------
    secPickUp
-----------------------------------------------*/
.secPickUp{
    position: relative;
    padding-top: 145px;
}
.secPickUp .list{
    margin-top: 175px;
}

/* 共通 */
.secPickUp .item + .item{
    margin-top: 65px;
    padding-top: 75px;
    border-top: 1px solid #ddd;
}
.secPickUp .contentBox .itemTit{
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
}
.secPickUp .contentBox .itemTxt{
    font-size: 15px;
    line-height: 30px;
    margin-top: 25px;
}
.secPickUp .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.secPickUp .item .imgBox{
    width: 46.876%;
    height: 0;
    padding-top: 37.5%;
} 
.secPickUp .item .contentBox{
    width: calc(100% - 53.125%);
}

/* itemA */
.secPickUp .itemA .imgBox{order: 2;}
.secPickUp .itemA .contentBox{order: 1;}

/* itemC */
.secPickUp .itemC{flex-direction: column;}
.secPickUp .itemC .imgBox,
.secPickUp .itemC .contentBox{width: 100%;}
.secPickUp .itemC .imgBox{padding-top: 51.563%;}
.secPickUp .itemC .contentBox{margin-top: 25px;}
@media only screen and (max-width:767px){
    .secPickUp{
        margin-top: 60px;
        padding-top: 0;
    }
    .secPickUp .list{
        margin-top: 25px;
    }
    /* 共通 */
    .secPickUp .item + .item{
        margin-top: 23px;
        padding-top: 27px;
    }
    .secPickUp .contentBox{
        margin-top: 18px;
    }
    .secPickUp .contentBox .itemTit{
        font-size: 17px;
        line-height: 26px;
    }
    .secPickUp .contentBox .itemTxt{
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }
    .secPickUp .item{
        flex-direction: column;
    } 
    .secPickUp .item .imgBox{
        width: 100%;
        padding-top: 80%;
    } 
    .secPickUp .item .contentBox{
        width: 100%;
    }
    
    /* itemA */
    .secPickUp .itemA .imgBox{order: 1;}
    .secPickUp .itemA .contentBox{order: 2;}
    
    /* itemC */
    .secPickUp .itemC .imgBox{padding-top: 51.646%;}
    .secPickUp .itemC .contentBox{margin-top: 18px;}
}

/*-----------------------------------------------
    secEquipment
-----------------------------------------------*/
.secEquipment{
    background: url(../img/lifestyle/bgEq.jpg) center top;
    margin-top: 180px;
    padding: 135px 0 90px;
    position: relative;
}
.secEquipment .wrapper1280{
    position: relative;
}
.secEquipment .wrapper1280::after{
    position: absolute;
    content: "";
    top: -135px;
    right: 0;
    width: 810px;
    height: 3px;
    background-image: -moz-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(244,185,85) 0%, rgb(236,154,192) 100%);
}
.secEquipment .detailsTit{
    top: -40px;
}
.secEquipment .list{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.secEquipment .item{
    width: 17.18%;
    margin-right: 3.525%;
    position: relative;
}
.secEquipment .item:nth-child(5n){
    margin-right: 0;
}
.secEquipment .item:nth-child(n + 6){
    margin-top: 50px;
}
.secEquipment .item .imgBox{
    width: 100%;
    padding-top: 81.81%;
}
.secEquipment .contentBox{
    padding: 15px 0 50px;
}
.secEquipment .contentBox:last-child{
    padding-bottom: 0;
}
.secEquipment .itemTxt{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7333;
    letter-spacing: -0.5px;
}
.secEquipment .btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
}
.secEquipment .btn .aBox{
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
}
.secEquipment .btn .aBox::after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    right: 12px;
}
.secEquipment .btnMoreSp{
    display: none;
}
@media only screen and (max-width:767px){
    .secEquipment{
        background: url(../img/lifestyle/bgEq.jpg) center top;
        margin-top: 80px;
        padding: 90px 0 70px;
    }
    .secEquipment .wrapper1280::after{
        top: -90px;
        right: -20px;
        width: 30%;
    }
    .secEquipment .detailsTit{
        position: absolute;
        left: 0;
        top: -20px;
    }
    .secEquipment .list{
        justify-content: space-between;
    }
    .secEquipment .item{
        width: 48%;
        margin-right: 0;
        position: relative;
    }
    .secEquipment .item:nth-child(5n){
        margin-right: 0;
    }
    .secEquipment .item:nth-child(n + 3){
        margin-top: 35px;
    }
    .secEquipment .item:nth-child(n + 6){
        margin-top: 35px;
    }
    .secEquipment .item .imgBox{
        padding-top: 81.25%;
    }
    .secEquipment .contentBox{
        padding: 13px 0 50px;
    }
    .secEquipment .itemTxt{
        font-size: 13px;
        line-height: 1.538;
        letter-spacing: 0;
    }
    .secEquipment .btnMoreSp{
        display: block;
        width: 305px;
        height: 53px;
        line-height: 53px;
        background: #fff;
        border-radius: 26px;
        border: 1px solid #e8e9ea;
        text-align: center;
        margin: 40px auto 0;
    }
    .secEquipment .btnMoreSp a{
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: bold;
    }
}

/*-----------------------------------------------
    secFloor 
-----------------------------------------------*/
.secFloor {
    margin-top: 140px;
}
.secFloor .imgWrap{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding-top: 170px;
}
.secFloor .imgFloor{
    width: 60.9375%;
    height: 700px;
    border: 1px solid #d2d2d2;
    padding: 40px;
}
.secFloor .floorInner{
    width: 89.743%;
    height: 620px;
    margin: 0 auto;
}
.secFloor .imgList{
    width: 37.5%;
    margin-left: 1.56%;
}
.secFloor .imgItem{
    width: 100%;
    height: 0;
    padding-top: 70.833%;
}
.secFloor .imgItem:last-child{
    margin-top: 20px;
}
.secFloor .floorTxt{
    font-size: 18px;
    line-height: 2.111;
    margin-top: 40px;
}
@media only screen and (max-width:767px){
    .secFloor {
        margin-top: 70px;
    }
    .secFloor .imgWrap{
        margin-top: 25px;
        display: block;
        padding-top: 0;
    }
    .secFloor .imgFloor{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .secFloor .floorInner{
        width: 92%;
        height: 0;
        padding-top: 73.13%;
        margin: 0 auto;
    }
    .secFloor .imgList{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }
    .secFloor .imgItem{
        width: 49%;
        height: 0;
        padding-top: 35.8337%;
    }
    .secFloor .imgItem:last-child{
        margin-top: 0;
    }
    .secFloor .floorTxt{
        font-size: 13px;
        line-height: 1.846;
        margin-top: 15px;
    }
}

/*-----------------------------------------------
    secCmnLoad 
-----------------------------------------------*/
.secCmnLoad {
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    .secCmnLoad {
        margin-top: 40px;
    }
}

/*-----------------------------------------------
    popup
-----------------------------------------------*/

#popup{
    display: none;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#popup .popupContainer {
    display: table;
    width: 100%;
    height: 100%;
}
#popup .popupContents {
    display: table-cell;
    vertical-align: middle;
}
#popup .popupMain {
    max-width: 1280px;
    width: 98%;
    margin: 0 auto;
}
#popup .secPopup{
    background: #fff;
    padding: 30px 50px 40px 30px;
}
#popup .mainContent{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
#popup .imgBox{
    width: 500px;
}
#popup .imgInner{
    width: 100%;
    padding-top: 82%;
}
#popup .txtBox{
    width: 660px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
#popup .popTit{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
#popup .popTxt{
    font-size: 15px;
    line-height: 1.933;
    margin-top: 15px;
}
#popup .btnPdf{
    width: 400px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    border: 1px solid #000;
    text-align: center;
    margin: 35px auto 0;
}
#popup .btnPdf a{
    display: block;
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
#popup .linkClose{
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 30px;
    cursor: pointer;
    text-decoration: underline;
}
@media only screen and (max-width:1315px){
    #popup .txtBox{
        width: 610px;
    }
}
@media only screen and (max-width:767px){
    #popup .popupMain {
        padding: 15px 0;
        max-width: none;
        width: 94%;
        margin: 0 auto;
    }
    #popup .secPopup{
        padding: 5% 5% 30px;
    }
    #popup .mainContent{
        display: block;
    }
    #popup .imgBox{
        width: 100%;
    }
    #popup .imgInner{
        width: 100%;
        padding-top: 82%;
    }
    #popup .txtBox{
        width: 100%;
        display: block;
    }
    #popup .popTit{
        font-size: 16px;
        line-height: 1.5;
        margin-top: 15px;
    }
    #popup .popTxt{
        font-size: 13px;
        line-height: 1.846;
        margin-top: 13px;
    }
    #popup .btnPdf{
        width: 100%;
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        margin: 25px auto 0;
    }
    #popup .btnPdf a{
        font-size: 14px;
    }
    #popup .linkClose{
        font-size: 13px;
        margin-top: 25px;
    }
}
.smartSlider .swiper-wrapper{
    height: auto;
}
.smart2030 .widthfull {
    margin-top: 50px;
}
.cmnBtmBnr.spOnly{display: none!important;}
@media only screen and (max-width:767px){
    .cmnBtmBnr.spOnly{display: flex!important;}
}