@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.barlow-thin {
	font-family: "Barlow", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.barlow-extralight {
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-style: normal;
}

.barlow-light {
	font-family: "Barlow", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.barlow-regular {
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.barlow-medium {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.barlow-semibold {
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-style: normal;
}
.barlow-bold {
	font-family: "Barlow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.barlow-extrabold {
	font-family: "Barlow", sans-serif;
	font-weight: 800;
	font-style: normal;
}
.barlow-black {
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	font-style: normal;
}
.open-sans-<uniquifier> {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	  "wdth" 100;
}
:root {
	--font-body: 'Hiragino Kaku Gothic Pro';
	--font-alphabet: 'Barlow';
	--font-open-sans: 'Open Sans', sans-serif;
	--main-bg: #fff;
	--main-color: #333;
	--section-width: 1240;
	--tap-highlight-color: #fff3;
	--selection-color: #39f6;
	--red-color: #ff0606;
	--bl-color: #000;
	--gray-color: #c9c9c9;
	--white-color: #ffffff;
	--gray-bg: #C8CCCD;
	--vh: 100vh;
}
:where(body) {
	font-family: var(--font-body);
	font-feature-settings: "palt";
	line-height: 1;
	text-align: center
}
:where(body, div, section, header, footer, nav, article, aside, main, dl, ul, p, a, :after, :before) {
	backface-visibility: hidden
}
:where(a) {
	background-color: initial;
	border: 0;
	color: currentColor;
	text-decoration: none;
	text-underline-offset: .8ex
}
:where(a):active,
:where(a):hover {
	outline: 0
}
:where(img) {
	border: 0;
	height: auto;
	line-height: 0px;
	vertical-align: bottom;
	width: 100%
}
:where(svg) {
	max-width: 100%;
	overflow: inherit;
	fill: currentColor
}
:where(img[src$=".svg"]) {
	max-width: 100%
}
:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

html, body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
body.hidden-scroll {
	overflow: hidden;
	height: 100vh;
}

.loading #popup {
	display: none;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none;
}
@media (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
}
#l-wrapper,
#l-main {
	position: relative
}
#l-main {
	position: relative
}
.first-view {
	height: calc(var(--vh, 1vh) * 100);
}

.fade-in-up {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 1s ease, transform 1s ease;
}
.fade-in-up.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.p-top__mv {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background:  var(--white-color);
	scroll-snap-align: start;
	z-index: 0;
}
.mv-blur-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.1);
	backdrop-filter: blur(8px);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 10;
}
.p-top__mv.is-blurred .mv-blur-overlay {
	opacity: 1;
}
.p-top__mvOthers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-x: clip;
	pointer-events: none;
}
.p-top__navigation {
	margin-top: min(50em, 50vh);
	margin-inline: auto;
	position: fixed;
	left: 10vh;
	top: 0;
	text-align: left;
	color: var(--red-color);
	font-size: 2.4vw;
	font-family: var(--font-open-sans);
	font-weight: 700;
	z-index: 10;
}
.p-top__navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.p-top__navigation ul li {
	margin: 0 0 .1em 0;
}
.li-menu_news {
	width: 78px;
}
.li-menu_about {
	width: 84px;
}
.li-menu_project {
	width: 99px;
}
.li-menu_project img {
	min-height: 35px;
	margin-bottom: -10px;
}
.li-menu_movie {
	width: 84px;
}
.li-menu_faq {
	width: 59px;
}
.li-menu_game {
	width: 84px;
}
.p-top__navigation ul li a {
	border-bottom: 2px #fff dotted;
}
.p-top__navigation ul li a:hover {
	border-bottom: 2px dotted;
}
.p-top__mvOthersHead01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 30vh;
}
.p-top__mvOthersHead02 {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 45%;
}
.p-top__mvOthersHead01 .area,
.p-top__mvOthersHead02 .area {
	display: flex;
	color: var(--red-color);
	line-height: 1.2;
	text-align: left;
}
.p-top__mvOthersHead02 .area {
	flex-direction: row-reverse;
}
.p-top__mvOthersHead01 .area .head-word {
	width: 10vw;
	margin-right: 15px;
}
.p-top__mvOthersHead01 .area .u-fonten {
	width: 90vw;
	margin-top: 3vh;
}
.p-top__mvOthersHead02 .area .head-word {
	width: 10vw;
	margin-left: 15px;
}
.p-top__mvOthersHead02 .area .u-fonten {
	width: 90vw;
	padding-left: 20%;
}
@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {

	.p-top__navigation {
		display: none;
	}
}
@media (max-width: 767px) {
	.p-top__mvOthers {
		height: calc(var(--vh, 1vh) * 100);
	}
	.p-top__mvOthersHead01 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.p-top__mvOthersHead02 {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		padding-bottom: env(safe-area-inset-bottom);
		box-sizing: border-box;
	}
	.p-top__mvOthersHead02 .area {
		align-items: flex-end;
	}
	.p-top__mvOthersHead01 .area .head-word {
		width: 25vw;
	}
	.p-top__mvOthersHead02 .area .head-word {
		width: 25vw;
		padding-top: 100px;
	}
	.p-top__mvOthersHead01 .area .u-fonten,
	.p-top__mvOthersHead02 .area .u-fonten {
		width: 100vw;
	}
	.p-top__mvOtherstitle01,
	.p-top__mvOtherstitle02 {
		width: 60%;
	}
	.p-top__mvOtherstitle02 {
		float: right;
	}
}


