@charset "UTF-8";
:root {
	--mainC: #4ee5ff;
	--bgC: #4ee5ff;
	--redC: #e33811;
	--pcW: 1020px;
	--spW: 94%;
	--zi-loading: 1000;
	--zi-popup: 1000;
	--zi-menuBtn: 999;
	--zi-glovalNav: 998;
	--zi-header: 997;
}

/*
Reset Stylesheet
v1.0
Author: And Arc
*/
html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}

body {
	line-height: 1;
	font-family: sans-serif;
}

main {
	display: block;
}

nav ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
* {
	box-sizing: border-box;
}

body {
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	line-height: 1.5;
	font-family: sans-serif;
	font-feature-settings: "pkna";
	font-display: swap;
	color: #fff;
	background: #000;
}
@media screen and (max-width: 768px) {
	body {
		font-size: max(14px, calc(16px + (100vw - 640px) * 16 / 640));
	}
}

#wrapper {
	opacity: 0;
}
#wrapper.show {
	opacity: 1;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media (hover: hover) {
	a img {
		transition: opacity 0.5s;
	}
	a:hover img {
		opacity: 0.7;
	}
}
#wrapper {
	overflow: hidden;
}

main {
	display: block;
}

#footer {
	position: relative;
	padding: 20px 0;
}
#footer .copy {
	font-size: 12px;
	text-align: center;
}

.dib {
	display: inline-block;
}

._pc {
	display: block;
}

img._pc {
	display: inline;
}

._sp {
	display: none;
}

img._sp {
	display: none;
}

@media screen and (max-width: 768px) {
	._pc {
		display: none;
	}
	img._pc {
		display: none;
	}
	._sp {
		display: block;
	}
	img._sp {
		display: inline;
	}
}
#loading {
	position: fixed;
	z-index: var(--zi-loading);
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	transition: all 1s;
	/* ローディングアニメーション */
}
#loading.loaded {
	opacity: 0;
	visibility: hidden;
}
#loading .loadTxt {
	font-family: "Fira Sans Extra Condensed", sans-serif;
	text-align: center;
	color: var(--mainC);
	font-size: 14px;
	letter-spacing: 0.2em;
}
#loading .loadTxt .dib {
	padding-left: 0.5em;
}
#loading .spinner {
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 0 auto 1em;
	position: relative;
	color: var(--mainC);
	font-size: 50px;
	transform: translateZ(0);
	animation: spinner 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes spinner {
	0% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,
	95% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	10%,
	59% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
	}
	20% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
	}
	38% {
		box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
	}
	100% {
		box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes round {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: block;
	width: 30px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	transition: 0.5s;
}
@media (hover: hover) {
	.slider .slick-arrow:hover {
		opacity: 0.7;
	}
}
.slider .slick-prev {
	left: 0;
	background: url(../../assets/images/common/ico_slideArwL.svg) left center no-repeat;
	background-size: 20px auto;
}
@media (hover: hover) {
	.slider .slick-prev:hover {
		transform: translate(-5px, -50%);
	}
}
.slider .slick-next {
	right: 0;
	background: url(../../assets/images/common/ico_slideArwR.svg) right center no-repeat;
	background-size: 20px auto;
}
@media (hover: hover) {
	.slider .slick-next:hover {
		transform: translate(5px, -50%);
	}
}

#header {
	position: absolute;
	z-index: var(--zi-header);
	left: 0;
	right: 0;
	top: 40px;
	width: var(--spW);
	max-width: 1100px;
	height: 44px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#header {
		top: 4vw;
	}
}
#header .logo {
	position: relative;
	top: -5px;
	width: 240px;
}
@media screen and (max-width: 768px) {
	#header .logo {
		width: 40%;
	}
}

#menuBtnWrap {
	position: fixed;
	z-index: var(--zi-menuBtn);
	left: 0;
	right: 0;
	top: 40px;
	width: var(--spW);
	max-width: 1100px;
	margin: auto;
}
@media screen and (max-width: 768px) {
	#menuBtnWrap {
		top: 4vw;
	}
}

#menuBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
}
#menuBtn .bar {
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	background-color: #143dba;
	transition-duration: 0.5s;
}
#menuBtn.active .bar:nth-child(1) {
	transform: rotate(-45deg) translate(-7px, 6px);
}
#menuBtn.active .bar:nth-child(2) {
	opacity: 0;
}
#menuBtn.active .bar:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -6px);
}

