@charset "utf-8";
/* CSS Document */

p, span {
	transform: rotate(0.03deg);
}

/*メニュー*/

@media screen and (max-width:1100px) { /*MB*/
	.p-mobile-space {
		width: 100%;
		background:#210b08;
		height: 60px;
	}
}

@media screen and (min-width:1101px) { /*PC*/
	.p-header-inner {
		background-color:#fff;
		width:100%;
		height: 130px;
	}
	.lang {
		width: 100%;
		height: 30px;
		background-color: #062856;
	}
	.lang ul {
		width: 100%;
		max-width: 1100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0 auto;
	}
	.lang ul li {
		height: 30px;
		line-height: 30px;
	}
	.lang ul li a, .lang ul li span {
		display: block;
		padding:0 18px;
		background-color: #062856;
		text-decoration: none;
		transition: all 0.3s;
		color:#fff;
		font-size: 1.3rem;
		font-weight: 700;
		font-style: normal;
	}
	.lang ul li span {
		background-color: #2187eb!important;
	}
	.lang ul li a:hover {
		background-color: #2187eb;
		text-decoration: none;
	}
	.nav{
		width:100%;
		margin:0 auto;
		display: flex!important;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.p-colunm-02 {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		display: flex!important;
		justify-content: space-between;
	}
	.p-menu-logo {
		width:270px;
		padding:6px 0;
		display:flex;
		align-items:center;
		height:100px;
	}
	.nav ul.p-main-menu {
		display: flex;
		justify-content: space-between;
	}
	.nav ul.p-main-menu li {
		width: 138px;
		box-sizing: border-box;
	}
	.nav ul.p-main-menu li a {
		display: table-cell;
		vertical-align: middle;
		color:#062856;
		width: 138px;
		height: 100px;
		position: relative;
		margin:0 auto;
		line-height: 1.5;
	}
	.nav ul.p-main-menu li a p {
		font-size: 2.2rem;
		font-weight: 900;
	}
	.nav ul.p-main-menu li a span {
		font-size: 1.4rem;
	}
	.nav ul.p-main-menu li a:hover {
		text-decoration: none;
	}
	.nav ul.p-main-menu li a:after {
		content: "";
		display: block;
		width:0;
		position: absolute;
		left:50%;
		bottom:0px;
		height: 4px;
		background-color:#2187eb;
		transition: all 0.3s;
	}
	.nav ul.p-main-menu li a:hover:after {
		width:100%;
		left:0;
	}
}
@media screen and (max-width:1100px) { /*MB*/
	
/*外側クローズ用*/
	.p-main{
	}
	.p-main-cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-main-cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
	}

	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:#062856;
	}
	.p-header-wrap{
		position:relative;
		width: 100%;
		height: 60px;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		z-index: 950;
		padding-top:60px;
		background: rgba(6,40,86,0.8);
	}
	.p-menu-logo {
		width: 80%;
		margin:0 auto 12px;
	}
	.nav ul.p-main-menu li{
		border-bottom: 1px solid #DFEEFF;
		text-align: left;
		position: relative;
	}
	.nav ul.p-main-menu a{
		color: #fff;
		display: flex;
		align-items: center;
		box-sizing: border-box;
		padding:0 3%;
		width: 100%;
		height: 50px;
		font-size:2rem;
	}
	.nav ul.p-main-menu a p {
		font-weight: 900;
		margin-right: 12px;
	}
	.nav ul.p-main-menu a:hover{
		text-decoration: none;
	}
/*	言語*/
	.lang {
		width: 100%;
		padding:24px 0;
	}
	.lang ul {
		display: flex;
		flex-direction: column;
		gap:12px;
	}
	.lang ul li a, .lang ul li span {
		color: #fff;
		font-size: 1.3rem;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
	}
	.lang ul li span {
		display: block;
		width: 150px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		background-color: #2187eb!important;
		color:#fff;
		margin:0 auto;
	}
	.lang ul li a {
		display: block;
		width: 150px;
		height: 24px;
		line-height: 24px;
		color: #000;
		border-radius: 12px;
		background-color: #fff;
		margin:0 auto;
	}
	.lang ul li a:hover {
		text-decoration: none;
	}
	/*ナビボタン*/
	.p-header-sp-nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin:auto;
		cursor: pointer;
		z-index: 1000;
		background:#062856;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#062856;
		z-index: -1;
		position: absolute;
		right:-10px;
		top:-17px;
	}
	.p-header-sp-nav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-header-sp-nav span:first-of-type {
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.p-header-sp-nav span:nth-of-type(2) {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.p-header-sp-nav span:last-of-type {
		bottom: 0;
		top: auto;
	}
	.p-header-sp-nav.active{
	}
	.p-header-sp-nav.active span:nth-of-type(2) {
		right: -60px;
		opacity: 0;
		visibility: hidden;
	}
	.p-header-sp-nav.active span:first-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(45deg);
	}
	.p-header-sp-nav.active span:last-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(-45deg);
	}
	
}