/* RE:BORN */
.p-top__reborn {
	position: relative;
	padding: 0;
	z-index: 10;
	color: var(--red-color);
	background: var(--white-color);
	overflow: hidden;
}
.p-top__reborn .p-top__reborn-inner {
	position: relative;
	overflow: hidden;
}
.reborn {
	margin: 0 auto;
	text-align: center;
}

.image-reveal-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	pointer-events: none;
}
.image-reveal-wrapper.show {
	opacity: 1;
}
.masked-image {
	width: 100%;
	opacity: 0;
	filter: blur(10px);
	transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
	max-width: 100%;
	height: auto;
	display: block;
}
.masked-image.visible {
	opacity: 1;
	transform: translate(0);
	filter: blur(0);
}
.p-top__rebornA {
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 100vh;
	background: var(--bl-color);
}
.p-top__rebornA-inner {
	position: relative;
	margin: 0 auto;
	z-index: 10;
	text-align: left;
	max-width: 1000px;
}
.p-top__rebornA-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.rebornA-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 2s ease;
}
.rebornA-bg-img.visible {
	opacity: 1;
	z-index: 1;
}
.p-top__rebornABody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	gap: 20px;
}
.p-top__rebornABody img {
	width: 50vw;
	height: auto;
}
.rebornA-text {
	position: absolute;
	background-color: var(--white-color);
	color: var(--red-color);
	padding: 1em 1.8em;
	margin: 20px 0;
}

@media (max-width: 767px) {
	.p-top__rebornA-inner {
		max-width: 100%;
	}
	.p-top__rebornABody {
		text-align: center;
		align-items: start;
		height: auto;
	}
	.p-top__rebornABody img {
		width: auto;
	}
	.rebornA-text {
		padding: 0.8em 0.5em;
	}
	.p-top__rebornABody {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 130vh;
		position: relative;
		padding: 2rem;
		box-sizing: border-box;
	}
	.rebornA-center {
		text-align: center;
	}
}

/* Header menu */
.site-header {
	transition: background-color 0.3s ease, transform 0.3s ease;
	background-color: transparent;
}
.site-header.scrolled {
	background-color: var(--white-color);
}
.site-header.hide {
	transform: translateY(-100%);
}
header {
	position: fixed;
	width: 100%;
	height: 52px;
	top: 0;
	z-index: 1000;
}
.p-top__Title {
	position: absolute;
	top: -14px;
	right: 50px;
	width: 200px;
	z-index: 1;
}
.menu-toggle {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1001;
	flex-direction: column;
	background: var(--red-color); 
	justify-content: space-between;
	padding: 16px 16px;
}
.menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--white-color);
	transition: all 0.3s ease;
	position: relative;
}
.menu {
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: calc(var(--vh, 1vh) * 100);
	background: rgba(0,0,0,1);
	color: var(--white-color);
	transition: right 0.5s ease;
	z-index: 1000;
	padding-bottom: env(safe-area-inset-bottom);
	box-sizing: border-box;
}
.menu .p-menu__Title {
	margin: 90px auto 30px auto;
	width: 240px;
}
.menu .p-menu__Title img {
	width: 100%;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 200px;
}
.menu ul li {
	margin: 16px 0;
	text-align: left;
	font-size: 28px;
	font-weight: 400;
	font-family: var(--font-open-sans);
}
.menu ul li a {
	text-decoration: none;
	color: var(--white-color);
	border-bottom: 2px dotted transparent;
	transition: border-color 0.3s ease;
}

.menu ul li a:hover {
	border-bottom-color: var(--white-color);
}

.menu .menu-contact {
	width: 200px;
	margin: 30px auto 0 auto;
	text-align: left;
	font-size: 12px;
	font-weight: 400;
}
.menu .menu-contact a {
	text-decoration: underline;
}
.menu.open {
	right: 0;
}
.menu-toggle.open span {
	background: var(--white-color);
}
.menu-toggle span:nth-child(1) {
	margin-bottom: 7px;
}
.menu-toggle span:nth-child(2) {
	margin-bottom: 7px;
}
.menu-toggle span:nth-child(3) {
	margin-top: 0;
}
.menu-toggle.open span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 6px);
}
.menu-toggle.open span:nth-child(2) {
	opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}
