@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&family=Zen+Old+Mincho&display=swap');

body {
	margin:0;
	padding:0;  
font-size:14px; 
font-family: "Zen Old Mincho","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
line-height:1.6;
color:#fff;
box-sizing: border-box;
background: #000;
}

a{color:#ff006c;}

video{width:100%; height:auto; margin:auto;}
p{text-align: center;}

@media (min-width: 1024px){


}



/*　footer　*/

footer {
    width:100%; 
    padding: 10px 0;
    margin:50px auto 10px auto;
    bottom:0;
    left:0;
}

footer .footer__copy {
    text-align: center;
    font-size: 12px;
}

footer .footer_link {
    margin: 10px 0;
}

footer .footer_link ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -10px;
}

footer .footer_link ul li {
    list-style: none;
}

footer .footer_link ul li:not(:first-child)::before {
    content: "｜";
}