#glovalNav {
	opacity: 0;
	visibility: hidden;
	overscroll-behavior: contain;
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	z-index: var(--zi-glovalNav);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.85);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#glovalNav.show {
	opacity: 1;
	visibility: visible;
}
#glovalNav .navList {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: clamp(20px, 10vh, 40px) 0;
}
#glovalNav .navItem {
	width: 100%;
	text-align: center;
}
#glovalNav .navItem a {
	display: block;
	text-decoration: none;
	font-size: clamp(22px, (22px + ((100vw - 768px) * ((32 - 22) / (960 - 768)))), 32px);
	color: #000;
	text-shadow: -2px -2px 4px rgba(78, 229, 255, 0.4), -4px -4px 8px rgba(78, 229, 255, 0.4), 2px 2px 4px rgba(78, 229, 255, 0.4), 4px 4px 8px rgba(78, 229, 255, 0.4), 1px 1px 0 var(--mainC),
		-1px -1px 0 var(--mainC), -1px 1px 0 var(--mainC), 1px -1px 0 var(--mainC), 0px 1px 0 var(--mainC), -1px 0 var(--mainC), -1px 0 0 var(--mainC), 1px 0 0 var(--mainC);
	transition: all 0.5s;
}
#glovalNav .navItem a:hover {
	color: #fff;
	text-shadow: -2px -2px 10px rgba(78, 229, 255, 0.4), -4px -4px 12px rgba(78, 229, 255, 0.4), 2px 2px 10px rgba(78, 229, 255, 0.4), 4px 4px 12px rgba(78, 229, 255, 0.4), 1px 1px 0 var(--mainC),
		-1px -1px 0 var(--mainC), -1px 1px 0 var(--mainC), 1px -1px 0 var(--mainC), 0px 1px 0 var(--mainC), -1px 0 var(--mainC), -1px 0 0 var(--mainC), 1px 0 0 var(--mainC);
}

#top {
	position: relative;
}
#top .modaal-video-wrap {
	margin: auto;
	max-width: 1024px;
}
#top .modaal-video-container {
	height: auto;
	aspect-ratio: 16/9;
}
#top .commingsoon a {
	pointer-events: none;
}
#top .ttl {
	height: 80px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#top .ttl {
		height: auto;
	}
}
#top .ttl img {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 768px) {
	#top .ttl img {
		width: 100%;
		height: auto;
	}
}
#top .inner {
	max-width: var(--pcW);
	width: var(--spW);
	margin: auto;
}
#top .slider {
	padding-left: 30px;
	padding-right: 30px;
}
#top #mv {
	position: relative;
	background: #ccc;
	padding: 80px 0 180px;
}
@media screen and (max-width: 768px) {
	#top #mv {
		padding: 4vw 0 30px;
	}
}
#top #mv #mvVideo {
	position: absolute;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#top #mv .mvTtl {
	opacity: 0;
	visibility: hidden;
	position: relative;
	max-width: 740px;
	width: 55%;
	margin: auto;
	transform: translateY(2vw);
	transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
	#top #mv .mvTtl {
		padding: 0;
		width: 73.5%;
	}
}
#top #mv .mvTtl.show {
	opacity: 1;
	visibility: visible;
}
#top #topNavs {
	margin-top: -30px;
	background: url(../../assets/images/top/bg01.png) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top #topNavs {
		margin: 0;
		padding: 30px 0 30px;
		background: url(../../assets/images/top/bg01_sp.png) center no-repeat;
		background-size: cover;
	}
}
#top #topNavs .slider {
	transform: translateY(-50px);
}
@media screen and (max-width: 768px) {
	#top #topNavs .slider {
		transform: translateY(0);
	}
}
#top #topNavs .topNav a {
	display: block;
	margin: 0 8px;
	background: #fff;
}
@media screen and (max-width: 768px) {
	#top #topNavs .topNav a {
		margin: 0 5px;
	}
}
#top #progress {
	padding: 50px 0 70px;
	background: url(../../assets/images/top/bg02.png) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top #progress {
		background: url(../../assets/images/top/bg02_sp.png) top no-repeat;
		background-size: cover;
		padding: 40px 0 50px;
	}
}
#top #progress .ttl {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#top #progress .ttl {
		margin-bottom: 20px;
	}
}
#top #progress .progressWrap {
	max-width: 940px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#top #progress .progressWrap {
		flex-direction: column;
		align-items: center;
		gap: 40px 0;
	}
}
#top #progress .progressBox {
	max-width: 450px;
	width: 48%;
}
@media screen and (max-width: 768px) {
	#top #progress .progressBox {
		width: 100%;
	}
}
#top #progress .progressNum {
	font-size: min(10.5vw, 105px);
}
@media screen and (max-width: 768px) {
	#top #progress .progressNum {
		font-size: min(22vw, 105px);
	}
}
#top #progress .progressTxt {
	font-size: min(1.9vw, 20px);
}
@media screen and (max-width: 768px) {
	#top #progress .progressTxt {
		font-size: min(4vw, 20px);
	}
}
#top #progress .progressBtn {
	width: 82%;
	max-width: 366px;
	margin: 30px auto 0;
	background: #fff;
}
@media screen and (max-width: 768px) {
	#top #progress .progressBtn {
		margin-top: 20px;
	}
}
#top #progress .progressBtn a {
	position: relative;
	display: block;
	padding: 0.65em;
	background: var(--mainC);
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	color: #000;
	text-align: center;
	text-decoration: none;
}
#top #progress .progressBtn a span {
	position: relative;
}
#top #progress .progressBtn a span::after {
	content: "▶";
	display: inline-block;
	padding-left: 0.25em;
}
@media (hover: hover) {
	#top #progress .progressBtn a {
		transition: opacity 0.5s;
	}
	#top #progress .progressBtn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	#top #progress .progressBtn a {
		font-size: max(14px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
#top #news {
	padding: 50px 0 70px;
	background: url(../../assets/images/top/bg01.png) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top #news {
		padding: 30px 0 35px;
	}
}
#top #news .ttl {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#top #news .ttl {
		margin-bottom: 20px;
	}
}
#top #news .newsList .slick-track {
	display: flex;
}
#top #news .newsItem {
	height: auto !important;
}
#top #news .newsItem .slideInner {
	height: 100%;
	margin: 0 10px;
	padding: 8px 6px;
	border: 1px solid var(--mainC);
	background: #000;
	display: block;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#top #news .newsItem .slideInner {
		margin: 0 5px;
	}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
	#top #news .newsItem .slideInner {
		font-size: max(14px, calc(20px + (100vw - 640px) * 20 / 640));
	}
}
#top #news .newsItem .newsContent {
	padding: 10px 0;
}
#top #news .newsItem .slideInner .newsDate {
	color: var(--mainC);
	margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
	#top #news .newsItem .newsDate {
		margin-bottom: 4px;
	}
}