.menu .p-top__logo {
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.menu .p-top__logo .p-top__logo-inner {
	margin: 0 auto;
	max-width: 192px;
}
.menu .p-top__logo p {
	margin: 30px auto 15px auto;
	font-size: 12px;
	line-height: 1.5;
	width: 90%;
	text-align: center;
}
@media only screen 
	and (min-device-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {

	header {
		height: 64px;
	}
	.p-top__Title {
		top: -10px;
		right: 60px;
		width: 250px;
		z-index: 1;
	}
	.menu-toggle {
		padding: 22px 16px;
	}
	.menu-toggle span {
		width: 40px;
	}
}
@media screen and (max-width: 768px) {
	header {
		height: 45px;
	}
	.menu-toggle {
		padding: 15px 10px 14px 10px;
	}
	.p-top__Title {
		position: absolute;
		top: 0;
		right: 40px;
		width: 30%;
		margin: 0;
		z-index: 1;
	}
	.menu .p-menu__Title {
		margin: 90px auto 30px auto;
		width: 60%;
	}
	.menu ul {
		margin: 0 auto;
		width: 65%;
	}
	.menu .menu-contact {
		width: 65%;
		margin: 30px auto 0 auto;
	}
	.menu .p-top__logo .p-top__logo-inner {
		margin: 0 auto;
		max-width: 45%;
	}
	.menu .p-top__logo p {
		margin: 30px auto 15px auto;
		text-align: left;
	}
	.menu ul li {
		font-size: 26px;
		font-weight: 400;
	}
	.menu-toggle span:nth-child(1) {
		margin-bottom: 5px;
	}
	.menu-toggle span:nth-child(2) {
		margin-bottom: 5px;
	}
	.menu-toggle span:nth-child(3) {
		margin-top: 0;
	}
	.menu-toggle.open span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.menu-toggle.open span:nth-child(2) {
		opacity: 0;
	}
	.menu-toggle.open span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}
}


/* ABOUT */
.p-top__about {
	position: relative;
	padding: 0;
	z-index: 5;
	color: var(--white-color);
	background: var(--red-color);
	overflow: hidden;
}
.p-top__about .p-top__about-inner {
	position: relative;
	padding: 5vh 0;
	margin: 0 auto;
	text-align: left;
}
.p-top__aboutTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 9.2vw;
	opacity: 0.5;
	transition: opacity 0.3s ease;
	will-change: transform;
	color: var(--white-color);
	z-index: 10;
}
.p-top__aboutTitle.visible {
	opacity: 0.5;
}
.p-top__aboutTitle img {
	transition: transform 0.2s ease-out;
	will-change: transform;
}
.p-top__about-inner .p-top__aboutBody {
	width: 100%;
}
.p-top__aboutBodyMassage {
	background: var(--red-color);
	padding: 5em 0;
}
.Massage_inner {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.Massage_inner .title {
	width: 520px;
	text-align: center;
	margin: 0 auto;
}
.Massage_inner .txt {
	font-size: 24px;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
}
@media (max-width: 767px) {
	.p-top__about {
		height: auto;
	}
	.p-top__about .p-top__about-inner {
		padding: 5vh 0;
		height: auto;
	}
	.p-top__about-inner .p-top__aboutTitle {
		top: 0;
		left: -3px;
		width: 15vw;
	}
	.p-top__aboutBodyMassage {
		padding: 0;
	}
	.Massage_inner {
		width: 100%;
		max-width: 90%;
	}
	.Massage_inner .title {
		width: 90%;
	}
	.Massage_inner .txt {
		font-size: 16px;
		font-weight: 300;
		line-height: 36px;
		text-align: center;
	}
}


/* PROKJECT */
.p-top__project {
	align-items: flex-start;
	background: var(--white-color);
	display: flex;
	padding: 0;
	position: relative;
	z-index: 6;
}
.p-top__projectHead {
	bottom: 0;
	flex-shrink: 0;
	height: 100vh;
	left: 0;
	padding: calc(var(--access-pd)*1em/16) calc(var(--access-pd)*.5em/16) calc(var(--access-pd)*1em/16) 0;
	position: sticky;
	top: 0;
	width: 50%;
	z-index: 2;
}
.p-top__projectHeadTitle {
	bottom: 0;
	color: var(--bl-color);
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 9.2vw;
}
.p-top__projectHeadTitle br {
	display: none;
}
.p-top__projectHeadImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 0;
	margin-top: 200px;
}
.p-top__projectHeadImg--title {
	max-width: 420px;
	margin: 0 auto;
}
.p-top__projectHeadImg--text {
	max-width: 430px;
	margin: 100px auto 0 auto;
	font-weight: 700;
	font-size: 32px;
	line-height: 50px;
	color: var(--red-color);
	text-align: left;
}
.p-top__projectHeadImg img {
	width: 100%;
}
.p-top__projectMain {
	flex-shrink: 0;
	position: relative;
	width: 50%;
	z-index: 1
}
.p-top__projectMainInfo-inner img {
	width: 100%;
	vertical-align: top;
}
.p-top__projectA {
	position: relative;
	padding: 0;
	z-index: 10;
	color: var(--white-color);
	background: var(--red-color);
}
.p-top__projectA-inner {
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.p-top__projectA-inner {
	position: relative;
	margin: 0 auto;
	max-width: 980px;
}
.p-top__projectABody {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	gap: 20px;
}
.p-top__projectABody img {
	width: 50vw;
	height: auto;
}
.projectA-text {
	background-color: var(--white-color);
	color: var(--red-color);
	padding: 1em 1.8em;
	margin: 5px 0;
}
.projectA-text img {
	width: 100%;
}
.line-2 img {
	width: auto;
}
.first-blk {
	color: var(--red-color);
	background: var(--white-color);
}
.first-blk .projectA-text {
	background-color: var(--red-color);
	color: var(--white-color);
}

@media (max-width: 767px) {
	.p-top__project {
		display: block;
		overflow: hidden;
		padding: 0;
	}
	.p-top__projectHead {
		bottom: auto;
		display: flex;
		height: auto;
		justify-content: center;
		left: auto;
		padding: 0;
		position: relative;
		top: auto;
		width: 100%
	}
	.p-top__projectHeadTitle {
		width: 15vw;
	}
	.p-top__projectMain {
		overflow: hidden;
		padding: 0;
		width: 100%
	}
	.p-top__projectHeadTitle br {
		display: block;
	}
	.p-top__projectA-inner {
		max-width: 90%;
	}
	.p-top__projectABody {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: flex-start;
		gap: 2rem;
		height: auto;
		padding: 5em 0;
	}
	.projectA-text {
		padding: 0.8em 0.5em;
		margin: 0;
		display: block;
	}
	.p-top__projectHeadImg {
		position: relative;
		overflow: hidden;
		width: 90%;
		height: 55vh;
		z-index: 0;
		margin: 0 auto;
	}
	.p-top__projectHeadImg--title {
		max-width: 100%;
		margin: 0 auto;
	}
	.p-top__projectHeadImg--text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: left;
		width: 100%;
		margin: auto;
		font-size: 24px;
		line-height: 45px;
	}
	.quote-l {
		letter-spacing: -1.5rem;
		text-align: left;
	}
	.quote-r {
		margin-top: 10px;
	}
}