/*共通ヘッダー*/

.p-head {
	width: 100%;
	max-width: 640px;
	position: relative;
	margin:0 auto 60px;
}

.p-head h3 {
	transform: rotate(0.03deg);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	color:#fff;
	font-size: 6.5rem;
	text-shadow: 0 0 12px #093f96,0 0 12px #093f96;
	margin-bottom: 16px;
	letter-spacing:0.5rem;
}

.p-head span {
	transform: rotate(0.03deg);
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	font-size: 2.4rem;
	text-shadow: 0 0 12px #093f96,0 0 12px #093f96;
	letter-spacing: 1rem;
}


/* 配信 */

.p-onsale-day {
	width:100%;
	background-color:#062856;
	box-sizing:border-box;
	padding:32px 0 32px;
	margin-bottom:32px;
	position:relative;
	z-index:1;
	display:flex;
	justify-content: center;
	gap:24px 60px;
	flex-wrap:wrap;
}

.p-stream-wrap {
	margin:0 auto;
}

.p-stream-wrap ul {
	display:flex;
	flex-wrap:wrap;
	gap:24px;
	justify-content: center;
}

/* 動画 */

.p-movie {
	position:relative;
	width:100%;
}

.p-movie iframe {
	width:100%;
	aspect-ratio:16 / 9;
}

/*アバウト*/

.p-about-visual {
	width:100%;
	max-width:1920px;
	background: url("../img/about_image.avif") center top no-repeat;
	background-size:cover;
	margin:0 auto;
	position:relative;
	z-index:1;
	box-sizing:border-box;
}

