@charset "utf-8";

/* CSS Document */

/* 新規追加20240115 */

.new{
    padding: 0 10px;
}
.new::before{
    content: "NEW";
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    line-height: 1;
    margin-right: .5em;
    padding: .45em .5em;
    font-size: .5em;
    vertical-align: text-bottom;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}

/* .new_cn{
    padding: 0 10px;
}
.new_cn::before{
    content: "追加";
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    line-height: 1;
    margin-right: .5em;
    padding: .45em .5em;
    font-size: .5em;
    vertical-align: text-bottom;
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
} */

@media screen and (max-width: 768px) {
    .new::before{
        line-height: 1;
        margin-right: 2vw;
        padding: 1vw 1.5vw 0.7vw;
        font-size: 2.1vw;
    }
}

#outdoor .lang li a {
    color: #000;
}

#outdoor .lang li::after {
    border-right: #000 1px solid;
}

#outdoor #mv {
    background: url('../jpg/fujiichi%201.jpg') no-repeat;
    background-position: left 0em bottom 0;
    background-size: cover;
    height: 100vh;
    margin-top: 5px;
    position: relative;
    z-index: 3;
}

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

@media screen and (max-width: 1440px) {
    #outdoor #mv {
        background-position: left 0em bottom 0px;

    }
}

#outdoor .main_mv {
    background: url('../png/mask.png') no-repeat;
    background-position: 25%, 0;
    background-size: cover;
    /* height: 100vh; */
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    max-width: 100%;
}

#outdoor .main_mv::before {
    content: "";
    background: url('../png/out_ray.png') no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
    width: 50%;
    height: 50%;
    background-size: contain;
    background-position: right;
}

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

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

#outdoor .content_col .point_str:first-child figure {
    padding: 0;
    margin: 0;
    background: url("../jpg/ph01-2.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%);
    position: relative;
}


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

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

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

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

#outdoor .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%, #cd9f44 60%);
    padding: 0 10px;
}

.other_exp .text::before {
    background: #cd9f44;

}

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

@media screen and (max-width: 768px) {
    #outdoor #mv {
        background-position: left 0em bottom 0px;
    }
    #outdoor .main_mv .logo_s {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    #outdoor .content_col .point_str:first-child figure, #outdoor .content_col .point_str:nth-child(2) figure, #outdoor .content_col .point_str:nth-child(3) figure {
        clip-path: none;
    }
}
@media screen and (max-width: 1024px) {
    #outdoor .main_mv {
        background: url('../png/sp_mask.png');
        /* height: 680px; */
        height: 100%;
    }
    
}
@media screen and (max-width: 768px) {
    #outdoor .content_col .point_str:nth-child(2)::before {
        left: 118px;
    }
}

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

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

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

}

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

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

.other_exp figure img.pc {
    display: block;
}

.other_exp figure img.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .other_exp figure img.pc {
        display: none;
    }
    .other_exp figure img.sp {
        display: block;
    }   
}

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