#top #news .newsItem a.slideInner .newsTxt {
	text-decoration: underline !important;
}

#top #twitter {
	padding: 60px 0 70px;
	background: url(../../assets/images/top/bg03.png) center top no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top #twitter {
		padding: 30px 0 40px;
		background: url(../../assets/images/top/bg03_sp.png) center top no-repeat;
		background-size: cover;
	}
}
#top #twitter .lead {
	text-align: center;
	margin: 30px 0 20px;
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
	#top #twitter .lead {
		margin: 20px 0 20px;
		font-size: max(14px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
#top #twitter .tweetBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 585px;
	height: 904px;
	margin: auto;
	background: rgba(0, 0, 0, 0.45);
}
#top #twitter .tweetBox .twitter-timeline {
	display: block;
	width: 555px;
	height: 874px;
	margin: 10px auto 0;
	overflow-y: scroll;
}
@media screen and (max-width: 768px) {
	#top #twitter .tweetBox {
		width: 88%;
		height: 153vw;
	}
	#top #twitter .tweetBox .twitter-timeline {
		width: 90%;
		height: 95%;
	}
}
#top #category {
	padding: 50px 0 100px;
	background: url(../../assets/images/top/bg01.png) center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	#top #category {
		padding: 30px 0 40px;
		background: url(../../assets/images/top/bg01_sp.png) center no-repeat;
		background-size: cover;
	}
}
#top #category .ttl {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	#top #category .ttl {
		margin-bottom: 20px;
	}
}
#top #category .categoryItem {
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	#top #category .categoryItem {
		margin: 0 5px;
	}
}
#top #category .categoryItem a {
	display: block;
	background: #fff;
}
#top #foot {
	background: #120f12;
	padding-bottom: 80px;
	height: clamp(650px, 90vw, 800px);
}
@media screen and (max-width: 768px) {
	#top #foot {
		height: auto;
		padding-bottom: 60px;
	}
}
#top #foot .inner {
	position: relative;
	padding: 30px 0;
}
@media screen and (max-width: 768px) {
	#top #foot .inner {
		width: 100%;
	}
}
#top #foot .footBg {
	position: absolute;
	right: -10%;
	top: 0;
	width: 95%;
	max-width: 800px;
}
@media screen and (max-width: 768px) {
	#top #foot .footBg {
		width: 75%;
		right: 0;
	}
}
#top #foot .footTxts {
	position: relative;
	max-width: 880px;
	margin: auto;
	padding: 0 0 0 4.5%;
}
@media screen and (max-width: 768px) {
	#top #foot .footTxts {
		padding-left: 3%;
	}
}
#top #foot .footTxts .ttl {
	text-align: left;
	max-width: 400px;
	width: 55%;
	height: auto;
	margin-bottom: 5px;
}
#top #foot .footTxts .txt {
	margin-bottom: 40px;
	padding-left: 0.5em;
	line-height: 2;
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	font-family: serif;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	#top #foot .footTxts .txt {
		margin-bottom: 30px;
		font-size: max(14px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
#top #foot .footTxts .btn {
	max-width: 366px;
}
@media screen and (max-width: 768px) {
	#top #foot .footTxts .btn {
		width: 75%;
		margin: auto;
	}
}
#top #foot .footTxts .btn a {
	position: relative;
	display: block;
	padding: 0.65em;
	border: 1px solid var(--mainC);
	color: var(--mainC);
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#top #foot .footTxts .btn a {
		font-size: max(14px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
#top #foot .footTxts .btn a span {
	position: relative;
}
#top #foot .footTxts .btn a span::after {
	content: "▶";
	display: inline-block;
	padding-left: 0.25em;
}
@media (hover: hover) {
	#top #foot .footTxts .btn a {
		transition: opacity 0.5s;
	}
	#top #foot .footTxts .btn a:hover {
		opacity: 0.7;
	}
}
#top #footer {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
@media screen and (max-width: 768px) {
	#top #footer {
		bottom: 25px;
	}
}

.progressFigure {
	position: relative;
	width: 100%;
	aspect-ratio: 225/113;
	overflow: hidden;
	background: url(../../assets/images/progress/progress_pie.png) center no-repeat;
	background-size: 100% auto;
}

.progressCircle {
	width: 100%;
	aspect-ratio: 1;
	background: conic-gradient(rgba(0, 0, 0, 0.77) 0% 50%, rgba(0, 0, 0, 0) 50% 100%);
	border-radius: 50%;
	transform-origin: center;
}

