@charset "UTF-8";
article#globalHeaderBlock {
	width: 100%;
	height: 116px;
	margin: 0 0 7px;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 200%;
	border-bottom: 6px solid #ff8601;
	background-color: #fff;
	overflow: hidden;
}
article#globalHeaderBlock section {
	width: 940px;
	height: 116px;
	margin: 0 auto;
	line-height: 200%;
	padding: 0;
	clear: both;
}
article#globalHeaderBlock section h1.siteTitleText {
	width: 930px;
	height: 18px;
	margin: 0;
	padding: 2px 0 0 10px;
	font-size: 10px;
	line-height: 200%;
	overflow: hidden;
	clear: both;
}
article#globalHeaderBlock section h2.candyLogo {
	width: 96px;
	height: 96px;
	margin: 0;
	padding: 0;
	float: left;
	-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 section h2.candyLogo img {
	width: 100%;
	height: auto;
}
article#globalHeaderBlock section ul {
	margin: 0;
	padding: 0;
	line-height: 200%;
	list-style: none;
	overflow: hidden;
}
article#globalHeaderBlock section ul li {
	height: 37px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 44px;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 3px solid #fff;
	overflow: hidden;
	float: left;
}
article#globalHeaderBlock section ul li.btnText {
	margin: 0;
	padding: 0 0 0 24px;
	text-align: center;
	-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 section ul li.btnText:hover {
	border-bottom: 3px solid #ff8601;
}
article#globalHeaderBlock section ul li.btnSns {
	width: 32px;
	float: right;
}
article#globalHeaderBlock section ul li a {
	color: #000;
	margin: 0;
	padding: 0;
	text-decoration: none;
	 display: block;
}
article#globalHeaderBlock section ul li a:hover {
	color: #000;
}
article#globalHeaderBlock section ul li.btnNews {
	width: 68px;
	background-image: url(../img/header/iconNews.png);
}
article#globalHeaderBlock section ul li.btnCalender {
	width: 131px;
	background-image: url(../img/header/iconCalender.png);
}
article#globalHeaderBlock section ul li.btnPreorder {
	width: 83px;
	background-image: url(../img/header/iconPreorder.png);
}
article#globalHeaderBlock section ul li.btnChara {
	width: 140px;
	background-image: url(../img/header/iconChara.png);
}
article#globalHeaderBlock section ul li.btnCamp {
	width: 112px;
	background-image: url(../img/header/iconCamp.png);
}
article#globalHeaderBlock section ul li.btnMovie {
	width: 60px;
	background-image: url(../img/header/iconMovie.png);
}
article#globalHeaderBlock section ul li.btnBrand {
	width: 81px;
	text-align: right;
	background-image: url(../img/header/iconBrand.png);
}
article#globalHeaderBlock section ul li.btnShop {
	width: 151px;
	background-image: url(../img/header/iconShop.png);
}
article#globalHeaderBlock section ul li.btnMembers {
	width: 160px;
	background-image: url(../img/header/iconMembers.png);
}
article#globalHeaderBlock section ul li.btnQuestionnaire {
	width: 103px;
	background-image: url(../img/header/iconQuestionnaire.png);
}
article#globalHeaderBlock section ul li.btnTwitter {
	background-image: url(../img/header/iconTwitter.png);
}
article#globalHeaderBlock section ul li.btnFacebook {
	background-image: url(../img/header/iconFb.png);
}
article#globalHeaderBlock section ul li.btnInstagram {
	background-image: url(../img/header/iconInsta.png);
}
article#globalHeaderBlock section ul li.btnTwitter img,
article#globalHeaderBlock section ul li.btnFacebook img,
article#globalHeaderBlock section ul li.btnInstagram img {
	width: 100%;
	height: auto;
}
article#globalHeaderBlock section ul form {
	margin: 0;
	padding: 0;
}
article#globalHeaderBlock section ul form table.headerSearchArea {
	width: 50px;
	height: 30px;
	margin: 5px 0 0;
	padding: 0;
	border: 0;
}
article#globalHeaderBlock section ul form .headerSearchArea tr,
article#globalHeaderBlock section ul form .headerSearchArea tr td {
	margin: 0;
	padding: 0;
}
article#globalHeaderBlock section ul form .headerSearchArea tr td input {
	width: 50px;
	margin: 0;
	padding: 4px 2px 5px;
}
article#globalHeaderBlock section ul form .headerSearchArea tr td.inputBox {
	width: 200px;
}
article#globalFooterBlock {
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	border-top: 1px solid #ddd;
	background-color: #fefefe;
	overflow: hidden;
}
article#globalFooterBlock section {
	width: 100%;
	height: 39px;
	margin: 0;
	line-height: 200%;
	padding: 0;
	clear: both;
}
article#globalFooterBlock section ul {
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	overflow: hidden;
}
article#globalFooterBlock section ul li {
	height: 39px;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 11px;
	/*font-size: 1.1rem;*/
	list-style: none;
	line-height: 44px;
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	-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#globalFooterBlock section ul li a {
	color: #333;
	padding-left: 34px;
	text-decoration: none;
	 display: block;
}
article#globalFooterBlock section ul li:hover a {
	color: #fff;
}
article#globalFooterBlock section ul li.btnText:hover a {
	color: #f33f9f;
}
article#globalFooterBlock section ul li.btnMember {
	width: 325px;
	margin-right: 12px;
	background-image: url(../img/header/iconMember.png);
}
article#globalFooterBlock section ul li.btnMember:hover {
	background-image: url(../img/header/iconMemberOn.png);
}
article#globalFooterBlock section ul li.btnText {
	padding: 0 12px;
	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;
}
article#globalFooterNews {
	width: 100%;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
	background-color: #fefefe;
	overflow: hidden;
}
article#globalFooterNews img {
	float: none;
}
article#globalFooterNews div#globalFooterNewsContents {
	width: 980px;
	margin: 10px auto 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	clear: both;
}
article#globalFooterNews #globalFooterNewsHeaderBlock {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	vertical-align: bottom;
	color: #fff;
	clear: both;
}
article#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
	height: 26px;
	margin: 0 1% 5px;
	padding: 0 0 6px;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	color: #ff6a00;
}
article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
	height: 28px;
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	background-color: #ff6a00;
	border-radius: 2px;
	overflow: hidden;
}
article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink a {
	text-decoration: none;
	color: #fff;
	display: block;
}
article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink a:hover {
	color: #fff;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumbLine {
	clear: both;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
	position: relative;
	width: 31.3%;
	margin: 0 1% 20px;
	background-color: #f1f1f2;
	float: left;
	overflow: hidden;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb a {
	display: block;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage {
	position: relative;
	width: 34%;
	margin: 3%;
	background-color: #fff;
	overflow: hidden;
	float: left;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage:before {
	content: "";
    display: block;
    padding-top: 100%;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbTweetImage img {
	position: absolute;
    top: 10%;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbLineUp img {
	position: absolute;
    top: -15%;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText {
	width: 60%;
	float: left;
	color: #000;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText h2.globalFooterNewsThumbHeader {
	width: 96%;
	height: 20px;
	margin: 0;
	padding: 4% 2% 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	margin: 0;
	padding: 10px 2% 0;
}
article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText .globalFooterNewsThumbBtn span.titleColor {
	color: #ff7d1a;
}
/*mediaQuery*/
@media screen and (max-width: 760px){
	article#globalHeaderBlock section h1.candyLogo {
		width: 30px;
		background-image: url(../img/header/iconHome.png);
	}
	article#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/iconHomeOn.png);
	}
	article#globalHeaderBlock section ul {
		height: 39px;
	}
	article#globalFooterBlock,
	article#globalFooterBlock section ul {
		height: 75px;
	}
	article#globalHeaderBlock section ul li.btnNew,
	article#globalHeaderBlock section ul li.btnPreorder,
	article#globalHeaderBlock section ul li.btnChara,
	article#globalHeaderBlock section ul li.btnEvent,
	article#globalHeaderBlock section ul li.btnShop,
	article#globalHeaderBlock section ul li.btnQuestionnaire,
	article#globalHeaderBlock section ul li.btnNews,
	article#globalFooterBlock section ul li.btnMember {
		width: 30px;
	}
	article#globalFooterBlock section ul li.btnText {
		padding: 0 5px;
	}
	article#globalFooterBlock section ul li.text {
		width: 90%;
		text-align: left;
	}
	article#globalFooterNews div#globalFooterNewsContents {
		width: 98%;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 100px;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader,
	article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
		clear: both;
	}
	article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 98%;
	}
}
@media screen and (min-width: 741px) and (max-width: 980px) {
	article#globalHeaderBlock section h1.candyLogo {
		width: 30px;
		background-image: url(../img/header/iconHome.png);
	}
	article#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/iconHomeOn.png);
	}
	article#globalHeaderBlock section ul {
		height: 39px;
	}
	article#globalFooterBlock,
	article#globalFooterBlock section ul {
		height: 75px;
	}
	article#globalHeaderBlock section ul li.btnNew,
	article#globalHeaderBlock section ul li.btnPreorder,
	article#globalHeaderBlock section ul li.btnChara,
	article#globalHeaderBlock section ul li.btnEvent,
	article#globalHeaderBlock section ul li.btnShop,
	article#globalHeaderBlock section ul li.btnQuestionnaire,
	article#globalHeaderBlock section ul li.btnNews,
	article#globalFooterBlock section ul li.btnMember {
		width: 30px;
	}
	article#globalFooterBlock section ul li.btnText {
		padding: 0 5px;
	}
	article#globalFooterBlock section ul li.text {
		width: 90%;
		text-align: left;
	}
	article#globalFooterNews div#globalFooterNewsContents {
		width: 98%;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 28px;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
		width: 60%;
		float: left;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 25%;
		margin: 0;
		float: right;
	}
	article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 31.3%;
	}
}
/*
@media screen and (min-width: 981px){
	article#globalFooterBlock,
	article#globalHeaderBlock section ul,
	article#globalFooterBlock section ul {
		height: 39px;
	}
	article#globalFooterBlock section {
		width: 980px;
		margin: 0 auto;
	}
	article#globalHeaderBlock section h1.candyLogo {
		width: 100px;
		background-image: url(../img/header/logoCandy.png);
	}
	article#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/logoCandyOn.png);
	}
	article#globalHeaderBlock section ul li.btnNew {
		width: 94px;
	}
	article#globalHeaderBlock section ul li.btnPreorder {
		width: 105px;
	}
	article#globalHeaderBlock section ul li.btnChara {
		width: 160px;
	}
	article#globalHeaderBlock section ul li.btnEvent {
		width: 105px;
	}
	article#globalHeaderBlock section ul li.btnShop {
		width: 138px;
	}
	article#globalHeaderBlock section ul li.btnQuestionnaire {
		width: 115px;
	}
	article#globalHeaderBlock section ul li.btnNews {
		width: 111px;
	}
	article#globalFooterBlock section ul li.btnMember {
		width: 325px;
	}
	article#globalFooterBlock section ul li.btnText {
		padding: 0 12px;
		background-image: url(../img/header/list.png);
	}
	article#globalFooterBlock section ul li.text {
		width: 275px;
	}
	article#globalFooterNews div#globalFooterNewsContents {
		width: 980px;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 28px;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
		width: 60%;
		float: left;
	}
	article#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 20%;
		margin: 0;
		float: right;
	}
	article#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 31.3%;
	}
}
*/
/* backUp */
aside#globalHeaderBlock {
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	border-bottom: 1px solid #ddd;
	background-color: #fefefe;
	overflow: hidden;
}
aside#globalFooterBlock {
	width: 100%;
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	border-top: 1px solid #ddd;
	background-color: #fefefe;
	overflow: hidden;
}
aside#globalFooterBlock section {
	width: 100%;
}
aside#globalHeaderBlock section,
aside#globalFooterBlock section {
	width: 100%;
	height: 39px;
	margin: 0;
	line-height: 200%;
	padding: 0;
	clear: both;
}
aside#globalHeaderBlock section h1.candyLogo {
	width: 100px;
	height: 39px;
	margin: 0;
	padding: 0;
	background-image: url(../img/header/logoCandy.png);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
