@charset "UTF-8";
body {
	font-family: "a-otf-ryumin-pr6n", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 1em;
	line-height: 1;
	letter-spacing: .06em;
	min-width: 1200px;
}
.index--en {
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	line-height: 2;
}
@media (max-width: 480px) {
	body {
		min-width: 320px;
		font-size: 0.75em;
	}
}
a:link, a:visited {
	color: #404040;
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}
a:hover {
	opacity: .6;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
@media (max-width: 480px) {
	a:hover {
		opacity: 1;
		-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	}
}
img {
	max-width: none;
}
@media (max-width: 480px) {
	img {
		max-width: 100%;
	}
}
.break-s {
	display: none;
}
@media (max-width: 480px) {
	.break-s {
		display: block;
	}
}
.header {
	width: 100%;
	min-width: 960px;
}
.header__nav {
	width: 620px;
}
@media (max-width: 480px) {
	.header {
		min-width: 320px;
	}
	.header__nav {
		width: 100%;
	}
	.header__sns {
		width: 90%;
	}
}
.section {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.section--hero {
	width: 1040px;
}
@media (max-width: 480px) {
	.section {
		width: 90%;
		padding-bottom: 125px;
	}
	.section--hero {
		width: 100%;
	}
}
.header {
	position: relative;
	top: 100px;
	padding: 0.7em 0 1.9em;
	z-index: 100;
}
.header--fixed {
	position: fixed;
	top: 0;
	background: -webkit-linear-gradient(0deg, rgba(239, 240, 231, 0.7) 0%, rgba(230, 239, 241, 0.7) 13.04%, rgba(221, 223, 224, 0.7) 37.72%, rgba(214, 211, 211, 0.7) 53.12%, rgba(222, 217, 217, 0.7) 58.87%, rgba(239, 230, 230, 0.7) 75.42%, rgba(245, 235, 235, 0.7) 87.68%, rgba(230, 229, 227, 0.7) 100%);
	background: linear-gradient(90deg, rgba(239, 240, 231, 0.7) 0%, rgba(230, 239, 241, 0.7) 13.04%, rgba(221, 223, 224, 0.7) 37.72%, rgba(214, 211, 211, 0.7) 53.12%, rgba(222, 217, 217, 0.7) 58.87%, rgba(239, 230, 230, 0.7) 75.42%, rgba(245, 235, 235, 0.7) 87.68%, rgba(230, 229, 227, 0.7) 100%);
}
.header__nav {
	margin: 1em auto 0;
}
.header__nav li {
	font-size: 0.9375em;
	font-family: 'Roboto';
	display: inline-block;
}
.header__nav li:not(:first-child) {
	margin-left: .9em;
}
.header__nav li a {
	padding: 0.6em 2.5em;
	color: #000;
	box-sizing: border-box;
}
.header__nav li .current {
	border: 1px solid #404040;
	border: 1px solid rgba(64, 64, 64, 0.4);
	border-radius: 40px;
}
.header__btn {
	display: none;
}
.header__util {
	position: absolute;
	top: -70px;
	font-size: 0.75em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
}
.header__util .header__util__item {
	display: inline-block;
	margin-right: 2em;
}
.header__util a img {
	display: inline-block;
	margin-right: 1em;
	vertical-align: -28%;
}
.header__util--sns {
	left: 30px;
}
.header__util--language {
	right: 30px;
}
.header__util--language .header__util__item {
	margin-right: .5em;
}
.header__util--language .header__util__item:not(:first-child):before {
	content: '/';
	margin-right: 1em;
}
.index--jp .header__util--language .header__util__item:first-child a,
.index--en .header__util--language .header__util__item:first-child + .header__util__item a {
	text-decoration: underline;
}
@media (max-width: 480px) {
	.header {
		top: 0;
		padding: 0;
		background: -webkit-linear-gradient(0deg, rgba(239, 240, 231, 0) 0%, rgba(230, 239, 241, 0) 13.04%, rgba(221, 223, 224, 0) 37.72%, rgba(214, 211, 211, 0) 53.12%, rgba(222, 217, 217, 0) 58.87%, rgba(239, 230, 230, 0) 75.42%, rgba(245, 235, 235, 0) 87.68%, rgba(230, 229, 227, 0) 100%);
		background: linear-gradient(90deg, rgba(239, 240, 231, 0) 0%, rgba(230, 239, 241, 0) 13.04%, rgba(221, 223, 224, 0) 37.72%, rgba(214, 211, 211, 0) 53.12%, rgba(222, 217, 217, 0) 58.87%, rgba(239, 230, 230, 0) 75.42%, rgba(245, 235, 235, 0) 87.68%, rgba(230, 229, 227, 0) 100%);
		position: fixed;
	}
	.header__nav {
		text-align: center;
		background-color: #fff;
		padding: 4em 0 10em;
		position: absolute;
		top: -500px;
		-webkit-transition: top 0.4s ease;
		transition: top 0.4s ease;
		margin: 0;
	}
	.header__nav li {
		display: block;
	}
	.header__nav li:not(:first-child) {
		margin-left: 0;
	}
	.header__nav li a {
		display: block;
		width: 100%;
		padding: 2em;
	}
	.header__nav li .current {
		border: none;
	}
	.header__nav--opened {
		top: 0;
	}
	.header__btn {
		display: block;
		width: 50px;
		height: 50px;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		padding: 5px;
		z-index: 100;
	}
	.header__btn span {
		display: inline-block;
		border-bottom: 1px solid #000;
		width: 25px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -12.5px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.header__btn span:before, .header__btn span:after {
		content: '';
		display: inline-block;
		border-top: 1px solid #000;
		width: 25px;
		position: absolute;
		left: 50%;
		margin-left: -12.5px;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.header__btn span:before {
		top: -6px;
	}
	.header__btn span:after {
		top: 6px;
	}
	.header__btn--opened span {
		border-bottom: none;
	}
	.header__btn--opened span:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}
	.header__btn--opened span:after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 0;
	}
	.header__util {
		top: -10em;
		z-index: 1;
		position: relative;
		left: 0;
		text-align: center;
		margin-bottom: 4em;
		-webkit-transition: top 0.4s ease;
		transition: top 0.4s ease;
	}
	.header__nav--opened ~ .header__util {
		top: 34em;
	}
}
.section__heading {
	font-size: 2.625em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-bottom: 2.6em;
	font-weight: 100;
	letter-spacing: .1em;
}
.section__heading:after {
	content: '';
	display: inline-block;
	width: .8em;
	border-top: 1px solid #404040;
	position: absolute;
	top: 1.4em;
	left: 50%;
	margin-left: -.4em;
}
.section--hero {
	text-align: center;
	padding-top: 200px;
	position: relative;
}
.section--hero .bg {
	width: 1200px;
	position: absolute;
	z-index: -1;
	top: -80px;
	left: 50%;
	margin-left: -600px;
}
.section--hero .title {
	margin-bottom: 118px;
}
.section--hero .subtitle {
	font-size: 2.125em;
	margin-bottom: 2.6em;
}
.section--hero p {
	font-size: 1em;
	margin-bottom: 2em;
	line-height: 2.25;
}
@media (max-width: 480px) {
	.section--hero {
		padding: 165px 0 50px;
	}
	.section--hero:before {
		display: block;
		content: '';
		width: 100%;
		padding-top: 100%;
		position: absolute;
		background: transparent url("../../image/hero-bg.png") scroll no-repeat center top;
		background-size: 100% auto;
		top: 5%;
		z-index: -1;
	}
	.section--hero .bg {
		top: 80px;
		width: 100%;
		margin-left: -50%;
		-webkit-transform: translateY(0px) !important;
		-ms-transform: translateY(0px) !important;
		transform: translateY(0px) !important;
		display: none;
	}
	.section--hero .title {
		width: 80%;
		margin: 0 auto 2em;
	}
	.section--hero .subtitle {
		width: 100%;
		font-size: 1.5em;
	}
	.section--hero p {
		width: 80%;
		margin: 0 auto 2em;
	}
}
.section--about {
	text-align: center;
	background: transparent url("../../image/about-bg.png") scroll no-repeat center 20px;
	background-size: 100% auto;
}
.section--about .lede {
	font-size: 1.75em;
	line-height: 3.5;
	vertical-align: top;
	margin-top: -25px;
	letter-spacing: .4em;
}
.section--about p {
	line-height: 2.25;
	margin-bottom: 2.5em;
}
.section--about .logo {
	margin-top: 6em;
}
.index--en .section--about .lede {
	font-size: 1.875em;
	letter-spacing: .09em;
	font-weight: 100;
	line-height: 3.2;
}
@media (max-width: 480px) {
	.section--about p {
		margin-bottom: 2em;
	}
	.section--about .text {
		text-align: left;
	}
	.section--about .text br {
		display: none;
	}
	.section--about .logo {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
}
.section--system {
	text-align: center;
}
.section--system .notice {
	width: 450px;
	border: 1px solid #404040;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-size: 0.8125em;
	line-height: 1.55;
	margin-top: 6em;
	padding: 1.5em;
	display: inline-block;
}
@media (max-width: 480px) {
	.section--system .notice {
		width: 100%;
		box-sizing: border-box;
	}
}
.section--making {
	text-align: center;
}
.section--making .movie {
	margin-bottom: 180px;
}
.section--making p {
	line-height: 2.25;
}
.section--making .message {
	font-size: 3.75em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-weight: 100;
	margin-bottom: .2em;
	letter-spacing: .09em;
}
.section--making .contact {
	font-size: 0.75em;
}
.section--making .contact:before {
	content: '';
	width: 20px;
	height: 15px;
	background: transparent url("../../image/icn-mail.png") scroll no-repeat center center;
	display: inline-block;
	margin-right: .8em;
	background-size: 100% auto;
	vertical-align: -20%;
}
@media (max-width: 480px) {
	.section--making {
		padding-bottom: 60px;
	}
	.section--making .movie {
		margin-bottom: 90px;
	}
	.section--making .message {
		font-size: 2.16667em;
		margin: .8em 0;
	}
}
.section--credits {
	padding-bottom: 90px;
	margin-top: 35px;
}
.section--credits .columns__item:not(:first-child):not(.columns__item--centered) {
	margin-left: 60px;
}
.section--credits .columns__item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 280px;
	margin-bottom: 4em;
}
.section--credits .columns__item--centered {
	display: block;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.section--credits .columns__heading {
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.6875em;
	font-weight: 300;
	position: relative;
	margin-bottom: 5.8em;
	font-weight: 100;
}
.section--credits .columns__heading:after {
	content: '';
	display: inline-block;
	width: 1em;
	border-top: 1px solid #404040;
	position: absolute;
	top: 2.5em;
	left: 50%;
	margin-left: -.5em;
}
.section--credits .columns__image {
	vertical-align: top;
}
.section--credits .columns__image img {
	max-width: 100%;
}
.section--credits .columns__image--half {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.section--credits .credits {
	text-align: left;
	font-size: 0.75em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	line-height: 2.2;
}
.section--credits .credits dt {
	margin-left: 50px;
	display: inline-block;
	float: left;
	clear: both;
}
.section--credits .credits dt:after {
	content: ':';
}
.section--credits .credits dd {
	display: inline-block;
	float: left;
}
.section--credits .thanks__item {
	font-size: 0.75em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	display: inline-block;
	line-height: 2.2;
	box-sizing: border-box;
}
.section--credits .thanks .thanks__item:not(:first-child):before {
	content: '/';
	margin: 0 1em;
}
@media (max-width: 480px) {
	.section--credits .columns {
		text-align: center;
	}
	.section--credits .columns .columns__heading {
		margin-bottom: 4.5em;
	}
	.section--credits .columns .columns__item:not(:first-child) {
		margin-left: 0;
	}
	.section--credits .columns__item {
		display: inline-block;
		margin-bottom: 80px;
		width: 90%;
	}
}
.movie {
	position: relative;
}
.movie--full {
	margin-bottom: 180px;
}
a.movie__trigger--disabled {
	pointer-events: none;
}
a.movie__trigger--disabled:after {
	content: 'Coming soon...';
	color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top: 65%;
	font-weight: 100;
	font-size: 1.3125em;
	font-family: "Roboto", "ヒラギノ角ゴ ProN W3", "HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: normal;
	font-weight: 100;
	letter-spacing: .15em;
}
a.movie__trigger {
	background: transparent url("../../image/making-thumb.jpg") scroll no-repeat center center;
	background-size: cover;
	display: block;
	width: 100%;
	padding-top: 56.25%;
	z-index: 50;
	position: absolute;
	top: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
a.movie__trigger:hover {
	opacity: 1;
}
a.movie__trigger:before {
	content: '';
	display: block;
	width: 114px;
	height: 114px;
	background: transparent url("../image/btn-play.png") scroll no-repeat center center;
	background-size: contain;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.movie--full a.movie__trigger {
	background: transparent url("../../image/movie-thumb.jpg") scroll no-repeat center center;
	padding-top: 56.25%;
	background-size: cover;
}
.movie__player {
	position: relative;
	top: 0;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	z-index: 10;
}
.movie__player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 480px) {
	.movie {
		margin-bottom: 90px;
	}
	a.movie__trigger {
		padding-top: 56.25%;
	}
	a.movie__trigger:before {
		content: '';
		display: block;
		width: 80px;
		height: 80px;
		background: transparent url("../image/btn-play.png") scroll no-repeat center center;
		background-size: contain;
		z-index: 1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		-webkit-transition: all 0.8s ease;
		transition: all 0.8s ease;
	}
	a.movie__trigger:after {
		top: 78%;
		font-size: 0.91667em;
	}
}
.footer {
	text-align: center;
}
.footer .sns li {
	display: inline-block;
}
.footer .sns li:not(:first-child) {
	margin-left: 5px;
}
.footer .copy {
	font-size: 0.6875em;
	font-family: 'Roboto';
	margin: 2.5em auto 5em;
}
a.rewind {
	position: fixed;
	right: 35px;
	bottom: 50px;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}
.no-js .rewind {
	opacity: 1;
}
@media (max-width: 480px) {
	.rewind {
		display: none;
	}
}
.header--fixed {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.section--hero .bg {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.section--hero .title {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn, slide;
	animation-name: fadeIn, slide;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.section--hero p {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes slide {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slide {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
