

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*ナビバー*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 10000;
	box-sizing: border-box;

	font-size: 150%;
	background-color: #5944ea;
}

.logo {
	height: 50px;
	padding: 0 20px;
}

.logo img{
	height: 50px;
}

.navbar-menu {
	flex: 1;
	padding: 0 20px;
}

.navbar ul {
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}

.navbar ul li{
	display: inline-block;
	height: 100%;
	margin: 0 10px;
	text-align: center;
	color: white;
}

.navbar img{
	height: 100%;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*ページ共通*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents {
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

.contents-title {
	width: 100%;
	margin: 10px 0;
	text-align: center;
}

.contents-title img {
	height: 60px;
	margin: 0 auto;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*メインページ*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents-home-title {
	margin: 20px 0 10px 0;
	text-align: center;
}

.contents-home-title img {
	height: 150px;
	margin: 0 auto;
}

.contents-home {
	margin: 0 0 30px 0;
	text-align: center;
}

.contents-home img {
	width: 80%;
	margin: 0 auto;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*ニュース*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents-news-title {
	width: 70%;
	padding: 0 10px;
	margin: 0 auto 0 auto;
}

.contents-news-title img {
	height: 40px;
}

.contents-news {
	width: 70%;
	height: 250px;
	padding: 0 10px;
	margin: 0 auto 50px auto;
	overflow: auto;
}

.contents-news dl dt {
	margin: 0;
	padding-left: 10px;
	background-image: url('../resources/menu_icon1.png');
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: #6495ed;
}

.contents-news dl dd {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #adadad solid;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*制作情報*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents-product-news-title {
	width: 70%;
	padding: 0 10px;
	margin: 0 auto 0 auto;
}

.contents-product-news-title img {
	height: 40px;
}

.contents-product-news {
	width: 70%;
	height: 250px;
	padding: 0 10px;
	margin: 0 auto 50px auto;
	overflow: auto;
}

.contents-product-news dl dt {
	margin: 0;
	padding-left: 10px;
	background-image: url('../resources/menu_icon1.png');
	background-repeat: no-repeat;
	background-size: 18px auto;
	color: #6495ed;
}

.contents-product-news dl dd {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #adadad solid;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*キャラクターページ*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents-chara {
	width: 100%;
}

.chara-list{
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.chara-icon {
	height: 70px;
	margin: 0 10px 10px 10px;
}

.chara-icon img {
	height: 100%;
}

.chara-intro {
	width: 60%;
	max-width: 900px;
	margin: 0 20px 20px 20px;
	padding: 20px 10px 20px 20px;
	clear: both;
	text-align: center;
	background-color: rgba(252, 255, 223, 0.7);
}

.chara-main {
	display: flex;
	justify-content: space-between;
	width: 100%;
  caret-color: transparent;
}

.chara-text {
	width: 50%;
	float: left;
	text-align: left;
}

.chara-text img {
	height: 70px;
	margin: 0 0 10px 0;
}

.chara-text p {
	margin-left: 20px;
	text-align: left;
	font-size: 150%;
	font-family: "Times New Roman";
}

.chara-image {
  position: relative;
	width: 50%;
	float: right;
}

.chara-image img {
	width: 100%;
}

.chara-image .base {
  display: block;
}

.chara-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.chara-select-details {
  display: block;
  clear: both;
	width: 100%;
	margin: 5px 0 5px 0;
	cursor: pointer;
}

.chara-select-details > summary {
	text-align: left;
	font-size: 20px;
}

.chara-select-details-sub {
  display: block;
  clear: both;
	margin: 5px 0 5px 20px;
	cursor: pointer;
}

.chara-select-details-sub > summary {
	text-align: left;
	font-size: 20px;
}

.chara-select-details > .chara-select-list-icon {
	width: 100%;
	height: 60px;
}

.chara-select-item {
	float: left;
  width: 50px;
  height: 50px;
	margin: 5px;
}

.chara-select-item img {
	height: 100%;
}

.chara-select-text {
	text-align: left;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 20px;
	cursor: pointer;
}

.chara-gallery-title {
	width: 100%;
	height: 40px;
}

.chara-gallery-title img {
	height: 40px;
}

.chara-gallery-icon {
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.chara-gallery-icon img{
	height: 100px;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*アプリページ*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
.contents-app {
	width: 100%;
}

.app-list {
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.app-icon {
	width: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.app-icon img {
	width: 100%;
}

.app-category {
	width: 80%;
	height: 30px;
	margin-bottom: 10px;
	padding: 5px 20px;
	text-align: center;
	font-size: 20px;
	border-top: 3px #6493ff solid;
	border-bottom: 3px #6493ff solid;
	background-color: rgba(220, 255, 255, 0.4);
}

.app-category img {
	height: 30px;
}

/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*スマホ対応*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
@media screen and (max-width: 768px) {
	.navbar {
		text-align: center;
	}

	.navbar-menu {
		flex: 1;
		padding: 0 20px;
		float: none;
	}

	.logo {
		display: none;
	}

	.contents-home-title img {
		height: 80px;
		margin: 0 auto;
	}

	.contents-title img {
		height: 40px;
		margin: 0 auto;
	}

	.contents-news-title img {
		height: 30px;
	}

	.chara-intro {
		width: 85%;
		padding: 20px 10px 20px 10px;
	}

	.chara-text img {
		height: 50px;
		margin: 0 0 10px 0;
	}

	.chara-text p {
		margin-left: 15px;
		font-size: 100%;
	}

	.chara-gallery-title img {
		height: 30px;
	}

	.chara-gallery-icon img {
		height: 60px;
	}

	.app-category {
		height: 20px;
	}

	.app-category img {
		height: 20px;
	}
}


/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
/*他共通*/
/*■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□■□*/
#loading img {
	width: 100%;
	height: auto;
}

.link-hover {
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
	text-decoration: none;
}

.link-hover:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

.line-white{
	width: 100%;
	height: 3px;

	background-color: white;
	border: none;
}

.line-orange{
	width: 100%;
	height: 3px;

	background-color: #ffa500;
	border: none;
}

.border-orange{
	border: 5px solid #ffa500;
}

.border-bluepuple {
	border: 5px solid #3b00ff;
}

.border-green {
	border: 5px solid #90ee90;
}

.border-side-purple{
	border: 10px solid #5944ea;
	border-top-style: none;
	border-bottom-style: none;
}

.box-lightyellow{
	background-color: #fcffdf;
}

.box-lightblue{
	background-color: #dcffff;
}

.box-lightgreen {
	background-color: #d0ffd0;
}

.box-lightpurple{
	background-color: #e9ccff;
}

.bottom-space{
	width: 100%;
	height: 20px;
}

.contents-hidden {
	visibility: hidden;
}

.contents-visible {
	visibility: visible;
}