@charset "UTF-8";
/* CSS Document */

/*------------------------------


------------------------------*/
#sp{
	background:url(../images/bg.jpg) top left;

}

img {
	max-width: 100%;
	height: auto;

}
#header{
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat top left;
	background-size: cover;
	padding: 5px 0;
	height: 50px;
}
#header #logo{
	height: auto;
	padding-left: 20px;
}
#header #logo img{
	height: 50px;
	width: auto;
}
#header #menuBtn{
	position: absolute;
	top: 0;
	right: 0;
}
#header #menuBtn span{
	text-indent: -9999px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/menu_off.gif) top no-repeat;
	background-size: auto 100%;
}
#header #menuBtn.active span{
	background: url(../images/menu_on.gif) top no-repeat;
	background-size: auto 100%;
}
#header #menu{
	display: none;
	z-index: 3;
	position: relative;
}
#header #menu ul{
	width: 100%;

}
#header #menu li a{
	display: block;
	background-color:rgba(218,19,114,0.9);
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 30px;
	border-top: 1px solid #FFFFFF;
}
#header #menu li a span{
	display: inline-block;
	padding: 20px 20px 20px 50px;
	background:url(../images/menu_ic.png) no-repeat left;
}
#header #menu li a:hover{
	text-decoration: none;
}
#spContents{
	position: absolute;
	top: 60px;
	z-index: -1;
	width: 100%;

}

#spContents #nico{
	padding:30px 0;
	text-align:center;
}


#main img{
	width: 100%;
	vertical-align: bottom;
}


#footerSp{
	text-align: center;

}
#snsSp{
	text-align: center;
	margin: 10px 0;
}
#snsSp li{
	display: inline-block;
	margin-right: 10px;
}


#newsArea{
	background-color:rgba(218,19,114,0.9);
	color: #FFFFFF;
	padding: 20px 0 0 0;
	position: relative;
	overflow: hidden;
}
#newsArea .ttl{
	padding: 0 5px;
}
#newsArea .ttl img{
	width: 40%;
}
#newsMore{
	position: absolute;
	top: 20px;
	right: 5px;
	z-index: 50;
	display: block;
	text-align: right;
	background: #fff100;
	border-radius: 5px;
	color: #e4007f;
	padding: 5px;
}
#newsArea ul li a{
	display: block;
	color: #FFFFFF;
	padding: 15px 30px 15px 5px;
	border-bottom: 1px dotted #FFFFFF;
	background: url(../images/news_bg.png) no-repeat right;
	background-size: 30px auto;
}

span.day{
	background: #fff100;
	border-radius: 10px;
	color: #000000;
	padding: 0 10px;
	display: inline-block;
	margin-bottom: 5px;
}
#twBox{
	padding: 20px;
	text-align: center;

}
#followBtn{
	margin: 10px 0;
	text-align: center;
}
#sp #snsShare{
	text-align: center;
	margin-bottom: 40px;
	height: auto !important;
}

#sp #snsShare li{
	width: 70px;
}


#bnrArea{
	background: url(../images/bnr_bg.jpg);
	padding: 15px 20px;
}
#bnrArea ul li img{
	width: 100%;
	height: auto;
	margin: 5px 0;
}
#copyright{
	text-align: center;
	line-height: 1.5em;
	padding: 20px 0;

}

#top_bnr img{
	width: 100%;
}

#movie{
	overflow: hidden;
	background: #f08959;
}

#movie .topMovie{
	position: relative;
    padding: 0 0 56.25% 0;
    overflow: hidden;
}


#movie .topMovie iframe {
	position: absolute;
    left: 0;
	top: 0;
    width: 100%;
	height: 100%;
}


/*-----modal-----*/
.illust_pop > input { /* ラジオボックス非表示 */
    display: none;
}
.illust_pop > input:nth-child(1) + label { 
    cursor: pointer;
}
.illust_pop2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .illust_pop2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 95%;
    /*height: 80%;*/
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*background: #fff;
    padding: 10px 20px;*/
    overflow: hidden;
}

.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .illust_pop2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .illust_pop2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .illust_pop2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.illust_pop > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,0.8);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.illust_pop > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: #f08959;
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 25px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
	color: #fff;
   /* box-shadow: 2px 2px 10px 0px rgba(255, 255, 255,0.8);*/
}

.illust_pop > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .illust_pop2,
.illust_pop > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .illust_pop2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.illust_pop2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


