  @charset "UTF-8";

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

title : 名古屋刀剣ワールド 記事系 共通CSS
scope : 名古屋刀剣ワールド 記事系

memo：

last modify : 2023/06/05 WEB2TCI-36324_tanaka 刀剣W目次スタイル追加

2023/05/15 WEB2TCI-35952_tanaka 「浮世絵を観る」デザイン追加
2021/12/16 WEB2TCI-25239_igarashi h4のボタンデザイン追加
2021/10/12 WEB2TCI-23858_igarashi 左上のセルがないテーブルデザイン追加
2021/01/28 TCI_eguchi テキストバナー記述を削除
2021/01/26 TCI_eguchi 画像位置調整
2021/01/20 TCI_eguchi テキストバナー記述追加
2020/12/22 TCI福岡_eguchi 2カラムの「テキスト＋画像表示」追加
2020/12/08 TCI福岡_eguchi／textバナー移植
2020/11/19 TCI_eguchi テキストバナー記述追加
2020/11/17 TCI_福岡／WEB2TCI-14713 common.cssに移行
2020/11/11 TCI_yoneshima 記事一覧タイトル修正
2020/11/004 TCI_uesugi 下部のリンクリスト1カラムレイアウト調整
2020/06/05 TCI_yoneshima SNSボタン周りのレイアウト調整
2020/05/27 TCI_福岡／WEB2TCI-11364
2020/05/08 TCI_yoneshima common.cssの記述を移植
2020/02/13 TCI_sakaguchi 新規作成

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

/* ------------------------------------ */
/* ▼ 共通処理上書き */
/* ------------------------------------ */

@media (min-width: 768px) {
  .box__detail .cmn_box_item_movie.col01.has_spacer::before {
    left: -125px;
  }
  .box__detail .cmn_box_item_movie.col01.has_spacer::after {
    right: -196px;
  }
  .box__detail .cmn_box_item_movie.col03 {
    background: url(/app/themes/wp-templ/image-cmn/spacer/img-cmn-spacer-01.png) right 9% bottom 100px no-repeat;
    background-size: 18% auto;
  }

  /* Youtube動画のあしらいの位置調整 */
  .txt_box .cmn_box_item_movie.col01.has_spacer::before {
    left: -55px;
  }
  .txt_box .cmn_box_item_movie.col01.has_spacer::after {
    right: -150px;
  }

}

/* ▲ 共通処理上書き ここまで */

.box_tips_detail .wcm {
  padding: 10px 10px 0;
  position: relative;
}

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

/*=========================
  目次
  =========================*/
/* ▼▼▼ .box__anchors ▼▼▼*/
.box__anchors {
  margin: 0 0 40px 110px;
  max-width: 650px;
}

.box__anchors.adj_under_h2 {
  margin: 0 0 40px 70px;
}

