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

title ： 【刀剣ワールド】刀剣図書館
scope ： 【刀剣ワールド】刀剣図書館

memo ：

last modify ： 2020/09/02 319_shimizu 解説文を見出しに合わせてインデント
modify ： 
2020/07/22 WEB2TCI-11017 uesugi 刀剣図書館／新規作成

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

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
@media (min-width: 768px) {
  .wrap.wcm {
    margin-bottom: 50px;
  }

  .section_inner {
    margin: 35px auto 0;
    max-width: 800px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .wrap.wcm {
    margin-bottom: 40px;
  }
  .section_inner {
    padding: 0 10px;
  }
}

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

.title_label_block {
  background: #056e3d;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

.main_title_text {
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .main_title_inner {
    background: url("../image/detail/img-mv-pc.jpg") no-repeat right top / cover;
    min-height: 160px;
    padding: 34px 20px 20px;
  }

  .title_label_block {
    font-size: 21px;
    letter-spacing: .06em;
    padding: 5px;
  }

  .main_title_text {
    font-size: 35px;
    margin-top: 15px;
  }
}

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

  .main_title_inner {
    background: url("../image/detail/img-mv-sp.jpg") no-repeat right top;
    background-size: cover;
    padding: 12px;
  }

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

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

/* ------------------------------------ */
/* ▼ sencion_block */
/* ------------------------------------ */

/* -- section_item_block -- */
.section_item_block {
  background: url("../image/detail/bg-content01.png") no-repeat top left 3px,
              url("../image/detail/bg-content02.png") no-repeat top 66px right,
              url("../image/detail/bg-content03.png") no-repeat top 60% left -26px,
              url("../image/detail/bg-content03.png") no-repeat bottom -14px right -62px #fff7ea;
  margin-top: 25px;
  padding: 40px 30px 30px;
}

.section_item_block img {
  vertical-align: top;
  width: 100%;
}

.content_ttl_img {
  outline: 1px solid #e9d2b0;
  outline-offset: -1px;
}

.content_ttl {
  border-bottom: 2px solid #997541;
  padding-bottom: 3px;
}

.content_ttl > span {
  border-bottom: 1px solid #997541;
  display: block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .06em;
  padding-bottom: 10px;
  width: 100%;
}

.content_info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}

.content_info dl + dl {
  margin-top: 5px;
}

.content_info dt {
  font-weight: normal;
}

.book_link_txt {
  background: #fff;
  border: 1px solid #c82121;
  color: #c82121;
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  position: relative;
  letter-spacing: 0;
}

.book_link_txt::before,
.book_link_txt::after {
  content: '';
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.book_link_txt::before {
  border: 5px solid transparent;
  border-left: 9px solid #c82121;
  left: 100%;
}

.book_link_txt::after {
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  left: calc(100% - 1px);
}

.book_link_wrap {
  align-items: center;
  display: flex;
  margin-top: 17px;
}

.book_link_btn {
  margin-left: 15px;
  max-width: 127px;
}

.book_link_btn img {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .content_ttl,
  .content_info,
  .book_link_wrap {
    float: right;
    width: 66.945%;
  }

  .content_ttl_img {
    float: left;
    width: 28.89%;
  }

  .content_info {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .section_inner > p {
    font-size: 16px;
  }

  .section_item_block {
    background-size: 45%,0,40%,40%;
    margin-top: 15px;
    padding: 20px;
  }

  .content_ttl > span {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .content_ttl_img {
    margin: 15px auto 0;
    max-width: 400px;
    width: 75%;
  }

  .content_info {
    margin: 10px auto 0;
    max-width: 350px;
  }

  .content_info dl {
    font-size: 14px;
  }

  .book_link_wrap {
    margin: 12px auto 0;
    max-width: 350px;
  }

  .book_link_txt {
    font-size: 14px;
    padding: 0 6px;
  }
}

/* content_desc_wrap */
.content_desc_wrap {
  background: #fff;
  margin-top: 30px;
}

.content_desc_ttl_top {
  background: url('../image/detail/bg-ttl01.jpg') repeat left top;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  padding: 2px 0;
  text-align: center;
}

.content_desc_ttl {
  border-bottom: 1px solid #eabebe;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .06em;
  padding: 0 30px 10px;
  position: relative;
}

.content_desc_ttl::before {
  background: url('../image/ico-ttl01.png') no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  height: 23px;
  width: 23px;
}

.content_desc_txt {
  letter-spacing: .06em;
  margin: 15px 3% 0 4.5%;
  width: 92.5%;
}

.content_desc_txt p + p {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .content_desc + .content_desc {
    margin-top: 30px;
  }

  .content_desc_inner {
    padding: 7px 30px 25px;
  }

  .content_desc {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .content_desc_ttl_top {
    font-size: 18px;
  }

  .content_desc_inner {
    padding: 0 10px 20px;
  }

  .content_desc {
    margin-top: 20px;
  }

  .content_desc + .content_desc {
    margin-top: 25px;
  }

  .content_desc_ttl {
    padding: 0 0 3px 22px;
  }

  .content_desc_ttl::before {
    top: 0;
    width: 19px;
  }

  .content_desc_txt {
    font-size: 16px;
    margin: 8px 0 0;
    padding: 0 8px;
    width: auto;
  }
}

/* ------------------------------------ */
/* ▼ seo_frame */
/* ------------------------------------ */
.seo_frame .expand {
  letter-spacing: .05em;
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  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: 16px auto;
  }
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}