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

.o-hover {
	display: block;
	transition: all 0.1s;
	cursor: pointer;
}

.o-hover:hover {
	transform: translateY(5px);
}

/*PCメニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-menu-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.p-menu-logo {
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.p-menu-list {
		display: flex;
		justify-content: flex-start;
		gap:8px;
	}
}


/*モバイルメニュー*/

@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(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:#FFA4C9;
	}
	.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 li{
		background: rgba(255,164,201,0.8);
		border-bottom: 1px solid #DFEEFF;
		text-align: left;
		text-indent: 12px;
	}
	.nav a{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		transform: rotate(0.03deg);
		font-weight: 700!important;
	}
	.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:#FFA4C9;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#FFA4C9;
		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-main-area {
	display: flex;
	height: auto;
	justify-content: flex-start;
	align-items: center;
}

@media screen and (min-width:961px) { /*PC*/
	.p-main-logo {
		display: block;
		aspect-ratio: 632 / 365;
		max-width: 632px;
		width: 100%;
		position:relative;
		margin-top:200px;
	}
	.p-main-day {
		display: block;
		aspect-ratio: 391 / 144;
		max-width: 391px;
		width: 100%;
		position:relative;
		margin-left:118px;
	}
	.p-point01 {
		background:url("../img/point_0a.webp") left top no-repeat;
		width:25px;
		height:25px;
		position: absolute;
		left:120px;
		top:250px;
		z-index: 50;
		animation:3s linear infinite rotation;
	}

	.p-point02 {
		background:url("../img/point_0b.webp") left top no-repeat;
		width:41px;
		height:41px;
		position: absolute;
		left:30px;
		bottom:350px;
		z-index: 50;
		animation:4s linear infinite rotation;
	}
	.p-point07 {
		background:url("../img/point_0b.webp") left top no-repeat;
		width:41px;
		height:41px;
		position: absolute;
		right:30px;
		bottom:350px;
		z-index: 50;
		animation:4s linear infinite rotation;
	}
	.p-point03 {
		background:url("../img/point_0h.webp") left top no-repeat;
		width:57px;
		height:57px;
		position: absolute;
		right:200px;
		top:280px;
		z-index: 50;
		animation: tikatika 1s step-end infinite;
	}

	.p-point04 {
		background:url("../img/point_0h.webp") left top no-repeat;
		width:57px;
		height:57px;
		position: absolute;
		left:120px;
		bottom:300px;
		z-index: 50;
		animation: tikatika 1s step-end infinite;
	}
	.p-point05 {
		background:url("../img/point_0e.webp") left top no-repeat;
		width:57px;
		height:57px;
		position: absolute;
		right:50%;
		top:180px;
		z-index: 50;
		animation: yurayura 1s linear infinite;
	}

	.p-point06 {
		background:url("../img/point_0g.webp") left top no-repeat;
		width:41px;
		height:41px;
		position: absolute;
		right:50px;
		bottom:50px;
		z-index: 50;
		animation: 4s linear infinite rotation;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-main-logo {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.p-main-day {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	.p-point02 {
		background:url("../img/point_0b.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 41 / 41;
		width:30px;
		position: absolute;
		left:20px;
		bottom:60%;
		z-index: 50;
		animation:4s linear infinite rotation;
	}
	.p-point07 {
		background:url("../img/point_0g.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 41 / 41;
		width:30px;
		position: absolute;
		right:20px;
		bottom:30%;
		z-index: 50;
		animation:4s linear infinite rotation;
	}
	.p-point03 {
		background:url("../img/point_0h.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 1 / 1;
		width:30px;
		position: absolute;
		right:2%;
		top:20%;
		z-index: 50;
		animation: tikatika 1s step-end infinite;
	}

	.p-point04 {
		background:url("../img/point_0h.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 1 / 1;
		width:40px;
		position: absolute;
		left:3%;
		bottom:3%;
		z-index: 50;
		animation: tikatika 1s step-end infinite;
	}
	.p-point05 {
		background:url("../img/point_0e.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 1 / 1;
		width:30px;
		position: absolute;
		left:18%;
		top:13%;
		z-index: 50;
		animation: yurayura 1s linear infinite;
	}

	.p-point06 {
		background:url("../img/point_0f.webp") left top no-repeat;
		background-size: cover;
		aspect-ratio: 1 / 1;
		width:30px;
		position: absolute;
		right:3%;
		bottom:3%;
		z-index: 50;
		animation: yurayura 1s linear infinite;
	}
}




@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


@keyframes tikatika {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}



@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

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

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


/*ストーリー*/

.p-story-line {
	background-color:#ffa4c9;
	padding:32px;
}

/*キャラクター*/

.p-character-line {
	background-color:#ff8ba9;
	padding:32px;
}



@media screen and (min-width:961px) { /*PC*/
	.p-chara-heart01 {
		background:url("../img/chara_heart01.webp") center center no-repeat;
		padding:60px 0;
	}
	.p-chara-heart02 {
		background:url("../img/chara_heart02.webp") center center no-repeat;
		padding:60px 0;
	}
	.p-chara-heart03 {
		background:url("../img/chara_heart03.webp") center center no-repeat;
		padding:60px 0;
	}
	.p-chara-wrap {
		display: flex;
		justify-content: center;
		gap:32px;
	}
	.p-chara-left {
		width: 620px;
		margin-top:70px;
	}

	.p-chara-status {
		margin-bottom:40px;
		position: relative;
	}
	.p-chara-voice {
		position: absolute;
		right:52px;
		top:90px;
		z-index: 50;
	}
	.p-chara-voice ul {
		display: flex;
		justify-content: flex-end;
		gap:15px;
	}

	.p-chara-left ul.p-gallery {
		display: flex;
		justify-content: flex-start;
		gap:23px;
		flex-wrap: wrap;
	}
	
	.p-chara-left ul.p-gallery li {
		width: 100%;
		max-width: 190px;
	}

	.p-chara-right {
		width:384px;
	}
	#Chara03 .p-chara-right {
		margin-top: 70px;
		position: relative;
		z-index: -1;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-chara-heart01 {
		padding:20px 0;
	}
	.p-chara-heart02 {
		padding:20px 0;
	}
	.p-chara-heart03 {
		padding:20px 0 0;
	}
	.p-chara-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap:32px;
	}
	.p-chara-status {
		margin-bottom:20px;
		position: relative;
	}
	.p-chara-voice {
		position: absolute;
		right:5%;
		top:15%;
		z-index: 50;
	}
	.p-chara-voice ul {
		display: flex;
		justify-content: flex-end;
		gap:15px;
	}
	.p-chara-left ul.p-gallery {
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 50;
		flex-wrap: wrap;
		gap:15px;
	}
	.p-chara-left ul.p-gallery li {
		width:calc((100% - 15px) / 2);
	}
	.p-chara-right {
		order: -1;
		width:384px;
		margin:0 auto;
	}
	#Chara03 .p-chara-right {
		position: relative;
		z-index: -1;
	}
	
}


.swiper-slide {
	padding-bottom:60px;
}

/*Swiper調整*/

/*ページネーション*/

.swiper-pagination-bullet {
  background-color: #8e92a3;
  border-radius: 0;
  width: 10px;
  height: 10px;
	margin: 0 20px !important;
	opacity: 1;
}
.swiper-pagination-bullet-active {
  /*アクティブなドットの透過度を1にする*/
	 background-color: #ff9bb6;
  opacity: 1;
}

#Chara02 .swiper-pagination-bullet-active {
	 background-color: #ffa64b;
}
#Chara03 .swiper-pagination-bullet-active {
	 background-color: #99a7ff;
}

/*矢印の位置など*/

.sample-slider [class^="swiper-button-"]{
    top: initial;
    bottom: 0;
}
.sample-slider [class^="swiper-button-"]::after{
    content: "";
}
/*矢印のサイズ調整*/
.sample-slider [class^="swiper-button-"]{
    width: 80px;
    height: 40px;
}

.sample-slider2 [class^="swiper-button-"]{
    top: initial;
    bottom: 0;
}
.sample-slider2 [class^="swiper-button-"]::after{
    content: "";
}
/*矢印のサイズ調整*/
.sample-slider2 [class^="swiper-button-"]{
    width: 80px;
    height: 40px;
}

.sample-slider3 [class^="swiper-button-"]{
    top: initial;
    bottom: 0;
}
.sample-slider3 [class^="swiper-button-"]::after{
    content: "";
}
/*矢印のサイズ調整*/
.sample-slider3 [class^="swiper-button-"]{
    width: 80px;
    height: 40px;
}

/*ダウンロード*/

.p-download-line {
	background-color:#ffa4c9;
	padding:32px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-download-body {
		background: url("../img/download_frame.webp") center top no-repeat;
		width: 800px;
		margin:0 auto;
		box-sizing: border-box;
		padding-top:80px;
		padding-bottom:20px;
		position: relative;
	} 
	.p-download-body:after {
		content: "";
		display: block;
		background: url("../img/download_frame.webp") center bottom no-repeat;
		width: 800px;
		height: 30px;
		margin:0 auto;
		box-sizing: border-box;
		position: absolute;
		bottom:-30px;
		left:0;
	}
	.p-download-01 {
		background:url("../img/download_body01.webp") left top no-repeat;
		width:681px;
		height: 163px;
		margin:0 auto 32px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.p-download-02 {
		background:url("../img/download_body02.webp") left top no-repeat;
		width:681px;
		height: 163px;
		margin:0 auto 32px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.p-download-bt {
		margin-top:80px;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-download-body {
		background: #fff;
		width: 100%;
		background-size: cover;
		margin:0 auto 24px;
		box-sizing: border-box;
		padding:20px;
	} 
	.p-download-01 {
		background:url("../img/download_body01.webp") left top no-repeat;
		background-size: contain;
		width:100%;
		padding-top:28%;
		margin:0 auto 32px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.p-download-02 {
		background:url("../img/download_body02.webp") left top no-repeat;
		background-size: contain;
		width:100%;
		padding-top:28%;
		margin:0 auto 32px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/*特典*/

.p-privilege-line {
	background-color:#ff8ba9;
	padding:32px;
}

.p-privilege-blovk {
	background:url("../img/chara_heart01.webp") center top repeat-y;
	padding: 80px 0;
}

.p-pri-normal {
	background: url("../img/_bonus/frame_booth_normal.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800 / 656;
	margin: 0 auto;
}

.p-pri-limited {
	background: url("../img/_bonus/frame_booth_limited.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800 / 759;
	margin: 0 auto;
}

.p-pri-melonbooks {
	background: url("../img/_bonus/frame_melonbooks.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800 / 1660;
	margin: 0 auto;
}

.p-pri-normal-body {
	background:url("../img/_bonus/bonus_nomal.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio:800 / 556;
}

.p-pri-limited-body {
	background:url("../img/_bonus/bonus_limited.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio:800 / 658;
}

.p-pri-melonbooks-body1 {
	background:url("../img/_bonus/bonus_melon.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio:800 / 684;
	position: relative;
}

.p-pri-melonbooks-body2 {
	background:url("../img/_bonus/bonus_melon_limited.webp") center top no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 800px;
	aspect-ratio:800 / 784;
	position: relative;
}

.p-melon-spacer {
	width: 100%;
	max-width: 800px;
	aspect-ratio: 800 / 47;
}

.p-pri-bt01 {
	width: 35%;
	max-width: 280px;
	margin: 0 auto;
}

.p-pri-bt02 {
	width: 35%;
	max-width: 280px;
	margin: 0 auto;
}

.p-pri-shikishi1{
	width: 15%;
	max-width: 120px;
	aspect-ratio:120 / 133;
	position: absolute;
	left:41%;
	top: 68.5%;
}

.p-pri-shikishi2{
	width: 15%;
	max-width: 120px;
	aspect-ratio:120 / 133;
	position: absolute;
	left:41.5%;
	top: 65.5%;
}

.p-pri-ackey {
	width: 30%;
	max-width: 240px;
	aspect-ratio:240 / 181;
	position: absolute;
	left:5%;
	top: 64.5%;
}

/*スペック*/

.p-spec-line {
	background-color:#ffa4c9;
	padding:32px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-spec-body {
		background: url("../img/spec_frame.webp") center top no-repeat;
		width: 800px;
		height: 620px;
		margin:0 auto;
		box-sizing: border-box;
		padding-top:80px;
	} 
}
@media screen and (max-width:960px) { /*MB*/
	.p-spec-body {
		background: #fff;
		width: 100%;
		background-size: cover;
		margin:0 auto;
		box-sizing: border-box;
		padding:20px;
	} 
}

/*スタッフ*/

.p-staff-line {
	background-color:#ffa4c9;
	padding:32px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-staff-body {
		background: url("../img/staff_frame.webp") center top no-repeat;
		width: 800px;
		height: 503px;
		margin:0 auto;
		box-sizing: border-box;
		padding-top:80px;
	} 
}
@media screen and (max-width:960px) { /*MB*/
	.p-staff-body {
		background: #fff;
		width: 100%;
		background-size: cover;
		margin:0 auto;
		box-sizing: border-box;
		padding:20px;
	} 
}

/*ショップ*/

.p-shop-wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}

.p-shop-wrap ul li {
	width:calc((100% - 15px) / 2);
	max-width: 281px;
}

/*フッター*/



@media screen and (min-width:961px) { /*PC*/
	.foot-wrap {
		display: flex;
		justify-content:space-between;
	}
	.p-foot-sns {
		margin-bottom:60px;
	}

	.p-foot-sns ul {
		width: 200px;
		display: flex;
		justify-content: space-between;
	}

	.p-top {
		width: 94px;
		margin-left:auto;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.foot-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap:32px;
	}
	.p-contact {
		order: 0;
	}
	.p-foot-center {
		order: -1;
	}
	.p-foot-sns {
		margin-bottom:20px;
	}

	.p-foot-sns ul {
		width: 100%;
		display: flex;
		justify-content: center;
		gap:20px;
	}

	.p-top {
		width: 94px;
		margin-left:auto;
	}
}

