html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 4px;
    background: #414141;
	border-left: solid 0px #dedede;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #dedede;
}

input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
}





@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}


body {
    width: 100%;
    background: #111;
    color: #212121;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
}

div#mv {
    width: 100%;
    height: 80rem;
    overflow: hidden;
}.bxslider img {
	opacity: 0.9;
    width: 100%;
    height: 80rem;
    object-fit: cover;
    animation: scaleDown 3.8s ease-out forwards;
}

@keyframes scaleDown {
    from {
        transform: scale(1.3) translateX(0%);
    }
    to {
        transform: scale(1.1) translateX(2%);
    }
}


header {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
}div#logo {
    font-weight: bold;
    font-size: 2rem;
    color: #fff;
}ul.header_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}ul.header_nav_ul li {
    font-weight: bold;
    padding: 0 1rem;
}

.bxslider_movie_text {
        line-height: 1.2;
        position: absolute;
        z-index: 10;
        bottom: 33rem;
        left: 3.5rem;
        border: solid 1px #fff;
        padding: 2rem;
        color: #fff;
}h2.bxslider_movie_text_h2 {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 7rem;
}p.creators_title b {
        font-size: 6rem;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: normal;
        display: block;
}p.creators_title b {
	font-size: 5.2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    display: block;
}p.creators_title b small {
    font-size: 2rem;
    font-weight: 700;
}


h1#mv_h1 {
		font-family: "Roboto Condensed", sans-serif;
        position: absolute;
        z-index: 10;
        color: #fff;
        font-weight: 500;
        margin: 51rem 3rem 0px;
        font-size: 16rem;
        line-height: 0.8;
}






}