@charset "utf-8";

/*-------------------------------------------*/
/*	Display Control
/*-------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media screen and (max-width: 767px) {
}

/*-------------------------------------------*/
/*	Font setting
/*-------------------------------------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.055em;
	line-height: 2.2;
	color: #fff;
}
h2 {
	font-size: 72px;
	font-weight: 500;
	line-height: 1.15;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0.75em;
}
h3 span {
	display: block;
	font-size: 24px;
}
p {
	font-size: 16px;
	line-height: 2.2;
}
p.big {
	font-size: 20px;
}
@media screen and (max-width: 1536px) {
	h2 {
		font-size: 56px;
	}
	h3 {
		font-size: 28px;
	}
	h3 span {
		font-size: 20px;
	}
}
@media screen and (max-width: 1366px) {
	h2 {
		font-size: 48px;
	}
	p.big {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 32px;
	}
	p, p.big {
		font-size: 15px;
	}
	h3 {
		font-size: 20px;
	}
	h3 span {
		font-size: 15px;
	}
}

/*-------------------------------------------*/
/*	Common
/*-------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	text-align: center;
	background: #000;
}
a {
	display: inline-block;
	cursor: pointer;
}
img {
	max-width: 100%;
	max-height: 100%;
	image-rendering: -webkit-optimize-contrast;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li {
	list-style: none;
}
tr {
	border-bottom: 1px solid #fff;
}
th, td {
	padding: 0.75em 0;
	text-align: left;
	line-height: 1.5;
}
th {
	font-weight: 700;
}
td {
	font-weight: 400;
}
.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 150px 0 0;
	position: relative;
}
.inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
}
@media screen and (max-width: 1536px) {
	.wrap {
		padding: 90px 0 0;
	}
}
@media screen and (max-width: 767px) {
	.wrap {
		padding-top: 60px;
	}
}

/*-------------------------------------------*/
/*	Header
/*-------------------------------------------*/
.header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 80px;
	padding-right: 20px;
	position: fixed;
	top: 0;
	z-index: 900;
	background: none;
}
.header .sns a {
	width: 30px;
	margin-right: 15px;
}
.toggle_menu {
	display: none;
	width: 400px;
	height: 100vh;
	padding: 80px 20px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
}
.toggle_menu a {
	color: #fff !important;
	text-decoration: none;
}
.btn_toggle {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: relative;
	z-index: 999;
}
.btn_toggle::before,
.btn_toggle::after {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ff00b1;
	transition: transform .3s ease, top .3s linear;
	transform: scaleY(0.5) translateY(1px);
}
.btn_toggle::before {
	margin: 0 auto;
	box-shadow: 0 20px 0 0 #ff00b1;
}
.btn_toggle::after {
	margin: 0 auto;
	top: 20px;
}
.btn_toggle:hover,
.btn_toggle:focus {
	border: none;
	color: #ff00b1 !important;
	outline: none;
}
.btn_toggle.toggled-on,
.btn_toggle.toggled-on:hover,
.btn_toggle.toggled-on:focus {
	background: none;
}
.btn_toggle.toggled-on::before,
.btn_toggle.toggled-on::after {
	height: 3px;
	transition: transform .2s ease, top .2s linear .1s, box-shadow .2s linear;
	background: #ff00b1 !important;
}
.btn_toggle.toggled-on::before {
	transform: rotate(45deg);
	top: 12px;
	box-shadow: 0 0 0 0 #ff00b1 !important;
}
.btn_toggle.toggled-on::after {
	transform: rotate(-45deg);
	top: 12px;
}
@media screen and (max-width: 767px) {
	.header {
		height: 60px;
		padding-right: 10px;
	}
	.toggle_menu {
		width: 100%;
	}
}

