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

title : 【刀剣ワールド】著名刀工・刀匠名鑑
scope : 【刀剣ワールド】著名刀工・刀匠名鑑

memo：

modify : 2021/01/22 TCI_uesugi KVの（工事中）を共通化

2021/01/19 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
2020/11/17 TCI_福岡_yoneshima css共通化対応 修正
2020/10/20 TCI_福岡_yoneshima css共通化対応
2020/10/08 TCI_福岡_uesugi グレーボタンcss変更
2020/09/16 319_shimizu Youtube動画掲載用Class追加
2020/07/31 TCI福岡_sakaguchi／WEB2TCI-12656 帝室技芸員,人間国宝から刀工を探すを追加、50音のレイアウト修正
2020/06/05 TCI福岡_eguchi／WEB2TCI-12365 「50音から探す」に「一覧で見る」を追加
2020/06/05 TCI福岡_eguchi／WEB2TCI-12365 「50音から探す」に「一覧で見る」を追加
2020/06/05 TCI福岡／WEB2TCI-11763
2020/05/12 TCI_kajihara 管理画面からのバナー追加用のスタイル追加
2020/04/15 TCI福岡_sakaguchi バナー追加
2020/03/30 TCI福岡_sakaguchi ページャー、h2見出し修正
2019/10/07 TCI福岡_uesugi 「著名刀工名鑑」コンテンツ／新規作成

========================================================== */
.cmn_under_construction {
  position: relative;
}
.cmn_under_construction::after {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform:translateX(-50%) ;
  transform: translateX(-50%);
}
@media (max-width:767px) {
  .cmn_h1_sitetop_name {
    margin-top: 7%;
  }
  .cmn_under_construction::after{
    top: 40%;
  }
}

/* ------------------------------------ */
/* ▼ 共通処理上書き */
/* ------------------------------------ */

@media (min-width: 768px) {
  .cmn_box_item_movie.col01.has_spacer::before {
    left: -125px;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    right: -196px;
  }
  .cmn_box_item_movie.col03{
    background: url(/image_cmn/spacer/img-cmn-spacer-01.png) right 9% bottom 100px no-repeat;
    background-size: 18% auto;
  }
}

/* ▲ 共通処理上書き ここまで */

/* ------------------------------------ */
/* ▼ banner_h1 */
/* ------------------------------------ */
.banner_h1 .txth1 {
  line-height: 1.6;
  font-size: 30px;
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 18px;
    line-height: 16px;
  }
}

/* ------------------------------------ */
/* ▼ breadcrumbs */
/* ------------------------------------ */
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 36px;
  }
}

/* ------------------------------------ */
/* ▼ desc */
/* ------------------------------------ */
.desc {
  margin: 20px auto 0;
  max-width: 770px;
}

.desc p:nth-of-type(n+2) {
  margin-top:1rem;
}

.desc_annotation_list {
  margin: 0 auto;
  max-width: 770px;
  width: 100%;
}

.desc_annotation_list > li {
  font-size: 17px;
  letter-spacing: .075em;
  padding-left: 1em;
  text-indent: -1em;
}

.color_red {
  color: #c92121;
}

