@charset "UTF-8";
.dispPC {
	display: block;
}
.dispSP {
	display: none;
}
article#globalHeaderBlock,
article#globalFooterBlock {
	width: 100%;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 200%;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 100;
}
article#globalHeaderBlock a,
article#globalFooterBlock a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
article#globalHeaderBlock {
	margin: 0 0 20px;
	border-bottom: 6px solid #ff8601;
}
article#globalHeaderBlock.includeHeaderBlock {
	margin: 0;
	border-bottom: 6px solid #ff8601;
}
article#globalHeaderBlock #topBar {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	line-height: 200%;
	padding: 0;
	clear: both;
	z-index: 100;
}
article#globalHeaderBlock #topBar h1.siteTitleText {
	width: 99%;
	height: auto;
	margin: 0;
	padding: 2px 0 0 1%;
	font-size: 10px;
	font-weight: normal;
	line-height: 200%;
	overflow: hidden;
	clear: both;
}
article#globalHeaderBlock #topBar h2.candyLogo {
	width: 10%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}
article#globalHeaderBlock #topBar h2.candyLogo img {
	width: 100%;
	height: auto;
}
article#globalHeaderBlock #topBar ul {
	width: 90%;
	margin: 0;
	padding: 0;
	line-height: 200%;
	list-style: none;
	overflow: hidden;
}
article#globalHeaderBlock #topBar ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 100%;
	border-bottom: 3px solid #fff;
	overflow: hidden;
	float: left;
}
article#globalHeaderBlock #topBar ul li.btnText {
	margin: 0;
	padding: 1% 0 0;
	text-align: left;
}
article#globalHeaderBlock #topBar ul li.btnText:hover {
	border-bottom: 3px solid #ff8601;
}
article#globalHeaderBlock #topBar ul li.btnText img {
	vertical-align: middle;
}
article#globalHeaderBlock #topBar ul li.btnSns {
	width: 32px;
	float: right;
}
article#globalHeaderBlock #topBar ul li a {
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	 display: block;
}
article#globalHeaderBlock #topBar ul li a:hover {
	color: #000;
}
article#globalHeaderBlock #topBar ul li.btnNews,
article#globalHeaderBlock #topBar ul li.btnCalender,
article#globalHeaderBlock #topBar ul li.btnPreorder,
article#globalHeaderBlock #topBar ul li.btnChara,
article#globalHeaderBlock #topBar ul li.btnCamp,
article#globalHeaderBlock #topBar ul li.btnMovie,
article#globalHeaderBlock #topBar ul li.btnShop,
article#globalHeaderBlock #topBar ul li.btnMembers {
	padding-right: 1.8%;
	background-image: url(../images/iconBg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
article#globalHeaderBlock #topBar ul li.btnQuestionnaire {
	padding-right: 1.8%;
}
article#globalHeaderBlock #topBar ul form {
	margin: 0;
	padding: 0;
}
article#globalHeaderBlock #topBar ul form table.headerSearchArea {
	width: 242px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
}
article#globalHeaderBlock #topBar ul form .headerSearchArea tr,
article#globalHeaderBlock #topBar ul form .headerSearchArea tr td {
	margin: 0;
	padding: 0;
}
article#globalHeaderBlock #topBar ul form .headerSearchArea tr td input {
	width: 180px;
	margin: 8px 0 0;
	padding: 4px 2px 5px;
}
article#globalHeaderBlock #topBar ul form .headerSearchArea tr td.inputBox {
	width: 200px;
}
/* globalFooter */
article#globalFooterBlock {
	height: 39px;
	margin: 0;
	border-top: 1px solid #ddd;
}
article#globalFooterBlock section {
	width: 100%;
	max-width: 940px;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
article#globalFooterBlock section ul {
	height: 39px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
