@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* CSS Document */
#secondArea{
	position: relative;
	width: 100%;
	margin-top: -4.5vw;	
	background-image: url(../img/bg_second_t.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
.secondWrap{
	padding: 6vw 0;

}
.wBox{
	border: var(--brown) 0.3em solid;
	border-radius: 50px;
	padding: 2em;
	background-image: url(../img/bg_white.png);
}
.wBox h1,#infoArea .wBox h2{
	font-size: 2em;
	color: var(--brown);
	position: relative;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: var(--brown) 2px dashed;
	padding-bottom: 0.3em;
}
.wBox h1:before,#infoArea .wBox h2:before{
	content: "";
	width: 1em;
	height: 1em;
	display:inline-block;
	vertical-align: middle;
	position: relative;
	background-image: url(../img/icon_kira_b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 0.5em;
}
.wBox h1:after,#infoArea .wBox h2:after{
	content: "";
	width: 1em;
	height: 1em;
	display:inline-block;
	vertical-align: middle;
	position: relative;
	background-image: url(../img/icon_kira_b.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 0.5em;
	transform:rotateY(180deg);
}


/*購入ボタン------------------------------------------*/
.btSet{
	width: 40%;
	max-width: 8em;
	position:fixed;
	display: none;
	z-index: 990;
	bottom: 0.5em;
	right:3vw;
}
.btSet.show{
	display: block;
}
.btSet .buyBt{
	display: block;
	position: relative;

}

.btSet .buyBt .txt1{
	font-size: 1.1em;
	line-height: 1.2em;
	width: 8em;
	height:8em;

	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	background-color: var(--lightBrown);
	color: var(--black);
	box-shadow:0 0 0 5px var(--brown);
		transition: all 300ms 0s ease;

}
.btSet .buyBt .txt1:hover{
opacity: 0.7;
}
.btSet .buyBt .txt1 span{
	padding: 1.5em 0 0.5em;
	background-color: var(--orange);
	color:#fff;
	display: block;
	font-weight: bold;
	z-index: 1;
}
.btSet .buyBt .txt2{
	font-size: 0.7em;
	padding: 0.5em 0;
	line-height: 1.2em;
	bottom:0;
	width: 100%;
	font-weight: bold;

}

/*購入ボタン(製品情報部分)------------------------------------------*/
.btSet2{
width: 50%;
	margin: 0 auto;

}
.btSet2 .buyBt .txt1{
	font-size: 1.1em;
	line-height: 1.2em;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height:4.3em;

	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	background-color: var(--lightBrown);
	color: var(--black);
	box-shadow:0 0 0 5px var(--brown);
		transition: all 300ms 0s ease;

}
.btSet2 .buyBt .txt1:hover{
opacity: 0.7;
}
.btSet2 .buyBt .txt1 span{
	padding: 0.8em 0 0.5em;
	background-color: var(--blue);
	color:#fff;
	display: block;
	font-weight: bold;
	z-index: 1;
}
.btSet2 .buyBt .txt2{
	font-size: 0.7em;
	padding: 0.5em 0;
	line-height: 1.2em;
	bottom:0;
	width: 100%;
	font-weight: bold;

}

/*販売開始前*/
a.buyBt.non{
	pointer-events: none;
}
.btSet a.buyBt.non .txt1,.btSet2 a.buyBt.non .txt1{
	box-shadow:0 0 0 5px #666;

	background-color: #666;
}
.btSet a.buyBt.non .txt1 span,.btSet2 a.buyBt.non .txt1 span{
	color: #555;
	background-color: #333;
}

