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

title : 刀剣難解辞典Ⅱ(応用編) 詳細ページ
scope : 刀剣難解辞典Ⅱ(応用編) 詳細ページ

last modify : 2021/05/13 tanaka／デザイン追加

2020/12/21 TCI_福岡_uesugi デザイン調整
2020/12/02 TCI_福岡_yoneshima css共通化対応 修正
2020/11/17 TCI_福岡_yoneshima css共通化対応 修正
2020/10/22 TCI_uesugi インデント無しcss追加
2020/10/20 TCI_福岡_yoneshima css共通化対応
2020/10/15 TCI_eguchi WEB2TCI-15719 style修正
2020/06/01 TCI_uesugi 新規作成

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

/* ------------------------------------ */
/* 共通スタイル上書き */
/* ------------------------------------ */

.main_title.wcm {
  max-width: 876px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .item_detail_block {
    max-width: 856px;
  }
}


/* ------------------------------------ */
/* base */
/* ------------------------------------ */
.wrap img {
  vertical-align: bottom;
}

.breadcrumbs {
  margin-bottom: 15px;
}

/* ------------------------------------ */
/* MV */
/* ------------------------------------ */
.main_title {
  color: #fff;
}

.main_title_inner {
  background-image: url("../image/detail/img-main.jpg");
  background-size: cover;
  background-position: 100% 0;
}

.title_cat_block {
  background: #a01717;
  display: inline-block;
  line-height: 1.2;
}

.main_title_text {
  font-weight: 600;
  letter-spacing: .06em;
  text-shadow: 0px 0px 3px #000,
               0px 0px 5px #000;
}

@media (min-width: 768px) {
  .main_title_inner {
    min-height: 160px;
    padding: 3.5% 2.4% 2.2%;
  }

  .title_cat_block {
    font-size: 21px;
    letter-spacing: .06em;
    padding: 4px 10px;
  }

  .main_title_text {
    font-size: 30px;
    margin-top: 22px;
  }
}

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

  .main_title_inner {
    padding: 12px;
  }

  .title_cat_block {
    font-size: 14px;
    padding: 4px 8px;
  }

  .main_title_text {
    font-size: 22px;
    margin-top: 8px;
  }
}

/* ------------------------------------ */
/* desc */
/* ------------------------------------ */
.desc {
  margin: 0 auto;
  max-width: 774px;
}

.desc .word_txt,
.desc .item_detail_text_ttl {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", メイリオ, Osaka, sans-serif;
}

