@charset "UTF-8";

/************************************************************
*
*　共通スタイルシート（2014.06.25）
*
************************************************************/

body {
	color: #322417;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	background: #322417;

}


a:link,a:visited {
	color: #322417;
	text-decoration: none;
}
.fade {
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.fade:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}


.coverArea {
	display: block;
	position:fixed;
	width:100%;
	height: 100%;
	z-index: 10000;
	background: #fff;
}
.coverArea .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 200px;
}
.coverArea .cover img {
	width: 100%;
}


footer {
	position: relative;
	width: 100%;
	margin:0 auto;
	padding:10px 0 20px;
	background:url(/shironekoproject/assets/img/common/footer_bg.jpg) 50% 0 no-repeat;
	z-index: 1000;
	color: #ddd;
}
footer .notice {
	width: 600px;
	margin: 10px auto;
	padding:10px 20px;
	background: rgba(43,24,7,.9);
	border-radius: 4px;
	line-height: 1.5;
	font-size: 11px;
}
footer .notice li {
	margin: 0 0 10px 20px;
	list-style-type: disc;
}
footer .notice li:last-child {
	margin-bottom: 0;
}



footer .footerTop {
	width: 1100px;
	margin: 0 auto;
}
footer .footerTop ul {
	text-align: center;
}
footer .footerTop li {
	display: inline-block;
	vertical-align: middle;
}
footer .footerTop .shiroLogo {
	width: 120px;
	margin:0 auto;
	text-align: center;
}
footer .footerTop .shiroLogo img {
	width: 100%;
}
footer .footerTop .appDetail p {
	text-align: left;
	font-size: 11px;
	line-height: 1.6;
}
footer .footerTop .appArea {
	margin-left: 175px;
}
footer .footerTop .appArea li {
	width: 140px;
	height: auto;
}
footer .footerTop .appArea li img {
	width: 100%;
}

footer .footerBottom {
	width: 1100px;
	margin: 0 auto;
}
footer .footerBottom a {
	color: #ddd;
}
footer .footerBottom ul {
	text-align: center;
}
footer .footerBottom li {
	display: inline-block;
	vertical-align: middle;
}

footer .footerBottom .corpLogoArea {
	padding-left: 40px;
}
footer .footerBottom .corpArea {
	padding-left: 20px;
}
footer .footerBottom .snsArea ul {
	padding-left: 255px;
	text-align: right;
}
footer .footerBottom .snsArea li {
	display: inline-block;
	margin:0 10px;
	vertical-align: middle;
}
footer .footerBottom .snsArea li.youtube {
}
footer .footerBottom .coloplLogo {
	width: 120px;
	padding:10px 0 5px;
}
footer .footerBottom .coloplLogo img {
	width: 100%;
	height: auto;
}
footer .footerBottom .copy {
	line-height: 1.8;
	font-size: 11px;
}
footer .attention {
	width: 970px;
	margin: 10px auto;
	padding:10px;
/* 	background: rgba(48,29,12,.8);
 */	border-radius: 3px;
	line-height: 1.3;
	font-size: 10px;
	text-align: center;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　FOOT NAV(星たぬき)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footNav {
	position: fixed;
	z-index: 9001;
	bottom:0px;
	right:0px;
	}

#footNav .btn {
	margin:0 10px 10px 0;
	}

#footNav .btn a {
	}

/*fade*/
#footNav .btn {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#footNav .btn:hover {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


/* .subPage */


.subPage .navArea {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(44,32,20,.9);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	z-index: 1001;
}
.subPage .navArea ul {
	width: 100%;
	min-width: 1100px;
	margin:0 auto;
	text-align: center;
}
.subPage .navArea li {
	display: inline-block;
	vertical-align: middle;
}
.subPage .navArea li a {
	display: block;
	padding:22px 15px 15px;
}

.subPage .navArea li:first-child > a {
	padding:0;
}
.subPage .navArea li:last-child > a {
	padding:22px 0 15px 23px;
}
.navFixed .navArea {
	position: fixed;
	z-index: 1001;
}

