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

/* ジャンプリンク */

@media screen and (min-width:961px) { /*PC*/
	.p-jumplink {
		position: fixed;
		right:0;
		z-index: 500;
	}
	.p-jumplink {
		bottom:50px;
	}
	.p-jumplink ul {
		display: flex;
		flex-direction: column;
		gap:12px;
	}
	.p-jumplink ul li {
		background:#fff;
		border-radius: 10px 0 0 10px;
		overflow: hidden;
		box-shadow: 0 0 7px rgba(0,0,0,0.25);
		position: relative;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-jumplink {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

/*共通*/

.p-head {
	width:100%;
	max-width: 566px;
	margin:0 auto 48px;
}

.p-topics {
	max-width: 464px;
	margin:0 auto 48px;
}

@media screen and (min-width:641px) { /*PC*/
	.p-topics {
		width:100%;
	}
}
@media screen and (max-width:640px) { /*MB*/
	.p-topics {
		width:80%;
	}
}

/*メインビジュアル*/


@media screen and (min-width:961px) { /*PC*/
	.p-main-area {
		width: 100%;
		min-width: 960px;
		margin:0 auto;
		position: relative;
	}
	.p-main-brand {
		background:url("../img/main_logo.avif") left top no-repeat;
		aspect-ratio: 18 / 8 ;
		width: 12%;
		background-size: cover;
		max-width:180px;
		position: absolute;
		left:20px;
		top: 20px;
	}
	.p-main-title {
		background:url("../img/main_title.avif") left center no-repeat;
		background-size: contain;
		aspect-ratio:2048 / 1500;
		width: 100%;
		position: absolute;
		left:0;
		top:0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-main-area {
		width: 100%;
		background:url("../img/mainvisual_mobile.avif") left top no-repeat;
		background-size: cover;
		aspect-ratio:2 / 3;
		margin:60px auto 0;
		position: relative;
	}
}

/*日付*/

.p-day-wrap {
} 

/*PC用メニュー*/

.p-pc-menu {
	width: 100%;
	height: 100px;
	background:url("../img/menu_bg.avif") center top repeat;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
	position:relative;
	z-index:10;
}

.p-pc-nav {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1100px;
	padding: 0 20px;
	margin: 0 auto;
	height: 100px;
	align-content: center;
	align-items: center;
}

ul.p-mainmenu {
	display: flex;
	justify-content: center;
}

ul.p-mainmenu li {
	display:block;
	width:136px;
	height:100px;
	position: relative;
	overflow:hidden;
	z-index:18;
	border-left:1px solid #c089e3;
}

ul.p-mainmenu li:last-child {
	border-right:1px solid #c089e3;
}

ul.p-mainmenu li a {
	display:block;
	width:136px;
	height:100px;
	text-indent:-9999px;
	overflow: hidden;
}

.p-menu-01 a {background:url("../img/menu01.avif") center top no-repeat;}
.p-menu-02 a {background:url("../img/menu02.avif") center top no-repeat;}
.p-menu-03 a {background:url("../img/menu03.avif") center top no-repeat;}
.p-menu-04 a {background:url("../img/menu04.avif") center top no-repeat;}
.p-menu-05 a {background:url("../img/menu05.avif") center top no-repeat;}
.p-menu-06 a {background:url("../img/menu06.avif") center top no-repeat;}
.p-menu-07 a {background:url("../img/menu07.avif") center top no-repeat;}
.p-menu-08 a {background:url("../img/menu08.avif") center top no-repeat;}

ul.p-mainmenu li a:after {
	content: "";
	display:block;
	position: absolute;
	width:136px;
	height:3px;
	bottom:0px;
	left:0;
	background-color:#ffffff;
	opacity: 0;
	transition: all 0.3s;
}



ul.p-mainmenu li a:hover:after, ul.p-mainmenu li a:hover:before {
	opacity:1;
}


/*ハンバーガーメニュー*/

/*====== 上に消えるアニメ ======*/
#header.UpMove, #HbButton.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	  transform: translateY(0);
  }
  to {
    opacity: 0;
	  transform: translateY(-100px);
  }
}

/*====== 下に消えるアニメ ======*/
#header.DownMove, #HbButton.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*外側クローズ用*/
.p-main{
}
.p-main-cover{
	position: fixed;
	width: 100%;
	visibility: hidden;
	z-index: -1;  
	-webkit-transition: .2s;
	transition: .2s;
}
.p-main-cover.active{
	width: 100%;
	height:100%;
	visibility: visible;
	background:rgba(127,96,147,0.75);
	z-index:1000;
}

.p-header-inner{
	width: 0;
	position:fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #7f6093;
	-webkit-transition: .2s;
	transition: .2s;
}
.p-header-inner.active{
	width: 100%;
}
.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;
}

.nav-menu li{
	background: #7f6093;
	border-bottom: 1px solid #BDB4A2;
	text-align: center;
}
.nav-menu a{
	color: #ffffff;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size:2rem;
	font-weight: 700;
	font-style: normal;
}
.nav-menu a span{
	margin-left:12px;
	font-weight:400!important;
	font-size:80%;
}
.nav-menu 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:#7f6093;
}
.p-header-sp-nav:before {
	content: "";
	display: block;
	width:50px;
	height:60px;
	background-color:#7f6093;
	z-index: -1;
	position: absolute;
	right:-10px;
	top:-17px;
}
.p-header-sp-nav span {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	background: #ffffff;
	-webkit-transition: .2s;
	transition: .2s;
}
.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-news-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px;
}

