#sec1 {
    position: relative;
    padding-top: 29vw;
    padding-bottom: 0;
}
#sec1 .wrap {
    max-width: 1200px;
}
#sec1 .box {
    margin-left: auto;
    position: relative;
}
#sec1 .box h2 {
    margin-bottom: 7vw;
}
#sec1 .box .slider__s {
    position: relative;
    margin-bottom: 2vw;
}
#sec1 .box .slider__s .ob-img {
    height: 60vw;
}
#sec1 .box .text {
    margin-bottom: 0;
    margin-right: -10px;
}
@media only screen and (min-width: 768px) {
    #sec1 {
        padding-top: 111px;
        padding-bottom: 0;
    }
    #sec1 .box {
        width: 570px;
        margin-left: auto;
    }
    #sec1 .box h2 {
        margin-bottom: 46px;
        width: 570px;
    }
    #sec1 .box .slider__s {
        width: 725px;
        position: absolute;
        top: -20px;
        right: 626px;
        margin-bottom: 0;
    }
    #sec1 .box .slider__s .ob-img {
        height: 500px;
    }
    #sec1 .box .text {
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 6px;
    }
}
#sec2 {
    padding-top: 10vw;
}
#sec2 h2 {
    margin: 0 auto 5vw;
}
#sec2 .wrap {
    max-width: 1200px;
}
#sec2 .box {
    max-width: 1157px;
    margin: 0;
    background: url("../img/scene/sec2_deco_sp.png") no-repeat top center;
    background-size: 100% auto;
    height: 83vw;
}
#sec2 .box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 88%;
}
#sec2 .box ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
    color: #fff;
    line-height: 1.6;
    width: 50%;
    height: 36vw;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    #sec2 {
        padding-top: 82px;
        margin-bottom: 66px;
    }
    #sec2 h2 {
        max-width: 652px;
        margin: 0 auto 23px;
    }
    #sec2 .box {
        max-width: 1157px;
        margin: 0 auto;
        background: url("../img/scene/sec2_deco.png") no-repeat top center;
        background-size: 100% auto;
        height: 256px;
    }
    #sec2 .box ul li {
        font-size: 24px;
        line-height: 35px;
        width: 25%;
        height: 238px;
    }
}
#sec__frame {
    position: relative;
    padding-bottom: 15vw;
}
#sec__frame::before, #sec__frame::after {
    content: "";
    background: url(../img/shared/bg03_sp.jpg) repeat-y;
    background-size: 100% auto;
    position: absolute;
    max-width: 1400px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#sec__frame::after {
    top: 10px;
    right: 8px;
    bottom: 10px;
    left: 8px;
    max-width: 1377px;
    background: url(../img/shared/bg02_sp.jpg) repeat-y;
    background-size: 100% auto;
}
#sec__frame .wrap {
    max-width: 1200px;
}
@media only screen and (min-width: 768px) {
    #sec__frame {
        padding-bottom: 126px;
    }
    #sec__frame::before, #sec__frame::after {
        content: "";
        background: url(../img/shared/bg03.jpg) repeat;
        background-size: auto;
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #sec__frame::after {
        top: 10px;
        right: 0px;
        bottom: 10px;
        left: 0;
        background: url(../img/shared/bg02.jpg) repeat;
        background-size: auto;
    }
}
#sec3 {
    position: relative;
    z-index: 2;

}
#sec3::before {
    content: "";
    background: url(../img/scene/sec3_bg_sp.jpg) no-repeat top center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    max-width: 1375px;
    position: absolute;
    top: 11px;
    left: 10px;
    right: 10px;
    bottom: 0;
    margin: 0 auto;
}


#sec3 .wrap {
    max-width: 1100px;
}
#sec3 .box {
    padding-top: 14vw;
    max-width: 560px;
    margin: 0 auto 10vw;
    flex-direction: row-reverse;
}
#sec3 .box h2 {
    max-width: 78px;
    width: 12vw;
    margin: 0 auto 8vw;
}
#sec3 .box .text {
}
#sec3 .floor__map {
    position: relative;
}
#sec3 .floor__map .point {
    position: absolute;
}
#sec3 .floor__map .point a {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	background: rgba(34, 34, 34, 0.2);
	transition: all .4s ease;
	height: 100%;
}
#sec3 .floor__map .point a:hover {
	background: rgba(34, 34, 34, 0.5);
}
#sec3 .floor__map .point img {
	width: 12vw;
}
#sec3 .floor__map .point-1 {
    top: 0%;
    left: 0%;
    width: 69%;
    height: 32.5%;
}
#sec3 .floor__map .point-2 {
    top: 0%;
    right: 0%;
    width: 30.7%;
    height: 32.5%;
}
#sec3 .floor__map .point-3 {
    bottom: 0%;
    left: 31.8%;
    height: 29.4%;
    width: 40.9%;
}
#sec3 .floor__map .point-4 {
    top: 60.4%;
    left: 0%;
    width: 16.5%;
    height: 24.7%;
}
#sec3 .floor__map .point-5 {
    top: 33%;
    left: 0%;
    height: 26.8%;
    width: 69%;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        z-index: 2;
    }
    #sec3::before {
        left: 0;
        right: 0;
        background: url(../img/scene/sec3_bg.jpg) no-repeat top center;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
    #sec3 .wrap {
        margin-bottom: 0px;
    }
    #sec3 .box {
        padding-top: 78px;
        max-width: 560px;
        margin: 0 auto 63px;
        flex-direction: row-reverse;
    }
    #sec3 .box h2 {
        width: 78px;
        margin: 0;
    }
    #sec3 .box .text {
        width: 431px;
        height: 286px;
        padding-top: 16px;
        letter-spacing: 3.2px;
    }
    #sec3 .floor__map {
        margin-bottom: 0;
    }
	
