@charset "UTF-8";

.modPageMV{
    background-image: url(../img/top/mv.jpg);
}
@media screen and (max-width: 768px) {
    .modPageMV{
        background-image: url(../img/top/mv_sp.jpg);
    }
}

.capBox{
    border: solid 1px rgba(105, 130, 150,.3);
    padding: 15px 20px;
    color: #698296;
    font-weight: 400;
}

.bgColor01{
    background: #698296
}
.bgColor02{
    background: #938d69
}
.hr-step{
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 96%;
    height: 1px;
    background: rgba(51, 51, 51,.2);
}
.hr-step::after{
    content: '';
    position: absolute;
    top: -16.4px; left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 35px;
    height: 35px;
    background: #fff;
    border-left: solid 1.2px rgba(51, 51, 51,.2);
    border-bottom: solid 1.2px rgba(51, 51, 51,.2);
}
@media screen and (max-width: 768px) {
    .hr-step{
        width: calc(100% - 40px);
    }
    .hr-step::after{
        top: -9.8px;
        width: 20px;
        height: 20px;
    }
}

.secTtlBox{
    background: #282828;
    color: #fff;
    padding: 28px 0;
    margin-bottom: 60px;
}
.secTtlBox .deco_em::before{
    left: 0;
    border-top: solid 3px #bcbcbc;
    border-left: solid 3px #bcbcbc;
}
.secTtlBox .deco_em::after{
    right: 0;
    border-bottom: solid 3px #bcbcbc;
    border-right: solid 3px #bcbcbc;
}
.secTtl{
    font-weight: 400;
}
.secTtl__en{
    display: block;
    color: #7c7c7c;
    font-size: 67%;
    line-height: 1;
    letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
    .secTtlBox{
        padding: 16px 0;
        margin-bottom: 40px;
    }
}



.selectHead{
    border-top: solid 1px #698296;
    border-bottom: solid 1px #698296;
}
.selectHead.-style{
    border-top-color: #938d69;
    border-bottom-color: #938d69;
}
.selectHead img{
    width: 45%;
    max-width: 210px;
}

@media screen and (max-width: 768px) {
    .selectHead img{
        max-width: 180px;
    }
}
/*----------------
 selectTab
-----------------*/
.selectTab{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.selectTab li{
     position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48.5%;
}

.selectTab li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 4px rgba(51, 51, 51,.2);
    padding: 10px;
    width: 100%;
    height: 100%;
}
.selectTab li .click{
    position: absolute;
    bottom: 0; right: 0;
    width: 15%;
    z-index: 10;
}
.selectTab li a .ttlImg{
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
}
.selectTab li a .txtImg{
    width: 65%;
}
@media screen and (min-width: 769px) {
    .selectTab li a:hover{
        opacity: 0.7;
    }
}

@media screen and (max-width: 520px) {
    .selectTab{
        flex-wrap: wrap;
    }
    .selectTab li{
        width: 100%;
/*        max-width: 320px;*/
        margin: 0 auto 10px;
    }
    .selectTab li:last-child{
        margin-bottom: 0;
    }
}