@media screen and (min-width:961px) { /*PC*/
	.p-about-visual {
		aspect-ratio: 16 / 9;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-about-visual {
		aspect-ratio: 4 / 5;
	}
}


.p-about-catch01 {
	width:100%;
	max-width:1200px;
	aspect-ratio:1797 / 157;
	background: url("../img/catch01.avif") center top no-repeat;
	background-size:cover;
	margin:0 auto;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.p-about-catch02 {
	width:100%;
	max-width:1200px;
	aspect-ratio:1238 / 188;
	background: url("../img/catch02.avif") center top no-repeat;
	background-size:cover;
	margin:0 auto;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

/* ストーリー */

.p-story-wrap {
	width:100%;
	position:relative;
	box-sizing:border-box;
	padding:300px 0 72px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-story-body {
		width:50%;
		margin-left:50%;
		background-color:rgba(255,255,255,0.8);
		box-sizing:border-box;
		padding:80px 36px 60px;
		position:relative;
		font-size:2rem;
		line-height:2;
		color:#062856;
	}
	.p-story-head {
		position:absolute;
		top:-80px;
		left:0;
	}
	.p-story-body p {
	font-weight:700;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-story-body {
		width:100%;
		background-color:rgba(255,255,255,0.8);
		box-sizing:border-box;
		padding:80px 36px 60px;
		position:relative;
		font-size:1.5rem;
		line-height:2;
		color:#062856;
	}
	.p-story-head {
		position:absolute;
		top:-40px;
		left:0;
	}
	.p-story-body p {
	font-weight:700;
	}
}



/*キャラクター*/

.p-chara-wrapper {
	background:url("../img/chara_head.avif") center top no-repeat;
	background-size: contain;
}

@media screen and (min-width:961px) { /*PC*/
	.p-chara-wrap {
		width: 100%;
		position: relative;
		padding-top:72px;
	}

	.p-chara-stand {
		width:100%;
		height:960px;
		position: relative;
		z-index: 10;
		left:0;
		top:0;
		
	}
	.stand-slide {
		width:100%;
		height:960px;
		position: relative;
	}

	.stand01 {background:url("../img/chara01.avif") left top no-repeat;background-size: contain;}
	.stand02 {background:url("../img/chara02.avif") left top no-repeat;background-size: contain;}

	.p-chara-text-wrap {
		background-color: rgba(255,255,255,0.75);
		width: 50%;
		box-sizing: border-box;
		color:#062856;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction:column;
		position:absolute;
		right:0;
		top:220px;
	}
	
	.p-chara-phrase {
		width: 100%;
		position: relative;
		padding:16px 48px;
		box-sizing:border-box;
		background-color:#062856;
		color:#fff;
	}
	.p-chara-phrase p {
		font-size:2.2rem;
		font-weight:700;
		line-height:1.7;
	}
	.p-chara-text {
		width: 100%;
		position: relative;
		padding:16px 48px;
		box-sizing:border-box;
	}
	.p-spell {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 2rem;
		margin-bottom: 8px;
	}
	
	.p-name {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 5rem;
		border-bottom: 1px solid #062856;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.p-cast {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 2.7rem;
		margin-bottom: 24px;
	}
	.p-disc {
		font-weight: 700;
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 24px;
	}
	.p-chara-voice {
		width: 100%;
		display: block;
	}
	.p-chara-voice ul {
		display:flex;
		justify-content: flex-start;
		gap:12px;
	}
	.p-chara-voice ul li {
		width:calc((100% - 24px) / 3);
	}
	.p-chara-voice ul li a {
		box-sizing:border-box;
		border: 1px solid #062856;
		display:flex;
		justify-content: center;
		align-items:center;
		background-color:#fff;
		height:24px;
		border-radius:12px;
		color:#062856;
		font-weight:900;
	}
	.p-chara-voice ul li a:hover {
		background-color:#062856;
		color:#fff;
		text-decoration:none;
	}
	.p-chara-select {
		position: relative;
		z-index:30;
		margin:0 auto 32px;
	}

	.swiper {
		width: 100%;
		height: 960px;
	}

	.thumb-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:50px;
	}

	.slide-select {
		width:400px!important;
		height:100px!important;
		overflow: hidden;
		cursor: pointer;
		box-sizing: border-box;
		background-color: #ffffff;
	}

	.slide-select img {
		transition: all 0.3s;
	}

	.slide-select img:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-chara-wrap {
		width: 100%;
		position: relative;
	}
	
	.swiper {
		width: 100%;
	}

	.p-chara-stand {
		width:100%;
		position: relative;
		z-index: 10;
		left:0;
		top:0;
	}

	.stand-slide {
		width:100%;
		position: relative;
		aspect-ratio: 1 / 2 ;
		display: block;
	}

	.stand01 {background:url("../img/chara01_mobile.avif") left top no-repeat;background-size: cover;}
	.stand02 {background:url("../img/chara02_mobile.avif") left top no-repeat;background-size: cover;}

	.p-chara-text-wrap {
		background-color: rgba(255,255,255,0.75);
		width: 100%;
		box-sizing: border-box;
		color:#062856;
		text-align: left;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-direction:column;
		position:absolute;
		right:0;
		bottom:0;
	}
	
	.p-chara-phrase {
		width: 100%;
		position: relative;
		padding:16px;
		box-sizing:border-box;
		background-color:#062856;
		color:#fff;
	}
	.p-chara-phrase p {
		font-size:1.6rem;
		font-weight:700;
		line-height:1.7;
	}
	.p-chara-text {
		width: 100%;
		position: relative;
		padding:16px;
		box-sizing:border-box;
	}
	.p-spell {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 1.6rem;
		margin-bottom: 8px;
	}
	
	.p-name {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 3.6rem;
		border-bottom: 1px solid #062856;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.p-cast {
		width: 100%;
		display: block;
		font-weight: 900;
		font-size: 2rem;
		margin-bottom: 24px;
	}
	.p-disc {
		font-weight: 700;
		font-size: 1.5rem;
		line-height: 1.5;
		margin-bottom: 24px;
	}
	.p-chara-voice {
		width: 100%;
		display: block;
	}
	.p-chara-voice ul {
		display:flex;
		justify-content: flex-start;
		gap:12px;
	}
	.p-chara-voice ul li {
		width:calc((100% - 24px) / 3);
	}
	.p-chara-voice ul li a {
		box-sizing:border-box;
		border: 1px solid #062856;
		display:flex;
		justify-content: center;
		align-items:center;
		background-color:#fff;
		height:24px;
		border-radius:12px;
		color:#062856;
		font-weight:900;
	}
	.p-chara-voice ul li a:hover {
		background-color:#062856;
		color:#fff;
		text-decoration:none;
	}

	.p-chara-select {
		position: relative;
		z-index:30;
		margin:0 auto 32px;
	}

	.thumb-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:10px;
		padding-top:60px;
	}

	.slide-select {
		width:48%!important;
		aspect-ratio: 4 / 1;
		overflow: hidden;
		cursor: pointer;
		box-sizing: border-box;
		background-color: #000;
		border: 1px solid #e11f27;
	}

	.slide-select img {
		transition: all 0.3s;
	}

	.slide-select img:hover {
		opacity: 0.6;
	}
}

/*システム*/

.p-system-ss {
	width:100%;
	position: relative;
	margin: 0 auto 32px;
}

.p-system-ss ul {
	display: flex;
	justify-content: center;
	gap:24px;
	flex-wrap: wrap;
}

.p-system-ss ul li {
	width: 50%;
	background-color: #fff;
	border: 1px solid #062856;
	box-sizing:border-box;
}

@media screen and (min-width:961px) { /*PC-LARGE*/
	.p-system-ss ul li {
		width: calc((100% - 48px) / 3);
	}
}
@media screen and (max-width:960px) { /*PC-MIDDLE*/
	.p-system-ss ul li {
		width: calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:728px) { /*MB*/
	.p-system-ss ul li {
		width: 100%;
	}
}

/*スペック*/

.p-spec-wrap {
	background-color: rgba(255,255,255,0.75);
	backdrop-filter: blur(10px);
	width: 100%;
	max-width: 960px;
	margin:0 auto;
	box-sizing: border-box;
	
}

@media screen and (min-width:961px) { /*PC*/
	.p-spec-wrap {
		padding: 60px 100px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-spec-wrap {
		padding: 48px 24px;
	}
}

.p-spec-head {
	background:#062856;
	color: #ffffff;
	max-width: 280px;
	box-sizing: border-box;
	padding:6px 12px;
	margin: 0 auto 60px;
}

.p-spec-head p {
	font-weight: 700;
	font-style: normal;
	font-size: 2.4rem;
}

.p-spec-list dl {
	border-bottom: 1px solid #fff;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	color:#062856;
	position: relative;
	line-height: 1.5;
	font-size: 1.6rem;
}

.p-spec-list dl dt {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-spec-list dl dt p {
	font-weight: 400;
}

.p-spec-list dl dd {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.p-spec-list dl dd p {
	font-weight: 400;
}

@media screen and (min-width:961px) { /*PC*/
	.p-spec-list dl dt {
		width: 30%;
		padding:16px 0;
	}
	.p-spec-list dl dd {
		width: 70%;
		padding:16px 0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-spec-list dl dt {
		width: 100%;
		padding:12px 0 12px;
	}
	.p-spec-list dl dt p {
		font-weight: 700;
	}
	.p-spec-list dl dd {
		width: 100%;
		padding:0 0 12px;
	}
}

/*フッター*/

.p-foot-x {
	display: block;
	width: 60px;
	background-color: #fff;
	margin: 0 auto 12px;
}

.p-foot-kogado {
	display: block;
	width: 200px;
	background-color: #fff;
	margin: 0 auto 12px;
}

.p-foot-contact {
	display: block;
	width: 200px;
	background-color: #fff;
	margin: 0 auto 24px;
}

.p-foot-steam-copyright {
	color: #fff;
	font-size: 1.4rem;
	line-height:1.6;
}

.p-foot-steam-copyright p {
}

/*ガイドライン*/

.p-guideline-title {
	background-color: #062856;
	padding:8px;
	
	margin-bottom: 32px;
}

.p-guideline-title p {
	color:#fff;
	font-size: 1.8rem;
	font-weight:700;
}

.p-guideline-wrap p {
	color: #062856;
	font-size: 1.7rem;
	line-height: 1.8;
	text-align: left;
}