@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("iconmonstr-iconic-font.css");
/*@import url("https://use.typekit.net/uhu4lrl.css");*/
body {
    background:   #000000;
    visibility: hidden;
}
body.top {
    background: url(../img/jkbg.jpg) fixed  #000000;
    visibility: hidden;
}
a { color: #9C8D00;}
/*body.incontents {
    background:   #000000;
    visibility: visible!important;
}*/
a:hover { color: #9C8D00; text-decoration: none}
img { max-width: 100%;}
.newsbox p + p {
    margin-top:2rem;
}
.imgborder { border: solid 1px #333333; }
.larger { font-size: larger}
.smaller { font-size: smaller}
.animated { opacity: 0}
.red { color: #CE0803 }
.blue { color: #00c6ff }
.boder_b_dot { border-bottom: dotted 1px #333333; }
.boder_b_solid { border-bottom: solid 1px #333333; }
.lh_s {
    line-height: 1.5;/*newsboxで200%に設定の場合*/
}
.pd15 { padding: 15px; }
.ptb0 { padding-top: 0; padding-bottom: 0; };
.mb0 { margin-bottom: 0 !important; }
.bgcolor {
    display:inline-block;
    background-color:#C7C7C7;
    color: #000000;
    padding:6px;
    line-height: 100%;
}
.indentleft {
    /*padding-left:1em;
    text-indent:-1em;*/
    margin-left:1em;
    text-indent:-1em;
}
#contents,#footer {
    display: none;
}
#logo {
    position: relative;
}
#logopng {
    position: absolute;
    display: none;
}
#logoline {
    position: absolute;
}
#maiconan2 {
    /*opacity: 0;*/
    /*display: none;*/
}
.section {
    padding: 160px 30px;
}
.section_in {
    padding: 40px 0px;
}
h3.sec_title {
    padding-bottom: 20px;
    background: url(../img/sectitle_bboder.png) no-repeat bottom;
    background-size: auto 3px;
    margin-bottom: 80px;
}
.inner {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
}

#right_img {
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
#right_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200%;
    margin: 0;
    background: url(../img/goldbg.gif);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: -1;
    overflow: hidden;
}
#right_img_inner {
    box-sizing: boder-box;
    height: 100%;
    width: 60%;;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
#subbox {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.skew,.skew2 {
    position: absolute;
    right:0;
    height: 100%;
    width:65%;
    transform: skewX(-20deg);
    transform-origin: bottom left;
}
.skew_mask, .skew_mask2 {
    overflow: hidden;
    height: 100%;
}
.skew_img {
    transform: skewX(20deg);
    transform-origin: bottom left;
    height: 100%;
    width:100%;
}
#submain {
    transform: skewX(20deg);
    transform-origin: bottom left;
    height: 100%;
    width:100%;
    background: url(../img/main_sub.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
}

#submain2{
    transform: skewX(20deg);
    transform-origin: bottom left;
    height: 100%;
    width:100%;
    background: url(../img/main_sub2.jpg) no-repeat center;
    background-size: cover;
    z-index: 2;
}
.mainrightimg {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    margin-left: -18vw;
    max-height: 85vh;
}
#copyconan {
    position: absolute;
    bottom: 8px;
    right:8px;
    z-index: 10;
}
#logo {
    width: 272px;
    height: 296px;
    position: absolute;
    top: 50%;
    left: 25%;
    margin-left: -136px;
    margin-top: -146px;
    z-index: 3;
}

#decotop{
    position: fixed;
    width: 3px;
    height: 50px;
    top: 0;
    left: 0;
    background: #9C8D00;
    z-index: 2;
}
#decobottom{
    position: fixed;
    width: 3px;
    height: 50px;
    bottom: 0;
    left: 0;
    background: #9C8D00;
    z-index: 2;
}
#ribon {
    background: #cf000d;
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 77px;
    padding: 8px;
    z-index: 2;
}

