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

title : 甲冑用語集【刀剣ワールド】

memo：

last modify : 2022/03/10 WEB2TCI-26347_tanaka タイトル改行修正

2021/11/18 WEB2TCI-24695_igarashi タイトルタグ修正
2021/07/20 tanaka もっと見るボタン追加
2021/05/27 TCI_igarashi テキスト回り込み修正
2021/04/23 319_shimizu 詳細リンクボタン／サイズ修正
2020/12/08 TCI_福岡_Yomeshima css共通化
2020/10/08 TCI_福岡_uesugi グレーボタンcss変更
2020/09/30 TCI_福岡_Yomeshima 刀剣用語集・甲冑用語集css共通化

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

/* ------------------------------------ */
/* ▼ 共通上書き */
/* ------------------------------------ */
.cmn_h1_sitetop_name {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .box_result_title .cmn_h1_sitetop_name {
    text-align: left;
    width: auto;
  }
}

/* Search page */
@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 15px auto;
  }
}

/* ------------------------------------ */
/* ▼ box_word__heading */
/* ------------------------------------ */
.box_word__heading {
  font-size: 0;
  position: relative;
  width: 100%;
}

.box_word__heading--inner {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.box_word__heading h1 {
  color: #000;
  letter-spacing: 1.7px;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgba(252, 246, 220, 1), 1px 0px 8px rgba(252, 246, 220, 1), 1px 1px 8px rgba(252, 246, 220, 1), 0px 1px 8px rgba(252, 246, 220, 1), -1px 0px 8px rgba(252, 246, 220, 1), 0px -1px 8px rgba(252, 246, 220, 1), -1px -1px 8px rgb(252, 246, 220, 1), 1px -1px 8px rgba(252, 246, 220, 1), -1px 1px 8px rgba(252, 246, 220, 1);
}

.box_word__heading span:not(.cmn_h1_sitetop_name) {
  color: #76441B;
  letter-spacing: 1px;
}

.box_word__heading span.cmn_h1_sitetop_name{
  color: #000;
  padding: 0;
  vertical-align: middle;
}

.box_word__heading span::before,
.box_word__heading span::after {
  background: #76441B;
}

@media (max-width: 767px) {
  .box_word__heading .box_word__heading--inner h1 {
    letter-spacing: 0;
  }

  .box_word__heading .box_word__heading--inner span {
    line-height: 1;
    letter-spacing: 0;
    padding: 0 25px;
  }

  .box_word__heading span::before,
  .box_word__heading span::after {
    width: 24px;
  }
}

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

  .box_word__list--item:after {
    clear: both;
    content: "";
    display: table;
  }
}

/* -- box_word__list--item item__content -- */
@media (max-width: 767px) {
  .box_word__list--item .item__content {
    padding: 0 5px;
    top: 0;
  }

  .box_word__list--item .item__content:after {
    clear: both;
    content: "";
    display: table;
  }

  .box_word__list--item .item__content img {
    float: left;
  }

  .box_word__list--item .item__content p {
    font-size: 17px;
    letter-spacing: .04em;
    line-height: 26px;
    margin-bottom: 22px;
    clear: both;
  }
}

/* -- box_word__list--item cmn_word_list_block_wrap -- */
.box_word__list--item .cmn_word_list_block {
  width: 100%;
}

.box_word__list--item .cmn_word_list_block_item img {
  border: 1px solid #b3b3b3;
  border-top: none;
}

@media (max-width: 767px) {
  .box_word__list--item .cmn_word_list_block_wrap {
    margin: 0 -10px;
    padding: 30px 30px 35px;
    width: auto;
  }

  .box_word__list--item .cmn_word_list_block_item {
    padding: 0 5px;
  }
}

/* ------------------------------------ */
/* ▼ description_explanation_sec */
/* ------------------------------------ */
/* -- d_title -- */
.d_title_type01 {
  display: table;
  height: 41px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin: 5px auto 13px;
  max-width: 890px;
  position: relative;
  text-align: center;
  width: 100%;
}

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

