* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
/* 	font-weight: normal; */
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 500;
	font-style: normal;
}
/*============================================================================================================================*/
html {
	width: 100%;
	height: -webkit-fill-available;
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}
body {
	width: 100%;
	min-height: 100vh;
	/* mobile viewport bug fix */
	min-height: -webkit-fill-available;
	background-color: #000;
	position: fixed;
}
img {
/* 	width: 300px; */
}
p {
/* 	font-size: 15px; */
}
div.statement p {
	font-size: 15px;
	line-height: 1.8em;
}
header {
	width: 100%;
	height: 105px;
	position: fixed;	
	background-color: #000;
	z-index: 1;
}
@media all and (max-width:768px) {
header {
	height: 0px;
}
}
header > div {
	width: 100%;
}
@media all and (max-width:768px) {
header > div {
	position: relative;
}
}
header #menu {
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	color: #fff;
	font-size: 20px;
}
#close h2,
#menu h2 {
	font-size: 20px;
}
@media all and (max-width:768px) {
header #menu {
	display: block;
}
}
@media all and (max-width:768px) {
header nav.closed {
	display: none;
	margin: -100px;
}
}
header nav.opened {
	display: block;
	margin: 0px;
}
@media all and (max-width:768px) {
header nav.opened {
	display: block;
	margin: 0px;
}
}
header nav {
	width: 100%;
}
@media all and (max-width:768px) {
header nav {
	position: absolute;
	display: none;
	top: 32px;
	left: 0;
}
}
header ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between; 
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
}
@media all and (max-width:768px) {
header ul {
	flex-direction: column;
}
}
header ul li {
	font-size: 22px;
	border-bottom: 1px solid #fff;
	display: flex;
	flex-direction: row;
}
header ul li:last-child {
	height: 44px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 0px solid #fff;
}
@media all and (max-width:768px) {
header ul li:last-child {
	margin-top: 20px;
}
}
header ul li a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
header ul li:last-child a {
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
@media all and (max-width:768px) {
header ul li:last-child a:last-child {
	margin-right: 0px;
}
}
header ul li img {
	height: 30px;
}
header ul li a.twitter img {
	height: 25px;
}
header ul li a.youtube img {
	height: 25px;
}
main {
	width: 100%;
	padding-top: 105px;
}
@media all and (max-width:768px) {
main {
	padding-top: 50px;
}
}
footer {
}
footer > div:first-child {
	height: 500px;
	position: relative;
}
@media all and (max-width:768px) {
footer > div:first-child {
	height: 400px;
}
}
footer > div:last-child {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
footer > div:last-child > div:first-child {
	margin-right: 10px;
}
footer > div > a {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}
@media all and (max-width:768px) {
footer > div > a {
	width: 100%;
	transform: translate(-50%, -50%);
	padding: 0 30px;
}
}
footer > div > a > img {
	width: 100%;
}
#sns {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #000;
	padding: 10px 0;
}
.txt_wht {
	color: #fff;
}
.txt_blk {
	color: #000;
}
.bg_wht {
	background-color: #fff;
}
.bg_blk {
	background-color: #000;
}
#top {
}
#top img.logo {
	width: 100%;
}
#top img.people {
	width: 66%;
	margin-top: -140px;
}
@media all and (max-width:768px) {
#top img.people {
	margin-top: -40px;
}
}
#catchcopy div p,
#roadshow p {
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
	position: relative;
	z-index: -2;
}
#catchcopy {
	width: 430px;
	margin-left: auto;
	margin-top: -170px;
	z-index: -2;
}
@media all and (max-width:768px) {
#catchcopy {
	width: 100%;
	margin-left: 0;
	margin-top: 0px;
}
}
#catchcopy > div {
	width: calc(100% - 10px);
}
@media all and (max-width:768px) {
#catchcopy > div {
	padding: 0 10px;
}
}
#catchcopy > div:first-child {
	margin-bottom: 5px;
}
@media all and (max-width:768px) {
#catchcopy > div:first-child {
	margin-top: 20px;
}
}
#catchcopy > div:first-child > p:last-child {
	margin-top: -5px;
}
#catchcopy > div:last-child {
	font-size: 30px;
}
@media all and (max-width:768px) {
#catchcopy > div:last-child {
	font-size: 24px;
}
}
#catchcopy > div:last-child > p:last-child {
	margin-top: -25px;
}
@media all and (max-width:768px) {
#catchcopy > div:last-child > p:last-child {
	margin-top: -15px;
}
}
#catchcopy > div:last-child > p {
	letter-spacing: 7px;
}
#roadshow {
/* 	height: 200px; */
	height: 25vh;
	position: relative;
	margin-top: 15px;
	z-index: -2;
}
@media all and (max-width:768px) {
#roadshow {
	height: auto;
}
}
#roadshow > div {
	position: absolute;
}
@media all and (max-width:768px) {
#roadshow > div {
	position: static;
	padding: 0 10px;
}
}
#roadshow div.date {
	top: 0;
	left: 20px;
}
@media all and (max-width:768px) {
#roadshow div.date {
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
}
#roadshow div.date > p:first-child {
/* 	font-size: 16px; */
	font-size: 1.2vw;
}
@media all and (max-width:768px) {
#roadshow div.date > p:first-child {
	font-size: 16px;
	margin-right: 5px;
}
}
#roadshow div.date > p:last-child {
/* 	font-size: 60px; */
	font-size: 4vw;
	margin-left: -10px;
	margin-top: -27px;
}
@media all and (max-width:768px) {
#roadshow div.date > p:last-child {
	font-size: 25px;
	margin-left: 0px;
	margin-top: 0px;
}
}
#roadshow div.date > p:last-child span {
/* 	font-size: 30px; */
	font-size: 2.2vw;
	margin-left: 17px;
	vertical-align: baseline;
}
@media all and (max-width:768px) {
#roadshow div.date > p:last-child span {
	font-size: 20px;
	margin-left: 10px;
}
}
#roadshow div.place {
/* 	width: calc((100% - 10vw) - 10px); */
/* 	left: 280px; */
	left: 23vw;
}
@media all and (max-width:768px) {
#roadshow div.place {
	left: 0;
}
}
#roadshow div.place p {
/* 	font-size: 65px; */
	font-size: 4.5vw;
}
@media all and (max-width:768px) {
#roadshow div.place p {
	width: calc((100%) - 10px);
	font-size: 6.4vw;
}
}
#roadshow div.roadshow {
	top: 28px;