.btSet a.buyBt.non:after,.btSet2 a.buyBt.non:after{
	content: "1月27日に解禁！";
	display: block;
	position: absolute;
	background-color: var(--orange);
	color: #fff;
	width: 9em;
	margin-left: -4.1em;
	box-sizing: border-box;
	left: 50%;
	padding: 0.25em 0 0.5em;
	padding-left: 0.45em;
	text-align: center;
	bottom: 3.5em;
	transform: rotate(-10deg);
	line-height: 1em;
	z-index: 2;
	
}
/*TOP*/
#topArea{
	position: relative;
	width: 100%;
	margin-top: -4.5vw;	
}
#topArea .contentsBox.topbox{
	width: 100%;
	max-width: 1500px;
	background-image: url(../img/top.png);
	background-position: right -3em ;
	background-size: 50% auto;
	background-repeat: no-repeat;
}
#topArea .imgBox{
	 width: 53%;
	 padding: 13vh 0 0;
	 padding-left: 2em;
	 text-align: center;
}
#topArea h1{
	margin-top: 0.5em;
	transition: all 0.2s 0s ease-out;
}

#topArea #movie{
	width: 47%;
	position: absolute;
	top:50vh;
}
#topArea .movieWrap{
	position: relative;
	width: 100%;
	/*padding-left:3em;*/
	padding-top: 0.5em;
	
}
#topArea .movieBox{
	width: 85%;
	max-width: 550px;
	display: block;
	margin-left: auto;
}
/*ニュース*/
#newsWrap{
	position: relative;
	display: block;
	background-color: var(--lightBrown);
	width: 100%;
	border-top: #fff 3px solid;
	border-bottom: #fff 3px solid;

}
#newsWrap:before{
	content: "";
	display: block;
	position: absolute;
	width:calc(50% - 640px);
	background-color: var(--mediumBrown);
	top:0;
	left: 0;
	bottom: 0;
}
#newsWrap .newsArea{
	width: 100%;
	position: relative;
	padding: 0.5em;
	overflow: hidden;
}
#newsWrap .newsArea h2{
	width: 8em;
	position: absolute;
	top:0;
	left:-2em;
	bottom:0;
	background-color: var(--mediumBrown);
	color: var(--black);
	border-radius: 50px;
	padding-left: 3em;
	font-weight: 500;
	background-image: url(../img/icon_kira_w.png);
	background-repeat: no-repeat;
	background-position: 83% 0.3em;
	background-size: 15% auto;

}
#newsWrap .newsArea h2 span{
	position: relative;
	display: block;
	line-height: 1em;
	margin-top: -0.5em;
	top:50%;
}
#newsWrap .newsArea .newsBox{
	margin-left: 6em;
	
}

#newsWrap .newsBox dl{
	width: 100%;
	display: block;
}
#newsWrap .newsBox dt{
	float: left;
	color: var(--orange);

}
#newsWrap .newsBox dd{
	margin-left: 6em;
		text-overflow: ellipsis;
	 white-space: nowrap;
	  overflow: hidden;
}
.newsBox a{
	color: var(--brown);
}
.newsBox a:hover{
	background-color: var(--mediumBrown);
}
#infoArea{
	background-image: url(../img/bg_product.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2em 0 5em;
	text-align: center;
}
#infoArea dl.spec{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 1em 1em 2em;
}
#infoArea dl.spec dt{
border-bottom: var(--brown) 1px solid;
}
#infoArea dl.spec dd{
padding:0.5em 0 1em;
}
#infoArea .wBox{
	position: relative;
}
#infoArea .wBox:before{
	content: "";
	width: 20%;
	height: 8em;
	max-width: 116px;
	display: block;
	position: absolute;
	background-image: url(../img/pai_l.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	left: 0;
	bottom: -1em;
	z-index: 1;
}
#infoArea .wBox:after{
	content: "";
	width: 20%;
	height: 8em;
	max-width: 116px;
	display: block;
	position: absolute;
	background-image: url(../img/pai_r.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	right: 0;
	bottom: -1em;
	z-index: 1;
}
/*---------------------------------------------------------
ストーリー
------------------------------------------------------------*/
#story{
text-align: center;
}
.storyTxt {
	line-height: 1.8em;
	padding-bottom: 3em;
}
.storyTxt .large{
	font-size: 1.5em;
}
.storyTxt .x-large{
	font-size: 2em;
}

