@charset "utf-8";
/* -----------------------------------------------
= loading
----------------------------------------------- */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: radial-gradient(#5c5c5c,#393939);
}
.loading::before,
.loading::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loading::before {
	background: url(../img/index/concept_bg01.png) no-repeat 50% 0 / 180rem auto;
}
.loading::after {
	background: url(../img/shared/bg01.png?230130);
	mix-blend-mode: multiply;
}
.loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loading_logo svg {
	width: 30rem;
}
.loading_logo path {
	opacity: 0;
	animation: loadLogo 1s ease-out forwards;
}
.loading_logo path:nth-child(1) {
	animation-delay: .05s;
}
.loading_logo path:nth-child(2) {
	animation-delay: .1s;
}
.loading_logo path:nth-child(3) {
	animation-delay: .15s;
}
.loading_logo path:nth-child(4) {
	animation-delay: .2s;
}
.loading_logo path:nth-child(5) {
	animation-delay: .25s;
}
.loading_logo path:nth-child(6) {
	animation-delay: .3s;
}
.loading_logo path:nth-child(7) {
	animation-delay: .35s;
}
.loading_logo path:nth-child(8) {
	animation-delay: .4s;
}
.loading_logo path:nth-child(9) {
	animation-delay: .45s;
}
.loading_logo path:nth-child(10) {
	animation-delay: .5s;
}
.loading_logo path:nth-child(11) {
	animation-delay: .55s;
}
.loading_logo path:nth-child(12) {
	animation-delay: .6s;
}
.loading_logo path:nth-child(13) {
	animation-delay: .65s;
}
.loading_logo path:nth-child(14) {
	animation-delay: .7s;
}
.loading_logo path:nth-child(15) {
	animation-delay: .75s;
}
.loading_logo path:nth-child(16) {
	animation-delay: .8s;
}
.loading_logo path:nth-child(17) {
	animation-delay: .85s;
}
.loading_logo path:nth-child(18) {
	animation-delay: .9s;
}
@keyframes loadLogo {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media print, screen and (min-width: 768px) {/* PC */
.loading::before {
	background-size: auto;
}
.loading_logo svg {
	width: auto;
}
}/* @media */
/* -----------------------------------------------
= common
----------------------------------------------- */
html,body {
	height: 100%;
}
/* -----------------------------------------------
= header
----------------------------------------------- */
.header {
	color: #fff;
}
.header::before {
	background: rgba(0,0,0,.3);
}
.header .logo a {
	color: #fff;
}
.header.nav_header {
	display: none;
}
.is-nav_opened .header.nav_header {
	display: block;
}
.is-nav_opened .header.nav_header .logo a {
	display: block;
	color: #080808;
}
/* -----------------------------------------------
= gnav
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.gnav .category a {
	color: #fff;
}
.gnav_sub {
	background: rgba(0,0,0,.3);
}
.gnav_sub .inner::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,.2);
}
.gnav_sub .inner::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.4);
}
.gnav .nav_index a {
	color: #fff;
}
.gnav .nav_index a::after {
	background: url(../img/shared/icon_nav_arrow_white.svg) no-repeat 50% / cover;
}
.gnav .gnav_project li a {
	color: #fff;
}
}/* @media */
/* -----------------------------------------------
= fix_link
----------------------------------------------- */
@media print, screen and (min-width: 768px) {/* PC */
.fix_link a {
	color: #fff;
	border-color: #fff;
	background: rgba(36,36,36,.7);
}
}/* @media */
/* -----------------------------------------------
= nav
----------------------------------------------- */
.nav_btn button span,
.nav_btn button span::before,
.nav_btn button span::after {
	border-top-color: #fff;
}
.is-nav_opened .nav_btn button span,
.is-nav_opened .nav_btn button span::before,
.is-nav_opened .nav_btn button span::after {
	border-top-color: #1c1c1c;
}
/* -----------------------------------------------
= bg_movie
----------------------------------------------- */
.bg_movie {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg_movie iframe {
	position: absolute;
	top: 50%;
	width: calc(640 / 1138 * 100vh);
	height: calc(1138 / 640 * 100vw);
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	border: none;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {/* PC */
.bg_movie iframe {
	width: calc(640 / 360 * 100vh);
	height: calc(360 / 640 * 100vw);
}
}/* @media */
/* -----------------------------------------------
= main
----------------------------------------------- */
.main {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: calc(100% - 8rem);
}
.main::before,
.main::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
}
.main::before {
	z-index: -2;
	background: radial-gradient(rgba(124,124,124,.36),rgba(123,123,123,.36));
}
.main::after {
	z-index: -1;
	background: url(../img/shared/bg01.png?230130);
}
.main p img {
	width: 33.6rem;
}
.main .banner {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 15.5rem;
}
.main .banner::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(186,186,186,.3);
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	clip-path: polygon(0 0,70% 0,95% 100%,0 100%);
}
.main .banner dt {
	position: relative;
	padding: 1.6rem 2rem 1.3rem;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	letter-spacing: .06rem;
}
.main .banner dd {
	position: relative;
	padding: 0 1.65rem;
}
.main .banner ul {
	display: flex;
}
.main .banner li {
	width: 100%;
	margin: 0 .35rem;
}
.main .banner li a {
	display: block;
	position: relative;
}
.main .banner img {
	width: 16.4rem;
	height: 9.3rem;
	object-fit: cover;
}
.main .banner .jp,
.main .banner .en {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
}
.main .banner .podcast .jp {
	bottom: 3rem;
	font-size: .6rem;
	font-weight: 400;
	letter-spacing: .05em;
}
.main .banner .podcast .en {
	bottom: 1.2rem;
	font-size: .9rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
}
.main .banner .movie-gallery .jp {
	top: 1rem;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.44rem;
	letter-spacing: .06em;
}
.main .banner .movie-gallery .en {
	bottom: 1.5rem;
	font-size: 1.3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: .06em;
}
@media print, screen and (min-width: 768px) {/* PC */
.main {
	position: relative;
	height: 100%;
}
.main p img {
	width: 110.3rem;
}
.main .banner {
	position: fixed;
	width: 68.6rem;
	height: 18.8rem;
	transition: opacity .3s;
}
.main .banner::before {
	width: 38.3rem;
}
.main .banner.is-hide {
	opacity: 0;
}
.main .banner dt {
	padding: 3rem 4rem 1.7rem;
	font-size: 1.3rem;
}
.main .banner dd {
	padding: 0 3.4rem;
}
.main .banner li {
	width: 20rem;
	margin: 0 .6rem;
}
.main .banner img {
	width: 20rem;
	height: 10rem;
}
.main .banner .podcast .jp {
	bottom: 3rem;
	font-size: .8rem;
}
.main .banner .podcast .en {
	bottom: 1.2rem;
	font-size: 1rem;
}
.main .banner .movie-gallery .jp {
	top: 1rem;
	font-size: 1rem;
	line-height: 1.6rem;
}
.main .banner .movie-gallery .en {
	bottom: 1.5rem;
	font-size: 1.4rem;
}
.main .scroll {
	position: absolute;
	right: 0;
	bottom: 7rem;
	width: 7.8rem;
	padding: 0 0 1rem;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	letter-spacing: .06rem;
	transform: rotate(90deg);
}
.main .scroll::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,.4);
	animation: lineScroll 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes lineScroll {
	0% {
		transform-origin: 0% 0%;
		transform: scale(0, 1);
	}
	40% {
		transform-origin: 0% 0%;
		transform: scale(1, 1);
	}
	60% {
		transform-origin: 100% 0%;
		transform: scale(1, 1);
	}
	100% {
		transform-origin: 100% 0%;
		transform: scale(0, 1);
	}
}
}/* @media */
/* -----------------------------------------------
= info
----------------------------------------------- */
.info {
	padding: 2.5rem 2rem;
	color: #fff;
	background: rgba(28,28,28,.9);
}
.info h2 {
	margin-bottom: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	line-height: 2.3rem;
	letter-spacing: .04rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.info h2.visible {
	opacity: 1;
	transform: translateY(0);
}
.info ul {
	height: 9rem;
	overflow-y: scroll;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.info ul.visible {
	opacity: 1;
	transform: translateY(0);
}
.info ul::-webkit-scrollbar {
	width: .2rem;
}
.info ul::-webkit-scrollbar-track {
	background-color: rgba(255,255,255,.2);
}
.info ul::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.4);
}
.info li {
	display: flex;
	padding: 0 2rem 0 0;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 2.4rem;
}
.info time {
	width: 7rem;
}
.info p {
	flex: 1;
}
.info a {
	color: #fff;
	text-decoration: underline;
}
.info a:hover {
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {/* PC */
.info {
	padding: 4rem;
}
.info .inner {
	display: flex;
	max-width: 115rem;
	margin: 0 auto;
}
.info h2 {
	margin: 0 25rem 0 0;
	font-size: 1.3rem;
	letter-spacing: .06rem;
}
.info ul {
	flex: 1;
	height: 14.2rem;
}
.info ul::-webkit-scrollbar {
	width: .6rem;
}
.info li {
	font-size: 1.3rem;
	line-height: 3rem;
	letter-spacing: .04rem;
}
.info time {
	width: 8.4rem;
}
}/* @media */
/* -----------------------------------------------
= concept
----------------------------------------------- */
.concept {
	position: relative;
	color: #fff;
}
.concept::before,
.concept::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 2.8rem;
	width: 100%;
	height: calc(100% - 2.8rem);
}
.concept::before {
	bottom: 0;
	z-index: -4;
	background: url(../img/index/concept_bg01_sp.png?230220) no-repeat 50% 0 / cover;
	mix-blend-mode: multiply;
}
.concept::after {
	z-index: -3;
}
.concept .inner {
	position: relative;
	padding: 8rem 4rem 0;
}
.concept .inner::before,
.concept .inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.concept .inner::after {
	z-index: -1;
	background: url(../img/shared/bg01.png?230130);
	mix-blend-mode: color-burn;
}
.concept .message {
	margin: 0 0 8rem;
}
.concept .text {
	margin: 0 0 2rem;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 2.9rem;
	letter-spacing: .04em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.concept .text.visible {
	opacity: 1;
	transform: translateY(0);
}
.concept h2 {
	margin: 0 0 6rem;
	text-align: center;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.concept h2.visible {
	opacity: 1;
	transform: translateY(0);
}
.concept h2 img {
	width: 22.6rem;
}
.concept .btn {
	margin-bottom: 9.5rem;
	text-align: center;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.concept .btn.visible {
	opacity: 1;
	transform: translateY(0);
}
.concept .btn a {
	display: inline-block;
	position: relative;
	padding: 8rem 0 0;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .16rem;
	transition: opacity .3s;
}
.concept .btn a:hover {
	opacity: .8;
}
.concept .btn a::before,
.concept .btn a::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
}
.concept .btn a::before {
	top: 0;
	width: 6.2rem;
	height: 6.2rem;
	margin-left: -3.1rem;
	background: #ed0000;
	border-radius: 50%;
}
.concept .btn a::after {
	top: 2.4rem;
	margin-left: -.3rem;
	border: solid transparent;
	border-width: .7rem 1.2rem;
	border-left-color: #fff;
}
.concept .special_nanimono {
	padding: 0 2rem;
}
.concept .special_nanimono a img {
	transition: .3s;
}
.concept .special_nanimono a:hover img {
	transform: scale(.98);
}
@media print, screen and (min-width: 768px) {/* PC */
.concept::before,
.concept::after {
	bottom: 5.5rem;
	height: calc(100% - 5.5rem);
}
.concept::before {
	background: linear-gradient(#7c7c7c, #363636);
}
.concept::after {
	background: url(../img/index/concept_bg01.png?231221) no-repeat 46.5% 0 / auto;
}
.concept .inner {
	padding: 12.8rem 4rem 0;
}
.concept .inner::before {
	z-index: -2;
	background: url(../img/index/concept_bg02.svg) no-repeat 50% 0;
}
.concept .inner::after {
	display: none;
}
.concept .set {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 116rem;
	margin: 0 auto;
}
.concept .message {
	order: 2;
	margin: 0 4rem 0 0;
}
.concept .text {
	font-size: 1.6rem;
	line-height: 4.4rem;
	letter-spacing: .24em;
}
.concept h2 {
	order: 1;
	margin: 0;
	text-align: left;
}
.concept h2 img {
	width: 43.7rem;
}
.concept .btn {
	margin-bottom: 19.3rem;
	font-size: 1.8rem;
	line-height: 5rem;
	letter-spacing: .24rem;
}
.concept .btn a {
	padding: 14rem 0 0;
	font-size: 1.2rem;
}
.concept .btn a::before {
	width: 12rem;
	height: 12rem;
	margin-left: -6rem;
}
.concept .btn a::after {
	top: 5rem;
	margin-left: -.5rem;
	border-width: 1rem 1.8rem;
}
.concept .special_nanimono {
	max-width: 96.2rem;
	margin: 0 auto;
}
}/* @media */
/* -----------------------------------------------
= modal
----------------------------------------------- */
.modal.fade .modal_in {
	padding: 7.5rem 2.5rem 0;
}
.modal_btn_close {
	top: 4rem;
	right: 2.5rem;
}
.modal .embed {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 2.5rem;
}
.modal .embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 768px) {/* PC */
.modal.fade .modal_in {
	max-width: 72rem;
	margin: 0 auto;
	padding: 12rem 4rem 0;
}
.modal_btn_close {
	top: 8rem;
	right: 4rem;
}
}/* @media */
/* -----------------------------------------------
= special
----------------------------------------------- */
.special {
	position: relative;
}
.special::before {
	content: '';
	position: absolute;
	top: 12.6rem;
	left: 0;
	z-index: -4;
	width: 100%;
	height: calc(100% - 12.6rem);
	background: url(../img/index/concept_bg01_sp.png) no-repeat 50% 0 / 100% auto;
	mix-blend-mode: multiply;
}
.special .title {
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.special .title.visible {
	opacity: 1;
	transform: translateY(0);
}
.special h2 {
	position: relative;
	height: 25.6em;
	color: #fff;
	background: url(../img/index/special_title_sp.png) no-repeat 51% 100% / auto 18.15rem;
}
.special h2 span {
	position: absolute;
	top: 12rem;
	right: 2.2rem;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: .04em;
}
.special ul {
	position: relative;
	padding: 5rem 2rem .2rem;
}
.special ul::before {
	content: '';
	position: absolute;
	top: -3.4rem;
	left: 0;
	width: 100%;
	height: calc(100% + 3.4rem);
	z-index: -1;
	background: url(../img/shared/bg01.png?230130);
	opacity: .74;
	mix-blend-mode: color-burn;
}
.special li {
	margin: 0 0 4rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.special li.visible {
	opacity: 1;
	transform: translateY(0);
}
.special li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.special li a.coming_soon {
	pointer-events: none;
}
.special li a img {
	transition: .3s;
}
.special li a:hover img {
	transform: scale(.98);
}
.special li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.special li.why a::after {
	background: rgba(38,38,38,.3);
	transition: opacity .3s;
}
.special li.why a.coming_soon::after {
	z-index: 1;
	background: rgba(0,0,0,.8);
}
.special li.why a.coming_soon::before {
	content: 'COMING SOON';
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	letter-spacing: .2em;
}
.special li.why a:hover::after {
	opacity: 0;
}
.special li a span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
.special li.why .en {
	top: 8.3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: .2rem;
}
.special li.why .jp {
	top: 11.7rem;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: .04rem;
}
.special li.movie_gallery a::after {
	background: linear-gradient(#cbc5c5, #363636);
	opacity: .87;
	mix-blend-mode: multiply;
	transition: .3s;
}
.special li.movie_gallery a {
	display: block;
	position: relative;
}
.special li.movie_gallery a:hover::after {
	transform: scale(.98);
}
.special li.movie_gallery a img {
	filter: grayscale(100%);
}
.special li.movie_gallery a:hover img {
	filter: grayscale(0);
}
.special li.movie_gallery .en {
	top: 8.3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 2rem;
	letter-spacing: .2em;
}
.special li.movie_gallery .jp {
	top: 11.7rem;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: .04em;
}
.special li.future a::after {
	background: linear-gradient(#cbc5c5, #363636);
	opacity: .87;
	mix-blend-mode: multiply;
	transition: .3s;
}
.special li.future a:hover::after {
	transform: scale(.98);
}
.special li.future a img {
	filter: grayscale(100%);
}
.special li.future a:hover img {
	filter: grayscale(0);
}
.special li.future .en {
	display: inline-block;
	bottom: 2.3rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	letter-spacing: .2em;
}
.special li.future .en::after {
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../img/shared/icon_external_white02.svg) no-repeat 50% / cover;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {/* PC */
.special::before,
.special::after {
	top: 49.2rem;
	height: calc(100% - 69.2rem);
}
.special::before {
	background: linear-gradient(#7c7c7c, #363636);
}
.special::after {
	content: '';
	position: absolute;
	top: 49.2rem;
	left: 0;
	z-index: -3;
	width: 100%;
	height: calc(100% - 69.2rem);
	background: url(../img/index/concept_bg01.png?231221) no-repeat 50% 0 / auto;
}
.special .title {
	position: relative;
}
.special .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: calc(50% - 15rem);
	height: 31rem;
	background: #000;
}
.special .title::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 6.6rem;
	z-index: -1;
	width: calc(50% - 15rem);
	height: 31rem;
	background: #000;
}
.special h2 {
	position: relative;
	height: 57.4em;
	background: transparent;
}
.special h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/special_title.png) no-repeat 50% 100% / auto 42.4rem;
}
.special h2 span {
	top: 40.8rem;
	right: 50%;
	margin-right: 28rem;
	color: #fff;
	font-size: 1.8rem;
}
.special ul {
	margin-top: -8rem;
	padding: 0 4rem;
}
.special ul::before {
	top: 0;
	height: calc(100% - 20rem);
}
.special li.why a.coming_soon::before {
	font-size: 1.8rem;
}
.special li.why {
	max-width: 95rem;
	margin: 0 auto 6rem;
	padding: 20rem 0 0;
}
.special li.why .en {
	top: 18rem;
	font-size: 3rem;
}
.special li.why .jp {
	top: 25rem;
	font-size: 1.6rem;
}
.special li.movie_gallery {
	width: 79.4rem;
	margin: 0 auto 6rem;
}
.special li.movie_gallery .en {
	top: 16.2rem;
	font-size: 2.4rem;
}
.special li.movie_gallery .jp {
	top: auto;
	bottom: 16.2rem;
	font-size: 1.5rem;
}
.special li.future {
	width: 79.4rem;
	margin: 0 auto;
}
.special li.future .en {
	bottom: 5.4rem;
	font-size: 1.8rem;
}
.special li.future .en::after {
	width: 2.5rem;
	height: 2.5rem;
}
}/* @media */
/* -----------------------------------------------
= interview
----------------------------------------------- */
.interview {
	padding: 8rem 0 0;
}
.interview .title {
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.interview .title.visible {
	opacity: 1;
	transform: translateY(0);
}
.interview h2 {
	position: relative;
	height: 17.45rem;
	color: #fff;
	background: url(../img/index/interview_title_sp.png) no-repeat 68% 100% / auto 100%;
}
.interview h2 span {
	position: absolute;
	top: 4.7rem;
	left: 5.7rem;
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: .04em;
}
.interview .inner {
	position: relative;
}
.interview .inner::before {
	content: '';
	position: absolute;
	top: -5rem;
	left: 0;
	z-index: -3;
	width: 100%;
	height: calc(100% + 5rem);
	background: rgba(239,239,239,.94);
}
.interview .inner::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 9.8rem);
	background: url(../img/shared/bg01.png?230130);
	mix-blend-mode: multiply;
}
.interview .lead {
	padding: 4.2rem 0;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: center;
	letter-spacing: .04em;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.interview .lead.visible {
	opacity: 1;
	transform: translateY(0);
}
.interview .list {
	position: relative;
	padding: 3.7rem 2rem .2rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.interview .list.visible {
	opacity: 1;
	transform: translateY(0);
}
.interview .list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background: url(../img/index/interview_bg01_sp.svg) no-repeat 50% 0 / 100% auto;
}
.interview li {
	margin: 0 0 2rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.interview li.visible {
	opacity: 1;
	transform: translateY(0);
}
.interview li img {
	width: 100%;
}
.interview .btn {
	position: relative;
	padding: 2.3rem 7.5rem 4.5rem;
	opacity: 0;
	transform: translateY(4rem);
	transition: .8s .4s;
}
.interview .btn.visible {
	opacity: 1;
	transform: translateY(0);
}
.interview .btn a {
	display: block;
	color: #fff;
	background: #262626;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 5rem;
	text-align: center;
	letter-spacing: .1rem;
	transition: background .3s;
}
.interview .btn a:hover {
	background: #ed0000;
}
@media print, screen and (min-width: 768px) {/* PC */
.interview {
	padding: 15rem 0 0;
}
.interview .title {
	position: relative;
}
.interview .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 5.6rem;
	z-index: -1;
	width: calc(50% - 15rem);
	height: 31rem;
	background: #000;
}
.interview .title::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 11.4rem;
	z-index: -1;
	width: calc(50% - 15rem);
	height: 31rem;
	background: #000;
}
.interview h2 {
	position: relative;
	height: 42.4rem;
	background: transparent;
}
.interview h2::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/interview_title.png) no-repeat 50% 100% / auto 42.4rem;
}
.interview h2 span {
	top: 50%;
	left: auto;
	right: 50%;
	margin-right: 42rem;
	font-size: 1.8rem;
}
.interview .inner::before {
	top: -24rem;
	height: calc(100% + 24rem);
}
.interview .inner::after {
	height: calc(100% - 14.8rem);
}
.interview .lead {
	padding: 6.5rem 0;
	font-size: 1.8rem;
}
.interview .list {
	padding: 6.9rem 2rem 0;
}
.interview .list::before {
	background: url(../img/index/interview_bg01.svg) no-repeat 50% 0 / auto;
}
.interview ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 120rem;
	margin: 0 auto;
}
.interview li {
	width: calc(33.33% - 4rem);
	margin: 0 2rem 4rem;
}
.interview .btn {
	padding: 7rem 4rem 11rem;
}
.interview .btn a {
	max-width: 27rem;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 6rem;
}
}/* @media */
/* -----------------------------------------------
= cursor
----------------------------------------------- */
.cursor {
	position: fixed;
	width: 9rem;
	height: 9rem;
	margin: -4.5rem 0 0 -4.5rem;
	background: #ed0000;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
}
.cursor.active {
	opacity: 1;
}
.cursor::after {
	content: 'DISCOVER';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 9rem;
	text-align: center;
	letter-spacing: .1em;
}
@media print, screen and (max-width: 767px) {/* SP */
.cursor {
	display: none;
}
}/* @media */
/* -----------------------------------------------
= print
----------------------------------------------- */
@media print {
.info h2,
.info ul,
.concept .text,
.concept h2,
.concept .btn,
.special .title,
.special li,
.interview .title,
.interview .lead,
.interview li,
.interview .btn {
	opacity: 1;
	transform: translateY(0);
}
}/* @media */

