@charset "UTF-8";

:root {
	--bg-base: #fff200;
	--bg-soft: #fff9cc;
	--accent-blue: #3da6d9;
	--accent-cyan: #58c3d6;
	--accent-orange: #f57a24;
	--accent-red: #ef3e2e;
	--text-main: #1b1a1d;
	--text-invert: #ffffff;
	--detail-section-pad-sp: calc(60 * 100vw / 1024);
	--detail-section-pad-pc: 60px;
	--detail-media-gap-sp: calc(36 * 100vw / 1024);
	--detail-media-gap-pc: 100px;
	--detail-media-wrap-pad-sp: calc(34 * 100vw / 1024);
	--detail-play-pad-top-sp: calc(100 * 100vw / 1024);
	--detail-play-pad-bottom-sp: calc(130 * 100vw / 1024);
	--detail-play-pad-top-pc: 80px;
	--detail-play-pad-bottom-pc: 100px;
	--detail-play-links-gap-sp: calc(100 * 100vw / 1024);
	--detail-play-links-gap-pc: 100px;
	--fixed-head-topbar-bg: #49a7d8;

	/* Backward-compatible aliases */
	--gg06-yellow: var(--bg-base);
	--gg06-ink: var(--text-main);
	--gg06-blue: var(--accent-blue);
	--gg06-cyan: var(--accent-cyan);
	--gg06-red: var(--accent-red);
	--gg06-orange: var(--accent-orange);
}

/* h2.title01 aligned with index design */
#main h2.title01 {
	padding: 45px 16px 0 100px;
	font-size: 40px;
}

@media screen and (max-width: 1024px) {
	#main h2.title01 {
		padding: 8vw 2vw 0 8vw;
        font-size: clamp(35px, 2.4vw, 25px);
	}

	#mv>section.box01 {
		padding-top: var(--detail-section-pad-sp);
		padding-bottom: var(--detail-section-pad-sp);
	}
}

@media print,
screen and (min-width: 1025px) {
	#mv>section.box01 {
		padding-top: var(--detail-section-pad-pc);
		padding-bottom: var(--detail-section-pad-pc);
	}
}

/*--------------------------------------------
PAGE TITLE
---------------------------------------------*/

#main-title .category {
	padding: 10px;
	font-size: 140%;
	top: 10px;
	position: relative;
}

#main-title .category p {
	letter-spacing: .08em;
}

#main-title .vr_work {
	margin-top: 60px;
}

#main-title .vr_work p {
	letter-spacing: .08em;
}

#main-title h1 {
	letter-spacing: .02em;
	position: relative;
	line-height: 1.2;
}

#main-title h1 span {
	display: block;
	letter-spacing: .02em;
}

#main-title h1:after {
	background: url("../images/ui/icon/controller01.svg") 0 0/ contain no-repeat;
	content: '';
	left: 50%;
	position: absolute;
}

#main-title .event_title h1:after {
	background: none;
	content: '';
	left: 50%;
	position: absolute;
}


/*--------------------------------------------
MV
---------------------------------------------*/

/*--------------------------------------------
HERO LAYOUT RESET
---------------------------------------------*/

#header {
	padding-top: 0;
	height: auto !important;
}

#header::after {
	display: none;
}

#header .head_bg {
	position: relative;
	z-index: 2;
	padding-top: 0;
}

#main-title {
	position: relative;
	z-index: 1;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

#main-title::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.18);
}

#main-title .wrap {
	position: relative;
	z-index: 1;
	width: min(780px, 86%);
	margin: 0;
	padding: 22px 28px 56px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	color: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	text-align: center;
}

#main-title .category {
	top: 0;
	padding: 0 0 10px 0;
}

#main-title h1 {
	margin: 0;
}

#main-title .sub {
	font-size: 1.8rem;
	margin-top: 6px;
}

#main-title h1:after {
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	width: 48px;
	height: 24px;
}

@media print,
screen and (min-width: 1025px) {
	#header .head_bg {
		padding-top: var(--fixed-head-height-pc, 184px);
	}

	#main-title {
		margin-top: 0 !important;
		height: min(68vh, 760px) !important;
	}

	#main-title h1 {
		font-size: 4.4rem;
		line-height: 1.2;
		font-weight: 700;
		font-style: normal;
	}

	#main-title h1 span {
		font-size: 2.3rem;
		margin-top: 20px;
		font-weight: 500;
	}
}

