@charset "utf-8";
/*===============================================
●mobile.css  画面の横幅が641 - 767pxまで
===============================================*/
@media screen and (min-width: 640px) and (max-width: 767px) {
    .search-form div.col-xs-6 {
        width: 25%;
    }
    .search-form .btn.btn_submit {
        margin-left: 0px;
        width: 8.33333333%;
    }
    .panel_v {
        position: absolute;
        display: block;
        float: right;
        margin-bottom: -10px;
        right: 0;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }
    .logo-box h1,
    .logo-box span.sitename {
        margin-top: -0.2rem;
        font-size: 2.2rem;
    }
    .logo-box h1 .info,
    .logo-box span.sitename .info {
        font-size: 9px;
    }
}

/*===============================================
●mobile.css  ipad
===============================================*/
@media screen and (min-width: 768px) and (max-width: 955px) {
    .break-info li a {
        font-size:13px;
    }

    .break-info li a.affiliate, .break-info li a.contact {
        letter-spacing: -0.2em;
    }
    .btn_plays .btn_play_menu {
        padding: 6px 5px 6px;
        font-size:0.9em;
    }
    .btn_plays .btn_play_menu {
        padding: 6px 2px 6px;
    }
    .btn_board .btn_play_board, input.btn_play_board {
        font-size: 0.8em;
        padding: 3px;
        height: 50px;
    }
    .post_inner .title_inner a {
        font-size: 0.9em;
    }
    .post_inner .title_bottom ,.post_inner .inside_info {
        font-size: 0.9em;
    }
    .btn_plays .btn_play_menu:after {
        right: 3px;
    }
    .creator-register textarea {
        width: 300px;
    }
    .creator-register-work .container .main .register-form .form-horizontal p {
        width: 300px;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }
    .logo-box h1,
    .logo-box span.sitename {
        margin-top: -0.2rem;
        font-size: 2.2rem;
    }
    .logo-box h1 .info,
    .logo-box span.sitename .info {
        font-size: 9px;
    }
}