.p-top__projectMainInfo-inner p.notice {
	font-size: 0.8vw;
	font-weight: 400;
	line-height: 1.2;
}
.p-top__digital {
	position: relative;
	background: url("../images/project/project_pc01.jpg");
	background-size: auto 100%;
	background-position: top;
	background-repeat: repeat;
}
.p-top__digital h3 {
	position: relative;
	padding-top: 8vh;
	width: 85%;
	margin: 0 auto 30px auto;
}
.p-top__digital .icon,
.p-top__real .icon,
.p-top__product .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	max-width: 167px;
	height: auto;
}
.p-top__digital .icon img,
.p-top__real .icon img,
.p-top__product .icon img {
	width: 100%;
	height: auto;
}
.p-top__digital p {
	font-size: 1.1vw;
	line-height: 2.4vh;
	text-align: left;
	font-weight: 500;
}
.digital_01,
.digital_02 {
	display: flex;
	margin: 10px 20px 0 30px;
	color: var(--white-color);
	text-align: left;
}
.digital_02 {
	margin: 10px 20px 0 40px;
	padding-bottom: 10px;
	flex-direction: row-reverse;
}
.digital_01 .date,
.digital_02 .date,
.real_01 .date,
.product_01 .date {
	width: 100%;
	font-size: 14px;
	font-family: var(--font-open-sans);
}
.product_01 .date {
	margin-bottom: 10px;
}
.digital_01 .date span,
.digital_02 .date span,
.real_01 .date span,
.product_01 .date span {
	font-weight: 700;
	font-size: 22px;
}
.digital_01 .date span.sub,
.digital_02 .date span.sub,
.real_01 .date span.sub,
.product_01 .date span.sub {
	font-weight: 400;
	font-size: 18px;
}
.digital_01 .title,
.digital_02 .title {
	font-size: 2.4vw;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	margin-top: 5px;
}
.digital_01-img {
	width: 42%;
}
.digital_01-txt {
	width: 58%;
	text-align: center;
}
.digital_02-img {
	width: 52%;
	margin-top: -50px;
}
.digital_02-txt {
	width: 48%;
	margin-top: 20px;
}
.digital_01-img img,
.digital_02-img img {
	width: 100%;
}
@media (max-width: 767px) {
	.p-top__projectMainInfo-inner p.notice {
		font-size: 10px;
		line-height: 1.2;
	}
	.p-top__digital {
		position: relative;
		background: url("../images/project/project_sp01.jpg");
		background-size: auto 100%;
		background-position: top;
		background-repeat: repeat;
		padding-bottom: 10px;
	}
	.p-top__digital h3 {
		padding-top: 6.8vh;
	}
	.p-top__digital .icon,
	.p-top__real .icon,
	.p-top__product .icon {
		width: 30%;
		max-width: 160px;
	}
	.p-top__digital p {
		font-size: 14px;
		line-height: 25px;
		font-weight: 600;
	}
	.digital_01,
	.digital_02 {
		flex-direction: row-reverse;
		margin: 10px 10px 10px 20px;
	}
	.digital_02 {
		flex-direction: row;
		margin: 10px 10px 0 10px;
		padding-bottom: 10px;
	}
	.digital_01 .date span,
	.digital_02 .date span,
	.real_01 .date span,
	.product_01 .date span {
		font-size: 20px;
	}
	.digital_01 .date span.sub,
	.digital_02 .date span.sub,
	.real_01 .date span.sub,
	.product_01 .date span.sub {
		font-size: 16px;
	}
	.digital_01 .title,
	.digital_02 .title {
		font-size: 30px;
		line-height: 40px;
	}
	.digital_01-img {
		width: 50%;
	}
	.digital_01-txt {
		width: 50%;
	}
	.digital_02-img {
		width: 55%;
		margin-top: 40px;
	}
	.digital_02-txt {
		width: 45%;
		margin-left: 10px;
	}
}

