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

p, a, span, dt, dd, h3, h4, h5, em {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	transform: rotate(0.03deg);
}

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-header-inner {
		background: url("../img/menu_bg.png") left top repeat;

		width:100%;
		height: 110px;
	}
	.nav{
		width:100%;
		max-width: 1100px;
		margin:0 auto;
		display: block!important;
	}
	.nav ul {
		display: flex;
		justify-content: space-between;
	}
	.p-upperlink {
		width: 100%;
		height: 30px;
	}
	.p-upperlink ul{
		display: flex;
		justify-content: flex-end;
		gap:20px;
	}
	.p-upperlink ul li {
		width: 120px;
		height: 25px;
		box-sizing: border-box;
		position: relative;
		
	}
	.p-upperlink ul li a {
		width: 120px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		display: flex;
		justify-content: center;
		background-color: #9a72b0;
		color: #fff;
		font-size: 1.3rem;
		transition: all 0.3s;
		border-radius: 0 0 8px 8px;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-weight: 700;
		font-style: normal;
		transform: rotate(0.03deg);
	}
	.p-upperlink ul li a:hover {
		text-decoration: none;
		background-color: #000;
	}
	.p-bottomlink ul li {
		width: calc(100% / 7);
		box-sizing: border-box;
		border-left:1px solid #ffffff;
		position: relative;
		
	}
	.p-bottomlink ul li:last-child {
		border-right:1px solid #ffffff;
	}
	.p-bottomlink ul li a, .p-bottomlink ul li span {
		width:100%;
		height: 80px;
		overflow: hidden;
		position: relative;
		margin:0 auto;
		color:#fff;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.p-bottomlink ul li a p, .p-bottomlink ul li span p {
		font-size: 2rem;
		line-height: 1.2;
		font-weight: 900;
	}
	.p-bottomlink ul li span p {
		color: rgba(169,169,169,1.00);
	}
	.p-bottomlink ul li a p em, .p-bottomlink ul li span p em {
		font-size: 75%;
	}
	.p-bottomlink ul li a {
		text-decoration: none;
	}
	.p-bottomlink ul li a:after {
		content: "";
		display: block;
		width:0;
		position: absolute;
		left:50%;
		bottom:0px;
		height: 4px;
		background-color:yellow;
		transition: all 0.3s;
	}
	.p-bottomlink ul li a:hover:after {
		width:100%;
		left:0;
	}
}
@media screen and (max-width:960px) { /*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(255,255,255,0.65);
		z-index:1000;
	}

	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:#ea609e;
	}
	.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:60px 24px 24px;
		background: #ea609e;
	}
	.p-upperlink {
		width: 100%;
	}
	.p-upperlink ul{
		display: flex;
		justify-content: center;
		gap:20px;
	}
	.p-upperlink ul li {
		width: 120px;
		box-sizing: border-box;
		position: relative;
		
	}
	.p-upperlink ul li a {
		width: 120px;
		line-height: 25px;
		font-weight: 700;
		text-align: center;
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 1.3rem;
		transition: all 0.3s;
		border:1px solid #fff;
	}
	.p-bottomlink li{
		background: #ea609e;
		border-bottom: 1px solid #DFEEFF;
		text-align: left;
		text-indent: 12px;
	}
	.p-bottomlink li br {
		display: none;
	}
	.p-bottomlink a, .p-bottomlink span{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		font-weight: 700!important;
	}
	.p-bottomlink ul li span p {
		color: rgba(169,169,169,1.00);
	}
	.p-bottomlink li em {
		margin-left:8px;
		font-size: 75%;
		
	}
	.nav 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:#ea609e;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#ea609e;
		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%;
	margin:0 auto 60px;
}

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

.p-mainvisual {
	background: url("../img/mainvisual.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 847px;
	aspect-ratio: 847 / 1200;
	margin: 0 auto;
	position: relative;
}

.p-mainvisual:after {
	content: "";
	background: url("../img/mainvisual2.webp") center center no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 847px;
	aspect-ratio: 847 / 1200;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.3s;
}

.p-mainvisual:hover:after {
	opacity: 1;
}

/*トピックス*/

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

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

.p-topics-wrap ul li {
	width:calc((100% - 24px) / 2);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-color: #fff;
}

@media screen and (min-width:961px) { /*PC*/
	.p-topics-wrap ul li {
		width:calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-topics-wrap ul li {
		width:100%;
	}
}

/*ログエリア*/

.p-information-wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:40px;
}

.p-log-left {
	background:url("../img/frame_x.webp") left top no-repeat;
	background-size: cover;
	aspect-ratio:54/48;
	display: block;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
}

.p-log-right {
	background:url("../img/frame_info.webp") left top no-repeat;
	background-size: cover;
	aspect-ratio:54/48;
	display: block;
	
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: relative;
}

@media screen and (min-width:961px) { /*PC*/
	.p-log-left, .p-log-right {
		width: calc((100% - 40px) / 2);
		padding-top: 6.42%;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-log-left, .p-log-right {
		width: 100%;
		padding-top: 12.84%;
	}
}

.p-logbox, .p-twitbox {
	width: 89%;
	aspect-ratio:48/38;
	overflow:scroll;
	margin:0 auto;
}

.p-logbox dl {
	width:100%;
	color:#fff;
	display: flex;
	margin:0 auto;
	border-bottom:1px solid #615454;
	padding:10px 0;
}


.p-logbox dl dt {
	width:110px;
	line-height: 1.8;
	display: block;
	font-size:1.6rem;
	text-align: center;
	color:yellow;
}

.p-logbox dl dd {
	width:330px;
	padding-left:10px;
	line-height: 1.8;
	font-size:1.6rem;
	text-align: left;
}

.p-logbox a {
	transition: all 0.3s;
	text-decoration: none;
	color:rgba(99,174,255,1.00);
	font-weight: bold;
}

.p-logbox a:hover {
	text-decoration: underline;
}

/*プロダクトインフォ*/

.p-product-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto;
	gap:32px;
	background-color: rgba(255,255,255,0.5);
	box-sizing: border-box;
	padding: 24px;
	backdrop-filter: blur(10px);
}

.p-product-group {
	position: relative;
	color:#5d0f21;
	font-size: 1.6rem;
}

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

.p-product-group h4 {
	background-color:#f7af00;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0;
	margin-bottom:32px;
	font-weight: 700;
	color:#ffffff;
	font-size: 1.8rem;
}

.p-product-group dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.4;
}