.progressImg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.75%;
	width: 80.75%;
	margin: auto;
}

.progressNum {
	position: absolute;
	top: 23%;
	left: 39%;
	font-family: "Fira Sans Extra Condensed", sans-serif;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.progressNum small {
	font-size: 0.5em;
	font-weight: 400;
}

.progressTxt {
	position: absolute;
	bottom: 7.75%;
	width: 100%;
	margin: auto;
	text-align: center;
	font-weight: bold;
	color: #000;
}

body#progress_p .progressBox {
	border-color: #b53115;
	background: url(../../assets/images/progress/pattern_pachinko.svg) repeat;
	background-size: 35px;
}
body#progress_p .progressTxt {
	bottom: 8.2%;
}

body#progress_slo .progressBox {
	border-color: #009fd6;
	background: url(../../assets/images/progress/pattern_slot.svg) repeat;
	background-size: 35px;
}
body#progress_slo .progressTxt {
	bottom: 8%;
}

.flowSubject.complete {
	position: relative;
}

body.progress {
	background: #000 url(../../assets/images/progress/bg01.png) center top no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 666px) {
	body.progress {
		background: #000 url(../../assets/images/progress/bg01_sp.png) center top no-repeat;
		background-size: 100% auto;
	}
}
body.progress #wrapper {
	padding-top: 80px;
}
body.progress .ttl {
	height: 80px;
	text-align: center;
	margin: 0 auto 25px;
}
@media screen and (max-width: 666px) {
	body.progress .ttl {
		max-width: 610px;
		width: var(--spW);
		height: auto;
	}
}
body.progress .ttl img {
	width: auto;
	height: 100%;
}
@media screen and (max-width: 666px) {
	body.progress .ttl img {
		width: 100%;
		height: auto;
	}
}
body.progress .progressBox {
	position: relative;
	max-width: 610px;
	width: var(--spW);
	margin: auto;
	border-width: 4px;
	border-style: solid;
}
body.progress .progressBox::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -5px;
	top: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background: #fff;
}
body.progress .progressBox .inner {
	padding: 10px;
}
body.progress .progressBox .progressAbout {
	border: 3px solid #000;
	margin-bottom: 10px;
}
body.progress .progressBox .progressAbout > dt {
	cursor: pointer;
	position: relative;
	border-bottom: 3px solid #000;
}
body.progress .progressBox .progressAbout > dt::after {
	content: "▼";
	position: absolute;
	right: 0.75em;
	top: 0;
	bottom: 0;
	width: 1.2em;
	height: 1.2em;
	margin: auto;
	color: #000;
	transform: translateY(-0.1em);
	transition: 0.5s;
}
body.progress .progressBox .progressAbout > dt.active::after {
	transform: rotateX(180deg) translateY(0);
}
body.progress .progressBox .progressAbout > dd {
	display: none;
	background: #fff;
	color: #000;
	font-size: clamp(16px, (16px + ((100vw - 768px) * ((18 - 16) / (960 - 768)))), 18px);
	line-height: 1.5;
	padding: 10px 12px;
}
body.progress .progressBox .figureTtl {
	margin-bottom: 30px;
}
body.progress .progressBox .progressFigure {
	width: var(--spW);
	margin: 0 auto 20px;
}
body.progress .progressBox .progressFigure .progressNum {
	font-size: min(19vw, 128px);
}
body.progress .progressBox .progressFigure .progressTxt {
	font-size: min(3.45vw, 23px);
}
body.progress .progressBox .flowTtl {
	margin-bottom: 30px;
}
body.progress .progressBox .flowWrap {
	display: flex;
	flex-direction: column;
	gap: 24px 0;
}
body.progress .progressBox .flowBox {
	position: relative;
	z-index: 2;
}
body.progress .progressBox .flowBox:not(:last-child)::after {
	content: "▼";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -19px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 1;
	transform: scale(1.1, 1);
	margin: auto;
	color: #fff;
}
body.progress .progressBox .flowBox .flowSubject {
	position: relative;
	background: #000;
	border: 2px solid #000;
	border-bottom: none;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 576/88;
	line-height: 1;
	z-index: 2;
}
body.progress .progressBox .flowBox .flowSubject::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	z-index: 0 !important;
}
body.progress .progressBox .flowBox .flowSubject.current {
	aspect-ratio: 576/128;
}
body.progress .progressBox .flowBox .flowSubject.current img {
	height: min(5.5vw, 32px);
}
body.progress .progressBox .flowBox .flowSubject.current::before {
	transform-origin: left bottom;
	transform: scale(1.3);
}
body.progress .progressBox .flowBox .flowSubject img {
	height: min(4.125vw, 24px);
}
body.progress .progressBox .flowBox .flowSubject::before {
	content: "";
	position: absolute;
	display: block;
}

body.progress .progressBox .flowBox .flowSubject.complete div.end {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	bottom: 0;
	right: 7px !important;
	left: auto;
	width: 50px;
	height: 72px;
	background: url(../../assets/images/progress/progress_complete.svg) center top no-repeat;
	background-size: 100% auto;
	border: none;
	z-index: 2 !important;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .flowBox .flowSubject.complete div.end {
		width: 8.5vw;
		top: 0.5vw;
		height: 12vw;
	}
}
body.progress .progressBox .flowBox .flowSubject span::after,
body.progress .progressBox .flowBox .flowItem::after {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 48.04%, rgba(255, 255, 255, 0.1) 51.68%, rgba(255, 255, 255, 0.2) 100%);
}