@media (max-width: 767px) {
  .desc {
    font-size: 15px;
    margin-top: 15px;
    width: 92%;
  }

  .desc_annotation_list {
    width: 92%;
  }

  .desc_annotation_list > li {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ search_menu */
/* ------------------------------------ */
.search_menu {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  text-align: center;
}

.search_menu ul {
  margin: 0;
  padding-bottom: 0;
}

.search_menu ul li {
  position: relative;
  transition: all .2s;
  vertical-align: top;
}

.search_menu ul li a {
  color: #fff;
  display: block;
  height: 100%;
  text-align: center;
}

.search_menu ul li a::before {
  display: none;
}

.search_menu ul li a::after {
  background: none;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
  height: 0;
  opacity: 1;
  position: absolute;
  bottom: 5px;
  left: auto;
  right: calc(50% - 7px);
  top: auto;
  width: 0;
}

.search_menu ul li a span.search_group {
  border-radius: 19px;
  line-height: 1.6;
  margin: 0 auto 5px;
  padding: 0 5px;
  width: 100%;
}

@media (min-width: 768px) {
  .search_menu {
    margin-top: 33px;
    max-width: 865px;
  }

  .search_menu ul li {
    width: 20%;
  }

  .search_menu ul li a {
    font-size: 20px;
    padding: 12px 10px 20px;
  }

  .search_menu ul li a::after {
    border-width: 8px 7px 0 7px;
  }

  .search_menu ul li a span.search_group {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .search_menu {
    margin-top: 20px;
    width: 92%;
  }

  .search_menu ul {
    width: 100%;
  }

  .search_menu ul li {
    border-left: 1px solid #d6b180;
    width: 50%;
  }

  .search_menu ul li a {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px 15px;
  }

  .search_menu ul li a:after {
    border-width: 6px 5px 0 5px;
  }

  .search_menu ul li:nth-of-type(2) {
    border-top: none;
  }

  .search_menu ul li:nth-child(odd):last-child {
    width: 100%;
  }

  .search_menu ul li a span.search_group {
    display: block;
    font-weight: 600;
    max-width: 155px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .search_menu li a span.search_group {
    line-height: 1;
    padding: 9px 2px 5px;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
.wrap section {
  margin-top: 30px;
}

/* ------------------------------------ */
/* ▼ title_h2cmn */
/* ------------------------------------ */
.country_wrap .cmn_h2_01 > span {
  background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/bg-detail01.jpg) repeat;
}

@media (min-width: 768px) {
  .wrap .title_h2cmn {
    max-width: 820px;
  }

  .country_wrap #anchor_yamato.title_h2cmn::before,
  .country_wrap #anchor_yamasiro.title_h2cmn::before,
  .country_wrap #anchor_bizen.title_h2cmn::before,
  .country_wrap #anchor_sosyu.title_h2cmn::before,
  .country_wrap #anchor_mino.title_h2cmn::before {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 106px;
  }

  .country_wrap #anchor_yamato.title_h2cmn::before {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/ttl-yamato-label.jpg) no-repeat left center;
  }

  .country_wrap #anchor_yamasiro.title_h2cmn::before {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/ttl-yamasiro-label.jpg) no-repeat left center;
  }

  .country_wrap #anchor_bizen.title_h2cmn::before {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/ttl-bizen-label.jpg) no-repeat left center;
  }

  .country_wrap #anchor_sosyu.title_h2cmn::before {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/ttl-sosyu-label.jpg) no-repeat left center;
  }

  .country_wrap #anchor_mino.title_h2cmn::before {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/ttl-mino-label.jpg) no-repeat left center;
  }

  .country_wrap .title_h2cmn > span {
    padding: 14px 130px;
  }

  .country_wrap .title_h2cmn > span > span {
    letter-spacing: 0;
  }
}

/* ------------------------------------ */
/* ▼ box_search_country */
/* ------------------------------------ */
.box_search_country .anchor_cmn {
  margin-top: 30px;
  max-width: 820px;
}

.box_search_country .cmn_anchor {
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 820px;
}

.box_search_country .anchor_cmn ul li a span {
  font-weight: 600;
}

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

/* country_wrap */
.bg_lightgreen::before {
  display: none;
}