@media (min-width: 768px) {
  .desc {
    line-height: 1.55;
    margin-top: 15px;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .desc {
    font-size: 16px;
    margin-top: 3%;
    padding: 0 3%;
  }
}

/* ------------------------------------ */
/* title */
/* ------------------------------------ */
.title_original_text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.title_original_text > span {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: .075em;
  padding: 2px 35px 0;
  position: relative;
}
.title_original_text > span::before {
    background-image: url(/image_cmn/titleh2/ico01.png?date=20210506);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 18px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 27px;
}

.cmn_h2_01::before {
  height: 176px;
  width: 267px;
}

.cmn_h2_01::after {
  height: 193px;
  width: 191px;
}

.cmn_h2_01::before {
  background: url("../image/detail/ico-ttl-flower01_l.png") no-repeat right;
  background-size: 100%;
}

.cmn_h2_01::after {
  background: url("../image/detail/ico-ttl-flower01_r.png") no-repeat left;
  background-size: 100%;
}

.cmn_h2_01_bl > span {
  background: url("../image/detail/bg-ttl01.png");
  background-size: 52px;
  font-weight: normal;
  line-height: 1.2;
}

.cmn_h2_01 > span > span {
  font-weight: 600;
}

@media (min-width: 768px) {
  .cmn_h2_01::before {
    bottom: -46px;
    left: -69px;
  }

  .cmn_h2_01::after {
    right: -117px;
    top: -17px;
  }

  .cmn_h2_01_bl > span {
    font-size: 20px;
    padding: 10px 120px;
  }
}

@media (max-width: 767px) {
  .cmn_h2_01::before {
    left: -200px;
    top: -20px;
  }

  .cmn_h2_01::after {
    right: -150px;
    top: -20px;
  }

  .cmn_h2_01_bl > span {
    font-size: 18px;
    padding: 13px 0;
  }
}

/* ------------------------------------ */
/* content_block */
/* ------------------------------------ */

.item_detail_image_block::after {
  clear: both;
  content: "";
  display: table;
}

.item_detail_text_block,
.item_detail_info_text_block {
  letter-spacing: .02em;
  text-align: justify;
}

.item_detail_info_text_block_inner {
  border-bottom: 1px dashed #d1c2a5;
  padding: 1.5rem 1em 1.5rem 2em;
}

.item_detail_info_text_block_inner:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.item_detail_info_text_block_inner > p {
  letter-spacing: .06em;
  line-height: 1.6;
  text-indent: -1.2em;
}

.item_detail_info_text_block_inner > p span:first-of-type:not(.item_detail_text_ttl) {
  display: inline-block;
  font-weight: 600;
  padding: 0 0 1rem 2.5rem;
}

.item_detail_info_text_block_inner > p span:not(:first-of-type) {
  display: block;
  padding-left: 1em;
  position: relative;
  text-indent: 0;
  margin-left: -1em;
}

.item_detail_info_text_block_inner > p span:not(:first-of-type)::before {
  content: "・";
  position: absolute;
  left: 2px;
}

.item_detail_info_text_block_inner > p span.kaisetu {
  padding-left: 3.5em;
  letter-spacing: .02em;
}
.item_detail_info_text_block_inner > p span.kaisetu::before {
  border: 1px solid #000;
  border-radius: 3px;
  content: "解説";
  font-size: 14px;
  line-height: 1;
  padding: 2px 1px 1px 2px;
  top: 0.3em;
  left: 1.5em;

}
@media (max-width: 767px) {
  .item_detail_info_text_block_inner > p span.kaisetu::before {
    display: none;
  }
}

.item_detail_info_text_block_inner .item_detail_text_ttl {
  line-height: 2;
}

.item_detail_info_text_block_inner:first-of-type {
  padding-top: 0;
  text-indent: 0;
}

@media (min-width: 768px) {
  .content_block {
    margin-top: 36px;
    padding: 0 10px;
  }

  .item_detail_block {
    padding: 35px 40px 40px;
  }

  .item_detail_image {
    float: right;
    margin: 5px 0 0 30px;
    max-width: 330px;
    width: 40.541%;
  }

  .item_detail_info_block {
    margin-top: 30px;
  }

  .item_detail_info_text_block {
    line-height: 1.7;
    padding: 25px 27px;
  }

  .item_detail_text_block p + p,
  .item_detail_info_text_block p + p {
    margin-top: 7px;
  }

  .item_detail_btn_block {
    margin: 30px auto 0;
    max-width: 240px;
  }

  .item_detail_info_text_block_inner .word_txt {
    display: inline-block;
    padding: 0 0 1rem 2.5rem;
  }

  .item_detail_info_text_block_inner.no_indent > p {
    text-indent: 0;
    margin-left: -1.2em;
  }
}

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

  .item_detail_block {
    padding: 15px 20px 20px;
  }

  .item_detail_image_block {
    margin-top: 8px;
  }

  .item_detail_image {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
  }

  .item_detail_image img {
    width: 100%;
  }

  .item_detail_text_block {
    font-size: 15px;
    margin-top: 5px;
  }

  .item_detail_info_block {
    margin-top: 20px;
  }

  .item_detail_info_text_block {
    font-size: 15px;
  }

  .item_detail_info_text_block_inner:first-of-type {
    padding-left: 1em;
  }

  .item_detail_info_text_block_inner > p {
    text-indent: -1em;
  }

  .item_detail_info_text_block_inner > p span:first-of-type:not(.item_detail_text_ttl) {
    display: inline;
    padding-left: 0;
  }

  .item_detail_info_text_block_inner > p span:not(:first-of-type) {
    padding-left: 1em;
  }

  .item_detail_info_text_block_inner:first-of-type > p {
    text-indent: 0;
  }
}

/* ------------------------------------ */
/* cmn_word_list_block_wrap */
/* ------------------------------------ */
.cmn_word_list_block_wrap {
  margin: 0 auto;
  max-width: 820px;
}

.cmn_word_list_block {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cmn_word_list_block_wrap {
    margin-top: 50px;
    padding: 40px 4.082% 16px;
  }

  .cmn_word_list_block {
    margin-top: 15px;
    width: 100%;
  }

  .cmn_word_list_block_item.short_box {
    width: 50%;
  }

  .cmn_word_list_block_item.long_box {
    width: 100%;
  }

  .cmn_word_list_block_item.spacer {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cmn_word_list_block_wrap {
    margin-top: 25px;
    padding: 30px 0 35px;
  }

  .cmn_word_list_block {
    margin-top: 10px;
    width: 82%;
  }

  .cmn_word_list_block_item {
    width: 100%;
  }

  .cmn_word_list_block_item:last-of-type {
    margin-bottom: 0;
  }

  .cmn_word_list_block_item.spacer {
    display: none;
  }
}

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

  .seo_frame .expand {
    letter-spacing: .04em;
  }
}

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

