@charset "utf-8";

/*common*/

.lead {
    font-size: 16px;
    margin-bottom: 10px;
}

.title {
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 1;
}

.txt {
    font-size: 16px;
    line-height: 2.3;
}

@media screen and (max-width: 767px) {
    .txt {
        font-size: 4vw;
        line-height: 2.3;
    }
}

/*main*/
.main {
    height: 100vh;
    position: relative;
}

.main_img {
    margin: 130px 15px 15px;
    height: calc(100% - 115px);
}

.main_img_01 {
    width: 100%;
    height: 100%;
    /*background: url("../images/main/mimg01.jpg") no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    position: relative;
}

.main_txt .txt {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .main_img {
        margin: 70px 15px 15px;
    }
}

/*scroll icon*/
#scroll {
    position: absolute;
    left: 50px;
    bottom: 30px;
    animation: anime_blink 1.5s ease-in-out infinite alternate;

}

#scroll p {
    transform: rotate(90deg);
    transform-origin: 30% 0%;
    font-size: 11px;
}

#scroll svg {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    #scroll {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        /*animation:anime_blink 1.5s ease-in-out infinite alternate;*/
    }

    #scroll a {
        display: block;
        text-align: center;
    }

    #scroll p {
        transform: rotate(0);
        font-size: 11px;
        font-weight: 600;

    }

    #scroll img {
        width: 30px;
        margin-left: 0.4em;
    }
}

@keyframes anime_blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/**   case
----------------------------------------------------------------**/

/*case main*/
.case_main {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: flex-end;
    padding-top: 100px;
    align-items: center;
}

/*.main_img_01::after {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*content: "";*/
    /*z-index: 2;*/
    /*background-color: #fff;*/
    /*-webkit-backdrop-filter: blur(5px);*/
    /*backdrop-filter: blur(5px);*/
    /*opacity: 0;*/
    /*-webkit-transition: 2s;*/
    /*-moz-transition: 2s;*/
    /*-o-transition: 2s;*/
    /*transition: 2s;*/
/*}*/

/*.main_img_on2 .main_img_01::after {*/
    /*opacity: 1;*/
/*}*/

/*.main_mov {*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 3;*/
    /*opacity: 0;*/
    /*-webkit-transition: 2s;*/
    /*-moz-transition: 2s;*/
    /*-o-transition: 2s;*/
    /*transition: 2s;*/
/*}*/

.main_mov {
    overflow: hidden;
    /*position: fixed;*/
position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 3;
    /*opacity: 0;*/
    /*-webkit-transition: 2s;*/
    /*-moz-transition: 2s;*/
    /*-o-transition: 2s;*/
    /*transition: 2s;*/
}

.main_mov div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background-size: cover;
    	background-position: center center;
    	background-image: url('../images/main/mimg01.jpg');
}
#mainmovtxt{
    width: 100%;
    max-width: 100%;
    border-top: 15px solid #FFFFFF;
    position: relative;
    z-index: 4;
    margin-top: -15px;
}
/*.main_img::after {*/
/*content: "";*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 160px;*/
    /*background-color: #fff;*/
    /*z-index: 4;*/
/*}*/

.main_txt{
    position: relative;
    z-index: 4;
    background-color: #fff;
}
#spec-plice,
#case3,
#case2,
#case1{
    position: relative;
    z-index: 4;
    background-color: #fff;
}
.main_mov::after{
    /*border-left: 15px solid #FFFFFF;*/
    /*border-right: 15px solid #FFFFFF;*/
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    content: "";
    background-size: cover;
    	background-position: center center;
    	background-image: url('../images/main/cov.png');
}
.main_mov img,
.main_mov video {
    position: absolute;

    left: 50%;
    top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.m_actb .main_mov{

}
#video,
#video2{
    opacity: 0;
     /*-webkit-transition: 1s;*/
      /*-moz-transition: 1s;*/
      /*-o-transition: 1s;*/
      /*transition: 1s;*/
}
#video.act,
#video2.act{
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .main_img::after {

        height: 100px;
        display: none;
    }
    .main_mov {
        overflow: hidden;
        position: absolute;

    }
    .main_mov::after{
        /*display: none;*/
    }
}
@media screen and (orientation: portrait) {
    .main_mov video {
        width: auto;
        height: 100%;
    }
}
@media screen and (orientation: landscape) {
    .main_mov video {
        width: 100%;
        height: auto;
    }
}
.main_img_on2 .main_mov {
    opacity: 1;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}