#scrollicon {
    display: none;
    width:22px;
    height: 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -11px;
}
#scicon {
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -15px;
    margin-left: -5px;
}
#wheel {
    width:6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    bottom:5px;
    left:50%;
    margin-left: -3px;
}
#poligon {
    background: #000000;
}
#topix {
    background: url(../img/pologon.jpg) bottom center repeat-x fixed;
    background-size: cover;
}
.topixitem {
    border: solid 1px #393939;
    background:#000;
}
.topixitem a {
    display:block;
}
.topiximg img {
    max-height: 20vh;
    overflow: hidden;
}
.topixtxt {
    padding: 20px;
    background: #FFFFFF;
    height: 80px;
    width: 100%;
}
.update {
    position:absolute;
    top: -15px;
    right: -5px;
    z-index: 2;
}
#releasewrap {
    color: #FFFFFF;
}
.releaseitem {
    padding: 15px;
}
.releasetxt {
    margin-top: 8px;
}
.releaseimg {
    border:solid 1px #444444;
    text-align: center;
}
.releasemore {
    text-align: right;
    position:relative;
    width: 100%;
    height: 7px;
}
.releasemore img {
    max-height: 7px;
    position: absolute;
    left:50%;
    margin-left:-33px;
    display: inline !important;
    transition: all 200ms 0s ease;
}
a:hover .releasemore img {
    margin-left:-23px;
}
.releaseitem a {
    color: inherit;
    display: block;
    transition: all 200ms 0s ease;
}
.releaseitem a:hover {
    opacity: 0.5;
}

#hash20th{
    background: url(../img/hashbg.jpg) top center fixed;
    position: relative;
    /*color: #FFFFFF;*/
}
.hashtxt {
    font-size: 3rem;
}

#footer {
    background: #191919;
    color: #FFFFFF;
    padding: 30px 0;
}
#conheader {
    padding: 40px;
}
#conheader h3.sec_title {
    padding-bottom: 20px;
    background: url(../img/sectitle_bboder.png) no-repeat bottom;
    background-size: auto 3px;
    margin-bottom: 0px;
}
#contentbox {
    width: 90%;
    max-width: 900px;
    margin: auto;
    color: #FFFFFF;
}
#contentbox_w {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    color: #FFFFFF;
}
h3.newstitle {
    margin-bottom: 40px;
    color: #9C8D00;
    font-weight: bold;
    font-size: 2.0rem;
}
.newsbox {
    line-height: 200%;
}
h4.tourtitle {
    margin-bottom:15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #FFFFFF;
    letter-spacing: 0.3px;
    font-size: 1.8rem;
}
.schedule {
    margin-bottom:40px;
}
.schList{
    width: 100%;
    /*border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;*/
    box-sizing: border-box;
    padding: 12px;
    margin-bottom: 1px;
    font-size:0;
    box-sizing: border-box;
    border-bottom: #000000 solid 1px;
}

.schList:nth-child(odd){
    background:rgba(30,30,30,0.5);  
}
.schList:nth-child(odd).soldout{
    background:rgba(30,30,30,0.5)url(../img/news/soldoutbg.png) no-repeat center left;  
}
.schList:nth-child(even){
    background:rgba(20,20,20,0.5);
}
.schList:nth-child(even).soldout{
    background:rgba(20,20,20,0.5)url(../img/news/soldoutbg.png) no-repeat center left;  
}
.schList > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 4px;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 150%;
}

.sch_day {
    width: 14%;
    box-sizing: border-box;
        
}
.sch_area {
    width: 6%;
    box-sizing: border-box;
}
.sch_place {
    width: 30%;
    /*width: 58%;
    width: 35%;*/
    box-sizing: border-box;
    font-weight: bold;
}
.sch_time {
    width: 23%;
    box-sizing: border-box;
}
.sch_info {
    width: 27%;
    box-sizing: border-box;

}
.sch_info p {
    margin: 0 0 0 3.0em;
    text-indent: -3.0em;
}