/*---------------------------------------------------------
キャラクター
------------------------------------------------------------*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.charaBox{
	position: relative;
	border-bottom: var(--brown) 2px solid;

}
.charaBox:before{
	content: "";
	width: 100%;
	height: 6vw;
	bottom:0;
	left:0;
	display: block;
	position: absolute;
	z-index: 1;

}
#ch1.charaBox:before{background-color: #3d4fcc;}
#ch2.charaBox:before{background-color: #f3bf3d;}
#ch3.charaBox:before{background-color: #76caee;}
#ch4.charaBox:before{background-color: #aeccde;}
#ch5.charaBox:before{background-color: #9c1b15;}
#ch6.charaBox:before{background-color: #83cc3b;}
#ch7.charaBox:before{background-color: #d55514;}
#ch8.charaBox:before{background-color: #ffbdbf;}
#ch9.charaBox:before{background-color: #8daddb;}
#ch10.charaBox:before{background-color: #ff836d;}
#ch11.charaBox:before{background-color: #bbe149;}
#ch12.charaBox:before{background-color: #ab2a0a;}
#ch13.charaBox:before{background-color: #b83f29;}



.charaBox .box{
	background-position: right top;
	background-size: 60% auto;
	padding: 2em 2em 8vw;
	padding-right: 50%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.charaBox .box .txtArea{
	max-width: 522px;
	margin: 0 auto;
}
.charaBox .box .txtArea .word{
	max-width: 503px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

#ch1.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch1_word_bg.png);
}
#ch2.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch2_word_bg.png);
}
#ch3.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch3_word_bg.png);
}
#ch4.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch4_word_bg.png);
}
#ch5.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch5_word_bg.png);
}
#ch6.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch6_word_bg.png);
}
#ch7.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch7_word_bg.png);
}
#ch8.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch8_word_bg.png);
}
#ch9.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch9_word_bg.png);
}
#ch10.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch10_word_bg.png);
}
#ch11.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch11_word_bg.png);
}
#ch12.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch12_word_bg.png);
}
#ch13.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch13_word_bg.png);
}
.charaBox .box .txtArea .txt{
	background-image: url(../img/bg_white.png);
	padding: 1em;
	margin-top: 0.5em;
}


/*---------------------------------------------------------
システム
------------------------------------------------------------*/
#system h1{
	margin-bottom: 0;
}
#subNavi{
	text-align: center;
	padding: 0.5em;
	border-bottom: var(--brown) 2px dashed;
	margin-bottom: 0.5em;
}
#subNavi .btBox a{
	width: 24%;
	max-width: 11em;
	background-color: var(--mediumBrown);
	color: var(--black);
	padding: 0.5em 1em;
	border: var(--brown)2px solid;
	border-radius: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0.5%;
}
#subNavi .btBox a:hover{
	background-color: var(--brown);
	color: #fff;
}
#subNavi .btBox a.selected{
	background-color: var(--orange);
	color: #fff;
}
.sysWrap h2{
	text-align: center;
	background-color: var(--blue);
	color: #fff;
	padding: 0.5em 2em;
	position: relative;
	border-radius: 50px;
	border-top: #fff 2px solid;
	border-bottom:  #fff 2px solid;
	font-size: 1.5em;
	line-height: 1.5em;
}
#switch.sysWrap h2{
	background-color: var(--orange);

}
    .sysWrap h2:before{
	 content: "★";
	 position: absolute;
	 display: block;
	 width: 1em;
	 height: 1em;
	 line-height: 1em;
	color: #fff;
	 margin-top: -0.58em;
	 top:50%;
	 left: 0.5em;
	 
	 }
	.sysWrap h2:after{
	 content: "★";
	 position: absolute;
	 display: block;
	 width: 1em;
	 height: 1em;
	 line-height: 1em;
	 color: #fff;
	 margin-top: -0.58em;
	 top:50%;
	 right: 0.5em;
	 
	 }
	.sysBox{
		padding: 1em 1em 0;
		margin-top: 1em;
		border: var(--mediumBrown) 2px solid;
		background-image: url(../img/bg_white.png);
		border-radius: 15px;
	}
		.sysBox.swi{
				padding: 1em 1em 2em;

		}
		.sysBox:not(.swi) h3{
		background-color: var(--mediumBrown);
		padding: 0.3em 1em;
		border-radius: 50px;
		
		}
	.sysBox:not(.swi) .txt{
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding:2em 1em;
	
	}
	.sysBox:not(.swi) .img{
			width: 50%;
		display: inline-block;
		vertical-align: top;
		padding: 1em;
	}
	.sysBox .img img{
		border: #fff 0.5em solid;
		box-shadow: 0 0 5px #ccc;
}
	.sysBox.swi{
		text-align: center;
		font-size: 1.2em;
		letter-spacing: 1px;
		line-height: 1.5em;
	}
	.sysBox.swi h3 img{
		width: 60%;
	}
	.sysBox.swi .txt{
		padding: 1em 1em 0;
		line-height: 2.5em;
		
	}
	.sysBox.swi strong{
		font-size: 2em;
		line-height: 1.5em;
	}
	strong.hyper{
		position: relative;
		display: inline-block;
		font-size: 2em;
		line-height: 1.5em;
		padding: 0 0.5em;
		color: rgba(255,121,171,1.00);
		top:0.1em;
	}