body.progress .progressBox dd {
	z-index: 1;
	position: relative;
}

body.progress .progressBox .flowBox .flowList {
	border-bottom: 2px solid #000;
}
body.progress .progressBox .flowBox .flowList .flowItem {
	position: relative;
	text-align: center;
	background: #808080;
	border: 2px solid #000;
	border-bottom: none;
	padding: 5px 0 2px;
}
body.progress .progressBox .flowBox .flowList .flowItem::after {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 48.04%, rgba(255, 255, 255, 0.1) 51.68%, rgba(255, 255, 255, 0.2) 100%);
}
body.progress .progressBox .flowBox .flowList .flowItem span {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 22px;
	opacity: 0.4;
	color: #000;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .flowBox .flowList .flowItem span {
		font-size: max(15px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
body.progress .progressBox .flowBox .flowList .flowItem i {
	position: absolute;
	display: block;
	top: 7px;
	right: 20px !important;
	left: auto;
	width: 28px;
	height: 28px;
	background: url(../../assets/images/result/fix.svg) center top no-repeat;
	background-size: 100% auto;
	border: none;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .flowBox .flowList .flowItem i {
		width: 20px;
		height: 220px;
	}
}
body.progress .progressBox .flowBox .flowList .flowItem.fixed span {
	color: #fff;
}
body.progress .progressBox .flowBox .flowList .flowItem.complete span {
	color: #fff;
	opacity: 0.25;
}
body.progress .progressBox .flowBox .flowList .flowItem.now {
	padding-bottom: 4px;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .flowBox .flowList .flowItem.now {
		padding-bottom: 3px;
	}
}
body.progress .progressBox .flowBox .flowList .flowItem.now::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #ff0000;
}
body.progress .progressBox .flowBox .flowList .flowItem.now i {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	height: 100%;
	-webkit-clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0 100%, 0 0);
	clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0 100%, 0 0);
	padding: 2px 45px 0 3px;
	background: #ff0000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
}
body.progress .progressBox .flowBox .flowList .flowItem.now i::before {
	content: "NOW";
	animation: blink 2s infinite;
}
@keyframes blink {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
body.progress .progressBox .flowBox .flowList .flowItem.now span {
	font-weight: bold;
	opacity: 1;
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.progress .progressBox .kikaku .flowSubject::before {
	left: 5px;
	bottom: 0;
	width: 110px;
	height: 120px;
	background: url(../../assets/images/progress/kikaku_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 3;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .kikaku .flowSubject::before {
		left: 0.75vw;
		width: 16vw;
		height: 16.5vw;
	}
}
body.progress .progressBox .kikaku .flowSubject,
body.progress .progressBox .kikaku .flowList .flowItem.complete,
body.progress .progressBox .kikaku .flowList .flowItem.now,
body.progress .progressBox .kikaku .flowList .flowItem.fixed {
	background: #053d22;
}
body.progress .progressBox .kousei .flowSubject::before {
	left: 5px;
	bottom: 0;
	width: 120px;
	height: 120px;
	background: url(../../assets/images/progress/kousei_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 2;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .kousei .flowSubject::before {
		left: 0.75vw;
		width: 18vw;
		height: 18vw;
	}
}
body.progress .progressBox .kousei .flowSubject,
body.progress .progressBox .kousei .flowList .flowItem.complete,
body.progress .progressBox .kousei .flowList .flowItem.now,
body.progress .progressBox .kousei .flowList .flowItem.fixed {
	background: #7e6900;
}
body.progress .progressBox .spec .flowSubject::before {
	left: 10px;
	bottom: 0;
	width: 120px;
	height: 130px;
	background: url(../../assets/images/progress/spec_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 3;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .spec .flowSubject::before {
		left: 1.5vw;
		width: 18vw;
		height: 18vw;
	}
}
body.progress .progressBox .spec .flowSubject,
body.progress .progressBox .spec .flowList .flowItem.complete,
body.progress .progressBox .spec .flowList .flowItem.now,
body.progress .progressBox .spec .flowList .flowItem.fixed {
	background: #704000;
}
body.progress .progressBox .aVer .flowSubject::before {
	left: 15px;
	bottom: 0;
	width: 105px;
	height: 120px;
	background: url(../../assets/images/progress/a_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .aVer .flowSubject::before {
		width: 16vw;
		height: 16vw;
	}
}
body.progress .progressBox .aVer .flowSubject,
body.progress .progressBox .aVer .flowList .flowItem.complete,
body.progress .progressBox .aVer .flowList .flowItem.now,
body.progress .progressBox .aVer .flowList .flowItem.fixed {
	background: #661c49;
}
body.progress .progressBox .bVer .flowSubject::before {
	left: 15px;
	bottom: 0;
	width: 120px;
	height: 120px;
	background: url(../../assets/images/progress/b_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 3;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .bVer .flowSubject::before {
		width: 18vw;
		height: 16vw;
	}
}
body.progress .progressBox .bVer .flowSubject,
body.progress .progressBox .bVer .flowList .flowItem.complete,
body.progress .progressBox .bVer .flowList .flowItem.now,
body.progress .progressBox .bVer .flowList .flowItem.fixed {
	background: #432860;
}
body.progress .progressBox .shinsei .flowSubject::before {
	left: 10px;
	bottom: 0;
	width: 110px;
	height: 120px;
	background: url(../../assets/images/progress/shinsei_img01.png) center bottom no-repeat;
	background-size: 100% auto;
	z-index: 3;
}
@media screen and (max-width: 666px) {
	body.progress .progressBox .shinsei .flowSubject::before {
		left: 1.5vw;
		width: 18vw;
		height: 18vw;
	}
}
body.progress .progressBox .shinsei .flowSubject,
body.progress .progressBox .shinsei .flowList .flowItem.complete,
body.progress .progressBox .shinsei .flowList .flowItem.now,
body.progress .progressBox .shinsei .flowList .flowItem.fixed {
	background: #38668a;
}
body.progress .progressBox .naisyo {
	margin: 30px auto 10px;
}
body.progress .progressNav {
	max-width: 610px;
	width: var(--spW);
	margin: 20px auto 0;
	background: #fff;
}

body#result {
	background: #000 url(../../assets/images/result/bg01.png) center top no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	body#result {
		background: #000 url(../../assets/images/result/bg01_sp.png) center top no-repeat;
		background-size: 100% auto;
	}
}
body#result #wrapper {
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	body#result #wrapper {
		padding-top: 70px;
	}
}
body#result .ttl {
	max-width: 486px;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	body#result .ttl {
		width: 70%;
	}
}
body#result .video {
	max-width: 550px;
	width: calc(var(--spW) + 6px);
	aspect-ratio: 550/308;
	position: relative;
	margin: -10px auto 20px;
}
@media screen and (max-width: 768px) {
	body#result .video {
		aspect-ratio: 610/340;
	}
}
body#result .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body#result .txt01 {
	max-width: 510px;
	text-align: center;
	margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
	body#result .txt01 {
		width: 66%;
	}
}
body#result .resultBox {
	position: relative;
	max-width: 900px;
	width: var(--spW);
	margin: auto;
	padding-bottom: 30px;
	border: 3px solid #2966a9;
	background: url(../../assets/images/result/pattern_result01.svg) repeat;
	background-size: 35px;
}
@media screen and (max-width: 768px) {
	body#result .resultBox {
		padding-bottom: 20px;
	}
}
body#result .resultBox::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: -6px;
	top: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	background: #008bd3;
}
body#result .resultBox .txt02 {
	max-width: 658px;
	width: var(--spW);
	text-align: center;
	margin: 8px auto 12px;
}
body#result .resultBox .topRank,
body#result .resultBox .otherRank {
	position: relative;
	max-width: 852px;
	width: var(--spW);
	margin: auto;
	padding: 0 3% 30px;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .topRank,
	body#result .resultBox .otherRank {
		padding: 0 calc(3% - 3px) 20px;
	}
}
body#result .resultBox .topRank::before,
body#result .resultBox .otherRank::before {
	pointer-events: none;
	content: "";
	position: absolute;
}
body#result .resultBox .topRank {
	margin-bottom: 30px;
	border: 3px solid #7a272d;
	background: url(../../assets/images/result/pattern_result02.svg) repeat;
	background-size: 35px;
}
body#result .resultBox .topRank::before {
	left: -6px;
	top: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 3px solid #902227;
}
body#result .resultBox .otherRank {
	padding-top: 30px;
}
body#result .resultBox .otherRank::before {
	left: -4px;
	top: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	background: #194f98;
	mix-blend-mode: multiply;
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .otherRank {
		padding: 15px calc(3% - 3px) 15px;
	}
}
body#result .resultBox .rankBoxs {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .rankBoxs {
		gap: 15px 0;
	}
}
body#result .resultBox .txt03 {
	max-width: 595px;
	text-align: center;
	margin: 8px auto 10px;
}
body#result .resultBox .voice dt {
	cursor: pointer;
	position: relative;
	padding: 10px 20px 9px;
	color: #000;
	font-weight: bold;
	background: linear-gradient(90deg, rgb(0, 128, 200) 0%, rgb(89, 147, 194) 23.74%, rgb(143, 181, 217) 50.98%, rgb(126, 170, 210) 61.22%, rgb(89, 147, 194) 78.22%, rgb(0, 128, 200) 100%);
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dt {
		padding: 7px 10px 6px;
	}
}
body#result .resultBox .voice dt::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #000;
	mix-blend-mode: multiply;
	opacity: 0.3;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dt::before {
		border-width: 0.65vw;
	}
}
body#result .resultBox .voice dt::after {
	content: "▼";
	position: absolute;
	right: 0.75em;
	top: 0;
	bottom: 0;
	font-size: 1em;
	width: 1em;
	height: 1em;
	margin: auto;
	color: #000;
	transform: translateY(-0.25em);
	transition: 0.5s;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dt::after {
		font-size: 0.9em;
	}
}
body#result .resultBox .voice dt.active::after {
	transform: rotateX(180deg) translateY(-0.15em);
}
body#result .resultBox .voice dd {
	display: none;
	position: relative;
	background: #fff;
	color: #000;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dd {
		font-size: max(12px, calc(14px + (100vw - 640px) * 14 / 640));
	}
}
body#result .resultBox .voice dd::before {
	pointer-events: none;
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #b2b2b2;
	border-top: none;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dd::before {
		border-width: 0.65vw;
	}
}
body#result .resultBox .voice dd .voiceList {
	margin-right: 4px;
	padding: 12px 12px 14px;
	max-height: 200px;
	overflow-y: auto;
}
@media screen and (max-width: 768px) {
	body#result .resultBox .voice dd .voiceList {
		padding: 6px 10px 8px;
	}
}
body#result .resultBox #rank01 .voice dt {
	background: linear-gradient(
		90deg,
		rgb(173, 138, 58) 0%,
		rgb(226, 192, 67) 23.74%,
		rgb(246, 244, 202) 50.98%,
		rgb(243, 237, 185) 55.68%,
		rgb(237, 220, 140) 65.01%,
		rgb(226, 193, 68) 77.99%,
		rgb(226, 192, 67) 78.22%,
		rgb(173, 138, 58) 100%
	);
}
body#result .resultBox #rank02 .voice dt {
	background: linear-gradient(90deg, rgb(140, 140, 140) 0%, rgb(188, 188, 188) 23.74%, rgb(240, 240, 240) 50.98%, rgb(223, 223, 223));
}
body#result .resultBox #rank03 .voice dt {
	background: linear-gradient(
		90deg,
		rgb(158, 90, 52) 0%,
		rgb(199, 126, 60) 23.74%,
		rgb(222, 184, 170) 50.98%,
		rgb(218, 175, 153) 56.57%,
		rgb(209, 151, 108) 67.61%,
		rgb(199, 126, 60) 78.22%,
		rgb(158, 90, 52) 100%
	);
}
body#result .resultBox #rank04 .voice dt,
body#result .resultBox #rank05 .voice dt {
	background: linear-gradient(
		90deg,
		rgb(94, 134, 64) 0%,
		rgb(112, 166, 66) 23.74%,
		rgb(179, 211, 169) 50.98%,
		rgb(168, 203, 152) 56.89%,
		rgb(139, 184, 107) 68.57%,
		rgb(112, 166, 66) 78.22%,
		rgb(94, 134, 64) 100%
	);
}
body#result .underRank {
	position: relative;
	max-width: 900px;
	width: var(--spW);
	margin: 30px auto 10px;
	padding: 0;
	border: 1px solid var(--mainC);
	background: url(../../assets/images/result/pattern_result03.svg) repeat;
	background-size: 35px;
}
@media screen and (max-width: 768px) {
	body#result .underRank {
		margin: 20px auto 0;
	}
}
body#result .underRank .rankBoxs {
	display: flex;
	flex-direction: column;
	gap: 1.5em 0;
	max-height: 400px;
	overflow-y: auto;
	padding: 25px 3% 25px;
}
@media screen and (max-width: 768px) {
	body#result .underRank .rankBoxs {
		max-height: 60vh;
		padding: 18px 3% 18px;
	}
}
body#result .underRank .rankBox .head {
	font-size: 18px;
}
body#result .underRank .rankBox .head .rank,
body#result .underRank .rankBox .head .name {
	display: inline-block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body#result .underRank .rankBox .head .rank {
	padding-right: 0.75em;
}
@media screen and (max-width: 768px) {
	body#result .underRank .rankBox .head {
		font-size: max(14px, calc(22px + (100vw - 640px) * 22 / 640));
	}
}
body#result .underRank .rankBox .comment {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	body#result .underRank .rankBox .comment {
		font-size: max(12px, calc(18px + (100vw - 640px) * 18 / 640));
	}
}