.p-log-box {
	width:100%;
	background:url("../img/pat01.avif") left top repeat;
	border:4px solid #7f6093;
	box-sizing: border-box;
	border-radius: 20px;
	padding:0 26px 26px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-log-box {
		width:calc((100% - 20px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-log-box {
		width:100%;
	}
}

.p-textbox {
	background:url("../img/bg_news.avif") left bottom no-repeat #ffffff;
	height: 380px;
	border-radius: 10px;
	text-align: left;
	position: relative;
	padding:20px;
	overflow: scroll;
}

.p-textbox dl {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding:12px 0;
	font-size: 1.6rem;
	border-bottom:1px solid rgba(225,225,225,1.00);
}

.p-textbox dl dt {
	color:#cb4354;
	margin-bottom:8px;
}

.p-twitbox {
	background:url("../img/bg_x.avif") right bottom no-repeat #ffffff;
	height: 380px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

/* ムービー */

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

/* アバウト */

.p-concept-body {
	width:100%;
	box-sizing:border-box;
	position:relative;
	z-index:1;
	margin:0 auto 60px;
}

.p-story-body {
	width:100%;
	box-sizing:border-box;
	position:relative;
	z-index:1;
}

@media screen and (min-width:961px) { /*PC*/
	.p-concept-body {
		height:354px;
		background:url("../img/concept_body.avif") center top no-repeat;
	}
	
	.p-story-body {
		height:903px;
		background:url("../img/story_body.avif") center top no-repeat;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-concept-body {
		aspect-ratio:95 / 102;
		background:url("../img/concept_body_mobile.avif") center top no-repeat;
		background-size:cover;
	}
	
	.p-story-body {
		aspect-ratio:96 / 144;
		background:url("../img/story_body_mobile.avif") center top no-repeat;
		background-size:cover;
	}
}

/*キャラクター*/

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

	.p-chara-left {
		width:500px;
		height:900px;
		position: absolute;
		z-index: 5;
		left:50%;
		margin-left: -550px;
		top:60px;
	}

	#Chara01 .p-chara-left {background:url("../img/chara/chara01_bg.avif") left top no-repeat;}
	#Chara02 .p-chara-left {background:url("../img/chara/chara02_bg.avif") left top no-repeat;}
	#Chara03 .p-chara-left {background:url("../img/chara/chara03_bg.avif") left top no-repeat;}

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

	.stand-slide {
		width:100%;
		height:1020px;
	}

	#Chara01 .stand01 {background:url("../img/chara/chara01_stand_1.avif") center top no-repeat;}
	#Chara01 .stand02 {background:url("../img/chara/chara01_stand_2.avif") center top no-repeat;}
	#Chara01 .stand03 {background:url("../img/chara/chara01_stand_3.avif") center top no-repeat;}

	#Chara02 .stand01 {background:url("../img/chara/chara02_stand_1.avif") center top no-repeat;}
	#Chara02 .stand02 {background:url("../img/chara/chara02_stand_2.avif") center top no-repeat;}
	#Chara02 .stand03 {background:url("../img/chara/chara02_stand_3.avif") center top no-repeat;}
	
	#Chara03 .stand01 {background:url("../img/chara/chara03_stand_1.avif") center top no-repeat;}
	#Chara03 .stand02 {background:url("../img/chara/chara03_stand_2.avif") center top no-repeat;}
	#Chara03 .stand03 {background:url("../img/chara/chara03_stand_3.avif") center top no-repeat;}

	.p-chara-status {
		width:100%;
		height:1020px;
		position: absolute;
		z-index: 15;
		left:0;
		top:0;
	}

	#Chara01 .p-chara-status {background:url("../img/chara/chara01_text.avif") center top no-repeat;}
	#Chara02 .p-chara-status {background:url("../img/chara/chara02_text.avif") center top no-repeat;}
	#Chara03 .p-chara-status {background:url("../img/chara/chara03_text.avif") center top no-repeat;}
	
	.p-chara-voice {
		position: absolute;
		z-index: 30;
		top:400px;
		width: 100%;
	}
	.p-voice-bt {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:12px;
	}
	.p-voice-bt li {
		width: 52px;
		height: 52px;
		box-shadow:0 0 10px rgba(0,0,0,0.2);
		border-radius: 26px;
	}
	
	.p-voice-bt li a img:hover {
		transition: all 0.3s;
	}
	.p-voice-bt li a img:hover {
		opacity: 0.6;
	}

	.p-chara-select {
		position: absolute;
		z-index:30;
		right:50%;
		margin-right: -550px;
		bottom:60px;
	}

	.swiper, .swiper2, .swiper3 {
		width: 100%;
		height: 1020px;
	}

	.thumb-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width:130px!important;
		height:470px!important;
		gap:10px 0;
	}

	.slide-select {
		width:130px!important;
		height:150px!important;
		overflow: hidden;
		cursor: pointer;
		border-radius: 15px;

	}

	#Chara01 .slide-select {background-color:#cb4354;	box-shadow:0 0 10px rgba(203,67,84,0.3);}
	#Chara02 .slide-select {background-color:#6aadf7;	box-shadow:0 0 10px rgba(106,173,247,0.3);}
	#Chara02 .slide-select {background-color:#7e6092;	box-shadow:0 0 10px rgba(126,96,146,0.3);}

	.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;
	}
	.p-chara-stand {
		width:100%;
		aspect-ratio: 2 / 3;
	}

	.stand-slide {
		width:100%;
		aspect-ratio: 2 / 3;
	}

	#Chara01 .stand01 {background:url("../img/chara/chara_mobile_01.avif") center top no-repeat;background-size: cover;}
	#Chara01 .stand02 {background:url("../img/chara/chara_mobile_02.avif") center top no-repeat;background-size: cover;}
	#Chara01 .stand03 {background:url("../img/chara/chara_mobile_03.avif") center top no-repeat;background-size: cover;}

	#Chara02 .stand01 {background:url("../img/chara/chara_mobile_04.avif") center top no-repeat;background-size: cover;}
	#Chara02 .stand02 {background:url("../img/chara/chara_mobile_05.avif") center top no-repeat;background-size: cover;}
	#Chara02 .stand03 {background:url("../img/chara/chara_mobile_06.avif") center top no-repeat;background-size: cover;}
	
	#Chara03 .stand01 {background:url("../img/chara/chara_mobile_07.avif") center top no-repeat;background-size: cover;}
	#Chara03 .stand02 {background:url("../img/chara/chara_mobile_08.avif") center top no-repeat;background-size: cover;}
	#Chara03 .stand03 {background:url("../img/chara/chara_mobile_09.avif") center top no-repeat;background-size: cover;}
	
	.p-chara-voice {
		position: relative;
		z-index: 30;
		width: 100%;
		padding:10px 0;
		
	}
	#Chara01 .p-chara-voice {background-color:#cb4354;}
	#Chara02 .p-chara-voice {background-color:#6aadf7;}
	#Chara03 .p-chara-voice {background-color:#7e6092;}
	
	.p-voice-bt {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:12px;
	}
	.p-voice-bt li {
		width: 52px;
		height: 52px;
		box-shadow:0 0 10px rgba(0,0,0,0.2);
		border-radius: 26px;
	}
	
	.p-chara-select {
		background:#fff;
		padding:20px 0;
	}
}


/*グラフィック*/

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

.p-gallery ul li {
	width: calc((100% - 80px ) / 3);
	max-width: 640px;
	background:#fff;
	box-sizing: border-box;
}

.p-gallery ul li a img {
	transition:all 0.3s;
}

@media screen and (min-width:961px) { /*PC-LARGE*/
	.p-gallery ul li {
		width: calc((100% - 80px ) / 3);
	}
	.p-gallery ul li a:hover img {
		transform: scale(120%);
	}
}
@media screen and (max-width:960px) { /*PC-MIDDLE*/
	.p-gallery ul li {
		width: calc((100% - 60px ) / 2);
	}
	.p-gallery ul li a:hover img {
		transform: scale(120%);
	}
}
@media screen and (max-width:640px) { /*MB*/
	.p-gallery ul li {
		width: calc(100% - 40px );
	}
}

.p-gallery ul li:nth-child(3n + 1) {
	border:15px solid #cb4354;
}

.p-gallery ul li:nth-child(3n + 2) {
	border:15px solid #6aadf7!important;
}

.p-gallery ul li:nth-child(3n) {
	border:15px solid #7f6093!important;
}

/* 商品情報 */

.p-lineup-wrap {
	width:100%;
	background-color:#fff;
	box-sizing:border-box;
	padding:24px;
	border-radius:20px;
}

.p-line-purple {
	border:5px solid #7f6093;
}

.p-line-red {
	border:5px solid #cb4354;
}

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

ul.p-lineup-list li {
	width:calc(50% - 12px);
	max-width:260px;
}

.p-lineup-wrap h3 {
	color:#fff;
	display:flex;
	align-items:center;
	justify-content: center;
	width:80%;
	max-width:640px;
	margin:0 auto 24px;
	font-size:1.8rem;
	font-weight:700;
	height:36px;
	border-radius:18px;
}

.p-line-purple h3 {background:#7f6093;}
.p-line-red h3 {background:#cb4354;}

h4.sellday {
	color:red;
	display:flex;
	align-items:center;
	justify-content: center;
	width:80%;
	max-width:800px;
	margin:0 auto 24px;
	font-size:1.8rem;
	font-weight:700;
	padding-top:12px;
	padding-bottom:12px;
	border-top:1px solid red;
	border-bottom:1px solid red;
}

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

/*スペック*/

.p-staff-body {
	background-color:rgba(255,255,255,0.70);
	border-radius: 20px;
	box-sizing: border-box;
	margin:0 auto;
	width:100%;
	padding:24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	gap:0 2%;
}

.p-staff-box {
	text-align: left;
	position: relative;
}

@media screen and (min-width:961px) { /*PC*/
	.p-staff-box {
		width: 49%;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-staff-box {
		width: 100%;
	}
}

.p-staff-box dl {
	display: flex;
	justify-content: flex-start;
	border-bottom:1px solid rgba(223,223,223,1.00);
	flex-wrap: wrap;
}

.p-staff-box dt {
	font-size: 1.5rem;
	font-weight: 700!important;
	box-sizing: border-box;
	line-height: 1.7;
}

.p-staff-box dl:nth-child(2n + 1) dt {color:#6aadf7;}
.p-staff-box dl:nth-child(2n) dt {color:#cb4354;}

.p-staff-box dd {
	font-size: 1.5rem;
	font-weight: 400!important;
	box-sizing: border-box;
	color:rgba(50,50,50,1.00);
	line-height: 1.7;
}

@media screen and (min-width:1025px) { /*PC*/
	.p-staff-box dt {
		width:20%;
		padding:4px 4px;
	}
	.p-staff-box dd {
		width:80%;
		padding:4px 4px;
	}
}
@media screen and (max-width:1024px) { /*MB*/
	.p-staff-box dt {
		width:100%;
		padding:4px 4px 0;
	}
	.p-staff-box dd {
		width:100%;
		padding:4px;
	}
}

.p-staff-box dd span {
	font-size: 80%;
}

/* フッター */

.p-foot-title {
	margin:0 auto 24px;
}

.p-foot-logo {
	margin:0 auto 24px;
}

.p-foot-tweet {
	margin:0 auto 24px;
}

.p-foot-copyright {
	margin:0 auto 24px;
	font-size:1.4rem;
}