/* 	right: 60px; */
	right: 2vw;
/* 	font-size: 26px; */
	font-size: 1.9vw;
}
@media all and (max-width:768px) {
#roadshow div.roadshow {
	top: 0px;
	right: 0;
	font-size: 22px;
	display: flex;
	flex-direction: row;
}
}
#roadshow div.roadshow > p:last-child {
	margin-top: -25px;
}
@media all and (max-width:768px) {
#roadshow div.roadshow > p:last-child {
	margin-top: 0px;
	margin-bottom: 20px;
}
}
#intro,
#brazil_graffiti,
#director,
#comment,
#talk,
#trailer,
#theater,
#goods {
}
div.heading {
	padding-left: 50px;
}
@media all and (max-width:768px) {
div.heading {
	padding-left: 10px;
}
}
div.heading > div {
	display: inline-block;
	padding-bottom: 10px;
}
div.heading h2 {
	border-bottom: 1px solid #000;
}
#intro > div.statement,
#director > div.statement,
#brazil_graffiti div.statement,
div.terms > div:last-child,
#grafiteiro,
#comment > div:last-child,
#talk > div:last-child,
#theater > div:last-child,
#goods > div:last-child,
#trailer > div.video,
#trailer > div:last-child,
#show > div:last-child {
	padding-left: 50px;
	padding-right: 50px;
}
@media all and (max-width:768px) {
#intro > div.statement,
#director > div.statement,
#brazil_graffiti div.statement,
div.terms > div:last-child,
#grafiteiro,
#comment > div:last-child,
#talk > div:last-child,
#theater > div:last-child,
#goods > div:last-child,
#trailer > div.video,
#trailer > div:last-child,
#show > div:last-child {
	padding-left: 10px;
	padding-right: 10px;
}
}
#comment h2,
#talk h2,
#theater h2,
#goods h2,
#menu h2 {
	border-bottom-color: #fff;
}
#intro {
	width: 100%;