.p-top__real {
	position: relative;
	background: url("../images/project/project_pc02.jpg") #f9f5ea;
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
}
.p-top__real h3 {
	position: relative;
	padding-top: 8vh;
	width: 85%;
	margin: 0 auto 30px auto;
}
.p-top__real p {
	font-size: 1.1vw;
	line-height: 2.4vh;
	text-align: left;
	font-weight: 500;
}
.real_01,
.real_02 {
	display: flex;
	color: var(--bl-color);
	text-align: left;
}
.real_01 {
	width: 54%;
	margin: 10px 50px;
}
.real_02 {
	flex-wrap: wrap;
	margin: 10px 50px 0 50px;
	padding-bottom: 10px;
}
.real_01 .title {
	font-size: 2.4vw;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	margin-top: 5px;
}
.real_01 .title span {
	font-size: 1.2vw;
	font-weight: 400;
	text-align: left;
}
.real_02-img {
	display: flex;
	justify-content: space-between;
}
.real_02-img img {
	width: 48.5%;
}
@media (max-width: 767px) {
	.p-top__real {
		position: relative;
		background: url("../images/project/project_sp02.jpg") #fff;
		background-size: 100% auto;
		background-position: top;
		background-repeat: no-repeat;
	}
	.p-top__real h3 {
		padding-top: 6.8vh;
	}
	.p-top__real p {
		font-size: 14px;
		line-height: 25px;
		font-weight: 600;
	}
	.real_01 {
		width: 90%;
		margin: 10px 20px;
	}
	.real_02 {
		flex-wrap: wrap;
		margin: 10px 20px 0 20px;
		padding-bottom: 10px;
	}
	.real_01 .title {
		font-size: 30px;
		line-height: 40px;
	}
	.real_01 .title span {
		font-size: 14px;
		line-height: 40px;
	}
	.real_02-img img {
		width: 100%;
	}
	.real_02 .notice {
		margin-top: -20px;
	}
}


.p-top__product {
	position: relative;
	background: url("../images/project/project_pc03.jpg") #ffd5d5;
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 8vh;
}
.p-top__product h3 {
	position: relative;
	width: 60%;
	margin: 0 auto 20px auto;
	background: #ffd5d5;
}
.p-top__product p {
	font-size: 1.1vw;
	line-height: 2.4vh;
	text-align: left;
	font-weight: 500;
}
.product_01 {
	margin: 0 20px;
	color: var(--bl-color);
	text-align: left;
}
.product_01 .title {
	font-size: 2.4vw;
	font-weight: 600;
	line-height: 3.8vh;
	text-align: left;
	color: var(--red-color);
	margin-top: 5px;
}
.product_01-txt p {
	margin: 0;
	padding: 20px 0;
}
.product_01-img {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 45%;
	margin: 0 auto 20px auto;
}
.product_01-img img {
	width: 100%;
	margin-bottom: 5px;
}
.product_01 .notice {
	background: #ffd5d5;
	padding: 3px;
}
@media (max-width: 767px) {
	.p-top__product {
		position: relative;
		background: url("../images/project/project_sp03.jpg") #ffd5d5;
		background-size: 100% auto;
		background-position: top;
		background-repeat: no-repeat;
	}
	.p-top__product p {
		font-size: 14px;
		line-height: 25px;
		font-weight: 600;
		margin: 0;
	}
	.product_01-txt {
		width: 100%;
	}
	.product_01 {
		margin: 0 20px;
	}
	.product_01 .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.product_01-img {
		width: 70%;
		margin: 0 auto 20px auto;
	}
	.product_01-txt p {
		padding: 0 0 20px 0;
	}
}