.tel {
    display: inline-block;
    padding-left: 40px;
    padding-top: 5px;
}
.big {font-size: 1.5rem; font-weight: bold}
.schopen, .start, .toi {
    background: #FFFFFF;
    color: #000000;
    padding: 2px 5px;
    margin:0 8px;
    font-size: smaller;
    line-height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.soldoutticket {
    color: red;
    padding: 10px 20px;
    /*background-color: #FFF;
    color: #000;*/
    display: inline-block;
    transform:skew(0deg, -5deg);
    text-align: center;
    border:solid 2px;
    font-weight: bold;
    font-size:2.2rem;
}


.deg {
    
}
.newmark {
    display:inline-block!important;
    padding:4px;
    line-height: 1;
    background-color: #FF0000;
    font-size: smaller;
    margin-left:10px;
}

#masonry {
    width:100%;
}
#masonry_in {
    
}
.hashbox {
    background: rgba(0,0,0,0.7);
    padding: 1%;
    box-sizing:border-box;
    width:100%;
}
.tweetcard {
    width: 23%;
    margin: 1%;
    /*border: solid 1px;*/
    box-sizing: border-box;
}
.tweetcard a{
    color: #FFFFFF;
    width: 100%;
    display: block;
}
.tweetcard a:hover{
    opacity: 0.7
}

