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

title : 【刀剣ワールド浮世絵】 記事ページ
scope : 【刀剣ワールド浮世絵】 記事ページ

memo：

last modify : 2020/10/06 TCI福岡_yoneshima／雑学テンプレート改修

2020/04/08 TCI福岡_yoneshima／新規作成

========================================================== */
/* ------------------------------------ */
/* ▼ page common */
/* ------------------------------------ */
/* アンカーリンクの幅を調整 */
.box_anchor_wrap {
  margin: 0 auto 30px;
  max-width: 660px;
}

.banner_h1 .txth1 {
  color: #000;
  line-height: 40px;
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 6.5vw;
    line-height: 30px;
  }
}

/* ------------------------------------ */
/* ▼ box_room__wrapper */
/* ------------------------------------ */

@media (min-width: 768px) {
  .box_room__wrapper {
    margin-top: 18px;
  }
}

/* ------------------------------------ */
/* ▼ section_lead_block */
/* ------------------------------------ */
.section_lead_block {
  margin: 0 auto;
  max-width: 800px;
}

@media (min-width: 768px) {
  .section_lead_block {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .section_lead_text {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .section_lead_block {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .section_lead_text {
    font-size: 16px;
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ section_tips_content */
/* ------------------------------------ */
.section_tips_content:first-of-type {
  margin-top: 30px;
}

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

/* ------------------------------------ */
/* ▼ ukiyoe-artist */
/* ------------------------------------ */
/* -- box_room -- */
.ukiyoe-artist .box_room__heading--inner p {
  letter-spacing: .09em;
}

@media (min-width: 768px) {
  .ukiyoe-artist .box_room__wrapper {
    margin-top: 18px;
  }
  .ukiyoe-artist .box_room__heading {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .ukiyoe-artist .box_room__heading {
    max-width: none;
    padding: 0 15px 25px;
  }
  .ukiyoe-artist .box_room__heading--inner p {
    font-size: 16px;
  }
}

/* -- box_lead_block -- */
.ukiyoe-artist .box_lead_block {
  background: url(../image/bg-box-pattern01.png) 0 0;
}

.ukiyoe-artist .box_lead_block_title {
  border-bottom: 2px solid #a9905d;
  font-weight: normal;
  line-height: 1.2223;
}

.ukiyoe-artist .box_lead_block_text {
  text-align: justify;
}

@media (min-width: 768px) {
  .ukiyoe-artist .box_lead_block {
    margin-top: 15px;
    padding: 16px 20px 25px;
  }
  .ukiyoe-artist .box_lead_block_title {
    font-size: 18px;
    padding-bottom: 7px;
  }
  .ukiyoe-artist .box_lead_block_text {
    margin-top: 5px;
  }
}

@media (max-width:767px) {
  .ukiyoe-artist .box_lead_block {
    margin-top: 20px;
    padding: 15px;
  }
  .ukiyoe-artist .box_lead_block_title {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .ukiyoe-artist .box_lead_block_text {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* -- box_seo  -- */
@media (min-width: 768px) {
  .ukiyoe-artist .box_seo .seo_frame {
    letter-spacing: .04em;
  }
}

.cmn_anchor>ul>li:nth-last-child(3) {
  margin-right: 10px;
}
.cmn_anchor>ul>li:nth-last-child(4) {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .cmn_anchor>ul>li:nth-last-child(3) {
    margin-right: 0;
  }
  .cmn_anchor>ul>li:nth-last-child(4) {
    margin-left: 0;
  }
}