/*---------------------------------
bootstrap
---------------------------------*/

.navbar {
	min-height: 72px !important;
}
.logo {
	padding: 6px 0px 0px 15px;
}
.logo img {

	height: 60px;
}

@media screen and (max-width: 768px){
	.navbar {
		min-height: 50px !important;
	}
	.logo {
		padding: 4px 5px 0px 15px;
	}
	.logo img {
		height: 40px;
	}
}

body {
	padding-top: 72px;
}

@media screen and (max-width: 768px) {
 	body {
		padding-top: 50px;
	}
}

.navbar-collapse ul {
	padding:15px 22px 0px 0px;
}

.navbar-collapse ul li:not(:last-child) {
	margin-right:-12px;
}

@media screen and (max-width: 768px) {
	.navbar-collapse ul {
		padding:0px 0px 0px 0px;
	}
	.navbar-collapse ul li:not(:last-child) {
		margin-right:0px;
	}
}

/*---------------------------------
all
---------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Verdana, sans-serif;
	text-align: center;
	background-color: #ffffff;
	min-width: 840px;
	font-size: 1.0rem;
}

a:focus {
	outline: none;
}

/*---------------------------------
header
---------------------------------*/
.header_wrap {
	background: linear-gradient(rgba(255,255,255,0) 60%, rgba(255,255,255,1) 95%),
	url(../img/top.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 840px;
	height: 1100px;
	position: relative;
	z-index: 100;
}

.header_body {
	width: 840px;
	height: 1100px;
	margin: 0 auto;
	position: relative;
}

.header_title{
	background: url(../img/top_title_bg.png) center top no-repeat;
	width: 370px;
	height: 290px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 200;
	bottom: 38px;
	left: 10px;
}

.header_release{
	width: 429px;
	height: 144px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 130;
	bottom: 155px;
	right: 10px;
}

.header_support {
	width: 375px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 120;
	bottom: 100px;
	right: 36px;
}

.header_support img {
	width: 375px;
	height: 49px;
	background-color: #6c2b36;
	border-radius: 8px;
	transition: all 0.2s;
}

.header_support a:hover img {
	background-color: #6dc8e2;
}

/*---------------------------------
movie
---------------------------------*/
.top_movie_wrap {
	background: url(../img/contents_bg01.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 0;
}

.top_bn {
	width: 800px;
	height: auto;
	position: relative;
	margin: 0px auto 0px auto;
	padding: 25px 0 0 0;
	display: flex;
	flex-direction: column;
}

.top_bn a {
	background-color: #ffffff;
}

.top_bn img {
	width: 800px;
	height: 150px;
	position: relative;
}

.top_bn :not(:last-child) {
	margin-bottom: 10px;
}

.top_bn img {
	transition: all 0.2s;
	opacity: 1;
}

.top_bn a:hover img {
	opacity: 0.7;
}

.movie_wrap {
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 85px 0;
}

.movie_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0px auto 45px auto;
}

.movie_body {
	width: 100%;
	min-width: 840px;
	position: relative;
	margin: 0 auto;
}

.youtube {
	position: relative;
	margin: 50px auto 0px auto;
}

/*---------------------------------
story
---------------------------------*/
.story_wrap {
	background:  linear-gradient(rgba(255,255,255,0.15) 0%, rgba(255,255,255,1) 75%),
	url(../img/story_bg.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 360px 0 90px 0;
}

.story_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0 auto 44px auto ;
}

.story_body {
	width: 100%;
	min-width: 840px;
	position: relative;
	margin: 0 auto;
}

.story {
	position: relative;
	margin: 0 auto;
}

/*---------------------------------
character
---------------------------------*/
.character_wrap {
	background: url(../img/contents_bg01.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding-top: 55px;
	padding-bottom: 80px;
}

.character_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0 auto 25px auto;
}

.character_body_wrap {
	background: url(../img/character_bg.png) center top repeat-y;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 22px;
}

.character_body {
	width: 800px;
	height: 650px;
	position: relative;
	margin: 0 auto;
}

.character_body.momo {
	margin-bottom: 50px;
}
.character_body.kuro {
	margin-bottom: 100px;
}
.character_body.moca {
	margin-bottom: 0px;
}

.character.stand.right {
	width: 400px;
	height: 650px;
	position: absolute;
	z-index: 300;
	bottom: 0px;
	right: 0px;
}

.character.stand.left {
	width:400px;
	height: 650px;
	position: absolute;
	z-index: 300;
	bottom: 0px;
	left: 0px;
}

.character.stand.right {
	width: 295px;
	height: 585px;
	position: absolute;
	top: 2px;
	right: 56px;
}

.character.stand.left {
	width: 295px;
	height: 585px;
	position: absolute;
	top: 50px;
	left: 26px;
}

.character.stand ul li img {
	width: 295px;
	height: 585px;
}

.character.stand .slick-prev:before,
.character.stand .slick-next:before {
	color: #9c7172 !important;
}

.character.profile.left {
	width: 400px;
	height: 650px;
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
}

.character.profile.right {
	width: 400px;
	height: 650px;
	position: absolute;
	z-index: 200;
	top: 0px;
	right: 0px;
}

.character.profile .name {
	margin: 0px 0px 0px 0px;
	width: 180px;
}

.character.profile .cap01 {
	margin: 28px 0px 0px 0px;
	width: 340px;
}

.character.profile .cap02 {
	margin: 30px 0px 0px 0px;
	width: 380px;
}

.character.profile ul.voice {
	margin: 12px 0px 0px 0px;
	width: auto;
	height: 40px;
}

.character.profile ul.voice li {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
}

.character.profile ul.voice li:not(:last-child) {
	margin-right: 10px;
}

.character.profile ul.voice li img {
	background-color: #6c2b36;
	border-radius: 20px;
	transition: all 0.2s;
}

.character.profile ul.voice li a:hover img {
	background-color: #6dc8e2;
}

.character.profile ul.voice li:nth-last-child(-n+2) img {
	background-color: #a3604c;
	border-radius: 20px;
	transition: all 0.2s;
}

.character.profile ul.gallery {
	margin: 48px 0px 0px 0px;
}

.character.profile ul.gallery li {
	background-color: #ffffff;
	float: left;
	margin: 0;
	width: 160px;
	height: 90px;
}

.character.profile ul.gallery li:not(:last-child) {
	margin-right: 15px;
}

.character.profile ul.gallery li img {
	transition: all 0.2s;
	opacity: 1;
}

.character.profile ul.gallery li a:hover img {
	opacity: 0.7;
}

/*---------------------------------
background art
---------------------------------*/
.backgroundart_wrap {
	background: url(../img/contents_bg02.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 70px 0;
}

.backgroundart_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0 auto 45px auto ;
}

.backgroundart_body {
	width: 840px;
	position: relative;
	margin: 0 auto;
}

.backgroundart {
	width: 800px;
	height: 540px;
	position: relative;
	margin: 0 auto;
}

.backgroundart_tmb {
	width: 690px;
	height: 90px;
	position: relative;
	margin: 40px auto 0 auto;
	padding-left: 10px;
}

.bg_tmb_slick li img {
	cursor: pointer;
}

.bg_tmb_slick .slick-track {
	transform: unset !important;
}

/*---------------------------------
download
---------------------------------*/
.download_wrap {
	background: url(../img/contents_bg01.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 95px 0;
}

.download_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0px auto 65px auto;
}

.download_body {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

.download_body:not(:last-child) {
	background: url(../img/contents_border02.png) center bottom repeat-x;
	margin: 0 auto 75px auto;
	padding: 0 0 75px 0;
}

.download_body h3 {
	width: 540px;
	margin: 0 auto 35px auto;
}

.download .ss {
	background-color: #ffffff;
	width: 640px;
	margin: 0 auto 0 auto;
}

.download ul {
	height: 144px;
	margin: 30px 0px 50px 0px;
}

.download ul li {
	background-color: #ffffff;
	float: left;
	margin: 0;
	width: 256px;
	height: 144px;
}

.download ul li:not(:last-child) {
	margin-right: 16px;
}

.download .ss img,
.download ul li img {
	transition: all 0.2s;
	opacity: 1;
}

.download .ss a:hover img,
.download ul li a:hover img {
	opacity: 0.7;
}

.download .song {
	width: 640px;
	height: 415x;
	margin: 0 auto 35px auto;
}

.download .bt {
	margin: 50px auto 0 auto;
}

.download .bt img {
	width: 300px;
	height: 46px;
	background-color: #6c2b36;
	border-radius: 23px;
	transition: all 0.2s;
}

.download .bt a:hover img {
	background-color: #6dc8e2;
}

/*---------------------------------
privilege
---------------------------------*/
.privilege_wrap {
	background: url(../img/contents_bg02.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 95px 0;
}

.privilege_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0px auto 65px auto;
}

.privilege_body {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

.privilege_body:not(:last-child) {
	background: url(../img/contents_border01.png) center bottom repeat-x;
	margin: 0 auto 75px auto;
	padding: 0 0 75px 0;
}

.privilege_body h3 {
	width: 470px;
	margin: 0 auto 35px auto;
}

.privilege_body .link {
	margin: 60px auto 0px auto;
}

.privilege {
	width: 800px;
	position: relative;
	margin: 0 auto;
}

.privilege:nth-of-type(even) {
	margin-top: 99px;
}

.privilege.pack01 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.privilege.pack01 .item {
	margin-right: 70px;
}

.privilege.pack02 .price,
.privilege.pack04 .price {
	width: 320px;
	margin: 0px 0px 47px 0px;
}

.privilege.pack02 .item,
.privilege.pack04 .item {
	width: 255px;
	margin: 0px 0px 47px 0px;
}

.privilege.pack03 .price,
.privilege.pack05 .price {
	width: 320px;
	margin: 0px 0px 30px 0px;
}

.privilege.pack03 .item,
.privilege.pack05 .item {
	max-width: 310px;
	margin: 0px 0px 40px 0px;
}

.privilege.pack02 .pic01 {
	width: 250px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 100px;
}

.privilege.pack03 .pic01 {
	width: 200px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 240px;
}

.privilege.pack03 .pic01 img{
	width: 200px;
}

.privilege.pack03 .pic02 {
	width: 220px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 0px;
}

.privilege.pack04 .pic01 {
	width: 310px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 72px;
}

.privilege.pack05 .pic01 {
	width: 200px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 250px;
}

.privilege.pack05 .pic01 img{
	width: 200px;
}

.privilege.pack05 .pic02 {
	width: 230px;
	position: absolute;
	z-index: 100;
	bottom: 0px;
	right: 0px;
}

.privilege .buy {
	width: 280px;
	margin: 0px 0px 0px 20px;
}

.privilege .buy img {
	width: 280px;
	height: 41px;
	background-color: #6c2b36;
	border-radius: 20px;
	transition: all 0.2s;
}

.privilege .buy a:hover img {
	background-color: #6dc8e2;
}

.privilege .pic01 a,
.privilege .pic02 a {
	display:block;
	background-color: #ffffff;
}

.privilege .pic01 a img,
.privilege .pic02 a img {
	transition: all 0.2s;
	opacity: 1;
}

.privilege .pic01 a:hover img,
.privilege .pic02 a:hover img {
	opacity: 0.7;
}

/*---------------------------------
staff
---------------------------------*/
.staff_wrap {
	background: url(../img/contents_bg01.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 85px 0;
}

.staff_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0 auto 55px auto;
}

.staff_body {
	width: 100%;
	min-width: 840px;
	position: relative;
	margin: 0 auto;
}

.staff {
	position: relative;
	margin: 0 auto;
}

.staff:first-child {
	margin-bottom: 60px;
}

.staff:nth-child(2) {
	margin-bottom: 45px;
}


/*---------------------------------
system
---------------------------------*/
.system_wrap {
	background: url(../img/contents_bg02.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: auto;
	position: relative;
	padding: 55px 0 65px 0;
}

.system_cap {
	width: 520px;
	height: 60px;
	position: relative;
	margin: 0 auto 45px auto;
}

.system_body {
	width: 100%;
	min-width: 840px;
	position: relative;
	margin: 0 auto;
}

.system {
	position: relative;
	margin: 0 auto;
}

/*---------------------------------
footer
---------------------------------*/
.footer_wrap {
	background: url(../img/contents_bg01.jpg) center top repeat;
	width: 100%;
	min-width: 840px;
	height: 100px;
	position: relative;
	padding-top: 0px;
}

.footer {
	width: 840px;
	height: 100px;
	position: relative;
	margin: 0px auto;
}

.footer .brand {
	width: 124px;
	height: 72px;
	padding-top: 15px;
	margin: 0px auto 0px auto;
}

.footer .copyright {
	width: 180px;
	height: 17px;
	margin: 11px auto 0px auto;
}

.footer ul {
	position: absolute;
	left: 48px;
	top: 19;
}

.footer ul li {
	width: 40px;
	height: 40px;
	float: left;
	margin: 0;
}

.footer ul li:not(:last-child) {
	margin-right: 15px;
}

.footer ul li img{
	background-color: #6c2b36;
	border-radius: 20px;
	transition: all 0.2s;
}

.footer ul li a:hover img{
	background-color: #6dc8e2;
}

.footer .support img{
	position: absolute;
	left: 48px;
	bottom: 6px;
	margin: 0;
	width: 150px;
	height: 20px;
	background-color: #6c2b36;
	border-radius: 10px;
	transition: all 0.2s;
}

.footer .support a:hover img{
	background-color: #6dc8e2;
}

.footer .return img{
	position: absolute;
	right: 48px;
	top: 19;
	margin: 0;
	width: 40px;
	height: 40px;
	background-color: #6c2b36;
	border-radius: 8px;
	transition: all 0.2s;
}

.footer .return a:hover img{
	background-color: #6dc8e2;
}

/*---------------------------------
background-color:rgba(0,0,0,0.2);
---------------------------------*/