/* 	background-image: url('http://192.168.33.10:8000/client/machidare/files/img/enivo_rgb.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
}
#intro > div.statement {
	display: flex;
	flex-direction: row;
	padding-top: 350px;
	padding-bottom: 90px;
	justify-content: space-between;
}
@media all and (max-width:768px) {
#intro > div.statement {
	flex-direction: column;
	padding-top: 50px;
}
}
@media all and (max-width:768px) {
#intro > div.statement > div:first-child {
	margin-bottom: 50px;
}
}
#intro > div.statement h3,
#director > div.statement h3 {
	font-size: 24px;
}
#intro > div.statement p,
#director > div.statement p {
	font-size: 15px;
	line-height: 1.8em;
}
#intro div.statement > div h3,
#director div.statement > div h3 {
	margin-bottom: 30px;
}
#intro div.statement > div,
#brazil_graffiti div.statement p,
#director div.statement > div {
	width: 47%;
}
@media all and (max-width:768px) {
#intro div.statement > div,
#brazil_graffiti div.statement p,
#director div.statement > div {
	width: 100%;
}
}
#brazil_graffiti {
}
#brazil_graffiti div.statement {
	margin-top: 20px;
	margin-bottom: 60px;
}
div.terms {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}
@media all and (max-width:768px) {
div.terms {
	flex-direction: column;
	padding-bottom: 50px;
}
}
div.terms > div {
	width: calc(100% / 2);
}
@media all and (max-width:768px) {
div.terms > div {
	width: calc(100%);
}
}
div.terms > div:first-child {
	display: flex;
	flex-direction: row;
}
div.terms > div:first-child > div {
	width: calc(100% / 2);
}
div.terms > div:first-child > div img {
	width: calc(100%);
}
div.terms > div:last-child {
	padding-top: 20px;
}
div.terms h3 {
	font-size: 24px;
}
@media all and (max-width:768px) {
div.terms h3 {
	margin-bottom: 10px;
}
}
div.terms p {
	font-size: 15px;
	line-height: 1.8em;
}
#grafiteiro {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 50px;
}
@media all and (max-width:768px) {
#grafiteiro {
	flex-direction: column;
}
}
#grafiteiro > div {
	width: calc(100% / 2);
	margin-bottom: 30px;
}
@media all and (max-width:768px) {
#grafiteiro > div {
	width: calc(100%);
	margin-bottom: 40px;
}
}
@media all and (max-width:768px) {
#grafiteiro > div:first-child {
	margin-bottom: 30px;
}
}
#grafiteiro > div:first-child p {
	font-size: 15px;
	line-height: 1.8em;
}
#grafiteiro > div:nth-child(2n) {
	padding-left: 40px;
}
@media all and (max-width:768px) {
#grafiteiro > div:nth-child(2n) {
	padding-left: 0px;
}
}
#grafiteiro > div:not(:nth-child(2n)) {
	padding-right: 40px;
}
@media all and (max-width:768px) {
#grafiteiro > div:not(:nth-child(2n)) {
	padding-right: 0px;
}
}
@media all and (max-width:768px) {
#grafiteiro > div > h2 {
	margin-bottom: 10px;
}
}
div.grafiteiro {
	display: flex;
	flex-direction: row;
}
@media all and (max-width:768px) {
div.grafiteiro {
	flex-direction: column;
	align-items: center;
}
}
div.grafiteiro img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
}
@media all and (max-width:768px) {
div.grafiteiro img {
	margin-bottom: 10px;
}
}
div.grafiteiro div {
	padding-left: 40px;
}
@media all and (max-width:768px) {
div.grafiteiro div {
	padding-left: 0px;
}
}
div.grafiteiro h3 {
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media all and (max-width:768px) {
div.grafiteiro h3 {
	flex-direction: column;
	margin-bottom: 10px;
}
}
div.grafiteiro h3 > span:first-child {
	font-size: 24px;
}
div.grafiteiro h3 > span:last-child {
	font-size: 15px;
}
div.grafiteiro p {
	font-size: 15px;
	line-height: 1.8em;
}
div.grafiteiro a {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
}
div.grafiteiro a:hover {
	text-decoration: underline;
}
#director {
	width: 100%;
/* 	background-image: url('http://192.168.33.10:8000/client/machidare/files/img/スクリーンショット 2021-08-26 17.46.04.png');	 */
	background-size: cover;
	background-repeat: no-repeat;	
	background-position: center center;	
}
@media all and (max-width:768px) {
#director div.heading {
	margin-bottom: 50px;
}
}
#director > div.statement {
}
@media all and (max-width:768px) {
#director > div.statement {
	padding-bottom: 90px;
}
}
#director div.statement > div {
	margin-left: auto;
}
#director div.statement > div:first-child {
	margin-bottom: 50px;
}
#comment {
	
}
#comment > div:last-child {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media all and (max-width:768px) {
#comment > div:last-child {
	flex-direction: column;
}
}
#comment > div:last-child > div {
	width: calc((100% / 2) - 40px);
	margin-bottom: 30px;
	border-top: 1px solid #000;
	padding-top: 10px;
}
@media all and (max-width:768px) {
#comment > div:last-child > div {
	width: calc((100%));
}
}
#comment > div:last-child > div > p {
	margin-bottom: 20px;
}
#comment div.comment > p:first-child {
	font-size: 18px;
	line-height: 1.8em;
}
#comment h3 {
	font-size: 24px;
}
#comment div.comment > p:last-child {
	font-size: 15px;
}
#talk {
	
}
#talk > div:last-child {
	padding-top: 20px;
	padding-bottom: 20px;	
}
#talk table {
	width: 100%;
	border-collapse: collapse;
}
@media all and (max-width:768px) {
#talk table tbody td {
	width: 100%;
	display: block;
}
}
#talk table tbody tr:not(:last-child) {
	border-bottom: 1px solid #000;
}
#talk table tbody td {
	font-size: 20px;
}
#talk table tbody td span {
	font-size: 15px;
	vertical-align: middle;
	padding-left: 15px;
}
/*
#talk div.notice {
	text-align: center;
	padding: 130px 0px 150px 0px;
}
#talk div.notice p {
	font-size: 24px;
}
*/
#talk div.notice > div:first-child {
	margin-bottom: 30px;
}
#talk div.notice > div:first-child > p {
	font-size: 25px;
}
@media all and (max-width:768px) {
#talk div.notice > div:first-child > p {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
}
#talk div.notice > div:first-child > p > a {
	display: inline-block;
	border: 2px solid #000;
	padding: 3px 30px;
	text-decoration: none;
	color: #000;
}
#talk div.notice > div:first-child > p > a:hover {
	border: 2px solid #fff;
	color: #fff;
	background-color: #000;
}
#show > div:last-child {
	padding-top: 20px;
	padding-bottom: 20px;	
}
#show div.notice > div:first-child {
	margin-bottom: 30px;
}
#show div.notice > div:first-child > p {
	font-size: 25px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
