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

title : 全国の刀剣情報 詳細ページ
scope : 全国の刀剣情報 詳細ページ

memo：

last modify : 2021/07/13 shinotsuka(東建) 新規作成

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

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
/* - cmn_bnr_area -- */
.cmn_bnr_area a {
  font-size: 0;
}

.cmn_bnr_area.col02 {
  justify-content: center;
}

.cmn_h1_sitetop_name {
  display: inline;
}

@media (min-width: 768px) {
  .cmn_h2_01 > span {
    width: 63.7%;
    padding: 1.392% 3% 1.16%;
  }

  .cmn_link_btn_text::before,
  .cmn_link_btn_text::after {
    content: none;
  }

  .cmn_link_btn_inner {
    position: relative;
  }

  .cmn_link_btn_inner::before,
  .cmn_link_btn_inner::after {
    content: "";
    display: block;
    position: absolute;
  }

  .cmn_link_btn_inner::before {
    background-color: #fff7e7;
    height: 16px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
  }

  .cmn_link_btn_inner::after {
    border-color: #73601c transparent transparent transparent;
    border-width: 8px 5px 0 5px;
    top: calc(50% - 4px);
    border-style: solid;
    height: 0;
    right: 28px;
    width: 0;
  }
}

/* ------------------------------------ */
/* ▼ h1 */
/* ------------------------------------ */
.banner_h1 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.banner_h1 .txth1 {
  background: url("../image/detail/img-main.png") center / cover no-repeat;
  color: #000;
  position: relative;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 {
    font-size: 30px;
  }

  .txth1_inner > .txth1_inner_title {
    line-height: 1.2;
    padding: 57px 2em;
  }
}

@media (max-width: 767px) {
  .txth1_inner > .txth1_inner_title {
    line-height: 1;
    padding: 25px .5em 24px;
  }
}

/* ------------------------------------ */
/* ▼ h2 */
/* ------------------------------------ */
.cmn_h2_01 {
  max-width: 864px;
}

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

  .cmn_section:first-of-type {
    margin-top: 40px;
  }
}

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

/* - section_desc -- */
.section_desc {
  max-width: 730px;
  text-align: justify;
  letter-spacing: .05em;
}

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

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

/* ------------------------------------ */
/* ▼ section_anchor_btn_block */
/* ------------------------------------ */
.section_anchor_btn_block_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 612px;
}

.section_anchor_btn_block_item .cmn_link_btn_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .section_anchor_btn_block {
    margin-top: 35px;
    padding: 0 20px;
  }

  .section_anchor_btn_block_item {
    max-width: 306px;
    padding: 0 8px;
    width: 50%;
  }
  
  .section_anchor_btn_block_item:nth-of-type(n+3) {
    margin-top: 16px;
  }
}

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

  .section_anchor_btn_block_item {
    width: 100%;
  }

  .section_anchor_btn_block_item:nth-of-type(n+2) .cmn_link_btn {
    border-top: none;
  }
}

/* ------------------------------------ */
/* ▼ section_bnr_block */
/* ------------------------------------ */
@media (min-width: 768px) {
  .section_bnr_block.col02 {
    max-width: 780px;
  }

  .section_bnr_block.col02 figure {
    max-width: 300px;
    width: 47.44%;
  }
}

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

/* ------------------------------------ */
/* ▼ link-list_block */
/* ------------------------------------ */
.link-list_inner {
  margin: 5px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 637px;
}

.link-list_item {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  width: 47%;
}

.link-list_item::before {
  border-color: #b28e5e transparent transparent transparent;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 7px;
  top: calc(12px - 4px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767px){
  .link-list_inner {
    margin: 20px 20px 0;
    overflow: hidden;
  }
  .link-list_item {
    margin-top: 5px;
    width: 100%;
  }
  .link-list_item:first-child {
    margin-top: 0;
  }
}

/* ------------------------------------ */
/* ▼ info-area_block */
/* ------------------------------------ */
.info-area_block_inner {
  margin: 0 auto;
}

.info-area_block_title {
  text-align: center;
}

.info-area_block_title_text {
  display: inline-block;
  letter-spacing: .08em;
  line-height: 1.47;
  position: relative;
}

.info-area_block_title_text::before,
.info-area_block_title_text::after {
  background: url("../../../image-cmn/title/ico-title-item01.png") center / contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.info-area_block_title_text::before {
  left: 0;
}

.info-area_block_title_text::after {
  right: 0;
}

.info-area_pref_block {
  display: flex;
  flex-wrap: wrap;
}

.info-area_pref_block li {
  letter-spacing: .08em;
  line-height: 1.62;
  margin-left: 1em;
}

@media (min-width: 768px) {
  .info-area_block {
    margin-top: 55px;
  }

  .info-area_block_inner {
    padding: 0 10px;
  }

  .info-area_block_title_text {
    font-size: 15px;
    padding: 0 30px;
  }

  .info-area_block_title_text::before,
  .info-area_block_title_text::after {
    height: 18px;
    width: 18px;
  }

  .info-area_block_content {
    margin-top: 10px;
  }

  .info-area_pref_block li {
    font-size: 13px;
  }
}

/* ------------------------------------ */
/* letter_spacing */
/* ------------------------------------ */
.lts_01 {
  letter-spacing: .01em;
}
.lts_04 {
  letter-spacing: .04em;
}

/* ------------------------------------ */
/* リード文 地図追加 */
/* ------------------------------------ */
.img_map {
  float: right;
  max-width: 340px;
  width: 100%;
  margin: .3em 0 .9em 1.5em;
}

@media (min-width: 768px) {
  .img_map {
    float: right;
  }
  .cmn_intro_read_txt > p:nth-of-type(n+2) {
    margin-top: .5em;
  }
}

@media (max-width: 767px) {
  .cmn_intro_read {
    display: flex;
    flex-direction: column-reverse;
  }
  .img_map {
    max-width: 340px;
    width: 100%;
    margin: 1em auto 10px;
  }
}