/*===============================================
●mobile.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {

    /*-------------------------------------- 共通 */
    body{
        -webkit-text-size-adjust: 100%;
    }
    .wrap {
        padding: 15px
    }
    body .pc {
        display:none;
    }
    body .sp {
        display:block;
    }
    table.sp{
        border:0px;
        text-align: center;
        table-layout: fixed;
        width: 100%;
    }
    .table>tbody>tr>td:nth-child(n+1), .table>tbody>tr>th:nth-child(n+1), .table>tfoot>tr>td:nth-child(n+1), .table>tfoot>tr>th:nth-child(n+1), .table>thead>tr>td:nth-child(even), .table>thead>tr>th:nth-child(even){
        vertical-align: middle;
    }
    .table>tbody>tr>td:nth-child(n+2), .table>tbody>tr>th:nth-child(n+2), .table>tfoot>tr>td:nth-child(n+2), .table>tfoot>tr>th:nth-child(n+2), .table>thead>tr>td:nth-child(n+2), .table>thead>tr>th:nth-child(n+2){
         text-align: center;
    }
    .illustrator_recruit .table>thead>tr>th, .illustrator_recruit .table>tbody>tr>td{
        text-align: left !important;
    }
    .imgselect table{
        width: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }

    header, .wrap, .container, .main, .sub,.main_pv{
        width:100%;

    }
    .container{
        /*padding:10px;*/
    }



    /*-------------------------------------- Header */

    header {
        position: relative;
    }
    header .logo {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        text-align: left;
        z-index: 999;
    }
    header .logo img {
        width: 100px;
        margin: 0;
    }
    .top-header {
        min-width: 100%
    }
    .top-header.boder-bt {
        border: none;
    }
    .logo-box h1,
    .logo-box span.sitename {
        margin-top: -0.2rem;
        font-size: 2.2rem;
    }
    .logo-box h1 .info,
    .logo-box span.sitename .info {
        font-size: 9px;
    }
    /*-------------------------------------- global-nav */

    .global-nav.pc{
        display:none;
    }
    .global-nav.sp{
        position:absolute;
        top: 0;
        right: 0;
        width: 100%;
        color: #fff;

    }
    .global-nav.sp .button-toggle {
        /*background-color: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(0, 0, 0, 0);
        background:#3F51B5;*/
        float: right;
        /*padding: 15px 15px 10px 15px;*/
        position: relative;
        top: 3px;
        color: #000;
        text-align: center;
        font-weight: bold;
    }

    .global-nav.sp .icon-nav {
        display: inline-block;
    }
    .global-nav.sp .icon-bar {
        border-radius: 1px;
        display: block;
        height: 3px;
        width: 30px;
        background:#ccc;
        margin: 0 auto

    }
    .global-nav.sp .icon-bar + .icon-bar {
        margin-top: 7px;
    }
    .global-nav.sp .menu {
        width: 100%;
        height: auto;
        clear: both;
        margin: 0;
        z-index:999;
        background: #fff;
        padding-top: 10px
    }
    .global-nav.sp .menu .sub-info-02 {
        border: none;
        padding: 0;
    }
    .top-header {
        margin-bottom: 0;
        padding-top: 0;
    }
    .top-header {
    border-top: none;
    }

    .cart_sp{
        width: 30px;
        position: absolute;
        top: 0;
        right: 40px;
        z-index: 999;
    }

    .sub-info-02 img{
        max-width: 100%;
    }
    .user-info, creator-info{
     padding: 0;
    }

    .login-info {
        border-right: none
    }
    .global-nav.sp .menu .info-02 {
        padding: 10px 0
    }
    .global-nav.sp .menu li {
        text-align:center;
        background: #bbb;
        margin-bottom: 1px;
    }
    .global-nav.sp .menu li:hover {
        background: #ff9900
    }
    .global-nav.sp .menu li a:after {
        content: '\f105';
        float: right;
        font: normal normal normal 16px/2 'FontAwesome';
    }
    .global-nav.sp .menu li:last-child{
        height:43px;
    }
    .global-nav.sp .menu li a {
        display: block;
        color: #fff;
        padding: 15px;
        font-size: 13px
    }

    #login li{
        width: 33.3333%;
        float: left;
    }

    #login ul.sp li a img {
        width: 188px;
    }

    .after_login p{
        float: left;
        width: 50%;
        border-right: 1px dotted #aaa;
        text-align: center;

    }
    .after_login p:last-child{
        border-right: none;
    }

    .after_login img{
        display: block;
        margin: 0 auto;
    }

    .after_login:after{
        content:" ";
        display:block;
        clear:both;
    }
    .after_login .login_name{
        font-size: 12px;
    }

    .after_login p:first-child{
        float: none;
        border-right: none;
        text-align: left;
    }

    .after_login p:first-child img{
        display: none;
    }

    section#login ul li p{
        font-size: 10px;
        padding: 0;
        text-align: left;
    }

    .buy-user p{
        color:#Fd8d00;
    }

    .sale-user p{
        color:#0091c9;
    }

    .affiliate-user p{
        color:#ef4359;
    }

    img.icon_cart{
        width: 25px;
        float: right;
        margin-right: 10px;
    }
    .bosyu_sub-title img+img {
        margin-left: 0px;
        margin-top: 20px;
    }


    /*-------------------------------------- main */
    .main {
    margin: 0 ;
    }

    .main-page .main {
        float: none;
        width: 100%;
        margin: 0 ;
    }

    .main,.main_pv {
        float:inherit;
        width: 100%;
    }
    .image-main {
        float: inherit;
        width: 100%;
        margin-right: 0px;
        position: relative;
        margin-bottom: 15px
    }

    .download {
        float: inherit;
        width: 100%
    }
    .rankings li {
        margin-bottom: 20px;
    }
    .sp .rankings .list-icon, .sp .rankings .naonao {
        margin-left: 28px
    }
    .title-pa span {
    display: block;
}

    .link-new {
        float: inherit;
        width: 100%
    }
    .link-new a {
        width: 100%;
        text-align: center;
    }

    .title-02 span {
        margin-left: 0px
    }

    .err {
        width: 80%;
    }
    .loading .m_list_title2 {
        width:100%;
    }

    .main section h3.sub_tlt{
        background-size: contain;
        font-size: 17px;
        padding: 3px 0 3px 8px;
    }
    .main p.alert_purchased {
        padding: 10px 10px 10px 10%;
        background-size: 20px;
        font-size: 80%;
    }

    .info_comm{
        width: 100%;
    }

    /*-------------------------------------- sub */

    .sub, .sub2{
        float: none;
        width: 100%;

    }
    .sub .tags ul li a,
    .sub2 .tags ul li a,
    .item_tags ul li a {
        padding: 5px 5px !important;
    }

    /*-------------------------------------- 携帯だけ表示のバナー */

    .banner_left{
        float: left;
        width: 49%;
    }

    .banner_right{
        float: right;
        width: 49%;
    }

    .banner a + a{
    margin-top: 10px;
    }

    /*-------------------------------------- search-list */

    #search{
        background: #ddd;
        margin-bottom: 10px;
    }

    .sub2 input{
        width: 80%;
        height: 28px;
    }

    #image-btn {
    margin: 10px 0;
    }
    .keyword {
    text-align: center;
    }
    .search-list-top {
        float: inherit;
        width: 100%
    }
    .img-info-rank img {
        width: 100%;
        font-size: 0px;
    }
        .search-list .rankings li{
      width: 100%;
    }
    .search-list .img-info-rank{
        width: 100%;
        height: auto;
    }
    .search-list .rankings .change-item .naonao {
        margin-left: 0px;
        width: 60%;
        margin-right: 7px;
    }
    .search-list .out-list-icon {
        overflow: hidden;
        width: 58%;
    }
    .search-list .out-list-icon .link-new{
        float: inherit;
        width: 100%;
        float: right;
        width: 57%;
    }
    .search-list .title-com {
        font-size: 24px;
    }
    .search-list li:nth-of-type(n) .item-info .list-icon .icon-star{
        visibility: visible;
    }
    .search-list li:nth-of-type(n) .item-info .list-icon .icon-tv{
        visibility: hidden;
    }
    .select-item span{
        display: none;
    }

    .search-filter dd, .search-filter dt{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .search-filter dt{
        margin-top : 10px;
    }

    .search-filter.manage-mypage-filter dt {
        margin-top: 0px;
        padding-top: 0px;
        width: 30%;
    }

    .search-filter dd{
      margin-left : 20px;
    }


    #search{
        background: #eee url(../images/icon/search.png) no-repeat 12px center;
        padding: 16px;
        padding-left: 50px;
        width: 100%;
        float: none;
    }
    #search .category{
        width: 100%;
        margin-bottom: 8px;
        padding: 0px;
    }
    .creator-register form select{
        width: 100%;
        padding: 0 0 0 12px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #fff;
        border: 2px solid #ddd;
        color: #aaa;
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
    }

    .creator-register form select:after{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 16px;
        right: 9px;
    }


    /* アコーディオンメニュー */
    .acdn-menu label {
        background: #fff;
        /* color: #fff; */
        display: block;
        margin: 0;
        border: 1px solid #fff;
        color: #e60012;
        font-weight: bold;
        font-size: 140%;
        padding: 4px 6px 0 6px !important;
    }
    .acdn-menu label:before {
        content: '\f13a';
        font: normal normal normal 18px/1 'FontAwesome';
        margin-right: 10px;
        color: #e60012;
    }
    .acdn-menu input[type="checkbox"].on-off {
        display: none;
    }
    .acdn-menu label > img {
        height: 19px;
        vertical-align: top;
    }
    .acdn-menu ul {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .acdn-menu li {
        padding: 5px;
    }
    .acdn-menu input[type="checkbox"].on-off + ul {
        height: 0;
        overflow: hidden;
    }
    .acdn-menu input[type="checkbox"].on-off:checked + ul {
        height: 100%;
        padding-top: 10px;
    }

    .annua_ranking {
        margin-bottom: 15px;
    }

    .new_exhibition,
    .realtime,
    .newface_pickup,
    .half_off_sale,
    .joined_sale_ranking {
        margin-bottom: 15px;
    }


    /*----------------------------- search-top */
    .search-top .form-inline {
        padding: 10px 0px;
    }

    .main section ul li.search_item_product {
        width: 33.3333%;
        height: 60vw !important;
    }

    .item_allview p.desc {
        height: 3.6em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .item_allview p {
        line-height: 120%;
    }

    .priceview{
        height: 2.2em;
        overflow: hidden;
    }

    .item_allview .sp_font{
        font-size: 0.8em;
    }

    .search-filter {
        background: #EFF0F0;
        font-size: 13px;
    }

    #search_sp {
        background: #eee url(../images/icon/search.png) no-repeat 12px center;
        padding: 16px;
        padding-left: 50px;
        width: 100%;
        float: none;
    }

    #search_sp form ul li.category {
        width: 100%;
        margin-bottom: 8px;
        padding: 0px;

    }
    section#search_sp {
        margin-bottom: 10px!important;
    }

    div.fancy-select {
        position: relative;
        font-size: 12px;
    }
    #search_sp form ul li.category div.trigger {
        width: 100%;
    }

    .fancified {
        width: 1px;
        height: 1px;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0;
    }

    div.fancy-select select.trigger {
        height: 40px;
        padding: 5px 0 5px 12px;
        cursor: pointer;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        background: #fff;
        border: 2px solid #ddd;
        color: #aaa;
        width: 100%;
        transition: all 240ms ease-out;
        -webkit-transition: all 240ms ease-out;
        -moz-transition: all 240ms ease-out;
        -ms-transition: all 240ms ease-out;
        -o-transition: all 240ms ease-out;
        margin: 0px;
    }

    div.fancy-select select.trigger:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
        top: 16px;
        right: 9px;
    }

    #search_sp form ul li.category {
        width: 100%;
        margin-bottom: 8px;
        padding: 0px;
    }

    #search_sp form ul li.keyword,
    .manage-mypage-filter dd div.keyword {
        float: left;
        width: 80%;
        padding: 0px;
    }

    #search_sp form ul li.keyword input,
    .manage-mypage-filter dd div.keyword input {
        background: #fff;
        border: 1px solid #ccc;
        font-size: 16px;
        height: 40px;
        width: 100%;
        padding-left: 12px;
        border-radius: 4px 0 0 4px;
        transition: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #search_sp form ul li.submit,
    .manage-mypage-filter dd div.submit {
        float: right;
        width: 20%;
        padding: 0px;
    }

    #search_sp form ul li.submit button,
    .manage-mypage-filter dd div.submit button {
        background: #aaa;
        color: #fff;
        height: 40px;
        width: 100%;
        text-align: center;
        border: none;
        font-size: 16px;
          border-radius: 0 4px 4px 0;
    }



    /*----------------------------- 新規出品者 */
    .new_exhibition li,
    .realtime li,
    .newface_pickup li,
    .joined_sale_ranking li,
    section.half_off_sale ul li {
        float: left;
        width: 48%;
        padding: 6px;
        margin: 0;
    }


    /*----------------------------book*/
    .image_book{
        width: 100%;
    }
    .btn_play1, .btn_play2, .btn_play3 {
        margin-left: 50px;
        display: inline-block;
        width: 60%;
    }
    .desc_r{
        display: inline-block;
        padding-top: 8px;
    }
    .sub-nav li:first-child{
        padding-left: 0px;
        margin-left: 0px;
    }
    .book-main{
        margin-top: 80px;
    }
    .book-content, .comments{
        padding-left: 0px;
        padding-right: 0px;
    }
    .book .title-book{
        padding: 5px 0px;
        position: static;
    }
    .book_nickname{
        position: static;
        margin: 10px 0;
    }
    .book-nav ul li {
        padding: 10px 0px;
    }
    .book-nav ul{
        margin-top: 15px;
    }
    .book .title_b{
        margin-right: 15px;
    }
    .book .desc_r{
        padding-left: 0px;
    }
    .author_information div dd span {
        float: none;
        display: block;
    }

    .item-main {
        margin: 10px 0 20px 0;
    }
    .item-main .item-desc, .item-main .item-info {
        float: none;
        width: 100%;
        clear: both;
    }

    .item_tb td, .item_tb th {
        /* padding: 0 */;
        padding: 5px;
    }

    .item_detail div dt, .item_detail div th,
    .author_information div dt, .author_information div th {
        display: block;
        width: 100%;
    }


    .btn_set form {
         margin-right: 0;
    }

    .btn_set > span, .btn_set form ,.btn_set >input{
        margin-right: 0;
    }

    .btn_set > span, .btn_set > input{
        margin-bottom: 10px;
    }

    .cart_form button {
        width: auto;
    }

    .cart_form .cart-balloon {
        right: -40%;
        left: -50%;
        bottom: inherit;
    }
    .wishlist li .cart-balloon {
        right: -100%;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    /*------------------------------------------- creator */
    .creator_main {
        margin: 20px 0;
        width: 100%;
        margin-left: 0%;
    }
    .recommend section ul li {
        width: 25%;
    }
    .creator .btn_play1{
        text-align: center;
        width: 100%;
        margin-left: 0px;

    }
    .creator .btn_play1 span.text_at_btn{
        display: block;
        margin-left: 41%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        margin-top: 10px;

    }
    .table_book.sp{
           border-collapse: collapse;
        display: table;
    }
    .table_book.sp > tbody > tr > td{
        vertical-align: middle;
    }
    .table_book.sp > tbody > tr:nth-child(4n+1){
        background-color: #3ed63b;
    }
    .table_book.sp > tbody > tr:nth-child(4n+3){
        background-color: #cdcdcd;
    }
    .table_book.sp > tbody > tr:nth-child(2n+1) > td{
       color: #fff;
    }
    .table_book.sp > tbody > tr:nth-child(4n+2) > td{
       color: #0066cc;
       text-align: left;
    }
    .table_book.sp > tbody > tr:nth-child(4n+4) > td{
       color: #000;
    }
    .table_book.sp .icon-flag1{
        padding: 0 15px;
    }
    .cre_note{
        /* padding: 20px 30px; */
    }
    .post_inner{
        width: 100%;
        box-sizing:border-box;
        border-top:1px solid #e5e5e5;
        border-bottom:1px solid #e5e5e5;
        border-right:none;
        border-left:none;
    }
    .post_inner .inside_info {
        line-height: 16px;
        font-size: 15px;
        margin-top: 11px;
    }
    .post_inner a.col-md-7 {
        padding: 5px;
        width: 255px;
    }
    .btn_plays .btn_play_menu.pc{
        display: none;
    }
    .new-page table.sp, .new-page table.sp.table-bordered{
        border: 0px;
        margin-top: 15px;
        float: left;
            width: auto;
            margin-right: 10px;
    }
    .new-page table.sp tr th,.new-page table.sp tr td{
        vertical-align: middle;
    }
    .new-page table.sp tr th{
        text-align: center;
    }
    .panel_v{
        position: absolute;
        display: block;
        float: right;
        margin-bottom: -10px;
        right: 0;
        }


    .item-nav img {
        width: 100%;
    }
    .item_images img {
        /* width: 32%; */
        display: block;
        float: left;
        margin: 0px 10px 20px 0px;
    }


    /*------------------------------------------creator register */
    .creator-register form .control-label{
        text-align: left;
        width: 100%;
    }
    .register-form .form-horizontal{
        padding: 15px;
    }
    .register-form .form-horizontal input, .register-form .form-horizontal textarea, .register-form .form-horizontal select,.controls#addr > select, .controls#addr > input, .creator-register .help-block{
        margin-left: 0px;
    /*    /manage/product/のテキストボックスが見切れる問題に対応　*/
        max-width: 100%;
    }

    .controls_inner {
        padding-left: 0;
    }


    .t-mo-block th, .t-mo-block td{
        width: 100%;
        display: block;
    }
    .register-form #publish> label, .register-form #acc_type > label {
        margin-right: 20px;
    }
    .author_mypage .table-info-author .table-bordered>tbody>tr>td, .author_mypage .table-info-author .table-bordered>thead>tr>th{
        min-width: 80px;
    }
    .author_mypage .table-info-author .table-bordered{
        display: block;
        overflow-x: scroll;
    }
    .author_mypage .btn_plays .btn_play_menu{
        /*max-width: 125px;*/
        width: 49%;
        margin-bottom: 5px;
    }

    .btn_plays .btn_play_menu{
        margin-right: 0;
    }

    #content .form-horizontal{
        width:100%;
    }
    #content .control-group{
        width: 100%;
    }
    .control-group .form-offset {
        margin-left: 0px;
    }
    /*---------------------------------------tokusyo*/
    #pcsite{
        display:none;
    }
    #spsite{
        display:inherit;
    }
    /*-----------------------------------------profile*/
    .profile #message{
        margin: 15px;
        width: 90%;
    }
    .profile input{
        margin: 20px 0;
    }
        /*-----------------------------------------about*/

    .creator_rule_text{
        width: 80%;
    }


    .fastfacts {
        padding: 10px;
        background-color: #efefef;
        border: none;
    }

    #aff {
        padding: 10px;
        border: none;
    }

    .fo_small{
        font-size: 14px;
    }


    .procedure_arrow {
           background: url(/images/icon/line_or_sp.png) 0 100% repeat-y;
    }

    #aff .procedure_arrow {
           background: url(/images/icon/line_pk_sp.png) 0 100% repeat-y;
    }

    .procedure__header {
        padding-right: 1%;
    }

    .qa__item {
        padding: 10px 10px 10px 10px;
    }

    .qa__item dt {
        margin-bottom: 15px;
    }

    .procedure__block {
        padding-left: 10px;
    }

    .procedure_inner {
        padding: 0 0 20px 0;
    }

    .u-table-m {
        width: 100%;
    }

    .procedure_arrow:before {

        bottom: 30px;
    }

    /*-------------------------------------- footer */

    footer {
        text-align: center;
        width: 100%
    }

    footer div.container ul {
        padding-top: 16px;
        margin-bottom: 16px;
    }

    footer div.container ul li.logo {
        float: none;
    }

    footer div.container ul li.logo:nth-child(2) {
        margin: 10px 0px;
    }

    footer div.container ul li.logo a {
        display: block;
        text-align: center;
    }

    footer div.container ul li.logo a img {
       /* width: 300px;*/
    }

    footer div.container ul li.logo img {
       margin-left: 0px;
    }

    footer div.container ul li.otherlink ul {
        text-align: center;
    }

    footer div.container ul li.otherlink ul li a {
        font-size: 11px;
    }

    footer div.container ul li.otherlink {
         float: none;
    }

    footer div.container ul li.otherlink ul li:last-child a:after {
        display: none;
    }

    .ma-t10 {
        margin-top: 5px!important;
    }


    /*aff追加*/

    .af_menu dd,
    .manage_menu dd,
    .mypage_menu dd {
        margin-left:0;
        padding: 5px 0px;
    }

    .af_menu dd a,
    .manage_menu dd a,
    .mypage_menu dd a {
        padding-left: 10px;
        display: inline-block;
    }

    .affiliate-filter dt {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0px;
         padding-left: 5px;
         width: 30%;
         float: left;
        clear: both;
        text-align: right;
        display: block;
        text-align: left;
    }

    .affiliate-filter dd {
        padding: 8px 10px;
        width: 100%;
       margin-left: 0;
    }

    /* 年齢確認 */
    div.age_verification {
        width: 92.5%;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }

    /* ポイント還元アイコン */
    .recommend .product_price img.icon_point {
        margin: auto;
        display: block;
    }

    /* 購入会員マイページメニュー */
    #bosyu_title h3 span {
        float: none;
        display: block;
    }

}