#videoPopup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: var(--zi-popup);
}
#videoPopup .videoContainer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
}
#videoPopup video {
	display: block;
	margin: 0 auto;
	max-width: 80%;
	max-height: 80%;
}
#videoPopup .popupClose {
	cursor: pointer;
	position: absolute;
	top: 40px;
	right: 60px;
	width: 60px;
	height: 60px;
	line-height: 1;
	text-align: center;
	border-radius: 99em;
	transition: all 0.5s;
}
@media screen and (max-width: 768px) {
	#videoPopup .popupClose {
		top: 0;
		right: 10px;
	}
}
#videoPopup .popupClose:before,
#videoPopup .popupClose:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 2px;
	background-color: #fff;
}
#videoPopup .popupClose:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#videoPopup .popupClose:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
	#videoPopup .popupClose:hover {
		background: #fff;
	}
	#videoPopup .popupClose:hover:before,
	#videoPopup .popupClose:hover:after {
		background-color: var(--mainC);
	}
}

body#character {
	background: #000 url(../../assets/images/character/bg01.png) center 30px no-repeat;
	background-size: 1384px auto;
}
@media screen and (max-width: 768px) {
	body#character {
		background: #000 url(../../assets/images/character/bg01_sp.png) center top no-repeat;
		background-size: 100% auto;
	}
}
body#character .ttl {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 0;
	right: 0;
	max-width: 485px;
	width: 83.125%;
	margin: auto;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	body#character .ttl {
		top: calc(50px + 6vw);
	}
}
body#character .slideWrap {
	position: relative;
	margin: 30px auto 0;
}
body#character .slider .slick-arrow {
	top: 370px;
}
@media screen and (max-width: 768px) {
	body#character .slider .slick-arrow {
		top: 75vw;
	}
}
body#character .slider .slick-prev {
	left: 30px;
}
@media screen and (max-width: 768px) {
	body#character .slider .slick-prev {
		left: 10px;
	}
}
body#character .slider .slick-next {
	right: 30px;
}
@media screen and (max-width: 768px) {
	body#character .slider .slick-next {
		right: 10px;
	}
}
body#character .slide {
	position: relative;
	overflow: hidden;
}
body#character .slide .slideInner {
	max-width: 950px;
	margin: auto;
}
body#character .slide .characterImg {
	margin: auto;
	width: 115%;
	margin-left: -7.5%;
}
@media screen and (max-width: 768px) {
	body#character .slide .characterImg {
		position: relative;
		width: 100%;
		aspect-ratio: 640/1174;
		margin-left: 0;
	}
	body#character .slide .characterImg picture {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
}
body#character .slide .characterInfomation {
	position: absolute;
	top: 420px;
	left: 60px;
	width: 386px;
}
@media screen and (max-width: 910px) {
	body#character .slide .characterInfomation {
		top: auto;
		bottom: 120px;
		left: 0;
		right: 0;
		margin: auto;
	}
}
@media screen and (max-width: 768px) {
	body#character .slide .characterInfomation {
		position: relative;
		width: calc(100% - 60px);
		margin-top: calc(-70vw + 50px);
	}
}
body#character .slide .original {
	display: flex;
	gap: 0 5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	body#character .slide .original {
		gap: 0 16px;
	}
}
body#character .slide .original > li {
	width: 144px;
	height: 28px;
}
@media screen and (max-width: 768px) {
	body#character .slide .original > li {
		width: calc(50% - 8px);
		height: auto;
	}
}
body#character .slide .infomationBox {
	background: #000;
	background-image: url("../../assets/images/character/frame.svg");
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	background-size: 100% auto;
	padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
	body#character .slide .infomationBox {
		aspect-ratio: 386/182;
	}
}
body#character .slide .infomationBox .name {
	position: relative;
}
body#character .slide .infomationBox .name .skillBtn {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 11px;
	top: 13px;
	width: 124px;
	height: 21px;
}
@media screen and (max-width: 768px) {
	body#character .slide .infomationBox .name .skillBtn {
		right: 2vw;
		top: 2.75vw;
		width: 27.65625vw;
		height: auto;
	}
}
body#character .slide .infomationBox .txt {
	overflow-y: auto;
	height: 6.75em;
	margin: 5px 11px 0 14px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	body#character .slide .infomationBox .txt {
		height: 17.25vw;
		font-size: max(12px, calc(16px + (100vw - 640px) * 16 / 640));
		margin: 1vw 2.5vw 0 3.25vw;
	}
}
body#character .slide .infomationBox .txt {
	--sb-track-color: #000000;
	--sb-thumb-color: #4ee5ff;
	--sb-size: 5px;
	scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}