@media screen and (max-width: 1024px) {
	#header .head_bg {
		padding-top: var(--fixed-head-sp-nav-top, calc(115 * 100vw / 1024));
	}

	#main-title {
		margin-top: 0 !important;
		width: 100% !important;
		aspect-ratio: var(--main-title-aspect, 16 / 9);
		height: auto !important;
		min-height: 0;
		background-size: contain !important;
		background-position: center center;
	}

	#main-title .wrap {
		width: calc(900 * 100% / 1024);
		padding: 18px 20px 52px;
	}

	#main-title p:not(.sub) {
		font-size: 3.2rem;
	}

	#main-title .sub {
		font-size: 2.5rem;
		margin-top: calc(7 * 100vw / 1024);
	}

	#main-title h1 {
		font-size: 4.0rem;
		line-height: 1.2;
		font-weight: 700;
		font-style: normal;
	}

	#main-title h1 span {
		font-size: 3.0rem;
		margin-top: calc(20 * 100vw / 1024);
	}

	#main-title h1:after {
		bottom: -36px;
		width: 24px;
		height: 22px;
	}

	/* Detail pages do not have #sp-fixed-menu */
	#footer {
		padding-bottom: calc(50 * 100vw / 1024) !important;
	}

	#toTop {
		bottom: calc(20px + env(safe-area-inset-bottom, 0px)) !important;
	}
}


/*--- member ---*/

#member li {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	line-height: 1.2;
	position: relative;
}

#member li:before {
	background: url("../images/ui/icon/controller02.svg") 0 0/ contain no-repeat;
	content: '';
	left: 0;
	position: absolute;
}

#member li span {
	font-size: 1.4rem;
	letter-spacing: .02em;
}

#member li .en {}

@media screen and (max-width: 1024px) {
	#member {
		padding-bottom: calc(60 * 100vw / 1024);
		padding-top: calc(60 * 100vw / 1024);
	}

	#member ul {
		padding-left: calc(4 * 100vw / 1024);
	}

	#member li {
		margin-bottom: calc(30 * 100vw / 1024);
		padding-left: calc(60 * 100% / 1024);
	}

	#member li:before {
		height: calc(26 * 100vw / 1024);
		top: calc(4 * 100vw / 1024);
		width: calc(52 * 100% / 1024);
	}

	#member li span {
		/*font-size: 2.7rem;*/
		font-size: 3.2rem;
	}
}

@media print,
screen and (min-width: 1025px) {
	#member {
		padding: 50px 0 70px;
	}

	#member ul {
		/*margin-left: 130px;*/
	}

	#member li {
		margin-bottom: 20px;
		padding-left: 45px;
	}

	#member li:before {
		height: 20px;
		top: 2px;
		width: 40px;
	}

	#member li span {
		font-size: 1.8rem;
		font-weight: 500;
	}
}


/*--- slider ---*/

#slider {
	position: relative;
	width: 100%;
}

#slider li img {
	display: block;
}

#slideNav {
	text-align: center;
}

#slideNav-inner {
	display: inline-block;
	position: relative;
}

#slider_projects {
	position: relative;
	width: 100%;
}

#slider_projects li img {
	display: block;
	width: 100%;
	height: auto;
}

#slideNavProjects {
	text-align: center;
}

#slideNavProjects-inner {
	display: inline-block;
	position: relative;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slick-prev {
	background: url("../images/ui/icon/arrow_left01.svg") 0 0 / contain no-repeat;
	right: 100%;
}

.slick-next {
	background: url("../images/ui/icon/arrow_right01.svg") 0 0 / contain no-repeat;
	left: 100%;
}

.slick-prev,
.slick-next {
	font-size: 0;
}

.slick-dots {
	padding: 0;
}

.slick-dots>li {
	display: inline-block;
}

.slick-dots li button {
	background-color: #c6c6c6;
	border: none;
	border-radius: 50%;
	color: transparent;
}

.slick-dots .slick-active button {
	background-color: var(--gg06-red);
}