.p-product-group dl dt {
	box-sizing: border-box;
	color:#ea609e;
}

.p-product-group dl dd {
	text-align: left;
	box-sizing: border-box;
	font-weight: 600;
}

@media screen and (min-width:961px) { /*PC*/
	.p-product-group dl dt {
		text-align: right;
		width:25%;
		padding:8px 0;
	}
	.p-product-group dl dd {
		width:75%;
		padding:8px 0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-product-group dl dt {
		text-align: left;
		width:100%;
		padding:4px 0;
	}
	.p-product-group dl dd {
		width:100%;
		padding:4px 0;
	}
}

.p-product-group dl dd a {
	color:#00b6d8;
	text-decoration: underline;
	font-weight: bold;
}

.p-product-group dl dd a:hover {
	color:#911657;
	text-decoration: none;
}

/*ファンサイト*/

.p-fansite-link {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

/*フッター*/

.p-foot-logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 24px;
}

.p-copyright {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
}

/*フィーチャー*/

.p-highlight-body {
	background: url("../img/highlight_body.webp") center top no-repeat;
	width: 100%;
	margin: 0 auto;
}

.p-story-body {
	background: url("../img/story_body.webp") center top no-repeat;
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width:961px) { /*PC*/
	.p-highlight-body {
		height: 1150px;
	}
	.p-story-body {
		height: 1118px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-highlight-body {
		aspect-ratio:1100 / 1150;
		background-size: cover;
	}
	.p-story-body {
		aspect-ratio:1100 / 1118;
		background-size: cover;
	}
}

/*ギャラリー*/

.p-gallery-wrap {
	min-height: 65vh;
}

ul.p-gallery {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:24px 0;
}

ul.p-gallery li {
	width: calc((100% - 48px) / 3);
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
}

ul.p-gallery-movie {
	width:100%;
	display: flex;
	justify-content: center;
	gap:24px;
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
}

ul.p-gallery-movie li {
	overflow: hidden;
	width:calc((100% - 24px) /2);
	position: relative;
	box-sizing: border-box;
	border:4px solid #fff;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color: #fff;
}

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

ul.p-gallery-movie li video {
	width:100%;
}

.p-old {
	width: 100%;
	max-width: 800px;
	margin:0 auto 72px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(141,104,50,0.30);
}

.p-movie {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	border:4px solid #fff;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color: #fff;
	margin: 0 auto 60px;
	position: relative;
}

.p-movie video {
	width: 100%;
	max-width: 1280px;
}

/*体験版*/

.p-trial-thum ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (min-width:961px) { /*PC*/
	.p-trial-thum ul li {
		width: 20%;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-trial-thum ul li {
		width: calc(100% / 3);
	}
}

.p-download-link {
	background: rgba(58,58,58,1.00);
	border-radius: 15px;
	padding: 24px;
	box-sizing: border-box;
}

.p-download-link dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
}



.p-download-link dl dt {
	width: calc(100% - 360px);
	text-align: left;
	font-size: 2rem;
	color: #fff;
	box-sizing: border-box;
	padding-top: 8px;
}

.p-download-link dl dd {
	width: 360px;
	position: relative;
}

.p-download-link dl dd a {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	transform: rotate(0.03deg);
	box-sizing: border-box;
	padding: 8px;
	border-radius: 8px;
	background-color: deepskyblue;
	color: #fff;
	transition: all 0.3s;
}

.p-download-link dl dd a:hover {
	color: deepskyblue;
	background-color: #fff;
	text-decoration: none;
	
}

.p-download-link dl dd a span {
	font-size: 2.3rem!important;
}

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
	.p-download-link dl {
		flex-direction: column;
	}
	.p-download-link dl dt {
		margin-bottom: 8px;
		width: 100%;
	}
	.p-download-link dl dd {
		width: 100%;
	}
}

/*購入についてページ*/

.p-dl-link {
	display: flex;
	flex-direction: column;
	gap:32px;
	width:100%;
	box-sizing: border-box;
	border-radius: 20px;
	padding:36px;
	background:rgba(255,255,255,0.85);
	margin:0 auto 72px;
}

.p-dl-link ul {
	display: flex;
	flex-direction: column;
	gap:12px;
}

a.link01 {
	background:url("../img/buynow/cart_bg.webp") #ea609e left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:100%;
	max-width: 960px;
	height: 100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a.link02 {
	background:url("../img/buynow/cart_bg.png") #ea609e left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:540px;
	height: 80px;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover.link01, a:hover.link02 {
	opacity: 0.6;
	text-decoration: none;
}

.dlcard-wrap {
	width:100%;
	box-sizing: border-box;
	border-radius: 20px;
	padding:36px;
	background:rgba(255,255,255,0.85);
	margin:0 auto 72px;
	font-size:1.6rem;
	text-align: left;
	line-height: 1.8;
}

.dlcard-wrap p {
	color:#333333;
	margin-bottom:36px;
}

.dlcard-wrap p strong {
	font-size:150%;
	font-weight: bold;
	color:#ea609e;
}

.dlcard-wrap p a {
	color:deepskyblue;
	text-decoration: none;
}

.dlcard-wrap p a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.dlcard-wrap ul {
	color:#333333;
	margin-bottom:36px;
}

.dlc-howto {
	font-size:100%;
	list-style: disc;
	margin-left:36px;
}

ul.dlc-howto li {
	margin-bottom:36px;
}

a.dlc-link {
	width:100%;
	max-width: 720px;
	background:#ea609e;
	border:1px solid #ea609e;
	box-shadow: 0 0 15px rgba(234,96,158,0.5);
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	padding: 24px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	font-size:200%;
	margin:0 auto 36px;
	transition:all 0.3s;
}

a:hover.dlc-link {
	opacity: 0.6;
	box-shadow: 0 0 15px rgba(234,96,158,1);
	text-decoration: none;
}

p.dlc-check-title {
	width:100%;
	background:#ea609e;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	line-height: 48px;
	display: block;
}

.dlc-check {
	font-size:90%;
	list-style: disc;
	margin-left:24px;
}

.dlc-check a {
	color:deepskyblue;
	text-decoration: none;
}

.dlc-check a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.package-box {
	background-color:#000;
	border-radius: 15px;
	padding:24px;
	box-sizing: border-box;
	margin-bottom:32px;
	position: relative;
}

.package-img {
	margin-bottom:12px;
}

.package-img img {
	width:100%;
}

.package-box ul {
	display: flex;
	gap:12px;
	flex-direction: column;
}

.package-box ul li {
	color:#fff;
	font-size: 2rem;
	border-bottom: 2px solid #911657;
	padding-bottom:8px;
	display: flex;
	align-items: center;
}

.package-box span {
	font-size: 1.8rem;
	color:#fff;
}

.package-box span strong {
	background-color:yellow;
	color:#000;
}

.shoplist-head {
	width:1100px;
	height:619px;
	margin:0 auto 12px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
