@charset "utf-8";
header{
    /* background: #ffae29; */
    background: rgba(0,0,0,0);
    top:0;
    width:100%;
    z-index: 10;
    position: fixed;
    height: 60px;
    pointer-events:none;
    /* padding-top: 3px; */
}
body.scrolling header{
    background:rgba(255,255,255,0.6);
    background: rgba(255,255,255,1);
    transition:background 250ms;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
header>.position{
    position:absolute;
    top: 18px;
    left: 8px;
    display: inline-block;
    background: #252525;
    color: #EEE;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 20px;
    pointer-events: auto;
    cursor:pointer;
}
header>.position::before{
    content: "\f05b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    font-size: 13px;
}
header>.position>*{
    pointer-events:none;
}
header>.logout{
    position:absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
}
header>.title{
    line-height:60px;
    text-align:center;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -2px;
    opacity:0;
    padding-top: 2px;
}
body.scrolling header>.title{
    opacity:1;
    transition:opacity 200ms;
}
.btn-mypage{
    position:absolute;
    right: 8px;
    top: 12px;
    font-size: 28px;
    overflow:hidden;
    width: 40px;
    height: 40px;
    border-radius:50%;
    border: 3px solid #EEE;
    box-shadow: -0px 1px 3px 0 rgba(0,0,0,0.8);
    pointer-events:auto;
}
.btn-mypage>img{
    object-fit:cover;
    width:100%;
    height:100%;
}
header>.btn-mypage:hover{
    box-shadow:none;
    transform:translateY(1px);
}

.btn-login{
    position:absolute;
    right: 10px;
    top: 13px;
    font-size: 16px;
    background:#fee500;
    padding:8px 10px;
    border-radius:10px;
    pointer-events:auto;
}

header>.myinfo{
    position:absolute;
    right: 44px;
    top: 16px;
    font-size: 17px;
}
header>button{
    background:#252525;
    border:0px solid #AAA;
    border-radius:8px;
    padding: 4px 10px;
    color:#EEE;
}
.video-area{
    position: fixed;
    /* top: 0; */
    top: 0px;
    height: 340px;
    z-index: -1;
    width: 100%;
    background: url('/img/video_thumb.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
#myVideo{
    /* max-width:500px; */
    /* margin: 5px auto 16px; */
    display: block;
    /* width: 90%; */
    /* border-radius: 24px; */
    /* box-shadow: 0 0 1px 0 rgb(107 69 69 / 50%); */
    pointer-events:none;
    object-fit: cover;
    width:100%;
    height:100%;
}

.back-image{
    height: 360px;
    background: url('/img/porkbelly.jpg');
    background-size: 500px;
    background-position: center;
}

.container{
    padding-bottom: 150px;
    text-align: center;
    background: #FFF;
    margin-top: 80px;
}

.header{
    min-height: 150px;
    padding-top: 80px;
    color: #FFF;
    text-shadow: 0 0 10px black, 0 0 5px black, 0 0 1px black;
    padding-bottom: 20px;
    /* display: none; */
    text-align: center;
}
.header>h1{
    font-size: 40px;
}
body.scrolling .header>h1{
    opacity:0;
    transition:opacity 200ms;
}

.header>p{
    font-size: 40px;
    font-weight: 100;
}
.container .map-area{
    max-width: 1000px;
    height: 500px;
    margin: 0px auto;
    display: block;
    width: 96%;
    border-radius: 8px;
    margin-top: 12px;
    box-shadow: 0 0 1px 0 rgb(107 69 69 / 85%);
    overflow:hidden;
    position:relative;
    top: -70px;
    margin-bottom: -50px;
}
.container #map{
    width:100%;
    height:100%;
}

.location-wrap{
    position: sticky;
    top: 80px;
    z-index: 11;
    text-align: center;
}

.full-location{
    background: rgba(255,255,255,0.95);
    color: #242424;
    padding: 12px 50px;
    font-size: 19px;
    border-radius: 50px;
    letter-spacing: -1px;
    position: relative;
    /* top: -10px; */
    /* min-width: 277px; */
    display: inline-block;
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.2) , 0px 0px 1px 0 rgba(0,0,0,0.2);
    /* font-weight: 100; */
}
.full-location::before{
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 12px;
    position: absolute;
    left: 20px;
    font-size: 24px;
}
.full-location::after{
    /* content: "\f3c5"; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 12px;
    position: absolute;
    right: 20px;
    font-size: 24px;
}


.container .map-area .btn-my-position{
    position:absolute;
    width: 36px;
    height: 36px;
    background:#FFF;
    background: radial-gradient(#1a6fcb, 50% #000);
    background:#333;
    top:20px;
    right:10px;
    z-index:2;
    border-radius:50%;
    box-shadow: 0px 0px 4px 0 rgba(0,0,0,0.3), 0px 0px 1px 0 rgba(0,0,0,0.4) inset;
    text-align: center;
    font-size: 22px;
    display:inline-block;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #000;
}
.container .map-area .btn-my-position::before{
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    background-image: url('/img/target_w.svg');
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    top:0;
    left:0;
    pointer-events:none;
}
.container .map-area .btn-my-position>i{
    /* vertical-align:ba; */
}
.logo{
    /* margin-top: 30px; */
    width:100px;
}

#my-pos-marker{
    width: 60px;
    height: 60px;
    position: relative;
    pointer-events: none;
}
#my-pos-marker::before{
    content:'';
    display:block;
    background:rgb(58 190 255 / 50%);
    width:60px;
    height:60px;
    border-radius:50%;
    animation-name: ani-pos;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#my-pos-marker::after{
    content:'';
    display:block;
    position:absolute;
    background:rgb(16 0 255);
    width:14px;
    height:14px;
    border-radius:50%;
    left:calc(50% - 8px);
    top:calc(50% - 8px);
    z-index:1;
    box-shadow:0 0 1px 0 rgba(255,255,255,1),0 0 2px 0 rgba(255,255,255,1),0 0 5px 0 rgba(0,0,0,1);
    border: 1px solid #FFF;
}
@keyframes ani-pos{
    0%{
    	transform: scale(0.2);
        opacity:1;
    }
    100%{
    	transform: scale(1);
        opacity:0.2;
    }
}

@media (max-height:700px){
    .container .map-area{
        height:300px;
    }
    .logo{
        margin-top:0;
    }
}
@media (max-width:330px){
    header>.title{
        font-size:20px;
    }
}