/* ボタンデザイン */
.top-link {
  max-width: 876px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link {
    margin: 0 auto;
  }
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}

.clickable_link_wrap {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.clickable_link_wrap > br {
  display: none;
}
.clickable_link_wrap .aligncenter {
  max-width: 100%;
}
.clickable_link {
  display: block;
  position: absolute;
  z-index: 1;
}
#attachment_118502_clickable_link_001 {
  height: 5.3%;
  right: 36.3%;
  top: 24.8%;
  width: 2.5%;
}
#attachment_118502_clickable_link_002 {
  height: 5.3%;
  right: 36.3%;
  top: 31%;
  width: 2.5%;
}
#attachment_118502_clickable_link_003 {
  height: 12.2%;
  right: 36.3%;
  top: 37%;
  width: 2.5%;
}
#attachment_118502_clickable_link_004 {
  height: 5%;
  right: 36.3%;
  top: 50.2%;
  width: 2.5%;
}
#attachment_118502_clickable_link_005 {
  height: 5%;
  right: 36.3%;
  top: 60%;
  width: 2.5%;
}
#attachment_118502_clickable_link_006 {
  height: 11%;
  right: 36.3%;
  top: 70%;
  width: 2.5%;
}
#attachment_118502_clickable_link_007 {
  height: 5.2%;
  right: 36.3%;
  top: 81%;
  width: 2.5%;
}
#attachment_118502_clickable_link_008 {
  height: 14.5%;
  right: 39%;
  top: 22%;
  width: 2.5%;
}
#attachment_118502_clickable_link_009 {
  height: 7.7%;
  right: 39%;
  top: 36.5%;
  width: 2.5%;
}
#attachment_118502_clickable_link_010 {
  height: 19.7%;
  right: 39%;
  top: 55%;
  width: 3%;
}
#attachment_118502_clickable_link_011 {
  height: 5.7%;
  right: 39%;
  top: 75.1%;
  width: 3%;
}
#attachment_118502_clickable_link_012 {
  height: 5.5%;
  right: 41.5%;
  top: 22.2%;
  width: 2.5%;
}
#attachment_118502_clickable_link_013 {
  height: 14%;
  right: 41.5%;
  top: 33%;
  width: 2.8%;
}
#attachment_118502_clickable_link_014 {
  height: 4.8%;
  right: 44.5%;
  top: 21.9%;
  width: 2.4%;
}
#attachment_118502_clickable_link_015 {
  height: 7.2%;
  right: 44.5%;
  top: 42.5%;
  width: 2.4%;
}
#attachment_118502_clickable_link_016 {
  height: 6.5%;
  right: 44.5%;
  top: 50.5%;
  width: 2.4%;
}
#attachment_118502_clickable_link_017 {
  height: 10.2%;
  right: 44.5%;
  top: 76.5%;
  width: 2.5%;
}
#attachment_118502_clickable_link_018 {
  height: 8.5%;
  right: 47.2%;
  top: 21.9%;
  width: 2.5%;
}
#attachment_118502_clickable_link_019 {
  height: 4.8%;
  right: 47.2%;
  top: 30.9%;
  width: 2.5%;
}
#attachment_118502_clickable_link_020 {
  height: 6.5%;
  right: 47.2%;
  top: 44.6%;
  width: 2.5%;
}
#attachment_118502_clickable_link_021 {
  height: 6.2%;
  right: 47.2%;
  top: 52.2%;
  width: 2.5%;
}
#attachment_118502_clickable_link_022 {
  height: 11.7%;
  right: 47.2%;
  top: 72.5%;
  width: 2.5%;
}
#attachment_118502_clickable_link_023 {
  height: 4.5%;
  right: 49.5%;
  top: 28.5%;
  width: 2.5%;
}
#attachment_118502_clickable_link_024 {
  height: 5.5%;
  right: 52.2%;
  top: 21.5%;
  width: 2.8%;
}
#attachment_118502_clickable_link_025 {
  height: 5%;
  right: 52.2%;
  top: 27.9%;
  width: 2.8%;
}
#attachment_118502_clickable_link_026 {
  height: 6.2%;
  right: 52.2%;
  top: 42.3%;
  width: 2.8%;
}
#attachment_118502_clickable_link_027 {
  height: 9%;
  right: 52.2%;
  top: 63.2%;
  width: 3%;
}
@media (max-width: 767px) {
  .clickable_link_wrap {
    padding: 0;
  }
}