@charset "utf-8";
/* CSS Document */


#urban .lang li a {
    color: #000;
}
#urban .lang li::after {
    border-right: #000 1px solid;
}
#urban #mv {
    background: url('../jpg/skt.jpg') no-repeat;
    background-position: left 0em top 0px;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
}
#urban .main_mv {
    background: url('../png/mask.png') no-repeat;
    background-position: left 25%;
    background-size: cover;
    /* height: 100vh; */
    /* height: 820px; */
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
	max-width: 100%;
}

#urban .main_mv::before {
    content: "";
    background: url('../png/urban_ray.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-position: left;
}

/* #urban .other_exp div:nth-child(2)::before {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #656897;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
} */

#urban .main_mv .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#urban .main_mv .logo_s {
    position: absolute;
    top: 30px;
    left: 50px;
}

section h2 {
    text-align: center;
}

section#point {
    padding-top: 30px;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px;
	    z-index: 2;
}

section#point::before {
    content: "";
    position: absolute;
    background: url("../png/bg_img.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: -314px;
    left: 0;
}

@media screen and (max-width: 1440px) {	
    section#point::before {
        width: 100%;
        height: 100%;
        top: -335px;
        left: -313px;
    }
}

@media screen and (max-width: 1336px) {	
    section#point::before {
        top: -335px;
        left: -400px;
    }
}

@media screen and (max-width: 1280px) {	
    section#point::before {
        width: 100%;
        top: -195px;
        left: -214px;
    }
}

#urban .content_col .point_str:first-child figure span{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 0.7em;
    color: #fff;
}

#urban .content_col .point_str div .inner h3 span {
    background: linear-gradient(transparent 60%, #656897 60%);
    padding: 0 10px;
}

#urban .content_col .point_str:first-child figure {
    padding: 0;
    margin: 0;
    background: url("../jpg/ph01-3.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);
}

#urban .content_col .point_str:nth-child(2)::before {
    content: "";
    position: absolute;
    background: url('../png/02.png') no-repeat;
    background-size: cover;
    left: 150px;
    top: 0;
    width: 650px;
    height: 510px;
}

#urban .content_col .point_str:nth-child(2) figure {
    padding: 0;
    margin: 0;
    background: url("../ph02.html") no-repeat;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
}

#urban .content_col .point_str:nth-child(3)::before {
    content: "";
    position: absolute;
    background: url('../png/03.png') no-repeat;
    background-size: cover;
    left: -150px;
    top: 0;
    width: 650px;
    height: 510px;
}

#urban .content_col .point_str:nth-child(3) figure {
    padding: 0;
    margin: 0;
    background: url("../ph03.html") no-repeat;
	background-position: left 75%;
    background-size: cover;
    width: 100%;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

#urban .exp_block h3 span {
    background: linear-gradient(transparent 60%, #656897 60%);
    padding: 0 10px;
}

#urban .other_exp h3 span {
    background: linear-gradient(transparent 60%, #656897 60%);
    padding: 0 10px;
}

#urban .other_exp .text::before{
	background: #656897;
}

.noop{
    pointer-events: none;
}

.noop a:after{
    display: none;
}

#urban #movie::before{
	display: none;
}

@media screen and (max-width: 1024px) {		
    #urban .main_mv {
        background: url('../png/sp_mask.png');
        /* height: 680px; */
        height: 100%;
    }
}

@media screen and (max-width: 768px) {	
    #urban #mv {
        background-position: left -19em bottom 0px;
    }
    #urban .main_mv .logo_s {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #urban .content_col .point_str:first-child figure ,#urban .content_col .point_str:nth-child(2) figure,#urban .content_col .point_str:nth-child(3) figure{
        clip-path: none;
    }
    section#point {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 740px) {	
    #urban #exp {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {	
    #urban #mv {
        background-position: left -19em bottom 0px;
        height: 680px;
    }
    /* #urban .other_exp div:nth-child(2)::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #656897;
        content: "";
        position: absolute;
        right: 15px;
        bottom: 0;
        bottom: -5.5vw;
        bottom: -10px;
    } */
}

@media screen and (max-width: 360px) {
    #urban #mv {
        background-position: left -20em bottom 0px;
        height: 680px;
    }
}

section#point::before {
    top: -214px;
    left: -192px;
}

/* その他の体験 ボタン */
.other_exp div div.btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.other_exp div div.btn span {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #656897;
    position: relative;
}
.other_exp div div.btn span::after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .other_exp div div.btn span {
        width: 26px;
        height: 26px;
    }
    .other_exp div div.btn span::after {
        content: '';
        position: absolute;
        bottom: 9px;
        right: 10px;
        width: 8px;
        height: 8px;
    }
}