/* ==========================================================
title : 刀剣ワールド 目貫・小柄・笄・縁頭写真 検索ページ（SP）
scope : 刀剣ワールド 目貫・小柄・笄・縁頭写真 検索ページ（SP）

memo：

last modify : 2020/07/28 TCI福岡_eguchi 新規作成

modify :

========================================================== */

@media only screen and (max-width: 767px) {
  /* RESULT PAGE */
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .box_search_result {
    padding: 0 10px;
    width: 100%;
  }
  .box_result_list {
    margin-bottom: 40px;
    width: 100%;
  }
  .box_result_title .h1_search_all {
    background-size: 18px 12px;
    background-position: top .3em left;
    font-size: 24px;
    padding: 0 0 5px 25px;
    position: relative;
    width: 100%;
  }
  .box_result_title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 53px;
    width: 98%;
  }
  .box_result_title .box_result_title__inner {
    border: none;
    border-bottom-width: 0;
    display: block;
    padding: 0;
    position: absolute;
    bottom: -50px;
    width: 100%;
  }
  .box_result_title span {
    font-size: 16px;
    text-align: right;
    width: 100%;
  }
  .box_result_title span small {
    font-size: 15px;
    font-weight: normal;
    margin-left: 0;
  }
  .box_result_title span.bdN {
    border: none;
    width: auto;
    padding: 2px 0 0;
  }
  .box_result_title .num_search_result {
    border: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 25px;
    text-align: left;
  }
  .box_result_title .num_search_result small {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
  }
  .box_result_title .num_search_result span {
    font-size: 15px;
  }
  .box_result_list .box_result__item h2 {
    font-size: 21px;
    letter-spacing: 1.05px;
    max-height: none;
    overflow: hidden;
    padding: 15px 15px 10px;
    text-overflow: ellipsis;
    white-space: nowrap!important;
  }
  .box_result_list .box_result__item .gallery .gallery__item {
    height: auto;
  }
  .box_result_list .box_result__item .gallery .gallery__item img {
    height: auto;
  }
  .box_result_list .box_result__item .content {
    padding: 20px 20px 30px;
  }
  .box_result_list .box_result__item .content .description {
    font-size: 15px;
    line-height: 21px;
    margin: 0 auto 5.1%;
    max-height: inherit;
    width: 90%;
  }
  .box_result_list .box_result__item .btn_more {
    /* max-width: 226px; */
  }
  .box_result_list .box_result__item {
    margin-bottom: 30px;
    border-top: 1px solid #B28E5F;
    border-bottom: 2px solid #B28E5F;
    border-left: 1px solid #B28E5F;
    border-right: 1px solid #B28E5F;
  }
  .page_skip {
    margin-bottom: 40px;
  }
  .page_nav_ul li {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 1.5% 1.5% 0;
    padding: 0 11px;
    width: auto;
  }
  .page_nav_ul li.p_tonext a:hover {
    background-position: 9px 10px;
    line-height: inherit;
    margin: 0 -11px 0 -25px;
    padding: 0 11px 0 25px;
    width: auto;
  }
  .page_nav_ul li.hide_sp {
    display: none;
  }
  .page_nav_ul li.p_tonext {
    background-position: 9px 9px;
    padding-left: 25px;
  }
  .page_nav_ul li.p_toback_gr {
    background-position: center right 10px;
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
  }
  .page_nav_ul li:last-child {
    margin-right: 0;
    padding: 0;
  }
  .page_count_box a {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 -7px;
    padding: 0 7px;
    width: auto;
  }
  .page_nav_ul {
    right: 0;
  }
  .page_select {
    left: 0;
    margin: 0;
    position: relative;
  }
  .page_select_ttl {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    padding-left: 0;
    width: 126px;
  }
  .page_select_ttl span {
    font-size: 11px;
    height: 28px;
    line-height: 29px;
    width: 120px;
  }
  .page_select_menu ul,
  .page_select_menu {
    background: #fff;
    left: 0;
    width: 125px;
  }
  .page_select_menu ul li {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page_select_menu li:last-child {
    margin: 0;
  }
  .page_select_menu a {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .box_search_result {
    width: 95%;
  }
  .box_result_title {
    width: 100%;
  }
  .box_result_list {
    width: 100%;
  }
}

@media only screen and (max-width: 413px) {
  /* DETAIL */
  .box_seo .seo_frame {
    font-size: 14px;
  }
  /* new design */
}