body.archive h1{
    color: rgb(17, 16, 17);
    margin: 0 0 6px;
    font-size: 25px;
}
body.archive .cattop_timestamp{
    color: rgb(102, 127, 146);
    font-size: 12px;
    margin: 5px 0;
}

body.archive .category_description{
    color: #3f5362;
    font-size: 13px;
    margin-bottom: 10px;
}

.swiper-container {
    margin-bottom: 20px;
}
.top_swiper .image {
    width: 100%;
    padding-top: 52.33%;
    background-size: cover !important;
    background-position: center;
}

.top_swiper li {
    margin-bottom: 6px;
    background-color: #fff;
    border:1px solid #d3e6ef;

    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
.top_swiper .information {
    height: 3.2em;
}
.top_swiper .information .title {
    margin: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    padding: 0;
    transition: .2s;
    height: calc(2em * 1.3);
}
.swiper-pagination-bullet {
    border-radius: 0!important;
    width: 35px!important;
    background: #FA5A4A;
    opacity: 0.2;
    margin: 0 8px!important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullets {
    text-align: center;
}
#app_data_top_section *{
    box-sizing: border-box;
}

h2,
.ac2{
    background-color: #333 !important;
    color: #fff !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-align: left !important;
    vertical-align: 20% !important;
    padding: 7px 10px 7px !important;
    display: flex;
    justify-content: left;
    align-items: center;
}
#main h2,
#main .ac2{
    /* width: 100% !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-align: left !important;
    vertical-align: 20% !important;
    padding: 7px 10px 7px !important; */
    margin-bottom: 10px !important;
    /* display: flex;
    justify-content: left;
    align-items: center; */
    border-bottom: 5px solid #f37a62 !important;
}
.left_menu_s h2,
.left_menu_s_new .ac2{
    font-size: 13px !important;
    padding: 7px 15px 7px !important;
}
#app_data_top_section h2::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}
#app_data_top_section .news_container h2::before{
    background-image: url(/wp-content/themes/appmedia/images/top/new_top/icon_news.png);
}
#app_data_top_section .popular_ranking_container h2::before{
    background-image: url(/wp-content/themes/appmedia/images/top/new_top/icon_populer.png);
}
#app_data_top_section .topsales_ranking h2::before{
    background-image: url(/wp-content/themes/appmedia/images/top/new_top/icon_ranking.png);
}
#app_data_top_section .calender_container h2::before{
    background-image: url(/wp-content/themes/appmedia/images/top/new_top/icon_calender.png);
}


h3{
    margin-bottom: 5px;
}
#app_data_top_section table{
    font-size: 13px;
    margin: 0 0 15px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    table-layout: auto;
}

#app_data_top_section table tr {
    background: #fff;
}
#app_data_top_section table th {
    padding: 4px 8px;
    text-align: center;
    font-size: 13px;
    color: #444;
    border: 1px solid #c5d4dc;
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
    background-color: #f1f6f7;
}
#app_data_top_section table td {
    padding: 4px 8px;
    text-align: center;
    border: 1px solid #c5d4dc;
    word-break: break-all;
}

#app_data_top_section img{
    max-width: 100%;;
}
.relative_container{
    position: relative;
}
.app_rank_title{
    word-break: break-all;
    text-wrap-style: balance;
}
.mobile #app_data_top_section{
    padding: 0 10px;
}

#app_data_top_section .more_container{
    text-align: right;
    margin-bottom: 20px;
}
.app_data_top_pr_container,
.app_data_ad_container{
    margin-bottom: 10px;
}
#app_data_top_section .news_container{
    margin-bottom: 20px;
}


#app_data_top_section .swiper-container{
    margin-bottom: 10px;
}
.app_data_top_pr_container .relative_container{
    border-radius: 6px;
    overflow: hidden;
}
.app_data_top_pr_container .relative_container .app_rank_title{
    background: #1a1515bd;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6px;
}
.app_data_top_pr_container .relative_container .app_rank_title > div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