@media all and (max-width:768px) {
#show div.notice > div:first-child > p:first-child {
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 20px;
}
}
#show div.notice > div:first-child > p > a {
/* 	display: inline-block; */
}
#show div.notice > div:first-child > p:last-child {
	width: 50%;
	padding-right: 100px;
}
@media all and (max-width:768px) {
#show div.notice > div:first-child > p:last-child {
	width: 100%;
	padding-right: 0px;
}
}
#show div.notice > div:first-child > p:last-child > a {
	width: 100%;
	display: inline-block;
}
#show div.notice > div:first-child > p:last-child > a > img {
	width: 100%;
	padding-right: 0px;
}
@media all and (max-width:768px) {
#show div.notice > div:first-child > p:last-child > a > img {
	width: 100%;
	padding-right: 0px;
}
}
#trailer {
	padding-bottom: 50px;
}
#trailer div.video {
	padding-top: 20px;
	padding-bottom: 40px;
}
#trailer div.video video {
	width: 100%;
	position: relative;
	z-index: -1;
}
#trailer p {
	font-size: 15px;
}
#trailer div.credit {
}
#trailer div.credit > div:not(:last-child) {
	margin-bottom: 40px;
}
#trailer div.credit > div:last-child {
	display: flex;
	flex-direction: row;
}
@media all and (max-width:768px) {
#trailer div.credit > div:last-child {
	flex-direction: column;
}
}
#trailer div.credit > div:last-child > p:first-child {
	margin-right: 30px;
}
@media all and (max-width:768px) {
#trailer div.credit > div:last-child > p:first-child {
	margin-right: 0px;
}
}
#theater {
	
}
#theater > div:last-child {
	padding-top: 20px;
	padding-bottom: 20px;	
}
#theater table {
	width: 100%;
	border-collapse: collapse;
}
#theater table tbody tr {
	border-bottom: 1px solid #000;
}
#theater table tbody td {
	font-size: 20px;
}
@media all and (max-width:768px) {
#theater table tbody td {
	width: 100%;
	display: block;
}
}
#goods {
	padding-bottom: 50px;
}
#goods > div:last-child {
	padding-top: 30px;
}
#goods > div:last-child > div.item {
	display: flex;
	flex-direction: row;
	margin-bottom: 40px;
}
@media all and (max-width:768px) {
#goods > div:last-child > div.item {
	flex-direction: column;
}
}
#goods > div:last-child > div.item > div:first-child {
	width: 50%;
	padding-right: 100px;
}
@media all and (max-width:768px) {
#goods > div:last-child > div.item > div:first-child {
	width: 100%;
	padding-right: 0px;
}
}
#goods > div:last-child > div.item > div:first-child img {
	width: 100%;
}
#goods > div:last-child > div.item > div:last-child {
	width: 50%;
	padding-right: 150px;
}
@media all and (max-width:768px) {
#goods > div:last-child > div.item > div:last-child {
	width: 100%;
	padding-right: 0px;
}
}
#goods > div:last-child > div.item > div:last-child > p.type {
}
#goods > div:last-child > div.item > div:last-child > h3 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#goods > div:last-child > div.item > div:last-child > p.sentence {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.7em;
}
#goods > div:last-child > div.item > div:last-child > p.price {
	font-size: 24px;
	margin-bottom: 15px;
}
#goods > div:last-child > div.item > div:last-child > p.buy a {
	border: 1px solid #000;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
}
div.img_row {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div.img_row > div {
	width: calc(100% / 4);
}
@media all and (max-width:768px) {
div.img_row > div {
	width: calc(100% / 2);
}
}
div.img_row > div > img {
	width: calc(100%);
}


@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        display: none;
        opacity: 0;
        z-index: -1;
    }
}