.digital_01-txt p,
.digital_02-txt p,
.real_01-txt p,
.product_01-txt p {
	line-height: 2;
}

/* MOVIE */
.p-top__movie {
	position: relative;
	margin: 0;
	padding: 5vh 0;
	z-index: 5;
	overflow: hidden;
	background: var(--bl-color);
}
.p-top__movie-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	padding: 20px;
	box-sizing: border-box;
	z-index: 6;
}
.p-top__movieTitle {
	position: absolute;
	top: -12.75vh;
	width: 28vw;
	text-align: left;
}
.youtube-wrapper {
	position: relative;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
}
.youtube-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	border: none;
	margin: auto;
	left: 0;
	right: 0;
}
.youtube-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
@media (max-width: 767px) {
	.p-top__movie {
		height: auto;
		padding: 8em 0;
	}
	.p-top__movie-inner {
		min-height: auto;
		padding: 8em 0;
	}
	.p-top__movieTitle {
		position: absolute;
		top: -70px;
		width: 55%;
		text-align: left;
	}
	.youtube-wrapper {
		max-width: 90%;
		aspect-ratio: 16 / 9;
	}
}

.youtube-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#youtube-bg-player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	width: 100vw;
	height: 67.5vw;
	min-height: 300vh;
}

.youtube-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

@media (max-width: 767px) {
	#youtube-bg-player {
		width: 110vw;
		height: auto;
		min-height: 100%;
	}
}


/* GAME */
.p-top__game {
	position: relative;
	margin: 0;
	padding: 5vh 0;
	z-index: 5;
	overflow: hidden;
	background: #BCA475;
}
.p-top__game-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
	box-sizing: border-box;
	z-index: 6;
}
.p-top__gameHead p {
	font-size: 32px;
	font-weight: 700;
	color: var(--white-color);
}
.p-top__gameTitle {
	position: absolute;
	top: -5vh;
	left: 0;
	width: 9.2vw;
	margin: 0;
	opacity: 1;
	overflow: hidden;
}
.p-top__gameTitle img {
	width: 100%;
}
.kisyu_wrapper {
	max-width: 100%;
	margin: 0 auto;
}
.p-top__gameNotice {
	padding: 12px 16px;
	margin-bottom: 16px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	color: var(--white-color);
}
.p-top__gameBnr {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 70%;
	justify-content: center;
}
.game-bnr_item {
	width: calc(50% - 20px);
}
.game-bnr_item img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 767px) {
	.p-top__game {
		height: auto;
		padding: 3em 0;
	}
	.p-top__game-inner {
		min-height: auto;
		padding: 0;
	}
	.p-top__gameHead {
		margin-left: -15px;
	}
	.p-top__gameHead p {
		margin-top: 20px;
		font-size: 17px;
		font-weight: 700;
		color: var(--white-color);
	}
	.kisyu_wrapper {
		max-width: 100%;
		margin: 0 auto;
	}
	.p-top__gameTitle {
		position: relative;
		top: 0;
		left: 0;
		width: 55%;
	}
	.p-top__gameNotice {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 24px;
	}
	.p-top__gameBnr {
		width: 90%;
	}
	.game-bnr_item {
		width: 100%;
	}
}


/* NEWS */
.p-top__news {
	position: relative;
	margin: 0;
	padding: 5vh 0;
	z-index: 5;
	overflow: hidden;
	background: #676767;
}
.p-top__news-inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5vh 0;
	box-sizing: border-box;
}
.p-top__newsTitle {
	position: absolute;
	top: -5vh;
	left: 0;
	width: 9.2vw;
	margin: 0;
	opacity: 1;
	overflow: hidden;
}
.p-top__newsTitle img {
	width: 100%;
}
.news-box {
	width: 100%;
	max-width: 80%;
	height: 55vh;
	overflow-y: auto;
	padding: 0 15px 0 0;
	box-sizing: border-box;
}
.news-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-box li {
	font-size: 14px;
	line-height: 1.4;
	color: var(--white-color);
	text-align: left;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.news-box li:last-child {
	border-bottom: none;
}
.news-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}

.news-box .icon-new {
	color: var(--red-color);
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}

.news-box .date {
	font-size: 14px;
	white-space: nowrap;
}

.news-box li a {
	display: inline-block;
	text-decoration: none;
}

.news-box li a:hover {
	text-decoration: underline;
}
.news-box::-webkit-scrollbar {
	width: 6px;
}

.news-box::-webkit-scrollbar-track {
	background: transparent;
}