/*-------------------------------------------*/
/*	Top page
/*-------------------------------------------*/
.fv .wrap {
	padding: 0;
}
.fv .inner {
	padding-top: 130px;
	padding-bottom: 60px;
	overflow: hidden;
}
.fv .inner .fv_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.fv .inner > img:last-child {
	width: 58%;
	max-width: 1122px;	
	margin: 0 auto;
}
.fv .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.fv .flex img:first-child {
	width: 33.6%;
	max-width: 648px;
}
.fv .flex img:last-child {
	width: 24%;
	max-width: 470px;
	margin-right: 8%;
}
.main_visual .wrap {
	aspect-ratio: 1 / 0.5;
	padding: 0;
	background: #370000;
}
.main_visual .inner {
	height: 100%;
	padding-top: 80px;
	padding-bottom: 60px;
}
.main_visual .inner > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.main_visual .flex {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
}
.main_visual .flex img {
	width: 70%;
	max-width: 1700px;
}
.introduction .wrap {
	padding: 0;
	background: #370000 url(../img/bg_introduction-min.png) no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.introduction #trailer {
	width: 76%;
	max-width: 1460px;
	margin: 0 auto;
	padding-top: 150px;
}
.introduction #trailer iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.5625;
}
.introduction #story,
.introduction #introduction {
	padding-top: 150px;
}
.introduction #story p,
.introduction #introduction p {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
}
.introduction #introduction ul {
	display: flex;
	flex-wrap: wrap;
	padding: 120px 0;
}
.introduction #introduction li {
	width: 48%;
	padding: 0 1%;
	margin-bottom: 30px;
	cursor: pointer;
}
.cast ul,
.staff ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cast li {
	width: 25%;
	margin-bottom: 60px;
	padding: 0 2%;
}
.cast li:first-child {
	width: 100%;
}
.cast li:first-child img {
	width: 25%;
	margin: 0 auto;
}
.staff li {
	width: 100%;
	margin-bottom: 60px;
}
.staff li img {
	width: 25%;
	margin: 0 auto;
}
.staff li p {
	line-height: 1.5;
}
.comments .inner,
.theaters .inner {
	max-width: 1300px;
}
.comments .inner div {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 1px solid #fff;
}
.film_festivals li {
	line-height: 1.5;
	margin-bottom: 1em;
}
.credits .shmfilms_logo {
	max-width: 280px;
	margin: 60px auto 20px;
}
@media screen and (max-width: 1536px) {
	.fv .inner {
		padding-top: 90px;
		padding-bottom: 40px;
	}
	.fv .flex img:last-child {
		width: 24%;
		max-width: 470px;
	}
	.introduction #trailer,
	.introduction #story,
	.introduction #introduction {
		padding-top: 90px;
	}
	.comments .inner,
	.theaters .inner {
		max-width: 1000px;
	}
	.comments .inner div {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1366px) {
	.fv .inner {
		padding-bottom: 30px;
	}
	.fv .flex {
		margin-bottom: 40px;
	}
	.fv .flex img:first-child {
		width: 40%;
	}
	.fv .inner > img:last-child {
		width: 70%;
	}
}
@media screen and (max-width: 1024px) {
	.fv .inner {
		aspect-ratio: 1 / 1.4129;
	}
	.main_visual .wrap {
		aspect-ratio: 1 / 0.65;
	}
	.main_visual .inner {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.main_visual .flex img {
		width: 80%;
	}
	.introduction #trailer {
		width: 90%;
	}
	.introduction #introduction ul {
		padding: 60px 0;
		justify-content: center;
	}
	.credits .shmfilms_logo {
		max-width: 140px;
	}
}
@media screen and (max-width: 767px) {
	.fv .inner {
		margin-top: 50px;
	}
	.main_visual .inner {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.introduction #trailer,
	.introduction #story,
	.introduction #introduction {
		padding-top: 50px;
	}
	.introduction #introduction ul {
		padding: 40px 0 20px;
	}
	.introduction #introduction li {
		margin-bottom: 10px;
	}
	.cast li {
		width: 50%;
		margin-bottom: 30px;
	}
	.cast li:first-child img {
		width: 50%;
	}
	.cast li p.big {
		font-size: 11px;
	}
	.staff li img {
		width: 50%;
	}
	.comments .inner div {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.comments p {
		font-size: 13px;
	}
	.film_festivals li,
	.credits p {
		font-size: 11px;
	}
}

/*-------------------------------------------*/
/*	モーダル
/*-------------------------------------------*/
/* モーダルウィンドウ */
.modal-window {
  display: none;
	width: 100%;
	max-width: 800px;
  height: auto;
	padding: 60px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #000;
	transform: translate(-50%, -50%);
  z-index: 992;
}
.modal-window.cast_modal {
	max-width: 800px;
}
.modal-window.intro_modal {
	max-width: 75%;
}
.modal-window.first_modal {
	display: block;
	max-width: 65%;
	padding: 0;
}
.modal-window.first_modal iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 0.5625;
}
.modal-window p span {
	display: block;
}
.button-open {
	cursor: pointer;
}
.button-close {
	width: 40px;
	height: 40px;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
.button-close::before,
.button-close::after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transition: all .3s ease;
}
.button-close::before {
	transform: rotate(45deg);
	top: 12px;
}
.button-close::after {
	transform: rotate(-45deg);
	top: 12px;
}
.overlay {
  /*display: none;*/
	width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 991;
}
/* モーダル表示中はスクロールさせない */
.no_scroll {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
	.modal-window.cast_modal {
		max-width: 100%;
		padding: 20px;
	}
	.modal-window.intro_modal {
		max-width: 95%;
		padding: 0;
	}
	.modal-window.first_modal {
		max-width: 95%;
	}
	.button-close {
		top: -40px;
		right: 0;
	}
}

