@charset "UTF-8";
body{
background:#000;
color: #FFF;
}

h1{
display: block;
width: auto;
height: 0;
/* 表示画像の高さ ÷ 表示画像の幅 × divの幅 × 100 */
padding-top:13%;
background: url('images/logo_takagi3.png') center center no-repeat;
background-size: 90%;
}

/*タブ関係*/
.tabs__menu-item{
width:33.3%;
}
.tabs__menu-item:after{
background:#f095b2;
}
#main,footer{
background:#f095b2;
}
.tabs__menu-item.active{
background:url(../../common_n/images/dot_light.png) bottom left;
}
.tabs__content-item{
background:url(../../common_n/images/dot_light.png);
}
.tabs__content-item .table-grid:nth-child(2n+1) [class*=grid-]:nth-child(2n+2),.tabs__content-item .table-grid:nth-child(2n+2) [class*=grid-]:nth-child(2n+1){
background:url(../../common_n/images/dot_light.png);
}
.tab-setup pre{
background:url(../../common_n/images/dot_light.png);
}

/*あにめのめロゴ*/
#animenomeLogo{
width: 60%;
height: auto;
max-width: 417px;
}

#main{
padding: 0% 0 10% 0;
}

#achive{
background: url('../images/achive_ttl_animenome.png') center center no-repeat;
background-size: 100%;
}
.slider{
background-color:rgba(75,75,75,1);
}


@media screen and (min-width: 768px){

h1{
padding-top:14%;
background: url('images/logo_takagi3.png') center center no-repeat;
background-size: 90%;
}
#main{
padding: 0px 0 20px 0;
}
}