.subPage .navArea .subNav {
	position: absolute;
	height: 60px;
	padding:0;
	z-index: 100;
	top: 60px;
	left: 0;
	background: rgba(54,45,33,.9);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.subPage .navArea .navAboutBtn:hover .subNav {
	top:80px;
	visibility: visible;
	opacity: 1;
}
.subPage .navArea .subNav li a {
	padding:15px 17px 15px;
}
.subPage .navArea .subNav li:first-child {
	display: inline-block;
	margin-left: -416px;
}

.subPage .wrap {
	display: block;
	width: 100%;
	min-width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 80px;
	background:url(/shironekoproject/assets/img/common/main_bg.jpg) 50% 0 no-repeat;
	z-index: 0;
}

.subPage h2.title {
	text-align: center;
	padding:50px 0 35px;
}
.subPage .contWrapTop,
.subPage .contWrapBottom {
	width: 1000px;
	margin: 0 auto;
	line-height: 0;
}
.subPage .contWrapBottom {
	margin-bottom: 40px;
}
.subPage .contWrap {
	width: 1000px;
	margin: 0 auto;
	background:url(/shironekoproject/assets/img/common/wrap_bg_loop.png) 50% 0 repeat-y;
}
.subPage .contents {
	position: relative;
	padding: 0 20px;
}

/* detailPage */
.detailPage {
	position: relative;
}
.detailPage .articleArea {
	padding:0 40px;
}
.detailPage .articleArea .categoryArea .category {
	display: inline-block;
	width: 100px;
	margin:0 5px;
	padding:3px 0;
	text-align: center;
	background: #584932;
	/* border-radius: 2px; */
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1.1px;
	color: #bcad84;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 4px #584932;
	cursor: pointer;
}
.detailPage .articleArea .categoryArea .date {
	display: inline-block;
	margin:0 5px;
	padding:8px 0;
	text-align: center;
	font-size: 14px;
	font-family: 'Noto Serif', serif;
	letter-spacing: 1.1px;
	color: #bcad84;
}
.detailPage .articleArea h2 {
	font-size: 32px;
	padding:0 0 50px;
	text-align: left;
	font-weight: 400;
	line-height: 1.5;
	color: #910d0d;
}
.detailPage .articleArea h3 {
	font-size: 28px;
	margin: 6% 0 4%;
	padding:1% 0 1% 2%;
	text-align: left;
	font-weight: 300;
	line-height: 1.5;
	color: #9d6e00;
	border-left: 3px solid #9d6e00;
}
.detailPage .articleArea h4 {
	margin: 1% 0 1%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #910d0d;
}
.detailPage .articleArea .imgArea {
	text-align: center;
	margin:0 auto 30px;
}
.detailPage .articleArea .imgArea img {
	max-width: 100%;
	height: auto;
}
.detailPage .articleArea .youtubeArea {
	text-align: center;
	margin:0 auto 30px;
}
.detailPage .articleArea p {
	margin:0 0 3%;
	font-size: 16px;
	line-height: 1.86;
	font-weight: 200;
}
.detailPage .articleArea p.attention {
	font-size: 12px;
}
.detailPage .articleArea strong {
	font-weight: 700;
}

.detailPage .articleArea a {
	color: #c39300;
	text-decoration: underline;
}
.detailPage .articleArea a:hover {
	text-decoration: none;
}
.detailPage .articleArea .snsArea {
	margin:40px 0 0;
	border-top: 1px solid #edd995;
}
.detailPage .articleArea .snsArea ul {
	text-align: right;
	padding:30px 0 0;
}
.detailPage .articleArea .snsArea li {
	display: inline-block;
	text-align: center;
	margin:0 3px;
	font-size: 12px;
	color: #757060;
}
.detailPage .articleArea .snsArea li:last-child {
	margin-right: 0;
}
.detailPage .articleArea .snsArea .twitter,
.detailPage .articleArea .snsArea .facebook,
.detailPage .articleArea .snsArea .line
 {
	width: 90px;
	padding:8px 0;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-family: 'Loto', sans-serif;
	letter-spacing: 1.1px;
	cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.detailPage .articleArea .snsArea .twitter:hover,
.detailPage .articleArea .snsArea .facebook:hover,
.detailPage .articleArea .snsArea .line:hover
 {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
.detailPage .articleArea .snsArea .twitter {
	background: #1b95e0;
}
.detailPage .articleArea .snsArea .facebook {
	background: #4267b2;
}
.detailPage .articleArea .snsArea .line {
	background: #00b900;
}

.detailPage .articleArea .dltext {
	font-size: 14px;
}
.detailPage .articleArea .dltext strong {
	font-weight: bold;
	color: #910d0d;
}.detailPage .articleArea .dltext span {
	font-size: 9px;
}

/* 壁紙 */
.detailPage .articleArea .wpArea * {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.detailPage .articleArea .wpArea {
	border-top: 1px solid #edd995;
}
.detailPage .articleArea .wpArea h3 {
	margin: 0 0 1%;
}

.detailPage .articleArea .wpArea ul {
	margin:20px 0 0;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.detailPage .articleArea .wpArea li {
	display: inline-block;
	width: 25%;
	padding:3% 1% 0;
}
.detailPage .articleArea .wpArea li img {
	width: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,.3);
	-o-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.detailPage .articleArea .wpArea li p {
	text-align: center;
	font-size: 12px;
}
.detailPage .articleArea .wpArea li .link {
	padding-top: 5px;
}
.detailPage .articleArea .wpArea li a {
	display: inline-block;
	width: 100%;
	margin:4px 0;
	padding: 10px;
	background: #584932;
	border-radius: 2px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 2px #584932;
}

/* アイコン */

.detailPage .articleArea .iconArea * {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.detailPage .articleArea .iconArea {
	margin:45px 0 0;
	border-top: 1px solid #edd995;
}
.detailPage .articleArea .iconArea h3 {
	margin: 6% 0 3%;
}

.detailPage .articleArea .iconArea ul {
	width: 100%;
	margin:40px auto 0;
	text-align: center;
	font-size: 0;
}
.detailPage .articleArea .iconArea li {
	display: inline-block;
	vertical-align: top;
	width: 16.6%;
	padding:1% 0.5% 0;
}
.detailPage .articleArea .iconArea li img {
	width: 100%;
}
.detailPage .articleArea .iconArea li p {
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
}
.detailPage .articleArea .iconArea li .dlBtn {
	display: inline-block;
	width: 100%;
	margin:10px 0 4px;
	padding: 10px;
	background: #584932;
	border-radius: 2px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 2px #584932;
}


/* Twitterヘッダー画像 */

.detailPage .articleArea .twitterHeaderArea * {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.detailPage .articleArea .twitterHeaderArea {
	margin:45px 0 0;
	border-top: 1px solid #edd995;
}
.detailPage .articleArea .twitterHeaderArea h3 {
	margin: 6% 0 3%;
}

.detailPage .articleArea .twitterHeaderArea ul {
	width: 100%;
	margin:40px auto 0;
	text-align: center;
	font-size: 0;
}
.detailPage .articleArea .twitterHeaderArea li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding:1% 0.5% 0;
	text-align: center;
}
.detailPage .articleArea .twitterHeaderArea li img {
	width: 100%;
}
.detailPage .articleArea .twitterHeaderArea li p {
	text-align: center;
	font-size: 14px;
}
.detailPage .articleArea .twitterHeaderArea li .dlBtn {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	margin:10px 0 4px;
	padding: 10px;
	background: #584932;
	border-radius: 2px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 2px #584932;
}


.detailPage .articleArea .pcArea {
	display: block;
}
.detailPage .articleArea .spArea {
	display: none;
}
.detailPage .articleArea .messageArea {
	padding: 70px 70px 0;
	letter-spacing: .08em;
	border: 8px solid #f3ebce;
	background: rgba(255,255,255,.4);
}

/*=====================================================

 INDEX

=====================================================*/
.index .headerArea {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 1100px;
	min-height: 580px;
	margin: 0 auto;
	background:url(/shironekoproject/assets/img/top/index_header_bg.jpg) 50% 0 no-repeat;	
}
.index .headerWrap {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}
.index .headerArea .shiroLogo {
	position: relative;
	top: 0px;
	width: 450px;
	z-index: 10;
}
.index .headerArea .shiroLogo img {
	width: 100%;
}
.index .headerArea .headerMovieArea {
	position: relative;
	width: 420px;
	height: 240px;
	padding:14px 0 0 38px;
	background:url(/shironekoproject/assets/img/top/header_movie_bg.png) 50% 0 no-repeat;
	z-index: 10;
}



.index .headerArea .island {
	position: absolute;
	width: 40%;
	top: 76%;
	left: 0;
}
.index .headerArea .chara01 {
	position: absolute;
	width: 100%;
	height: 680px;
	top: 0;
	right: -5%;
	background:url(/shironekoproject/assets/img/top/index_header_chara01.png) 50% 0 no-repeat;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	opacity: 0;
	z-index: 2;
}
.index .headerArea .chara02 {
	position: absolute;
	width: 100%;
	height: 680px;
	top: 0;
	left: -5%;
	background:url(/shironekoproject/assets/img/top/index_header_chara02.png) 50% 0 no-repeat;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
	opacity: 0;
	z-index: 1;
}
.index .headerArea .chara03 {
	position: absolute;
	width: 100%;
	height: 680px;
	top: 30%;
	background:url(/shironekoproject/assets/img/top/index_header_chara03.png) 50% 0 no-repeat;	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
	opacity: 0;
	z-index: 3;
}


.index .headerArea .fadeInDown .chara01 {
	opacity: 1;
	right: 0;
}
.index .headerArea .fadeInDown .chara02 {
	opacity: 1;
	left: 0;
}
.index .headerArea .fadeInDown .chara03 {
	opacity: 1;
	top: 12%;
}

.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:8s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease-in-out;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}




.index .navArea {
	position: relative;
	top: 0;
	width: 100%;
	height: 80px;
	background: rgba(44,32,20,.9);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	z-index: 1001;
}
.index .navArea ul {
	width: 100%;
	min-width: 1100px;
	margin:0 auto;
	padding:7px 0 0 0;
	text-align: center;
}
.index .navArea li {
	display: inline-block;
}
.index .navArea li a {
	display: block;
	padding:15px 22px;
}
.index .navArea li:first-child > a {
	padding:15px 23px 15px 0;
}
.index .navArea li:last-child > a {
	padding:15px 0 15px 23px;
}
.index .navArea .navLogo {
	display: none;
}
.navFixed .navArea {
	position: fixed;
	z-index: 1001;
}

.index .navArea .subNav {
	position: absolute;
	height: 60px;
	padding:0;
	z-index: 100;
	top: 60px;
	left: 0;
	background: rgba(54,45,33,.9);
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-ms-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,.5);
	box-shadow: 0 2px 10px rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.index .navArea .navAboutBtn:hover .subNav {
	top:80px;
	visibility: visible;
	opacity: 1;
}

.index .navArea .subNav li:first-child {
	display: inline-block;
	margin-left: -564px;
}
.index .navArea .subNav li:first-child > a {
	padding:5px 23px 5px;
}


.index .contents {
	width: 100%;
	min-width: 1100px;
	background: url(/shironekoproject/assets/img/common/main_bg.jpg) 50% 0;
}

/* notice */
.index .noticeArea {
	position: relative;
	width: 100%;
	margin:0 auto;
	background: #312519;
	text-align: left;
	z-index: 100;
}
.navFixed .noticeArea {
	margin-top:80px;
}
.index .noticeArea .wrap {
	width: 1070px;
	margin: 0 auto;
	padding: 14px 0;
}
.index .noticeArea a {
	display: inline-block;
	text-decoration: none;
	padding: 5px;
}
.index .noticeArea a:hover {
	background: #681919;
	/* border-bottom: 3px solid #681919; */
}

/*20170221追加 Start -------------------*/
.index .noticeArea ul {
	position: relative;
	height: 23px;
	overflow: hidden;
}
.index .noticeArea li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index .noticeArea li.now,
.index .noticeArea li.end{
	-webkit-transition: all 1000ms ease-out;
	transition: all 1000ms ease-out;
}
.index .noticeArea li.now{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.index .noticeArea li.end{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
/*20170221追加 End ---------------------*/

.index .noticeArea li h2 {
	display: inline-block;
	font-size: 12px;
	color: #cba700;
	font-family: 'Roboto Condensed', sans-serif;
}
.index .noticeArea li h3 {
	display: inline-block;
	font-size: 12px;
	color: #f0e4ba;
	font-family: 'Roboto Condensed', sans-serif;
}
.index .noticeArea li p {
	display: inline-block;
	font-size: 12px;
}
.index .noticeArea li a.ext p{
	padding: 0 10px 0 0;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(/shironekoproject/assets/img/common/external_link.svg);
}


.index .noticeArea a {
	color:#fafafa;
	font-size: 13px;
}

.index li .imgArea {
	position: relative;
}
.index li .imgArea .newIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
}
.index .btnPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 169px;
	background:url(/shironekoproject/assets/img/common/btn_play.png) 50% 50% no-repeat;
	-webkit-background-size:20%;
	background-size:20%;
}

/* pick up */
.index .pickupArea {
	width: 100%;
	min-width: 1100px;
	margin:0 auto;
}
.index .pickupArea .bgWrap {
	width: 100%;
	background:rgba(90,3,11,.9);	
}
.index .pickupArea ul {
	width: 1100px;
	margin:0 auto;
	padding:40px 0;
	overflow: hidden;
	text-align: center;
}
.index .pickupArea li {
	display: inline-block;
	vertical-align: top;
	width: 22.6%;
	margin: 0 1%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	overflow: hidden;
}
.index .pickupArea li a {
	position: relative;
}

.index .pickupArea li img {
	width: 100%;
}
.index .pickupArea .btnPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background:url(/shironekoproject/assets/img/common/btn_play.png) 50% 50% no-repeat;
	-webkit-background-size:20%;
	background-size:20%;
}



/* news */
.index .newsArea {
	width: 100%;
	min-width: 1100px;
	margin:0 auto;
}
.index .newsArea .bgWrap {
	width: 100%;
}
.index .newsArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.index .newsArea ul {
	width: 1100px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
	text-align: center;
}
.index .newsArea li {
	display: inline-block;
	vertical-align: top;
	width: 350px;
	margin: 0 6px 15px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	background: #fff;
	overflow: hidden;
}

.index .newsArea li .imgArea {
	max-width: 100%;
	height: 197px;
	overflow: hidden;
}
.index .newsArea li .imgArea img {
	width: 100%;
	vertical-align: middle;
}


.index .newsArea .textArea {
	position: relative;
	padding:20px;
	min-height: 72px;
}
.index .newsArea .textArea .category {
	position: absolute;
	top: -10px;
	right: 10px;
	padding:5px 10px;
	background: #fff;
	color: #dc448c;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 10;
}
.index .newsArea .textArea .catGameEvent 	{color: #dc448c;}
.index .newsArea .textArea .catRealEvent 	{color: #74cd39;}
.index .newsArea .textArea .catGoods 		{color: #44afdc;}
.index .newsArea .textArea .catMovie 		{color: #ff749b;}
.index .newsArea .textArea .catMedia 		{color: #c207d3;}
.index .newsArea .textArea .catSpecial 		{color: #c7a800;}
.index .newsArea .textArea .catOther 		{color: #848d97;}

.index .newsArea .textArea .category .nowIcon {
	color: #fff;
    background: #f32c79;
    padding: 3px 6px;
    border-radius: 3px;
    margin-right: 5px;
}

.index .newsArea .textArea .title {
	padding:0 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
.index .newsArea .textArea .date {
	font-size: 10px;
	color: #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}
.index .newsArea .btnPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 206px;
	background:url(/shironekoproject/assets/img/common/btn_play.png) 50% 50% no-repeat;
	-webkit-background-size:14%;
	background-size:14%;
}
.index .newsArea .btnMore {
	margin:20px 0;
	text-align: center;
}
.index .newsArea .btnMore a {
	display: inline-block;
	width: 300px;
	margin:4px 0;
	padding: 15px 20px;
	background: #584932;
	/* border-radius: 2px; */
	text-align: center;
	font-size: 14px;
	color: #bcad84;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 4px #584932;
}



/* movieArea */
.index .movieArea {
	width: 100%;
	min-width: 1100px;
	margin:40px auto 0;
}
.index .movieArea .bgWrap {
	width: 100%;
	background:rgba(65,50,35,.8);	
}
.index .movieArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.index .movieArea ul {
	width: 1100px;
	margin:0 auto;
	padding:0 0 50px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.index .movieArea li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 248px;
	height: 140px;
	margin: 0 12px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);

}
.index .movieArea li .imgArea {
	position: relative;
	overflow: hidden;
}
.index .movieArea li .imgArea img {
}

.index .movieArea li img {
	width: 100%;
}
.index .movieArea .textArea {
	position: absolute;
	bottom: 0;
	left: 0;
	margin:0;
	width: 100%;
	color: #fafafa;
	font-size: 11px;
	text-align: center;
	line-height: 1.6;
	background: rgba(37,21,1,.8);
}
.index .movieArea .textArea p {
	line-height: 1.6;
	padding:5px;
}
.index .movieArea .btnPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background:url(/shironekoproject/assets/img/common/btn_play.png) 50% 50% no-repeat;
	-webkit-background-size:20%;
	background-size:20%;
}



/* goods */
.index .goodsArea {
	width: 100%;
	min-width: 1100px;
	margin:0 auto;
}
.index .goodsArea .bgWrap {
	width: 100%;
}
.index .goodsArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.index .goodsArea ul {
	width: 1100px;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.index .goodsArea li {
	display: inline-block;
	vertical-align: top;
	width: 248px;
	margin: 0 12px 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	background: #fff;
	overflow: hidden;
}

.index .goodsArea li .imgArea {
	max-width: 100%;
	height: 140px;
	overflow: hidden;
}
.index .goodsArea li .imgArea img {
	width: 100%;
	vertical-align: middle;
}


.index .goodsArea .textArea {
	position: relative;
	padding:15px;
	min-height: 72px;
}

.index .goodsArea .textArea .title {
	padding:0 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
.index .goodsArea .textArea .date {
	font-size: 10px;
	color: #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}

/* realevent */
.index .realeventArea {
	width: 100%;
	min-width: 1100px;
	margin:40px auto 0;
}
.index .realeventArea .bgWrap {
	width: 100%;
	background:rgba(65,50,35,.8);	
}
.index .realeventArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.index .realeventArea ul {
	width: 1100px;
	margin:0 auto;
	padding:10px 0 40px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.index .realeventArea li {
	display: inline-block;
	vertical-align: top;
	width: 248px;
	margin: 0 12px 10px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	background: #fff;
	overflow: hidden;
}

.index .realeventArea li .imgArea {
	max-width: 100%;
	height: 140px;
	overflow: hidden;
}
.index .realeventArea li .imgArea img {
	width: 100%;
	vertical-align: middle;
}


.index .realeventArea .textArea {
	position: relative;
	padding:15px;
	min-height: 72px;
}

.index .realeventArea .textArea .title {
	padding:0 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
.index .realeventArea .textArea .date {
	font-size: 10px;
	color: #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}


.index .pickupArea li,
.index .newsArea li,
.index .movieArea li,
.index .goodsArea li,
.index .realeventArea li {
	box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.index .pickupArea li,
.index .newsArea li .imgArea,
.index .movieArea li .imgArea,
.index .goodsArea li .imgArea,
.index .realeventArea li .imgArea {
	overflow: hidden;
}
.index .pickupArea li img,
.index .newsArea li .imgArea img,
.index .movieArea li .imgArea img,
.index .goodsArea li .imgArea img,
.index .realeventArea li .imgArea img {
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all  0.3s ease-out;
}
.index .pickupArea li:hover,
.index .newsArea li:hover,
.index .movieArea li:hover,
.index .goodsArea li:hover,
.index .realeventArea li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}
.index .pickupArea li:hover a > img,
.index .newsArea li:hover .imgArea > img,
.index .movieArea li:hover .imgArea > img,
.index .goodsArea li:hover .imgArea > img,
.index .realeventArea li:hover .imgArea > img {
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	     -o-transform: scale(1.1,1.1);
	        transform: scale(1.1,1.1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all  0.6s ease-out;
}




/* other area */
.index .otherArea {
	width: 1000px;
	margin:0 auto;
}
.index .otherArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.index .otherArea ul {
	overflow: hidden;
}
.index .otherArea li {
	float: left;
	width: 50%;
	margin:0;
}
.index .otherArea li img {
	width: 100%;
}
.index .otherArea .osenyanArea {
	position: relative;
}
.index .otherArea .osenyanArea ul {
	position: absolute;
	top: 20px;
	right: 14px;
}
.index .otherArea .osenyanArea li {
	float: inherit;
	width: 180px;
}
.index .otherArea .osenyanArea li img {
	width: 100%;
}
.index .otherArea .famitsuArea {
	padding-top: 9px;
}

/* twitterArea */
.index .twitterArea {
	width: 1100px;
	margin:0 auto;	
}
.index .twitterArea ul {
	text-align: center;
}
.index .twitterArea li {
	display: inline-block;
	margin:30px 10px;
}


/*=====================================================

 ITEM 共通

=====================================================*/

.itemArea ul {
	width: 100%;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
	font-size: 0;
	text-align: left;
	-webkit-transition: all 400ms  ease;
	transition: all 400ms  ease;
}
.itemArea li {
	position: relative;
	display: inline-block;
	width: 300px;
	margin: 0 10px 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
	overflow: hidden;

	-webkit-transition: all 400ms  ease;
	transition: all 400ms  ease;

	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* 20170222追加 Start-----------------------------------*/
.itemArea li.on,
.itemArea li.off,
.movies .itemArea li.on,
.movies .itemArea li.off{
	
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.itemArea li.hide,
.movies .itemArea li.hide{
	display: none;
}

/* 20170222追加 End-------------------------------------*/

.itemArea li .imgArea {
	position: relative;
	max-width: 100%;
	height: 169px;
	overflow: hidden;
}

.itemArea li .imgArea img {
	width: 100%;
	vertical-align: middle;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	    -ms-transform: scale(1,1);
	     -o-transform: scale(1,1);
	        transform: scale(1,1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all  0.3s ease-out;
}
.itemArea li:hover .imgArea>img {
	-webkit-transform: scale(1.1,1.1);
	   -moz-transform: scale(1.1,1.1);
	    -ms-transform: scale(1.1,1.1);
	     -o-transform: scale(1.1,1.1);
	        transform: scale(1.1,1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all  0.5s ease-out;
}
.itemArea .textArea {
	position: relative;
	padding:20px;
}
.itemArea .textArea .category {
	position: absolute;
	top: -10px;
	right: 10px;
	padding:5px 10px;
	background: #fff;
	color: #dc448c;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 10;
}
/* 20170222変更 Start-----------------------------------*/
.itemArea .catGameEvent .textArea .category {color: #dc448c;}
.itemArea .catRealEvent .textArea .category {color: #74cd39;}
.itemArea .catGoods .textArea .category {color: #44afdc;}
.itemArea .catMovie .textArea .category {color: #ff749b;}
.itemArea .catMedia .textArea .category {color: #c207d3;}
.itemArea .catSpecial .textArea .category {color: #c7a800;}
.itemArea .catOther .textArea .category {color: #848d97;}
/* 20170222変更 End-------------------------------------*/

.itemArea .textArea .category .nowIcon {
	color: #fff;
    background: #f32c79;
    padding: 3px 6px;
    border-radius: 3px;
    margin-right: 5px;
}

.itemArea .textArea .title {
	padding:0 0 20px;
	line-height: 1.5;
	font-size: 14px;
	height: 42px;/*20170220追加*/
}
.itemArea .textArea .date {
	font-size: 10px;
	color: #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}
.itemArea .textArea .externalLink,
 .textArea .externalLink {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding:3px 5px;
	width: 10px;
	height: auto;
}
.textArea .externalLink {
	bottom: 12px;
}
.itemArea .btnPlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 169px;
	background:url(/shironekoproject/assets/img/common/btn_play.png) 50% 50% no-repeat;
	-webkit-background-size:20%;
	background-size:20%;
}
.itemArea li .imgArea .newIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
}
.btnMore {
	padding:20px 0;
	text-align: center;
}
.btnMore a {
	display: inline-block;
	width: 300px;
	margin:4px 0;
	padding: 15px 20px;
	background: #584932;
	/* border-radius: 2px; */
	text-align: center;
	font-size: 14px;
	color: #bcad84;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 4px #584932;
}

/*=====================================================

 NEWS

=====================================================*/

.news .categoryArea {
	padding:20px 0 40px;
}
.news .categoryArea ul {
	text-align: center;
}
.news .categoryArea li {
	display: inline-block;
	width: 100px;
	margin:4px 5px;
	padding:8px 0;
	text-align: center;
	background: #584932;
	/* border-radius: 2px; */
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1.1px;
	color: #bcad84;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 4px #584932;
	cursor: pointer;
}
.news .categoryArea li:hover {
	background: #ecd896;
	color: #826817;
	box-shadow: 0 0 0 1px #ccae5c, 0 0 0 4px #ecd896, 0 0 10px rgba(0,0,0,.1);
}
/* 20170222追加 Start-----------------------------------*/
.news .categoryArea li.on {
	background: #ecd896;
	color: #826817;
	box-shadow: 0 0 0 1px #ccae5c, 0 0 0 4px #ecd896, 0 0 10px rgba(0,0,0,.1);
}

/* 20170222追加 End-------------------------------------*/


/*=====================================================

 REAL EVENTS

=====================================================*/



.realevents .itemArea ul {
	width: 100%;
	margin:0 auto;
	padding:10px 0;
	overflow: hidden;
}
.realevents .itemArea li {
	display: inline-block;
	width: 300px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	background: #fff;
	overflow: hidden;
}

.realevents .itemArea li .imgArea {
	max-width: 100%;
	height: 169px;

}
.realevents .itemArea li .imgArea img {
	width: 100%;
	vertical-align: middle;
}

.realevents .itemArea .textArea {
	position: relative;
	padding:20px;
}
.realevents .itemArea .textArea .category {
	position: absolute;
	top: -10px;
	right: 10px;
	padding:5px 10px;
	background: #fff;
	color: #dc448c;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
	z-index: 10;
}

.realevents .itemArea .textArea .title {
	padding:0 0 20px;
	line-height: 1.5;
	font-size: 14px;
}
.realevents .itemArea .textArea .date {
	font-size: 10px;
	color: #aaa;
	font-family: 'Roboto Condensed', sans-serif;
}
.realevents .btnMore {
	padding:20px 0;
	text-align: center;
}
.realevents .btnMore a {
	display: inline-block;
	width: 300px;
	margin:4px 0;
	padding: 15px 20px;
	background: #584932;
	/* border-radius: 2px; */
	text-align: center;
	font-size: 14px;
	color: #bcad84;
	text-decoration: none;
	box-shadow: 0 0 0 1px #bcad84, 0 0 0 4px #584932;
}


/*=====================================================

 STORY

=====================================================*/
.story {
	background: #322417;
}
.story .wrap {
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	background:url(/shironekoproject/assets/img/about/story/bg.jpg) 50% 0 no-repeat;
	z-index: 0;
}
.story .contents {
	position: relative;
	width: 1000px;
	min-height: 876px;
	margin: 0 auto;
}
.story .title {
	padding-top: 20px;
}
.story .storyTxt01 {
	position: relative;
	text-align: center;
	top: 80px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}
.story .storyTxt01.anime {
	top: 60px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}
.story .storyTxt02 {
	position: relative;
	text-align: center;
	top: 90px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}
.story .storyTxt02.anime {
	top: 70px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	transition-delay: 1500ms;
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.story .storyTxt03 {
	position: relative;
	text-align: center;
	top: 90px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}
.story .storyTxt03.anime {
	top: 70px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transition-delay: 3000ms;
	-moz-transition-delay: 3000ms;
	-ms-transition-delay: 3000ms;
	transition-delay: 3000ms;
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.story .storyTxt04 {
	position: relative;
	text-align: center;
	top: 90px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}
.story .storyTxt04.anime {
	top: 70px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transition-delay: 4500ms;
	-moz-transition-delay: 4500ms;
	-ms-transition-delay: 4500ms;
	transition-delay: 4500ms;
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.story .storyTxt05 {
	position: relative;
	text-align: center;
	top: 210px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}
.story .storyTxt05.anime {
	top: 190px;
	-moz-transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transition-delay: 6000ms;
	-moz-transition-delay: 6000ms;
	-ms-transition-delay: 6000ms;
	transition-delay: 6000ms;
	-webkit-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}


/*=====================================================

 BATTLE

=====================================================*/
.battle {
	background: #322417;
}
.battle .wrap {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
}
.battle .bgArea {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background:url(/shironekoproject/assets/img/about/battle/bg.jpg) 50% 0 no-repeat;
	z-index: 0;
}
.battle .contents {
	position: relative;
	width: 100%;
	min-height: 876px;
	margin: 0 auto;
}
.battle .title {
	width: 1000px;
	margin:0 auto;
	padding-top: 20px;
}
.battle .subNavArea {
	width: 100%;
}
.battle .subNavArea ul {
	text-align: center;
	padding:40px 0 20px;
}
.battle .subNavArea li {
	display: inline-block;
}

.battle .jobArea .title {
	width: 1000px;
	margin:0 auto 20px;
	text-align: center;
}
/* job01 */
.battle .job01 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job01_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job01 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job01_chara.png) 50% 0 no-repeat;
}
.battle .job01 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job01_text.png) 50% 0 no-repeat;
}
.battle .job01 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 30px;
	text-align: right;
}

.battle .job01 .captcha  {
	right: 183px;
}
.battle .job01 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_right.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job02 */
.battle .job02 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job02_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job02 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job02_chara.png) 50% 0 no-repeat;
}
.battle .job02 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job02_text.png) 50% 0 no-repeat;
}
.battle .job02 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 50px;
	text-align: left;
}

.battle .job02 .captcha  {
	left: 178px;
}
.battle .job02 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_left.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job03 */
.battle .job03 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job03_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job03 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job03_chara.png) 50% 0 no-repeat;
}
.battle .job03 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job03_text.png) 50% 0 no-repeat;
}
.battle .job03 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 30px;
	text-align: right;
}

.battle .job03 .captcha  {
	right: 183px;
}
.battle .job03 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_right.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job04 */
.battle .job04 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job04_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job04 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job04_chara.png) 50% 0 no-repeat;
}
.battle .job04 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job04_text.png) 50% 0 no-repeat;
}
.battle .job04 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 50px;
	text-align: left;
}

.battle .job04 .captcha  {
	left: 178px;
}
.battle .job04 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_left.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job05 */
.battle .job05 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job05_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job05 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job05_chara.png) 50% 0 no-repeat;
}
.battle .job05 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job05_text.png) 50% 0 no-repeat;
}
.battle .job05 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 30px;
	text-align: right;
}

.battle .job05 .captcha  {
	right: 183px;
}
.battle .job05 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_right.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job06 */
.battle .job06 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job06_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job06 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job06_chara.png) 50% 0 no-repeat;
}
.battle .job06 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job06_text.png) 50% 0 no-repeat;
}
.battle .job06 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 50px;
	text-align: left;
}