.main_img_01_anim,
.case_main_anim {
    position: absolute;
    bottom: 60px;
    left: 0;
    font-size: 10px;
    color: #bebebe;
    z-index: 5;
}

.main_img_01_anim {
    bottom: 60px;
    left: 100px;
    color: #f2f2f2;

}

.main_img_01_anim div:last-child,
.case_main_anim div:last-child {
    margin-top: 20px;
    line-height: 3em;
}

.main_img_01_anim_flex2,
.main_img_01_anim_flex1,
.case_main_anim_flex2,
.case_main_anim_flex1 {
    display: flex;
    align-items: center;
}

/*.main_img_01_anim_flex1::after,*/
/*.case_main_anim_flex1::after {*/
/*content: "";*/
/*flex-grow: 1;*/
/*height: 1px;*/
/*background: #bebebe;*/
/*display: block;*/
/*}*/
.case_main_anim_flex2 span,
.case_main_anim_flex1 span,
.main_img_01_anim_flex1 span,
.main_img_01_anim_flex2 span {
    content: "";
    flex-grow: 1;
    height: 1px;
    display: block;
    position: relative;
    overflow: hidden;
}
.case_main_anim_flex2 span::after,
.case_main_anim_flex1 span::after,
.main_img_01_anim_flex1 span::after,
.main_img_01_anim_flex2 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #bebebe;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 0;
}
.case_main_anim_flex2 span::after,
.main_img_01_anim_flex2 span::after {
    left: 100%;
}
.act .case_main_anim_flex2 span::after,
.act .case_main_anim_flex1 span::after,
.main_img_on .main_img_01_anim_flex1 span::after,
.main_img_on .main_img_01_anim_flex2 span::after {
    left: 0;
    opacity: 1;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}