.d_title_type01 > span {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bg-title01.png") no-repeat 49.5% center;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.d_title_type01 > span > span {
  display: inline-block;
  max-width: 376px;
  padding: 2px 25px 0;
  position: relative;
}

.d_title_type01 > span > span::before,
.d_title_type01 > span > span::after {
  background-image: url("/wp/wp-content/themes/wp-templ/word-armor/image/ico-title01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: "";
  display: block;
  width: 19px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.d_title_type01 > span > span::before {
  left: 0;
}

.d_title_type01 > span > span::after {
  right: 0;
}

.d_title_type01.d_title_long {
  font-size: 18px;
}

.d_title_type01.d_title_long > span > span {
  padding: 2px 30px 0;
}

.d_title_type01.d_title_long {
  font-size: 18px;
}

.d_title_type01.d_title_long > span {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bg-title01-long.png") no-repeat 50% center;
  background-size: 420px;
}

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

  .d_title_type01::before {
    height: 0;
    width: calc(100% - 20px);
  }

  .d_title_type01 > span,
  .d_title_type01.d_title_long > span {
    background-image: url("/wp/wp-content/themes/wp-templ/word-armor/image/bg-title01-sp.png");
    background-size: auto;
  }

  .d_title_type01.d_title_long > span > span {
    padding: 2px 25px 0;
  }
}

/* -- description_explanation -- */
.description_explanation_col.img_col_c {
  margin: 0 auto;
}

.description_explanation_col.img_col_c .content__img {
  font-size: 0;
  max-width: 890px;
  margin: 32px auto 34px;
  width: 100%;
}

.description_explanation_wrap .content__lead {
  margin: 10px auto 18px;
  max-width: 790px;
  text-align: center;
}

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

  .description_explanation_wrap {
    margin: 30px auto 0;
    padding: 0 10px;
  }

  .description_explanation_wrap .content__lead {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
  }

  .description_explanation_col.img_col_l,
  .description_explanation_col.img_col_c {
    margin: 0 auto;
  }

  .description_explanation_col.text_col_r,
  .description_explanation_col.text_col_c {
    margin: 20px 0 auto;
    max-width: 100%;
  }

  .description_explanation_wrap .content__text {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__archive */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box_word__archive .box_txt_1 {
    letter-spacing: 0;
    margin: 17px auto;
    padding: 0 15px;
  }

  .box_word__archive .box_txt_2 {
    margin: 10px auto 15px;
    max-width: none;
    width: 100%;
  }
}

/* -- spacer -- */
.box_word__list--item .cmn_word_list_block .spacer img {
  border: none;
}

/* -- btn_return -- */
.btn_return .cmn_link_btn {
  width: 280px;
}

/* ------------------------------------ */
/* ▼ box_word__hiragana */
/* ------------------------------------ */
.box_word__hiragana ul li a {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bkg_word.png") no-repeat center;
  color: #76441B;
}

@media (max-width: 767px) {
  .box_word__hiragana {
    margin-bottom: 33px;
  }

  .box_word__hiragana .box_txt_3 {
    margin: 12px auto 16px;
  }

  .box_word__hiragana ul li a:hover,
  .box_word__hiragana ul li a,
  .box_word__hiragana ul li .disabled {
    background: url("/wp/wp-content/themes/wp-templ/word-armor/image/sp/bkg_word.png") no-repeat center;
    background-size: 100%;
    height: 45px;
    width: 100%;
  }

  .box_word__hiragana ul li .disabled {
    background-image: url("/wp/wp-content/themes/wp-templ/word-armor/image/sp/bkg_word_d.png");
  }
}

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

@media (max-width: 767px) {
  .box_word__search h2 {
    margin-bottom: 0;
  }

  .box_word__search .box_txt_4 {
    margin: 14px auto 18px;
  }

  .box_word__search .box_search_name__frame .inner {
    overflow: hidden;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_result_list */
/* ------------------------------------ */
.cmn_word_result_list_item .content a.inline {
  display: inline;
}

@media (max-width: 767px) {
  .cmn_word_result_list_item .label {
    margin-bottom: 8px;
    position: static;
  }
  .cmn_word_result_list_item .content a.cmn_link_btn {
    margin-bottom: 20px;
  }
  .cmn_word_result_list_item h2 span {
    padding-right: 0;
  }
}

/* ------------------------------------ */
/* ▼ box_word__result */
/* ------------------------------------ */
/* -- box_word__result -- */
@media (min-width: 768px) {
  .box_word__result {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .box_word__result {
    padding-bottom: 15px;
  }
}

/* -- box_word__result page_skip -- */
@media (max-width: 767px) {
  .box_word__result .page_skip {
    margin-bottom: 30px;
  }
}

/* -- content__sub -- */
.content__sub .cmn_link_btn {
  display: flex;
  /* margin-bottom: 30px; */
  max-width: 200px;
}
.word-armor .content__sub .cmn_link_btn {
  max-width: 200px;
}

.content__sub .cmn_link_btn_inner {
  width: 100%;
}

@media (max-width: 767px) {
  .content__sub .cmn_link_btn {
    margin-bottom: 0;
    max-width: 68%;
  }
}

/* ------------------------------------ */
/* ▼ box_word__all */
/* ------------------------------------ */
/* -- box_word__all box_word__list -- */
.box_word__all .box_word__list--item .item__title {
  line-height: 1.1;
}

.box_word__all .box_word__list--item .item__title::after {
  margin-top: -8px;
}

@media (max-width: 767px) {
  .box_word__all .box_word__list--item {
    padding: 0;
  }

  .box_word__all .box_word__list--item .cmn_word_list_block_wrap {
    margin: 0;
    padding: 30px 0 35px;
  }

  .box_word__all .box_word__list--item .cmn_word_list_block {
    width: 86%;
  }

  .box_word__all .box_word__list--item .cmn_word_list_block_item {
    padding: 0 7px;
  }

  .box_word__all .box_word__list--item .item__title .item__hd {
    font-size: 18px;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_search_block */
/* ------------------------------------ */
.word-armor .cmn_word_search_block_list li.first a {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bkg_word_gold.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #000;
}

.word-armor .cmn_word_search_block_list li a {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bkg_word.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #76441B;
}

.word-armor .cmn_word_search_block_list li.yl a {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bkg_word_yl.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
  pointer-events: none;
  text-shadow: none;
}

.word-armor .cmn_word_search_block_list li.gr > span {
  background: url("/wp/wp-content/themes/wp-templ/word-armor/image/bkg_word_d.png");
  -webkit-background-size: cover;
  background-size: cover;
  color: #FFF;
  opacity: 1;
}

.word-armor .cmn_word_search_block_list li.gr > span::after {
  border: 1px solid #d0cdcd;
}

.word-armor .cmn_word_search_block_list li a::after {
  border: 1px solid #967751;
}

@media (max-width: 767px) {
  .word-armor .cmn_word_search_block_list li.first a {
    font-size: 14px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ box_word__wrapper */
/* ------------------------------------ */
@media (max-width: 767px) {
  .word-detail .box_word__wrapper {
    padding-top: 12px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__list__title */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box_word__list__title {
    padding: 0 10px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ harness_explanation_sec */
/* ------------------------------------ */
/* -- harness_explanation_sec -- */
@media (max-width: 767px) {
  .harness_explanation_sec {
    margin: 5px auto 20px;
    padding: 0 15px;
  }

  .harness_explanation_wrap .content__lead {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
  }

  p.harness_explanation_img {
    margin: 18px auto 30px;
  }
}

/* -- h_title_type01 -- */
@media (max-width: 767px) {
  .h_title_type01::before {
    background-color: #fff;
  }

  .h_title_type01 > span {
    background-image: url("/wp/wp-content/themes/wp-templ/word-armor/image/bg-title01-sp.png");
    background-size: 100%;
    height: 52px;
  }
}

@media (max-width: 360px) {
  .h_title_type01 {
    font-size: 17px;
  }

  .h_title_type01 > span > span {
    padding: 0 23px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__detail */
/* ------------------------------------ */
/* -- box_word__detail box_word__list--item -- */
@media (max-width: 767px) {
  .box_word__detail .box_word__list--item {
    margin-bottom: 40px;
  }
}

/* -- box_word__detail item__title -- */
@media (max-width: 767px) {
  .box_word__detail .box_word__list--item .item__title {
    height: 60px;
    padding: 10px 12px 0;
  }

  .box_word__detail .box_word__list--item .item__title .item__hd {
    font-size: 19px;
    padding: 0;
  }

  .box_word__detail .box_word__list--item .item__title span {
    font-size: 16px;
  }
}

/* -- box_word__detail cmn_word_list_block_wrap -- */
@media (max-width: 767px) {
  .box_word__detail .box_word__list--item .cmn_word_list_block_wrap {
    margin: 0 auto;
  }

  .box_word__detail .box_word__list--item .cmn_word_list_block_item {
    margin-bottom: 10px;
    padding: 0 5px;
  }

  .box_word__detail .box_word__list--item .cmn_word_list_block_wrap .item__btn1:hover {
    opacity: 1;
  }
}

/* -- box_word__detail box_word_result__txt -- */
@media (max-width: 767px) {
  .box_word__detail .box_word_result__txt {
    margin-bottom: 52px;
  }

  .box_word__detail .box_word_result__txt .content h1 span {
    letter-spacing: 1px;
  }

  .box_word__detail .box_word_result__txt .content h2 span {
    padding-right: 0;
  }

  .box_word__detail .box_word_result__txt .content .content__main p {
    font-size: 16px;
    line-height: 26px;
    padding-left: 0;
  }

  .box_word__detail .box_word_result__txt .d_thumb {
    margin-top: 27px;
    padding: 0 25px;
  }

  .box_word__detail .box_word_result__txt .d_thumb img.thumb {
    margin: 0 auto;
  }
}

/* base上書き_アンカー2カラム一時対応 */
@media (min-width: 768px) {
  .box_word__archive .box_word__list .anchor_cmn ul li {
    width: 35%;
  }
}
/* 鑑定書ランク_text非表示対応 */
#anchor02 .cmn_word_title p {
  display: none;
}
/* ------------------------------------ */
/* ▼ TCI五十嵐_igarashi テキスト回り込み対応 */
/* ------------------------------------ */
@media (min-width: 768px){
  .cmn_word_result_list_item .txt__wrap{
    width: 100%;
  }
}
.cmn_word_result_list_item .txt__wrap p{
  overflow: visible;
}

/* SP表示 高さ調整 */
@media (max-width: 767px) {
  .box_word__result .cmn_word_result_list_item .content .content__sub p {
    height: inherit;
  }
}

/* ------------------------------------ */
/* ▼ tips_acc_btn */
/* ------------------------------------ */
.txt__wrap {
  position: relative;
}
.add_txt__explanation,
.txt__explanation {
  font-size: 18px;
}

.tips_acc_btn_wrap .cmn_link_btn {
  border-radius: 0;
  display: block;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}

.tips_acc_btn_wrap .cmn_link_btn.is_active .closed_text {
  display: none;
}

.tips_acc_btn_wrap .cmn_link_btn:not(.is_active) .opened_text {
  display: none;
}

@media (min-width: 768px) {
  .txt__wrap{
    padding-bottom: 30px;
  }
  .tips_acc_btn_wrap {
    display: flex;
    margin: 10px auto 0;
    max-width: 200px;
  }
  .txt__wrap.is_active .tips_acc_btn_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px auto 30px;
    width: 200px;
  }
  .txt__wrap.is_active .tips_acc_btn_wrap.is_roll { /* 展開時に詳細を見るボタンがあるとき閉じるボタンの位置調整 */
    margin: 10px 0 30px 56.25%;
  }
  .txt__wrap.is_active .js_tips_acc_content a.roll.cmn_link_btn {/* 展開時の詳細を見るボタン位置調整 */
    margin-right: 56.25%;
  }
  .txt__wrap.is_active .js_tips_acc_content > p:last-child { /* 展開時に詳細を見るボタンがないとき調整 */
    margin-bottom: calc(1em + 30px);
  }
  .txt__wrap.is_active .js_tips_acc_content { /* 展開時に内容がなかったとき */
    min-height: 43px;
  }
}

@media (max-width: 767px) {
  .tips_acc_btn_wrap {
    margin: 0 auto 30px;
    max-width: 200px;
    width: 68%;
  }
}

/* ------------------------------------ */
/* ▼ 検索結果タイトル修正 */
/* ------------------------------------ */
.box_result_title {
  max-width: 830px;
  margin: 0 auto;
  border-bottom: 2px solid #b28e5f;
  margin-bottom: 32px;
  padding-bottom: 3px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.box_result_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-bottom: 1px solid #b28e5f;
}

.box_result_title .box_result_title__inner {
  color: #000;
}

.box_result_title .box_result_title__inner1 {
  padding-left: 43px;
}

.box_result_title .h1_search_all {
  background: url("/wp/wp-content/themes/wp-templ/search/image/ico_dots.png") no-repeat top .4em left;
  background-size: 26px 17px;
  font-size: 26px;
  letter-spacing: .1em;
  padding: 4px 4px 4px 43px;
  margin-left: -43px;
  position: relative;
}

.box_result_title .h1_search_all.w_adj {
  max-width: 13em;
}

.box_result_title .num_search_result small {
  font-size: 22px;
  font-weight: normal;
}

.box_result_title .num_search_result span {
  font-size: 22px;
  top: 0;
}

.box_result_title h1 small {
  color: #000;
  font-size: 22px;
  letter-spacing: 1px;
  margin-left: -1px;
}

.box_result_title span {
  font-size: 18px;
  letter-spacing: 1px;
}

.box_result_title .katana_all {
  float: right;
  margin-right: 22px;
}

.box_result_title span.two_line {
  /* min-height: 45px;
  margin-top: -32px; */
  margin-left: auto;
  white-space: nowrap;
}

.box_result_title span small {
  font-size: 20px;
  letter-spacing: .06em;
  font-weight: 600;
}

.search_result_heading_count {
  letter-spacing: .04em;
  position: relative;
  text-align: right;
}

.box_result_title h1.h1_search_all.h1_result_all {
  max-width: 100%;
}

@media (min-width: 768px) {
  .box_result_title h1.h1_search_all {
    max-width: 20em;
  }
  .search_result_heading_count {
    font-size: 18px;
    margin: 4px 0 0;
    width: 250px;
  }
  .search_result_heading_count span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .box_result_title .h1_search_all {
    background-size: 18px 12px;
    background-position: top .3em left;
    font-size: 20px;
    padding: 0 0 5px 25px;
    margin-left: -25px;
    position: relative;
  }
  .box_result_title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6em;
    width: 98%;
  }
  .result_all .box_result_title {
    margin-bottom: 0;
    width: 100%;
  }
  .box_result_title .box_result_title__inner {
    border: none;
    border-bottom-width: 0;
    display: block;
    padding: 0;
    position: absolute;
    bottom: -1.6em;
    width: 100%;
  }
  .box_result_title .box_result_title__inner1 {
    padding-left: 25px;
  }
  .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;
  }
  .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;
  }
  .two_line {
    border: none;
    display: block;
    text-align: right;
  }
  .box_result_title span.two_line {
    font-size: 15px;
    letter-spacing: normal;
    padding: 0;
  }
  .two_line .katana_all {
    font-size: 15px;
    letter-spacing: normal;
    margin-right: 1.5rem;
  }
  .search_result_heading_count {
    font-size: 16px;
  }
  .search_result_heading_count span {
    border: none;
    font-size: 14px;
    margin-left: 10px;
  }
  .box_result_title h1.h1_search_all.h1_result_all {
    font-size: 17px;
  }
}