.battle .job06 .captcha  {
	left: 178px;
}
.battle .job06 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_left.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job07 */
.battle .job07 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job07_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job07 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job07a_chara.png) 50% 0 no-repeat;
}
.battle .job07 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job07_text.png) 50% 0 no-repeat;
}
.battle .job07 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 30px;
	text-align: right;
}

.battle .job07 .captcha  {
	right: 183px;
}
.battle .job07 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_right.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job08 */
.battle .job08 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job08_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job08 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job08_chara.png) 50% 0 no-repeat;
}
.battle .job08 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job08_text.png) 50% 0 no-repeat;
}
.battle .job08 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 50px;
	text-align: left;
}

.battle .job08 .captcha  {
	left: 178px;
}
.battle .job08 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_left.png) 50% 0 no-repeat;
	z-index: 10;
}

/* job09 */
.battle .job09 {
	position: relative;
	width: 100%;
	height: 590px;
	background:url(/shironekoproject/assets/img/about/battle/job09_base.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .job09 .chara {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job09_chara.png) 50% 0 no-repeat;
}
.battle .job09 .text {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job09_text.png) 50% 0 no-repeat;
}
.battle .job09 .captcha {
	position: relative;
	width: 1000px;
	margin:0 auto;
	top: 30px;
	text-align: right;
}

