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

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

memo：

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

2021/07/20 tanaka もっと見るボタン追加
2021/05/27 TCI五十嵐_igarashi テキスト回り込み修正
2021/01/29 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
2020/12/01 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;
  }
  .cmn_word_result_list_item {
    padding: 25px 32px 30px 25px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__heading */
/* ------------------------------------ */
.box_word__heading {
  background: url("../image/bg_word01.jpg") no-repeat top center;
  background-size: cover;
  display: table;
  height: 233px;
  margin-bottom: 14px;
  position: relative;
  width: 100%;
}

.box_word__heading--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.box_word__heading h1 {
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.6;
  margin-bottom: 8px;
  top: 9px;
}

.box_word__heading .cmn_h1_sitetop_name {
  display: block;
  font-size: 60%;
}

@media (max-width: 767px) {
  .box_word__heading {
    background: url("../image/sp/bg_word01.jpg") no-repeat top center;
    background-size: cover;
    display: table;
    height: inherit;
    min-height: 96px;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
  }

  .box_word__heading .box_word__heading--inner h1 {
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    top: 7px;
  }

}

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

/* -- box_word__list--item item__content -- */
.box_word__list--item .item__content .d_img {
  text-align: center;
}

.box_word__list--item .item__content .d_img .thumb {
  float: none;
}

.box_word__list--item .item__content .d_img .btn_rel_link_wrap {
  margin: -35px auto 0;
  /*topネガティブマージンは刀装用の一時的な指定*/
}

.box_word__list--item .item__content .d_img .btn_rel_link {
  display: inline-block;
  width: auto;
}

.box_word__list--item .item__content .d_img .cmn_link_btn_text {
  font-size: 15px;
  padding: 6px 30px 6px 20px;
}

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

  .box_word__list--item .item__content p {
    color: #000;
    float: right;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    overflow: visible;
    padding: 0 5px;
    top: 0;
    width: 100%;
  }
}

/* -- box_word__list--item item__title -- */
@media (max-width: 767px) {
  .box_word__list--item h3.item__green {
    background: url("../image/sp/bg_word04.png") no-repeat;
    background-size: 100%;
    min-height: 47px;
  }

  .box_word__list--item h3.item__purple {
    background: url("../image/sp/bg_word04.png") no-repeat;
    background-size: 100%;
    min-height: 47px;
  }
}

/* -- box_word__list--item item__slider -- */
.box_word__list--item .item__slider ul {
  width: auto;
}

.box_word__list--item .item__slider ul li:not(.spacer) {
  cursor: pointer;
}

.box_word__list--item .item__slider ul li:not(.spacer) img {
  border: 1px solid #b3b3b3;
  border-top: none;
  width: 100%;
}

@media (max-width: 767px) {
  .box_word__list--item .item__slider {
    width: 100%;
    padding: 30px 0 35px;
  }

  .box_word__list--item .item__slider h4 {
    padding: 0;
  }

  .box_word__list--item .item__slider .box_txt_1 {
    padding: 0;
    width: calc(86% - 14px);
  }

  .box_word__list--item .item__slider ul {
    margin-top: 20px;
    width: 86%;
  }

  .box_word__list--item .item__slider ul li .d_table {
    height: inherit;
    display: table;
  }

  .box_word__list--item .item__slider ul li .d_table .d_table_cell {
    display: table-cell;
    vertical-align: middle;
  }
}

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

  .box_word__hiragana h2 {
    margin-bottom: 12px;
  }

  .box_word__hiragana .box_txt_3 {
    margin-bottom: 16px;
  }
}

/* ------------------------------------ */
/* ▼ box_word__search */
/* ------------------------------------ */
.box_word__search hr {
  border-color: #a20000;
  border-width: 2px;
  width: 60%;
  margin: 35px auto;
}

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

  .box_word__search .box_txt_4 {
    margin-bottom: 20px;
  }
}

/* ------------------------------------ */
/* ▼ box_link_search */
/* ------------------------------------ */
.box_link_search {
  margin: 80px auto 50px;
  max-width: 960px;
  padding: 0 10px;
}
.box_link_search .content_bnr {
  width: 31.915%;
}
.box_link_search .content_bnr:nth-child(n+4) {
  margin-top: 20px;
}