/*.main_img_01_anim_flex2::before,*/
/*.case_main_anim_flex2::before {*/
/*content: "";*/
/*flex-grow: 1;*/
/*height: 1px;*/
/*background: #bebebe;*/
/*display: block;*/
/*}*/
.main_img_01_anim .f_Cormorant,
.case_main_anim .f_Cormorant {
    font-size: 40px;
    letter-spacing: 0.3em;

}
.case_main_anim_flex1,
.case_main_anim_flex3 ,
.main_img_01_anim_flex3,
.main_img_01_anim_flex1 {
    padding-left: 20%;
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.case_main_anim_flex2,
.main_img_01_anim_flex2 {
    padding-right: 20%;
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.case_main_anim_flex4,
.main_img_01_anim_flex4 {
    opacity: 0;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
}
.act .case_main_anim_flex3,
.act .case_main_anim_flex1,
.main_img_on .main_img_01_anim_flex3,
.main_img_on .main_img_01_anim_flex1 {
    padding-left: 0;
    opacity: 1;
}
.act .case_main_anim_flex4,
.main_img_on .main_img_01_anim_flex4 {
    opacity: 1;
}
.act .case_main_anim_flex2,
.main_img_on .main_img_01_anim_flex2 {
    padding-right: 0;
    opacity: 1;
}

.case_main_img {
    width: 50%;
    position: relative;
    overflow: hidden;
}
.case_main_img::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    background-color: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    opacity: 1;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.act .case_main_img::after {
    /*opacity: 0;*/
    left: -100%;
-webkit-transition: 3s;
        -moz-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
}
#case2.act .case_main_img::after {
    left: 100%;
}

.case_main_txt {
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;

}
.case_main_txt p{
    padding-left: 20%;
    opacity: 0;
     -webkit-transition: 2s;
      -moz-transition: 2s;
      -o-transition: 2s;
      transition: 2s;

    white-space: nowrap;
}
.act .case_main_txt p:first-child{
    opacity: 1;
    padding-left: 0;




}
.act .case_main_txt p.f_Cormorant{
    opacity: 1;
    padding-left: 0;
    transition-delay: 0.2s;
    -moz-transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
    -o-transition-delay:0.2s;
    -ms-transition-delay:0.2s;


}

.act .case_main_txt p:last-child{
    opacity: 1;
    padding-left: 0;



    transition-delay: 0.4s;
    -moz-transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
    -o-transition-delay:0.4s;
    -ms-transition-delay:0.4s;
}
.case_more{
    width: 120px;
    height: 120px;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 7;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border-radius:50%;
    	-moz-border-radius:50%;
    	-webkit-border-radius:50%;
    	-o-border-radius:50%;
    	-ms-border-radius:50%;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
    opacity: 0;
}
.act .case_more{
    top: 50%;
    opacity: 1;
     -webkit-transition: 1s 2s;
      -moz-transition: 1s 2s;
      -o-transition: 1s 2s;
      transition: 1s 2s;
}
.case_more:hover{
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.case_more a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.case_more p{
    left: 50%;
    top: 50%;
    	margin-left: auto;
    		margin-right: auto;
    position: absolute;
    width: 24px;
    height: 20px;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}
.case_more:hover p{
    left: 55%;
}
.case_main_txt span.f_Cormorant {
    font-size: 23px;
}

.case_main_txt p.f_Cormorant {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.case_main_txt p:last-child {
    color: #808080;
}

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

    .case_main_txt p.f_Cormorant {
        line-height: 1.1em;
    }
    .case_more{
        width: 80px;
        height: 80px;
    }
    .act .case_more {
        top: 53.6%;
    }
    .case_more p{

        width: 24px;
        height: 20px;

        border-width: 12px 0 12px 24px;
        border-color: transparent transparent transparent #fff;

    }
    .case_more:hover p{
        left: 55%;
    }


    .case_main {
        flex-wrap: wrap-reverse;
        justify-content: normal;
    }

    .main_img_01_anim {
        bottom: 30px;
        left: 10px;
        color: #f2f2f2;
    }

    .case_main_anim {
        position: relative;
        bottom: inherit;
        left: inherit;
        width: 80%;
        max-width: 270px;

        margin: -72px auto 0;
    }

    .main_img_01_anim .f_Cormorant,
    .case_main_anim .f_Cormorant {
        font-size: 33px;
        letter-spacing: 0.3em;
    }

    .case_main_img {
        width: 100%;
    }

    .case_main_txt {
        width: 100%;
        padding: 0 0 40px;
    }
}

/*casr merit*/
.case_merit {
    border-top: 1px solid #e0e0e4;
    border-bottom: 1px solid #e0e0e4;
    position: relative;
    margin-bottom: 150px;
}

/*.case_merit::before,
.case_merit::after{
	content: "";
	background: #e0e0e4;
	position: absolute;
	top :50%;
	left: 0;
	width: 100%;
	height: 1px;	
}*/
.case_merit .secin {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
    padding: 0;
    max-width: 990px;
}

.case_merit_li {
    width: 33.33%;
    padding: 20px 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    border-right: 1px solid #e0e0e4;
    /*letter-spacing: 0;*/
}

.case_merit_li:nth-of-type(3n - 2) {
    border-left: 1px solid #e0e0e4;
}
.case_merit_li:nth-of-type(6)::before,
.case_merit_li:nth-of-type(9)::before {
    position: absolute;
    left: -100vw;
    top: 0;
    width: 150vw;
    height: 1px;
    content: "";
    background: #e0e0e4;
    z-index: 10;
}

.case_merit_li div {
    text-align: center;
}

.case_merit_li img {
    margin-bottom: 15px;
}

.case_merit_li-col2 {
    width: 66.66%;
}
@media screen and (max-width: 767px) {
    .case_merit_li img {
        min-height: 92px;
    }
    .case_merit_li .f_centuryG {
        display: none;
    }
}
.case_merit_li-col2::after {
    width: 0.5px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    background: #e0e0e4;
    transform: translateX(-50%);
    z-index: 0;
}

.case_merit_li-col2::before {
    display: none;
}

.case_merit_li-col2 p {
    position: relative;
    z-index: 5;
}

.case_merit_li-gray {
    background: #f5f5f5;
}

.case_merit_li p {
    margin-bottom: 10px;
}

.case_merit_li p.case_merit_li_p-l1 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.case_merit_li p.case_merit_li_p-l1b {
    margin-top: 27px;
    margin-bottom: 34px;
}

.case_merit_li .f_centuryG {
    color: #c7c0ad;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .case_merit_li p.case_merit_li_p-l1sp {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .case_merit::after {
        top: 33.33%;
    }
    .btn_contact {
        position: fixed;
        bottom: 0;
        right: 0;
        display: block;
        width: 75px;
        height: 75px;
        background: #826e4c;
        color: #fff !important;
        z-index: 1000;
    }
    .case_merit::before {
        display: block;
        top: 66.66%;
    }

    .case_merit_li {
        width: 50%;
    }
    .case_merit_li p{
        /*font-size: 16px;*/
        font-size: 4vw;
    }
    .case_merit_li-col2 {
        width: 100%;
    }

    .case_merit_li:nth-of-type(3n - 2) {
        border-left: none;
    }
    .case_merit_li.nullr{
        border-left: 1px solid #e0e0e4;

    }
    .case_merit_li:nth-child(4){
        border-top: 1px solid #e0e0e4;

    }
    .case_merit_li:nth-of-type(2n - 1) {
        border-left: 1px solid #e0e0e4;
    }
    .case_merit_li.nullr2 {
        border-left: none;
    }
    .case_merit_li.null{
        display: none;
    }
    .case_merit_li:nth-of-type(5)::before {
        position: absolute;
        left: -25vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        background: #e0e0e4;
        z-index: 100;
    }

    .case_merit_li:nth-of-type(3)::before {
        position: absolute;
        left: -25vw;
        top: 0;
        width: 150vw;
        height: 1px;
        content: "";
        background: #e0e0e4;
        z-index: 10;
    }

}

/*spec*/
.spec {

}

.spec_tabel {
}

.spec_tabel_tr {

}

.spec_tabel_tr .secin {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    -webkit-justify-content: center;
}

.spec_tabel_tr-gray {
    background: #f5f5f5;
}

.spec_tabel_tr_td {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    border-right: #e0e0e4 solid 1px;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc((100% - 200px) / 3);
}

.spec_tabel_tr_td:first-child {
    border-left: #e0e0e4 solid 1px;
    flex-grow: 1;
    width: 210px;
}

.spec_tabel_tr-img {
    border-bottom: 1px solid #e0e0e4;
}

.spec_tabel_tr-img .spec_tabel_tr_td:first-child {
    border-left: none;
}

.spec_tabel_tr-img .spec_tabel_tr_td {
    padding: 0;
}

.spec_tabel_tr_td img,
.spec_tabel_tr_td p {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
}

.spec_tabel_tr_td p.f_Cormorant {
    font-size: 35px;
}
@media screen and (max-width: 767px) {
    .spec_tabel_tr_td {
        padding: 8px 0;
    }
    .spec_tabel_tr_td p.f_Cormorant {
        font-size: 30px;
    }
    .spec_tabel_tr_td p {
        font-size: 3.6vw;
        line-height: 1.4em;
    }
    .spec m_actb{

    }

}
/*.spec_tabel_tr_td::after{
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	right:0;
	background: #e0e0e4;
}*/
/*.spec_tabel_tr-img .spec_tabel_tr_td{
	border-right: none;
}*/
.spec_tabel_tr_td:first-child {
    flex-grow: 1;
}

.spec iframe {
    border: none;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 70px 0 200px;
}

#spec htlm {
    overflow: hidden;
}