@media (min-width: 768px) {
  .bg_lightgreen {
    padding: 30px 40px;
  }

  .country_wrap .country:first-child {
    margin-top: 0;
  }

  .country_wrap .country {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .bg_lightgreen {
    padding: 20px 15px 25px;
  }

  .country_wrap .country {
    margin-top: 40px;
  }

  .country_wrap .country:first-child {
    margin-top: 0;
  }
}

/* artisan_list */
@media (min-width: 768px) {
  .artisan_list_outer {
    margin-top: 20px;
  }

  .artisan_list_outer ul {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .artisan_list_outer {
    margin-top: 15px;
  }
}

/* item__title */
@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .item__title {
      padding: 6px 20px 1px 12px;
    }

    .item__title p {
      padding-top: 3px;
    }
}

/* anchor_一時対応_201224 */
.anchor_link_box ul li:nth-child(n+4) {
  margin-top: 0;
}

/* ------------------------------------ */
/* ▼ bnr_area */
/* ------------------------------------ */
.bnr_area a {
  display: block;
}

.bnr_area img {
  margin: 0 auto;
  vertical-align: bottom;
}

.bnr_area figcaption {
  color: #000;
  letter-spacing: .06em;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .bnr_area {
    margin: 30px auto 0;
    max-width: 500px;
  }
}

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

/* ------------------------------------ */
/* ▼ Word hiragana */
/* ------------------------------------ */
.box_search_hiragana ul li a span,
.box_search_hiragana ul li .disabled span {
  text-align: center;
}

.wrap section.box_search_hiragana {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wrap section.box_search_hiragana {
    margin-top: 59px;
  }

  .box_search_hiragana ul {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .wrap section.box_search_hiragana {
    margin-top: 30px;
  }

  .box_search_hiragana ul {
    margin-top: 15px;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_search_hiragana ul li a span,
  .box_search_hiragana ul li .disabled span {
    padding-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ box_search_free */
/* ------------------------------------ */
.wrap section.box_search_free hr {
  border-color: #a20000;
  border-width: 2px;
  width: 75%;
  margin: 35px auto;
}

.bnr_line2 {
  margin: 0 1% 20px;
}

@media (min-width: 768px) {
  .wrap section.box_search_free {
    margin-top: 42px;
  }

  .search_form_inner input {
    font-size: 18px;
    width: 250px;
  }

  .search_form_inner button {
    height: 40px;
    width: 90px;
  }
}

@media (max-width: 767px) {
  .wrap section.box_search_free {
    margin-top: 30px;
    padding: 0 10px;
  }

  .search_form_area {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/bg-search.jpg) no-repeat center;
    background-size: cover;
    height: 106px;
    margin: 20px auto 0;
    width: 100%;
    border: 1px solid #d6b180;
  }

  .search_form_frame .search_form_inner {
    height: 45px;
    top: 30px;
    width: 85.65%;
  }

  .search_form_frame .search_form_inner input {
    font-size: 17px;
    width: 80%;
  }

  .search_form_frame .search_form_inner button {
    height: 45px;
    width: 20%;
  }

  .search_form_frame .search_form_inner button span {
    font-size: 15px;
    line-height: 45px;
  }
}

@media (max-width: 413px) {
  .search_form_frame .search_form_inner input {
    font-size: 15px;
  }

  .search_form_frame .search_form_inner button span {
    background-size: 12px 12px;
    padding-left: 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .box_seo {
    margin-top: 40px;
  }
}

/* ------------------------------------ */
/* ▼ sword-artisan */
/* ------------------------------------ */
@media (max-width: 767px) {
  .search_result_heading_wrap {
    padding: 0 10px;
  }

  .search_result_heading {
    margin: 0 auto;
  }

  .search_result_heading h1 span {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_result_list */
/* ------------------------------------ */
.cmn_word_result_list_item {
  margin-bottom: 0;
  padding: 25px 29px 20px;
}

.cmn_word_result_list_title_sub {
  margin-bottom: 0;
  padding-left: 26px;
}

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

@media (max-width: 413px) {
  .cmn_word_result_list_item {
    padding: 20px 15px;
  }
}

/* -- content_link_btn_wrap -- */
.content_link_btn_wrap {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .content_link_btn_wrap {
    margin-top: 23px;
    max-width: 255px;
  }

  .content_link_btn_wrap .cmn_link_btn_text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .content_link_btn_wrap {
    margin-top: 20px;
    text-align: center;
  }

  .content_link_btn_wrap .cmn_link_btn {
    display: inline-block;
    min-width: 160px;
    width: auto;
  }
}

/* ------------------------------------ */
/* ▼ page_skip */
/* ------------------------------------ */
.page_skip {
  margin-bottom: 0;
}

.page_skip_box {
  font-size: 0;
  letter-spacing: 0;
  margin: 30px auto 0;
  max-width: 780px;
  text-align: center;
}

.page_skip li {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .page_select_menu {
    left: 2px;
  }
}

@media (max-width: 767px) {
  .page_select_menu {
    left: 0;
  }
}

/* ------------------------------------ */
/* ▼ detail */
/* ------------------------------------ */
/* banner_h1 */
.banner_h1.detail {
  text-align: left;
}

.banner_h1.detail em {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 1.5px 8px;
}

.banner_h1.detail em.type01 {
  background: #395231;
}

.banner_h1.detail .txth1 {
  left: 0;
  letter-spacing: .06em;
  position: relative;
  transform: none;
}

@media (min-width: 768px) {
  .banner_h1.detail {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/mv-detail-main-pc.jpg) no-repeat;
    max-height: 152px;
  }

  .banner_h1.detail em {
    font-size: 21px;
    margin-top: 27px;
    margin-left: 40px;
  }

  .banner_h1.detail .txth1 {
    font-size: 35px;
    padding: 8px 20px 28px 40px;
    text-shadow: 0 0 10px #000;
  }
}

@media (max-width: 767px) {
  .banner_h1.detail {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/mv-detail-main-sp.jpg) no-repeat left bottom;
    background-size: cover;
    padding: 0;
    width: calc(100% - 20px);
  }

  .banner_h1.detail em {
    font-size: 14px;
    margin-top: 17px;
    margin-left: 12px;
  }

  .banner_h1.detail .txth1 {
    font-size: 24px;
    padding: 8px 12px 12px;
    text-shadow: 0 0px 10 #000;
    line-height:1;
  }
}

/* ------------------------------------ */
/* ▼ back_top */
/* ------------------------------------ */
.back_top {
  text-align: right;
}

.back_top .cmn_link_btn {
  display: inline-block;
  min-width: 208px;
  width: auto;
}

@media (min-width: 768px) {
  .back_top {
    margin-top: 15px;
  }

  .back_top .cmn_link_btn_text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .back_top {
    margin-top: 5px;
    padding: 0 10px;
  }

  .back_top .cmn_link_btn_text {
    font-size: 15px;
    padding: 4px 11px 4px 2px;
  }
}

/* ------------------------------------ */
/* ▼ detail_list_wrap */
/* ------------------------------------ */
.detail_list_item .disc_img {
  margin: 0 auto;
}

.detail_list_item .disc_img img {
  border: 1px solid #888888;
  vertical-align: bottom;
}

.disc_img .disc_img_cap {
  color: #821e7f;
  letter-spacing: .06em;
  text-align: center;
}

.detail_list_item .cmn_link_btn_text {
  font-size: 15px;
}

.detail_list_item .detail_link_wrap {
  margin: 20px auto 0;
}

.detail_list_item .sc_search_sword_list_wrap {
  margin: 4px auto 0;
}

.detail_list_item .sc-sword-dt,
.detail_list_item .sc-sword-dd {
  letter-spacing: .06em;
}

.bnr_line .bnr_line2 figure figcaption {
  margin-top: 5px;
  text-align: left;
}

.bnr_line figure {
  margin: 0 auto;
  max-width: 500px;
}

.bnr_line figure figcaption {
  margin-top: 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .detail_content .desc {
    letter-spacing: .07em;
  }

  .detail_list_item .disc_img {
    max-width: 720px;
  }

  .wrap section.detail_list_wrap {
    margin-top: 70px;
  }

  .wrap section.detail_list_wrap:first-of-type {
    margin-top: 50px;
  }

  .detail_list_item {
    margin: 43px auto 0;
    max-width: 722px;
  }

  .detail_list_item:first-child {
    margin-top: 24px;
  }

  .disc_img .disc_img_cap {
    font-size: 17px;
    margin-top: 20px;
  }

  .detail_list_item .sc-sword-dd {
    line-height: 1.7;
    min-height: 108px;
  }

  .detail_list_item .detail_link_wrap {
    max-width: 255px;
  }
}

@media (max-width: 767px) {
  section.detail_content {
    margin-top: 20px;
    padding: 0 10px;
  }

  .wrap section.detail_list_wrap {
    margin-top: 35px;
  }

  .detail_list_item {
    margin: 30px auto 0;
  }

  .detail_list_item .disc_img {
    max-width: 500px;
  }

  .detail_list_item:first-child {
    margin-top: 20px;
  }

  .disc_img .disc_img_cap {
    font-size: 16px;
    margin-top: 10px;
  }

  .detail_list_item .detail_link_wrap {
    max-width: 250px;
  }
}

.detail_list_item_ttl_wrap {
  position: relative;
  padding-top: 6px;
}
.detail_list_item_ttl_wrap .cmn_h4_01_inner {
  padding-right: calc(157px + 10px);
}
.detail_list_item_ttl_wrap .acc_img_btn {
  max-width: 157px;
  position: absolute;
  top: 0;
  right: 0;
}
.acc_img_btn.btn_close {
  max-width: 94px;
  margin-left: auto;
  margin-right: 0;
}
.acc_img_btn .cmn_link_btn_text {
  font-size: 14px;
  padding: 0;
}
.btn_close.is_hide,
.js_acc_img_btn_wrap.is_hide,
.js_acc_img.is_hide {
  display: none;
}

@media (max-width: 767px) {
  .detail_list_item_ttl_wrap {
    max-width: 96%;
    margin: 0 auto;
  }
}

/* ------------------------------------ */
/* ▼ koshirae */
/* ------------------------------------ */
@media (min-width: 768px) {
  .sc_search_sword_list_wrap.koshirae {
    max-width: 361px;
  }

  .sc_search_sword_list_wrap.koshirae .sc_search_sword_list {
    width: 50%;
  }

  .detail_list_item .sc-sword-dd {
    min-height: 85px;
  }

  .sc_search_sword_list dd {
    padding: 8px 14px;
  }
}

/* ------------------------------------ */
/* ▼ map__image */
/* ------------------------------------ */
.detail_list_wrap .map__image {
  max-width: 540px;
  margin: 24px auto 0;
}

@media (max-width: 767px) {
  .detail_list_wrap .map__image {
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ box_diff */
/* ------------------------------------ */
.box_diff {
  background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/bg-detail02.jpg) repeat;
}

.box_diff .box_h3cms_border {
  margin: 0 auto;
  position: relative;
}

.box_diff .box_h3cms_border .title_h3cms {
  max-width: 919px;
  width: 100%;
}

.box_diff .list {
  margin: 10px auto 0;
}

.box_diff .list .item_ttl a {
  display: block;
  color: #0d53de;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.box_diff .list .item_img {
  border: solid 1px #888;
  display: block;
  margin-top: 10px;
}

.box_diff .list .desc {
  font-size: 14px;
  height: 60px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .box_diff {
    margin-top: 42px;
    padding: 39px 0 40px;
  }

  .box_diff .box_h3cms_border {
    max-width: 918px;
  }

  .box_diff .list {
    max-width: 944px;
    padding-bottom: 35px;
  }

  .box_diff .item {
    padding: 0 12px;
  }

  .box_diff .list .item_ttl a:hover {
    color: #a92121;
  }

  .box_diff .slick-arrow {
    top: 36%;
  }
}

@media (max-width: 767px) {
  .box_diff {
    margin-top: 30px;
    padding: 20px 10px 60px;
  }

  .box_diff .list {
    padding: 0 25px 10px;
  }

  .box_diff .item {
    padding: 0 5px;
  }

  .box_diff .list .item_ttl {
    background: #fff;
    margin-bottom: 0;
    padding: 8px 13px 13px;
  }

  .box_diff .list .item_ttl a {
    font-size: 15px;
    font-weight: normal;
    min-height: 42px;
    white-space: normal;
  }

  .box_diff .next {
    right: 8px;
  }

  .box_diff .prev {
    left: 8px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box_diff .list .item_ttl a {
    padding-top: 3px;
  }
}

/* ------------------------------------ */
/* ▼ detail .bnr_area */
/* ------------------------------------ */
.bnr_area.detail ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .bnr_area.detail {
    margin: 50px auto 0;
    max-width: 894px;
  }

  .bnr_area.detail li {
    max-width: 424px;
    width: 50%;
  }

  .bnr_area.detail li:nth-child(odd) {
    padding: 0 5px 0 10px;
  }

  .bnr_area.detail li:nth-child(even) {
    padding: 0 10px 0 5px;
  }

  .bnr_area.detail li:nth-child(n+3) {
    margin-top: 22px;
  }

  .bnr_area.detail figcaption {
    margin-top: 10px;
    letter-spacing: .01em;
  }
}

@media (max-width: 767px) {
  .bnr_area.detail li:nth-child(n+2) {
    margin-top: 20px;
  }
}

/*iPad用 200330_TCI福岡_sakaguchi*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  /*アンカーリンク*/
  .search_menu li:hover {
    background: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/bg-search-menu.png) repeat top left;
  }

  .anchor_cmn ul li a:hover {
    background-image: url(/wp/wp-content/themes/wp-templ/image_cmn/anchor/anchor_bg.png);
  }

  /*50音*/
  .box_search_hiragana ul li a:not(.disabled):hover {
    background-image: url(/wp/wp-content/themes/wp-templ/sword-artisan-directory/image/bkg-word.png);
  }

  .artisan_pick_hiragana li:not(.red):not(.yl) a:hover {
    opacity: 1;
  }

  /*ページャー*/
  .page_count_box a:hover {
    background: #fff;
    color: #4250dc;
  }

  .p_tonext a:hover {
    color: #fff;
    display: block;
    font-weight: 600;
    line-height: 34px;
    width: 96px;
  }

  .p_tonext.prevp a:hover {
    background: none;
    color: #0000ff;
    font-weight: normal;
  }

  .p_tonext a:hover {
    background: none;
    color: #0000ff;
    font-weight: normal;
  }

  .page_select_menu a:hover {
    background: #fff;
    color: #1d558d;
  }
}

/* 200415 TCI福岡_sakaguchi WEB2TCI-10709 バナー追加分*/
.country .bnr_line {
  margin-top: 30px;
}

.country .bnr_line figure {
  margin: 0 auto;
  max-width: 500px;
}

.country .bnr_line figure a {
  display: block;
}

.country .bnr_line figure figcaption {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .country .bnr_line figure {
    max-width: 464px;
    padding: 0 7px;
  }
}

/* バナーキャプション行間調整 */
.bnr_line {
  line-height: 1.42857143;
}

/* ------------------------------------ */
/* ▼ post number */
/* ------------------------------------ */
.post_number_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 0;
  max-width: none;
  width: auto;
}

.post_number_wrap > dl {
  border: solid 2px #c5aa87;
  display: flex;
  flex-wrap: wrap;
}

.post_number_wrap > dl > dt,
.post_number_wrap > dl > dd {
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: .4em 0;
}

.post_number_wrap > dl > dt {
  background: #000;
  color: #fff;
  width: 164px;
}

.post_number_wrap > dl > dd {
  letter-spacing: .06em;
  width: 200px;
}

.post_number_wrap > dl > dd.post_number_scheduled {
  /* 予定数がある場合 */
  width: 350px;
}

.post_number_wrap .post_number_scheduled_text {
  display: inline-block;
  letter-spacing: .05em;
  margin-left: .6em;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .post_number_wrap > dl > dt,
  .post_number_wrap > dl > dd {
    padding: .5em 0 .3em;
  }
}

@media (min-width: 768px) {
  .post_number_wrap > dl > dt,
  .post_number_wrap > dl > dd {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .post_number_wrap {
    margin-top: 20px;
  }

  .post_number_wrap > dl {
    max-width: 280px;
    width: 100%;
  }

  .post_number_wrap > dl > dt {
    letter-spacing: .01em;
    width: 100%;
  }

  .post_number_wrap > dl > dd,
  .post_number_wrap > dl > dd.post_number_scheduled {
    letter-spacing: .01em;
    width: 100%;
  }

  .post_number_wrap > dl > dd.post_number_scheduled {
    line-height: 1.4;
  }

  .post_number_wrap .post_number_scheduled_text {
    margin: 0;
  }
}

/* ------------------------------------ */
/* ▼ 200731 TCI_福岡 sakaguchi */
/* ------------------------------------ */
.wrap section.box_search_technician,
.wrap section.box_search_treasure {
  margin-top: 60px;
}

.box_search_technician .artisan_list_outer,
.box_search_treasure .artisan_list_outer {
  margin-top: 25px;
}

@media (max-width: 767px) {

  .wrap section.box_search_technician,
  .wrap section.box_search_treasure {
    margin-top: 30px;
    padding: 0 10px;
  }

  .box_search_technician .artisan_list_outer,
  .box_search_treasure .artisan_list_outer {
    margin-top: 20px;
  }
}

/* ------------------------------------ */
/* ▼ link button */
/* ------------------------------------ */
.btn_blcok {
  margin: 15px auto 0;
  max-width: 330px;
  width: 100%;
}

.btn_blcok .cmn_link_btn {
  padding: 0;
  width: 91%;
}

.update_btn_wrap:not(.is_show) {
  display: none;
}

.btn_blcok .cmn_link_btn_text {
  padding: 7px 11px 7px 2px;
}

.btn_blcok .cmn_link_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-width: 6px 4px 0 4px;
  right: 5px;
  top: calc(50% - 3px);
}

@media (max-width: 767px) {
  .btn_blcok {
    max-width: 255px;
  }

  .btn_blcok .cmn_link_btn_text {
    font-size: 15px;
    padding-top: 9px;
  }

  .btn_blcok .cmn_link_btn_text::after {
    border-width: 6px 4px 0 4px;
    top: calc(50% - 2px);
  }

  .update_info_list_block {
    overflow: hidden;
  }

  .update_btn:not(.is_open) .opened_text {
    display: none;
  }

  .update_btn.is_open .closed_text {
    display: none;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .btn_blcok .cmn_link_btn_text {
    padding-bottom: 6px;
    padding-top: 10px;
  }
}

/*------video------*/
.museum__detail section {
  overflow: hidden;
}

.box_s .box__title {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/bkg_title_top.jpg) no-repeat top center;
  color: #fff;
  display: table;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 600;
  height: 60px;
  margin: 0 auto 5px;
  padding-top: 19px;
  position: relative;
  text-align: center;
  width: 100%;
}

.box_s .box__title:before {
  background: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.box_s .box__title > span > span {
  display: inline-block;
  max-width: 550px;
  padding: 2px 35px 0;
  position: relative;
}

.box_s .box__title > span {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/bkg_title_bottom.png) no-repeat bottom center;
  display: table-cell;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.box_s .box__title > span > span {
  display: inline-block;
  max-width: 550px;
  padding: 2px 35px 0;
  position: relative;
}

.box_s .box__title > span > span:after,
.box_s .box__title > span > span:before {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box_s .box__title > span > span:after {
  left: auto;
  right: 0;
}

.box__video__content {
  font-size: 0;
  position: relative;
  text-align: center;
}

.box__video__content a:hover {
  opacity: 0.5;
}

.box__video__content:before {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/bkg_video_l.png) no-repeat;
  bottom: 10px;
  content: '';
  display: block;
  height: 243px;
  left: -125px;
  position: absolute;
  top: 0;
  width: 266px;
}

.box__video__content a {
  display: inline-block;
  position: relative;
  max-width: 320px;
  margin: 15px 0 0;
}

.box__video__content a:before {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/ico_play.png) no-repeat;
  content: '';
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  width: 80px;
}

.box__video__content:after {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/bkg_video_r.png) no-repeat;
  bottom: 0;
  content: '';
  display: block;
  height: 215px;
  left: auto;
  position: absolute;
  right: -196px;
  width: 393px;
}

.s_box_list_col1 .box__video__content:after,
.s_box_list_col1 .box__video__content:before {
  content: none;
}

@media (max-width: 767px) {
  .box_s .box__title {
    background: url(/wp/wp-content/themes/wp-templ/tips/image/title_photo_sp_t.png) no-repeat top center;
    display: block;
    font-size: 16px;
    letter-spacing: 0.95px;
    height: auto;
    margin: 0 -5px 5px;
    padding-top: 10px;
    width: auto;
  }

  .box_s .box__title:before {
    background: none;
  }

  .box_s .box__title > span {
    background: url(/wp/wp-content/themes/wp-templ/tips/image/title_photo_sp_b.png) no-repeat bottom center;
    display: block;
    padding-bottom: 10px;
  }

  .box_s .box__title > span > span {
    line-height: 1.3;
    max-width: 260px;
    padding: 3px 25px 1px;
  }

  .box_s .box__title > span > span:before,
  .box_s .box__title > span > span:after {
    background-size: 100%;
    height: 14px;
    margin-top: -7px;
    width: 22px;
  }

  .box__video__content:before,
  .box__video__content:after {
    background: none;
  }

  .box__video__content a:before {
    background-size: 100%;
    height: 58px;
    margin: -29px 0 0 -29px;
    width: 58px;
  }
}

@media (max-width: 413px) {
  .box_tips_detail .box_s .wcm {
    padding: 18px 5px 0;
  }

  .box_s .box__title {
    margin: 0 -30px 5px;
  }
}

/*tips video／2列表示[追加]*/
.box__video.box_s .box_caption {
  font-size: 16px;
  margin: 15px 0 0 0;
}

.box__video__content.movie_2line:before {
  left: -271px;
}

.box__video__content.movie_2line:after {
  right: -341px;
}

.box__video__content ul {
  display: flex;
  width: 700px;
  justify-content: center;
  margin: auto;
}

.box__video__content ul li {
  margin: 0 30px 0 0;
}

.box__video__content ul li:last-child {
  margin-right: 0;
}

.box__video__content ul li a {
  max-width: 300px;
}

@media (max-width: 767px) {
  .box__video.box_s .box_caption {
    font-size: 1.5rem;
    margin: 0;
  }

  .box__video__content.movie_2line ul {
    width: 90%;
    flex-wrap: wrap;
  }

  .box__video__content.movie_2line ul li {
    margin: 10px 0 0 0;
  }
}

/*------video_end------*/

/* ------------------------------------ */
/* ▼ TCI福岡_sakaguchi バナー共通化対応 */
/* ------------------------------------ */
@media (min-width: 768px) {
  /* sword-artisan-top.php */
  .bnr_mutual_article .cmn_bnr_area.col02.col02_bnr_01 .has_text .bnr_txt {
    width: 91%;
  }
  /* single-sword-artisan.php */
  .bnr_area_single_sword_artisan .cmn_bnr_area.col02.col02_bnr_01 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  /* sword-artisan-top.php */
  .bnr_mutual_article .cmn_bnr_area.col02.col02_bnr_01 {
    max-width: 345px;
    width: 90%;
    padding: 0;
  }
  /* single-sword-artisan.php */
  .bnr_area_single_sword_artisan .cmn_bnr_area.col02.col02_bnr_01 {
    max-width: 320px;
    margin-top: 25px;
  }
}

.cmn_h3_01_border {
  width: 100%;
  max-width: 530px;
}
.relational_title_box::before {
  background: none;
}