@charset "UTF-8";
/* ==========================================================

title : 刀剣用語集／用語単独ページ

memo：

last modify : 2023/12/20 WEB2TCI-40574_igarashi 新規追加

========================================================== */
/* ------------------------------------ */
/* 共通 */
/* ------------------------------------ */
.box_seo {
  margin-top: 60px;
}
.cmn_word_result_list {
  margin-top: initial;
  width: 100%;
  max-width: 880px;
}
.cmn_word_result_list_item {
  padding: 0;
}
.txt__explanation .cmn_link_btn {
  max-width: 200px;
}
.txt__explanation .cmn_link_btn_text {
  font-size: 15px;
}
.txt__explanation > p {
  font-size: 18px;
}
.cmn_word_result_list_item:nth-child(2n+1) {
  background: none;
}
@media screen and (min-width: 768px) {
  .content .img__wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .txt__explanation > p {
    font-size: 16px;
  }
  .cmn_word_result_list_item .content__sub {
    padding: 0 13px; 
  }
  .content .img__wrap {
    margin: 0 auto 20px;
  }
}


/* ------------------------------------ */
/* MV */
/* ------------------------------------ */
.main_title {
  color: #fff;
}
.main_title_inner {
  background-size: cover;
}

.title_cat_block {
  background: #370070;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

.main_title_text {
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.5;
  text-shadow: 2px 2px 4px #222;
}

.main_title_sub {
  font-weight: bold;
  letter-spacing: .04em;
}

@media (min-width: 768px) {
  .main_title_inner {
    background-color: #130902;
    background-image: url("../image/img-main-pc.png");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 35px 24px 22px 24px;
  }

  .title_cat_block {
    font-size: 21px;
    letter-spacing: .06em;
    padding: 4px 10px;
  }

  .main_title_text {
    font-size: 35px;
    margin-top: 11px;
  }

  .main_title_sub {
    font-size: 35px;
    padding-left: 9px;
  }
  .main_title_sub > span {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .main_title {
    padding: 0 10px;
  }

  .main_title_inner {
    background-image: url("../image/img-main-sp.png");
    padding: 12px;
  }

  .title_cat_block {
    font-size: 14px;
    padding: 4px 8px;
  }

  .main_title_text {
    font-size: 24px;
    margin-top: 8px;
  }

  .main_title_sub {
    font-size: 24px;
    padding-left: 8px;
  }
  .main_title_sub > span {
    font-size: 14px;
  }
}

/* -- word-tips-lead -- */
.tips-lead {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  margin: 35px auto 116px;
  max-width: 880px;
  padding-left: 10px;
  padding-right: 10px;
}
.tips-lead__img {
  margin-left: 70px;
  width: calc((309 / 860) * 100%);
}
.tips-lead__img img {
  vertical-align: bottom;
}
.tips-lead__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.tips-lead__content .parts_mt_lv02 {
  margin: 20px auto 0;
  max-width: 230px;
}
.tips-lead__content > p {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
}
.tips-lead__content > p + p {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .tips-lead {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 58px;
  }
  .tips-lead__content > p {
    font-size: 15px;
  }
  .tips-lead__img {
    margin: 20px auto 0;
    max-width: 309px;
    width: 100%;
  }
}

/* ------------------------------------ */
/* ボタンデザイン */
/* ------------------------------------ */
.top-link {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 16px auto 0;
  max-width: 1000px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  align-items: center;
  background: url("../../image_cmn/botton/btn-top-link.png") repeat center/ 100%
  100%;
  border: 2px solid #39270d;
  border-radius: 25px;
  -webkit-box-align: center;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.37px;
  line-height: 1.2;
  padding: .3em 2.2em .3em .55em;
  position: relative;
}
.top-link-text::before {
  background-color: #b91f1f;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 25px;
}
.top-link-text::after {
  background: url("../image/ico-back-arrow.png") no-repeat center / contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 5px;
  width: 16px;
}
@media (max-width: 767px) {
  .top-link-text {
    border: 1px solid #39270d;
    font-size: 14px;
  }
}