.news-box::-webkit-scrollbar-thumb {
	background-color: var(--white-color);
}

@media (max-width: 767px) {
	.p-top__news {
		height: auto;
		padding: 3em 0;
	}
	.p-top__news-inner {
		min-height: auto;
		padding: 0;
	}
	.p-top__newsHead {
		margin-left: 0;
	}
	.p-top__newsTitle {
		top: -5vh;
		left: 0;
		width: 15vw;
	}
	.news-box {
		max-width: 84%;
	}
}


/* FAQ */
.p-top__faq {
	position: relative;
	margin: 0;
	padding: 8em 0;
	z-index: 5;
	background: var(--gray-color);
	color: var(--bl-color);
}
.p-top__faq-inner {
	margin: 0 auto;
	text-align: left;
	max-width: 800px;
}
.p-top__faq-inner .p-top__faqTitle {
	position: absolute;
	top: -18px;
	left: 0;
	z-index: 0;
	padding: 0;
	width: 9.2vw;
	color: var(--red-color);
	transition: transform 0.3s ease-out;
	will-change: transform;
	transform: translateY(0);
	opacity: .7;
	overflow: hidden;
}
.p-top__faqBody .faq-item {
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 1em;
	cursor: pointer;
	margin: 15px 0;
	background: var(--white-color);
	color: var(--bl-color);
	z-index: 1;
}
.faq-question {
  position: relative;
  padding-right: 40px;
}
.faq-question .icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon img {
	width: 30px;
	height: auto;
}
.faq-question p {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}
.faq-question .faq-questionNum {
	font-family: var(--font-alphabet);
	font-style: normal;
	font-size: .9em;
	line-height: 2.6;
	color: var(--red-color);
}
.p-top__faqBody .faq-answer {
	display: none;
	padding: 20px 0 10px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
}
.faq-item.open .faq-answer {
	display: block;
}
.faq-item.open .icon {
	content: '-';
}
/* .faq-item.open .faq-question .faq-questionNum {
	color: #FF0000;
} */
.p-top__faqBody p.faq-notice {
	font-size: 14px;
	line-height: 1.4;
}
.icon-svg {
	display: none;
	transition: transform 0.3s ease;
}
.faq-item .icon-svg.open {
	display: inline;
}
.faq-item.active .icon-svg.open {
	display: none;
}
.faq-item.active .icon-svg.close {
	display: inline;
}
@media (max-width: 767px) {
	.p-top__faq {
		padding: 6.5em 0 4em 0;
	}
	.p-top__faq-inner {
		max-width: 90%;
	}
	.p-top__faq-inner .p-top__faqTitle {
		top: 15px;
		left: 5%;
		width: 35%;
	}
	.faq-question {
		font-weight: 500;
		font-size: 1em;
	}
	.p-top__faqBody .faq-answer {
		font-size: .9em;
		line-height: 1.5;
	}
}

.p-top__mvMain {
	position: relative;
	width: 100%;
	height: 100vh;
}
@media (max-width: 767px) {
	.p-top__mvMain {
		position: relative;
		transform: translateY(0);
		width: 70%;
		height: 100dvh;
		margin: auto;
		z-index: 1;
	}
}


/* FOOTER */
.footer {
	position: relative;
	padding: 0;
	z-index: 5;
	color: var(--white-color);
	background: var(--bl-color);
}
.footer .footer__inner {
	position: relative;
	margin: 0 auto;
	padding: 2em 0;
}
.p-top__contact {
	position: relative;
	padding: 0 20px;
	text-align: right;
}
.p-top__contact-inner {
	margin: 0 auto;
	max-width: 1000px;
}
.p-top__contact-inner a {
	text-decoration: underline;
}
.p-top__logo {
	position: relative;
}
.p-top__logo .p-top__logo-inner {
	margin: 80px auto;
	max-width: 300px;
}
.footer__copyright {
	margin: 0 auto;
}
.footer__copyright-inner {
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	align-items: flex-end;
	text-align: left;
}
.footer__copyright-inner p {
	font-family: 'Hiragino Kaku Gothic Pro';
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	color: var(--white-color);
}
.copyright {
	margin-left: auto;
}
@media (max-width: 767px) {
	.footer .footer__inner {
		padding: 2em 0;
	}
	.p-top__contact {
		padding: 0;
	}
	.p-top__contact-inner {
		max-width: 90%;
	}
	.p-top__logo .p-top__logo-inner {
		margin: 60px auto 80px auto;
		max-width: 58%;
	}
	.footer__copyright-inner {
		margin: 0 auto;
		max-width: 90%;
		display: flex;
		align-items: flex-end;
		text-align: left;
	}
}


/* Slider */
.center-slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 1;
	z-index: 1;
}
.center-slider > div:not(:first-child) {
	display: none;
}
.center-slider.slick-initialized > div {
	display: block !important;
}