.box__anchors .title {
  background: #a92121;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 0 0 45px;
  position: relative;
  width: 126px;
  text-align: left;
}
.box__anchors .title::after {
  background: linear-gradient(to right top, #a92121 0%, #a92121 50.4%, transparent 51.9%, transparent 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 99%;
  height: 100%;
  width: 30px;
}
.box__anchors .title span {
  display: inline-block;
  position: relative;
}
.box__anchors .title span:before {
  background: url(/app/themes/wp-templ/image-cmn/tips/ico5.png) no-repeat;
  content: '';
  display: block;
  height: 12px;
  left: -30px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.box__anchors .title span:after {
  left: auto;
  right: -30px;
}

.box__anchors > ul {
  background: url(/app/themes/wp-templ/image-cmn/tips/bkg.jpg);
}

.box__anchors li {
  border-top: 1px solid #e8ddcf;
}
.box__anchors ul li.h2-case.no-link a,
.box__anchors ul li.h2-case.no-link a:hover,
.box__anchors ul li.h3-case.no-link a,
.box__anchors ul li.h3-case.no-link a:hover {
  color: #000;
}
.box__anchors ul li.h2-case a:before {
  content: url(/app/themes/wp-templ/image-cmn/tips/ico_triangle_right.png);
  margin-right: 5px;
}
.box__anchors ul li.h3-case {
  display: none;
}
.box__anchors ul li.h3-case a:before {
  content:"・";
  color: #B28E5E;
  margin-right: 12px;
  font-weight: 600;
}
.box__anchors ul li.h3-case a {
  padding-left: 50px;
}
.box__anchors li:first-child {
  border: none;
}
.box__anchors li a {
  color: #0d53de;
  display: block;
  font-size: 18px;
  margin-left: 1.1em;
  padding: 9px 30px;
  text-indent: -1.1em;
}
.box__anchors .toc_list_1st li a {
  margin-left: .4em;
  padding: 0;
  text-indent: -.4em;
}
.box__anchors li a:hover {
  color: #a92121;
}

@media (max-width:767px) {
  .box__anchors,
  .box__anchors.adj_under_h2 {
    margin: 0 auto 40px;
  }
  .box__anchors .title {
    font-feature-settings: "pkna";
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 39px;
  }
  .box__anchors .title span:before {
    left: -35px;
  }
  .box__anchors .title span:after {
    right: -35px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box__anchors .title {
    line-height: 1;
    padding-top: 8px;
  }
  .box__anchors .title span:after,
  .box__anchors .title span:before {
    margin-top: -9px;
  }
}
/* ▲▲▲ .box__anchors ▲▲▲*/

/*=========================
  テキスト
  =========================*/
/* ▼▼▼ .box__detail ▼▼▼*/
.box__detail {
  padding: 15px 60px 0;
}

.box__detail:after {
  clear: both;
  content: '';
  display: table;
}

.box__detail a.fancybox {
  display: inline-block;
  position: relative;
}

.box__detail a.fancybox:before {
  background: url(../image-cmn/tips/ico_zoom.png) no-repeat;
  background-size: 100%;
  bottom: 1px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 1px;
  width: 28px;
}

.box__detail a {
  color: #0d53de;
}

.box__detail a:hover {
  color: #a92121;
}

.box__detail .wp-caption-text {
  color: #5a472a;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 2px;
  text-align: center;
}

.box__detail .wp-caption-text2 {
  color: #5a472a;
  font-size: 16px;
  line-height: 1.4;
  margin: 0px 30px 30px 0px;
  text-align: right;
}

.box__detail img {
  border: #888 solid 1px;
  box-sizing: unset;
  display: block;
  height: auto;
  margin: 0 auto;
}

/* .cast-border 額縁スタイル 幅300の画像のみ */
.cast-border img {
 border: none;
}
.cast-border {
 position: relative; 
}
.cast-border::after {
  background-image: url(../image-cmn/tips/bg-cast-border.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: top center;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cast-border.type02::after {
  background-image: url(../image-cmn/tips/bg-cast-border-02.png);
}


.box__detail .alignright {
  line-height: 0;
  margin: 5px 0 0 25px;
}

.box__detail .alignleft {
  line-height: 0;
  margin: 0 54px 0 0;
}

.box__detail .aligncenter.img_wide {
  position: relative;
  left: -30px;
  max-width: 820px;
}

.box__detail ol li .aligncenter.img_wide,
.box__detail ul li .aligncenter.img_wide,
.box__detail dl dd .aligncenter.img_wide {
  position: relative;
  left: calc(-2em - 30px);
}

.box__detail .alignleft.img_wide {
  position: relative;
  left: -30px;
  margin: 0 0 0 24px;
}

.box__detail .alignleft.img_wide img {
  margin-left: 0;
}

.box__detail .alignright.img_wide {
  position: relative;
  right: -30px;
  margin: 0 0 0 24px;
}

.box__detail .alignright.img_wide img {
  margin-right: 0;
}

.box__detail p {
  margin-bottom: 15px;
  color: #111;
  word-break: normal;
}

.box__detail blockquote {
  font-size: 100%;
}

@media (max-width:840px) {
  .box__detail {
    padding: 15px 30px 0;
  }
}

@media (max-width:767px) {
  .box__detail {
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px 0;
  }

  .box__detail a.fancybox:before {
    bottom: 8px;
  }

  .box__detail .wp-caption {
    float: none;
  }

  .box__detail .wp-caption-text {
    margin-bottom: 15px;
  }

  .box__detail img {
    display: inline-block;
    height: auto;
    margin-left: -1px;
    max-width: 100%;
    vertical-align: bottom;
  }

  .box__detail .aligncenter,
  .box__detail .alignleft,
  .box__detail .alignright {
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100% !important;
  }

  .box__detail .aligncenter.img_wide {
    left: -0.5em;
    width: 107% !important;
  }

  .box__detail .alignright.img_wide {
    margin: 0 auto;
    right: 0;
  }

  .box__detail ol li .aligncenter.img_wide,
  .box__detail ul li .aligncenter.img_wide,
  .box__detail dl dd .aligncenter.img_wide {
    left: -2.5em;
    width: 120% !important;
  }

  .box__detail p {
    margin-bottom: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box__detail img {
    box-sizing: content-box;
  }
}
/* ▲▲▲ .box__detail ▲▲▲*/

/*=========================
  見出し h3
  =========================*/
.title_h3cmn {
  background: #ebd6a0;
  background: -webkit-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: -o-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: -moz-linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  background: linear-gradient(rgba(246, 240, 228, 0.8), rgba(236, 214, 160, 0.8));
  color: #8f5219;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.52px;
  position: relative;
}

.title_h3cmn>span:before {
  background: #ebd6a0;
  background: -webkit-linear-gradient(#f6f0e4, #ebd6a0);
  background: -o-linear-gradient(#f6f0e4, #ebd6a0);
  background: -moz-linear-gradient(#f6f0e4, #ebd6a0);
  background: linear-gradient(#f6f0e4, #ebd6a0);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.title_h3cmn>span {
  background: url(../image_cmn/tips/bg-h3.png);
  display: block;
  padding: 15px 35px 11px;
  position: relative;
}

.title_h3cmn span span {
  position: relative;
}

.anchor_h3 {
  background-color: #f6efe0;
  border: solid 1px #725e3e;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  max-width: 760px;
  margin: 0 auto;
  padding: .2em 1.35em .15em;
  text-align: left;
}

.anchor_h3>span {
  display: block;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .anchor_h3 {
    padding: .3em 1.35em .05em;
  }
}

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

/*=========================
  見出し h4以下のタイトル
  =========================*/
/* ▼▼▼ .post_title_h4 （ふりがなサイズ） ▼▼▼*/
section.post_title_h4>h4,
div.post_title_h4>h4,
dl.post_title_h4>dt {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 .5em 1em;
  text-indent: -1em;
}

h4.post_title_h4::before,
section.post_title_h4>h4::before,
div.post_title_h4>h4::before,
dl.post_title_h4>dt::before {
  content: "◆";
}

dl.post_title_h4>dd {
  line-height: inherit;
  word-break: normal;
}

section.post_title_h4>div,
div.post_title_h4>div {
  padding-left: 1em;
}

/* 黒色h4見出し対応 */
section.post_title_h4 h4.black-color,
div.post_title_h4 h4.black-color {
  color: #000;
}

@media (min-width: 768px) {
  dl.post_title_h4>dd {
    margin: 0 0 2.5% 1.1em;
  }
}
/* ▲▲▲ .post_title_h4 （ふりがなサイズ） ▲▲▲*/

/* ▼▼▼ .post_title_h5 ▼▼▼*/
div.post_title_h5>h5,
dl.post_title_h5>dt {
  color: #9e1c1c;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

h5.post_title_h5::before,
div.post_title_h5>h5::before,
dl.post_title_h5>dt::before {
  content: "●";
}

div.post_title_h5>div:not(.pink_back):not(.ukiyoe-shoga-link-area):not(.product):not(.cmn_bnr_area):not(.sc_search_sword_list) {
  padding-left: 1em;
}

@media (min-width: 768px) {
  dl.post_title_h5>dd {
    margin: 0 0 2.5% 1.2em;
  }
}
/* ▲▲▲ .post_title_h5 ▲▲▲*/

/* ▼▼▼ .post_title_h6 ▼▼▼*/
div.post_title_h6>h6,
dl.post_title_h6>dt {
  color: #1822a9;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

h6.post_title_h6::before,
div.post_title_h6>h6::before,
dl.post_title_h6>dt::before {
  content: "★";
}

dl.post_title_h6>dd {
  margin: 0 0 2.5% 1.0em;
}
/* ▲▲▲ .post_title_h6 ▲▲▲*/

/*=========================
  記事2カラム
  =========================*/
/* ▼▼▼ .post_col02_wrap ▼▼▼*/
@media (min-width:768px) {
  .post_col02_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post_col02_wrap dl,
  .post_col02_wrap .spacer {
    width: 48.841%;
  }

  .post_col02_wrap dl:not(:nth-last-child(-n+3)) {
    margin-bottom: 40px;
  }

  .post_col02_wrap dl dd {
    margin-left: 0;
    padding: 0 20px;
  }

  .post_col02_wrap .wp-caption {
    margin-top: 20px;
  }

  .post_col02_wrap .spacer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
  }

  .post_col02_wrap .spacer img {
    border: none;
    width: 85%;
  }
}

@media (max-width:767px) {
  .post_col02_wrap .wp-caption {
    margin: 15px auto 0;
    text-align: center;
    width: 100%!important;
  }

  .post_col02_wrap .spacer {
    display: none;
  }
}
/* ▲▲▲ .post_col02_wrap ▲▲▲*/

/*=========================
  テーブル
  =========================*/
/* ▼▼▼ .data（ピンク色のテーブル） ▼▼▼*/
table.data {
  border: #732121 2px solid;
  margin: 0 auto 20px;
  width: 95%;
}

table.data th {
  background: #ffefef;
  border: #732121 1px solid;
  color: #000;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}

table.data th.title {
  background: #732121;
  border-right-color: #ffffff;
  border-style: none dashed none none;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

/*thボーダーを消す*/
table.data th.bdT_none {
  border-top: none;
}

table.data th.bdB_none {
  border-bottom: none;
}

table.data td {
  background: #fff;
  border: #732121 1px solid;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}

/*tdボーダーを消す*/
table.data td.bdT_none {
  border-top: none;
}

table.data td.bdB_none {
  border-bottom: none;
}

table.data.era_sowrd {
  width: 100%;
}

table.data.era_sowrd tr.gap {
  height: 20px;
}

table.data.era_sowrd tr.gap_height {
  height: 260px;
}

table.data.era_sowrd th {
  padding: 10px 5px;
}

table.data.era_sowrd td {
  padding: 10px 0;
}

table.data.era_sowrd a {
  vertical-align: middle;
}

table.data.era_sowrd a.image_link {
  margin: 5px 10px;
}

table.data.era_sowrd dl.era_detail {
  margin: 0 5px 5px;
}

table.data.era_sowrd dl.era_detail:last-child {
  margin-bottom: 0;
}

table.data.era_sowrd dl.era_detail dt {
  font-weight: normal;
  line-height: 1.3;
}

table.data.era_sowrd dl.era_detail dd {
  font-size: 1.5rem !important;
  letter-spacing: 0.075em
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  table.data.era_sowrd tr.gap_min td {
    padding: 0;
  }
}
/* ▲▲▲ .data（ピンク色のテーブル） ▲▲▲*/

/* ▼▼▼ .data2（水色のテーブル） ▼▼▼*/
table.data2 {
  border: #192c5e 2px solid;
  margin: 0 auto 20px;
  width: 95%;
}

table.data2 th {
  background: #eaf5ff;
  border: #192c5e 1px solid;
  color: #192c5e;
  padding: 11px 15px;
  text-align: left;
  vertical-align: middle;
}

table.data2 th.title {
  background: #192c5e;
  border-right-color: #ffffff;
  border-style: none dashed none none;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}

/*thボーダーを消す*/
table.data2 th.bdT_none {
  border-top: none;
}

table.data2 th.bdB_none {
  border-bottom: none;
}

table.data2 td {
  background: #ffffff;
  border: #192c5e 1px solid;
  padding: 11px 15px;
  text-align: left;
  vertical-align: middle;
}

/*tdボーダーを消す*/
table.data2 td.bdT_none {
  border-top: none;
}

table.data2 td.bdB_none {
  border-bottom: none;
}
/* ▲▲▲ .data2（水色のテーブル） ▲▲▲*/

/* ▼▼▼ .data3（日本刀画像＋テーブル＋詳細ボタンセット） ▼▼▼*/
table.data3 {
  border: #192c5e 2px solid;
  margin: 0 auto 35px;
  table-layout: fixed;
  width: 95%;
}

table.data3 th {
  background: #eaf5ff;
  border: #192c5e 1px solid;
  color: #192c5e;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}

table.data3 td {
  background: #fff;
  border: #192c5e 1px solid;
  padding: 8px 15px;
  text-align: center;
  vertical-align: middle;
}
/* ▲▲▲ .data3（日本刀画像＋テーブル＋詳細ボタンセット） ▲▲▲*/

/* ▼▼▼ .data（ピンク色のテーブル（左上のセル無し）） ▼▼▼*/
.data.no_top_cell{
  border: none;
}
.data.no_top_cell tr:first-of-type th:first-of-type{
  background: none;
  border: none;
}
.data.no_top_cell tr:first-of-type th:nth-of-type(2){
  border-left: #732121 2px solid;
}
.data.no_top_cell tr:first-of-type th:nth-of-type(n + 2){
  border-top: #732121 2px solid;
}
.data.no_top_cell tr
{
  border-right: #732121 2px solid;
}
.data.no_top_cell tr:nth-of-type(2) th:first-of-type{
  border-top: #732121 2px solid;
}
.data.no_top_cell tr:nth-of-type(n + 2) th:first-of-type{
  border-left: #732121 2px solid;
}
.data.no_top_cell tr:last-of-type{
  border-bottom: #732121 2px solid;
}
/* ▲▲▲ .data（ピンク色のテーブル（左上のセル無し）） ▲▲▲*/

/* ▼▼▼ .data2（水色のテーブル（左上のセル無し）） ▼▼▼*/
.data2.no_top_cell{
  border: none;
}
table.data2.no_top_cell th{
  padding: 8px 15px;
}
table.data2.no_top_cell td{
  padding: 8px 15px;
}
.data2.no_top_cell tr:first-of-type th:first-of-type{
  background: none;
  border: none;
}
.data2.no_top_cell tr:first-of-type th:nth-of-type(2){
  border-left: #192c5e 2px solid;
}
.data2.no_top_cell tr:first-of-type th:nth-of-type(n + 2){
  border-top: #192c5e 2px solid;
}
.data2.no_top_cell tr{
  border-right: #192c5e 2px solid;
}
.data2.no_top_cell tr:nth-of-type(2) th:first-of-type{
  border-top: #192c5e 2px solid;
}
.data2.no_top_cell tr:nth-of-type(n + 2) th:first-of-type{
  border-left: #192c5e 2px solid;
}
.data2.no_top_cell tr:last-of-type{
  border-bottom: #192c5e 2px solid;
}
/* ▲▲▲ .data（水色のテーブル（左上のセル無し）） ▲▲▲*/

/*=========================
  画像関連
  =========================*/
/* ▼▼▼ .photo_line（画像を横並びにするアンオーダーリスト） ▼▼▼*/
.photo_line {
  display: block;
  margin: 20px auto 30px;
  max-width: 750px;
}

.photo_line ul {
  text-align: center;
}

.photo_line ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

/* 2枚写真を並べるとき */
li.photo_line2 {
  width: 42.86%;
}

@media (min-width:768px) {
  li.photo_line2:nth-of-type(odd) {
    float: left;
  }

  li.photo_line2:nth-of-type(even) {
    float: right;
  }
}

/* 3枚写真を並べるとき */
li.photo_line3 {
  width: 30%;
}

@media (max-width:767px) {
  .photo_line ul li {
    margin: 0 0 10px;
    width: 100%;
  }

  .photo_line ul li img {
    max-width: 300px;
  }
}
/* ▲▲▲ .photo_line（画像を横並びにするアンオーダーリスト） ▲▲▲*/

/*=========================
  ボタン
  =========================*/
/* ▼▼▼ 用語集を見るボタン ▼▼▼*/
.link_word a {
  background: url(../image-cmn/btn-lilnk-word.png) top left no-repeat;
  background-size: 136px;
  display: block;
  height: 28px;
  margin-top: -9px;
  margin-bottom: 30px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  right: 4px;
  text-indent: 100%;
  white-space: nowrap;
  width: 136px;
}

.link_word a:hover {
  opacity: 0.5;
}
/* ▲▲▲ 用語集を見るボタン ▲▲▲*/

/*=========================
  記事内に入れる美術品
  =========================*/
/* ▼▼▼ .ukiyoe-shoga-link-area ▼▼▼*/
.ukiyoe-shoga-link-area .possession__wrap {
  padding-bottom: 10px;
}

.anchor .ukiyoe-shoga-link-area .title_h2cmn {
  /* 崩れ防止 */
  background: none;
  width: 100%;
  padding: 0;
  line-height: 1.1;
}

.anchor .ukiyoe-shoga-link-area {
  /* 崩れ防止 */
  max-width: 92.37%;
  margin-bottom: 1em;
}

.anchor .ukiyoe-shoga-link-area .title_h2cmn:before {
  /* 崩れ防止 */
  z-index: 1;
}

.ukiyoe-shoga-link-area .adj_tate .s_box_item_thum img {
  margin: 0 auto;
}
/* ▲▲▲ .ukiyoe-shoga-link-area ▲▲▲*/

/*=========================
  その他バナー
  =========================*/
/* ▼▼▼ .bnr_up キャプションは左寄せ ▼▼▼ */
.bnr_up figure a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bnr_up figcaption {
  letter-spacing: .09em;
  margin: 6px 0 0;
  text-align: left;
}

.bnr_up figcaption a {
  display: inline;
}

.bnr_up figure img {
  margin: 0 auto;
  vertical-align: bottom;
}

.bnr_up figure:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .bnr_up {
    margin: 50px auto 0;
    width: 500px;
  }

  .box__text .bnr_up {
    margin: 0 auto;
  }

  .bnr_up figure {
    margin: 0 auto 15px;
    max-width: 700px;
  }

  .bnr_up figcaption.caption {
    font-size: 17px;
  }
}

@media (max-width:767px) {
  .bnr_up {
    margin: 1.5em auto 0;
    width: calc(80% + 20px);
  }

  .box__text .bnr_up {
    margin: 0 auto;
    max-width: 350px;
  }

  .bnr_up figure {
    margin: 0 auto 1.5rem;
  }

  .bnr_up figcaption {
    line-height: normal;
    text-align: left;
  }
}
/* ▲▲▲ .bnr_up キャプションは左寄せ ▲▲▲ */

/* ▼▼▼ .content_banner キャプションは中央寄せ ▼▼▼ */
.content_banner {
  margin: 30px auto 15px;
  max-width: 750px;
  overflow: hidden;
  text-align: center;
}

.content_banner figure {
  display: inline-block;
  margin: 15px auto;
  text-align: center;
}

.content_banner figure img {
  margin: 0 auto;
}

.content_banner figure a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.content_banner figcaption {
  font-size: 17px;
  line-height: 1.4;
  margin: 3px 0 10px;
  text-align: center;
}

@media (max-width:767px) {
  .content_banner {
    margin: 15px auto 0px;
  }

  .content_banner figure {
    margin: 0 auto;
    max-width: 90%;
  }

  .content_banner figcaption {
    font-size: 15px;
  }
}
/* ▲▲▲ .content_banner キャプションは中央寄せ ▲▲▲ */

/*=========================
 freearea02 bnr
=========================*/
.cmn_bnr_area img {
  vertical-align: bottom;
}

#freearea02 .cmn_bnr_area {
  margin: 0 auto;
}

@media (min-width:768px) {
  #freearea02 {
    margin-top: 50px;
    padding: 0 10px;
  }

  #freearea02 .cmn_bnr_area + .cmn_bnr_area {
    margin-top: 10px;
  }

  #freearea02 .cmn_bnr_area.col03 {
    max-width: 880px;
  }

  #freearea02 .cmn_bnr_area.col03 figure {
    margin-left: 2.2715%;
    width: 31.819%;
  }

  #freearea02 .cmn_bnr_area.col03 figure:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

@media (max-width:767px) {
  #freearea02 {
    margin-top: 40px;
    padding: 0 10px;
  }

  #freearea02 .cmn_bnr_area + .cmn_bnr_area {
    margin-top: 20px;
  }
}

/*=========================
リスト
=========================*/
/* ▼▼▼ オーダーリスト ▼▼▼ */
ol.ol_01 {
  counter-reset: my-counter;
  margin-bottom: 20px;
  padding-left: 1em;
}

.ol_01 li {
  margin-bottom: 2%;
  padding-left: 1em;
  position: relative;
}

.ol_01>li:before {
  border-radius: 50%;
  border: solid 2px #18561e;
  color: #18561e;
  content: counter(my-counter);
  counter-increment: my-counter;
  display: inline-flex;
  font-size: 0.85em;
  font-weight: 600;
  height: 1.7em;
  justify-content: center;
  line-height: 1.5;
  margin-left: -2.0em;
  margin-top: -0.15em;
  position: absolute;
  text-align: center;
  width: 1.7em;
}

.ol_01 h4,
.ol_01 dl dt {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}

ol.ol_02 {
  list-style-type: decimal;
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.ol_02 li {
  margin-bottom: 10px;
}
/* ▲▲▲ オーダーリスト ▲▲▲ */

/* ▼▼▼ アンオーダーリスト ▼▼▼ */
ul.ul_01 {
  margin-bottom: 20px;
}

.ul_01 li {
  margin-bottom: 1%;
  padding-left: 1em;
  text-indent: -1em;
}

.ul_01 li:before {
  content: url(../image-cmn/ico_disc_01.gif);
  padding-right: 1%;
}

/* 上記アンオーダーリスト使用時に黒丸を使いたくない場合このクラスを使用 */
li.content_none:before {
  content: none;
}

ul.ul_02 {
  margin-bottom: 20px;
}

.ul_02 li {
  margin-bottom: 1%;
  padding-left: 1em;
  text-indent: -1em;
}

.ul_02 li:before {
  content: "■";
  font-size: .7em;
  padding-right: 1%;
  position: relative;
    top: -0.1em;
}
/* ▲▲▲ アンオーダーリスト ▲▲▲ */

/*=========================
  その他
  =========================*/
/* ▼▼▼ 枠付き背景 ▼▼▼ */
.pink_back {
  background: #fff;
  border: 3px solid #ffd6d6;
  padding: 10px 20px;
  margin: 0 0 20px;
}
/* ▲▲▲ 枠付き背景 ▲▲▲ */

/* ▼▼▼ 商品スライダー調整 ▼▼▼ */
.cmn_item_list img {
  border: none;
}

.cmn_item_list .slick-arrow {
  top: 50%;
}

.cmn_item_list .cmn_item_disc .cmn_item_name {
  color: #0d53de;
}

@media (max-width: 767px) {
  .cmn_item_list img {
    border: none;
    max-width: 98%;
  }
  .cmn_item_list .cmn_item_disc .cmn_item_name {
    font-size: 14px;
  }
}
/* ▲▲▲ 商品スライダー調整 ▲▲▲ */

/* ------------------------------------ */
/* ▼ tips_acc_btn */
/* ------------------------------------ */
.tips_acc_btn_wrap .cmn_link_btn {
  border-radius: 0;
  display: block;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}

.tips_acc_btn_wrap .cmn_link_btn.is_active .closed_text {
  display: none;
}

.tips_acc_btn_wrap .cmn_link_btn:not(.is_active) .opened_text {
  display: none;
}

@media (min-width: 768px) {
  .tips_acc_btn_wrap {
    margin: 10px 75px 0 auto;
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  .tips_acc_btn_wrap {
    margin: 0 20px 0 auto;
    max-width: 180px;
  }
}

/* ------------------------------------ */
/* ▼ tipsh_detail_content */
/* ------------------------------------ */
@media (min-width: 768px) {
  .tipsh_detail_content {
    margin-top: 35px;
  }
}

/* ------------------------------------ */
/* ▼ ukiyoe-shoga-link-area */
/* ------------------------------------ */
.ukiyoe-shoga-link-area {
  background: #fff4ef;
  margin: 40px auto 0;
  padding: 40px 59px 10px;
  max-width: 90%;
}

.ukiyoe-shoga-link-area .cmn_h2_01 {
  font-size: 20px;
}
.ukiyoe-shoga-link-area .cmn_h2_01>span>span {
  position: relative;
  z-index: 1;
}

.ukiyoe-shoga-link-area .box__detail {
  padding: 0;
}

.ukiyoe-shoga-link-area .box__detail img {
  border: none;
}

.ukiyoe-shoga-link-area .s_box_list_col1 {
  display: flex;
  margin: 20px auto 0;
  max-width: 100%;
  flex-wrap: wrap;
}

.ukiyoe-shoga-link-area .s_box_list_col1 li {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.ukiyoe-shoga-link-area .s_box_list_col1 li:last-child {
  margin-bottom: 0;
}

.ukiyoe-shoga-link-area .s_box_item_thum {
  display: block;
}

.ukiyoe-shoga-link-area .s_box_item_thum_inner {
  display: block;
  background: #fff;
  border: 1px solid #d1c2a5;
  line-height: 0;
  padding: 20px;
}

.ukiyoe-shoga-link-area .s_box_item_thum_inner img {
  max-width: 100%;
}

.ukiyoe-shoga-link-area .s_box_item_txt_area {
  display: block;
  padding: .5rem 0;
  text-align: center;
}

.ukiyoe-shoga-link-area .ttl__wrap {
  display: block;
  font-size: 18px;
}

.ukiyoe-shoga-link-area .cmn_link_btn {
  margin: .5rem auto 30px;
  width: 232px;
  max-width: 250px; /* 刀剣Wに合わせる */
}

.ukiyoe-shoga-link-area .possession__wrap .possession_ttl {
  flex-basis: inherit;
}  

.ukiyoe-shoga-link-area .possession__wrap .possession_ttl:after {
  content: "／";
}  

/* -- 縦長画像（横幅いっぱい表示でないもの）調整用 -- */
.ukiyoe-shoga-link-area .adj_tate .s_box_item_thum img {
  max-width: 57.0356%;
  width: 100%;
}

@media (min-width: 768px) {
  /*line_02*/
  .ukiyoe-shoga-link-area .line_02:nth-child(2n) {
    width: 47%;
    margin-left: 3%;
  }
  .ukiyoe-shoga-link-area .line_02:nth-child(2n+1) {
    width: 47%;
    margin-right: 3%;
  }
  .ukiyoe-shoga-link-area .line_02.center {
    width: 47%;
    margin: 0 auto 20px;
  }

  /*line_03*/
  .ukiyoe-shoga-link-area .line_03:nth-child(2n) {
    width: 47%;
    margin-right: 3%;
  }
  .ukiyoe-shoga-link-area .line_03:nth-child(2n+1) {
    width: 47%;
    margin-left: 3%;
  }
  .ukiyoe-shoga-link-area .line_03.center {
    width: 47%;
    margin: 0 auto 20px;
  }

  /*line_04*/
  .ukiyoe-shoga-link-area .s_box_list_col1 .line_04 {
    margin: 0 auto 20px;
    text-align: center;
    width: 86%;
  }
}

@media screen and (max-width: 767px) {
  .ukiyoe-shoga-link-area {
    padding: 20px;
  }
  
  .ukiyoe-shoga-link-area .cmn_h2_01 {
    line-height: 1.2;
  }
  
  .ukiyoe-shoga-link-area .ttl__wrap {
    font-size: 1.5rem;
  }
}

.possession__wrap {
  display: flex;
  justify-content: flex-end;
  line-height: 1.2;
}

.possession__wrap .possession_ttl {
  flex-basis: 3em;
  text-align: left;
}

.possession__wrap .small {
  font-size: 72.22%;
}

/* WEB2TCI-50454「刀剣ワールド tips-article.css」からスクロール可能なスライドcss移植 */
.imgwrap_scrollx {
  height: 417px;
  left:0;
  margin-left:auto;
  margin-right:auto;
  max-width: 930px;
  position: absolute;
  right:0;
  width: calc( 100% - 70px );
  z-index: 1;
}
.imgwrap_scrollx > .imgwrap_scrollx_inner {
  border: 1px solid #888888;
  box-sizing: content-box;
  height: 367px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.imgwrap_scrollx img {
  border: none;
}
.imgwrap_scrollx + * {
  padding-top: 445px;
}
.imgwrap_scrollx .img_tgt {
  height: 100%;
  max-width: none;
  width: auto;
}
.imgwrap_scrollx_prev,
.imgwrap_scrollx_next {
  display: block;
  height: 27px;
  position: absolute;
  top: calc((100% - 40px) / 2 - 16px);
  -webkit-touch-callout:none;
  width: 27px;
  z-index: 2;
}
.imgwrap_scrollx_prev {
  background: url(../image-cmn/ico_prev.png) 50% 50% no-repeat;
  background-size: 20px;
  left: -30px;
}
.imgwrap_scrollx_next {
  background: url(../image-cmn/ico_next.png) 50% 50% no-repeat;
  background-size: 20px;
  right: -30px;
}
.imgwrap_scrollx_dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  text-align: center;
}
.imgwrap_scrollx_dots > li {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-size: 14px;
  margin: 0px 10px;
}
.imgwrap_scrollx_dots > li > a {
  align-items: center;
  background: #d2d2d2;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  line-height: 1;
  -webkit-touch-callout:none;
  width: 30px;
}
.imgwrap_scrollx_dots > li > a.current {
  background:#A7923F;
}
.imgwrap_scrollx_dots > li > a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .imgwrap_scrollx > .imgwrap_scrollx_inner {
    height: 350px;
  }
  .imgwrap_scrollx_dots {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .imgwrap_scrollx_dots > li {
    margin: 3px 10px;
  }
  .imgwrap_scrollx + * {
    padding-top: 425px;
  }
}
@media screen and (max-width: 480px) {
  .imgwrap_scrollx + * {
    padding-top: 465px;
  }
}
/* 名古屋刀剣博物館の合戦年表で歴史を知ろう！ 個別指定 */
.meihaku-battle-timeline .imgwrap_scrollx {
  height: 600px;
}
.meihaku-battle-timeline .imgwrap_scrollx > .imgwrap_scrollx_inner {
  height: 550px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.meihaku-battle-timeline .imgwrap_scrollx > .imgwrap_scrollx_inner.noscrollbar::-webkit-scrollbar{
  display:none;
}
.meihaku-battle-timeline .imgwrap_scrollx + * {
  padding-top: 628px;
}
.meihaku-battle-timeline .imgwrap_scrollx .imgwrap_scrollx_dots > li > a.current {
  background: #9b0049;
}
@media screen and (max-width: 767px) {
  .meihaku-battle-timeline .imgwrap_scrollx > .imgwrap_scrollx_inner {
    height: 550px;
  }
  .meihaku-battle-timeline .imgwrap_scrollx + * {
    padding-top: 628px;
  }
}
@media screen and (max-width: 480px) {
  .meihaku-battle-timeline .imgwrap_scrollx + * {
    padding-top: 660px;
  }
}