#loader {
    width: 100%;
    height: 100vh;
    background-color: #000;
    /* 環境によって「z-index」追加 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loader > div {
    width: 100%;
    height: 100%;
	position: relative;
}
/* 読み込み完了後に「loaded」を付与する */
#loader.loaded {
    animation: fadeOut .7s forwards;
}
/* 以降「SpinKit」で選んだアニメーションのCSSを貼付する */
.spinner {
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*   -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out; */
  animation: flash 1s linear infinite;
}
@media all and (max-width:768px) {
.spinner {
  width: 50px;
  height: 50px;
}
}

/*
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
*/

@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
        z-index: 2;
    }
}
#opening {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,  0,  0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeIn 1s forwards;
    z-index: 9998; 
}
#opening > div {
    width: 100%;
    height: 100%;
	position: relative;
}
#layer {
    width: 100%;
    height: 100%;
	top: 0;
	left: 0;
}
.trailer_box {
	width: 1000px;
	/*   height: 500px; */
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media all and (max-width:768px) {
.trailer_box {
	width: 100%;
	/*   height: 200px; */
	padding: 0px 20px 0px 20px;
}
}
.trailer_box video {
	width: 100%;
	height: 100%;
}
#close {
/*   width: 500px; */
/*   height: 20px; */
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
#close:hover {
	cursor: pointer;
}
#opening.closed {
    animation: fadeOut 1s forwards;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	 z-index: 0;
}
