@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド浮世絵 一覧検索TOPページ
scope : 刀剣ワールド浮世絵 一覧検索TOPページ

memo：

last modify : WEB2TCI-15615_eguchi_mushaePhotoCss

modify :

2020/09/09 TCI福岡_eguchi 役者絵（歌舞伎絵）／スタイル調整
2020/08/19 TCI福岡_sakaguchi／共通tableクラスの導入
2020/03/12 319_shimizu 陣笠・兜・陣羽織写真／ローカルナビのスタイル調整
2020/03/12 319_shimizu 合戦旗指物・幟写真／ローカルナビのスタイル調整
2019/12/05 shimizu_bow_top 弓・矢屏風・鏃写真／トップ掲載予定数のスタイル調整
2019/05/28 WEB2TCI-2060_ishii 浮世絵一覧検索／トップ仕様変更 浮世絵一覧検索用のタイトルを追記
2019/03/12 TCI福岡_abe 一覧検索TOPページ／共通

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

@media ( max-width: 767px ) {
  .banner_h1 .txth1 {
    line-height: 1.2;
  }
}

/* ------------------------------------ */
/* ▼ box_description */
/* ------------------------------------ */
.box_description {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .box_description {
    padding: 0 15px 6%;
  }
}

/* ------------------------------------ */
/* ▼ search_menu */
/* ------------------------------------ */
.search_menu_outer {
  text-align: center;
}
.search_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  max-width: 800px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.search_menu li {
  align-items: center;
  background: url(../image/bg-ttl02.png) repeat top left;
  border-right: 1px solid #D6B180;
  border-bottom: 1px solid #D6B180;
  display: flex;
  float: left;
  font-feature-settings: 'pkna';
  justify-content: center;
  width: 33.33%;
}
.search_menu li.nolink {
  background: url(../image/bg-ttl-gr.png) repeat top left;
}
.nav_col3 .search_menu li:nth-child(3n+1) {
  border-left: 1px solid #D6B180;
}
.nav_col3 .search_menu li:first-child,
.nav_col3 .search_menu li:nth-child(2),
.nav_col3 .search_menu li:nth-child(3) {
  border-top: 1px solid #D6B180;
}
.nav_col2 .search_menu li:first-child,
.nav_col2 .search_menu li:nth-child(2) {
  border-top: 1px solid #D6B180;
}
.search_menu li:hover {
  opacity: .8;
}
.search_menu li.nolink:hover {
  opacity: 1;
}
.search_menu li a,
.search_menu li.nolink > span {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 20px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 9px 40px 9px 10px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.search_menu li a:after,
.search_menu li.nolink > span:after {
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
}
.search_menu li a span,
.search_menu li.nolink > span span {
  position: relative;
  vertical-align: middle;
}
.search_menu_ico {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 12px;
  min-width: 45px;
  width: 45px;
}
.nav_col2 .search_menu {
  max-width: 600px;
}
.nav_col2 .search_menu li {
  width: 50%;
}
.nav_col2 .search_menu li:nth-child(odd) {
  border-left: 1px solid #D6B180;
}
.nav_col2 .search_menu li a span:before {
  height: 35px;
  top: calc(50% - 17px);
  left: -65px;
  width: 45px;
}
.nav_col4 .search_menu li {
  width: 25%;
}
.nav_col4 .search_menu li:first-child,
.nav_col4 .search_menu li:nth-child(2),
.nav_col4 .search_menu li:nth-child(3),
.nav_col4 .search_menu li:nth-child(4) {
  border-top: 1px solid #D6B180;
}

@media (min-width: 767px) {
  .nav_col2 .search_menu_ico {
    width: 45px;
  }
}
@media (max-width: 767px) {
  .search_menu {
    margin-bottom: 6%;
  }
  .nav_col2 .search_menu,
  .nav_col3 .search_menu,
  .nav_col4 .search_menu {
    width: 95%;
  }
  .search_menu li {
    width: 50%;
  }
  .nav_col3 .search_menu li:nth-child(3n+1) {
    border-left: none;
  }
  .nav_col3 .search_menu li:nth-child(odd) {
    border-left: 1px solid #D6B180;
  }
  .nav_col3 .search_menu li:nth-child(3) {
    border-top: none;
  }
  .search_menu li a,
  .search_menu li.nolink > span {
    padding: 14px 25px 14px 5px;
  }
  .search_menu li a:after,
  .search_menu li.nolink > span:after {
    border-width: 6px 5px 0 5px;
    right: 10px;
  }
  .search_menu li a span:before {
    height: 25px;
    top: calc(50% - 12px);
    left: -33px;
    width: 25px;
  }
  .search_menu_ico {
    min-width: 30px;
    width: 30px;
  }
  .nav_col2 .search_menu li a {
    font-size: 19px;
    padding-right: 20px;
  }
  .nav_col2 .search_menu_ico {
    width: 30px;
  }
  .nav_col2 .search_menu li a span:before {
    height: 25px;
    top: calc(50% - 12px);
    left: -33px;
    width: 30px;
  }
  .nav_col4 .search_menu li {
    width: 50%;
  }
  .nav_col4 .search_menu li:nth-child(n+3) {
    border-top: none;
  }
  .nav_col3 .search_menu li:nth-child(3) {
    border-top: none;
  }
}

/* ------------------------------------ */
/* ▼ search_menu 合戦旗指物・幟写真用 */
/* ------------------------------------ */
.search-flag .search_menu {
  max-width: 940px;
}
/*合戦旗指物・幟写真用*/
.search-flag .search_menu li {
  margin-right: .5%;
  width: 19.40%;
}
.search-flag .search_menu li:last-child {
  margin-right: 0;
}
.search-flag .search_menu_ico {
  min-width: 40px;
  width: 40px;
}
@media (max-width: 767px) {
  .search-flag .search_menu li {
    margin-right: 0;
    width: 50%;
  }
}

/* ------------------------------------ */
/* ▼ search_menu 陣笠・兜・陣羽織写真用 */
/* ------------------------------------ */
.search-jingasa .search_menu {
  max-width: 860px;
}
/*合戦旗指物・幟写真用*/
.search-jingasa .search_menu li {
  margin-right: .5%;
  width: 24%;
}
.search-jingasa .search_menu li:last-child {
margin-right: 0;
}
@media (max-width: 767px) {
  .search-jingasa .search_menu li {
    margin-right: 0;
    width: 50%;
  }
}

/* ------------------------------------ */
/* ▼ cmn_h2_01 */
/* ------------------------------------ */
.cmn_h2_01 {
  max-width: 900px;
}
.cmn_h2_01:before {
  background: url(../image/ico-ttl-flower01_l.png) no-repeat right;
  background-size: 100%;
  bottom: calc(50% - 25px);
  height: 50px;
  width: 188px;
  opacity: .6;
}
.cmn_h2_01:after {
  background: url(../image/ico-ttl-flower01_r.png) no-repeat left;
  background-size: 100%;
  height: 50px;
  top: calc(50% - 25px);
  width: 188px;
  opacity: .6;
}
.cmn_h2_01 >span >span {/*iOS12.4の改行対策（暫定）*/
min-width: 5em;
}
.s_content:nth-of-type(2n) .cmn_h2_01:before {
  background: url(../image/ico-ttl-flower02_l.png) no-repeat right;
  background-size: 100%;
  bottom: calc(50% - 25px);
  height: 50px;
  width: 170px;
}
.s_content:nth-of-type(2n) .cmn_h2_01:after {
  background: url(../image/ico-ttl-flower02_r.png) no-repeat left;
  background-size: 100%;
  height: 50px;
  top: calc(50% - 25px);
  width: 170px;
}
.sp_380 {
  display: none;
}

@media (min-width: 768px) {
  .cmn_h2_01 {
    max-width: 900px;
  }
  .cmn_h2_01_bl > span {
    padding: 10px 188px;
  }
}
@media (max-width: 767px) {
  .cmn_h2_01:before {
    top: 0;
    left: -115px;
  }
  .cmn_h2_01:after {
    top: 0;
    right: -95px;
  }
  .s_content:nth-of-type(2n) .cmn_h2_01:before {
    top: 0;
    left: -100px;
  }
  .s_content:nth-of-type(2n) .cmn_h2_01:after {
    bottom: 0;
    top: auto;
    right: -108px;
  }
}
@media (max-width: 380px) {
  .sp_380 {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ cmn_h2_01_bl */
/* ------------------------------------ */
.cmn_h2_01_bl {
  margin-bottom: 15px;
}
.cmn_h2_01_bl > span {
  background: url(../image/bg-ttl04.png);
  background-size: 52px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 120px;
}
.cmn_h2_01_bl .type_name {
  background: #9E7943;
  border-radius: 18px;
  font-size: 24px;
  line-height: 1;
  margin: 0 5px 0 10px;
  padding: 4px 25px;
}
/* cmn_h2_01_bl for the exclusive use of search-ukiyoe */
.cmn_h2_01_bl.title_bg_light:before,
.cmn_h2_01_bl.title_bg_light:after {
  opacity: .5;
}
.cmn_h2_01_bl.title_bg_light > span {
  background-image: url(../../common/image/bg-ttl07.png);
}

@media (max-width: 767px) {
  .cmn_h2_01_bl {
    margin-bottom: 10px;
  }
  .cmn_h2_01_bl > span {
    font-size: 21px;
    padding: 13px 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmn_h2_01_bl > span {
    padding-bottom: 6px;
    padding-top: 14px;
  }
}

/* ------------------------------------ */
/* ▼ content_wrap */
/* ------------------------------------ */
.content_wrap {
  margin-bottom: 60px;
}
#actor .content_wrap {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .content_wrap {
    margin-bottom: 5.85%;
  }
}

/* ------------------------------------ */
/* ▼ s_content */
/* ------------------------------------ */
.s_content {
  padding: 50px 0 30px;
}
.s_content {
  background: url(../image/bg-contents01.png);
  background-size: 50px;
}
@media (max-width: 767px) {
  .s_content {
    padding: 6% 10px 5%;
  }
}


/* ------------------------------------ */
/* ▼ txt_intro */
/* ------------------------------------ */
.txt_intro {
  margin: 0 auto 25px;
  max-width: 750px;
}
@media (max-width: 767px) {
  .txt_intro {
    font-size: 15px;
    margin: 0 auto 15px;
    line-height: 22px;
  }
}

/* ------------------------------------ */
/* ▼ s_box_wrap */
/* ------------------------------------ */
.s_box_wrap {
  margin:  0 auto;
  max-width: 940px;
}

/* ------------------------------------ */
/* ▼ s_box_list */
/* ------------------------------------ */
.s_box_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s_box_list li {
  border: 1px solid #4b3512;
  background: #ffffff;
  margin-bottom: 2.12%;
}
.s_box_list .column1 {
  width: 100%;
}
.s_box_item_thum {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 0;
  width: 100%;
}
.s_box_item_thum_inner {
  display: block;
  text-align: center;
}
.s_box_item_thum img {
  max-width: 100%;
}
.deco .s_box_item_thum img {
  width: 100%;
}
.s_box_list_col2 img {
  max-height: 291px;
}
.s_box_list_col3 img {
  max-height: 291px;
}
.s_box_item_txt {
  background: #e2cd9e;
  color: #000000;
  font-size: 16px;
  text-align: left;
  padding:  8px 32px 7px 12px;
  position: relative;
}
.s_box_item_txt:after {
  background: url(../image/ico-arrow01.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.s_box_list .deco {
  border: none;
  background: none;
  position: relative;
}
.s_box_list .deco-2nd {/*馬具写真用*/
  display: flex;
  align-self: flex-end;
  width: 64.4%;
}
.s_box_list .deco-2nd img {/*馬具写真用*/
  width: 100%;
}
.s_box_list .deco .s_box_item_thum {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 74%;
}
.s_box_list li a {
  display: block;
}

@media (max-width: 767px) {
  .s_box_item_txt {
    font-size: 14px;
    padding:  4px 24px 4px 10px;
  }
  .s_box_list li:nth-child(2n-1).deco {
    display: none;
  }
  .s_box_list li.deco + .deco {
    display: none;
  }
  .s_box_item_txt:after {
    height: 30px;
    width: 30px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .s_box_item_thum img {
    max-width: none;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ s_box_list_col1 */
/* ------------------------------------ */
.s_box_list_col1 li {
  width: 100%;
}
.s_box_list_col1 li .s_box_item_txt {
  padding-left: 28px;
}

@media (max-width: 767px) {
  .s_box_list_col1 li .s_box_item_txt {
    padding-left: 10px;
  }
}

/* ------------------------------------ */
/* ▼ s_box_list_col2 */
/* ------------------------------------ */
.s_box_list_col2 {
  margin: 0 auto;
  max-width: 900px;
}
.s_box_list_col2 li {
  width: 48.88%;
}
.s_box_list_col2 li.deco .s_box_item_thum {
  width: 50%;
}

@media (max-width: 767px) {
  .s_box_list_col2 li {
    width: 48.94%;
  }
}
@media (max-width: 414px) {
  .s_box_list_col2 li.deco .s_box_item_thum {
    width: 70%;
  }
}

/* ------------------------------------ */
/* ▼ s_box_list_col3 */
/* ------------------------------------ */
.s_box_list_col3 li {
  width: 31.91%;
}
@media (max-width: 767px) {
  .s_box_list_col3 li {
    width: 48.94%;
  }
}

/* ------------------------------------ */
/* ▼ bnr_area */
/* ------------------------------------ */
.bnr_area {
  margin-top: 40px;
  text-align: center;
}
.bnr_area_txt {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .bnr_area {
    margin: 10px 10px 0;
  }
}

/* ------------------------------------ */
/* ▼ br改行*/
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

/*  WEB2TCI-15621 adj_portraitのclass追加
------------------------------------------*/
/* 次のnth-of-typeが.s_box_list_col2 li全要素にかかるため指定 */
@media screen and (min-width: 768px) {
  .s_box_list_col2 li {
    overflow: hidden;
  }
  .s_box_list_col2 li a {
    width: 100%;
  }
  .s_box_list_col2 li:nth-of-type(even) a {
    float: left;
  }
  .s_box_list_col2 li:nth-of-type(odd) a {
    float: right;
  }
  .s_box_list_col2 li.adj_portrait a {
    width: 78%;
  }
}

/* 可変バナー個別調整：皇室・皇族浮世絵、明治天皇浮世絵 */
.cmn_text_bnr .has_text .bnr_txt.w_70 {
  width: 70%;
}

/* 隙間画像対応 */
.s_box_list_col2 li:nth-of-type(2n) + li.deco {
  display: none;
}