@media screen and (max-width: 1024px) {
	#slider {
		height: auto;
		padding-top: calc(20 * 100vw / 1024);
		margin-bottom: var(--detail-media-gap-sp);
	}

	#slider .slick-slider li {
		margin: 0;
	}

	#slider li img {
		width: 100%;
		height: auto;
	}

	#slideNav {
		margin-top: calc(30 * 100vw / 1024);
	}

	#slideNavProjects {
		margin-top: calc(30 * 100vw / 1024);
	}

	#slider_projects .slick-slider li {
		margin: 0;
	}

	.slick-arrow {
		top: 25%;
	}

	.slick-prev {
		margin-right: calc(30 * 100vw / 1024);
	}

	.slick-next {
		margin-left: calc(30 * 100vw / 1024);
	}

	.slick-prev,
	.slick-next {
		height: calc(25 * 100vw / 1024);
		width: calc(13 * 100vw / 1024);
	}

	.slick-dots>li {
		margin: 0 calc(6 * 100vw / 1024);
	}

	.slick-dots li button {
		height: calc(14 * 100vw / 1024);
		margin: 0 calc(7 * 100vw / 1024);
		width: calc(14 * 100vw / 1024);
	}
}

@media print,
screen and (min-width: 1025px) {
	#slider {
		height: 490px;
		padding-top: 35px;
		margin-bottom: var(--detail-section-pad-pc);
	}

	#slider .slick-slider li {
		margin: 0 19px;
	}

	#slider li img {
		height: 386px;
	}

	#slider .slick-slide {
		transition: opacity .3s ease-in;
	}

	#slider .slick-slide:not(.slick-current) {
		opacity: .5;
	}

	#slider .slick-slide .slick-current {
		opacity: 1;
	}

	#slideNav {
		margin-top: 20px;
	}

	#slideNavProjects {
		margin-top: 20px;
	}

	#slider_projects .slick-slider li {
		margin: 0;
	}

	.slick-arrow {
		top: 50%;
	}

	.slick-prev {
		margin-right: 25px;
	}

	.slick-next {
		margin-left: 25px;
	}

	.slick-prev,
	.slick-next {
		height: 21px;
		width: 10px;
	}

	.slick-dots>li {
		margin: 0 5px;
	}

	.slick-dots li button {
		height: 12px;
		margin: 0 7px;
		width: 12px;
	}
}


/*--------------------------------------------
concept
---------------------------------------------*/

@media screen and (max-width: 1024px) {
	#concept .texts01 p {
		font-weight: 700;
		font-size: 3.6rem;
	}
}

@media print,
screen and (min-width: 1025px) {
	#concept .texts01 p {
		font-weight: 700;
		font-size: 1.6rem;
	}
}



/*--------------------------------------------
profile
---------------------------------------------*/

#profile h3:before,
#other_projects h3:before {
	height: 20px;
	top: 2px;
	width: 40px;
}

#profile .texts01 .photo img,
#other_projects .texts01 .photo img {
	width: 100%;
}

#profile .texts01 .photo_projects img,
#other_projects .texts01 .photo_projects img {
	width: 100%;
}

@media screen and (max-width: 1024px) {

	#profile .texts01,
	#other_projects .texts01 {
		align-items: flex-start;
		display: flex;
		justify-content: left;
	}

	#profile .texts01 .photo,
	#other_projects .texts01 .photo {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 15px;
		max-width: 50%;
		min-width: 20%;
	}

	#profile .texts01 .photo_projects,
	#other_projects .texts01 .photo_projects {
		margin-bottom: 20px;

		float: left;
		margin-right: 15px;
	}

	/* First-year project: place text above slider on SP */
	#mv>section#profile.box01:not(.bg_gray) .texts01,
	#mv>section#other_projects.box01:not(.bg_gray) .texts01 {
		display: flex;
		flex-direction: column;
	}

	#mv>section#profile.box01:not(.bg_gray) .texts01 .photo_projects,
	#mv>section#other_projects.box01:not(.bg_gray) .texts01 .photo_projects {
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		order: 2;
	}

	#mv>section#profile.box01:not(.bg_gray) .texts01 .text,
	#mv>section#other_projects.box01:not(.bg_gray) .texts01 .text {
		clear: both;
		order: 1;
		margin-bottom: calc(20 * 100vw / 1024);
	}
}