#app_data_top_section .news_container .relative_container .pr_tag{
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 1;
    padding: 3px 6px;
    font-size: 10px;
    background: #33333361;
    z-index: 1;
}
#app_data_top_section .news_container .app_data_top_pr_container .relative_container .pr_tag{
    top: 8px;
    right: 8px;
}

.app_data_top_list{
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
}
#app_data_top_section .app_data_top_list > li{
    padding: 7px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    line-height: inherit;
    font-size: inherit;
}
#app_data_top_section .app_data_top_list > li .relative_container{
    padding: calc(100% / 16 * 9 / 2) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000000;
}
#app_data_top_section .app_data_top_list > li .relative_container img{
    position: absolute;
    width: auto;
    height: 100%;
    max-width: none;
    display: block;
}

#app_data_top_section .news_container .relative_container .tag{
    position: absolute;
    bottom: 4px;
    left: 4px;
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #ff0000;
}
#app_data_top_section .news_container .app_data_top_pr_container .relative_container .tag{
    top: -26px;
    bottom: auto;
}
.app_data_top_list .app_rank_title{
    font-size: 12px;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#app_data_top_section .popular_ranking_container{
    margin-bottom: 20px;
}
#app_data_top_section .popular_ranking_container .popular_ranking_list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 310px;
    column-gap: 7px;
    row-gap: 7px;
    overflow-x: scroll;
}
.mobile #app_data_top_section .popular_ranking_container .popular_ranking_list{
    height: 290px;
}
#app_data_top_section .popular_ranking_container .popular_ranking_list > li{
    line-height: inherit;
    font-size: inherit;
    width: 60%;
}
.mobile #app_data_top_section .popular_ranking_container .popular_ranking_list > li{
    width: 65%;
}
#app_data_top_section .popular_ranking_container .popular_ranking_list > li .grid_container{
    display: grid;
    grid-template-columns: 25px 50px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
}
#app_data_top_section .popular_ranking_container .popular_ranking_list > li .grid_container > .ranking_image{
    width: 50px;
    height: 50px;
}

#app_data_top_section .popular_ranking_container li .ranking_number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: rgb(135, 155, 165);
    color: #ffffff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: bold;
}
#app_data_top_section .popular_ranking_container li:first-child .ranking_number{
    background: rgb(232, 195, 66);
}
#app_data_top_section .popular_ranking_container li:nth-child(2) .ranking_number{
    background: rgb(98, 179, 176);
}
#app_data_top_section .popular_ranking_container li:nth-child(3) .ranking_number{
    background: rgb(197, 139, 65);
}

#app_data_top_section .popular_ranking_container li .rank_title{
    font-weight: bold;
    color: #222323;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
}
#app_data_top_section .popular_ranking_container li .rank_detail{
    color: #5a5a5a;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 10px;
}


#app_data_top_section #app_calender_disp ,
#app_data_top_section #app_calender_disp2 {
    width: 100%;
    max-width: none;
    /* border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; */
}

#app_data_top_section #app_calender_disp ul ,
#app_data_top_section #app_calender_disp2 ul {
    padding: 0;
}
#app_data_top_section #app_calender_disp ul li ,
#app_data_top_section #app_calender_disp2 ul li{
    list-style-type: none;
    padding: 4px 8px;
    border: none;

    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    align-items: center;
    display: flex;
    justify-content: center;
}

#app_data_top_section #app_calender_disp li:last-child ,
#app_data_top_section #app_calender_disp2 li:last-child {
    display: flex;
}
#app_data_top_section .calander_li .image{
    width: 70px;
}
#app_data_top_section .calander_li .appli_detail_info{
    width: calc(100% - 70px) !important;
}
#app_data_top_section .calander_li .image .top_calendar_released{
    display: none;
}

#app_data_top_section .calender_switch_newgame_content > a,
#app_data_top_section .calender_switch_newgamesoft_content > a{
    display: none;
}

#app_data_top_section .topsales_ranking{
    margin-bottom: 5px;
}


#app_data_top_section .switch_tabs_new .tabs_container{

}