#spec #wrapper,
body#spec {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 90%;

}

@media screen and (max-width: 767px) {
    #spec #wrapper,
    body#spec {
        min-width: 900px;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    /*#spec-plice .info{*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*left: 0;*/
        /*top: 0;*/
        /*z-index: 7;*/
        /*background-color: rgba(0,0,0,0.8);*/
    /*}*/
    /*#spec-plice .info p {*/
        /*font-size: 4vw;*/
        /*position: absolute;*/
        /*width: 100%;*/
        /*text-align: center;*/
        /*left: 0;*/
        /*top: 30%;*/
    /*}*/
    .spec iframe {
        border: none;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        margin: 70px 0 200px;
    }
    .spec iframe::-webkit-scrollbar {
        height: 10px;
    }
    .spec iframe::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #eee;
    }
    .spec iframe::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #666;
    }
    .spec_tabel {
    }

    .spec_tabel .secin {
        min-width: 767px;
        margin: 0 auto;
    }

    .spec_tabel {
        padding-bottom: 10px;
    }
}

/*contact*/
.contact_ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-grow: 1;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 100px 0 200px;
}

.contact_ul_li {
    width: 33.33%;
    position: relative;
}

.contact_ul_li::after {
    position: absolute;
    top: 50%;
    right: 40px;
    content: "";
    width: 1px;
    height: 50%;
    transform: skewX(-30deg) translateY(-50%);
    background: #e0e0e4;
}