@media print,
screen and (min-width: 1025px) {

	#profile .texts01,
	#other_projects .texts01 {
		margin-bottom: 30px;
		align-items: flex-start;
		display: flex;
		justify-content: left;
	}

	#profile .texts01 .photo,
	#other_projects .texts01 .photo {
		width: 15%;
	}

	#profile .texts01 .photo_projects,
	#other_projects .texts01 .photo_projects {
		margin-bottom: 20px;
		width: 40%;
		margin-right: 15px;
	}

	#profile .texts01 .text,
	#other_projects .texts01 .text {
		padding-left: 30px;
		width: 100%;
	}
}

/*--------------------------------------------
game_profile
---------------------------------------------*/
#game_profile h3 {
	font-weight: 700;
	position: relative;
}

#games_profile .en h3 {
	letter-spacing: .04em
}

#game_profile h3:before {
	height: 20px;
	top: 2px;
	width: 40px;
}

#games_profile h3:after {
	content: '';
	left: 0;
	position: absolute;
	top: 100%
}

#game_profile .texts01 .photo img {
	width: 100%;
}

#game_profile .texts01 .photo_projects img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#game_profile h3 {
		font-size: 3.6rem;
		letter-spacing: .02em;
		line-height: 1.2;
		margin-bottom: calc(24* 100vw / 1024);
		padding-bottom: calc(14* 100vw / 1024);
	}

	#game_profile .texts01 {
		justify-content: left;
	}

	#game_profile .texts01 .member {
		font-size: 3.6rem;
		margin-bottom: calc(12* 100vw / 1024);
	}

	#game_profile .texts01 .photo_projects {
		margin-bottom: 20px;
		float: left;
	}
}

@media print,
screen and (min-width: 1025px) {
	#game_profile h3 {
		font-size: 2.5rem;
		margin-bottom: 12px;
		padding-bottom: 10px
	}

	#game_profile .texts01 {
		margin-bottom: 30px;
		align-items: flex-start;
		display: flex;
		justify-content: left;
	}

	#game_profile .texts01 .member {
		font-size: 2.2rem;
		margin-bottom: 12px;
	}

	#game_profile .texts01 .photo_projects {
		margin-bottom: 20px;
		width: 40%;
		margin-right: 15px;
	}

	#game_profile .texts01 .text {
		padding-left: 30px;
		width: 100%;
	}
}

/*--------------------------------------------
MOVIE
---------------------------------------------*/

#movie .iframe-container {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	#movie {
		width: 100%;
		margin-bottom: var(--detail-media-gap-sp);
	}

	#movie .wrap {
		padding: var(--detail-media-wrap-pad-sp);
	}
}

@media print,
screen and (min-width: 1025px) {
	#movie {
		width: 100%;
	}

	#movie .wrap {
		/*padding: 28px 81px;*/
	}
}


/*--------------------------------------------
Intro
---------------------------------------------*/

#intro .iframe-container {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#intro iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	#intro {
		width: 100%;
		margin-bottom: var(--detail-media-gap-sp);
	}

	#intro .wrap {
		padding: var(--detail-media-wrap-pad-sp);
	}
}

@media print,
screen and (min-width: 1025px) {
	#intro {
		width: 100%;
		margin-bottom: var(--detail-media-gap-pc);
	}

	#intro .wrap {
		/*padding: 28px 81px;*/
	}
}


/*--------------------------------------------
Commentary
---------------------------------------------*/

#commentary .iframe-container {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#commentary iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	#commentary {
		width: 100%;
	}

	#commentary .wrap {
		padding: var(--detail-media-wrap-pad-sp);
	}
}

@media print,
screen and (min-width: 1025px) {
	#commentary {
		width: 100%;
	}

	#commentary .wrap {
		/*padding: 28px 81px;*/
	}
}


/*--------------------------------------------
play_the_game
---------------------------------------------*/

#play_the_game {
	font-weight: 700;
	/*font-family: "DotGothic16", sans-serif;*/

}

/*#play_the_game .wrap {
		align-items: center;
		display: flex;
		flex-direction: column;
}*/

#play_the_game .links {
	display: flex;
	justify-content: center;
}

#play_the_game .links>div {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#play_the_game .links h3 {
	letter-spacing: -.01em;
	color: var(--gg06-ink);
}

