@media screen and (max-width: 1000px) {
    .inner {
        width: 96%;
    }
    .wrapperInner {
        /*width: 750px;*/
    }
    .foronlymaxwidth {
        display: none;
    }
    /*title*/
    h1.title {
        width: 100%;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 150px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 30px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 30px 10px;
    }
    h4.numazawah4 {
        margin: 0px auto 10px 38px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 0px 10px 47px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 0px 10px 10px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 10px -10px 50px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 0px;
        margin-left: 50px;
        float: left;
    }
    .respanceClear {
        clear: both;
    }
    .imageArea {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .recImg {
        margin: 20px auto;
        width: 300px;
        border: 1px solid #000;
        padding: 5px;
        float: none;
    }
    .recImg img {}
    h1.text {
        font-size: 28px;
        font-weight: bold;
        margin: 13px auto;
    }
    .lines-on-sides {
        display: table;
        text-align: center;
        white-space: nowrap;
    }
    .lines-on-sides:after {
        content: '';
        display: table-cell;
        width: 20%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
        background-clip: padding;
    }
    .lines-on-sides:before {
        content: '';
        display: table-cell;
        width: 20%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
        background-clip: padding;
        border-left: 1em solid transparent;
        border-right: 1em solid transparent;
    }
}

@media screen and (max-width: 800px) {
    .wrapperInner {
        width: 680px;
    }
    section.mainArea {
        float: none;
        width: 100%;
    }
    section.sideArea {
        float: none;
        width: 100%;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 170px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 70px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 60px 10px;
    }
    h4.numazawah4 {
        margin: 0px 10px 10px 105px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 0px 10px 113px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 0px 10px 75px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 140px 10px 117px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 0px;
        margin-left: 120px;
        float: left;
    }
    .bandShowNumazawa {
        font-size: 80%;
        margin-right: 40px;
        float: left;
    }
    .respanceClear {
        clear: none;
    }
}


/* 画面サイズが768px以下の場合に適用 */

@media only screen and (max-width: 768px) {
    .openImg {
        /*background: url(../images/bg_sp.gif) repeat;*/
    }
    .snip1445 figcaption {
        bottom: 20%;
        right: 25%;
    }
    .background {
        /*background: url(../images/bg_sp.gif) repeat;*/
    }
    #menu li {
        width: 20%;
        /*width: 16.65%;*/
        border-bottom: 1px solid #f4dfe0;
        font-size: 13px;        
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 70px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 60px 10px;
    }
    h4.numazawah4 {
        margin: 0px 10px 10px 105px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 0px 10px 113px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 0px 10px 80px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 140px 10px 116px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 0px;
        float: left;
    }
    .recImg {
        /*width: 98%;*/
    }
    .side-column-tw {
        height: 100%;
        border: 0px solid #000;
    }
}