.contact_ul_li:last-child::after {
    display: none;
}

.contact_ul_li p {
    font-size: 16px;
    line-height: 3em;
}

.contact_ul_li p.line_2 {
    line-height: 1.5em;
}

.contact_ul_li img {
    width: auto;
    /*height: 35px;*/
    height: 40px;
    margin-bottom: 30px;
}

.contact_ul_li .f_Cormorant {
    color: #666;
    font-size: 28px;
    margin: 20px 0;
    line-height: 1em;
}
.contact_ul_li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .contact_ul {
        flex-wrap: wrap;
    }

    .contact_ul_li {
        width: 100%;
        margin-bottom: 100px;
    }

    .contact_ul_li::after {
        position: absolute;
        top: 120%;
        right: 50%;
        content: "";
        width: 50%;
        height: 1px;
        transform: translate(50%, -100%);
        background: #e0e0e4;
    }
}

/*qlea_vr*/
.qlea_vr {

}

.qlea_vr_map {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.qlea_vr_map div {
    width: 48%;
    margin-right: 4%;
    padding: 0 0 60px;
}

.qlea_vr_map div:nth-of-type(2n) {
    margin-right: 0;
}

.qlea_vr_map div iframe {
    width: 100%;
    margin-bottom: 10px;
}

.qlea_vr_map div .f_Cormorant {
    font-size: 28px;
}

.qlea_vr_map div .txt-g {
    color: #b3b3b3;
}

@media screen and (max-width: 767px) {
    .qlea_vr_map div {
        width: 100%;
        margin-right: 0;
        padding: 0 0 60px;
    }
    .qlea_vr_map .txt {
        font-size: 3.6vw;
        line-height: 1.8;
    }
}

/* loading animation */
.load_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.load_wrap_on {
    display: none;
}

.load {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.load_all_on {
    opacity: 0 !important;
    display: none !important;
    z-index: -9999;
}

.load_l {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: all 1.5s;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.load_l_on {
    width: 100%;
    opacity: 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
}

.load_r {
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    transition: all 1.0s;
}

.load_r_on {
    width: 0;
    opacity: 1;
}

.load_img {
    width: 240px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1.0s;
    opacity: 0;
    /*animation: fluffy 1.5s ease infinite;*/
}

@keyframes fluffy {
    0% {
        transform: rotate(-15deg);
    }
    25% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(15deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

.load_img_on {
    /*transform: translate(-50%,-50%);
    opacity: 1;*/

}