#play_the_game ul {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

#play_the_game li a img {
	height: 100%;
	width: auto;
}

#play_the_game .related a {
	align-items: center;
	background-color: var(--gg06-ink);
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

#play_the_game p,
#go-back-wrap {
	text-align: center;
}

#go-back-wrap {
	margin-left: auto;
	margin-right: auto;
}

#play_the_game p a,
#go-back-wrap a {
	background: linear-gradient(120deg, var(--gg06-blue), var(--gg06-cyan));
	color: #fff;
	display: block;
}

#play_the_game p a span,
#go-back-wrap a span {
	/*letter-spacing: .05em;*/
	position: relative;
}

#play_the_game p a span:before,
#go-back-wrap a span:before {
	background: url("../images/ui/icon/arrow_left02.svg") 0 0/ contain no-repeat;
	content: '';
	left: -1em;
	position: absolute;
	top: 50%;
}

@media screen and (max-width: 1024px) {
	#play_the_game {
		padding-bottom: var(--detail-play-pad-bottom-sp);
		padding-top: var(--detail-play-pad-top-sp);
	}

	#play_the_game .links {
		flex-direction: column;
		margin-bottom: var(--detail-play-links-gap-sp)
	}

	#play_the_game .links>div+div {
		margin-top: calc(100 * 100vw / 1024);
	}

	#play_the_game .links h3 {
		font-size: 4.0rem;
		/*letter-spacing: 0.5rem;*/
		margin-bottom: calc(36 * 100vw / 1024);
	}

	#play_the_game ul {
		/*width: calc( 400 * 100vw / 1024 );*/
	}

	#play_the_game li {
		height: calc(80 * 100vw / 1024);
		margin: 0 20px 0 20px;
	}

	#play_the_game .related a {
		height: calc(80 * 100vw / 1024);
		padding: calc(20 * 100vw / 1024);
		width: calc(80 * 100vw / 1024);
	}

	#play_the_game p,
	#go-back-wrap {
		height: calc(60 * 100vw / 1024);
		line-height: calc(60 * 100vw / 1024);
		width: 100%;
	}

	#play_the_game p a,
	#go-back-wrap a {
		border-radius: calc(10 * 100vw / 1024);
	}

	#play_the_game p a span,
	#go-back-wrap a span {
		font-size: 3rem;
	}

	#play_the_game p a span:before,
	#go-back-wrap a span:before {
		height: calc(20 * 100vw / 1024);
		margin-top: calc(-10 * 100vw / 1024);
		width: calc(10 * 100vw / 1024);
	}

	#go-back-wrap {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: calc(130 * 100vw / 1024);
		background-color: #fff9cc;
	}

	#go-back-wrap a {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}

	#play_the_game h3 img {
		height: 30px;
	}
}

@media print,
screen and (min-width: 1025px) {
	#play_the_game {
		padding: var(--detail-play-pad-top-pc) 0 var(--detail-play-pad-bottom-pc);
	}

	#play_the_game .links {
		margin-bottom: var(--detail-play-links-gap-pc);
	}

	#play_the_game .links>div+div {
		margin-left: 270px;
	}

	#play_the_game .links h3 {
		font-size: 2.8rem;
		letter-spacing: 0.5rem;
		margin-bottom: 25px;
	}

	#play_the_game ul {
		width: 300px;
	}

	#play_the_game li {
		height: 60px;
		text-align: center;
	}

	#play_the_game .related a {
		height: 60px;
		padding: 15px;
		width: 60px;
	}

	#play_the_game p,
	#go-back-wrap {
		height: 30px;
		line-height: 30px;
		width: 490px;
	}

	#play_the_game p a,
	#go-back-wrap a {
		border-radius: 5px;
	}

	#play_the_game p a span,
	#go-back-wrap a span {
		font-size: 1.7rem;
	}

	#play_the_game p a span:before,
	#go-back-wrap a span:before {
		height: 15px;
		margin-top: -7.5px;
		width: 7px;
	}

	#play_the_game h3 img {
		height: 60px;
	}

	#go-back-wrap {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 120px;
		background-color: #fff9cc;
	}

	#go-back-wrap a {
		width: 490px;
		margin-left: auto;
		margin-right: auto;
	}
}

.back_btn {}
