p{
    color: #221815;
}
ul{
    padding: 0px;
}
body{
    background: #000;
}
.main{
	background: #fff;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
}
.content{
    max-width: 1020px;
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.main_ttl{
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
    max-width: 1020px;
}
.main_ttl img{
    width: 100%;
}
.main_subttl{
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1020px;
}
.main_subttl img{
    width: 100%;
}
.line{
    margin: 0 auto;
    margin-top: 150px;
    width: 10%;
    max-width: 83px;
}
.line img{
    width: 100%;
}
.sns{
    margin-top: 100px;
    padding-bottom: 100px;
}
.sns .sns_ttl{
    margin: 0 auto;
    width: 60%;
    max-width: 420px;
}
.sns .sns_ttl img{
    width: 100%;
}
.sns .insta{
    width: 100%;
}
.sns .insta img{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 40px;
    width: 40%;
    max-width: 364px;
}
.sns .insta img:hover{
    opacity: 0.6;
}


#tube_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}
.tube_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    z-index: 10000;
}
.tube_window {
    opacity: 1;
    z-index: 10000;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 0px;
    width: 60%;
    position: fixed;
    top: 15%;
    left: 20%;
}



@media screen and (max-width: 500px) {
    .main{
        background: #fff;
        background-size: cover;
    }
    .main_ttl{
        margin-top: 140px;
    }
    .main_subttl {
        width: 95%;
        margin-top: 20px;
    }
    .line {
        margin-top: 200px;
    }
    .sns {
        margin-top: 150px;
        padding-bottom: 10px;
    }
    .sns .insta img{
        margin-top: 7px;
        width: 55%;
    }
    .tube_window{
        left: 3%;
        width: 90%;
        top: 30%;
    }
}