#app_data_top_section .switch_tabs_new .tabs_container > li{
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #75a8b7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    font-size: 13px;
    margin-top: 0 !important;
    font-weight: bold;
    transition: all .1s ease-out;
}
#app_data_top_section .switch_tabs_new .tabs_container > li > *{
    margin: 0;
}
#app_data_top_section .switch_tabs_new .tabs_container > li[data-check="1"]{
    background-color: #fff;
    color: #555c74;
    font-weight: bold;
    border-top: 3px solid #ff6b4f;
}
#app_data_top_section .consumer_calender_each_year .day_box.release{
    display: block !important;
}


#app_data_top_section .data_for_display_news > li{
    padding: 7px;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    transition: .2s ease;
    margin-bottom: 10px;
}
#app_data_top_section .data_for_display_news > li > a{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
#app_data_top_section .data_for_display_news > li > a img {
    width: 40%;
    max-height: 100px;
}
#app_data_top_section .data_for_display_news > li > a .context {
    color: #050505;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
    width: 58%;
    margin-left: 2%;
}
.mobile #app_data_top_section .data_for_display_news > li > a .context{
    font-size: 13px;
}
#app_data_top_section .data_for_display_news > li > a .time_part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#app_data_top_section .data_for_display_news > li > a .time_part .release_date {
    border-radius: 1px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    width: 40%;
    line-height: 2;
    background: #fb1067;
}
#app_data_top_section .data_for_display_news > li > a .time_part .date {
    color: #6a6a6a;
    font-size: 11px;
    font-family: 'icomoon' !important;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
    text-align: end;
    width: 60%;
    display: flex;
    justify-content: end;
    align-items: center;
}
#app_data_top_section .data_for_display_news > li > a .time_part .clock_icon {
    position: relative;
    font-family: 'icomoon' !important;
}
#app_data_top_section .data_for_display_news > li > a .time_part .clock_icon:before {
    content: "\e911";
    font-size: 15px;
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="ニュース"] {
  background: rgb(11 180 216);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="新作"] {
  background: rgba(63, 181, 132,.8);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="イベント"] {
  background: rgba(206,50,4, 0.8);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="リリース"] {
  background: rgb(251 17 103);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="取材レポ"] {
  background: rgb(200, 52, 232,.8);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="コラボ"] {
  background: rgba(133, 171, 1, 0.8);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="レビュー"],
#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="先行プレイ"] {
  background: rgb(255 95 1);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="インタビュー"] {
  background: rgb(82 121 231);
}

#app_data_top_section .data_for_display_news > li > a .time_part .release_date[data-tag="特集"] {
  background: rgba(216, 10, 62, .8);
}




.side_news_list,
.popular_and_new_articles_wrapper,
.new_share,
#main #searchform,
#main .article_ad{
    display: none !important;
}

.pc #slide,
.mobile .search_line + img{
    display: block !important;
}
.mobile #main h1{
    color: rgb(17, 16, 17) !important;
}
.mobile #breadcrumb_cat_b{
    display: none;
}
#side-l .topsales_ranking{
    margin-top: 0;
}



#app_data_top_section .top_sales_ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 335px;
    column-gap: 7px;
    row-gap: 7px;
    overflow-x: scroll;
}
.mobile #app_data_top_section .top_sales_ul{
    height: 320px;
}
#app_data_top_section .top_sales_ul > li{
    line-height: inherit;
    font-size: inherit;
    width: 60%;
}
.mobile #app_data_top_section .top_sales_ul > li{
    width: 65%;
}
#app_data_top_section .top_sales_ul > li .top_ranking_contents{
    padding: 0 0 5px 0;
}

#app_data_top_section .top_sales_ul > li a{
    display: grid;
    grid-template-columns: 25px 50px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
}
#app_data_top_section .top_sales_ul > li a .ranking_span{
    width: 25px;
    font-size: 15px;
}
#app_data_top_section .top_sales_ul > li a img{
    width: 50px;
    height: 50px;
}

#app_data_top_section .top_sales_ul > li .top_ranking_contents .appli_name_div{
    width: 100%;
    padding-left: 0;
}
#app_data_top_section .sp_header_ad{
    margin-bottom: 10px;
    text-align: center;
}

body .search_input_wrapper .s{
    background-color: #ffffff !important;
    border: none !important;
}