@charset "utf-8";
/* CSS Document */
#snow .lang li a {
    color: #000;
}
#snow .lang li::after {
    border-right: #000 1px solid;
}
#snow #mv {
    background: url('../jpg/snow_mv.jpg') no-repeat;
    background-position: left 0em bottom 0;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
}
	
/* #snow .other_exp div:nth-child(2)::before {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #163b62;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

#snow .other_exp div:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: 12px;
    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: 1440px) {	
    #snow #mv {
        background-position: right 0em bottom 0px;
    }
}

#snow .main_mv {
    background: url('../png/mask.png') no-repeat;
    background-position: 25%, 0;
    background-size: cover;
    /* height: 100vh; */
    /* height: 820px; */
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    max-width: 100%;
}
		
#snow .main_mv::before {
    content: "";
    background: url('../png/snow_ray-2.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 369px;
    height: 618px;
    background-size: contain;
    background-position: right;
}

@media screen and (max-width: 480px) {	
    #snow .main_mv::before {
        content: "";
        background: url('../png/snow_ray_sp.png') no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 186px;
        height: 271px;
        background-size: contain;
        background-position: right;
    }
}

#snow .main_mv .logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#snow .main_mv .logo_s {
    position: absolute;
    top: 30px;
    left: 50px;
}
	
#snow .content_col .point_str:first-child figure {
    padding: 0;
    margin: 0;
    background: url("../png/ph01.png") 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%);
	position: relative;
}


#snow .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;
}

#snow .content_col .point_str:nth-child(2) figure {
    padding: 0;
    margin: 0;
    background: url("../png/ph02.png") 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%);
}

#snow .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;
}

#snow .content_col .point_str:nth-child(3) figure {
    padding: 0;
    margin: 0;
    background: url("../png/ph03.png") 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%);
}

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

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

.other_exp .text::before {
    background: #163b62;
}

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

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

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

@media screen and (max-width: 768px) {	
    #snow .content_col .point_str:nth-child(2)::before {
        left: 118px;
    }
}

@media screen and (max-width: 740px) {	
    #snow .content_col .point_str:nth-child(2)::before{
        left: 17px;
    }
    #snow #mv {
        background-position: left 0 bottom 0px;
        height: 180vh;
    }
    #snow #exp {
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {	
    #snow #mv {
        background-position: left -14em bottom 0px;
        height: 680px;
    }
    /* #snow .other_exp div:nth-child(2)::before {
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #163b62;
        content: "";
        position: absolute;
        right: 15px;
        bottom: -10px;
    }	
    #snow .other_exp div:nth-child(2)::after {
        top: auto;
        bottom: 0px;
        right: 27px;
        width: 8px;
        height: 8px;
    } */
}

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

@media screen and (max-width: 375px) {	
    #snow #mv {
        background-position: left -24em bottom 0;
        height: 680px;
    }
    #snow .btn_block div::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 10px;
        height: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.upc{
	margin-top: -2em;
}

@media screen and (max-width: 640px) {	
    .upc{
        margin-top: -1em;
    }
}

/* その他の体験 ボタン */
.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: #163b62;
    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;
    }
}