@charset "utf-8";

/*-----------------------------------------------
 intro
-----------------------------------------------*/

#intro{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

div#intro .line{
	opacity: 0;
	position: absolute;
	top: 20%;
	left: 0;
    width: 100%;
    margin: 0 auto 10px;
    padding: 20px 0;
    background-color: #000;
}

div#intro div.line p.subtitle{
	opacity: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

div#intro div.line p.title{
	opacity: 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #fff;
}

@media screen and (max-width:320px) and (min-width: 1px){

	div#intro div.line p span{
		font-size: 17px;
	}
	
}

/*-----------------------------------------------
 scroll
-----------------------------------------------*/

.scroll{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
}

/*-----------------------------------------------
 title
-----------------------------------------------*/

#title{
	position: relative;
	z-index: 1;
	background-color: #000;
}

#title .inner{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 10px 10px 25px;
}

#title h1{
	line-height: 0;
}

#title h1 img{
	width: 152px;
}

#title .inner ul{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0;
}

#title .inner ul li{
	display: inline-block;
	margin-left: 5px;
}

#title .inner ul li.present img{
	width: 50px;
}

#title .inner ul li.cart img,
#title .inner ul li.menu img{
	width: 40px;
}

#title p.hashtag{
	opacity: 0;
	position: absolute;
	right: -100px;
}

#title p.hashtag img{
	width: 100%;
}

/*-----------------------------------------------
 keyvisual
-----------------------------------------------*/

#keyvisual{
	max-width: 640px;
	margin: 0 auto;
	line-height: 0;
}

#keyvisual div img{
	width: 100%;
}

.scrollDown{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.scrollDown img{
	width: 47px;
}

#top{
	height: 1px;
}



/*-----------------------------------------------
 content
-----------------------------------------------*/

#content{
	position: relative;
	max-width: 640px;
	margin-top: 100vh;
	background-color: #fff;
}
/*-----------------------------------------------
 front
-----------------------------------------------*/
#front .navigation{
	padding-top: 10px;
	margin: 10px 10px;
}

#front .navigation p{
	text-align: center;
}

#front .navigation p strong{
	color: #f10000;
}

#front .navigation h2{
	text-align: center;
}

#front .navigation h2 img{
	width: 100%;
	max-width: 640px;
}

#front .navigation ul{
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

#front .navigation ul li{
	display: inline-block;
	width: 25%;
	line-height: 0;
}

#front .navigation ul li img{
	width: 100%;
}

#front .present{
}

#front .present .inner{
	max-width: 640px;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 0;
}

#front .present img{
	width: 100%;
}

#front .news{
	max-width: 640px;
	margin: 0 auto 20px;
	padding: 0 10px;
	box-sizing: border-box;
}

#front .news h2{
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 22px;
	letter-spacing: .2em;
}

#front .news dl{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
}

#front .news dl dt{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ff0100;
}

#front .news dl dd{
	display: block;
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

#front .news dl dd::before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
    left: 2px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	border-left: 5px solid #000;
	vertical-align: middle;
}

#front .next{
	padding: 0 10px;
	max-width: 640px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}

#front .next .inner{
	border: 1px solid #d5dadd;
}

#front .next .inner h2{
	position: relative;
	padding: 2px 5px;
	background-color: #000;
	font-size: 16px;
	letter-spacing: .2em;
	color: #fff;
}

#front .next .inner h2 time{
	margin-left: 10px;
	letter-spacing: 0;
	color: #ffff00;
}

#front .next .inner h2 span a{
	position: absolute;
	top: 3px;
	right: 0;
	letter-spacing: 0em;
	color: #ff0000;
}

#front .next .inner p{
	padding: 10px;
	font-size: 14px;
}

#front ul.banner{
	max-width: 640px;
	margin: 0 auto 40px;
	font-size: 0;
}

#front ul.banner li{
	margin: 0 10px 10px;
	text-align: center;
}

#front ul.banner li img{
	width: 100%;
}

/*-----------------------------------------------
 award
-----------------------------------------------*/

#award ul.list{
	max-width: 640px;
	margin: 0 auto;
}

#award ul.list > li{
	margin-top: -61px;
	margin-bottom: 50px;
	padding-top: 61px;
}