.battle .job09 .captcha  {
	right: 183px;
}
.battle .job09 .captchaWrap {
	position: absolute;
	width: 100%;
	height: 590px;
	top: 0;
	background:url(/shironekoproject/assets/img/about/battle/job_movie_right.png) 50% 0 no-repeat;
	z-index: 10;
}
.battle .captcha::after{
	content:'';
	position: absolute;
	display: block;
	top: 0;
	left: 722px;
	width: 276px;
	height: 100%;
	z-index: 1;
}
.battle .job02 .captcha::after,
.battle .job04 .captcha::after,
.battle .job06 .captcha::after,
.battle .job08 .captcha::after{
	left: 0;
}
.battle .job01 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job01_thumb.jpg);}
.battle .job02 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job02_thumb.jpg);}
.battle .job03 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job03_thumb.jpg);}
.battle .job04 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job04_thumb.jpg);}
.battle .job05 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job05_thumb.jpg);}
.battle .job06 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job06_thumb.jpg);}
.battle .job07 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job07_thumb.jpg);}
.battle .job08 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job08_thumb.jpg);}
.battle .job09 .captcha::after{background-image: url(/shironekoproject/sp/img/battle/job09_thumb.jpg);}

.battle .captcha.state1::after{
	display: none;
}
.battle .captcha::before{
	content:'';
	position: absolute;
	display: block;
	top: 190px;
	left: 810px;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%; 
	background-size: 100% 100%; 
	background-image: url(/shironekoproject/sp/img/battle/icon_load.png);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: rotate 400ms linear infinite;
	animation: rotate 400ms linear infinite;
	z-index: 2;
}
.battle .job02 .captcha::before,
.battle .job04 .captcha::before,
.battle .job06 .captcha::before,
.battle .job08 .captcha::before{
	left: 90px;
}
@-webkit-keyframes rotate {
	0%{ -webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(360deg);}
}
@keyframes rotate {
	0%{ transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.battle .captcha.state1::before{
	display: none;
}



.battle .motion {
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.battle .motion .text {
	opacity: 0;
	top: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
}
.battle .motion .chara {
	opacity: 0;
	top: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}

/* coop */
.battle .coopArea {
	margin-top: 60px;
}
.battle .coopArea .title {
	width: 1000px;
	margin:0 auto 20px;
	text-align: center;
}
.battle .coopBg {
	position: relative;
	width: 100%;
	height: 1330px;
	background:url(/shironekoproject/assets/img/about/battle/coop_bg.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .coopBg .text {
	text-align: center;
}

/* offer */

.battle .offerArea {
	margin: 60px 0 30px;
}
.battle .offerArea .title {
	width: 1000px;
	margin:0 auto 20px;
	text-align: center;
}
.battle .offerBg {
	position: relative;
	width: 100%;
	height: 750px;
	background:url(/shironekoproject/assets/img/about/battle/offer_bg.png) 50% 0 no-repeat;
	z-index: 1;
}
.battle .offerBg .img {
	position: relative;
	top: 130px;
	right: 20px;
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
	opacity: 0;
}


.battle .fadeInDown {
	opacity: 1;
}
.battle .fadeInDown .text {
	opacity: 1;
	top: 0;
}
.battle .fadeInDown .chara {
	opacity: 1;
	top: 0;
}
.battle .fadeInDown .img {
	opacity: 1;
	right: 0;
}


/*=====================================================

 CHARACTER

=====================================================*/
.character {
	background: #322417;
}
.character .wrap {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
}
.character .bgArea {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	background:url(/shironekoproject/assets/img/chara/bg.jpg) 50% 0 no-repeat;
	z-index: 0;
}
.character .contents {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.character .title {
	text-align: center;
	padding:50px 0 35px;
}
.character .subNavArea {
	width: 100%;
}
.character .subNavArea ul {
	text-align: center;
	padding:40px 0 20px;
}
.character .subNavArea li {
	display: inline-block;
}
.character .mainCharaTab  {
	width: 448px;
	height: 90px;
	background:url(/shironekoproject/assets/img/chara/subnav01_on.png) 50% 0 no-repeat;
}
.character .subCharaTab  {
	width: 448px;
	height: 90px;
	background:url(/shironekoproject/assets/img/chara/subnav02_on.png) 50% 0 no-repeat;
}
.character .active img {
	opacity: 0;
}

/* chara01 */
.character .mainCharaArea .chara01 {
	position: relative;
	width: 100%;
	height: 700px;
	background:url(/shironekoproject/assets/img/chara/chara_bg01.png) 50% 0 no-repeat;
	z-index: 1;
}
.character .mainCharaArea .chara01 .chara2d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara01.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara01 .chara3d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara01_3d.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara01 .text {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara01_text.png) 50% 0 no-repeat;
}
/* chara02 */
.character .mainCharaArea .chara02 {
	position: relative;
	width: 100%;
	height: 700px;
	background:url(/shironekoproject/assets/img/chara/chara_bg01.png) 50% 0 no-repeat;
	z-index: 1;
	top: -30px;
}
.character .mainCharaArea .chara02 .chara2d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara02.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara02 .chara3d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara02_3d.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara02 .text {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara02_text.png) 50% 0 no-repeat;
}
/* chara03 */
.character .mainCharaArea .chara03 {
	position: relative;
	width: 100%;
	height: 700px;
	background:url(/shironekoproject/assets/img/chara/chara_bg01.png) 50% 0 no-repeat;
	z-index: 1;
	top: -50px;
}
.character .mainCharaArea .chara03 .chara2d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara03.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara03 .chara3d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara03_3d.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara03 .text {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara03_text.png) 50% 0 no-repeat;
}

/* chara04 */
.character .mainCharaArea .chara04 {
	position: relative;
	width: 100%;
	height: 700px;
	background:url(/shironekoproject/assets/img/chara/chara_bg01.png) 50% 0 no-repeat;
	z-index: 1;
	top: -90px;
}
.character .mainCharaArea .chara04 .chara2d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara04.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara04 .chara3d {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara04_3d.png) 50% 0 no-repeat;
}
.character .mainCharaArea .chara04 .text {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	background:url(/shironekoproject/assets/img/chara/main_chara04_text.png) 50% 0 no-repeat;
}

.character .motion {
	opacity: 0;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}
.character .motion .text {
	opacity: 0;
	top: 20px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
}
.character .motion .chara2d {
	opacity: 0;
	margin-left: 60px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}
.character .motion .chara3d {
	opacity: 0;
	margin-left: -60px;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	transition-delay: 500ms;
}

.character .chara01 .chara2d,
.character .chara03 .chara2d {
	margin-left: -60px;
}
.character .chara01 .chara3d,
.character .chara03 .chara3d {
	margin-left: 60px;
}

.character .fadeInDown {
	opacity: 1;
}
.character .fadeInDown .text {
	opacity: 1;
	top: 0;
}
.character .fadeInDown .chara2d {
	opacity: 1;
	margin-left: 0;
}.character .fadeInDown .chara3d {
	opacity: 1;
	margin-left: 0;
}
.character .fadeInDown .img {
	opacity: 1;
	right: 0;
}


.character .subCharaArea {
	display: none;
	padding:40px 0 60px;
}
.character .subCharaArea ul {
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.character .subCharaArea li {
	display: inline-block;
}


/*=====================================================

 TOWN

=====================================================*/
.town {
	background: #322417;
}
.town .wrap {
	display: block;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	background:url(/shironekoproject/assets/img/about/town/bg.jpg) 50% 0 no-repeat;
	z-index: 0;
}
.town .contents {
	position: relative;
	width: 1000px;
	margin: 0 auto 40px;
}
.town .title {
	padding-top: 20px;
}

/*=====================================================

 MOVIE

=====================================================*/
.movies {
	background: #322417;
}

.movies h2.title {
	text-align: center;
	padding:50px 0 35px;
}




/*=====================================================

 SPECIAL

=====================================================*/
.special .otherArea {
	width: 1000px;
	margin:0 auto 40px;
}
.special .otherArea h2 {
	padding: 50px 0 20px;
	text-align: center;
}
.special .otherArea ul {
	overflow: hidden;
}
.special .otherArea li {
	float: left;
	width: 50%;
	margin:0;
}
.special .otherArea li img {
	width: 100%;
}
.special .otherArea .famitsuArea {
	padding-top: 9px;
}