/*----------------
 scroll scrollItem
-----------------*/
.scrollItem{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 2.5%;
}
.scrollItem a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: #698296;
    margin-top: 12px;
}
#style .scrollItem a{
    background: #938d69;
}
.scrollItem a::after{
    content:'';
    width: 20px;
    height: 20px;
    background: url(../img/common/arr_r.svg) no-repeat center/ contain;
    position: absolute;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .scrollItem{
        display: flex;
        width: 1490px;
        padding-bottom: 24px;
    } 
    .scrollItem.-style{
        gap: 0 1.7%;
        width: 2090px;
    }
    .scrollImg{
        position: relative;
        overflow-x: scroll;
    }
    /* scrollbar*/
    .scrollImg{
      scrollbar-color: #b8b8b8 #e3e3e3;
    }
    .scrollImg::-webkit-scrollbar{
        width: 12px;
        height: 12px;
    }
    .scrollImg::-webkit-scrollbar-thumb{
        background-color: #b8b8b8; 
        background-clip: padding-box;
    /*    border: 1px solid transparent;*/
        border-radius: 50px;
    }
    .scrollImg::-webkit-scrollbar-track{
        background-color: #e3e3e3; 
        border-radius: 50px;
    }

/*
    .scrollImg img{
        width: 1490px;
        padding: 15px 0 80px;
    }
    .scrollImg.-style img{
        width: 2090px;
    }
*/
    /*link*/
    .scrollBtn{
        position: absolute;
        bottom: 28px; left: 0;
        width: 1490px;
        display: flex;
        justify-content: space-between;
    }
    .scrollImg.-style .scrollBtn{
        width:  2090px;
    }
    .scrollBtn li{
        width: 18.2%;
    }
    .scrollImg.-style .scrollBtn li{
        width: 12.9%;
    }
    .scrollBtn li a{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 38px;
        background: #698296;
    }
    .scrollImg.-style .scrollBtn li a{
        background: #938d69;
    }
    .scrollBtn li a::after{
        content:'';
        width: 20px;
        height: 20px;
        background: url(../img/common/arr_r.svg) no-repeat center/ contain;
        position: absolute;
        right: 10px;
    }
}

/*----------------
 style table
-----------------*/
.color_tablerImg{
    position: relative;
}
.cBtn{
    position: absolute;
    top: 0; left: 0;
    display: flex;
    width: 83%;
    margin-left:17%;
    
}
.cBtn li{
    width: 25%;
}
.cBtn li a:hover{
    opacity: .6;
}
.color_table.-pc{
    display: block!important;
}
.color_table.-sp{
    display: none!important;
}
@media screen and (max-width: 520px) {
    .color_table.-pc{
        display: none!important;
    }
    .color_table.-sp{
        display: block!important;
    }
    .cBtn{
        width: 75%;
        margin-left:25%;
    }
    .color_table .cap{
        font-size: 1rem;
    }
}





/*----------------
 modal
-----------------*/
body.on,
html.on{
    overflow: hidden;
}
.modal{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 9999;
}
.modal__bg{
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    position: absolute;
}
.modal__content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 880px;
    height: auto;
}
@media (max-width: 768px) {
    .modal__content{
        width: 97%;
        height: auto;
        min-height: 45%;
    }
}
.modal .close-btn{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:3vw;
    font-weight: bold;
    border: 0px #282828 solid;
    margin: auto;
    top:0;
    right:-35px;
    height:30px;
    width:30px;
    z-index: 9999;
    cursor: pointer;
}
.modal .close-btn::before{position: absolute;
  content: '';
  width:30px;
  height:2px;
  top:50%;
  left:0;
  background: #282828;
  transform: rotate(-45deg);
}
.modal .close-btn::after{position: absolute;
  content: '';
  width:30px;
  height:2px;
  top:50%;
  left:0;
  background: #282828;
  transform: rotate(45deg);
}
.modal .close-btn span{display: none}

.modal .slider{
    overflow: visible;
}
.modal .slider li{
    position: relative;
}
.modal .slider li p{
    position: absolute;
    top: 0; left: 0;
    background: rgba(255,255,255,.75);
    color: #282828;
    font-weight: 700;
    padding: 0px 12px 3px 10px;
}
.modal .slide-next {
    right: -55px;
    background: rgba(40, 40, 40,.7) url(../img/common/arr_r.svg)
}
.modal .slide-prev {
    left: -55px;
    background: #282828;
    background: rgba(40, 40, 40,.7) url(../img/common/arr_l.svg)
}
.modal-slider li > p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-slider li > p::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 3px 5px 0 0;
}
.modal1 .modal-slider li > p::before{ background-image: url(../img/top/color_f01.png); }
.modal2 .modal-slider li > p::before{ background-image: url(../img/top/color_f02.png); }
.modal3 .modal-slider li > p::before{ background-image: url(../img/top/color_f03.png); }
.modal4 .modal-slider li > p::before{ background-image: url(../img/top/color_f04.png); }
.modal5 .modal-slider li > p::before{ background-image: url(../img/top/color_f05.png); }
@media (max-width: 990px) {
    .modal .close-btn{
        top:-35px;
        right:0px;
    }
    .modal .slide-next {
        right: 5px
    }
    .modal .slide-prev {
        left: 5px
    }
}
@media (max-width: 768px) {
    .modal-slider li > p::before{
        width: 15px;
        height: 15px;
        margin: 2px 4px 0 0;
    }
}
/*----------------
 video
-----------------*/
#video iframe{
    height: calc(100vw * 0.122);
    max-height: 132px;
}
.videoGr{
    display: flex;
    justify-content: space-between;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 40px;
}
.videoGr__ttl{
    width: 210px;
    font-weight: 600;
    font-size: min(2.2vw,1.8rem);
    text-align: right;
    padding-right: 2vw;
    
    
}
.videoGr__item{
    width: calc(100% - 230px);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 2%;
}