#award .column{
	position: relative;
	padding-bottom: 20px;
	box-shadow: 0px 4px 6px 2px #f0f0f0;
	
}

#award .column p.catch{
	opacity: 0;
	position: relative;
	margin: 0 -100px -15px 5px;
}

#award .column p.catch img{
	width: 100%;
}

#award ul.list li:nth-child(1) p.catch{color:#ff5b92;}
#award ul.list li:nth-child(2) p.catch{color:#ff9f16;}
#award ul.list li:nth-child(3) p.catch{color:#da8dea;}
#award ul.list li:nth-child(4) p.catch{color:#2adce5;}
#award ul.list li:nth-child(5) p.catch{color:#2cbd8e;}
#award ul.list li:nth-child(6) p.catch{color:#cc0000;}
#award ul.list li:nth-child(7) p.catch{color:#ff6400;}

#award ul.list li div.image{
	margin-bottom: 10px;
}

#award ul.list li div.image img{
	width: 100%;
}

#award ul.list li div.info{
	position: relative;
	height: 68px;
	margin: 0 10px;
    border: 2px solid #d5dadd;
    background-size: 100% auto;
}

#award ul.list li:nth-child(1) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg1.png);
}

#award ul.list li:nth-child(2) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg2.png);
}

#award ul.list li:nth-child(3) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg3.png);
}

#award ul.list li:nth-child(4) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg4.png);
}

#award ul.list li:nth-child(5) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg5.png);
}

#award ul.list li:nth-child(6) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg6.png);
}

#award ul.list li:nth-child(7) div.info{
	background-image: url(/special/24/sp/assets/img/top/award/info-bg7.png);
}

#award ul.list li div.info .title{
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -5px;
	padding: 0 10px;
	background-color: #000;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#award ul.list li:nth-child(2) div.info .title{
	border: 1px solid #4774d9;
	background-color: #fff;
	color: #005bf1;
}

#award ul.list li:nth-child(3) div.info .title{
	border: 1px solid #ff44b5;
	background-color: #fff;
	color: #ff44b5;
}

#award ul.list li:nth-child(4) div.info .title{
	border: 1px solid #51b8f6;
	background-color: #fff;
	color: #51b8f6;
}

#award ul.list li:nth-child(5) div.info .title{
	border: 1px solid #308e5f;
	background-color: #fff;
	color: #308e5f;
}

#award ul.list li:nth-child(6) div.info .title{
	border: 1px solid #cc0000;
	background-color: #fff;
	color: #cc0000;
}

#award ul.list li:nth-child(7) div.info .title{
	border: 1px solid #000;
	background-color: #1d7000;
	color: #fff;
}

#award ul.list li div.info p.text{
	overflow-y: scroll;
	height: 66px;
	padding: 25px 0 0 10px;
	box-sizing: border-box;
	color: #fff;
}

#award ul.list li div.info p.text time{
	margin-right: 10px;
	color: #ffff00;
}

#award .check{
	position: absolute;
	top: 40px;
	right: 20px;
	width: 116px;
}

#award .check img{
	width: 100%;
}

#award ul.list li ul.link{
	position: absolute;
	top: 70px;
	right: 0;
}

#award ul.list li ul.link li{
	text-align: center;
	line-height: 0;
}

#award ul.list li ul.link li.dokidoki,
#award ul.list li ul.link li.character{
	margin-bottom: 5px;
}

#award ul.list li ul.link li.trial img{
	width: 115px;
}

#award ul.list li ul.link li.dokidoki img{
	width: 84px;
}

#award ul.list li ul.link li.character img{
	width: 60px;
}

/*-----------------------------------------------
 release
-----------------------------------------------*/

#release{
	margin-top: -61px;
	padding-top: 61px;
}

#release .inner{
	max-width: 640px;
	margin: 0 auto;
}

#release .title{
	margin: 40px 0;
}

#release h2{
	margin-bottom: 5px;
	text-align: center;
}

#release h2 img{
	width: 100%;
}

#release p.notice{
	text-align: center;
}

#release h3 img{
	width: 100%;
}

#release ul{
	margin-bottom: 100px;
	border-top: 1px solid #d5dadd;
}