aside#globalHeaderBlock section h1.candyLogo:hover {
	background-image: url(../img/header/logoCandyOn.png);
}
aside#globalHeaderBlock section h1 img {
	width: 100px;
	height: 39px;
}
aside#globalHeaderBlock section ul,
aside#globalFooterBlock section ul {
	height: 39px;
	margin: 0;
	padding: 0;
	line-height: 200%;
	overflow: hidden;
}
aside#globalHeaderBlock section ul li,
aside#globalFooterBlock section ul li {
	height: 39px;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 11px;
	/*font-size: 1.1rem;*/
	list-style: none;
	line-height: 44px;
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
aside#globalHeaderBlock section ul li a,
aside#globalFooterBlock section ul li a {
	color: #333;
	padding-left: 34px;
	text-decoration: none;
	 display: block;
}
aside#globalHeaderBlock section ul li:hover a,
aside#globalFooterBlock section ul li:hover a {
	color: #fff;
}
aside#globalHeaderBlock section ul li.btnText:hover a,
aside#globalFooterBlock section ul li.btnText:hover a {
	color: #f33f9f;
}
aside#globalHeaderBlock section ul li.btnNew {
	width: 94px;
	background-image: url(../img/header/iconNew.png);
}
aside#globalHeaderBlock section ul li.btnNew:hover {
	background-image: url(../img/header/iconNewOn.png);
}
aside#globalHeaderBlock section ul li.btnPreorder {
	width: 105px;
	background-image: url(../img/header/iconPreorder.png);
}
aside#globalHeaderBlock section ul li.btnPreorder:hover {
	background-image: url(../img/header/iconPreorderOn.png);
}
aside#globalHeaderBlock section ul li.btnChara {
	width: 160px;
	background-image: url(../img/header/iconChara.png);
}
aside#globalHeaderBlock section ul li.btnChara:hover {
	background-image: url(../img/header/iconCharaOn.png);
}
aside#globalHeaderBlock section ul li.btnEvent {
	width: 105px;
	background-image: url(../img/header/iconEvent.png);
}
aside#globalHeaderBlock section ul li.btnEvent:hover {
	background-image: url(../img/header/iconEventOn.png);
}
aside#globalHeaderBlock section ul li.btnShop {
	width: 138px;
	background-image: url(../img/header/iconShop.png);
}
aside#globalHeaderBlock section ul li.btnShop:hover {
	background-image: url(../img/header/iconShopOn.png);
}
aside#globalHeaderBlock section ul li.btnQuestionnaire {
	width: 115px;
	background-image: url(../img/header/iconQuestionnaire.png);
}
aside#globalHeaderBlock section ul li.btnQuestionnaire:hover {
	background-image: url(../img/header/iconQuestionnaireOn.png);
}
aside#globalHeaderBlock section ul li.btnTwitter {
	width: 36px;
	background-image: url(../img/header/iconTwitter.png);
	float: right;
}
aside#globalHeaderBlock section ul li.btnFacebook {
	width: 36px;
	background-image: url(../img/header/iconFb.png);
	float: right;
}
aside#globalHeaderBlock section ul li.btnInstagram {
	width: 36px;
	background-image: url(../img/header/iconInsta.png);
	float: right;
}
aside#globalHeaderBlock section ul li.btnNews {
	width: 111px;
	background-image: url(../img/header/iconNews.png);
}
aside#globalHeaderBlock section ul li.btnNews:hover {
	background-image: url(../img/header/iconNewsOn.png);
}
aside#globalHeaderBlock section ul li.btnTwitter:hover {
	background-image: url(../img/header/iconTwitterOn.png);
}
aside#globalHeaderBlock section ul li.btnFacebook:hover {
	background-image: url(../img/header/iconFbOn.png);
}
aside#globalHeaderBlock section ul li.btnInstagram:hover {
	background-image: url(../img/header/iconInstaOn.png);
}
aside#globalHeaderBlock section ul li.btnTwitter img,
aside#globalHeaderBlock section ul li.btnFacebook img,
aside#globalHeaderBlock section ul li.btnInstagram img {
	width: 36px;
	height: 39px;
}
aside#globalFooterBlock section ul li.btnMember {
	width: 325px;
	margin-right: 12px;
	background-image: url(../img/header/iconMember.png);
}
aside#globalFooterBlock section ul li.btnMember:hover {
	background-image: url(../img/header/iconMemberOn.png);
}
aside#globalFooterBlock section ul li.btnText {
	padding: 0 12px;
	overflow: hidden;
}
aside#globalFooterBlock section ul li.btnText a {
	padding: 0;
}
aside#globalFooterBlock section ul li.text {
	width: 275px;
	padding: 0 6px;
	text-align: right;
	float: right;
	position: relative;
}
aside#globalFooterBlock section ul li.text p {
	color: #333;
	position: absolute;
	top: 50%;
	font-size: 11px;
	line-height: 125%;
	margin-top: -1em;
}
aside#globalFooterBlock section h1.bandaiLogo {
	width: 28px;
	height: 28px;
	margin: 7px 0 0 0;
	padding: 0;
	float: right;
}
aside#globalFooterBlock section ul li.bandaiLogo a {
	padding: 0;
}
aside#globalFooterBlock section div.preload {
	display: none;
}
aside#globalFooterNews {
	width: 100%;
	padding: 10px 0 0;
	border-top: 1px solid #ddd;
	background-color: #fefefe;
	overflow: hidden;
}
aside#globalFooterNews img {
	float: none;
}
aside#globalFooterNews div#globalFooterNewsContents {
	width: 980px;
	margin: 10px auto 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	clear: both;
}
aside#globalFooterNews #globalFooterNewsHeaderBlock {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	vertical-align: bottom;
	color: #fff;
	clear: both;
}
aside#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
	height: 26px;
	margin: 0 1% 5px;
	padding: 0 0 6px;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
	color: #ff6a00;
}
aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
	height: 28px;
	font-size: 14px;
	line-height: 200%;
	text-align: center;
	background-color: #ff6a00;
	border-radius: 2px;
	overflow: hidden;
}
aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink a {
	text-decoration: none;
	color: #fff;
	display: block;
}
aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink a:hover {
	color: #fff;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumbLine {
	clear: both;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
	position: relative;
	width: 31.3%;
	margin: 0 1% 20px;
	background-color: #f1f1f2;
	float: left;
	overflow: hidden;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb a {
	display: block;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage {
	position: relative;
	width: 34%;
	margin: 3%;
	background-color: #fff;
	overflow: hidden;
	float: left;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage:before {
	content: "";
    display: block;
    padding-top: 100%;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbImage img {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbTweetImage img {
	position: absolute;
    top: 10%;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbLineUp img {
	position: absolute;
    top: -15%;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText {
	width: 60%;
	float: left;
	color: #000;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText h2.globalFooterNewsThumbHeader {
	width: 96%;
	height: 20px;
	margin: 0;
	padding: 4% 2% 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	margin: 0;
	padding: 10px 2% 0;
}
aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb .globalFooterNewsThumbText .globalFooterNewsThumbBtn span.titleColor {
	color: #ff7d1a;
}
/* portalParts */
#portalNewsPC {
	width: 268px;
	height: 350px;
	overflow: hidden;
}
#portalNewsPC h1 {
	width: 268px;
	/*
	height: 40px;
	*/
	height: 65px;
	margin: 0;
	padding: 0;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb {
	width: 264px;
	height: 110px;
	margin: 5px 0 0;
	border: 2px solid #d2d2d2;
	clear: both;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbImage {
	width: 98px;
	height: 98px;
	margin: 5px 6px;
	border: 1px solid #9f9f9f;
	float: left;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbImage img {
	width: 100%;
	height: auto;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbTweetImage img {
	margin-top: 20px;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText {
	width: 148px;
	margin: 5px 2px;
	float: left;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText h2.globalFooterNewsThumbHeader {
	color: #000;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn {
	color: #000;
	font-size: 13px;
	line-height: 125%;
	margin: 0 2px 10px 0;
	padding: 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
#portalNewsPC .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn span.titleColor {
	color: #ff7d1a;
}
#portalNewsPC #btnLink {
	width: 268px;
	height: 27px;
	margin-top: 12px;
}
#portalNewsSP {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#portalNewsSP:before {
	position: absolute;
	content: "";
    display: block;
    padding-top: 110%;
}
#portalNewsSP h1,
#portalNewsSP h1 img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb {
	width: 100%;
	height: auto;
	margin: 5px 0;
	border-bottom: 1px solid #d2d2d2;
	overflow: hidden;
	clear: both;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbImage {
	position: relative;
	width: 31%;
	margin: 1%;
	overflow: hidden;
	float: left;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbImage :before {
	position: absolute;
	content: "";
    display: block;
    padding-top: 100%;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbImage img {
	width: 100%;
	height: auto;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbTweetImage {
	padding: 10% 0;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText {
	width: 65%;
	margin: 1%;
	float: left;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText h2.globalFooterNewsThumbHeader {
	color: #000;
	font-size: x-small;
	margin: 0 0 10px;
	padding: 0;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn {
	color: #000;
	font-size: small;
	line-height: 125%;
	margin: 0 0 10px;
	padding: 0;
}
#portalNewsSP .globalFooterNewsThumbLine .globalFooterNewsThumb .globalFooterNewsThumbText p.globalFooterNewsThumbBtn span.titleColor {
	color: #ff7d1a;
}
#portalNewsSP #btnLink {
	width: 100%;
	height: auto;
	margin: 12px 0;
}
#portalNewsSP #btnLink img {
	width: 100%;
	height: auto;
}
/*mediaQuery*/
@media screen and (max-width: 760px){
	aside#globalHeaderBlock section h1.candyLogo {
		width: 30px;
		background-image: url(../img/header/iconHome.png);
	}
	aside#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/iconHomeOn.png);
	}
	aside#globalHeaderBlock section ul {
		height: 39px;
	}
	aside#globalFooterBlock,
	aside#globalFooterBlock section ul {
		height: 75px;
	}
	aside#globalHeaderBlock section ul li.btnNew,
	aside#globalHeaderBlock section ul li.btnPreorder,
	aside#globalHeaderBlock section ul li.btnChara,
	aside#globalHeaderBlock section ul li.btnEvent,
	aside#globalHeaderBlock section ul li.btnShop,
	aside#globalHeaderBlock section ul li.btnQuestionnaire,
	aside#globalHeaderBlock section ul li.btnNews,
	aside#globalFooterBlock section ul li.btnMember {
		width: 30px;
	}
	aside#globalFooterBlock section ul li.btnText {
		padding: 0 5px;
	}
	aside#globalFooterBlock section ul li.text {
		width: 90%;
		text-align: left;
	}
	aside#globalFooterNews div#globalFooterNewsContents {
		width: 98%;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 100px;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader,
	aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
		clear: both;
	}
	aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 98%;
	}
}
@media screen and (min-width: 741px) and (max-width: 980px) {
	aside#globalHeaderBlock section h1.candyLogo {
		width: 30px;
		background-image: url(../img/header/iconHome.png);
	}
	aside#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/iconHomeOn.png);
	}
	aside#globalHeaderBlock section ul {
		height: 39px;
	}
	aside#globalFooterBlock,
	aside#globalFooterBlock section ul {
		height: 75px;
	}
	aside#globalHeaderBlock section ul li.btnNew,
	aside#globalHeaderBlock section ul li.btnPreorder,
	aside#globalHeaderBlock section ul li.btnChara,
	aside#globalHeaderBlock section ul li.btnEvent,
	aside#globalHeaderBlock section ul li.btnShop,
	aside#globalHeaderBlock section ul li.btnQuestionnaire,
	aside#globalHeaderBlock section ul li.btnNews,
	aside#globalFooterBlock section ul li.btnMember {
		width: 30px;
	}
	aside#globalFooterBlock section ul li.btnText {
		padding: 0 5px;
	}
	aside#globalFooterBlock section ul li.text {
		width: 90%;
		text-align: left;
	}
	aside#globalFooterNews div#globalFooterNewsContents {
		width: 98%;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 28px;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
		width: 60%;
		float: left;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 25%;
		margin: 0;
		float: right;
	}
	aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 31.3%;
	}
}
@media screen and (min-width: 981px){
	aside#globalFooterBlock,
	aside#globalHeaderBlock section ul,
	aside#globalFooterBlock section ul {
		height: 39px;
	}
	aside#globalFooterBlock section {
		width: 980px;
		margin: 0 auto;
	}
	aside#globalHeaderBlock section h1.candyLogo {
		width: 100px;
		background-image: url(../img/header/logoCandy.png);
	}
	aside#globalHeaderBlock section h1.candyLogo:hover {
		background-image: url(../img/header/logoCandyOn.png);
	}
	aside#globalHeaderBlock section ul li.btnNew {
		width: 94px;
	}
	aside#globalHeaderBlock section ul li.btnPreorder {
		width: 105px;
	}
	aside#globalHeaderBlock section ul li.btnChara {
		width: 160px;
	}
	aside#globalHeaderBlock section ul li.btnEvent {
		width: 105px;
	}
	aside#globalHeaderBlock section ul li.btnShop {
		width: 138px;
	}
	aside#globalHeaderBlock section ul li.btnQuestionnaire {
		width: 115px;
	}
	aside#globalHeaderBlock section ul li.btnNews {
		width: 111px;
	}
	aside#globalFooterBlock section ul li.btnMember {
		width: 325px;
	}
	aside#globalFooterBlock section ul li.btnText {
		padding: 0 12px;
		background-image: url(../img/header/list.png);
	}
	aside#globalFooterBlock section ul li.text {
		width: 275px;
	}
	aside#globalFooterNews div#globalFooterNewsContents {
		width: 980px;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock {
		height: 28px;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock h1#globalFooterNewsHeader {
		width: 60%;
		float: left;
	}
	aside#globalFooterNews #globalFooterNewsHeaderBlock p#globalFooterNewsHeaderLink {
		width: 20%;
		margin: 0;
		float: right;
	}
	aside#globalFooterNews div#globalFooterNewsContents .globalFooterNewsThumb {
		width: 31.3%;
	}
}