/*	strong.hyper:after{
		content: "ハイパー";
		background-color: rgba(255,121,171,1.00);
		color: #fff;
		padding: 0;
		border-radius: 6px;
		text-align: center;
		width: 5em;
		margin-left: -2.5em;
		font-size: max(0.3em,10px);
		top:-0.7em;
		left:50%;
		height: 1.5em;
		line-height: 1.5em;
		position: absolute;
		display: block;
		letter-spacing: 0;
	}
	strong.hyper:before{
		content: "▼";
		padding: 0;
		border-radius: 6px;
		text-align: center;
		width: 100%;
		font-size: 0.3em;
		top:0.1em;
		left:0;
		height: 1.2em;
		line-height: 1.2em;
		position: absolute;
		display: block;

	}*/
	strong.hyper span{
		background-color: rgba(255,121,171,1.00);
		color: #fff;
		padding: 0;
		border-radius: 6px;
		text-align: center;
		width: 5em;
		margin-left: -2.5em;
		font-size: max(0.3em,10px);
		top:-0.7em;
		left:50%;
		height: 1.5em;
		line-height: 1.5em;
		position: absolute;
		display: block;
		letter-spacing: 0;
	}
	strong.hyper:before{
		content: "▼";
		padding: 0;
		border-radius: 6px;
		text-align: center;
		width: 100%;
		font-size: 0.3em;
		top:3px;
		left:0;
		height: 1.2em;
		line-height: 1.2em;
		position: absolute;
		display: block;

	}
	
	
	.sysBox dl{
		margin-top: 1em;
		background-color: var(--lightBrown);
		padding: 1em;
		border-radius: 6px;
	}
	.sysBox dt{
		color: var(--orange);
		font-weight: bold;
	}
	.sysBox dd{
		padding: 0.3em 0 1em;
	}
	.sysBox dd:last-child{
		padding-bottom: 0;
	}
	
		.sysBox h4{
			background-color: var(--orange);
			color: #fff;
			padding: 0.3em 0.5em;
			border-radius: 6px;
		}
		.sysBox table td{
			width: 50%;
		}
	.slideBox.pt3{
	
}
.slideBox.pt3 .swiper-slide{
	padding: 5px;
}

.slideBox.pt3 .swiper-container{
	padding-bottom: 1.5em;
	box-sizing: content-box;
	position: relative;
} 
.pt3 .swiper-pagination{
bottom: 0;
}
/* 全体のスタイル */
.swiper-pagination-bullet {
	width: 0.5em; /* 幅 */
	height: 0.5em; /* 高さ */
	background: #000; /* 色*/
	opacity: 0.2; /* 半透明（デフォルトでは0.2） */
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	background: var(--blue); 
	opacity: 1; /* 不透明 */
	transform: scale(1.2);
}