#release ul li{
	padding: 20px 0;
	border-bottom: 1px solid #d5dadd;
}

#release ul li img{
	width: 100%;
}

/*-----------------------------------------------
 twitter
-----------------------------------------------*/

#twitter{
	max-width: 640px;
	margin: -61px auto 0;
	padding-top: 61px;
}

#twitter h2{
	line-height: 0;
}

#twitter h2 img{
	width: 100%;
}

#twitter .inner{
	padding: 0 10px 20px;
	background-color: #5be1f7;
}

#twitter p.text{
	margin-bottom: 20px;
}

#twitter .catch{
	font-size: 16px;
	font-weight: bold;
}

#twitter h3{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
}

#twitter .schedule{
	margin-bottom: 10px;
	border: 1px solid #007dcc;
	background-color: #fff;
}

#twitter .schedule dl dt{
	display: none;
	padding: 5px 0;
	background-color: #ffffc4;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#twitter .schedule dl dt span{
	display: inline-block;
	width: 34px;
	height: 31px;
	background-size: 34px auto;
	background-image: url(/special/24/sp/assets/img/top/twitter/box.png);
	vertical-align: bottom;
}
#twitter .schedule dl dd{
	border-bottom: 1px solid #007dcc;
}

#twitter .schedule dl dd div{
	border-bottom: 1px dotted #ccc;
	line-height: 0;
}

#twitter .schedule dl dd div:last-child{
	border: none;
}

#twitter .schedule dl dd img{
	width: 100%;
}

#twitter .btn-present{
	margin-bottom: 20px;
}

#twitter .btn-present img{
	width: 100%;
}

#twitter div.notice{
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 10px 0;
    border: 4px solid #ff0000;
    background-color: #ffff00;
}

#twitter div.notice p.title{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#twitter div.notice p span,
#twitter div.notice p a{
	color: #ff0000;
}

#twitter div.notice h3{
	margin: 0 0 10px;
    padding: 10px 5px;
    border: none;
    background-color: #ff0000;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #ffff00;
}

#twitter ol.list{
	margin-left: 20px;
	list-style-type: decimal;
}

#twitter div.notice .image img{
	width: 100%;
}

#twitter div.notice .detail{
	padding-left: 10px;
	box-sizing: border-box;
}

#twitter div.notice ul.image{
	text-align: center;
	font-size: 0;
}

#twitter div.notice ul.image li{
	display: inline-block;
	width: 50%;
}

/*-----------------------------------------------
 special
-----------------------------------------------*/

#special{
	max-width: 640px;
	margin: -61px auto 0;
	padding-top: 61px;
}

#special .inner{
	padding: 20px 0;
	background-color: #000;
	background-image: url(/special/24/sp/assets/img/top/special/bg.png);
	background-size: cover;
}

#special h2 img{
	width: 100%;
}

#special .slick-slide img{
	width: 100%;
}

/*-----------------------------------------------
 next
-----------------------------------------------*/

#nextSchedule{
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-image: url(/special/24/sp/assets/img/top/next/bg.png);
	background-size: cover;
}

#nextSchedule h2{
	padding: 20px 0;
}

#nextSchedule h2 img{
	width: 100%;
}

#nextSchedule p.text{
	margin: 0 10px;
	font-size: 16px;
	line-height: 1.6;
}

#nextSchedule .update{
	width: 190px;
	height: 190px;
	margin: 0 auto 20px;
	padding: 3px;
	box-sizing: border-box;
	background-color: #fff;
}

#nextSchedule .update > div{
	width: 184px;
	height: 184px;
	border: 1px solid #c4b4eb;
	box-sizing: border-box;
}

#nextSchedule .update p.title{
	height: 40px;
	line-height: 40px;
	background-color: #c4b4eb;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

#nextSchedule .update p.next{
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

#nextSchedule h3{
}

#nextSchedule h3 img{
	width: 100%;
}

#nextSchedule .present{
	margin-bottom: 10px;
}

#nextSchedule .present img{
	width: 100%;
}

#nextSchedule .notice{
	padding: 10px;
	margin: 0 10px;
	box-sizing: border-box;
	background-color: #ffffc2;
}