@media screen and (max-width: 700px) {
    .for7in {
        display: inline-block;
    }
    .forpc {
        display: none;
    }
    section.mainArea {
        float: none;
        width: 100%;
    }
    section.sideArea {
        float: none;
        width: 100%;
    }
    .wrapperInner {
        width: 600px;
    }
    .share {
        width: 100%;
        text-align: left;
        position: relative;
        top: auto;
        right: 0;
        padding: 40px 10px;
        border-top: 1px solid #333;
        /*background: url(../images/bg-section.png) repeat-x top;*/
    }
    .share ul li {
        padding: 0 10px 10px 0;
    }
    /*title*/
    h1.title {
        width: 100%;
    }
    /*section*/
    section {
        padding: 10px 0;
    }
    .subTitle {
        font-size: 16px;
    }
    /* Display Table*/
    .display-tablecell {
        display: block;
        vertical-align: middle;
    }
    /*FOOTER*/
    footer p.footlink {
        font-size: 10px;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 270px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 180px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 120px 10px;
    }
    h4.numazawah4 {
        margin: 0px 70px 10px 70px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 0px 10px 80px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 0px 10px 45px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 100px 10px 83px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 0px;
        margin-left: 85px;
        float: left;
    }
    .bandShowNumazawa {
        font-size: 80%;
        margin-right: 40px;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    html {
        -webkit-text-size-adjust: none;
    }
    .forsp {
        display: inline-block;
    }
    .forpc {
        display: none;
    }
    .for7in {
        display: none;
    }
    section.mainArea {
        float: none;
        width: 100%;
    }
    section.sideArea {
        float: none;
        width: 100%;
    }
    .wrapperInner {
        width: 510px;
    }
    /* Display Table*/
    .display-tablecell {
        margin: 0;
    }
    section h2 {
        font-size: 20px;
    }
    .subTitle {
        font-size: 13px;
    }
    .side-column-tw {
        float: none;
        overflow: hidden;
    }
    .side-column-tw iframe {
        height: 400px !important;
    }
    .sideMagazine {
        padding-top: 20px;
        float: none;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 180px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 40px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 30px 10px;
    }
    h4.numazawah4 {
        margin: 0px 20px 10px 30px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 0px 10px 40px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px -10px 10px 5px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 50px 10px 43px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 0px;
        margin-left: 45px;
        float: left;
    }
    .bandShowNumazawa {
        font-size: 80%;
        margin-right: 10px;
        margin-left: 20px;
        float: none;
    }
    .respanceClear {
        clear: both;
    }
}

@media screen and (max-width: 500px) {
    .wrapperInner {
        /*width: 320px;*/
    }
    section.mainArea {
        float: none;
        width: 100%;
    }
    section.sideArea {
        float: none;
        width: 100%;
    }
    .twitter-timeline {
        height: 300px;
    }
    .sideMagazine {
        float: none;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    h4.numazawah4 {
        margin: 0px 110px 10px 95px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 120px 10px 102px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 83px 10px 63px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 130px 10px 105px;
    }
    .bandShow {
        font-size: 80%;
        margin-right: 50px;
        margin-left: 105px;
        margin-bottom: 10px;
        float: left;
    }
    .bandShowNumazawa {
        font-size: 80%;
        margin-right: 10px;
        margin-left: -10px;
        float: none;
    }
    h1.text {
        font-size: 22px;
        font-weight: bold;
        margin: 13px auto;
    }
    .lines-on-sides {
        display: table;
        text-align: center;
        white-space: nowrap;
    }
    .lines-on-sides:after {
        content: '';
        display: none;
        width: 20%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
        background-clip: padding;
    }
    .lines-on-sides:before {
        content: '';
        display: none;
        width: 20%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 2px), transparent calc(50% + 2px));
        background-clip: padding;
        border-left: 1em solid transparent;
        border-right: 1em solid transparent;
    }
}


/* 画面サイズが480px以下の場合に適用 */