/*---------------------------------------------------------
ギャラリー
------------------------------------------------------------*/
#gallery .cgWrap a{
	width: 32.3%;
	max-width: 400px;
	margin: 10px 0.5%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	outline: none;
}
#gallery .cgWrap a span{
	position: relative;
	z-index: 1;
}
#gallery .cgWrap a:before,#gallery .cgWrap a:after{
	content: "";
	top:0;
	bottom: 0;
	position: absolute;
	width: 0;
	transition: all 0.2s 0s ease-out;
	left:0;
	border-bottom: 2px solid;
	border-color: transparent;
	border-left: 2px solid;
	border-left-color: transparent;
	box-sizing: border-box;
}
#gallery .cgWrap a:before{
	transform: scale(-1,-1);
	right: 0;
	left: auto;

}
#gallery .cgWrap a:hover:before,#gallery .cgWrap a:hover:after{
	width: 100%;
	border-color: var(--blue);
}
/*---------------------------------------------------------
サウンド
------------------------------------------------------------*/
#sound{
text-align: center;
}
.soundBox{
	padding: 5em 2em;
	border-bottom: var(--brown) 2px dashed;
}
.soundBox strong{
	font-size: 1.3em;
	display: inline-block;
	margin-bottom: 0.5em;
	margin-top: 0.3em;
}
/*---------------------------------------------------------
@media
------------------------------------------------------------*/
@media (max-width: 1024px) {
#topArea{
	margin-top: 0;	
}

#topArea #movie{
	width: 53%;
}
#topArea .movieWrap{
padding-left: 1em;
}
#topArea .movieBox{
	width: 100%;
}
#secondArea{
	margin-top: 0;	
}
}

@media (max-width: 786px) {
#topArea .contentsBox.topbox{

	background-size: 100% auto;
}
#topArea .imgBox{
	 width: 100%;
	 padding: 100% 2em 0;

}
#topArea #movie{
	width: 100%;
	position: relative;
	top:0;
}
#topArea .movieWrap{
	padding-left: 0;
	padding-top: 0;
}
#topArea .movieBox{
	width: 100%;
	max-width: none;
}

/*システム*/
	.sysBox:not(.swi) .txt{
		width: 100%;
		display:block;
		padding: 1em;
	
	}
	.sysBox:not(.swi) .img{
		width: 100%;
		display:block;
		padding:0 1em 1em;
	}

}
@media (max-width: 480px) {
.wBox{
	padding: 2em 1em;
}

#infoArea dl.spec{
	width: 100%;
	display: block;
	padding: 0 1em;
}
.btSet2{
	margin-top: 1em;
}

/*キャラクター*/
.charaBox{
	padding-top: 0.5em;;
}
.charaBox .box{
	background-size: 150% auto;
	background-position: right 14vw;
	padding: 0 0 8vw;
}
#ch8.charaBox .box{
	background-position: right top;

}
.charaBox .box .txtArea .word{
	width: 80%;
	margin: 0 0 80%;
	margin-left: auto;
}
#ch1.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch1_word_bg_smp.png);
}
#ch2.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch2_word_bg_smp.png);
}
#ch3.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch3_word_bg_smp.png);
}
#ch4.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch4_word_bg_smp.png);
}
#ch5.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch5_word_bg_smp.png);
}
#ch6.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch6_word_bg_smp.png);
}
#ch7.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch7_word_bg_smp.png);
}
#ch8.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch8_word_bg_smp.png);
}
#ch9.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch9_word_bg_smp.png);
}
#ch10.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch10_word_bg_smp.png);
}
#ch11.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch11_word_bg_smp.png);
}
#ch12.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch12_word_bg_smp.png);
}
#ch13.charaBox .box .txtArea .word{
	background-image: url(../chara/img/ch13_word_bg_smp.png);
}
/*ギャラリー*/
#gallery .cgWrap a{
	width: 32.3%;
}

/*システム*/

#subNavi .btBox a{
	width: 32.3%;
	font-size: 12px;
	padding: 0.5em;
	border-radius: 15px;
}

#subNavi .btBox a:first-child{
	width: 99%;
	max-width: none;
	display: block;

}









}