article#globalFooterBlock section ul li {
	height: 39px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
	line-height: 44px;
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}
article#globalFooterBlock section ul li a {
	color: #333;
	padding-left: 34px;
	text-decoration: none;
	display: block;
}
article#globalFooterBlock section ul li:hover a {
	color: #ff8601;
}
article#globalFooterBlock section ul li.btnText {
	padding: 0 12px;
	background-image: url(../images/listArrow.png);
	overflow: hidden;
}
article#globalFooterBlock section ul li.btnText a {
	padding: 0;
}
article#globalFooterBlock section ul li.text {
	width: 275px;
	padding: 0 6px;
	text-align: right;
	float: right;
	position: relative;
}
article#globalFooterBlock section ul li.text p {
	color: #333;
	position: absolute;
	top: 50%;
	font-size: 11px;
	line-height: 125%;
	margin-top: -1em;
}
article#globalFooterBlock section h1.bandaiLogo {
	width: 28px;
	height: 28px;
	margin: 7px 0 0 0;
	padding: 0;
	float: right;
}
article#globalFooterBlock section ul li.bandaiLogo a {
	padding: 0;
}
article#globalFooterBlock section div.preload {
	display: none;
}

/*mediaQuery*/
@media screen and (min-width: 768px) and (max-width: 980px) {
	.dispPC {
		display: block;
	}
	.dispSP {
		display: none;
	}
	article#globalHeaderBlock #topBar ul li {
		font-size: 10px;
	}
	article#globalHeaderBlock #topBar ul form table.headerSearchArea {
		width: 200px;
	}
	article#globalHeaderBlock #topBar ul form .headerSearchArea tr td input {
		width: 138px;
	}
	article#globalHeaderBlock #topBar ul form .headerSearchArea tr td.inputBox {
		width: 158px;
	}
}
@media screen and (max-width: 767px) {
	.dispPC {
		display: none;
	}
	.dispSP {
		display: block;
	}
	article#globalHeaderBlock,
	article#globalHeaderBlock.includeHeaderBlock {
		width: 100%;
		height: auto;
		margin: 0;
		border-bottom: none;
		overflow: visible;
		clear: both;
	}
	article#globalHeaderBlock #topBar {
		position: relative;
		top: 0;
		margin: 0;
		width: 100%;
		height: auto;
		background-color: #fff;
		background-image: none;
		border-bottom: 1px solid #ddd; 
		overflow: hidden;
		z-index: 101;
	}
	article#globalHeaderBlock #topBar h1.siteTitleText {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 52%;
		height: auto;
		margin: 5% auto 0;
		color: #000;
		font-size: 120%;
		font-weight: normal;
		line-height: 150%;
		text-align: left;
	}
	article#globalHeaderBlock #topBar h2.candyLogo {
		position: absolute;
		top: 0;
		left: 1%;
		width: 22%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	article#globalHeaderBlock #topBar h2.candyLogo img {
		width: 90%;
		max-width: 72px;
		height: auto;
	}
	article#globalHeaderBlock #topBar p.toggle {
		position: relative;
		top: 0;
		right: 0;
		float: right;
		width: 72px;
		height: 72px;
		margin: 0;
		background-image: url(../images/naviBI.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: #ff8601;
	}
	#panelBtn {
		display: inline-block;
		position: relative;
		width: 72px;
		height: 72px;
		margin: 0;
	}
	#panelBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 3px;
		margin: 2px 0 0 -14px;
		background: #fff;
		transition: .2s;
	}
	#panelBtnIcon:before,
	#panelBtnIcon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 3px;
		background: #fff;
		transition: .3s;
	}
	#panelBtnIcon:before {
		margin-top: -9px;
	}
	#panelBtnIcon:after {
		margin-top: 5px;
	}
	#panelBtn .close {
		background: transparent;
	}
	#panelBtn .close:before, #panelBtn .close:after {
		margin-top: 0;
	}
	#panelBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panelBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	article#globalHeaderBlock #topBar nav {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #ddd;
	}
	article#globalHeaderBlock #topBar nav #slideMenu {
		position: relative;
		display: none;
		width: 94%;
		margin: 0 0 4%;
		padding: 2% 3%;
		overflow: hidden;
		z-index: 100;
	}
	article#globalHeaderBlock #topBar.over {
		background-color: rgba(255,255,255,0.98);
	}
	article#globalHeaderBlock #topBar nav #slideMenu li {
		float: left;
		width: 31.3%;
		margin: 0 2% 2% 0;
	}
	article#globalHeaderBlock #topBar nav #slideMenu li:last-child {
		margin: 0 0 2%;
	}
	article#globalHeaderBlock #topBar nav #slideMenu li:nth-child(8) {
		margin: 0 31% 2% 0;
	}
	article#globalHeaderBlock #topBar nav #slideMenu li a {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	article#globalHeaderBlock #topBar nav #slideMenu li a img {
		width: 100%;
		height: auto;
	}
	article#globalFooterBlock,
	article#globalFooterBlock section,
	article#globalFooterBlock section ul {
		height: auto;
	}
	article#globalFooterBlock section ul li.text {
		width: 98%;
		padding: 0 1%;
		text-align: left;
		float: none;
		position: relative;
	}
	article#globalFooterBlock section ul li.text p {
		color: #333;
		position: absolute;
		top: 50%;
		font-size: 11px;
		line-height: 125%;
		margin-top: -1em;
	}
}
/* portalParts */
#portalPartsPC {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	overflow: hidden;
}
#portalPartsPC .thumb {
	position: relative;
	margin: 20px auto 0;
	overflow: hidden;
}
#portalPartsPC .thumb a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
}
#portalPartsPC .thumb .image {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
#portalPartsPC .thumb .image:before {
	content: "";
    display: block;
    padding-top: 100%;
}
#portalPartsPC .thumb .image img {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: auto;
}
#portalPartsPC .thumb .btn {
	position: absolute;
	bottom: 0;
}
#portalPartsPC .thumb .btn span.titleColor {
	color: #ff7d1a;
}
#includeSideBlockPhoto .photoNews .thumb {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 0;
	overflow: hidden;
}
#includeSideBlockPhoto .photoNews .thumb .image {
	width: 100%;
	height: auto;
}
#includeSideBlockPhoto .photoNews .thumb .image:before {
	content: "";
    display: block;
    /*
    padding-top: 45%;
    */
    padding-top: 106%;
}
#includeSideBlockPhoto .photoNews .thumb .image img {
	width: 100%;
	height: auto;
}
#includeSideBlockPhoto .photoNews .thumb .btn {
	width: 98%;
	padding-right: 2%;
	text-align: right;
	background-color: rgba( 34, 34, 34, 0.8 );
}
#includeSideBlockPhoto .photoNews .thumb a .btn {
	color: #fff;
}
#includeSideBlockRanking .ranking .thumb {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	display: table;
}
#includeSideBlockRanking .ranking .thumb:last-child {
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
}
#includeSideBlockRanking .ranking .thumb .image {
	position: relative;
	width: 43%;
	padding-right: 2%;
	display: table-cell;
	background-color: #fff;
	overflow: hidden;
}
#portalPartsPC #includeSideBlockRanking .ranking .thumb .image img {
	position: absolute;
	top: 0;
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: auto;
}
#includeSideBlockRanking .ranking .thumb .btn {
	position: relative;
	width: 51%;
	padding: 2%;
	color: #000;
	line-height: 125%;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
	display: table-cell;
}
#includeSideBlockRanking .ranking .thumb .rankingTriangle {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
}
#includeSideBlockRanking .ranking .thumb .ranking1 {
	border-color: #ff9c00 transparent transparent transparent;
}
#includeSideBlockRanking .ranking .thumb .ranking2 {
	border-color: #75889f transparent transparent transparent;
}
#includeSideBlockRanking .ranking .thumb .ranking3 {
	border-color: #b75e42 transparent transparent transparent;
}
#includeSideBlockRanking .ranking .thumb .rankingNum {
	position: absolute;
	top: 0;
	left: 2px;
	color: #fff;
	margin: 0;
	font-size: 12px;
	line-height: 200%;
	text-align: left;
}
#portalPartsSP {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	overflow: hidden;
}
#portalPartsSP #includeSideBlockRanking,
#portalPartsSP #includeSideBlockRanking ranking {
	width: 100%;
	height: auto;
	clear: both;
}
#portalPartsSP #includeSideBlockRanking .ranking .thumb {
	position: relative;
	float: left;
	width: 28%;
	margin: 0 8% 0 0;
	padding-bottom: 20px;
	border-bottom: none;
}
#portalPartsSP #includeSideBlockRanking .ranking .thumb:last-child {
	margin: 0 0 20px 0;
	border-bottom: none;
}
#portalPartsSP #includeSideBlockRanking .ranking .thumb .image {
	position: relative;
	width: 100%;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
#portalPartsSP #includeSideBlockRanking .ranking .thumb .image img {
	width: 100%;
	height: auto;
}