#sec3 .floor__map .point img {
	width: 120px;
}	
	
#sec3 .floor__map .point-1 {
    top: 5px;
    left: 5px;
    width: 68.4%;
    height: 199px;
}
#sec3 .floor__map .point-2 {
    top: 5px;
    right: 5px;
    width: 30.4%;
    height: 199px;
}
#sec3 .floor__map .point-3 {
    bottom: 5px;
    left: 31.8%;
    height: 179px;
    width: 40.9%;
}
#sec3 .floor__map .point-4 {
	top: 378px;
    left: 5px;
    width: 16%;
    height: 157px;
}
#sec3 .floor__map .point-5 {
    top: 207px;
    left: 5px;
    height: 169px;
    width: 68.4%;
}
	
	
/*
    #sec3 .floor__map .point {
        width: 120px;
    }
    #sec3 .floor__map .point-1 {
    }
    #sec3 .floor__map .point-2 {
        top: 10.5%;
        right: 10%;
    }
    #sec3 .floor__map .point-3 {
        bottom: 9.6%;
        left: 47%;
    }
    #sec3 .floor__map .point-4 {
        bottom: 21.5%;
        left: 3.2%;
    }
    #sec3 .floor__map .point-5 {
        top: 40%;
        left: 29%;
    }
*/
}
#sec4 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 12vw;
}
#sec4 .set1 {
    margin-bottom: 5vw;
    position: relative;
}
#sec4 .set1 .box-1 {
    position: relative;
}
#sec4 .set1 .box-1 h2 {
    margin-bottom: 5vw;
    width: 70vw;
}
#sec4 .set1 .box-1 .text {
    margin-bottom: 8vw;
}
#sec4 .set1 .slider__s {
    position: relative;
    margin-left: 20px;
}
#sec4 .set1 .slider__s .photo {
    height: 60vw;
}
#sec4 .set1 .slider__s .tt {
    position: absolute;
    bottom: 3vw;
    left: 2vw;
    z-index: 2;
    width: 24vw;
}
#sec4 .set2 {
    position: relative;
}
#sec4 .set2 .box-2 {
    flex-direction: row-reverse;
    align-items: center;
}
#sec4 .set2 .box-2 .text {margin-bottom: 7vw;}
#sec4 .set2 .photo {
    height: 60vw;
}
#sec4 .slick-dots {
    width: 15px;
    left: -27px;
}
@media only screen and (min-width: 768px) {
    #sec4 {
        margin-bottom: 100px;
        padding-top: 97px;
    }
    #sec4 .set1 {
        margin-bottom: 77px;
    }
    #sec4 .set1 .box-1 {
        margin-bottom: 0;
    }
    #sec4 .set1 .box-1 h2 {
        width: 490px;
        margin-bottom: 30px;
        margin-left: -6px;
    }
    #sec4 .set1 .box-1 .text {
        margin-bottom: 0;
        width: 529px;
    }
    #sec4 .set1 .slider__s {
        width: 725px;
        position: absolute;
        top: 3px;
        left: 625px;
        margin-left: 0;
    }
    #sec4 .set1 .slider__s .photo {
        height: 400px;
    }
    #sec4 .set1 .slider__s .tt {
        bottom: 15px;
        left: 0;
        z-index: 2;
        width: 164px;
    }
    #sec4 .set2 {
        margin-bottom: 0;
    }
    #sec4 .set2 .box-2 {
        flex-direction: row-reverse;
        align-items: center;
    }
    #sec4 .set2 .box-2 .text {
        width: 26.7%;
        margin-bottom: 0;
    }
    #sec4 .set2 .photo {
        width: 67%;
        height: 500px;
    }
    #sec4 .slick-dots {
        width: 15px;
        left: -25px;
        bottom: 8px;
    }
}
#sec5 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding-top: 15vw;
}
#sec5 h2 {
    position: relative;
    z-index: 2;
    filter: brightness(0) saturate(100%) invert(5%) sepia(39%) saturate(10%) hue-rotate(332deg) brightness(93%) contrast(81%);
    width: 63vw;
    margin: 0 auto 5vw;
}
#sec5 .text {
    position: relative;
}
#sec5 .photo {
    height: 60vw;
    margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
    #sec5 {
        margin-bottom: 110px;
        padding-top: 0;
    }
    #sec5 h2 {
        position: absolute;
        z-index: 2;
        top: 71px;
        left: 40px;
        width: 558px;
        filter: none;
    }
    #sec5 .text {
        position: absolute;
        top: 195px;
        left: 49px;
        color: #fff;
        width: 510px;
    }
    #sec5 .photo {
        height: 600px;
    }
}
#sec6 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
#sec6 .set1 {
    margin-bottom: 10vw;
    position: relative;
    flex-direction: row-reverse;
    padding-top: 10vw;
}
#sec6 .set1 .box-1 {
    position: relative;
    margin-bottom: 6vw;
}
#sec6 .set1 .box-1 h2 {
    width: 62vw;
    margin-bottom: 5vw;
}
#sec6 .set1 .box-1 .text {
    margin-bottom: 0;
}
#sec6 .set1 .photo {
    position: relative;
}
#sec6 .set1 .photo .ob-img {
    height: 60vw;
}
#sec6 .set1 .photo .tt {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 24vw;
}
#sec6 .set2 {
    position: relative;
}
#sec6 .set2 .box-2 {
    align-items: center;
    position: relative;
}
#sec6 .set2 .box-2 h3 {
    width: 45vw;
    margin-bottom: 6vw;
    position: absolute;
    top: 5vw;
    left: 5vw;
    filter: brightness(0) invert(1);
    z-index: 2;
}
#sec6 .set2 .box-2 .text {
    width: 33.7%;
}
#sec6 .set2 .photo {
}
#sec6 .set2 .photo .ob-img {
    height: 60vw;
}
@media only screen and (min-width: 768px) {
    #sec6 {
        margin-bottom: 99px;
    }
    #sec6 .set1 {
        margin-bottom: 50px;
        flex-direction: row-reverse;
        padding-top: 0;
    }
    #sec6 .set1 .box-1 {
        width: 446px;
        padding-top: 50px;
        margin-bottom: 0;
        padding-right: 74px;
    }
    #sec6 .set1 .box-1 h2 {
        width: 368px;
        margin-bottom: 12px;
    }
    #sec6 .set1 .box-1 .text {
        margin-bottom: 0;
        padding-left: 14px;
    }
    #sec6 .set1 .photo {
        width: 724px;
        margin-left: -150px;
    }
    #sec6 .set1 .photo .ob-img {
        height: 400px;
    }
    #sec6 .set1 .photo .tt {
        position: absolute;
        bottom: 0;
        right: -9px;
        z-index: 2;
        width: 165px;
    }
    #sec6 .set2 {
        margin-bottom: 0;
        align-items: center;
    }
    #sec6 .set2 .box-2 {
        display: block;
    }
    #sec6 .set2 .box-2 h3 {
        width: 332px;
        margin: 0;
        filter: none;
        top: auto;
        left: auto;
        position: relative;
    }
    #sec6 .set2 .box-2 .text {
        width: 33.7%;
    }
    #sec6 .set2 .photo {
        width: 800px;
    }
    #sec6 .set2 .photo .ob-img {
        height: 500px;
    }
}
#sec7 {
    position: relative;
    z-index: 2;
    padding-top: 15vw;
}
#sec7 h2 {
    position: relative;
    z-index: 2;
    width: 81vw;
    filter: brightness(0) saturate(100%) invert(5%) sepia(39%) saturate(10%) hue-rotate(332deg) brightness(93%) contrast(81%);
    margin-bottom: 3vw;
}
#sec7 .text {
    position: relative;
}
#sec7 .photo {
    height: 60vw;
    margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
    #sec7 {
        margin-bottom: 0;
        padding-top: 0;
    }
    #sec7 h2 {
        position: absolute;
        z-index: 2;
        top: 70px;
        left: 42px;
        width: 592px;
        filter: none;
    }
    #sec7 .text {
        position: absolute;
        top: 233px;
        left: 50px;
        color: #fff;
        width: 420px;
        letter-spacing: 1.3px;
    }
    #sec7 .photo {
        height: 600px;
        margin-bottom: 0;
    }
}



#sec8 {
    padding: 10vw 0 15vw;
}

@media only screen and (min-width: 768px) {
#sec8 {
    padding: 81px 0 122px;
}  
}


@media screen and (min-width: 768px) and (max-width: 1299px) {
    #sec1 .box {
        padding-right: 20px;
    }
    #sec3 .floor__map {
        margin-left: 0px;
        margin-right: 0px;
    }
    #sec4 .set1 .box-1 {
        padding-left: 20px;
    }
    #sec4 .set1 .slider__s {
        left: 580px;
    }
    #sec6 .set1 .box-1,
    #sec4 .set2 .box-2 .text {
        padding-right: 20px;
    }
    #sec6 .set2 .box-2 {
        padding: 0 30px;
    }
}