@media screen and (max-width: 639px) {
    .rankings ul {
        text-align: center;
    }
    .rankings li {
        text-align: left;
        margin-right: 5px;
        margin-left: 5px;
        float: inherit;
        display: inline-block;
    }
    .rankings li:nth-child(4n) {
        margin-right: 5px;
    }
    .search-list ul.pagination li a, .creator ul.pagination li a {
       margin: 10px 5px;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }
}
@media screen and (max-width: 500px) {
    .rankings li {
        margin-right: 2px;
        margin-left: 2px;
    }
    .rankings li:nth-child(4n) {
        margin-right: 2px;
    }
    .search-list .title-com {
        font-size: 16px;
        font-weight: bold;
    }
    .post_inner a.col-md-7 {
        padding: 5px;
        width: 100%;
    }
    /*.post_inner a.col-md-7 img{
        width: 100%;
    }
    */
    .creator-register textarea{
        width: 95%;
    }
    .creator-register  .controls .btn{
        margin-left: 0px;
    }
    .creator-register-work .register-form .controls{
        display: block;
    }
    .creator-register-work textarea{
        width: 95%;
    }
    .slelect_illus select {
        padding: 5px 25px 5px 15px;
        position: relative;
        background: url(../images/down.png) no-repeat 90%;
        margin: 0px;
        border-radius: 0px;
        width: 80%;
        float: right;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }
}
@media screen and (max-width: 375px) {
    /*------------------Creator top */
   .btn_plays .btn_play_menu, .list_btn .btn_plays .btn_play_menu:last-of-type {
        padding: 6px;
        margin-top: 10px;
        /*width: 125px;*/
   }
   .btn_plays .btn_play_menu {
        width: 32%;
        padding: 6px ;
    }
   .btn_plays .btn_play_menu:after {
       right: 5px;
    }
   .btn_plays .btn_play_menu span {
        font-size: 12px;
    }
   .search-list ul.pagination li a, .creator ul.pagination li a {
       margin: 10px 1px;
    }
    .inner-scroll-x {
        overflow-x: scroll;
    }
}
@media screen and (max-width: 320px) {
   .btn_plays .btn_play_menu {
       width: 48%;
   }
   .inner-scroll-x {
       overflow-x: scroll;
   }
}