.box_link_search .content_bnr:hover {
  opacity: .8;
}
.box_link_search .content_bnr a {
  display: block;
}
.box_link_search .content_bnr img {
  vertical-align: top;
}
.box_link_search .content_bnr figcaption{
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .box_link_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .box_link_search .content_bnr figcaption {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .box_link_search .content_bnr {
    margin: 0 auto 1.5em;
    max-width: 300px;
  }

  .box_link_search .content_bnr figcaption {
    margin-top: 5px;
    text-align: left;
  }
}

/* ------------------------------------ */
/* ▼ cmn_word_result_list */
/* ------------------------------------ */
.cmn_word_result_list_item .content a.cmn_link_btn {
  display: flex;
  /* margin-bottom: 30px; */
  max-width: 200px;
}

.cmn_word_result_list_item .content .cmn_link_btn_inner {
  width: 100%;
}

@media (max-width: 767px) {
  .cmn_word_result_list_item .label {
    left: 25px;
  }
  .cmn_word_result_list_item .content a.cmn_link_btn {
    margin-bottom: 20px;
  }
}

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

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

  .box_word__detail .box_word__list--item .item__title h4 {
    padding: 0;
  }
}

/* -- box_word__detail item__slider -- */
@media (max-width: 767px) {
  .box_word__detail .box_word__list--item .item__slider ul li {
    padding: 0 7px;
  }
}

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

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

  .box_word__detail .box_word_result__txt .content .content__main h2 {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 27px;
    padding: 6px 10px 2px 0;
  }

  .box_word__detail .box_word_result__txt .d_thumb {
    padding: 0 6%;
    margin-top: 20px;
  }

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

/* ------------------------------------ */
/* ▼ box_word__archive */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box_word__archive .box_txt_1 {
    letter-spacing: .8px;
    margin-bottom: 20px;
    padding: 0 22px;
  }

  .box_word__archive .box_txt_2 {
    letter-spacing: .8px;
    margin-bottom: 20px;
  }

  .box_word__archive .box_txt_3 {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
  }

  .box_word__archive .box_txt_4 {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
  }
}

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

.box_word__all #anchor03 .item__slider ul li:nth-of-type(3) {
  margin-right: 0;
}

#anchor03 .item__slider ul li:nth-of-type(3) {
  margin-right: 25%;
}

/* spacer 「刀剣鑑定書のランク」崩れ対応 */
#anchor03.box_word__list--item .item__slider ul .spacer.spacer01,
#anchor03.box_word__list--item .item__slider ul .spacer.spacer02,
#anchor03.box_word__list--item .item__slider ul .spacer.spacer03 {
  display: none;
}