.center-slider,
.slick-track,
.slick-slide {
	overflow: visible!important;
}
.slider-item {
	width: 100%;
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.slider-item img {
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}
@media (max-width: 767px) {
	.slider-item {
		height: 60vh;
		margin-top: 10vh;
	}
}

@keyframes shake {
	0%, 100% { transform: translate(0, 0); }
	10%, 30%, 50%, 70%, 90% { transform: translate(-8px, 8px); }
	20%, 40%, 60%, 80% { transform: translate(3px, -3px); }
}
.shake {
	animation: shake .2s ease;
}
.slider .slick-slide {
	box-sizing: border-box;
	padding: 10px;
}
@media (max-width: 768px) {
	.slider .slick-slide {
		padding-right: 10px; /* 右側だけ余白で見切れ */
	}
}

/* SLIDER */
.slider {
	height: auto;
}
.slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.card {
	background: var(--white-color);
	border-radius: 12px;
	padding: 30px 0;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 20px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card .date {
	margin: 0 20px;
	font-size: 16px;
	color: #8c8c8c;
	text-align: left;
}
.card .title {
	margin: 10px 20px 20px 20px;
	font-size: 16px;
	color: var(--bk-color);
	text-align: left;
}
.card img {
	width: 64%;
	height: auto;
	object-fit: cover;
	margin: 12px auto;
}
.card.inactive .btn-circle,
.card.current .btn-circle {
	background: #e9e9e9;
	cursor: default;
}
.card.inactive a,
.card.current a {
	pointer-events: none;
}
.slick-list {
	height: auto!important;
}
.slick-dots {
	position: relative!important;
	bottom: 0!important;
}
.slick-dotted.slick-slider {
	margin-bottom: 10px!important;
}
.slick-dots li button:before {
	font-size: 40px!important;
	color: #fff!important;
}

@media (max-width: 768px) {
	.card {
		margin: 10px 0 10px 10px;
	}
	.slider .slide {
		width: calc(80vw - 20px);
		margin-left: 0;
		margin-right: 0;
	}
}

/* BUTTON */
.btn-circle {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--red-color);
	border-radius: 50px;
	color: var(--white-color);
	padding: 0.6em 0 0.8em 0;
	margin: 10px auto 0 auto;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	width: 70%;
	text-align: center;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.btn-circle:hover {
	background: linear-gradient(270deg, #ff0606, #ff4d4d, #b30000, #ff0606);
	background-size: 300% 300%;
	animation: gradientFlow 2.5s linear infinite;
	transform: scale(1);
}
@keyframes gradientFlow {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
.btn-text-sm {
	position: relative;
	z-index: 1;
}
.btn-icon {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
.p-top__project .btn-circle {
	width: 80%;
}

@media (max-width: 767px) {
	.btn-circle {
		padding: 0.6em 2.5em 0.8em 2.5em;
		margin: 10px auto 0 auto;
		font-size: 17px;
		line-height: 1.2;
		width: 50%;
	}
	.p-top__project .btn-circle {
		width: 60%;
	}
}


/* POPUP MOVIE */
.popup-overlay {
	position: fixed;
	z-index: 10000;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-content {
	position: absolute;
	width: 80%;
	max-width: 1280px;
	aspect-ratio: 16 / 9;
	max-height: 80vh;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.popup-video-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.popup-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-close {
	position: absolute;
	top: -70px;
	right: 0;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 767px) {
	.popup-content {
		width: 96%;
		aspect-ratio: 16 / 9;
	}
}

/* POPUP VIDEO */
.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 2s ease;
}

.fade-in {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 2s ease;

}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.intro-video {
	position: fixed;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 100vw!important;
	height: auto!important;
	overflow: hidden;
	z-index: 9998;
}

.popup-overlay,
#videoOverlay {
	transition: opacity 1s ease;
}
.popup-overlay.hide,
#videoOverlay.hide {
	opacity: 0;
	pointer-events: none;
}
#videoOverlay {
	z-index: 50;
}


.scroll-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 278px;
}
.scroll-content {
	display: flex;
	width: fit-content;
	animation: scroll-loop 60s linear infinite;
}
.scroll-content img {
	flex-shrink: 0;
	width: auto;
	height: 278px;
	display: block;
} 
@media (max-width: 767px) {
	.scroll-wrapper {
		height: 170px;
	}
	.scroll-content img {
		width: auto;
		height: 170px;
	} 
}

@keyframes scrollLeftLoop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes scroll-loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

#toTopBtn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 56px;
	border: 3px #fff solid;;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	opacity: 0;
	transition: transform 0.5s ease-in-out, opacity 0.3s ease;
	will-change: transform, opacity;
	pointer-events: none;
	z-index: 999;
}
#toTopBtn.show {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 767px) {
	#toTopBtn {
		display: none;
	}
}


#introVideo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 51;
	display: none;
}