.videoBox__ttl{
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 6px;
}
@media (max-width: 768px) {
    #video iframe{
        height: calc(100vw * 0.25);
        max-height: 188px;
    }
    .videoGr{
        display: block;
        margin-top: 40px;
    }
    .videoGr__ttl{
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
        font-size: 1.5rem;
    }
    .videoGr__item{
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 24px 3%;
    }
    .videoBox__ttl{
        font-size: 1.3rem;
    }
}
/*----------------
 simulation
-----------------*/
.sim__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(to right, #3d7c80, #3372ae);
    font-weight: 500;
    height: 60px;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 1.2
}
.sim__btn a::after{
    content:'';
    width: 30px;
    height: 30px;
    background: url(../img/common/arr_r.svg) no-repeat center/ contain;
    position: absolute;
    right: 3%;
}
@media screen and (min-width: 769px) {
    .sim__btn a:hover{
        opacity: 0.7;
    }
}
@media screen and (max-width: 768px) {
    .sim__btn a{
        height: 50px;
        font-size: 1.4rem;
        letter-spacing: 0
    }
    .sim__btn a::after{
        width: 24px;
        height: 24px;
        right: 1.2%;
    }
}

/*----------------
 bnrArea
-----------------*/
.bnrArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bnrArea a{
    position: relative;
    width: 48.5%;
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.bnrArea.full a{
    width: 100%;
    text-align: center;
}
.bnrArea .bnrFloor{
    background: url(../img/top/bnr_bgImg01.jpg) no-repeat center / cover;
}
.bnrArea .bnrStyle{
    background: url(../img/top/bnr_bgImg02.jpg) no-repeat center / cover;
}
.bnrArea .bnrSimul{
    background: url(../img/top/bnr_bgImg03.jpg) no-repeat center / cover;
}
.bnrArea a::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background: rgba(0, 0, 0,.5);
    transition: all 0.3s;
}

.bnrArea a > div{
    position: relative;
    text-align: center;
    width: 100%;
}