@media (max-width: 767px) {
  .box_word__all .anchor_cmn ul li {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ TCI福岡_sakaguchi バナー共通化対応 */
/* ------------------------------------ */
@media (max-width: 767px) {
  .box_link_search .cmn_bnr_area.col01 {
    max-width: 320px;
  }
}

/* ------------------------------------ */
/* ▼ 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("../../search/image/ico_dots.png") no-repeat top .4em left;
  background-size: 26px 17px;
  font-size: 25px;
  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: 769px) {
  .box_result_title .h1_search_all {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .box_result_title h1.h1_search_all {
    max-width: 25em;
  }
  .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;
  }
}

/* ------------------------------------ */
/* ▼ section_text_info_block */
/* ------------------------------------ */
.section_text_info_block_image {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: relative;
}
.section_text_info_block_image img.still_image {
  background-color: #EFEBE2;
  padding: 20px;
}

.ff-container {
  background-color: #F0ECE3;
  padding: 20px;
}
.section_text_info_block_image img.ff-image {
  background-color: #fff;
}
.still_image {
  z-index: 1;
}

@media (min-width: 768px) {
  .section_text_info_block {
    align-items: flex-start;
    border-top: 1px solid #E5DACA;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 25px 20px 0;
    position: relative;
  }

  .section_text_info_block_image {
    height: 216px;
    width: 216px;
  }
}

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

  .section_text_info_block_image {
    height: 180px;
    margin: 0 auto;
    width: 180px;
  }
}

/* ▼ WEB2TCI-24904 書き順アニメーション追加 */
.still_image {
  position: absolute;
  top: 0;
  left: 0;
}
.play_btn {
  width: 70%;
  margin-top: 5px;
}
.play_btn .cmn_link_btn_text {
  font-size: 15px;
  line-height: 1;
  padding: 4px 15px 4px 5px;
}
.play_btn .cmn_link_btn_text::after {
  right: 9px;
  top: calc(50% - 4px);
}

@media (max-width: 767px) {
  .play_btn {
    max-width: 130px;
  }  
}

/* ------------------------------------ */
/* ▼ section_text_info_list_block */
/* ------------------------------------ */
.section_text_info_list_block {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .section_text_info_list_block {
    margin-top: -7px;
    width: calc(100% - 216px);
  }
}

/* ------------------------------------ */
/* ▼ section_text_list_block */
/* ------------------------------------ */
.section_text_list_block {
  width: 46%;
}

.section_text_list_block.w_100 {
  width: 100%;
}

.section_text_list_block_label {
  background: #f8f2e4;
  border: 1px solid #b28e5f;
  color: #8e662c;
  display: inline-block;
  font-weight: normal;
  letter-spacing: .06em;
  text-align: center;
}

.section_text_list_block_lead {
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .section_text_list_block {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
  }

  .section_text_list_block:nth-of-type(even) {
    padding-left: 12px;
  }

  .section_text_list_block_label {
    font-size: 16px;
    min-width: 50px;
    padding: 2px 7px;
  }

  .section_text_list_block_lead {
    font-size: 18px;
    padding-left: 10px;
  }
}

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

  .section_text_list_block:nth-of-type(even) {
    padding-left: 10px;
  }

  .section_text_list_block_label {
    font-size: 14px;
    padding: 4px 10px;
  }

  .section_text_list_block_lead {
    font-size: 16px;
    margin-top: 5px;
    padding-left: .5em;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .section_text_list_block_lead {
    display: block;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .section_text_list_block_lead {
    display: inline-block;
  }
}

.post_number_wrap dl {
  border: 2px solid #9e2727;
}
.post_number_wrap dt {
  background: url(/image_cmn/word/bg_search_menu.png);
}
.anchor_word_category {
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
  width: 100%;
}
.anchor_word_category > ul {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin: 0;
  width: 100%;
}
.anchor_word_category > ul > li {
  width: calc((100% - 30px) / 4);
  margin: 0;
  padding: 0;
}
.anchor_word_category > ul > li > a {
  background:#f8e1e9;
  border:1px solid #bd255e;
  border-left:5px solid #bd255e;
  color:#000;
  font-size:17px;
  font-weight:600;
  padding: 10px;
}
.anchor_word_category > ul > li > a:hover {
  background:#f8e1e9;
  opacity: .6;
}
.anchor_word_category > ul > li > a::before,
.anchor_word_category > ul > li > a::after {
  display: none;
}
.anchor_word_category > ul > li > a > span::after {
  border-color: #bd255e transparent transparent transparent;
}
.box_word__list--item:not(.box_word__list--kanji) h3 {
  align-items: center;
  background: none;
  display: flex;
  height: auto;
  justify-content: center;
}

.box_word__list--item:not(.box_word__list--kanji) h3 > span.text {
  background:#fff;
  background-clip: border-box;
  display: block;
  min-width: 320px;
  padding: 0 20px;
  position: relative;
  width: auto;
  z-index: 1;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text > span {
  display: flex;
  clip-path: polygon(0 10px, 10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px));
  justify-content: center;
  padding: 0 17px;
  width: 100%;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text  > span::before,
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text  > span::after {
  display: none;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text > span > span {
  display: block;
  padding: 5px 30px;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text > span > span::before,
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text > span > span::after {
  background:url(../image/ico_dots.png) no-repeat top left;
  background-size:100%;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
  z-index: 1;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text >  span > span::before {
  left: 0;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.text >  span > span::after {
  right: 0;
}
.box_word__list--item:not(.box_word__list--kanji) h3 > span.hr {
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: calc( 50% - 1px);
  width: 100%;
  z-index: 0;
}
.item__title .item__hd {
  font-size: 16px;
}
.item__title span {
  font-size: 13px;
}
.highlighting .item__title {
  background:#cc5479;
}
.highlighting .item__title .item__hd, 
.highlighting .item__title span {
  color:#fff;
}
.highlighting .item__title::after {
  color: #fff;
}

@media (max-width: 767px) {
  .anchor_word_category {
    padding-left: 10px;
    padding-right: 10px;
  }
  .anchor_word_category > ul > li {
    width: calc((100% - 10px) / 2);
    margin: 0;
    padding: 0;
  }
  .anchor_word_category > ul > li > a {
    font-size:15px;
  }
  .box_word__list--item:not(.box_word__list--kanji) h3 > span.text {
    min-width: 280px;
    padding: 0px 10px;
  }
}