@media only screen and (max-width: 480px) {
    .categoryImg {
        display: none;
    }
    .wrapperInner {
        /*width: 300px;*/
    }
    #menu {
        display: none;
    }
    #menu li {
        width: 100%;
    }
    #toggle {
        display: block;
        position: relative;
        width: 100%;
        background: #000;
    }
    #toggle a {
        display: block;
        position: relative;
        padding: 20px 0 20px;
        /*border-bottom: 1px solid #f4dfe0;*/
        color: #FFF;
        text-align: center;
        text-decoration: none;
    }
    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background: #FFF;
    }
    #toggle a:before,
    #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 30px;
        height: 6px;
        background: #000;
    }
    #toggle a:before {
        margin-top: -9px;
    }
    #toggle a:after {
        margin-top: 3px;
    }
    img.judge {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    img.judgeFuyu {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    img.judgeAmano {
        height: auto;
        width: 290px;
        float: left;
        margin: 10px 30px 20px 10px;
    }
    img.judgeTwitter {
        height: auto;
        width: 60px;
        float: left;
        margin: -20px 10px 5px 5px;
    }
    .txtExplane {
        text-align: left;
        font-size: 100%;
        margin: 0px 10px 20px 10px;
        line-height: 180%;
    }
    .txtExplaneJudge {
        text-align: left;
        font-size: 90%;
        margin: -20px 10px 20px 10px;
        line-height: 180%;
    }
    section h2 {
        /*width: 300px;*/
        padding: 7px 10px 8px;
        /*      margin: -40px 0 35px 0;*/
        margin: 0px 0 35px 0;
        /*border-left: solid 7px #000;
        border-bottom: solid 1px #000;*/
    }
    h4.numazawah4 {
        margin: 0px 80px 10px 92px;
        font-size: 80%;
    }
    h4.fuyuh4 {
        margin: 0px 120px 10px 102px;
        font-size: 80%;
    }
    h4.amanoh4 {
        margin: 0px 80px 10px 64px;
        font-size: 80%;
    }
    h4.judgeh4 {
        margin: 0px 130px 10px 106px;
    }
    .bandShow {
        font-size: 80%;
        margin-bottom: 10px;
        margin-right: 250px;
        float: left;
    }
    .bandShowNumazawa {
        font-size: 80%;
        margin-right: 0px;
        float: none;
    }
    .recImg {
        /*width: 98%;*/
        margin: 25px auto;
    }
    footer p.footlink {
        font-size: 15px;
        line-height: 2.2em;
    }
    footer {
        padding: 5px 0;
    }
    .recGear {
        margin: 0px 0px;
    }
    .recImgOne {
        /*width: 250px;*/
    }
    .mainTitle1 {
        margin: 30px auto;
        display: none;
    }
    .mainTitle2 {
        margin: 10px auto 25px;
        display: block;
    }
    .mainTitle2 h1 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 414px) {
    .openImg {
       /* background: url(../images/bg_6plus.gif) repeat;*/
    }
    .snip1445 figcaption {
        top: 10%;
        /*        bottom: 60%;*/
        right: 5%;
    }
    .snip1445 figcaption:before,
    .snip1445 figcaption:after {
        height: 2px;
        width: 2500px;
        position: absolute;
        content: '';
        background-color: #000;
    }
    .snip1445 figcaption:before {
        top: 0;
        left: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .snip1445 figcaption:after {
        bottom: 388px;
        right: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .snip1445 figcaption div:before,
    .snip1445 figcaption div:after {
        width: 2px;
        height: 1300px;
        position: absolute;
        content: '';
        background-color: #000;
    }
    .snip1445 h5 {
        color: #000;
    }
    .snip1445 h2 {
        font-weight: 900;
        color: #000;
        font-size: 40px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .snip1445 h4 {
        font-size: 40px;
        display: block;
        font-weight: 700;
        background-color: #000;
        padding: 5px 10px;
        color: #fff;
        width: 100%;
        text-align: center;
    }
    .downloadTrackArea {
        width: 210px;
        float: none;
        margin: 12px auto;
    }
    #audio-container {
        max-width: 360px;
        height: 30px;
        padding: 0px;
        margin: 0 auto;
        background: url(lib/light.png) 0 8px;
    }
    .background {
        /*background: url(../images/bg_6plus.gif) repeat;*/
    }
    .side-column-tw {
        padding: 15px;
    }
    .wrapperInner {
        width: 400px;
    }
    #magazineData {
        margin: 5px auto;
        text-align: center;
    }
    img.magazineImg {
        height: auto;
        border: 1px solid #9f9d9d;
        float: none;
    }
}

@media only screen and (max-width: 375px) {
    img.award_king {
        width: 200px;
        float: none;
        margin: 5px auto;
    }
    .snip1445 figcaption div:before {
        top: 0;
        left: 8px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    .snip1445 figcaption div:after {
        bottom: 0;
        right: 8px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .snip1445 figcaption:before {
        top: 0;
        left: -8px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .snip1445 figcaption:after {
        bottom: 280px;
        right: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .snip1445 figcaption {
        top: 10%;
        /*        bottom: 60%;*/
        right: 0;
    }
    h4 {
        font-size: 17px;
        padding: 7px 10px 1px;
        margin: 0px 20px 10px 10px;
        float: none;
    }
    .titleSize3 {
        margin: 15px auto;
    }
    .wrapperInner {
        width: 330px;
    }
    .buyButtons {
        margin: 10px;
    }
    .buyButtons img {
        margin: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .background {
        /*background: url(../images/bg_sp5.gif) repeat;*/
    }
    .wrapperInner {
        width: 300px;
    }
    .snip1445 figcaption:after {
        bottom: 170px;
    }
}