.bnrArea a .bnr_txt{
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.4
}
.bnrArea a .bnr_more{
    font-size: 1.3rem;
    background: rgba(255,255,255,.4);
    border: solid 0.5px #fff;
    border-radius: 20px;
    margin: 20px auto 0;
    width: 40%;
    max-width: 208px;
    min-width: 150px;
}
.bnrArea .comingSoon{
    pointer-events: none;
}
.bnrArea .comingSoon .bnr_more{
    background: rgba(0,0,0,.2);
}
@media screen and (min-width: 769px) {
    .bnrArea a:hover::before{
        background: rgba(0, 0, 0,.3);
    }
}
@media screen and (max-width: 768px) {
    .bnrArea a{
        height: 146px;
    }
    .bnrArea a .bnr_txt{
        font-size: 1.8rem
    }
    .bnrArea a .bnr_more{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 520px) {
    .bnrArea a{
        width: 100%;
        max-width: 320px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .bnrArea a:last-child{
        margin-bottom: 0;
    }
    .bnrArea.full a img{
        max-width: 100%;
    }
    .bnrArea a .bnr_txt{
        font-size: 1.7rem
    }
}
/*----------------
 sheetBtn
-----------------*/
.sheetBtn{
    width: 100%;
    background: #fff;
    border: solid 4px rgba(51, 51, 51, .2);
    padding: 30px 5% 20px;
}
/*
.sheetBtnIn{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
.sheetBtnIn .sheetBtn__txt{
    width: 55%;
}
.sheetBtnIn .sheetBtn__item{
    width: 25%;
}
*/

.sheetBtn-imgBox{
    position: relative;
    width: 85%;
    margin: 25px auto;
    text-align: center;
}
.sheetBtn-imgBox img{
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
}
.sheetBtn-imgBox p{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: rgba(255,255,255,0.85);
    font-size: 2rem;
    font-weight: 400;
    padding: 6px 0;
    line-height: 1.2
}
.sheetBtn__btn a{
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sheetBtn{
        padding: 20px 5% 20px;
    }
/*
    .sheetBtnIn{
        display: block;
        padding: 25px 15px 15px 15px; 
    }
    .sheetBtnIn .sheetBtn__txt{
        width: 100%;
    }
    .sheetBtnIn .sheetBtn__item{
        width: 100%;
    }
*/
    .sheetBtn-imgBox{
        width: 100%;
        margin: 25px auto;
    }
/*
    .sheetBtn-imgBox__img{
        width: 70%;
        max-width: 300px;
        margin: 0 auto
    }
*/
    .sheetBtn-imgBox p{
        font-size: 1.4rem;
        width: calc(100% + 30px);
    }
}


/*----------------
 tool catalog
-----------------*/
.tool_inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 4%;
}
.toolBox{
    background: #fff;
    border: solid 4px rgba(51, 51, 51,.2);
    padding: 20px 8%;
    text-align: center;
    line-height: 1.2;
/*    height: 100%;*/
}
.toolBox .imgBox{
    width: 40%;
    max-width: 90px;
    margin: 0 auto;
}
.toolBox .imgBox img{
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.toolBox .txtBox{
    margin-top: 20px;
}
.toolBox .txtBox .btn-c{
    height: 32px;
    line-height: 32px;
    margin-top: 20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .tool_inner{
        grid-template-columns: 1fr 1fr;
        gap: 20px 4%;
    }
}
@media screen and (max-width: 430px) {
    .tool_inner{
        grid-template-columns: 1fr;
    }
    .toolBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 430px;
/*        margin: 15px auto;*/
        padding: 15px;
    }
    .toolBox .imgBox{
        width: 30%;
        max-width: 30%;
        margin: 0;
        padding: 5px 5px 5px 10px;
    }
    .toolBox .txtBox{
        margin-top: 0;
        width: 62%;
    }
}
/*----------------
 sns
-----------------*/
#sns h3{
    width: 50%;
    max-width: 190px;
    margin: 0 auto 30px;
}
#sns .snsLink{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
@media screen and (min-width: 769px) {
    #sns .snsLink span:hover{
        opacity: 0.7;
    }
}
@media screen and (max-width: 768px) {
    #sns .snsLink{
        gap: 1.6vw;
    }
}

/*----------------
 fixedBtn
-----------------*/
.fixedBtn{
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    z-index: 500;
    background: rgba(255,255,255,.9);
}
.fixedBtn__li{
    display: flex;
    justify-content: space-between;
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0;
}
.fixedBtn__li li{
    width: 24.5%;
}
.fixedBtn__li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #282828;
    border-radius: 6px;
    height: 60px;
    font-size: min(1.7vw,1.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
}
.fixedBtn__li a .icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

@media screen and (max-width: 768px) {
    .fixedBtn__li{
        padding: 6px 0;
    }
    .fixedBtn__li li{
        width: 24%;
    }
    .fixedBtn__li a{
        font-size: min(3vw,1.25rem);
        height: 44px;
        letter-spacing: -0.08em;
    }
    .fixedBtn__li a .icon{
        display: none;
    }
}