.personal {
    display: table;
}
.twmame {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.twicon {
    display: table-cell;
}
.twtxt{
    width: 100%;
    margin-top:10px;
    border-top: solid 1px #C7C7C7;
    padding:10px 0 10px 0;
    display: block;
}
.drawer-hamburger-icon {
    background-color:#fffbc3;
}
.drawer-hamburger-icon:before {
    background-color:#cf000d!important;
}
.drawer-hamburger-icon:after {
    background-color:#cf000d!important;
}
.drawer-overlay {
    background-color: rgba(0, 0, 0, .6);
    z-index: 9;
}
.drawer--left .drawer-hamburger {
    left: 0;
    top:50%;
    margin-top: -60px;
    z-index: 10;
}
.drawer-menu {
    margin-top:3rem;
    font-family: 'Noto Serif JP', sans-serif;
    font-size:1.5rem;
}
.drawer-menu li {
    border-bottom: solid 1px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.drawer--left.drawer-open .drawer-hamburger{
    left:15vw;
}
.drawer--left .drawer-nav {
    left:-15vw;
}
.drawer-nav {
    background:#000000;
    width: 15vw;
    padding: 15px;
    box-sizing: border-box;
    border-right: solid 1px #333333;
    z-index: 10;
}
.slick-prev, .slick-next {
    height: 40px;
    width:40px;
    background:inherit; 
}
.slick-prev {
    background: url(../img/slickprev.png) center!important;
    background-size:cover!important;
}
.slick-next {
    background: url(../img/slicknext.png) center!important;
    background-size:cover!important;
}
.slick-prev:before,.slick-next:before{
    content: '';
}
.videoitem {
    color: #FFFFFF!important;
}
.posrela {
    position: relative;
}
.playbtnicon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.iframewrapper{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframewrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modaal-content-container {
    padding:1px;
    background: #333333;
}
.mvbtn {
    display: inline-block;
    border: solid 1px;
    text-align: center;
    padding: 6px 30px 6px 6px;
    line-height: 100%;
    margin-top:1rem;
    margin-bottom:1rem;
    position: relative;
}
.mvbtn:after {
    font: normal normal normal 13px/1 'iconmonstr-iconic-font';
    position: absolute;
    right: 5px;
    content: "\e001";
    transition: all 200ms 0s ease;
}
.mvbtn:hover:after {
    right: 0px;
}
.buylist {
    padding: 20px;
    color: #ffffff
}
.buyshopitem {
    text-align: center;
}
a.haishinbtn {
    display: block;
    background:#FFF;
    padding: 10px;
    border-radius: 5px;
}
dl.othershoplist dd {
    padding-left: 1rem;
    padding-bottom: 4px;
    border-bottom: dotted 1px;
}

.btn-default {
    border: solid 1px;
    color: #FFFFFF;
}
.btn-default:hover {
    border: solid 1px;
    color: #000000;
    background-color: #FFFFFF;
}
audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
ol.songlist {
    padding-left: 0;
}
.songlist li {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari6.1以降 */
    border-bottom:solid 1px #333333;
    padding:5px;
}
.songlist li div:first-child {
    padding-top: 15px;
    width: 60%;
}
.songlist li div:last-child {
    width: 40%;
    font-size:0;
    line-height: 0;
    text-align: right;
}
ol.songlistnoplay {
    /*padding-left: 0;*/
    padding-left: 20px;
}
.songlistnoplay li {
    border-bottom:solid 1px #333333;
    padding:8px 4px;
    list-style: decimal-leading-zero;
    line-height: 1.25!important;
}
.songlistnoplay li span.cv {
    margin-top:8px;
    display:inline-block;
    font-size:smaller;
    line-height: 1.5!important;    
}
.tokuten {
    padding: 4px 15px;
    background: -moz-linear-gradient(top, #f8efb7, #704c12);
    background: -webkit-linear-gradient(top, #f8efb7, #704c12);
    background: linear-gradient(to bottom, #f8efb7, #704c12);
    display:inline-block;
    margin-bottom: 8px;
    color: #000;
}
.award {
    padding: 2px;
    background: -moz-linear-gradient(top, #ff1a00, #cd0000);
    background: -webkit-linear-gradient(top, #ff1a00, #cd0000);
    background: linear-gradient(to bottom, #ff1a00, #cd0000);
    display:inline-block;
    width: 150px;
    margin-bottom: 8px;
}

audio {
    zoom:0.8;
}
h1, h2, h3, h4 {
    font-family: 'Noto Serif JP', sans-serif;
    font-weight:bold;
}
.endview {
    opacity: 0.3;
}
.wid10 { width: 10% !important;}
.wid15 { width: 15% !important;}
.wid20 { width: 20% !important;}
.wid25 { width: 25% !important;}
.wid30 { width: 30% !important;}
.wid35 { width: 35% !important;}
.wid40 { width: 40% !important;}
.wid45 { width: 45% !important;}
.wid50 { width: 50% !important;}
.wid55 { width: 55% !important;}
.wid60 { width: 60% !important;}
.wid65 { width: 65% !important;}
.wid70 { width: 70% !important;}
.wid75 { width: 75% !important;}
.wid80 { width: 80% !important;}
.wid85 { width: 85% !important;}
.wid90 { width: 90% !important;}
.wid95 { width: 95% !important;}
.wid100 { width: 100%;}
@media (max-width: 834px) {
    .skew,.skew2 {
        position: absolute;
        right:0;
        height: 100%;
        width:100%;
        transform: skewX(0deg);
        transform-origin: bottom left;
    }
    .skew_mask, .skew_mask2 {
        overflow: hidden;
        height: 100%;
    }
    .skew_img {
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
    }
    #submain {
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
        background: url(../img/main_sub.jpg) no-repeat center;
        background-size: cover;
        z-index: 0;
    }

    #submain2{
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
        background: url(../img/main_sub2.jpg) no-repeat center;
        background-size: cover;
        z-index: 1;
    }
    #logo {
        width: 30%;
        height: auto;
        position: absolute;
        top: 57%;
        left: 50%;
        margin-left: -15%;
        margin-top: 0;
    }
    .sch_day {
        width: 20%;
        box-sizing: border-box;
            
    }
    .sch_area {
        width: 10%;
        box-sizing: border-box;
    }
    .sch_place {
        /*width: 29%;*/
        width: 40%
        box-sizing: border-box;
        font-weight: bold;
    }
    .sch_time {
        width: 25%;
        box-sizing: border-box;
    }
    .sch_info {
        width: 27%;
        box-sizing: border-box;
    }
    .drawer--left.drawer-open .drawer-hamburger{
        left:30vw;
    }
    .drawer--left .drawer-nav {
        left:-30vw;
    }
    .drawer-nav {
        background:#000000;
        width: 30vw;
        padding: 30px;
        box-sizing: border-box;
        border-right: solid 1px #333333;
        z-index: 10;
    }
    .releaseitem a:hover {
        opacity: 1.0;
    }
    .schList:nth-child(odd).soldout{
        background:rgba(30,30,30,0.5)url(../img/news/soldoutbg.png) no-repeat center right;  
    }
    .schList:nth-child(even).soldout{
        background:rgba(20,20,20,0.5)url(../img/news/soldoutbg.png) no-repeat center right;  
    }
}




@media (max-width: 640px) {
    .sp_pd_tb_5 {
        padding-top: 5px!important;
        padding-bottom: 5px!important;
    }
    .sp_pd_t_0 {
        padding-top: 0px!important;
    }
    .mhtitle1 {
        max-height: 4vh;
    }
    .mhtitle2 {
        max-height: 8vh;
    }
    #ribon {
    	background: #cf000d;
    	position: fixed;
    	top: 0;
    	right: 0;
    	width: 40px;
    	height: auto;
    	padding: 4px;
    	z-index: 2;
    }
    .section {
        padding: 80px 15px;
    }
    .section_in {
        padding: 20px 0px;
    }
    h3.sec_title {
        margin-bottom: 40px;
        background-size: 70% 3px;
    }
    #mainimg { display: block;}

    #release {
        
    }
    .playbtnicon {
        width: 32px;
        height: 32px;
        margin-top: -16px;
    }
    .hashbox {
        padding:10px;
        box-sizing: border-box;
    }
    .tweetcard {
        width: 98%;
        margin: 1%;
        left: 0 !important; 
        /*border: solid 1px;*/
    }
    .tweetcard a {
        display: block;
        padding: 1%;
        box-sizing:border-box;
        /*border: solid 1px;*/
    }
    #footer {
        padding: 20px 0;
    }
    #topix {
        /*background: url(../img/pologon.jpg) repeat;*/
        background: none;
        background-size: contain;
    }
    #topix::before {
        background: url(../img/pologon.jpg) no-repeat center top;
        background-size: cover;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "\A";
        z-index: -1;
    }
    .topixitem {
        background: #FFFFFF;
        
    }
    .topixitem a {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; /* Safari6.1以降 */
    }
    .topiximg {
        background: #000000;
        width:25%;
        height: 80px;
        box-sizing: border-box;
    }
    .topiximg img {
        max-height: inherit;
    }
    .topixtxt {
        padding: 10px;
        height: 80px;
        width:70%;
        box-sizing: border-box;
    }
    .update {
        top: -10px;
        right: 0px;
        z-index: 2;
        width:24px;
        height:24px;
    }

    .skew,.skew2 {
        position: absolute;
        right:0;
        height: 100%;
        width:100%;
        transform: skewX(0deg);
        transform-origin: bottom left;
    }
    .skew_mask, .skew_mask2 {
        overflow: hidden;
        height: 100%;
    }
    .skew_img {
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
    }
    #submain {
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
        background: url(../img/main_sub.jpg) no-repeat center;
        background-size: cover;
        z-index: 0;
    }

    #submain2{
        transform: skewX(0deg);
        transform-origin: bottom left;
        height: 100%;
        width:100%;
        background: url(../img/main_sub2.jpg) no-repeat center;
        background-size: cover;
        z-index: 1;
    }
    #right_img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }
    #right_img:before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200%;
        height: 50%;
        margin: 3% -20% 0;
        background: url(../img/goldbg.gif);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        z-index: -1;
    }
    #right_img_inner {
        box-sizing: boder-box;
        height: 100%;
        width: 60%;;
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }
    .mainrightimg {
        position: absolute;
        bottom: 0;
        left: 50%;
        width:100%;
        margin-left:-50%;
        max-height:inhert;
    }
    #logo {
        width: 40%;
        height: auto;
        position: absolute;
        top: 61%;
        left: 50%;
        margin-left: -20%;
        margin-top: 0;
    }
    .drawer--left.drawer-open .drawer-hamburger{
        left:50vw;
        top:50%;
        margin-top: -60px;
    }
    .drawer--left .drawer-nav {
        left:-50vw;
    }
    .drawer-nav {
        width: 50vw;
        padding: 20px;
    }
    .slick-prev, .slick-next {
        height: 30px;
        width:30px;
    }
    .spwid-100 {
        width: 100% !important;
    }
    .spwid-90 {
        width: 90% !important;
    }
    .spwid-80 {
        width: 80% !important;
    }
    .spwid-70 {
        width: 70% !important;
    }
    .spwid-60 {
        width: 60% !important;
    }
    .spwid-50 {
        width: 50% !important;
    }
    .spwid-40 {
        width: 40% !important;
    }
    .spwid-30 {
        width: 30% !important;
    }
    .spwid-25 {
        width: 25% !important;
    }
    .spwid-three {
        width: 33.333% !important;
    }
    .schList > div{
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0px;
        box-sizing: border-box;
        font-size: 1.3rem;
    }
    .sch_day {
        width: 100%;
        box-sizing: border-box;
        padding: 4px 0px;
    }
    
    .sch_area {
        width: 18%;
        box-sizing: border-box;
        padding: 4px 0px;
    }
    .sch_place {
        width: 82%;
        box-sizing: border-box;
        font-weight: bold;
        padding: 4px 0px;
    }
    .sch_time {
        width: 100%;
        box-sizing: border-box;
        padding: 4px 0px;
    }
    .sch_info {
        width: 100%;
        box-sizing: border-box;
        padding: 8px 0px 4px 0px !important;
        border-top: dotted 1px #363636;
    }
    .sch_info p {
        margin: 0 0 0 2.3em;
        text-indent: -2.3em;
    }
    .schopen,.toi {
        padding: 2px 5px;
        margin:0 8px 0 0px;
        line-height: 100%;
    }
    ol.songlist {
        padding-left: 0;
    }
    .songlist li {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; /* Safari6.1以降 */
        border-bottom:none;
        padding:5px;
    }
    .songlist li div:first-child {
        padding-top: 15px;
        width: 100%;
    }
    .songlist li div:last-child {
        width: 100%;
        font-size:0;
        line-height: 0;
        text-align: left;
    }
    .tokuten {
        margin-bottom: 0px;
    }
    .tokuten:not(first-child) {
        margin-top: 8px;
    }
    .award {
        margin-bottom: 0;
    }
    .award:not(first-child) {
        margin-top: 8px;
    }

}


.blockslide {
    display: none;
    overflow:hidden;
    position:relative;
}
.blockslide:after{  
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color:#ffffff;
  /*アニメーションの設定*/
    animation:secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),
              secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
    animation-fill-mode: both;
}
.topixitem {
  margin: 0.05em;
  /*アニメーションの設定*/
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
}
/*のびブロックを横に追いやるアニメーション*/
@keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/* 改行設定
-------------------- */

/*
.pc-only_br  = PCのみ改行
.tab-only_br = タブレットのみ改行
.sp-only_br  = SPのみ改行

.pc-tab_br = PCとタブレットで改行
.tab-sp_br = タブレットとSPで改行
*/

.sp-only_br {
    display:none;
}
.tab-only_br {
    display:none;
}
.tab-sp_br {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc-only_br {
        display:none;
    }
    .tab-only_br {
        display:inline;
    }
    .tab-sp_br {
        display: inline;
    }
}
@media screen and (max-width: 640px){
    .tab-only_br {
        display:none;
    }
    .sp-only_br {
        display:inline;
    }
    .pc-tab_br {
        display: none;
    }
}