body#character .slide .infomationBox .txt::-webkit-scrollbar {
	width: var(--sb-size);
}
body#character .slide .infomationBox .txt::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 10px;
}
body#character .slide .infomationBox .txt::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 10px;
}
body#character .slide .infomationBox .txt p + p {
	margin-top: 1.5em;
}
body#character .slide .infomationBox .txt p:first-child {
	margin-bottom: -1em;
}
body#character .slide .infomationBox .txt p strong {
	font-size: 14px;
	font-weight: normal;
}
body#character .slider_thumbs {
	position: absolute;
	top: 650px;
	left: 60px;
	width: 386px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
}
@media screen and (max-width: 910px) {
	body#character .slider_thumbs {
		width: calc(100% - 60px);
		grid-template-columns: repeat(10, 1fr);
		position: static;
		margin: -90px auto 0;
		transform: translateY(0);
	}
}
@media screen and (max-width: 768px) {
	body#character .slider_thumbs {
		margin-top: -115px;
		grid-template-columns: repeat(5, 1fr);
	}
}
body#character .slider_thumbs .thumb {
	cursor: pointer;
	border: 1px solid var(--mainC);
	background: #000;
}
body#character .slider_thumbs .thumb img {
	will-change: opacity;
	transition: opacity 0.5s;
	image-rendering: pixelated;
}
body#character .slider_thumbs .thumb:not(.active) img {
	opacity: 0.4;
}
@media (hover: hover) {
	body#character .slider_thumbs .thumb:hover img {
		opacity: 1;
	}
}
body#character #footer {
	margin-top: -100px;
}
@media screen and (max-width: 910px) {
	body#character #footer {
		position: static;
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	body#character #footer {
		margin-top: 0;
	}
}
body#character .modaal-video-wrap {
	margin: auto 20px;
}
body#character .modaal-video-container {
	padding: 0;
	height: auto;
	aspect-ratio: 50/100;
	max-height: 80vh !important;
}
body#character .modaal-close:focus:after,
body#character .modaal-close:focus:before,
body#character .modaal-close:hover:after,
body#character .modaal-close:hover:before {
	background: var(--mainC);
} /*# sourceMappingURL=style.css.map */
