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

title : 【刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社）】 共通スタイル
scope : 【刀剣ワールド名古屋・丸の内 別館／刀剣・甲冑博物館（東建本社）】 共通

memo：

last modify : 2024/12 WEB2TCI-49106 em指定の文字サイズclass（0.05em刻み）追加

WEB2TCI-39579_tanaka 「全ての浮世絵を見る」ボタン追加
WEB2TCI-37327_igarashi パーツC アンカーリンク04追加
WEB2TCI-34302_igarashi デザインパーツにYouTube準備中画像レイアウト追加
WEB2TCI-33606_igarashi 記事系テンプレート／ボタンデザイン追加
2023/01/27 WEB2TCI-32983_igarashi フッターの署名追加
2022/09/15 WEB2TCI-30366_igarashi アニメーションボタンcss追加対応（２列表示）
2022/07/26 WEB2TCI-29574_igarashi アニメーションボタンcss追加対応
2022/06/21 tanaka／WEB2TCI-28745 刀剣Wコンポーネントスタイル追加
2022/02/14 WEB2TCI-25251_igarashi アニメーション追加
2021/11/22 tanaka／WEB2TCI-24548 見出し・記事一覧レイアウト追加
igarashi／WEB2TCI-24359 SNSアイコン追加(Youtube)
2021/08/19 igarashi／WEB2TCI-22941 テキスト可変バナー追加
2021/02/16 TCI福岡_uesugi バナーキャプションフォントサイズ調整
2021/01/20 TCI福岡_yoneshima 記事ページ導線用スタイル追加
2021/01/20 TCI_eguchi テキストバナー記述追加
2020/12/28 TCI福岡_yoneshima 雑学テンプレート用スタイル追加・修正
2020/11/19 TCI_eguchi テキストバナー記述追加
2020/09/28 TCI福岡_yoneshima PRバナーの追加
2020/09/08 TCI福岡_sakaguchi パンくずリスト構造化データ導入
2020/08/20 TCI福岡_sakaguchi 共通tableクラスの導入
2020/02/14 TCI福岡／新規作成

========================================================== */
/* Fix landscape/portrait fixed menu bug */
.sticky-placeholder {
  max-width:100%;
}

/* ------------------------------------ */
/* ▼ 親要素への適用で直下の全子要素に上部余白を付与する */
/* ------------------------------------ */
/* PC SP 共通 */
.cmn_mt_lv00_5>* {
  margin-top: .5rem;
}

.cmn_mt_lv01>* {
  margin-top: 1rem;
}

.cmn_mt_lv01_5>* {
  margin-top: 1.5rem;
}

.cmn_mt_lv02>* {
  margin-top: 2rem;
}

.cmn_mt_lv02_5>* {
  margin-top: 2.5rem;
}

.cmn_mt_lv03>* {
  margin-top: 3rem;
}

.cmn_mt_lv03_5>* {
  margin-top: 3.5rem;
}

.cmn_mt_lv04>* {
  margin-top: 4rem;
}

.cmn_mt_lv04_5>* {
  margin-top: 4.5rem;
}

.cmn_mt_lv05>* {
  margin-top: 5rem;
}

.cmn_mt_lv05_5>* {
  margin-top: 5.5rem;
}

.cmn_mt_lv06>* {
  margin-top: 6rem;
}

.cmn_mt_lv06_5>* {
  margin-top: 6.5rem;
}

/* 子要素1つ目にも上部余白を付与したい場合は「.cmn_first_add_mt」を追加付与 */
.cmn_mt_lv00_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv01:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv01_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv02:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv02_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv03:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv03_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv04:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv04_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv05:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv05_5:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv06:not(.cmn_first_add_mt)>*:first-child,
.cmn_mt_lv06_5:not(.cmn_first_add_mt)>*:first-child {
  margin-top: 0;
}

/* PC Only */
@media (min-width: 768px) {
  .cmn_pc_mt_lv00_5>* {
    margin-top: .5rem;
  }

  .cmn_pc_mt_lv01>* {
    margin-top: 1rem;
  }

  .cmn_pc_mt_lv01_5>* {
    margin-top: 1.5rem;
  }

  .cmn_pc_mt_lv02>* {
    margin-top: 2rem;
  }

  .cmn_pc_mt_lv02_5>* {
    margin-top: 2.5rem;
  }

  .cmn_pc_mt_lv03>* {
    margin-top: 3rem;
  }

  .cmn_pc_mt_lv03_5>* {
    margin-top: 3.5rem;
  }

  .cmn_pc_mt_lv04>* {
    margin-top: 4rem;
  }

  .cmn_pc_mt_lv04_5>* {
    margin-top: 4.5rem;
  }

  .cmn_pc_mt_lv05>* {
    margin-top: 5rem;
  }

  .cmn_pc_mt_lv05_5>* {
    margin-top: 5.5rem;
  }

  .cmn_pc_mt_lv06>* {
    margin-top: 6rem;
  }

  .cmn_pc_mt_lv06_5>* {
    margin-top: 6.5rem;
  }

  /* 子要素1つ目にも上部余白を付与したい場合は「.cmn_pc_first_add_mt」を追加付与 */
  .cmn_pc_mt_lv00_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv01:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv01_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv02:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv02_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv03:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv03_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv04:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv04_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv05:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv05_5:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv06:not(.cmn_pc_first_add_mt)>*:first-child,
  .cmn_pc_mt_lv06_5:not(.cmn_pc_first_add_mt)>*:first-child {
    margin-top: 0;
  }
}

/* SP Only */
@media screen and (max-width: 767px) {
  .cmn_sp_mt_lv00_5>* {
    margin-top: .5rem;
  }

  .cmn_sp_mt_lv01>* {
    margin-top: 1rem;
  }

  .cmn_sp_mt_lv01_5>* {
    margin-top: 1.5rem;
  }

  .cmn_sp_mt_lv02>* {
    margin-top: 2rem;
  }

  .cmn_sp_mt_lv02_5>* {
    margin-top: 2.5rem;
  }

  .cmn_sp_mt_lv03>* {
    margin-top: 3rem;
  }

  .cmn_sp_mt_lv03_5>* {
    margin-top: 3.5rem;
  }

  .cmn_sp_mt_lv04>* {
    margin-top: 4rem;
  }

  .cmn_sp_mt_lv04_5>* {
    margin-top: 4.5rem;
  }

  .cmn_sp_mt_lv05>* {
    margin-top: 5rem;
  }

  .cmn_sp_mt_lv05_5>* {
    margin-top: 5.5rem;
  }

  .cmn_sp_mt_lv06>* {
    margin-top: 6rem;
  }

  .cmn_sp_mt_lv06_5>* {
    margin-top: 6.5rem;
  }

  /* 子要素1つ目にも上部余白を付与したい場合は「.cmn_sp_first_add_mt」を追加付与 */
  .cmn_sp_mt_lv00_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv01:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv01_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv02:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv02_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv03:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv03_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv04:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv04_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv05:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv05_5:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv06:not(.cmn_sp_first_add_mt)>*:first-child,
  .cmn_sp_mt_lv06_5:not(.cmn_sp_first_add_mt)>*:first-child {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------
margin.anchor_cmn ul li a span
------------------------------------------------------------*/
.t0b5 {
  margin-bottom: 5px;
  margin-top: 0;
}

.t5b0 {
  margin-bottom: 0;
  margin-top: 5px;
}

.t0b10 {
  margin-bottom: 10px;
  margin-top: 0;
}

.t10b0 {
  margin-top: 10px;
  margin-bottom: 0;
}

.t0b15 {
  margin-bottom: 15px;
  margin-top: 0;
}

.t15b0 {
  margin-bottom: 0;
  margin-top: 15px;
}

.t0b20 {
  margin-bottom: 20px;
  margin-top: 0;
}

.t20b0 {
  margin-bottom: 0;
  margin-top: 20px;
}

.t0b25 {
  margin-bottom: 25px;
  margin-top: 0;
}

.t25b0 {
  margin-bottom: 0;
  margin-top: 25px;
}

.t0b30 {
  margin-bottom: 30px;
  margin-top: 0;
}

.t30b0 {
  margin-bottom: 0;
  margin-top: 30px;
}

.t0b35 {
  margin-bottom: 35px;
  margin-top: 0;
}

.t35b0 {
  margin-bottom: 0;
  margin-top: 35px;
}

.t0b40 {
  margin-bottom: 40px;
  margin-top: 0;
}

.t40b0 {
  margin-bottom: 0;
  margin-top: 40px;
}

.t0b45 {
  margin-bottom: 45px;
  margin-top: 0;
}

.t45b0 {
  margin-bottom: 0;
  margin-top: 45px;
}

.t0b50 {
  margin-bottom: 50px;
  margin-top: 0;
}

.t50b0 {
  margin-bottom: 0;
  margin-top: 50px;
}

.t0b55 {
  margin-bottom: 55px;
  margin-top: 0;
}

.t55b0 {
  margin-bottom: 0;
  margin-top: 55px;
}

.t0b60 {
  margin-bottom: 60px;
  margin-top: 0;
}

.t60b0 {
  margin-bottom: 0;
  margin-top: 60px;
}

.t0b65 {
  margin-bottom: 65px;
  margin-top: 0;
}

.t65b0 {
  margin-bottom: 0;
  margin-top: 65px;
}

.t0b70 {
  margin-bottom: 70px;
  margin-top: 0;
}

.t70b0 {
  margin-bottom: 0;
  margin-top: 70px;
}

.t0b75 {
  margin-bottom: 75px;
  margin-top: 0;
}

.t75b0 {
  margin-bottom: 0;
  margin-top: 75px;
}

.t0b80 {
  margin-bottom: 80px;
  margin-top: 0;
}

.t80b0 {
  margin-bottom: 0;
  margin-top: 80px;
}

.t0b85 {
  margin-bottom: 85px;
  margin-top: 0;
}

.t85b0 {
  margin-bottom: 0;
  margin-top: 85px;
}

.t0b90 {
  margin-bottom: 90px;
  margin-top: 0;
}

.t90b0 {
  margin-bottom: 0;
  margin-top: 90px;
}

.t0b95 {
  margin-bottom: 95px;
  margin-top: 0;
}

.t95b0 {
  margin-bottom: 0;
  margin-top: 95px;
}

.t0b100 {
  margin-bottom: 100px;
  margin-top: 0;
}

.t100b0 {
  margin-bottom: 0;
  margin-top: 100px;
}

/*-----------------------------------------------------------
margin top, bottom, right, left
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* PC Only */
@media (min-width: 768px) {
  .pc_mt0 {
    margin-top: 0 !important;
  }

  .pc_mr0 {
    margin-right: 0 !important;
  }

  .pc_ml0 {
    margin-left: 0 !important;
  }

  .pc_mt5 {
    margin-top: 5px !important;
  }

  .pc_mt10 {
    margin-top: 10px !important;
  }

  .pc_mt15 {
    margin-top: 15px !important;
  }

  .pc_mt20 {
    margin-top: 20px !important;
  }

  .pc_mt25 {
    margin-top: 25px !important;
  }

  .pc_mt30 {
    margin-top: 30px !important;
  }

  .pc_mt35 {
    margin-top: 35px !important;
  }

  .pc_mt40 {
    margin-top: 40px !important;
  }

  .pc_mt50 {
    margin-top: 50px !important;
  }

  .pc_mt60 {
    margin-top: 60px !important;
  }

  .pc_mt70 {
    margin-top: 70px !important;
  }

  .pc_mt80 {
    margin-top: 80px !important;
  }

  .pc_mt90 {
    margin-top: 90px !important;
  }

  .pc_mt100 {
    margin-top: 100px !important;
  }
}

/* SP Only */
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0 !important;
  }
  .sp_mr0 {
    margin-right: 0 !important;
  }
  .sp_ml0 {
    margin-left: 0 !important;
  }
  .sp_mt5 {
    margin-top: 5px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mt15 {
    margin-top: 15px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mt25 {
    margin-top: 25px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mt35 {
    margin-top: 35px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }

  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  .sp_mb5 {
    margin-bottom: 5px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_mb15 {
    margin-bottom: 15px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_mb25 {
    margin-bottom: 25px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_mb35 {
    margin-bottom: 35px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
}

/*-----------------------------------------------------------
padding
------------------------------------------------------------*/
.p10b10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p0b1010 {
  padding-bottom: 10px;
  padding-top: 0;
}

.p20b20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p0b1020 {
  padding-bottom: 20px;
  padding-top: 0;
}

.p30b30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p0b1030 {
  padding-bottom: 30px;
  padding-top: 0;
}

.p40b40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p0b1040 {
  padding-bottom: 40px;
  padding-top: 0;
}

.p50b50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p0b1050 {
  padding-bottom: 50px;
  padding-top: 0;
}

/* -- padding-top -- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* -- padding-bottom -- */
.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

/* -- padding-left -- */
.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}


/* -- padding-right -- */
.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

/*-----------------------------------------------------------
line height
------------------------------------------------------------*/
.line14 {
  line-height: 14px;
}

.line15 {
  line-height: 15px;
}

.line16 {
  line-height: 16px;
}

.line17 {
  line-height: 17px;
}

.line18 {
  line-height: 18px;
}

.line19 {
  line-height: 19px;
}

.line20 {
  line-height: 20px;
}

.line21 {
  line-height: 21px;
}

.line22 {
  line-height: 22px;
}

.line23 {
  line-height: 23px;
}

.line24 {
  line-height: 24px;
}

.line25 {
  line-height: 25px;
}

.line26 {
  line-height: 26px;
}

.line27 {
  line-height: 27px;
}

.line28 {
  line-height: 28px;
}

.line29 {
  line-height: 29px;
}

.line30 {
  line-height: 30px;
}

/*-----------------------------------------------------------
FONT Weight
------------------------------------------------------------*/
.fwB {
  font-weight: 600;
}

.fwN {
  font-weight: 400;
}

/*-----------------------------------------------------------
FONT Size　px指定
------------------------------------------------------------*/
.fz0 {
  font-size: 0;
}

.fz10 {
  font-size: 10px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz21 {
  font-size: 21px;
}

.fz22 {
  font-size: 22px;
}

.fz23 {
  font-size: 23px;
}

.fz24 {
  font-size: 24px;
}

.fz25 {
  font-size: 25px;
}

.fz26 {
  font-size: 26px;
}

.fz27 {
  font-size: 27px;
}

.fz28 {
  font-size: 28px;
}

.fz29 {
  font-size: 29px;
}

.fz30 {
  font-size: 30px;
}

/*-----------------------------------------------------------
FONT Size em指定
------------------------------------------------------------*/
.fz0_6em {
  font-size: .6em;
}
.fz0_65em {
  font-size: .65em;
}
.fz0_7em {
  font-size: .7em;
}
.fz0_75em {
  font-size: .75em;
}
.fz0_8em {
  font-size: .8em;
}
.fz0_85em {
  font-size: .85em;
}
.fz0_9em {
  font-size: .9em;
}
.fz0_95em {
  font-size: .95em;
}
.fz1em {
  font-size: 1em;
}
.fz1_05em {
  font-size: 1.05em;
}
.fz1_1em {
  font-size: 1.1em;
}
.fz1_15em {
  font-size: 1.15em;
}
.fz1_2em {
  font-size: 1.2em;
}
.fz1_25em {
  font-size: 1.25em;
}
.fz1_3em {
  font-size: 1.3em;
}
.fz1_35em {
  font-size: 1.35em;
}
.fz1_4em {
  font-size: 1.4em;
}
.fz1_45em {
  font-size: 1.45em;
}
.fz1_5em {
  font-size: 1.5em;
}
/* SP Only */
@media screen and (max-width: 767px) {
  .sp_fz0_6em {
    font-size: .6em;
  }
  .sp_fz0_65em {
    font-size: .65em;
  }
  .sp_fz0_7em {
    font-size: .7em;
  }
  .sp_fz0_75em {
    font-size: .75em;
  }
  .sp_fz0_8em {
    font-size: .8em;
  }
  .sp_fz0_85em {
    font-size: .85em;
  }
  .sp_fz0_9em {
    font-size: .9em;
  }
  .sp_fz0_95em {
    font-size: .95em;
  }
  .sp_fz1em {
    font-size: 1em;
  }
  .sp_fz1_05em {
    font-size: 1.05em;
  }
  .sp_fz1_1em {
    font-size: 1.1em;
  }
  .sp_fz1_15em {
    font-size: 1.15em;
  }
  .sp_fz1_2em {
    font-size: 1.2em;
  }
  .sp_fz1_25em {
    font-size: 1.25em;
  }
  .sp_fz1_3em {
    font-size: 1.3em;
  }
  .sp_fz1_35em {
    font-size: 1.35em;
  }
  .sp_fz1_4em {
    font-size: 1.4em;
  }
  .sp_fz1_45em {
    font-size: 1.45em;
  }
  .sp_fz1_5em {
    font-size: 1.5em;
  }
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
}

table img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

p {
  padding: 0;
}

input, textarea {
  font-size: 100%;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  width: 100%;
}

dl, dt, dd, th, td {
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
}

th {
  font-weight: 600;
}

/* 画像のborderを消す */
.bordernone{
  border:none!important;
}

/*-----------------------------------------------------------
インデント
------------------------------------------------------------*/
.text-indent{
  padding-left: 1em;
  text-indent: -1em;
}

/*-----------------------------------------------------------
※記事ページで使用中にて削除原厳禁
    I forbid you to delete the following.
------------------------------------------------------------*/
/* オーダーリスト */
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: .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: .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;
}

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

/* タイトルタグ */
h1, h2, h3, h4, h5, h6 {
  padding: 0;
}

/* Safari Only */
_::-webkit-full-page-media, h1, h2{
  font-weight: 600;
}

h3, h4, h5, h6 {
  font-weight: normal;
}

pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

em {
  font-style: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

blockquote{
  display: block;
  padding: 10px 20px;
  margin: 0 0 20px;
  border: 3px solid #ffd6d6;
  clear: both;
}

nav ul {
  list-style: none;
}

/* Width content*/
.w730 {
  margin: 0 auto;
  max-width: 730px;
  padding:  0 10px;
}

.w760 {
  margin: 0 auto;
  max-width: 780px;
  padding:  0 10px;
}

.w840 {
  margin: 0 auto;
  max-width: 860px;
  padding:  0 10px;
}

.w880 {
  margin: 0 auto;
  max-width: 900px;
  padding:  0 10px;
}

.w920 {
  margin: 0 auto;
  max-width: 940px;
  padding:  0 10px;
}

.w940 {
  margin: 0 auto;
  max-width: 940px;
  padding:  0 15px;
}

.w1000 {
  margin:  0 auto;
  max-width: 1020px;
  padding: 0 19px;
}

.w1060 {
  margin:  0 auto;
  max-width: 1080px;
  padding: 0 10px;
}

/*-----------------------------------------------------------
table用width ※記事ページで使用中にて削除原厳禁
              I forbid you to delete the following.
------------------------------------------------------------*/
.w80{
  width: 80px!important;
}

.w85{
  width: 85px!important;
}

.w90{
  width: 90px!important;
}

.w95{
  width: 95px!important;
}

.w100{
  width: 100px!important;
}

.w110{
  width: 110px!important;
}

.w120{
  width: 120px!important;
}

.w130{
  width: 130px!important;
}
.w140{
  width: 140px!important;
}

.w150{
  width: 150px!important;
}

.w160{
  width: 160px!important;
}

.w170{
  width: 170px!important;
}

.w180{
  width: 180px!important;
}

.w190{
  width: 190px!important;
}

.w200{
  width: 200px!important;
}

.w250{
  width: 250px!important;
}

.w300{
  width: 300px!important;
}

.w350{
  width: 350px!important;
}

.w400{
  width: 400px!important;
}

.w450{
  width: 450px!important;
}

.w500{
  width: 500px!important;
}

.w550{
  width: 550px!important;
}

.w600{
  width: 600px!important;
}

.w650{
  width: 650px!important;
}

.w700{
  width: 700px!important;
}

.w750{
  width: 750px!important;
}

.w800{
  width: 800px!important;
}

.w850{
  width: 850px!important;
}

.w900{
  width: 900px!important;
}

.w950{
  width: 950px!important;
}

/* pc only width */
@media (min-width: 768px) {
  .pc_w80 {
    width: 80px !important;
  }

  .pc_w85 {
    width: 85px !important;
  }

  .pc_w90 {
    width: 90px !important;
  }

  .pc_w95 {
    width: 95px !important;
  }

  .pc_w100 {
    width: 100px !important;
  }

  .pc_w110 {
    width: 110px !important;
  }

  .pc_w120 {
    width: 120px !important;
  }

  .pc_w130 {
    width: 130px !important;
  }

  .pc_w140 {
    width: 140px !important;
  }

  .pc_w150 {
    width: 150px !important;
  }

  .pc_w160 {
    width: 160px !important;
  }

  .pc_w170 {
    width: 170px !important;
  }

  .pc_w180 {
    width: 180px !important;
  }

  .pc_w190 {
    width: 190px !important;
  }

  .pc_w200 {
    width: 200px !important;
  }

  .pc_w250 {
    width: 250px !important;
  }

  .pc_w300 {
    width: 300px !important;
  }

  .pc_w350 {
    width: 350px !important;
  }

  .pc_w400 {
    width: 400px !important;
  }

  .pc_w450 {
    width: 450px !important;
  }

  .pc_w500 {
    width: 500px !important;
  }

  .pc_w550 {
    width: 550px !important;
  }

  .pc_w600 {
    width: 600px !important;
  }

  .pc_w650 {
    width: 650px !important;
  }

  .pc_w680 {
    width: 680px !important;
  }

  .pc_w700 {
    width: 700px !important;
  }

  .pc_w750 {
    width: 750px !important;
  }

  .pc_w780 {
    width: 780px !important;
  }

  .pc_w800 {
    width: 800px !important;
  }

  .pc_w850 {
    width: 850px !important;
  }

  .pc_w880 {
    width: 880px !important;
  }

  .pc_w900 {
    width: 900px !important;
  }

  .pc_w950 {
    width: 950px !important;
  }

  .pc_w980 {
    width: 980px !important;
  }
}

/* sp only width */
@media screen and (max-width: 767px) {
  .sp_w50 {
    width: 50px !important;
  }

  .sp_w55 {
    width: 55px !important;
  }

  .sp_w60 {
    width: 60px !important;
  }

  .sp_w65 {
    width: 65px !important;
  }

  .sp_w70 {
    width: 70px !important;
  }

  .sp_w75 {
    width: 75px !important;
  }

  .sp_w80 {
    width: 80px !important;
  }

  .sp_w85 {
    width: 85px !important;
  }

  .sp_w90 {
    width: 90px !important;
  }

  .sp_w95 {
    width: 95px !important;
  }

  .sp_w100 {
    width: 100px !important;
  }

  .sp_w110 {
    width: 110px !important;
  }

  .sp_w120 {
    width: 120px !important;
  }

  .sp_w130 {
    width: 130px !important;
  }

  .sp_w140 {
    width: 140px !important;
  }

  .sp_w150 {
    width: 150px !important;
  }

  .sp_w160 {
    width: 160px !important;
  }

  .sp_w170 {
    width: 170px !important;
  }

  .sp_w180 {
    width: 180px !important;
  }

  .sp_w190 {
    width: 190px !important;
  }

  .sp_w200 {
    width: 200px !important;
  }

  .sp_w250 {
    width: 250px !important;
  }

  .sp_w300 {
    width: 300px !important;
  }

  .sp_w350 {
    width: 350px !important;
  }

  .sp_w400 {
    width: 400px !important;
  }

  .sp_w450 {
    width: 450px !important;
  }

  .sp_w500 {
    width: 500px !important;
  }

  .sp_w550 {
    width: 550px !important;
  }

  .sp_w600 {
    width: 600px !important;
  }

  .sp_w650 {
    width: 650px !important;
  }

  .sp_w680 {
    width: 680px !important;
  }

  .sp_w700 {
    width: 700px !important;
  }

  .sp_w750 {
    width: 750px !important;
  }

  .sp_w780 {
    width: 780px !important;
  }

  .sp_w800 {
    width: 800px !important;
  }
}

/* pc only width percent */
@media (min-width: 768px) {
  .pc_w01p {
    width: 1% !important;
  }

  .pc_w02p {
    width: 2% !important;
  }

  .pc_w03p {
    width: 3% !important;
  }

  .pc_w04p {
    width: 4% !important;
  }

  .pc_w05p {
    width: 5% !important;
  }

  .pc_w06p {
    width: 6% !important;
  }

  .pc_w07p {
    width: 7% !important;
  }

  .pc_w08p {
    width: 8% !important;
  }

  .pc_w09p {
    width: 9% !important;
  }

  .pc_w10p {
    width: 10% !important;
  }

  .pc_w11p {
    width: 11% !important;
  }

  .pc_w12p {
    width: 12% !important;
  }

  .pc_w13p {
    width: 13% !important;
  }

  .pc_w14p {
    width: 14% !important;
  }

  .pc_w15p {
    width: 15% !important;
  }

  .pc_w16p {
    width: 16% !important;
  }

  .pc_w17p {
    width: 17% !important;
  }

  .pc_w18p {
    width: 18% !important;
  }

  .pc_w19p {
    width: 19% !important;
  }

  .pc_w20p {
    width: 20% !important;
  }

  .pc_w21p {
    width: 21% !important;
  }

  .pc_w22p {
    width: 22% !important;
  }

  .pc_w23p {
    width: 23% !important;
  }

  .pc_w24p {
    width: 24% !important;
  }

  .pc_w25p {
    width: 25% !important;
  }

  .pc_w26p {
    width: 26% !important;
  }

  .pc_w27p {
    width: 27% !important;
  }

  .pc_w28p {
    width: 28% !important;
  }

  .pc_w29p {
    width: 29% !important;
  }

  .pc_w30p {
    width: 30% !important;
  }

  .pc_w31p {
    width: 31% !important;
  }

  .pc_w32p {
    width: 32% !important;
  }

  .pc_w33p {
    width: 33% !important;
  }

  .pc_w34p {
    width: 34% !important;
  }

  .pc_w35p {
    width: 35% !important;
  }

  .pc_w36p {
    width: 36% !important;
  }

  .pc_w37p {
    width: 37% !important;
  }

  .pc_w38p {
    width: 38% !important;
  }

  .pc_w39p {
    width: 39% !important;
  }

  .pc_w40p {
    width: 40% !important;
  }

  .pc_w41p {
    width: 41% !important;
  }

  .pc_w42p {
    width: 42% !important;
  }

  .pc_w43p {
    width: 43% !important;
  }

  .pc_w44p {
    width: 44% !important;
  }

  .pc_w45p {
    width: 45% !important;
  }

  .pc_w46p {
    width: 46% !important;
  }

  .pc_w47p {
    width: 47% !important;
  }

  .pc_w48p {
    width: 48% !important;
  }

  .pc_w49p {
    width: 49% !important;
  }

  .pc_w50p {
    width: 50% !important;
  }

  .pc_w51p {
    width: 51% !important;
  }

  .pc_w52p {
    width: 52% !important;
  }

  .pc_w53p {
    width: 53% !important;
  }

  .pc_w54p {
    width: 54% !important;
  }

  .pc_w55p {
    width: 55% !important;
  }

  .pc_w56p {
    width: 56% !important;
  }

  .pc_w57p {
    width: 57% !important;
  }

  .pc_w58p {
    width: 58% !important;
  }

  .pc_w59p {
    width: 59% !important;
  }

  .pc_w60p {
    width: 60% !important;
  }

  .pc_w61p {
    width: 61% !important;
  }

  .pc_w62p {
    width: 62% !important;
  }

  .pc_w63p {
    width: 63% !important;
  }

  .pc_w64p {
    width: 64% !important;
  }

  .pc_w65p {
    width: 65% !important;
  }

  .pc_w66p {
    width: 66% !important;
  }

  .pc_w67p {
    width: 67% !important;
  }

  .pc_w68p {
    width: 68% !important;
  }

  .pc_w69p {
    width: 69% !important;
  }

  .pc_w70p {
    width: 70% !important;
  }

  .pc_w71p {
    width: 71% !important;
  }

  .pc_w72p {
    width: 72% !important;
  }

  .pc_w73p {
    width: 73% !important;
  }

  .pc_w74p {
    width: 74% !important;
  }

  .pc_w75p {
    width: 75% !important;
  }

  .pc_w76p {
    width: 76% !important;
  }

  .pc_w77p {
    width: 77% !important;
  }

  .pc_w78p {
    width: 78% !important;
  }

  .pc_w79p {
    width: 79% !important;
  }

  .pc_w80p {
    width: 80% !important;
  }

  .pc_w81p {
    width: 81% !important;
  }

  .pc_w82p {
    width: 82% !important;
  }

  .pc_w83p {
    width: 83% !important;
  }

  .pc_w84p {
    width: 84% !important;
  }

  .pc_w85p {
    width: 85% !important;
  }

  .pc_w86p {
    width: 86% !important;
  }

  .pc_w87p {
    width: 87% !important;
  }

  .pc_w88p {
    width: 88% !important;
  }

  .pc_w89p {
    width: 89% !important;
  }

  .pc_w90p {
    width: 90% !important;
  }

  .pc_w91p {
    width: 91% !important;
  }

  .pc_w92p {
    width: 92% !important;
  }

  .pc_w93p {
    width: 93% !important;
  }

  .pc_w94p {
    width: 94% !important;
  }

  .pc_w95p {
    width: 95% !important;
  }

  .pc_w96p {
    width: 96% !important;
  }

  .pc_w97p {
    width: 97% !important;
  }

  .pc_w98p {
    width: 98% !important;
  }

  .pc_w99p {
    width: 99% !important;
  }

  .pc_w100p {
    width: 100% !important;
  }
}

/* sp only width percent */
@media screen and (max-width: 767px) {
  .sp_w01p {
    width: 1% !important;
  }

  .sp_w02p {
    width: 2% !important;
  }

  .sp_w03p {
    width: 3% !important;
  }

  .sp_w04p {
    width: 4% !important;
  }

  .sp_w05p {
    width: 5% !important;
  }

  .sp_w06p {
    width: 6% !important;
  }

  .sp_w07p {
    width: 7% !important;
  }

  .sp_w08p {
    width: 8% !important;
  }

  .sp_w09p {
    width: 9% !important;
  }

  .sp_w10p {
    width: 10% !important;
  }

  .sp_w11p {
    width: 11% !important;
  }

  .sp_w12p {
    width: 12% !important;
  }

  .sp_w13p {
    width: 13% !important;
  }

  .sp_w14p {
    width: 14% !important;
  }

  .sp_w15p {
    width: 15% !important;
  }

  .sp_w16p {
    width: 16% !important;
  }

  .sp_w17p {
    width: 17% !important;
  }

  .sp_w18p {
    width: 18% !important;
  }

  .sp_w19p {
    width: 19% !important;
  }

  .sp_w20p {
    width: 20% !important;
  }

  .sp_w21p {
    width: 21% !important;
  }

  .sp_w22p {
    width: 22% !important;
  }

  .sp_w23p {
    width: 23% !important;
  }

  .sp_w24p {
    width: 24% !important;
  }

  .sp_w25p {
    width: 25% !important;
  }

  .sp_w26p {
    width: 26% !important;
  }

  .sp_w27p {
    width: 27% !important;
  }

  .sp_w28p {
    width: 28% !important;
  }

  .sp_w29p {
    width: 29% !important;
  }

  .sp_w30p {
    width: 30% !important;
  }

  .sp_w31p {
    width: 31% !important;
  }

  .sp_w32p {
    width: 32% !important;
  }

  .sp_w33p {
    width: 33% !important;
  }

  .sp_w34p {
    width: 34% !important;
  }

  .sp_w35p {
    width: 35% !important;
  }

  .sp_w36p {
    width: 36% !important;
  }

  .sp_w37p {
    width: 37% !important;
  }

  .sp_w38p {
    width: 38% !important;
  }

  .sp_w39p {
    width: 39% !important;
  }

  .sp_w40p {
    width: 40% !important;
  }

  .sp_w41p {
    width: 41% !important;
  }

  .sp_w42p {
    width: 42% !important;
  }

  .sp_w43p {
    width: 43% !important;
  }

  .sp_w44p {
    width: 44% !important;
  }

  .sp_w45p {
    width: 45% !important;
  }

  .sp_w46p {
    width: 46% !important;
  }

  .sp_w47p {
    width: 47% !important;
  }

  .sp_w48p {
    width: 48% !important;
  }

  .sp_w49p {
    width: 49% !important;
  }

  .sp_w50p {
    width: 50% !important;
  }

  .sp_w51p {
    width: 51% !important;
  }

  .sp_w52p {
    width: 52% !important;
  }

  .sp_w53p {
    width: 53% !important;
  }

  .sp_w54p {
    width: 54% !important;
  }

  .sp_w55p {
    width: 55% !important;
  }

  .sp_w56p {
    width: 56% !important;
  }

  .sp_w57p {
    width: 57% !important;
  }

  .sp_w58p {
    width: 58% !important;
  }

  .sp_w59p {
    width: 59% !important;
  }

  .sp_w60p {
    width: 60% !important;
  }

  .sp_w61p {
    width: 61% !important;
  }

  .sp_w62p {
    width: 62% !important;
  }

  .sp_w63p {
    width: 63% !important;
  }

  .sp_w64p {
    width: 64% !important;
  }

  .sp_w65p {
    width: 65% !important;
  }

  .sp_w66p {
    width: 66% !important;
  }

  .sp_w67p {
    width: 67% !important;
  }

  .sp_w68p {
    width: 68% !important;
  }

  .sp_w69p {
    width: 69% !important;
  }

  .sp_w70p {
    width: 70% !important;
  }

  .sp_w71p {
    width: 71% !important;
  }

  .sp_w72p {
    width: 72% !important;
  }

  .sp_w73p {
    width: 73% !important;
  }

  .sp_w74p {
    width: 74% !important;
  }

  .sp_w75p {
    width: 75% !important;
  }

  .sp_w76p {
    width: 76% !important;
  }

  .sp_w77p {
    width: 77% !important;
  }

  .sp_w78p {
    width: 78% !important;
  }

  .sp_w79p {
    width: 79% !important;
  }

  .sp_w80p {
    width: 80% !important;
  }

  .sp_w81p {
    width: 81% !important;
  }

  .sp_w82p {
    width: 82% !important;
  }

  .sp_w83p {
    width: 83% !important;
  }

  .sp_w84p {
    width: 84% !important;
  }

  .sp_w85p {
    width: 85% !important;
  }

  .sp_w86p {
    width: 86% !important;
  }

  .sp_w87p {
    width: 87% !important;
  }

  .sp_w88p {
    width: 88% !important;
  }

  .sp_w89p {
    width: 89% !important;
  }

  .sp_w90p {
    width: 90% !important;
  }

  .sp_w91p {
    width: 91% !important;
  }

  .sp_w92p {
    width: 92% !important;
  }

  .sp_w93p {
    width: 93% !important;
  }

  .sp_w94p {
    width: 94% !important;
  }

  .sp_w95p {
    width: 95% !important;
  }

  .sp_w96p {
    width: 96% !important;
  }

  .sp_w97p {
    width: 97% !important;
  }

  .sp_w98p {
    width: 98% !important;
  }

  .sp_w99p {
    width: 99% !important;
  }

  .sp_w100p {
    width: 100% !important;
  }
}

/*-----------------------------------------------------------
negative marginクラス
------------------------------------------------------------*/
.mt-10{
  margin-top:-10px;
}

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

.mt-20{
  margin-top:-20px;
}

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

.mt-30{
  margin-top:-30px;
}

.mt-35{
  margin-top:-35px;
}

.mt-40{
  margin-top:-40px;
}

.mt-45{
  margin-top:-45px;
}

.mt-50{
  margin-top:-60px;
}

/*-----------------------------------------------------------
aタグ
------------------------------------------------------------*/
a:hover {
  transition: all .3s;
}

/*-----------------------------------------------------------
FLOAT
------------------------------------------------------------*/
.floatL {
  display: inline-block;
  float: left;
}

.floatR {
  display: inline-block;
  float: right;
}

/*-----------------------------------------------------------
Text-Align
------------------------------------------------------------*/
.taL {
  text-align: left!important;
}

.taC {
  text-align: center!important;
}

.taC img {
  margin: 0 auto;
}

.taR {
  text-align: right!important;
}

.alignleft {
  float: left;
  margin: 0 .5em .5em 0;
}

.alignright {
  float: right;
  margin: 0 0 .5em 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto .5em;
  max-width: 722px;
}

/*-----------------------------------------------------------
Color
-------------------------------------------------------------*/
.red_txt{
  color: #9e1c1c!important;
}

.green_txt{
  color: #18561e!important;
}

.navy_txt{
  color: #1822a9!important;
}

/* グレーボタンにするクラス */
.gr{
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .8;
}

.gr:hover{
  opacity: 1 !important;
}

/*-----------------------------------------------------------
display
-------------------------------------------------------------*/
.dBlock{
  display: block;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
/* 謎余白の対策 */
  overflow: auto;
}

body {
  color: #000;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka,  sans-serif;
  font-size: 18px;
  height: 100%;
  letter-spacing: .06em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  word-break: normal;
  word-wrap: break-word;
  /* PC・スマホ・iPad 全部指定 */
  font-feature-settings: "palt";
}

@media ( max-width: 767px ){
  body{
    letter-spacing: .04em ;
  }
  body.fixMenu {
    position: fixed;
    overflow: hidden;
    top: 0;
  }
}

.wcm {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.roll {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.roll:hover img,
.roll:hover {
  opacity: .5;
}
.no-link {
  cursor: default;
  opacity: 1!important;
}
.no-link img {
  opacity: 1!important;
}

/* ipad用 hover透過キャンセル処理のために移動した記述 ここから */
.breadcrumbs li a:hover,
.thumbs li a:hover,
.thumbs li a:hover img,
.charm_detail_content__zoom ul li:not(.active):hover,
.anchortips ul li a:hover,
.btn_red_arr:hover,
.btn_ppl_arr:hover {
  opacity: .5;
}

#map_box_full #closebtn:hover {
  opacity: .8;
}

.bnr_edo-domain a:hover {
  opacity: .7;
}
/* ipad用 hover透過キャンセル処理のために移動した記述 ここまで */

/* ipad用 hover透過キャンセル処理 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body :hover img,
  body :hover,
  .roll:hover img,
  .roll:hover,
  .breadcrumbs li a:hover,
  #map_box_full #closebtn:hover,
  .thumbs li a:hover,
  .thumbs li a:hover img,
  .charm_detail_content__zoom ul li:not(.active):hover,
  .anchortips ul li a:hover,
  .btn_red_arr:hover,
  .btn_ppl_arr:hover,
  .bnr_edo-domain a:hover {
    opacity: 1;
  }
}

/* SEO
   =========================================================== ======================== */
.box_seo {
  margin: auto;
  max-width: 775px;
}

.box_seo .seo_frame {
  border: 1px solid #b28e5f;
  line-height: 1.6;
  margin-bottom: 40px;
  padding: 32px 38px;
  position: relative;
  text-align: justify;
  font-size: 16px;
  letter-spacing: .125em;
}

.box_seo .seo_frame::before,
.box_seo .seo_frame::after {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  width: 773px;
}

.box_seo .seo_frame::before {
  background: url("../image-cmn/seo/bg_seo_before.png?date=20210506") no-repeat top left;
  top: 0;
}

.box_seo .seo_frame::after {
  background: url("../image-cmn/seo/bg_seo_after.png?date=20210506") no-repeat top left;
  bottom: 0;
}

.attention_word{
  max-width: 790px;
  margin: 30px auto;
}

#not-found .attention_word{
  display: none;
}

.attention_word_ttl {
  margin: 0 auto 20px;
  max-width: 530px;
  text-align: center;
}

.attention_word_ttl>span {
  border-bottom: 2px solid #b28e5e;
  display: inline-block;
  padding-bottom: 3px;
}

.attention_word_ttl>span>span {
  border-bottom: 1px solid #d1bb9e;
  display: inline-block;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 55px 10px;
  position: relative;
}

.attention_word_ttl>span>span::before,
.attention_word_ttl>span>span::after {
  background: url('../image-cmn/seo/ico01.png?date=20210506') no-repeat;
  background-size: 24px auto;
  content: "";
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 24px;
}

.attention_word_ttl>span>span::before {
  left: 17px;
}

.attention_word_ttl>span>span::after {
  right: 17px;
}

.attention_word ul {
  font-size: 0;
  margin: auto;
}

.attention_word ul li {
  display: inline-block;
  font-size: 16px;
  letter-spacing: .06em;
  margin-bottom: 5px;
  padding: 0 8px;
  position: relative;
  vertical-align: top;
}

.attention_word ul li::after {
  background: #0a0a0a;
  content: "";
  height: 11px;
  margin-top: -6px;
  right: 0;
  position: absolute;
  top: 50%;
  width: 1px;
}

.attention_word input,
.attention_word label{
  display: none;
}

@media (min-width: 768px) {
  .seo_frame .colspan {
    display: none!important;
  }
  .seo_frame .expand {
    display: block;
  }
  .btn_seo {
    display: none;
  }
}

@media (max-width:767px) {
  .seo_frame__wrapper {
    border: 1px solid #b28e5f;
    padding: 21px 18px 16px;
    position: relative;
  }
  .seo_frame__wrapper .ico_seo {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 15px;
    position: absolute;
    width: 15px;
  }
  .seo_frame__wrapper .ico_seo01 {
    background-image: url("../image-cmn/footer/ico_seo_box01.png?date=20210506");
    left: -1px;
    top: -1px;
  }
  .seo_frame__wrapper .ico_seo02 {
    background-image: url("../image-cmn/footer/ico_seo_box02.png?date=20210506");
    right: -1px;
    top: -1px;
  }
  .seo_frame__wrapper .ico_seo03 {
    background-image: url("../image-cmn/footer/ico_seo_box03.png?date=20210506");
    bottom: -1px;
    left: -1px;
  }
  .seo_frame__wrapper .ico_seo04 {
    background-image: url("../image-cmn/footer/ico_seo_box04.png?date=20210506");
    bottom: -1px;
    right: -1px;
  }
  .box_seo .seo_frame {
    border: 0;
    font-size: 15px;
    margin: 0 !important;
    padding: 0;
  }
  .box_seo .seo_frame:after {
    background: no-repeat;
    clear: both;
    content: "";
    display: table;
    height: 0;
    position: static;
  }
  .box_seo .seo_frame .expand p {
    line-height: 28px;
    max-height: 112px;
  }
  .box_seo .seo_frame .expand.active p:not(.footer_autograph) {
    display: inline;
  }
  .box_seo .seo_frame::before{
    display: none;
  }
  .btn_seo {
    color: #0d53de !important;
    display: block;
    font-size: 15px;
    letter-spacing: -1.5px;
    margin: 3px 0 0 0;
    text-align: right;
  }
  .seo_frame .expand .btn_seo {
    float: right;
  }
  .seo_frame .expand.active .btn_seo {
    float: none;
  }
  .seo_frame .colspan {
    display: block;
  }
  .seo_frame .expand .btn_seo {
    display: inline-block;
  }
  .box_seo {
    padding: 0 9%;
    margin: 0;
    width: 100%;
  }
  .attention_word {
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    width: 90%;
  }
  .attention_word_ttl {
    margin-bottom: 14px;
    max-width: 350px;
  }
  .attention_word_ttl>span>span {
    font-size: 20px;
    padding: 0 40px 5px;
  }
  .attention_word_ttl>span>span::before,
  .attention_word_ttl>span>span::after {
    background-size: 22px auto;
    margin-top: -14px;
  }
  .attention_word_ttl>span>span::before {
    left: 10px;
  }
  .attention_word_ttl>span>span::after {
    right: 10px;
  }
  .attention_word ul {
    width: 100%;
  }
  .attention_word ul li {
    background: #fff;
    display: inline-block;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin: 0 1% 2%;
    padding: 0;
    text-align: center;
    width: 31%;
  }
  .attention_word ul li::after {
    display: none;
  }
  .attention_word ul li span {
    border: 1px solid #b28e5f;
    display: block;
    padding: 5px 0;
  }
  /* CSSアコーディオン */
  .attention_word-hide {
    height: 0;
    opacity: 0;
  }
  .attention_word label{
    border: 1px solid #b28e5f;
    bottom: -27px;
    box-sizing: content-box;
    color: #0d53de;
    display: block;
    font-size: 14px;
    height: 26px;
    left: 1%;
    letter-spacing: 0;
    line-height: 1.9em;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 97%;
    z-index: 100;
  }
  .attention_word label::after {
    content: '+';
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .attention_word input[type=checkbox]:checked ~ .attention_word-hide {
    height: auto;
    opacity: 1;
    transition: all .5s;
  }
  .attention_word input[type=checkbox]:checked + label::after {
    transform: rotate(45deg);
  }
}

@media (max-width: 413px) {
  .attention_word ul li {
    font-size: 0;
  }
  .attention_word ul li span {
    font-size: 10px;
    padding: 5px 0;
  }
  body .box_seo .seo_frame {
    font-size: 12px;
  }
  body .seo_frame__wrapper {
    padding: 13px 10px 8px;
  }
  .btn_seo {
    font-size: 12px;
  }
}
/* END SEO */


/* Breadcrumbs
=================================================================================== */
.breadcrumbs {
  font-size: 0;
  font-feature-settings: normal;
}
.breadcrumbs li {
  color: #000;
  display: inline-block;
  font-weight: 600;
  letter-spacing: normal;
  vertical-align: top;
}
.breadcrumbs.pc li {
  font-size: 17px !important;
}
.breadcrumbs li a {
  color: #0d53de;
  position: relative;
}
.breadcrumbs li a br {
  display: none;
}
.breadcrumbs li::after {
  color: #000;
  content: "＞";
  font-weight: normal;
  margin: 0 5px;
}
.breadcrumbs li:last-of-type::after {
  content: "";
}

@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    max-width: 1000px;
    margin: 15px auto 36px;
    width: 100%;
  }
  .breadcrumbs li {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 15px auto;
    max-width: 85%;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .breadcrumbs li {
    font-size: 14px;
  }
}

/* RWD classes
   =========================================================== ======================== */
.sp_pt {
  display: none;
}

@media (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
  .pc_inline_b {
    display: inline-block !important;
  }
  .sp,
  .sp_inline,
  .sp_inline_b {
    display: none !important;
  }
}

@media (max-width:767px) {
  .pc,
  .pc_inline,
  .pc_inline_b {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_inline_b {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .sp_pt {
    display: inline;
  }
}

/* MAP
=========================================================== ======================== */
/* -- map -- */
.y_mapbox{
  display:block;
  font-size: 0;
  margin:0 auto;
  position:relative;
}

.mod_map_box .y_mapbox{
  margin: 14px auto 0;
}

.mod_map_box .y_mapbox .y_map{
  height: 446px;
  width: 540px;
}

.mod_map_box .y_mapbox .y_map img{
  height: 440px;
  width: 534px;
}

.y_map img{
  border:1px solid #ccc;
  width: 100%;
}

.map_ptbox {
  background: url("../image-cmn/museum/bg_map_pt.png?date=20210506") no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  height: 131px;
  top: 0%;
  left: 0%;
  margin-left: 36%;
  margin-top: 15%;
  padding: 5px;
  position: absolute;
  text-align: center;
  vertical-align: top;
  width: 116px;
  z-index: 6;
}

.map_pt{
  height: 78px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.map_facility_name {
  background: #990033;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
}

.y_map_icn {
  height: 42px;
}

#map_box_full {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#gmap_full {
  width: 100%;
  height: 100%;
}

#map_box_full #closebtn {
  background: url("../image-cmn/museum/btn_map_close.png?date=20210506") no-repeat;
  bottom: 20px;
  cursor: pointer;
  font-size: 0;
  height: 38px;
  left: 50%;
  margin-left: -58px;
  position: fixed;
  width: 117px;
  z-index: 300;
}

#map_box_full .map_ptbox {
  background: none;
  border: 2px solid #0068b7;
  border-radius: 6px;
  height: 115px;
  margin: 0;
  position: static;
}

#map_box_full .gm-style-iw  {
  text-align: center;
}

#map_box_full .gm-style-iw + div {
  display: none!important;
}

@media (max-width: 767px ) {
  .map_ptbox {
    background-size: 50% 50%;
    display: none;
    height: 131px;
    top: 0%;
    left: 0%;
    margin-left: 36%;
    margin-top: 11%;
    padding: 5px;
    width: 116px;
  }
  .gm-style-pbc + div {
    display: none!important;
  }
}

/* Access
=========================================================== ======================== */
/* -- box_room_access -- */
.box_room__wrapper .box_room_access {
  padding: 0 50px 40px;
  width: 100%;
}

.box_room__wrapper .box__museum__common .box_room_access {
  padding: 0 0 25px;
}

@media (max-width: 767px) {
  .box_room__wrapper .box_room_access {
    background: #F8F3DD;
    margin: 22px auto 0;
    padding: 0 0 38px;
    width: 100%;
  }
  .box_room__wrapper .box__museum__common .box_room_access {
    padding-bottom: 38px;
  }
}

/* -- box_room_access txt -- */
.box_room__wrapper .box_room_access .txt_room3 {
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 42.38px;
  margin-bottom: 23px;
  text-align: center;
}

@media (max-width: 767px) {
  .box_room__wrapper .box_room_access .txt_room3 {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 24px;
  }
}

/* -- box_room_access content left_side -- */
.box_room__wrapper .box_room_access .box_room_access--content .left_side {
  display: inline-block;
  float: left;
  vertical-align: top;
  width: 424px;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side .google-maps {
  height: 0;
  margin-bottom: 25px;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side .google-maps iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access01 {
  margin: 40px 0 15px;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 ,
.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access04 {
  margin-bottom: 20px;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 li {
  margin: 0;
  max-width: 50%;
  padding: 0 8px;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access03 li {
  margin-bottom: 15px;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access03 li:last-child {
  margin-bottom: 0;
}

.box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access04 li{
 display: block;
}

@media (max-width: 767px) {
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access04 li{
    width: 90%;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side {
    margin: 0 0 40px;
    padding: 0 5px;
    width: 100%;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side .google-maps {
    margin-bottom: 19px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access01 {
    margin: 20px 0 13px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access01 li {
    width:50%;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access01 li img{
    height:auto;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 {
    display: block;
    float: none;
    font-size: 0;
    width: auto;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 li {
    padding: 0 12px;
    margin: 0;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 li:first-child {
    float: none;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 li a {
    display: block;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access02 li a img{
    height:auto;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access03 li {
    margin-bottom: 11px;
    width: 66.3%;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access03 li:last-child {
    margin-bottom: 0;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .left_side ul.ul_access03 li img {
    height: auto;
  }
}

/* -- box_room_access content right_side -- */
.box_room__wrapper .box_room_access .box_room_access--content .right_side {
  display: inline-block;
  float: left;
  margin-left: 35px;
  vertical-align: top;
  width: 375px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side h3 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_address h3 {
  background: url("../image-cmn/museum/bg_h3_add.png?date=20210506") no-repeat;
  background-size: 421px 40px;
  margin-bottom: 15px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_address p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 40px;
  padding-left: 28px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info h3 {
  background: url("../image-cmn/museum/bg_h3_info.png?date=20210506") no-repeat;
  background-size: 421px 40px;
  margin-bottom: 15px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.heading {
  background: url("../image-cmn/museum/ico_h3_tbl.png?date=20210506") no-repeat top 4px left;
  color: #B28E5F;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  margin: 20px 0 5px;
  padding-left: 30px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.txt {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 27px;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.txt  a {
  color: #0d53de;
}

.box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.txt  a:hover {
  color: #a92121;
}

@media (max-width: 767px) {
  .box_room__wrapper .box_room_access .box_room_access--content .right_side {
    margin-left: 0;
    width: 100%;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side h3 {
    font-size: 17px;
    line-height: 37px;
    height: 37px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_address h3 {
    background: url("../image-cmn/museum/sp/bg_h3_add.png?date=20210506") no-repeat;
    background-size: 100% 37px;
    margin-bottom: 11px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_address p {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 27px;
    padding-left: 17px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info h3 {
    background: url("../image-cmn/museum/sp/bg_h3_info.png?date=20210506") no-repeat;
    background-size: 100% 37px;
    margin-bottom: 15px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.heading {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.txt {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 27px;
  }
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info p.txt span {
    color: #0d53de;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_info h3,
  .box_room__wrapper .box_room_access .box_room_access--content .right_side .access_address h3{
    padding-top: 4px;
  }
}

/* Equipment
=========================================================== ======================== */
/* -- box_room_equipment -- */
.box_room_equipment .anchor {
  margin: 0 auto 60px;
  max-width: 780px;
}

/* -- box_room_equipment title -- */
.box_room_equipment--content .item__title {
  background-color: #a92121;
  background-image:url("../image-cmn/event_cmn/bkg_notice.png?date=20210506");
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 0 auto;
  min-height: 54px;
  padding: 12px 115px 6px 130px;
  position: relative;
  width: 780px;
}

.box_room_equipment--content .item__title span {
  background:url("../image-cmn/event_cmn/bkg09.png?date=20210506") no-repeat;
  color: #0a0a0a;
  display: block;
  font-size: 18px;
  height: 57px;
  left: 10px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 103px;
}

.box_room_equipment--content .item__title.mHeight span {
  top: 50%;
  margin-top: -29px;
}

.box_room_equipment--content .item__title:after {
  background:url("../image-cmn/event_cmn/bkg10.png?date=20210506") no-repeat;
  content: "";
  display: block;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  width: 123px;
}

.box_room_equipment--content .item__title__sub {
  border-bottom: 1px solid #b28e5f;
  color: #0a0a0a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0 0 7px;
  position: relative;
}

.box_room_equipment--content .item__title__sub:after {
  background: #b28e5f;
  bottom: -5px;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

@media ( max-width: 767px ) {
  .box_room_equipment--content .item__title {
    font-size: 19px;
    height: auto;
    letter-spacing: 0;
    line-height: 1.2;
    min-height: 43px;
    padding: 12px 15px 12px 120px;
    width: 100%;
  }
  .box_room_equipment--content .item__title:after {
    display: none;
  }
  .box_room_equipment--content .item__title.mHeight span {
    margin-top: -25px;
  }
  .box_room_equipment--content .item__title__sub {
    font-size: 19px;
    letter-spacing: 0.38px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/* -- box_room_equipment item -- */
.box_room_equipment--content .item {
  background:url("../image-cmn/event_cmn/bkg1.png?date=20210506");
  margin: 0 auto;
  padding: 6px;
  width: 780px;
}

.box_room_equipment--content .item .item__inner {
  background:url("../image-cmn/event_cmn/bkg06.jpg?date=20210506");
  padding: 20px 36px 24px;
  position: relative;
}

.box_room_equipment--content .item .item__inner:after {
  clear: both;
  content: "";
  display: table;
}

.box_room_equipment--content .item .item__inner:before {
  background:url("../image-cmn/event_cmn/bkg08.png?date=20210506") no-repeat;
  content: "";
  display: block;
  height: 172px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 312px;
}

@media ( max-width: 767px ) {
  .box_room_equipment--content .item {
    margin-bottom: 25px;
    padding: 5px;
    width: 100%;
  }
  .box_room_equipment--content .item .item__inner {
    padding: 23px 17px 30px;
  }
  .box_room_equipment--content .item .item__inner:before {
    display: none;
  }
}

/* -- box_room_equipment item__left -- */
.box_room_equipment--content .item__left {
  float: left;
  width: 63%;
}

.box_room_equipment--content .item__left li{
  background:url("../image-cmn/event_cmn/ico_h2.png?date=20210506") no-repeat left top 3px;
  background-size: 20px;
  padding: 0 0 25px 30px;
  text-align: justify;
}

.box_room_equipment--content .item__left li span {
  color: #B28E5F;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1;
}

.box_room_equipment--content .item__left li p {
  line-height: 28.8px;
}

.box_room_equipment--content .item__left li a {
  color: #0d53de;
}

@media ( max-width: 767px ) {
  .box_room_equipment--content .item__left {
    width: 100%;
    margin-bottom: 5%;
  }
  .box_room_equipment--content .item__left li{
    background-position: 0 4px;
    font-size: 15px;
  }
  .box_room_equipment--content .item__left li span {
    font-size: 16px;
    line-height: 22px;
  }
  .box_room_equipment--content .item__left li .btn_red_arr span{
    line-height: normal;
  }
}

/* -- box_room_equipment item__right -- */
.box_room_equipment--content .item__right {
  float: right;
  width: 35%;
}

.box_room_equipment--content .item__right ul li {
  font-size: 0;
  margin-bottom: 15px;
  padding: 0;
}

.box_room_equipment--content .item__right ul li p {
  font-size: 16px;
}

.item__right .btn img{
  width: 100%;
}

@media ( max-width: 767px ) {
  .box_room_equipment--content .item__right {
    float: none;
    width: 100%;
  }
  .box_room_equipment--content .item__right img {
    width: 100%;
  }
  .box_room_equipment--content .item__right .btn{
    padding: 6px 0;
  }
}

/* -- box_room_equipment greenbg -- */
.box_room_equipment__greenbg .item__title{
  background-color: #056e3d;
}

.box_room_equipment__greenbg .item{
  background: url("../image-cmn/event_cmn/bkg2.png?date=20210506");
}

/* -- box_room_equipment txt_room -- */
.txt_room1,
.txt_room2 {
  font-size: 18px;
}

@media ( max-width: 767px ) {
  .txt_room1,
  .txt_room2 {
    font-size: 16px !important;
  }
}

/* Fancybox
=========================================================== ======================== */
/* -- fancybox -- */
body .fancybox-toolbar{
  display:none!important;
}

body .fancybox-close-small{
  background: url("../image-cmn/museum/ico_closepopup.png?date=20210506") no-repeat top left;
  height: 35px;top: -35px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 35px;
}

body .fancybox-close-small::after{
  display:none;
}

/* -- thumbs -- */
.thumbs {
  font-size: 0;
  margin: 0 0 43px;
  text-align: center;
}

.thumbs li {
  display: inline-block;
  padding: 0 20px;
}

.thumbs li a,
.thumbs li a img{
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 767px) {
  .thumbs {
    margin: 0 0 40px;
    overflow: hidden;
    padding: 0 18px;
  }
  .thumbs li {
    padding: 0 7px;
    vertical-align: top;
    width: 50%;
  }
}

/* BOX ZOOM FONT SIZE
=========================================================== ======================== */
.box__font__size__inner {
  border-bottom: 1px solid #a92121;
  padding: 0 8px 8px;
}

.charm_detail_content__zoom {
  font-size: 0;
  margin-bottom: 8px;
  position: relative;
}

.charm_detail_content__zoom span,
.charm_detail_content__zoom ul,
.charm_detail_content__zoom ul li {
  display: inline-block;
  vertical-align: bottom;
}

.charm_detail_content__zoom span {
  font-size: 15px;
  margin-right: 15px;
}

.charm_detail_content__zoom ul li {
  background: #EED3D3;
  border: 1px solid #A92121;
  border-radius: 0;
  color: #B23737;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 28px;
  margin-right: 13px;
  padding: 0;
  text-align: center;
  width: 30px;
}

.charm_detail_content__zoom ul li:last-child {
  margin-right: 0;
}

.charm_detail_content__zoom ul li.active {
  background: #A92121;
  color: #fff;
  cursor: default;
}

.charm_detail_content__zoom ul li:not(.active):hover {
  color: #B23737;
}

.charm_detail_content__zoom ._small {
  font-size: 15px;
  height: 25px;
  line-height: 23px;
  width: 25px;
}

.charm_detail_content__zoom ._large {
  font-size: 25px;
  height: 35px;
  line-height: 33px;
  width: 35px;
}

/* =============== Anchor common ================= */
.anchor_cmn {
  margin: 0 auto 18px;
  max-width: 940px;
}

.anchor_cmn:after {
  clear: both;
  content: "";
  display: block;
}

.anchor_cmn ul {
  margin: 0 -5px;
  text-align: center;
}

.anchor_cmn ul li {
  display: inline-block;
  margin: -7px -3px 15px;
  padding: 0 7px;
  text-align: center;
  width: 33.333333%;
}

.anchor_cmn ul li a {
  background: url("../image-cmn/anchor/anchor_bg.png?date=20210506");
  color: #fff;
  display: table;
  font-size: 19px;
  line-height: 20px;
  padding: 14px 15px;
  position: relative;
  width: 100%;
}

.anchor_cmn ul li a span {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px 0 0;
}

.anchor_cmn ul li a span::after {
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 0;
}

.anchor_cmn ul li a::after,
.anchor_cmn ul li a::before {
  content: "";
  position: absolute;
  top: 0;
}

.anchor_cmn ul li a::before {
  background: url("../image-cmn/anchor/anchor_before.svg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 36px;
  left: 0;
  top: 0;
  width: 47px;
  z-index: 1;
}

.anchor_cmn ul li a::after {
  border: 1px solid #B28E5F;
  bottom: 5px;
  left: 5px;
  top:  5px;
  right: 5px;
}
.anchor_cmn ul li.active a,
.anchor_cmn ul li a:hover {
  background: url("../image-cmn/anchor/anchor_bg_hv.png?date=20210506");
}

@media (max-width: 767px){
  .anchor_cmn {
   margin: 0 auto 22px;
    max-width: 328px;
  }
  .anchor_cmn ul {
    margin: 0;
  }
  .anchor_cmn ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .anchor_cmn ul li a{
    font-size: 15px;
  }
  .anchor_cmn ul li a::before{
    background: url("../image-cmn/anchor/anchor_before_sp.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 50px;
  }
  .anchor_cmn ul li:nth-child(2n+1) {
    clear: both;
  }
  .anchor_cmn ul li.active a {
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .anchor_cmn ul li a{
    padding: 18px 15px 12px;
  }
  .anchor_cmn ul li a span{
    background: url("../image-cmn/anchor/ico_arr.png?date=20210506") right center no-repeat;
    padding-top: 5px;
  }
  .anchor_cmn ul li a span::after{
    display: none;
  }
}

/* ============== box description category ================ */
.box_description{
  color: #0A0A0A;
  margin: 0 auto;
  max-width: 780px;
  padding: 12px 0 45px;
  text-align: center;
}

@media (max-width: 767px){
  .box_description{
    font-size: 15px;
    letter-spacing: .75px;
    line-height: 22px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px 24px;
    text-align: left;
  }
}

/* ========== item-hidden ========= */
.item-hidden{
  display: none;
}

@media (max-width: 767px){
  .item-hidden{
    display: block;
  }
}

/* =============Table common========== */
.table_cmn {
  width: 100%;
  border: 1px solid #b28e5f;
  background: #FFF;
}

.table_cmn td,
.table_cmn th {
  line-height: 24px;
  padding: 20px 12px;
  border-bottom: 1px solid #e8ddcf;
  position: relative;
  vertical-align: middle;
  line-height: 24px;
}

.table_cmn th {
  background: url("../image-cmn/table/bg_table.jpg?date=20210506");
  font-weight: 600;
  text-align: center;
  color: #FFF;
  min-width: 100px;
}

.table_cmn tr:last-child td,
.table_cmn tr:last-child th {
  border-bottom: none;
}

@media (max-width:767px){
  .table_cmn td,
  .table_cmn th {
    padding: 15px 18px;
    font-size: 15px;
  }
}

/* ====================Banner h1 tip ====================*/
.banner_h1 {
  font-size: 0;
  position: relative;
  text-align: center;
}

.banner_h1 .txth1 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: .8px;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 980px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  line-height: 54px;
  z-index: 1;
}

.banner_h1 .txth1 em{
    color: #151056;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    position: relative;
    text-align: center
}

.banner_h1 .txth1 em::before,
.banner_h1 .txth1 em::after {
    background: #151056;
    content: "";
    height: 1px;
    left: -35px;
    position: absolute;
    top: 50%;
    width: 27px;
}

.banner_h1 .txth1 em::after {
  left: auto;
  right: -35px;
}

/* ====================Banner single h1 tip ====================*/
.bannerh1_single {
  font-size: 0;
  position: relative;
  text-align: left;
}

.bannerh1_single::before,
.bannerh1_single::after {
  bottom: -149px;
  content: "";
  height: 149px;
  position: absolute;
  width: 314px;
}

.bannerh1_single::before {
  background: url("../image-cmn/bgtitle/bg_charm_detail_flower01.png?date=20210506") no-repeat top left;
  left: 0;
}

.bannerh1_single::after {
  background: url("../image-cmn/bgtitle/bg_charm_detail_flower02.png?date=20210506") no-repeat top left;
  right: 0;
}

.bannerh1_single h1 {
  position: relative;
}

.bannerh1_single .txth1 {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.5;
  padding: 20px 35px 30px 20px;
  display: block;
  text-shadow: 2px 2px 4px #222;
}

.bannerh1_single .txth1 em {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 8px;
  text-align: center;
  min-width: 70px;
  padding: 6px 10px;
  margin-right: 10px;
  text-shadow: none;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
  .bannerh1_single .txth1 em {
    padding: 10px 10px 2px;
  }
}

@media (max-width: 767px) {
  .banner_h1 {
    padding: 0;
  }
  .banner_h1 .txth1 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 0 10px;
    min-width: 280px;
  }
  .banner_h1 .txth1 em {
    font-size: 14px;
    font-feature-settings: "pkna";
    letter-spacing: .8px;
    line-height: inherit;
  }
  .banner_h1 .txth1 em::before,
  .banner_h1 .txth1 em::after {
    width: 11px;
    left: -15px;
  }
  .banner_h1 .txth1 em::after {
    left: auto;
    right: -15px;
  }
  .bannerh1_single {
    padding: 0 10px;
    background: none !important;
  }
  .bannerh1_single::before,
  .bannerh1_single::after {
    display: none;
  }
  .bannerh1_single .txth1 {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 29px;
    margin: 0;
    padding: 12px;
  }
  .bannerh1_single .txth1 em {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .adjust__sp__fontsize01 {
    font-size: 15px;
  }
}

.img100 img{
  width: 100%;
}

.anchor__item{
  display: block;
  margin: 0 auto 30px;
  width: 92.75%;
}

.adjust__ls{
  letter-spacing: .075em;
}

/* 注釈・インデント */
.indent {
  padding-top: 5px;
  padding-left:1em;
  text-indent: -1em;
  display: inline-block;
}

.indent::before {
  content:"※";
  width: 1.5em;
}

/* -- banner font size -- */
@media (min-width: 768px) {
  .cmn_bnr_text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .cmn_bnr_text {
    font-size: 1.5rem;
  }
}

/*-----------------------------------------------------------
  common link button
------------------------------------------------------------*/
.cmn_link_btn {
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: opacity .3s;
  width: 100%;
}

@media (min-width: 768px) {
  .cmn_link_btn:not(.gr_content):hover {
    opacity: .6;
  }
}

/* ipad */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cmn_link_btn:not(.gr_content):hover {
    opacity: 1;
  }
}

.cmn_link_btn::before,
.cmn_link_btn::after {
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.cmn_link_btn::before {
  top: 0;
  left: 0;
}

.cmn_link_btn::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cmn_link_btn_inner::before,
.cmn_link_btn_inner::after {
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.cmn_link_btn_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.cmn_link_btn_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cmn_link_btn_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: block;
  font-feature-settings: "pkna";
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 6px 11px 6px 2px;
  position: relative;
}

.cmn_link_btn_text::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  width: 0;
}

/* ▼ 浮世絵リンクエリア調整用 ▼ */
.ukiyoe-shoga-link-area .cmn_link_btn {
  margin: .5rem auto 30px;
  width: 232px;
}

.ukiyoe-shoga-link-area .cmn_link_btn_text {
  font-size: 15px;
}

.ukiyoe-shoga-link-area .s_box_list_col1 li .cmn_link_btn:before {
  border-color: #cb6868;
}
/* ▲ 浮世絵リンクエリア調整用 ▲ */

/* color variation */
/* purple */
.cmn_link_btn.link_btn_ppl {
  background-color: #7f1eb0;
  border-color: #6e1c98;
}

.cmn_link_btn.link_btn_ppl .cmn_link_btn_text {
  border-color: #a887be;
}

.cmn_link_btn.link_btn_ppl::before,
.cmn_link_btn.link_btn_ppl::after,
.cmn_link_btn.link_btn_ppl .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_ppl .cmn_link_btn_inner::after {
  border-right: solid 1px #a887be;
  border-bottom: solid 1px #a887be;
}

/* green */
.cmn_link_btn.link_btn_green {
  background-color: #608c00;
  border-color: #4c6e01;
}

.cmn_link_btn.link_btn_green .cmn_link_btn_text {
  border-color: #9aa87d;
}

.cmn_link_btn.link_btn_green::before,
.cmn_link_btn.link_btn_green::after,
.cmn_link_btn.link_btn_green .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_green .cmn_link_btn_inner::after {
  border-right: solid 1px #9aa87d;
  border-bottom: solid 1px #9aa87d;
}

/* gray */
.cmn_link_btn.gr_content {
  background-color: #aaa;
  border-color: #7f7f7f;
  pointer-events: none;
}

.cmn_link_btn.gr_content .cmn_link_btn_text {
  border-color: #7f7f7f;
}

.cmn_link_btn.gr_content::before,
.cmn_link_btn.gr_content::after,
.cmn_link_btn.gr_content .cmn_link_btn_inner::before,
.cmn_link_btn.gr_content .cmn_link_btn_inner::after {
  border-right: solid 1px #7f7f7f;
  border-bottom: solid 1px #7f7f7f;
}

/* white */
.cmn_link_btn.link_btn_wh {
  background-color: #FFF;
}

.cmn_link_btn.link_btn_wh .cmn_link_btn_text {
  border-color: #c92121;
  color: #c92121;
}

.cmn_link_btn.link_btn_wh::before,
.cmn_link_btn.link_btn_wh::after,
.cmn_link_btn.link_btn_wh .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_wh .cmn_link_btn_inner::after {
  border-right: solid 1px #c92121;
  border-bottom: solid 1px #c92121;
}

.cmn_link_btn.link_btn_wh .cmn_link_btn_text::after {
  border-color: transparent transparent transparent #c92121;
}
/* movie */
.cmn_link_btn.icon_movie .cmn_link_btn_text {
  padding: 6px 30px 6px 15px;
}
.cmn_link_btn.icon_movie .cmn_link_btn_text::after {
  background: url('../image-cmn/icon/ico-tv-right.png') no-repeat center;
  background-size: contain;
  border: none;
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 6px;
}

@media (max-width:767px) {
  .cmn_link_btn.icon_movie .cmn_link_btn_text::after {
    width: 20px;
  }
}

/* flower */
.cmn_link_btn.link_btn_flower {
  background: url('../image-cmn/button/bg-btn-gold.png') no-repeat center;
  background-size: cover;
  border: 1px solid #103848;
  padding: 2px;
}

.cmn_link_btn.link_btn_flower::before,
.cmn_link_btn.link_btn_flower::after {
  content: none;
}

.cmn_link_btn.link_btn_flower .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_flower .cmn_link_btn_inner::after {
  content: none;
}

.cmn_link_btn.link_btn_flower .cmn_link_btn_inner::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  transform: rotate(0deg);
  width: 0;
}

.cmn_link_btn.link_btn_flower .cmn_link_btn_text::before {
  content: '';
  background: url('../image-cmn/button/bg-btn-flower-l.png') no-repeat left bottom;
  background-size: contain;
  height: 100%;
  width: 20%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cmn_link_btn.link_btn_flower .cmn_link_btn_text::after {
  content: '';
  background: url('../image-cmn/button/bg-btn-flower-r.png') no-repeat right top;
  background-size: contain;
  border: none;
  height: 100%;
  width: 20%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.cmn_link_btn.link_btn_flower .cmn_link_btn_text {
  align-items: center;
  background-color: #155f7b;
  border-color: #103848;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 20px;
  margin: 0;
}

@media (max-width:767px) {
  .cmn_link_btn.link_btn_flower .cmn_link_btn_inner::after {
    right: 10%;
  }
  
  .cmn_link_btn.link_btn_flower .cmn_link_btn_text {
    padding: 8px 10px;
  }
}

/* flower02 */
.cmn_link_btn.link_btn_flower02 {
  border: 1px solid #8a2625;
  padding: 3px;
}

.cmn_link_btn.link_btn_flower02::before {
  content: '';
  background: url(../image-cmn/button/bg-btn-flower02-l.png) no-repeat left bottom;
  background-size: auto 50px;
  border: none;
  height: 100%;
  width: 20%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.cmn_link_btn.link_btn_flower02::after {
  content: '';
  background: url(../image-cmn/button/bg-btn-flower02-r.png) no-repeat right bottom;
  background-size: auto 21px;
  border: none;
  height: 100%;
  width: 20%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: none;
  transform: none;
}

.cmn_link_btn.link_btn_flower02 .cmn_link_btn_inner::before {
  content: none;
}

.cmn_link_btn.link_btn_flower02 .cmn_link_btn_inner::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  transform: rotate(0deg);
  width: 0;
}

.cmn_link_btn.link_btn_flower02 .cmn_link_btn_text {
  align-items: center;
  border-color: #f9f2d4;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 20px 8px 35px;
  margin: 0;
}

.cmn_link_btn.link_btn_flower02 .cmn_link_btn_text::after {
  content: none;
}

@media (max-width:767px) {
  .cmn_link_btn.link_btn_flower02 .cmn_link_btn_inner::after {
    right: 10%;
    top: calc(50% - 5px);
  }

  .cmn_link_btn.link_btn_flower02 .cmn_link_btn_text {
    padding: 8px 10px;
  }
}

/* rounded */
.cmn_link_btn.link_btn_rounded {
  background-color: #fffde1;
  border: 1px solid #8d3535;
  border-radius: 30px;
  padding: 2px;
}

.cmn_link_btn.link_btn_rounded::before,
.cmn_link_btn.link_btn_rounded::after {
  content: none;
}

.cmn_link_btn.link_btn_rounded .cmn_link_btn_inner {
  border-radius: 30px;
}

.cmn_link_btn.link_btn_rounded .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_rounded .cmn_link_btn_inner::after {
  content: none;
}

.cmn_link_btn.link_btn_rounded .cmn_link_btn_text {
  border-radius: 30px;
  border: none;
  align-items: center;
  background: linear-gradient(to right, #c92178, #b6233d);
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px 30px;
  margin: 0;
}

.cmn_link_btn.link_btn_rounded .cmn_link_btn_text::after {
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 12px;
  height: 12px;
  border-style: solid;
  transform: rotate(45deg);
  top: calc(50% - 6px);
  right: 11px;
}

@media (max-width:767px) {
  .cmn_link_btn.link_btn_rounded .cmn_link_btn_text {
    padding: 12px 10px;
  }

  .cmn_link_btn.link_btn_rounded .cmn_link_btn_text::after {
    top: calc(50% - 5px);
  }
}

/* rounded_2 */
.cmn_link_btn.link_btn_rounded_2 {
  background-color: #a47c47;
  background-image: url(/app/themes/wp-templ/image-cmn/button/bg-btn.png);
  background-size: auto 26px;
  background-blend-mode: soft-light;
  border: none;
  border-radius: 100vh;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: opacity .3s;
  width: 100%;
  overflow: hidden;
}
.cmn_link_btn.link_btn_rounded_2::before,
.cmn_link_btn.link_btn_rounded_2::after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.cmn_link_btn.link_btn_rounded_2::before {
  background-color: #b28e5f;
  background-image: url(/app/themes/wp-templ/image-cmn/button/bg-btn.png);
  background-size: auto 26px;
  background-blend-mode: soft-light;
  top: 50%;
  left: calc(100% - 4px);
  height: 42px;
  width: 42px;
  transform: translate(-50%, -50%) rotate(45deg) skew(18deg, 18deg);
}
.cmn_link_btn.link_btn_rounded_2::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(90,42,66,0.45)), color-stop(50%, rgba(255,255,255,0)));
  background-image: linear-gradient(0deg, rgba(90,42,66,0.45) 0%, rgba(255,255,255,0) 50%);
  mix-blend-mode: multiply;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
}
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_inner {
  display: block;
  position: relative;
    z-index: 1;
}
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_inner::before,
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_inner::after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  position: absolute;
}

.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_inner::before {
  top: calc(50% - 4px);
  right: 7px;
  bottom: auto;
  left: auto;
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_text {
  border: none;
  color: #fff;
  display: block;
  font-feature-settings: "pkna";
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.5;
  margin: 0;
  padding: 6px 22px 7px 12px;
  position: relative;
}
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_inner::after {
  top: calc(50% - 1px);
  right: 7px;
  bottom: auto;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cmn_link_btn.link_btn_rounded_2 .cmn_link_btn_text::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border: none;
  content: none;
  display: block;
  height: 0;
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  width: 0;
}
/* 色違いのボタン対応 */
.cmn_link_btn.link_btn_rounded_2.type01 {
  background-color:#882464;
}
.cmn_link_btn.link_btn_rounded_2.type02 {
  background-color:#c08c00;
}
.cmn_link_btn.link_btn_rounded_2.type02::before {
  background-color: #996726;
}
.cmn_link_btn.link_btn_rounded_2.type03 {
  background-color:#1a7593;
}
.cmn_link_btn.link_btn_rounded_2.type04 {
  background-color:#567f41;
}
.cmn_link_btn.link_btn_rounded_2.type05 {
  background-color:#4f5898;
}
.cmn_link_btn.link_btn_rounded_2.type06 {
  background-color:#a47c47;
}
.cmn_link_btn.link_btn_rounded_2.type06::before {
  background-color: #4e3618;
}
.cmn_link_btn.link_btn_rounded_2.gr_content {
  background-color: #b1b1b1;
  pointer-events: none;
}

/* arrow direction variation */
.cmn_link_btn.arrow_top .cmn_link_btn_text::after {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 6px 4px;
}

.cmn_link_btn.arrow_bottom .cmn_link_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-width: 6px 4px 0 4px;
  top: calc(50% - 2px);
}

.cmn_link_btn.link_btn_wh.arrow_top .cmn_link_btn_text::after {
  border-color: transparent transparent #c92121 transparent;
}

.cmn_link_btn.link_btn_wh.arrow_bottom .cmn_link_btn_text::after {
  border-color: #c92121 transparent transparent transparent;
}

/* IE11対応 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_link_btn_text {
    padding: 7px 11px 5px 2px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_link_btn_text {
    font-size: 14px;
    padding: 8px 11px 8px 2px;
  }
}

/* ------------------------------------ */
/* ▼ header */
/* ------------------------------------ */
.header {
  font-size: 0;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 10;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
}
.header_inner .header_logo_main {
  max-width: 421px;
}
@media (min-width: 768px) {
  .header {
    background: url(../image-cmn/header/bg-header.jpg?date=20210506?date=20210416) no-repeat center top;
  }
  .header_inner {
    padding: 10px 30px 10px 36px;
  }
  .header_logo_item_block {
    margin-left: 20px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .header.active {
    background: #fff;
    height: 100%;
    overflow-y: scroll;
  }
  .header_inner {
    background: #f9f4e7;
    padding: 10px 15px;
  }
  .header_inner .header_logo_main {
    padding: 5px 0 5px 10px;
    max-width: 354px;
    width: 54%;
  }
  .header_logo_item_block {
    width: 40%;
  }
  .header_sp_menubtn {
    width: 74%;
    margin-right: 0;
    margin-top: 5px;
  }
  .header_sp_menubtn .header_sp_menubtn_text::after {
    border-color: #fff transparent transparent transparent;
    border-width: 6px 4px 0 4px;
    right: 8px;
  }
  .header_sp_menubtn.active .header_sp_menubtn_text::after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 6px 4px;
  }
}

/* 公式SNSアカウント */
.header_sns_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_sns_link {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-right: 10px;
  position: relative;
  width: 23%;
}

.header_sns_link > img {
  transition: .2s;
}

.header_sns_link > span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
}

@media (min-width: 768px) {
  .header_sns_block_wrap {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .header_sns_block {
    margin: 4% auto 0;
    max-width: 450px;
    padding: 0 20px;
  }
  .header_sns_link {
    height: auto;
    padding: 1.5% 6% 1.5% 1%;
    width: 48.781%;
  }
  .header_sns_link.fb {
    background: -webkit-linear-gradient(top, #6dacfe 0%,#3477cf 100%);
    background: linear-gradient(to bottom, #6dacfe 0%,#3477cf 100%);
    border: 1px solid #3175cd;
  }
  .header_sns_link.ig {
    background: -webkit-linear-gradient(top, #d09be4 0%,#a25cca 100%);
    background: linear-gradient(to bottom, #d09be4 0%,#a25cca 100%);
    border: 1px solid #ac73cb;
  }
  .header_sns_link.tw {
    background: -webkit-linear-gradient(top, #80d4ec 0%,#2ea8e5 100%);
    background: linear-gradient(to bottom, #80d4ec 0%,#2ea8e5 100%);
    border: 1px solid #399ed2;
  }
  .header_sns_link.yt {
    background: -webkit-linear-gradient(top, #f36463 0%,#d14544 100%);
    background: linear-gradient(to bottom, #f36463 0%,#d14544 100%);
    border: 1px solid #da4847;
  }
  .header_sns_link:nth-child(n+3) {
    margin-top: 7px;
  }
  .header_sns_link::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
  }
  .header_sns_link > span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .06em;
  }
}
/* 201008 ヘッダーレスポンス調整 */
@media (max-width: 1040px) and (min-width: 768px) {
  .header_sns_link > span {
    font-size: 1.3vw;
  }
}
/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.nav.fixed .main_nav {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.main_nav {
  font-size: 0;
  text-align: center;
}

.main_nav_inner {
  max-width: 1060px;
  margin: 0 auto;
}

.nav_list> a {
  display: block;
  position: relative;
  width: 100%;
}

.nav_list.home> a::before {
  content: "";
  display: block;
  position: absolute;
}

@media (min-width:768px) {
  .nav,
  .main_nav {
    background: #000;
  }
  .main_nav_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 35px;
    position: relative;
  }
  .nav_list{
    background: #c92121;
    border: 1px solid #fff;
    border-left: 4px solid #fff;
    margin: 7px 3px;
    position: relative;
    width: 33%;
  }
  .nav_list::before{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0px 5px 7px;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    height: 0;
    width: 0;
    z-index: 10;
  }
  .nav_list> a {
    color: #fff;
    font-size: 1.65rem;
    font-weight: 600;
    height: 100%;
    min-height: 54px;
    padding: 14px 5px 0;
  }
  .nav_list> a:hover {
    background: #a91515;
  }
  .nav_list.home{
    border-left: 1px solid #fff;
  }
  .nav_list.home::before{
    border: none;
  }
  .nav_list.home> a {
    background: #900;
    font-size: 1.45rem;
    padding: 8px 2% 3px 12%;
  }
  .nav_list.home> a::before {
    background: #900 url("../image-cmn/header/btn_home_pc.png?date=20210506") no-repeat center left;
    background-size: contain;
    height: 18px;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
  }
  .nav_list> a> span {
    display: inline-block;
    letter-spacing: .08em;
    line-height: 1.3334;
  }
  .lower .nav_list {
    width: 25%;
  }
  .nav_list.line2 a {
    font-size: 1.45rem;
    padding-top: 3%;
  }
}
@media only screen and (min-width: 1024px){
  .nav_list.home> a {
    padding: 7px 2% 3px 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  .nav_list> a {
    font-size: 1.5rem;
    padding: 1em 5px 0;
  }
  .nav_list.home> a {
    font-size: 1.2rem;
    padding: .85em 2% 3px 12%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1020px) {
  .nav_list> a:hover {
    background: #c92121;
  }
}

@media (min-width:768px) and (max-width:954px) {
  .main_nav_inner {
    padding: 3px 2%;
  }
  .nav_list.home> a {
    padding: .85em 0 0 12%;
    position: relative;
    z-index: 100;
  }
  .nav_list.home> a::before {
    z-index: -1;
  }
}
@media (min-width:768px) and (max-width:780px) {
  .nav_list.home> a {
    font-size: 1.15rem;
    padding: 1.1em 2% 3px 12%;
  }
}

@media (max-width:767px) {
  .nav {
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .nav.active {
    height: 100%;
  }
  .main_nav {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .main_nav::before,
  .main_nav::after {
    background: url("../image-cmn/header/bg_menu_sp_line.png?date=20210506") repeat-x top left;
    background-size: 12px 3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .main_nav::before {
    top: 0;
  }
  .main_nav::after {
    bottom: 0;
  }
  .main_nav_inner {
    border-top: 1px solid #d2d2d2;
  }
  .nav_list {
    background: url("../image-cmn/header/ico_ar_right_gold.png?date=20210506") no-repeat center right 14px;
    background-size: 6px 9px;
    font-size: 1.6rem;
    text-align: left;
  }
  .nav_list.no-link {
    background-color: #e8e8e8;
    background-image: url("../image-cmn/footer/ico_ar_right_gold_hide.png?date=20210506");
  }
  .nav_list.home {
    background: url("../image-cmn/header/btn_home_sp.png?date=20210506") no-repeat center right 14px;
    background-size: 76px 27px;
  }
  .nav_list a {
    background: url("../image-cmn/header/ico_dots_menu.png?date=20210506") no-repeat center left 14px;
    background-size: 19px 12px;
    border-bottom: 1px solid #d2d2d2;
    color: #0d53de;
    display: block;
    font-size: 17px;
    letter-spacing: -0.5px;
    padding: 15px 15px 14px 39px;
  }
  .nav_list.no-link a {
    background: url("../image-cmn/footer/ico_dots_menu_hide.png?date=20210506") no-repeat center left 15px;
    background-size: 19px 12px;
    color: #848484;
  }
  .nav_list.active {
    background-image: url("../image-cmn/header/ico_ar_up_gold.png?date=20210506");
  }
  .nav_btn_close {
    margin: 20px auto 39px;
    width: 150px;
  }
  .nav_btn_close_text::after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 4px 6px 4px;
    right: 8px;
  }
}

/* ------------------------------------ */
/* ▼ footer */
/* ------------------------------------ */
#footer{
  background: #fff;
  position: relative;
}

#footer:before{
  background: url("../image-cmn/footer/line_footer.png?date=20210506") repeat-x top left;
  content: "";
  display: block;
  margin: 138px auto 0;
  height: 3px;
  width: 95%;
}

.footer_inner {
  margin: auto;
  max-width: 780px;
  padding: 22px 0;
  width: 100%;
}

.footer_inner .footer_cols {
  margin-bottom: 17px;
}

.footer_inner [class*="col_"] {
  float: left;
}

.footer_inner [class*="col_"] li a {
  color: #0d53de;
  font-size: 15px;
  letter-spacing: .6px;
}

.footer_inner [class*="col_"] li a:hover {
  opacity: .5;
}

.footer_inner [class*="col_"] li {
  margin-bottom: 5px;
}

.footer_inner [class*="col_"] li.no-link {
  color: #848484;
}

.footer_inner .col_1 {
  width: 175px;
}

.footer_inner .col_2 {
  width: 205px;
}

.footer_inner .col_2 li .sub {
  left: -4px;
  position: relative;
}

.footer_inner .col_3 {
  width: 256px;
}

.footer_inner .col_4 {
  padding-top: 2px;
  width: 144px;
}

.footer_inner [class*="col_"] .sub {
  padding-top: 5px;
}

.footer_inner [class*="col_"] .sub li {
  background: url("../image-cmn/footer/bg_sub_menu.png?date=20210506") no-repeat top 5px left 11px;
  padding-left: 21px;
}

.footer_inner #footer_logo_area {
  margin: 0 auto;
  width: 760px;
  text-align: center;
}

.footer_inner #footer_logo {
  width: 760px;
  margin: 0 auto 10px;
  font-size: 0;
}

.footer_inner #footer_logo li {
  display: inline-block;
  vertical-align: middle;
}
.footer_inner #footer_logo li:nth-child(1){
  width: 35%;
  margin-right: 5.5%;
}
.footer_inner #footer_logo li:nth-child(2){
  width: 28%;
}
.footer_inner #footer_logo li:nth-child(3){
  width: 23%;
  margin-left: 7%;
}

.footer_inner #footer_copy {
  letter-spacing: .075em;
  font-size: 16px;
  padding: 0;
  text-align: left;
  display: inline-block;
}

.footer_inner .box_copyright {
  font-size: 15px;
  line-height: 1;
  position: relative;
  text-align: center;
}

.footer_inner .box_copyright::after {
  background: url("../image-cmn/footer/bg_footer_after.png?date=20210506") no-repeat center;
  bottom: 9px;
  content: "";
  height: 87px;
  position: absolute;
  right: -101px;
  width: 94px;
}

.footer_inner .box_copyright .company_info {
  letter-spacing: 1px;
  max-width: 630px;
  margin: 0 auto;
}

.footer_inner .box_copyright .company_info #facility {
  float: left;
  text-align: left;
}

.footer_inner .box_copyright .company_info #facility span:first-of-type {
  font-size: 16px;
  letter-spacing: .2em;
}

.footer_inner .box_copyright .company_info .address {
  padding: .4em 0 0;
  display: block;
}

.footer_inner .box_copyright .company_info strong {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.footer_inner .box_copyright .copyright {
  color: #616161;
  font-size: 13px;
  letter-spacing: 1.2px;
  margin: 34px 0 0;
}

.footer_inner .txt__l {
  color: #b83333;
  font-size: 15px;
  letter-spacing: .15px;
  line-height: 21px;
  margin: 0 auto 0;
  padding: 20px 0 0;
  max-width: 630px;
  text-align: left;
  clear: both;
}

/* フッターはリンク色を変えない */
a.change_link_color {
  color: #616161;
}

@media (max-width:1024px) {
  .footer_inner #footer_copy{
    padding: 0 4%;
    font-size: 16px;
  }
}

@media (max-width:767px) {
  #footer {
    margin-top: 84px;
  }
  #footer:before {
    background: none;
    margin: 0;
    height: 0;
    width: 100%;
  }
  .footer_inner {
    background: url("../image-cmn/footer/line_footer.png?date=20210506") repeat-x top left;
    padding: 20px 0 0;
  }
  #footer.no-fixed .btn_gotop_sp {
    bottom: auto;
    position: absolute;
    top: -66px;
  }
  .footer_inner #footer_logo_area {
    width: 100%;
  }
  .footer_inner #footer_logo {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .footer_inner #footer_logo li:nth-child(1){
    width: 80%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(2){
    width: 70%;
    margin: 1rem auto 0;
  }
  .footer_inner #footer_logo li:nth-child(3){
    width: 70%;
    margin: 1rem auto 0;
  }
  .footer_inner .box_copyright {
    font-size: 16px;
    padding: 0;
    text-align: center;
  }
  .footer_inner .box_copyright .company_info {
    letter-spacing: 0;
    line-height: 1.5;
  }
  .footer_inner .box_copyright .company_info #facility {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer_inner .box_copyright .company_info .address {
    padding: 0;
    display: block;
  }
  .footer_inner .box_copyright .company_info::after {
    background: url("../image-cmn/footer/bg_footer_after_sp.png?date=20210506") no-repeat center;
    background-size: 100% 100%;
    content: "";
    height: 72px;
    position: absolute;
    right: 12px;
    top: -17px;
    width: 78px;
  }
  .footer_inner .box_copyright .company_info strong {
    display: block;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
  .footer_inner .box_copyright .copyright {
    font-size: 12px;
    letter-spacing: .8px;
    line-height: 1.5;
    margin: 16px 0 25px;
    padding: 0px 70px;
    position: static;
  }
  .footer_sns {
    text-align: center;
  }
  .footer_sns li {
    margin-right: 15px;
  }
  .footer_sns li:last-child {
    margin: 0;
  }
  .footer_inner .box_copyright::after {
    display: none;
  }
  .footer_inner .txt__l {
    margin-top: 11px;
    padding: 0 40px;
  }
}

@media (max-width:413px) {
  .footer_inner .box_copyright .company_info strong {
    font-size: 23px;
  }
  .footer_inner .box_copyright .company_info::after {
    height: 56px;
    right: 5px;
    top: -12px;
    width: 61px;
  }
  .footer_inner .box_copyright .copyright {
    padding: 0 25px;
  }
  .header_right_sns li {
    margin-right: 13px;
  }
  .header_right_sns li:first-child img {
    height: 37px;
    width: 37px;
  }
  .header_right_sns li:nth-child(2) img {
    height: 37px;
    width: 37px;
  }
  .header_right_sns li:nth-child(3) img {
    height: 26px;
    width: 32px;
  }
  .header_right_sns li:nth-child(4) img {
    height: 32px;
    width: 43px;
  }
  .header_right_sns li:nth-child(5) img {
    height: 38px;
    width: 38px;
  }
  .header_right_sns li:last-child img {
    height: 38px;
    width: 38px;
  }
}

/* -- top footer -- */
@media (min-width:768px) {
  .top #footer:before{
    margin-top: 110px;
  }
}

/* -- btn_gotop -- */
.btn_gotop {
  backface-visibility: hidden;
  bottom: 70px;
  display: none;
  position: fixed;
  right: 31px;
  width: 190px;
  z-index: 2;
}

.btn_gotop.fixed {
  position: absolute;
}

.btn_pagetop.fixed {
  bottom: 280px;
}

.top .btn_pagetop {
  bottom: 20px;
}

.top .btn_pagetop.fixed {
  bottom: 230px;
}

.btn_sitetop {
  bottom: 20px;
}

.btn_sitetop.fixed{
  bottom: 230px;
}

.btn_gotop_text {
  font-weight: normal;
}

.btn_pagetop {
  background-color: #ffd0de;
}

.btn_pagetop::before,
.btn_pagetop::after,
.btn_pagetop_inner::before,
.btn_pagetop_inner::after {
  border-color: #d78ea4;
}

.btn_pagetop_text {
  color: #000;
  padding: 6px 2px 6px 11px;
}

.btn_pagetop_text::after {
  border-color: transparent transparent #000 transparent;
  border-width: 0 6px 10px 6px;
  left: 12px;
  right: auto;
  top: calc(50% - 5px);
}

.btn_sitetop_text {
  padding: 6px 2px 6px 11px;
}

.btn_sitetop_text::after {
  background: url("../image-cmn/footer/ico-btn-home.png?date=20210506") 0 0 no-repeat;
  background-size: contain;
  border: none;
  height: 14px;
  left: 12px;
  right: auto;
  top: calc(50% - 8px);
  width: 16px;
}

@media (min-width:768px) {
  .btn_gotop_text {
    font-size: 1.5rem;
  }
  .btn_gotop_sp {
    display: none!important;
  }
}

@media (max-width:767px) {
  .btn_gotop_sp {
    bottom: 15px;
    display: none;
    font-size: 0;
    height: 50px;
    margin: auto;
    position: fixed;
    right: 80px;
    width: 50px;
    z-index: 10;
  }
  .top .btn_pagetop {
    right: 15px;
  }
  .btn_sitetop {
    right: 15px;
  }
}

/* ------------------------------------ */
/* ▼ BOX TITLE */
/* ------------------------------------ */
@media (min-width:768px) {
  .box__video__content a:hover {
    opacity: 0.5;
  }
}

.box_s .box__title {
  background: url(../image-cmn/movie/bkg_title_top.jpg?date=20210506) no-repeat top center;
  color: #fff;
  display: table;
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 600;
  height: 60px;
  margin: 0 auto 5px;
  padding-top: 19px;
  position: relative;
  text-align: center;
  width: 100%;
}

.box_s .box__title:before {
  background: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.box_s .box__title>span {
  background: url(../image-cmn/movie/bkg_title_bottom.png?date=20210506) no-repeat bottom center;
  display: table-cell;
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.box_s .box__title>span span {
  display: inline-block;
  max-width: 550px;
  padding: 2px 35px 0;
  position: relative;
}

.box_s .box__title>span span:after,
.box_s .box__title>span span:before {
  background: url(../image-cmn/movie/ico02.png?date=20210506) no-repeat;
  content: '';
  display: block;
  height: 15px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box_s .box__title>span span:after {
  left: auto;
  right: 0;
}

.box__video__content {
    font-size: 0;
    position: relative;
    text-align: center;
}

.box__video__content:before {
    background: url(../image-cmn/movie/bkg_video_l.png?date=20210506) no-repeat;
    bottom: 10px;
    content: '';
    display: block;
    height: 243px;
    left: -14px;
    position: absolute;
    width: 266px;
}

.box__video__content:after {
    background: url(../image-cmn/movie/bkg_video_r.png?date=20210506) no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 215px;
    left: auto;
    position: absolute;
    right: -86px;
    width: 393px;
}

.box__video__content a {
    display: inline-block;
    position: relative;
    max-width: 320px;
    margin: 15px 0 0;
}

.box__video__content a:before {
    background: url(../image-cmn/movie/ico_play.png?date=20230809) no-repeat;
    content: '';
    display: block;
    height: 46px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    width: 46px;
}

@media (max-width:767px) {

  .box_s .box__title {
    background: url(../image-cmn/movie/title_photo_sp_t.png?date=20210506) no-repeat top center;
    display: block;
    font-size: 16px;
    letter-spacing: 0.95px;
    height: auto;
    margin: 0 -5px 5px;
    padding-top: 10px;
    width: auto;
  }

  .box_s .box__title>span {
    background: url(../image-cmn/movie/title_photo_sp_b.png?date=20210506) no-repeat bottom center;
    display: block;
    padding-bottom: 10px;
  }

  .box_s .box__title>span span {
    line-height: 1.3;
    max-width: 260px;
    padding: 3px 25px 1px;
  }

  .box_s .box__title>span span:before,
  .box_s .box__title>span span:after {
    background-size: 100%;
    height: 14px;
    margin-top: -7px;
    width: 22px;
  }

  .box_s .box__title>span span br {
    display: none;
  }
  .box__video__content:before,
  .box__video__content:after{
    display: none;
  }
  .box__video__content a:before {
    background-size: 100%;
  }
}

@media (max-width:413px) {
  .box__title {
    height: 40px;
  }

  .box__title>span {
    background-size: auto 40px;
  }

  .box__map__title,
  .box__video__title,
  .box__photos__title {
    background: url(../image-cmn/movie/bkg_top_1.png?date=20210506) no-repeat top center;
    height: auto;
    padding-top: 7px;
  }

  .box__map__title>span,
  .box__video__title>span,
  .box__photos__title>span {
    background: url(../image-cmn/movie/bkg_bottom_1.png?date=20210506) no-repeat bottom center;
    padding-bottom: 7px;
  }

  .box__map__title>span span,
  .box__video__title>span span,
  .box__photos__title>span span {
    max-width: 220px;
    padding: 7px 25px 5px;
  }
}

/*tips video／2列表示[追加]*/
.box__video.box_s .box_caption{
  font-size: 16px;
  margin: 15px 0 0 0;
}
.box__video__content.movie_2line:before{
  left: -171px;
}
.box__video__content.movie_2line:after{
  right: -241px;
}
.box__video__content ul{
  display: flex;
  width: 700px;
  justify-content:center;
  margin: auto;
}
.box__video__content ul li{
  margin: 0 30px 0 0;
}
.box__video__content ul li:last-child{
  margin-right: 0;
}
.box__video__content ul li a{
  max-width: 300px;
}

@media (max-width: 767px) {
  .box__video.box_s .box_caption{
    font-size: 1.5rem;
    margin: 0;
  }
  .box__video__content.movie_2line ul{
    width: 90%;
    flex-wrap:wrap;
  }
  .box__video__content.movie_2line ul li{
    margin: 10px 0 0 0;
  }
}

/* 2020/08/20 WEB2TCI-13246 TCI福岡_sakaguchi cmn_table_borderの追加 */
.cmn_table_border {
  border-style: solid;
  border-width: 3px;
}
.cmn_table_border td {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-style: solid;
}
/* 上部のみにヘッダーがある場合*/
.cmn_table_border.type01 th {
  border-bottom-width: 2px;
  border-right-width: 1px;
  border-style: solid;
}
/* 左側のみにヘッダーがある場合*/
.cmn_table_border.type02 th {
  border-bottom-width: 1px;
  border-right-width: 2px;
  border-style: solid;
}
/* 左側のみにヘッダーがある場合かつdlタグを使用している場合*/
.cmn_table_border.type03 dt {
  border-bottom-width: 1px;
  border-right-width: 2px;
  border-style: solid;
}
.cmn_table_border.type03 dd {
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-style: solid;
}

/* ------------------------------------ */
/* ▼ pr_bnr_contents_block */
/* ------------------------------------ */
#not-found .pr_bnr_contents_block {
  display: none;
}

.pr_bnr_block {
  margin: 0 auto;
  opacity: 0;
  transition: .3s;
}

.pr_bnr_content_inner:first-child {
  max-width: 900px;
  margin: 0 auto 40px;
  padding-top: 40px;
  border-top: 1px solid #ae8b61;
}

.pr_bnr_block.slick-initialized {
  height: auto;
  opacity: 1;
}

.pr_bnr_block .prev,
.pr_bnr_block .next {
  z-index: 2;
}

.pr_bnr_item {
  float: left;
}

.pr_bnr_item_image {
  font-size: 0;
}

@media (min-width: 768px) {
  .pr_bnr_contents_block {
    margin-top: 40px;
    padding-bottom: 0;
  }
  .pr_bnr_block {
    height: 200px;
    max-width: 866px;
    padding: 0 25px;
  }
  .pr_bnr_block .prev {
    left: 0;
  }
  .pr_bnr_block .next {
    right: 0;
  }
  .pr_bnr_item {
    margin: 0 16px;
    max-width: 240px;
  }
  .pr_bnr_item_col2.pr_bnr_block {
    max-width: 790px;
  }
  .pr_bnr_item_col2 .pr_bnr_item {
    margin: 0 15px;
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .pr_bnr_contents_block {
    margin-top: 40px;
  }
  .pr_bnr_block {
    height: 250px;
    max-width: 320px;
  }
  .pr_bnr_content_inner:first-child {
    margin: 0 auto 1.5em;
    padding-top: 1.5em;
    width: 90%;
  }
  .pr_bnr_block .slick-arrow {
    margin-top: 0;
    top: 50%;
  }
  .pr_bnr_block .prev {
    left: -20px;
  }
  .pr_bnr_block .next {
    right: -20px;
  }
  .pr_bnr_item {
    padding: 0 10px;
  }
}

/* --------------------------------------------------------- */
/* ▼ bnr_line (旧スタイルにつき新規ページでは使用しないでください) */
/* --------------------------------------------------------- */

/*=========================
  記事用バナー
  =========================*/
/* ▼▼▼ common bnr_line ▼▼▼ */
.bnr_line>ul {
  margin: 0 auto;
  width: 100%;
}

.bnr_line2 {
  display: inline-block;
  max-width: 350px;
  margin: 20px 1% 0;
  vertical-align: top;
}

.bnr_line2 figure.bnr_box,
.bnr_single_line figure.bnr_box {
  border: 2px solid #B38F5F;
  font-size: 0;
  margin-bottom: 5px;
  min-height: 86.25px;
  position: relative;
}

.bnr_single_line figure.bnr_box {
  margin: 0 auto 5px;
}

.bnr_line2 figure.bnr_box::after,
.bnr_single_line figure.bnr_box::after {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/btn_chronology_arrow.png?date=20210506) no-repeat right bottom;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  max-width: 35px;
  position: absolute;
  right: 0;
  width: 100%;
}

.bnr_line2 figure.bnr_box a,
.bnr_single_line figure.bnr_box a {
  box-sizing: border-box;
  color: #000;
  display: block;
  text-align: center;
  min-height: 100%;
  padding: 13.7% 4% 2%;
  width: 100%;
}

.bnr_single_line figure.bnr_box a {
  padding: 10% 5.5% 2% 4%;
  overflow: hidden;
}

.bnr_line2 figure.bnr_box .txt_name,
.bnr_single_line figure.bnr_box .txt_name {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  font-size: 16px;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  padding: 1.4% 5%;
  width: 80%;
}

.bnr_single_line figure.bnr_box .txt_name {
  float: right;
  padding: 1% 7%;
  width: 68%;
}

.bnr_line2 figure.bnr_box span.txt_name:before,
.bnr_line2 figure.bnr_box:not(.bf_search_cat) span.txt_name:after,
.bnr_single_line figure.bnr_box span.txt_name:before,
.bnr_single_line figure.bnr_box:not(.bf_search_cat) span.txt_name:after {
  display: none;
}

.bnr_line2 span.txt_name:before,
.bnr_single_line span.txt_name:before {
  left: 3%;
}

.bnr_line2 span.txt_name:after,
.bnr_single_line span.txt_name:after {
  right: 3%;
}

.bnr_line .bnr_line2 p,
.bnr_line .bnr_single_line p {
  margin: 0 auto;
  max-width: 504px;
  text-align: left;
}

.bnr_line .bnr_line2 p.no_bnr_box_caption,
.bnr_line .bnr_single_line p.no_bnr_box_caption {
  margin: 5px auto 0;
}

/*一枚バナーで、キャプション文がバナーより長い、かつテキストが中央寄りになっている際に使用*/
.bnr_line .bnr_single_line .long_caption {
  max-width: 504px;
  text-align: left;
}

@media (min-width:768px) {
  .bnr_single_line figure.bnr_box {
    max-width: 504px;
  }

  .bnr_line .bnr_line2 {
    width: 100%;
  }

  .bnr_line2 .bnr_box .txt_name,
  .bnr_single_line .bnr_box .txt_name {
    line-height: 1.2;
  }
}

@media (max-width:767px) {
  .bnr_line>ul {
    max-width: 345px;
    width: 90%;
  }

  .bnr_single_line {
    margin: 0 auto;
    max-width: 345px;
    width: 90%;
  }

  .bnr_line2 {
    margin: 20px auto 0;
  }

  .bnr_line2 figure.bnr_box,
  .bnr_single_line figure.bnr_box {
    min-height: auto;
    line-height: 1;
  }

  .bnr_line2 figure.bnr_box::after,
  .bnr_single_line figure.bnr_box::after {
    max-width: 8%;
  }

  .bnr_line2 figure.bnr_box a,
  .bnr_single_line figure.bnr_box a {
    padding: 14% 4% 3%;
  }

  .bnr_single_line figure.bnr_box.bf_search_cat .txt_name {
    line-height: 1.3;
    padding: 1% 3%;
  }

  .bnr_line2 figure.bnr_box .txt_name,
  .bnr_single_line figure.bnr_box .txt_name {
    float: none;
    padding: 2% 5%;
    width: 90%;
  }

  .bnr_line .bnr_line2 p,
  .bnr_line .bnr_single_line p {
    font-size: 17px;
  }

  .bnr_line .bnr_single_line p {
    text-align: left;
  }
}

/* ------ 各カテゴリー別指定 ------ */
/*リサーチ 城をめぐる戦い .bf_research-castle_link*/
.bnr_line2 figure.bf_research-castle_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_siege_600_150_bg.png?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

.bnr_single_line figure.bf_research-castle_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-siege-bg-1000x180.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/*刀剣広場 刀剣ブログ .bf_hiroba_blog_link*/
.bnr_line2 figure.bf_hiroba_blog_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-blog-link-600x300.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_hiroba_blog_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-blog-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣写真・日本刀画像 .bf_search_link*/
.bnr_line2 figure.bnr_box.bf_search_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_search_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*古戦場 .bf_kosenjo_link*/
.bnr_line2 figure.bnr_box.bf_kosenjo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_kosenjo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*武将・歴史人の日本刀 .bf_sword_legend_link*/
.bnr_line2 figure.bnr_box.bf_sword_legend_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sword_legend_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣展示 博物館の日本刀 .bf_museum_link*/
.bnr_line2 figure.bnr_box.bf_museum_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_museum_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣奉納 神社・仏閣の日本刀 .bf_religious_building_link*/
.bnr_line2 figure.bnr_box.bf_religious_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_religious_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑展示の城郭 .bf_castle_building_link*/
.bnr_line2 figure.bnr_box.bf_castle_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_castle_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*日本史の珍説 .bf_strange_story_link*/
.bnr_line2 figure.bnr_box.bf_strange_story_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_strange_story_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*合戦・歴史年表 .bf_battle_history_link*/
.bnr_line2 figure.bnr_box.bf_battle_history_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_battle_history_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑の関連組織 .bf_organization_link*/
.bnr_line2 figure.bnr_box.bf_organization_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-link-organization-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_organization_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-link-organization-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*戦国武将のお祭り .bf_sengokuwarlords_festival_link*/
.bnr_line2 figure.bnr_box.bf_sengokuwarlords_festival_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sengokuwarlords_festival_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*五箇伝の名工 .bf_gokaden_meikou_link*/
.bnr_line2 figure.bnr_box.bf_gokaden_meikou_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_gokaden_meikou_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou_link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*現代刀の名工・名匠 .bf_modern_sword_artisan_link*/
.clearfix .bnr_line2 figure.bnr_box.bf_modern_sword_artisan_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_modern_sword_artisan_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*名家・著名人の日本刀 .bf_museum_katana_historian_link*/
.bnr_line2 figure.bnr_box.bf_museum_katana_historian_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_museum_katana_historian_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*戦国武将の合戦戦略 .bf_battle_strategy_link*/
.bnr_line2 figure.bnr_box.bf_battle_strategy_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_battle_strategy_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*日本刀の基礎知識 .bf_knowledge_link*/
.bnr_line2 figure.bnr_box.bf_knowledge_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_knowledge_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*甲冑（鎧兜）の基礎知識 .bf_knowledge_armor_link*/
.bnr_line2 figure.bnr_box.bf_knowledge_armor_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_knowledge_armor_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*忍者の基礎知識 .bf_knowledge_ninja_link*/
.bnr_line2 .bnr_box.bf_knowledge_ninja_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}
.bnr_single_line .bnr_box.bf_knowledge_ninja_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*戦国武将 .bf_historian_link*/
.bnr_line2 figure.bnr_box.bf_historian_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_historian_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*主な江戸100藩 .bf_edo-domain100_link*/
.bnr_line2 figure.bnr_box.bf_edo-domain100_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_edo-domain100_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*皇室・公家と刀剣 .bf_imperial_sword_link*/
.bnr_line2 figure.bnr_box.bf_imperial_sword_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_imperial_sword_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*歌舞伎と刀剣 .bf_kabuki_touken_link*/
.bnr_line2 figure.bnr_box.bf_kabuki_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_kabuki_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*歴女必見！戦国武将を支えた女剣士～女性と刀剣～ .bf_women_touken_link*/
.bnr_line2 figure.bnr_box.bf_women_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_women_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*戦国大名（安土・桃山時代） .bf_daimyo_link*/
.bnr_line2 figure.bnr_box.bf_daimyo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_daimyo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*現代に残る武士の風習 .bf_samurai_customs_link*/
.bnr_line2 figure.bnr_box.bf_samurai_customs_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_samurai_customs_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*美濃伝の故郷 関市 .bf_minoden_sekicity_link*/
.bnr_line2 figure.bnr_box.bf_minoden_sekicity_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_minoden_sekicity_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*世界の剣・甲冑（鎧兜） .bf_world_touken_link*/
.bnr_line2 .bnr_box.bf_world_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-world-touken-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line .bnr_box.bf_world_touken_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-world-touken-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣・甲冑（鎧兜）展示の城郭 .bf_castle_building_link*/
.bnr_line2 figure.bnr_box.bf_castle_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_castle_building_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣・歴史小説 .bf_novel_link*/
.bnr_line2 figure.bnr_box.bf_novel_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-novel-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_novel_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-novel-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*書画・美術品写真 .bf_search_art_link*/
.clearfix .bnr_line2 figure.bnr_box.bf_search_art_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-art-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_search_art_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-art-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣ワールド浮世絵：浮世絵師一覧 .bf_ukiyoe_artist_link*/
.clearfix .bnr_line2 .bnr_box.bf_ukiyoe_artist_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line .bnr_box.bf_ukiyoe_artist_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣ワールド浮世絵：浮世絵のシリーズ作品 .bf_ukiyoe_series_link*/
.clearfix .bnr_line2 .bnr_box.bf_ukiyoe_series_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-series-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line .bnr_box.bf_ukiyoe_series_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-series-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣写真・日本刀画像 .bf_search_cat*/
.bnr_line2 figure.bnr_box.bf_search_cat {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-600x300.png?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_search_cat {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-1000x180.png?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_search_cat a {
  padding: 9% 0 2% 0;
}

.bnr_line2 figure.bnr_box.bf_search_cat a {
  padding: 13% 15% 2%;
}

.bnr_single_line figure.bnr_box.bf_search_cat::after,
.bnr_line2 figure.bnr_box.bf_search_cat::after {
  content: none;
}

.bnr_single_line figure.bnr_box.bf_search_cat .txt_name,
.bnr_line2 figure.bnr_box.bf_search_cat .txt_name {
  float: none;
  display: inline-block;
  padding: 1% 3%;
  width: auto;
  position: relative;
  right: 36px;
  border-radius: 3px;
  font-weight: 600;
  color: #d83b30;
  max-width: 65%;
}

.bnr_line2 figure.bnr_box.bf_search_cat .txt_name {
  line-height: 1.3;
  padding: 1% 3%;
}

.bnr_single_line figure.bnr_box.bf_search_cat .txt_name::before,
.bnr_line2 figure.bnr_box.bf_search_cat .txt_name::before {
  content: none;
}

.bnr_single_line figure.bnr_box.bf_search_cat .txt_name::after,
.bnr_line2 figure.bnr_box.bf_search_cat .txt_name::after {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-text_short.png?date=20210506) no-repeat center;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 30px;
  margin: auto 0 auto 5px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 64px;
}

/* 剣舞と詩舞 世界の剣舞 .bf_sword_and_dance_link */
.bnr_line2 figure.bnr_box.bf_sword_and_dance_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sword_and_dance_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/* 刀剣にまつわる神事・文化・しきたり .bf_ritual_culture_clash_link */
.bnr_line2 figure.bnr_box.bf_ritual_culture_clash_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_ritual_culture_clash_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/* 神話・説話に登場の伝説の剣 .bf_mythology_link */
.bnr_line2 figure.bnr_box.bf_mythology_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mythology-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_mythology_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mythology-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣・歴史漫画 .bf_sword_in_comics_link*/
.bnr_line2 figure.bf_sword_in_comics_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sword_in_comics_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-500x90-x2.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣マンガ（刀剣ことわざ4コマ漫画） .bf_comic_link*/
.bnr_line2 figure.bnr_box.bf_comic_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-comic-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_comic_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-comic-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣コスプレ .bf_cosplay_link*/
.bnr_line2 figure.bnr_box.bf_cosplay_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_cosplay_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*歴女に人気の城下町 .bf_castle_town_link*/
.bnr_line2 figure.bnr_box.bf_castle_town_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_castle_town_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*武具の基礎知識 .bf_knowledge_arms_link*/
.bnr_line2 figure.bnr_box.bf_knowledge_arms_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_knowledge_arms_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*弓の基礎知識 .bf_arquebus-bow_link*/
.bnr_line2 figure.bnr_box.bf_arquebus-bow_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-arquebus-bow-link-600x300.jpg?20220920) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_arquebus-bow_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-arquebus-bow-link-1000x180.jpg?20220920) no-repeat top;
  background-size: 100%;
}

/*鉄砲の基礎知識 .bf_knowledge_arquebus_link*/
.bnr_line2 figure.bnr_box.bf_knowledge_arquebus_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-guns-link-600x300.jpg?date=20230712) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_knowledge_arquebus_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-guns-link-1000x180.jpg?date=20230712) no-repeat top;
  background-size: 100%;
}

/*戦国時代の姫・女武将たち .bf_princess_femalewarlord_link*/
.bnr_line2 figure.bnr_box.bf_princess_femalewarlord_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_princess_femalewarlord_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*主君や師匠を支えた歴史上の実力者 .bf_number2_link*/
.bnr_line2 figure.bnr_box.bf_number2_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_number2_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*著名刀工・刀匠名鑑 .bf_sword_artisan_directory_link*/
.bnr_line2 figure.bnr_box.bf_sword_artisan_directory_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sword_artisan_directory_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*徳川十五代将軍 .bf_tokugawa15_link*/
.bnr_line2 figure.bnr_box.bf_tokugawa15_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
  background-color: #1b1a2c;
}

.bnr_single_line figure.bnr_box.bf_tokugawa15_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
  background-color: #1b1a2c;
}

/*歴女向け歴史ガイド .bf_female_history_buff_link*/
.bnr_line2 figure.bnr_box.bf_female_history_buff_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
  background-color: #1b1a2c;
}

.bnr_single_line figure.bnr_box.bf_female_history_buff_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
  background-color: #1b1a2c;
}

/*全国の刀剣商（刀剣買取店・販売店）リンク .bf_organization_tosho_link*/
.bnr_line2 figure.bnr_box.bf_organization_tosho_link{
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_organization_tosho_link{
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣名刀図鑑 .bf_search-noted-sword-cat*/
.bnr_line2 figure.bnr_box.bf_search-noted-sword-cat {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}
.bnr_single_line figure.bnr_box.bf_search-noted-sword-cat {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*刀剣女子に好まれる刀剣 .bf_sword_girl_link*/
.bnr_line2 figure.bnr_box.bf_sword_girl_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sword_girl_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*合戦の街 関ヶ原（関ヶ原の戦い） .bf_sekigahara_wars_link*/
.bnr_line2 figure.bnr_box.bf_sekigahara_wars_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_sekigahara_wars_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*天下三名槍 写し制作プロジェクト .bf_meihaku_tengasanmeisou_link*/
.bnr_line2 figure.bnr_box.bf_meihaku_tengasanmeisou_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-tengasanmeiso-link-600x300.jpg?date=20210506?date=20201118) no-repeat top;
  background-size: 100%;
}

.bnr_single_line .bf_meihaku_tengasanmeisou_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-tengasanmeiso-link-1000x180.jpg?date=20210506?date=20201118) no-repeat top;
  background-size: 100%;
}

/*刀ブロ .bf_toublo_link*/
.bnr_line2 figure.bnr_box.bf_toublo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-toublo-link-600x300.jpg?date=20210506?date=20200825) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_toublo_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-toublo-link-1000x180.jpg?date=20210506?date=20200825) no-repeat top;
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bnr_box.bf_toublo_link .txt_name {
  padding: 1% 0;
}

/* 平安～江戸時代の暮らしや文化 .bf_culture_link */
.bnr_line2 figure.bf_culture_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-culture-link-600x300.jpg?date=20210818) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_culture_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-culture-link-1000x180.jpg?date=20210818) no-repeat top;
  background-size: 100%;
}

/* 刀剣コスプレ（名博メーハク版） .bf_meihaku_cosplay_link */
.bnr_line2 figure.bf_meihaku_cosplay_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-600x300.jpg?date=20210818) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_meihaku_cosplay_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-1000x180.jpg?date=20210818) no-repeat top;
  background-size: 100%;
}

/*旅探 日本の祭り .bf_tour_search*/
.bnr_line2 figure.bnr_box.bnr_box_search.bf_tour_search {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-tour-link-300-150x2.png?date=20210506) no-repeat top;
  background-size: cover;
  border: 2px solid #1e5a89;
}
.bnr_single_line figure.bnr_box.bnr_box_search.bf_tour_search {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-tour-link-500-90x2.png?date=20210506) no-repeat top;
  background-size: cover;
  border: 2px solid #1e5a89;
}

.bnr_single_line figure.bnr_box_search.bnr_box.bf_tour_search a {
  padding: 11% 5.5% 1.7% 4%;
}

.bnr_single_line figure.bnr_box.bf_sekigahara_wars_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/*名古屋刀剣ワールド／刀剣の基本 .bf_meihaku_sword_basic_link*/
.bnr_line2 figure.bf_meihaku_sword_basic_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-600x300.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

.bnr_single_line figure.bnr_box.bf_meihaku_sword_basic_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-1000x180.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}



@media screen and (max-width:767px) {
  /*------各カテゴリー別指定------*/
  /*リサーチ 城をめぐる戦い .bf_research-castle_link*/
  .bnr_single_line .bf_research-castle_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_siege_600_150_bg.png?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
    background-size: 100%;
  }

  /*刀剣広場 刀剣ブログ .bf_hiroba_blog_link*/
  .bnr_single_line figure.bnr_box.bf_hiroba_blog_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-blog-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*名古屋刀剣ワールド／刀剣の基本 .bf_meihaku_sword_basic_link*/
  .bnr_single_line figure.bnr_box.bf_meihaku_sword_basic_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*日本刀写真／画像  .bf_search_link*/
  .bnr_single_line figure.bnr_box.bf_search_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*全国の古戦場一覧 .bf_kosenjo_link*/
  .bnr_single_line figure.bnr_box.bf_kosenjo_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*武将・歴史人の日本刀 .bf_sword_legend_link*/
  .bnr_single_line figure.bnr_box.bf_sword_legend_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣展示 博物館の日本刀 .bf_museum_link*/
  .bnr_single_line figure.bnr_box.bf_museum_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣奉納 神社・仏閣の日本刀 .bf_religious_building_link*/
  .bnr_single_line figure.bnr_box.bf_religious_building_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑展示の城・城郭 .bf_castle_building_link*/
  .bnr_single_line figure.bnr_box.bf_castle_building_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*日本史の珍説 .bf_strange_story_link*/
  .bnr_single_line figure.bnr_box.bf_strange_story_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*全国の刀剣商（刀剣買取店・販売店）リンク .bf_organization_tosho_link*/
  .bnr_single_line figure.bnr_box.bf_organization_tosho_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*合戦・歴史年表 .bf_battle_history_link*/
  .bnr_single_line figure.bnr_box.bf_battle_history_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑の関連組織 .bf_organization_link*/
  .bnr_single_line figure.bnr_box.bf_organization_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-link-organization-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将のお祭り .bf_sengokuwarlords_festival_link*/
  .bnr_single_line figure.bnr_box.bf_sengokuwarlords_festival_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*五箇伝の名工 .bf_gokaden_meikou_link*/
  .bnr_single_line figure.bnr_box.bf_gokaden_meikou_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*現代刀の名工・名匠 .bf_modern_sword_artisan_link*/
  .bnr_single_line figure.bnr_box.bf_modern_sword_artisan_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*名家・著名人の日本刀 .bf_museum_katana_historian_link*/
  .bnr_single_line figure.bnr_box.bf_museum_katana_historian_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将の合戦戦略 .bf_battle_strategy_link*/
  .bnr_single_line figure.bnr_box.bf_battle_strategy_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*日本刀の基礎知識 .bf_knowledge_link*/
  .bnr_single_line figure.bnr_box.bf_knowledge_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*甲冑（鎧兜）の基礎知識 .bf_knowledge_armor_link*/
  .bnr_single_line figure.bnr_box.bf_knowledge_armor_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*忍者の基礎知識 .bf_knowledge_ninja_link*/
  .bnr_single_line figure.bnr_box.bf_knowledge_ninja_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将 .bf_historian_link*/
  .bnr_single_line figure.bnr_box.bf_historian_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*主な江戸100藩 .bf_edo-domain100_link*/
  .bnr_single_line figure.bnr_box.bf_edo-domain100_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*皇室・公家と刀剣 .bf_imperial_sword_link*/
  .bnr_single_line figure.bnr_box.bf_imperial_sword_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*歌舞伎と刀剣 .bf_kabuki_touken_link*/
  .bnr_single_line figure.bnr_box.bf_kabuki_touken_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*歴女必見！戦国武将を支えた女剣士～女性と刀剣～ .bf_women_touken_link*/
  .bnr_single_line figure.bnr_box.bf_women_touken_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*戦国時代の戦国大名 .bf_daimyo_link*/
  .bnr_single_line figure.bnr_box.bf_daimyo_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*現代に残る武士の風習 .bf_samurai_customs_link*/
  .bnr_single_line figure.bnr_box.bf_samurai_customs_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*美濃伝の刀剣 関市 .bf_minoden_sekicity_link*/
  .bnr_single_line figure.bnr_box.bf_minoden_sekicity_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*世界の剣・甲冑（鎧兜） .bf_world_touken_link*/
  .bnr_single_line .bnr_box.bf_world_touken_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-world-touken-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・甲冑（鎧兜）展示の城郭 .bf_castle_building_link*/
  .bnr_single_line figure.bnr_box.bf_castle_building_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*徳川十五代将軍 .bf_tokugawa15_link*/
  .bnr_single_line figure.bnr_box.bf_tokugawa15_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*歴女向け歴史ガイド .bf_female_history_buff_link*/
  .bnr_single_line figure.bnr_box.bf_female_history_buff_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・歴史小説 .bf_novel_link*/
  .bnr_single_line figure.bnr_box.bf_novel_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-novel-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*書画・美術品写真／画像 .bf_search_art_link*/
  .bnr_single_line figure.bnr_box.bf_search_art_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-art-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣ワールド浮世絵：浮世絵師一覧 .bf_ukiyoe_artist_link*/
  .bnr_single_line figure.bnr_box.bf_ukiyoe_artist_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣ワールド浮世絵：浮世絵のシリーズ作品 .bf_ukiyoe_series_link*/
  .bnr_single_line .bnr_box.bf_ukiyoe_series_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-series-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*日本刀写真／画像 .bf_search_cat*/
  .bnr_single_line figure.bnr_box.bf_search_cat{
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-600x300.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 剣舞と詩舞 世界の剣舞 .bf_sword_and_dance_link */
  .bnr_single_line figure.bnr_box.bf_sword_and_dance_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 刀剣にまつわる神事・文化・しきたり .bf_ritual_culture_clash_link */
  .bnr_single_line figure.bnr_box.bf_ritual_culture_clash_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 神話・説話に登場の伝説の剣 .bf_mythology_link */
  .bnr_single_line figure.bnr_box.bf_mythology_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mythology-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣・歴史漫画 .bf_sword_in_comics_link*/
  .bnr_single_line figure.bnr_box.bf_sword_in_comics_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣マンガ（刀剣ことわざ4コマ漫画） .bf_comic_link*/
  .bnr_single_line figure.bnr_box.bf_comic_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-comic-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣コスプレ .bf_cosplay_link*/
  .bnr_single_line figure.bnr_box.bf_cosplay_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*歴女に人気の城下町 .bf_castle_town_link*/
  .bnr_single_line figure.bnr_box.bf_castle_town_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*武具の基礎知識 .bf_knowledge_arms_link*/
  .bnr_single_line figure.bnr_box.bf_knowledge_arms_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*弓の基礎知識 .bf_arquebus-bow_link*/
  .bnr_single_line figure.bnr_box.bf_arquebus-bow_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-arquebus-bow-link-600x300.jpg?date=20220920) no-repeat top;
    background-size: 100%;
  }

  /*鉄砲の基礎知識 .bf_knowledge_arquebus_link*/
.bnr_single_line figure.bnr_box.bf_knowledge_arquebus_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-guns-link-600x300.jpg?date=20230712) no-repeat top;
  background-size: 100%;
}

  /*戦国時代の姫・女武将たち .bf_princess_femalewarlord_link*/
  .bnr_single_line figure.bnr_box.bf_princess_femalewarlord_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*主君や師匠を支えた歴史上の実力者 .bf_number2_link*/
  .bnr_single_line figure.bnr_box.bf_number2_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*著名刀工・刀匠名鑑 .bf_sword_artisan_directory_link*/
  .bnr_single_line figure.bnr_box.bf_sword_artisan_directory_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*刀剣名刀図鑑 .bf_search-noted-sword-cat*/
  .bnr_single_line figure.bnr_box.bf_search-noted-sword-cat {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
  }

  /*刀剣女子に好まれる刀剣 .bf_sword_girl_link*/
  .bnr_single_line figure.bnr_box.bf_sword_girl_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*合戦の街 関ヶ原（関ヶ原の戦い） .bf_sekigahara_wars_link*/
  .bnr_single_line figure.bnr_box.bf_sekigahara_wars_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-600x300.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /*天下三名槍 写し制作プロジェクト .bf_meihaku_tengasanmeisou_link*/
  .bnr_single_line .bf_meihaku_tengasanmeisou_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-tengasanmeiso-link-600x300.jpg?date=20210506?date=20201118) no-repeat top;
    background-size: 100%;
  }

  /*刀ブロ .bf_toublo_link*/
  .bnr_single_line figure.bnr_box.bf_toublo_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-toublo-link-600x300.jpg?date=20210506?date=20200825) no-repeat top;
    background-size: 100%;
  }

  /*旅探 .bnr_box_search.bf_tour_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_tour_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-tour-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_tour_search a,
  .bnr_single_line figure.bnr_box.bf_search_cat a {
    padding: 14% 8% 3%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_tour_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*旅探／日本の祭り .bnr_box_search.bf_festival_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_festival_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-festival-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_festival_search a {
    padding: 14% 8% 3%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_festival_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*ホテバンク .bnr_box_search.bf_hotel_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_hotel_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-hotel-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_hotel_search a {
    padding: 14% 8% 3%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_hotel_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*パブリネット .bnr_box_search.bf_public_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_public_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-publinet-public-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_public_search a {
    padding: 14% 8% 3%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_public_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*城ワールド .bnr_box_search.bf_shiro_world_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_shiro_world_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-shiro-world-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_shiro_world_search a {
    padding: 14% 8% 3%;
  }

  .bnr_single_line figure.bnr_box.bnr_box_search.bf_shiro_world_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*スタディピア .bnr_box_search.bf_study_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_study_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-study-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_study_search a {
    padding: 14% 8% 3%;
  }
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_study_search a span {
    float: none;
    padding: 1% 2%;
  }

  /*ビッグカンパニー .bnr_box_search.bf_study_search*/
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_bigcompany_search {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-bigcompany-link-300-150x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_bigcompany_search a {
    padding: 14% 8% 3%;
  }
  .bnr_single_line figure.bnr_box.bnr_box_search.bf_bigcompany_search a span {
    float: none;
    padding: 1% 2%;
  }
  /*------各カテゴリー別指定------*/
}
/* ▲▲▲ common bnr_line ▲▲▲ */

/* 2020/07/07 日本の古色関連バナー 枠線 追加 */

/* 基礎知識 */
.bnr_box.bf_knowledge_link .txt_name,
.bnr_box.bf_knowledge_armor_link .txt_name,
.bnr_box.bf_knowledge_arms_link .txt_name,
.bnr_box.bf_meihaku_sword_basic_link .txt_name,
.bnr_box.bf_knowledge_ninja_link .txt_name,
.bnr_box.bf_arquebus-bow_link .txt_name {
  border: 1px solid #483f33;
}
/* 刀剣 */
.bnr_box.bf_gokaden_meikou_link .txt_name,
.bnr_box.bf_modern_sword_artisan_link .txt_name,
.bnr_box.bf_museum_katana_historian_link .txt_name,
.bnr_box.bf_imperial_sword_link .txt_name,
.bnr_box.bf_sword_artisan_directory_link .txt_name,
.bnr_box.bf_search_link .txt_name,
.bnr_box.bf_sword_legend_link .txt_name,
.bnr_box.bf_sword_girl_link .txt_name,
.bnr_box.bf_search-noted-sword-cat .txt_name,
.bnr_box.bf_meihaku_tengasanmeisou_link .txt_name {
  border: 1px solid #5c2f2d;
}
/* 人物 */
.bnr_box.bf_women_touken_link .txt_name,
.bnr_box.bf_historian_link .txt_name,
.bnr_box.bf_edo-domain100_link .txt_name,
.bnr_box.bf_daimyo_link .txt_name,
.bnr_box.bf_sengokuwarlords_festival_link .txt_name,
.bnr_box.bf_tokugawa15_link .txt_name,
.bnr_box.bf_princess_femalewarlord_link .txt_name,
.bnr_box.bf_number2_link .txt_name,
.bnr_box.bf_historian_armor .txt_name {
  border: 1px solid #3e253c;
}
/* 雑学 */
.bnr_box.bf_sword_and_dance_link .txt_name,
.bnr_box.bf_sword_in_comics_link .txt_name,
.bnr_box.bnr_box.bf_novel_link .txt_name,
.bnr_box.bf_samurai_customs_link .txt_name,
.bnr_box.bf_kabuki_touken_link .txt_name,
.bnr_box.bf_ritual_culture_clash_link .txt_name,
.bnr_box.bf_mythology_link .txt_name,
.bnr_box.bf_comic_link .txt_name,
.bnr_box.bf_cosplay_link .txt_name,
.bnr_box.bf_minoden_sekicity_link .txt_name,
.bnr_box.bf_world_touken_link .txt_name {
  border: 1px solid #243b3a;
}
/* 武具・書画・美術品 */
.bnr_box.bf_search_art_link .txt_name,
.bnr_box.bf_ukiyoe_artist_link .txt_name,
.bnr_box.bf_ukiyoe_series_link .txt_name {
  border: 1px solid #4d5e50;
}
/* 歴史 */
.bnr_box.bf_strange_story_link .txt_name,
.bnr_box.bf_battle_history_link .txt_name,
.bnr_box.bf_female_history_buff_link .txt_name {
  border: 1px solid #5c2f2d;
}
/* 合戦 */
.bnr_box.bf_kosenjo_link .txt_name,
.bnr_box.bf_battle_strategy_link .txt_name,
.bnr_box.bf_sekigahara_wars_link .txt_name {
  border: 1px solid #40440f;
}
/* 組織 */
.bnr_box.bf_organization_link .txt_name,
.bnr_box.bf_organization_tosho_link .txt_name {
  border: 1px solid #0f333a;
}
/* 施設 */
.bnr_box.bf_castle_town_link .txt_name,
.bnr_box.bf_museum_link .txt_name,
.bnr_box.bf_religious_building_link .txt_name,
.bnr_box.bf_castle_building_link .txt_name {
  border: 1px solid #143846;
}
/* 刀剣広場 */
.bnr_box.bf_hiroba_blog_link .txt_name {
  border: 1px solid #0f333a;
}

/* ---------------------------- */
/* ▲▲ バナー旧スタイルここまで ▲▲ */
/* ---------------------------- */

/* cmn_bnr_add_deco_border */
.cmn_bnr_add_deco_border::before {
  background-color: #d28d8d;
  content: "";
  display: block;
  height: 3px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  width: 100%;
}
.cmn_bnr_add_deco_border.detail::before {
  background-color: #ae8b61;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .cmn_bnr_add_deco_border::before {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* -- anchor page tips -- */
.anchortips:after {
  display: none;
}

.anchortips ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -7px 0 0 0;
  padding-bottom: 7px;
}

.anchortips ul li {
  display: block;
  padding: 0;
  margin: 0;
  width: 33.333%;
  overflow: hidden;
}

/* 4列のときは2行にする */
.anchortips ul li.anchor2_2 {
  width: 35%;
  padding: 0 8px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .anchortips ul li.anchor2_2 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}

.anchortips ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% + 1px);
  height: 100%;
  background: url("../image-cmn/anchor/anchor_bg_hv.png?date=20210506");
  font-size: 18px;
}

.anchortips ul li a span {
  display: block;
  width: 100%;
  word-break: break-all;
}

.anchortips ul li a::before,
.anchortips ul li a::after {
  background: #FFF;
  display: block;
  content: " ";
  height: 100%;
  opacity: .3;
  width: 1px;
}

.anchortips ul li a::after {
  border: none;
  height: 1px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
}

.anchortips ul li a span::after {
  border-width: 8px 5px 0 5px;
  top: calc(50% - 4px);
}

@media (max-width: 767px) {
  .anchortips ul {
    margin: -7px 10px 0;
  }
  .anchortips ul li {
    width: 50%;
  }
  .anchortips ul li:nth-child(2n+1) {
    margin-top: 0;
  }
}


/* ------------------------------------ */
/* ▼ コンポーネント パーツC アンカーリンク */
/* 共通レイアウト */
/* ------------------------------------ */
.cmn_anchor {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}

.cmn_anchor>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.cmn_anchor>ul>li {
  display: flex;
  position: relative;
}

.cmn_anchor>ul>li>a {
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
}

.cmn_anchor>ul>li>a>span {
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  line-height: 1.2;
  padding-right: 26px;
  position: relative;
  width: 100%;
}

.cmn_anchor>ul>li>a>span::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 5px;
  top: calc(50% - 4px);
  width: 0;
}

@media (min-width: 768px) {
  .cmn_anchor>ul>li {
    width: 100%;
  }

  .cmn_anchor>ul.col2>li {
    width: 50%;
  }

  .cmn_anchor>ul.col3>li {
    width: calc(100% / 3);
  }

  .cmn_anchor>ul.col4>li {
    width: 25%;
  }

  .cmn_anchor>ul.col5>li {
    width: 20%;
  }

  .cmn_anchor>ul>li>a {
    padding-top: .801em;
    padding-bottom: .7em;
  }

  .cmn_anchor>ul>li>a:hover {
    opacity: .8;
  }
}

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

  .cmn_anchor>ul {
    flex-wrap: wrap;
    padding: 0;
  }

  .cmn_anchor>ul>li>a {
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_anchor>ul>li>a {
    padding-top: .9em;
    padding-bottom: .601em;
  }

  .cmn_anchor>ul>li>a>span::after {
    top: calc(50% - 6px);
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツC アンカーリンク */
/* type01 */
/* ------------------------------------ */
.cmn_anchor.type01>ul>li>a {
  background-image: url(../image-cmn/anchor/anchor_bg_hv.png);
}

@media (min-width: 768px) {
  .cmn_anchor.type01>ul>li {
    padding: 0 2px;
  }

  .cmn_anchor.type01>ul.col1>li:nth-of-type(n+2),
  .cmn_anchor.type01>ul.col2>li:nth-of-type(n+3),
  .cmn_anchor.type01>ul.col3>li:nth-of-type(n+4),
  .cmn_anchor.type01>ul.col4>li:nth-of-type(n+5),
  .cmn_anchor.type01>ul.col5>li:nth-of-type(n+6) {
    margin-top: 4px;
  }

  .cmn_anchor.type01>ul>li>a {
    padding-right: .55555em;
    padding-left: .3em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_anchor.type01>ul>li {
    width: 100%;
  }

  .cmn_anchor.type01>ul.sp_col2>li {
    width: calc(50% - 2px);
  }

  .cmn_anchor.type01>ul:not(.sp_col2)>li:not(:first-of-type) {
    margin-top: 3px;
  }

  .cmn_anchor.type01>ul.sp_col2>li:nth-of-type(n+3) {
    margin-top: 3px;
  }

  .cmn_anchor.type01>ul.sp_col2>li:nth-of-type(even) {
    margin-left: 4px;
  }

  .cmn_anchor.type01>ul>li>a {
    padding-right: .3em;
    padding-left: .3em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツC アンカーリンク */
/* type02 */
/* ------------------------------------ */
.cmn_anchor.type02>ul>li>a {
  background-image: url(../image-cmn/anchor/anchor_bg.png);
}

.cmn_anchor.type02>ul>li>a::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.cmn_anchor.type02>ul>li>a::after {
  border: 1px solid #B28E5F;
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  top: 5px;
  right: 5px;
  z-index: 1;
}

@media (min-width: 768px) {
  .cmn_anchor.type02>ul>li {
    padding: 0 7px;
  }

  .cmn_anchor.type02>ul.col1>li:nth-of-type(n+2),
  .cmn_anchor.type02>ul.col2>li:nth-of-type(n+3),
  .cmn_anchor.type02>ul.col3>li:nth-of-type(n+4),
  .cmn_anchor.type02>ul.col4>li:nth-of-type(n+5),
  .cmn_anchor.type02>ul.col5>li:nth-of-type(n+6) {
    margin-top: 15px;
  }

  .cmn_anchor.type02>ul>li>a::before {
    background-image: url(../image-cmn/anchor/anchor_before.svg);
    width: 47px;
  }

  .cmn_anchor.type02>ul>li>a {
    padding-right: .3em;
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_anchor.type02>ul>li {
    width: 100%;
  }

  .cmn_anchor.type02>ul.sp_col2>li {
    width: calc(50% - 5px);
  }

  .cmn_anchor.type02>ul:not(.sp_col2)>li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  .cmn_anchor.type02>ul.sp_col2>li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  .cmn_anchor.type02>ul.sp_col2>li:nth-of-type(even) {
    margin-left: 10px;
  }

  .cmn_anchor.type02>ul>li>a::before {
    background-image: url(../image-cmn/anchor/anchor_before_sp.svg);
    width: 50px;
  }

  .cmn_anchor.type02>ul>li>a {
    padding-right: .3em;
    padding-left: 1.5em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツC アンカーリンク */
/* type02 （非活性化）*/
/* ------------------------------------ */
.cmn_anchor>ul>li>span>span {
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  letter-spacing: .06em;
  line-height: 1.2;
  padding-right: 26px;
  position: relative;
  width: 100%;
}


.cmn_anchor>ul>li>span {
  padding-top: 0.801em;
  padding-bottom: 0.7em;
}

.cmn_anchor.type02>ul>li>span::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.cmn_anchor.type02>ul>li>span {
  background-image: url(../image-cmn/anchor/anchor_bg_gr.png);
  background-repeat: repeat;
  background-position: 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
}

.cmn_anchor.type02>ul>li>span::before {
  background: url(../image-cmn/anchor/anchor_before-gr.png);
  background-size: contain;
  width: 47px;
}

.cmn_anchor.type02>ul>li>span::before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.cmn_anchor.type02>ul>li>span::after {
  border: 1px solid #7f7f7f;
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.cmn_anchor>ul>li>span>span::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 5px;
  top: calc(50% - 4px);
  width: 0;
}

@media (min-width: 768px){
  .cmn_anchor.type02>ul>li>span {
      padding-right: 0.3em;
      padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .cmn_anchor>ul>li>span {
    font-size: 15px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .cmn_anchor.type02>ul>li>span {
      padding-right: 0.3em;
      padding-left: 1.5em;
  }
  .cmn_anchor.type02>ul>li>a::before {
    width: 50px;
}
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツC アンカーリンク */
/* type03 */
/* ------------------------------------ */
.cmn_anchor.type03>ul>li>span,
.cmn_anchor.type03>ul>li>a {
  background-image: url(../image-cmn/anchor/bg-anchor-type03.jpg?date=20210506);
  background-size: 520px;
  border: 1px solid #5e0b0b;
  color: #000;
  padding-top: .456em;
  padding-bottom: .456em;
  padding-right: 0 !important;
}
.cmn_anchor.type03>ul>li>span>span,
.cmn_anchor.type03>ul>li>a>span {
  color: #000;
  padding-left: 0;
  padding-right: 41px;
}
.cmn_anchor.type03>ul>li>span>span::after,
.cmn_anchor.type03>ul>li>a>span::after {
  border-width: 9px 5px 0 5px;
  right: 4px;
}
.cmn_anchor.type03>ul>li>span::before,
.cmn_anchor.type03>ul>li>a::before {
  background-color: #871a1b;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
}
.cmn_anchor.type03>ul>li>span::after,
.cmn_anchor.type03>ul>li>a::after {
  background-image: url(../image-cmn/anchor/bg-anchor-type03-after.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 14px;
  bottom: 0;
  width: 28px;
}
/* 非活性リンク */
.cmn_anchor.type03>ul>li>span {
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity: 0.6;
  background-repeat: repeat;
  background-position: 0 0;
  /* color: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .cmn_anchor.type03>ul>li {
    --listItem_margin: 10px; /* li要素間のマージン */
  }
  .cmn_anchor.type03>ul.col2>li {
    width: calc(50% - (var(--listItem_margin) / 2));
  }
  .cmn_anchor.type03>ul.col3>li {
    width: calc((100% - (var(--listItem_margin) * 2)) / 3);
  }
  .cmn_anchor.type03>ul.col4>li {
    width: calc((100% - (var(--listItem_margin) * 3)) / 4);
  }
  .cmn_anchor.type03>ul.col5>li {
    width: calc((100% - (var(--listItem_margin) * 4)) / 5);
  }
  .cmn_anchor.type03>ul.col2>li:not(:nth-of-type(2n+1)),
  .cmn_anchor.type03>ul.col3>li:not(:nth-of-type(3n+1)),
  .cmn_anchor.type03>ul.col4>li:not(:nth-of-type(4n+1)),
  .cmn_anchor.type03>ul.col5>li:not(:nth-of-type(5n+1)) {
    margin-left: var(--listItem_margin);
  }

  .cmn_anchor.type03>ul + ul,
  .cmn_anchor.type03>ul.col1>li:nth-of-type(n+2),
  .cmn_anchor.type03>ul.col2>li:nth-of-type(n+3),
  .cmn_anchor.type03>ul.col3>li:nth-of-type(n+4),
  .cmn_anchor.type03>ul.col4>li:nth-of-type(n+5),
  .cmn_anchor.type03>ul.col5>li:nth-of-type(n+6) {
    margin-top: var(--listItem_margin);
  }
  
  .cmn_anchor.type03>ul>li>span,
  .cmn_anchor.type03>ul>li>a {
    font-size: 17px;
    padding-left: .4em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_anchor.type03>ul>li {
    width: 100%;
  }

  .cmn_anchor.type03>ul.sp_col2>li {
    width: calc(50% - 2px);
  }

  .cmn_anchor.type03>ul + ul>li:first-of-type,
  .cmn_anchor.type03>ul:not(.sp_col2)>li:not(:first-of-type),
  .cmn_anchor.type03>ul.sp_col2>li:nth-of-type(n+3) {
    margin-top: 3px;
  }

  .cmn_anchor.type03>ul.sp_col2>li:nth-of-type(even) {
    margin-left: 4px;
  }

  .cmn_anchor.type03>ul>li>a,
  .cmn_anchor.type03>ul>li>span {
    padding-left: .3em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

/* ------------------------------------ */
/* ▼ tips_content */
/* ------------------------------------ */

/* -- tips_content -- */
.tips_content_wrap {
  margin-bottom: 40px;
}

.tips_content {
  margin: 0 auto;
  max-width: 918px;
}

.tips_content_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.tips_content img {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .tips_content_wrap {
    margin-bottom: 25px;
    padding: 0 10px;
  }
}

/* -- content_item -- */
.tips_content_item {
  background: url(../tips/image/bkg.jpg?date=20210506) repeat;
  border-top: 1px solid #b28e5f;
  border-right: 1px solid #b28e5f;
  border-bottom: 4px solid #b28e5f;
  border-left: 1px solid #b28e5f;
}

.tips_content_item .item_title_wrap a {
  display: table;
  color: #fff;
  width: 100%;
}

.tips_content_item .item_title_img {
  display: table-cell;
  max-width: 172px;
}

.tips_content_item_wrap .item_title {
  background:
    url(../image-cmn/tips/ttl-bg02.png?date=20210506) right bottom no-repeat,
    url(../image-cmn/tips/ttl-bg01.gif) left top repeat;
  display: table-cell;
  font-size: 22px;
  letter-spacing: .06em;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 10px;
  vertical-align: middle;
  width: 100%;
}

.tips_content_item_wrap .item_text_wrap {
  padding: 21px 0 26px;
}

.tips_content_item_wrap .item_text {
  font-size: 14px;
  height: 80px;
  letter-spacing: .06em;
  line-height: 1.8;
  margin: 0 auto 10px;
  width: 91.3%;
}

@media (min-width: 768px) {
  .tips_content_item_wrap {
    margin-bottom: 30px;
    width: 50%;
  }
  .tips_content_item_wrap:nth-child(odd) {
    padding-right: 15px;
  }
  .tips_content_item_wrap:nth-child(even) {
    padding-left: 15px;
  }
  .tips_content_item .item_title_wrap a:hover {
    opacity: .5;
  }
  .tips_content_item_wrap.item_spacer img {
    width: 80%;
  }
  /* 1カラムレイアウト */
  .tips_content_item_wrap.col1 {
    width: 69%; /* h3背景隙間調整のための数値 */
    margin: 0 auto 30px;
    padding-right: 0;
  }
  .tips_content_item_wrap.col1 .item_text {
    height: 60px; /* 2行用に高さ調整 */
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tips_content_item .item_title_wrap a:hover {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .tips_content_item_wrap {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
  .tips_content_item_wrap.item_spacer {
    display: none;
  }
  .tips_content_item {
    border-bottom: 2px solid #b28e5f;
  }
  .tips_content_item .item_title_img {
    max-height: 105px;
  }
  .tips_content_item_wrap .item_title {
    font-size: 18px;
    padding-left: 8px;
  }
  .tips_content_item_wrap .item_text_wrap {
    padding: 10px 0 15px;
  }
  .tips_content_item_wrap .item_text {
    height: 55px;
    margin-bottom: 5px;
  }
}

/* -- coming_soon -- */
.tips_content_item_wrap.coming_soon .item_text {
  color: #9E7943;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.tips_content_item_wrap.coming_soon .item_title_wrap {
  display: table;
  color: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .tips_content_item_wrap.coming_soon .tips_content_item {
    background:
      url(../tips/image/bg-dummy-default.png?date=20210506) bottom no-repeat,
      url(../tips/image/bkg.jpg?date=20210506) left repeat;
    position: relative;
  }
}

@media (max-width: 767px) {
  .tips_content_item_wrap.coming_soon .item_text {
    height: auto;
    margin-top: 8px;
    margin-bottom: 0;
  }
}

/* -- box_link_btn -- */
.box_link_btn_wrap {
  margin: 0 auto;
}

.box_link_btn_wrap.type01 {
  max-width: 180px;
}

@media (min-width: 768px) {
  .box_link_btn_wrap.type01 .box_link_btn_text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .box_link_btn_wrap {
    width: 310px;
  }
}

/* ------------------------------------ */
/* ▼ bgtile common */
/* ------------------------------------ */
/* ================= bgtitle h3 common ================= */
.title_h3cms {
  color: #fff;
  background: none;
  background-color: #ae8b61;
  background-clip: padding-box;
  display: table;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  height: 40px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 919px;
}

.title_h3cms::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.title_h3cms::before {
  background: url(../image-cmn/tips/bkg.jpg?date=20210506) center;
  height: 110%;
  top: -1px;
  width: 110%;
  left: -1px;
  display: block;
}

.title_h3cms_border {
  background: #ae8b61;
  border: none;
  display: block;
  height: 2px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  top: calc(50% - 1px);
}

.title_h3cms >span {
  background-color: inherit;
  background-clip: padding-box;
  display: inline-block;
  max-width: 580px;
  padding: 0 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.title_h3cms >span::after,
.title_h3cms >span::before {
  background-color: inherit;
  background-clip: content-box;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.title_h3cms >span::before {
  background-image: url(../image-cmn/bgtitle/bgtitle_h3_before_yl.png?date=20210506);
  background-position: top;
  height: 10px;
  top: 0;
  z-index: 1;
}

.title_h3cms >span::after {
  background-image: url(../image-cmn/bgtitle/bgtitle_h3_after_yl.png?date=20210506);
  background-position: bottom;
  height: 100%;
}

.title_h3cms >span span {
  display: inline-block;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
}

.title_h3cms >span span::after,
.title_h3cms >span span::before {
  background: url(../image-cmn/bgtitle/ico_dots.png?date=20210506) no-repeat top left;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.title_h3cms >span span::before {
  left: 5px;
}

.title_h3cms >span span::after {
  right: 5px;
}

@media (max-width: 767px) {
  .title_h3cms {
    display: block;
    letter-spacing: .95px;
    height: auto;
    width: auto;
  }
  .title_h3cms >span {
    background: inherit;
    display: block;
    font-size: 16px;
    line-height: 0;
    padding: 0 0 10px;
    z-index: 2;
    width: 267px;
    margin: 0 auto;
  }
  .title_h3cms >span::after,
  .title_h3cms >span::before {
    width: 100%;
  }
  .title_h3cms >span::before {
    background: url(../image-cmn/bgtitle/bgtitle_top_sp_yl.png?date=20210506) no-repeat top center;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .title_h3cms >span::after {
    background: url(../image-cmn/bgtitle/bgtitle_bottom_sp_yl.png?date=20210506) no-repeat bottom center;
    top: 0;
    left: 0;
    right: 0
  }
  .title_h3cms >span span {
    font-feature-settings:"pkna";
    line-height: 1.3;
    max-width: 225px;
    padding: 10px 0 1px;
    z-index: 2;
  }
  .title_h3cms >span span::after,
  .title_h3cms >span span::before {
    display: none;
  }
}

/* border-bottom-cate cmn */
.border_bottom_Cate::after {
  background: #ae8b61;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  margin: 0 auto 0;
  position: absolute;
  right: 10px;
}

@media ( max-width:767px ) {
  .border_bottom_Cate::after {
    bottom: -10px;
    left: 5px;
    right: 5px;
  }
  .single_tip .border_bottom_Cate::after {
    left: 0;
    right: 0;
  }
}

/* ------------------------------------ */
/* ▼ sc_search_armor */
/* ------------------------------------ */
/* -- 甲冑検索 ショートコード用 -- */
.sc_search_armor_wrap {
  float: right;
  margin: 0 0 13px 54px;
  width: 300px;
}

.sc_search_armor_img_wrap {
  text-align: center;
}

.sc_search_armor_img {
  vertical-align: bottom;
}

.sc_search_armor_title {
  color: #821e7f;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 27px;
  margin-top: 3px;
  text-align: center;
}

.sc_search_armor_link {
  text-align: center;
}

.sc_search_armor_link .btn_red {
  float: none;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sc_search_armor_wrap {
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }

  .sc_search_armor_img {
    width: 100%;
    max-width: 300px !important;
  }

  .sc_search_armor_title {
    font-size: 16px;
  }

  .sc_search_armor_link .btn_red_arr span {
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ sc_search_sword */
/* ------------------------------------ */
/* -- 日本刀検索 ショートコード用 -- */
.sc_search_sword_wrap {
  margin: 20px 0 40px;
}

.sc_search_sword_img_wrap {
  text-align: center;
}

.sc_search_sword_img {
  max-width: 720px !important;
  width: 100% !important;
  vertical-align: bottom;
}

.sc_search_sword_title {
  color: #821e7f;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 27px;
  margin: 20px 0 5px;
  text-align: center;
}

.sc_search_sword_list_wrap {
  border: #192c5e 2px solid;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  align-items: stretch;
  margin: 0 auto;
  max-width: 722px;
  text-align: center;
  width: 100%;
}

.sc_search_sword_list {
  border-right: #192c5e 1px solid;
  margin-bottom: 0 !important;
  width: 25%;
}

.sc_search_sword_list:last-of-type {
  border-right: none;
}

.sc_search_sword_list dt,
.sc_search_sword_list dd {
  width: 100%;
}

.sc_search_sword_list dt {
  border-bottom: #192c5e 1px solid;
  background-color: #eaf5ff;
  color: #192c5e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  padding: 8px 15px;
}

.sc_search_sword_list dd {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 8px 15px;
}

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

.sc_search_sword_list.last_list dd {
  font-weight: 600;
  letter-spacing: -.012em;
  padding: 30px 2px;
}

.sc_search_sword_link {
  text-align: center;
}

.sc_search_sword_link .btn_red {
  float: none;
  display: inline-block;
}

.sc_search_sword_link .btn_red_arr span {
  margin-top: 20px;
}

.sc_search_armor_link .cmn_link_btn {
  margin-top: 10px;
}

.sc_search_sword_link .cmn_link_btn,
.sc_search_harness_link .cmn_link_btn,
.sc_search_art_link .cmn_link_btn {
  margin-top: 20px;
}

.sc_search_armor_link .cmn_link_btn_text,
.sc_search_sword_link .cmn_link_btn_text,
.sc_search_harness_link .cmn_link_btn_text,
.sc_search_art_link .cmn_link_btn_text {
  font-size: 15px;
}

@media (min-width:768px) {
  .sc_search_armor_link .cmn_link_btn,
  .sc_search_sword_link .cmn_link_btn,
  .sc_search_harness_link .cmn_link_btn,
  .sc_search_art_link .cmn_link_btn {
    max-width: 255px;
  }
}

@media screen and (max-width: 767px) {
  .sc_search_sword_list_wrap {
    max-width: 500px;
  }

  .sc_search_sword_img {
    max-width: 500px !important;
  }

  .sc_search_sword_title {
    font-size: 16px;
    margin: 20px auto 5px;
    max-width: 500px;
    width: 100%;
  }

  .sc_search_sword_list {
    border: none;
    width: 100%;
  }

  .sc_search_sword_list.last_list {
    width: 100%;
  }

  .sc_search_sword_list dt {
    border-top: #192c5e 1px solid;
    display: block;
  }

  .sc_search_sword_list:first-of-type dt {
    border-top: none;
  }

  .sc_search_sword_list dd {
    display: block;
    padding: 15px 10px;
  }

  .sc_search_sword_list.last_list dd {
    font-weight: 600;
    letter-spacing: -.012em;
    padding: 15px 10px;
  }

  .sc_search_armor_link .cmn_link_btn,
  .sc_search_sword_link .cmn_link_btn,
  .sc_search_harness_link .cmn_link_btn,
  .sc_search_art_link .cmn_link_btn {
    max-width: 250px;
  }
}

/* ------------------------------------ */
/* ▼ sc_search_harness */
/* ------------------------------------ */
/* -- 鐙 ショートコード用 -- */
.sc_search_harness_img_wrap .sc_search_harness_img {
  border-color: #aaa;
}

.sc_search_harness_title {
  color: #821e7f;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 27px;
  margin: 20px 0 5px;
  text-align: center;
}

.sc_search_harness_list {
  border: 2px solid #9f792e;
  max-width: 820px;
  margin: 0 auto;
}

.sc_search_harness_list th,
.sc_search_harness_list td {
  border-top: 1px solid #9f792e;
  line-height: 1.3;
  vertical-align: middle;
}

.sc_search_harness_list th {
  background: #eedba2;
  padding: .5em 1.1em;
  width: 23%;
}

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

.sc_search_harness_list td {
  padding: .5em 1.1em;
  width: 26%;
}

.sc_search_harness_link {
  text-align: center;
}

.sc_search_harness_link .btn_red {
  float: none;
  display: inline-block;
}

.sc_search_harness_link .btn_red_arr span {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .sc_search_harness_img_wrap {
    width: 70%;
    margin: 0 auto;
  }

  .sc_search_harness_img_wrap .sc_search_harness_img {
    border-color: #aaa;
  }

  .sc_search_harness_list th,
  .sc_search_harness_list td {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sc_search_harness_img_wrap {
    text-align: center;
  }

  .sc_search_harness_img_wrap .sc_search_harness_img {
    max-height: 100%;
    max-width: 100%;
  }

  .sc_search_harness_title {
    margin: 10px 0 5px;
  }

  .sc_search_harness_list {
    font-size: 15px;
  }

  .sc_search_harness_list th,
  .sc_search_harness_list td {
    border-bottom: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .sc_search_harness_list .sc_search_harness_list_title {
    border-top: none;
  }
}

/* ------------------------------------ */
/* ▼ sc_search_art */
/* ------------------------------------ */
/* -- 美術品 ショートコード用 -- */
.sc_search_art_wrap:nth-of-type(n+2) {
  margin-top: 3rem;
}

.sc_search_art_img_wrap .sc_search_art_img {
  border-color: #aaa;
}

.sc_search_art_title {
  color: #821e7f;
  font-size: 17px;
  letter-spacing: .06em;
  line-height: 27px;
  margin: 20px 0 5px;
  text-align: center;
}

.sc_search_art_list {
  border: 2px solid #9f792e;
  max-width: 820px;
  margin: 0 auto;
}

.sc_search_art_list th,
.sc_search_art_list td {
  border-top: 1px solid #9f792e;
  line-height: 1.3;
  vertical-align: middle;
}

.sc_search_art_list th {
  background: #eedba2;
  padding: .5em 1.1em;
  width: 23%;
}

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

.sc_search_art_list td {
  padding: .5em 1.1em;
  width: 26%;
}

.sc_search_art_link {
  text-align: center;
}

.sc_search_art_link .btn_red {
  float: none;
  display: inline-block;
}

.sc_search_art_link .btn_red_arr span {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .sc_search_art_img_wrap {
    width: 70%;
    margin: 0 auto;
  }

  .sc_search_art_img_wrap .sc_search_art_img {
    border-color: #aaa;
  }

  .sc_search_art_list th,
  .sc_search_art_list td {
    height: 60px;
  }

  .sc_search_art_list.adjW_for_kura,
  .sc_search_art_list.adjW_for_bow {
    /*馬具（鞍）、弓矢用の幅調整*/
    max-width: 532px;
  }
}

@media screen and (max-width: 767px) {
  .sc_search_art_img_wrap {
    text-align: center;
  }

  .sc_search_art_img_wrap .sc_search_art_img {
    max-height: 100%;
    max-width: 100%;
  }

  .sc_search_art_title {
    margin: 10px 0 5px;
  }

  .sc_search_art_list {
    font-size: 15px;
  }

  .sc_search_art_list th,
  .sc_search_art_list td {
    border-bottom: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .sc_search_art_list .sc_search_art_list_title {
    border-top: none;
  }
}

/* ------------------------------------ */
/* ▼ 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 {
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.ukiyoe-shoga-link-area .cmn_h2_01 > span {
  font-size: 20px;
  background: url(../image-cmn/bgtitle/bg-ttl01.png?date=20210506) repeat 0 0;
  background-size: 52px 25px;
  padding: 11px 80px;
}

.ukiyoe-shoga-link-area .cmn_h2_01:before {
  background: url(../image-cmn/bgtitle/ico-ttl-flower01_l.png?date=20210506) no-repeat right;
  background-size: 100%;
  top: -86px;
  height: 176px;
  left: -68px;
  width: 268px;
}

.ukiyoe-shoga-link-area .cmn_h2_01:after {
  background: url(../image-cmn/bgtitle/ico-ttl-flower01_r.png?date=20210506) no-repeat left;
  background-size: 100%;
  height: 193px;
  right: -118px;
  top: -17px;
  width: 191px;
}

.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: 0 auto;
  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_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_list_col1 li:last-child {
  margin-bottom: 0;
}

.ukiyoe-shoga-link-area .s_box_list_col1 li a {
  max-width: 100%;
}

.ukiyoe-shoga-link-area .s_box_list_col1 li a:before {
  border-color: #d1c2a5;
}

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

.ukiyoe-shoga-link-area .box__detail .btn_more {
  display: block;
  font-size: 0;
  margin: .5rem auto 30px;
  width: 232px;
}

.ukiyoe-shoga-link-area .box__detail .s_box_item_ttl {
  margin-bottom: 0;
}

.ukiyoe-shoga-link-area .s_box_item_ttl span {
  color: #000;
  display: inline-block;
  font-feature-settings: 'pkna';
  position: relative;
  padding: 0 15px 0 13px;
}

.ukiyoe-shoga-link-area .s_box_item_ttl span:after {
  border-left: 8px solid #4a3616;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 0;
}

.ukiyoe-shoga-link-area .link_btn_wrapper .btn_red {
  float: none;
  display: inline-block;
}

.ukiyoe-shoga-link-area .link_btn_wrapper .btn_red_arr span {
  margin-top: 20px;
}

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

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

@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%;
  }
}

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

/* -- 関連する刀剣掲載用スタイル -- */
.ukiyoe-shoga-link-area.sword-link-area {
  padding: 40px 40px 10px;
  max-width: 100%;
}

.ukiyoe-shoga-link-area.sword-link-area .sc_search_sword_wrap {
  margin: 20px 0 30px;
}

.ukiyoe-shoga-link-area.sword-link-area .sc_search_sword_list_wrap {
  margin: 0 auto 20px;
}

.ukiyoe-shoga-link-area.sword-link-area .sc_search_sword_list dd {
  background: #FFF;
}

@media screen and (max-width: 767px) {
  .ukiyoe-shoga-link-area {
    padding: 20px;
  }

  .ukiyoe-shoga-link-area .cmn_h2_01 > span {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ukiyoe-shoga-link-area .s_box_list_col1 .s_box_item_thum_inner {
    padding: 20px;
  }

  .ukiyoe-shoga-link-area .s_box_list_col1 {
    max-width: none;
  }

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

  .ukiyoe-shoga-link-area .cmn_h2_01:before {
    left: -72px;
    top: -122px;
  }

  .ukiyoe-shoga-link-area .cmn_h2_01:after {
    content: none;
  }

  .ukiyoe-shoga-link-area .line_02.center {
    width: 100%;
    margin: 0 0 20px;
  }

  .ukiyoe-shoga-link-area .line_03.center {
    width: 100%;
    margin: 0 0 20px;
  }

  .ukiyoe-shoga-link-area .link_btn_wrapper span {
    text-align: left;
  }
}

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

@media screen and (max-width: 767px) {
  .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%;
}

/* ------------------------------------ */
/* ▼ cmn_flex_wrap */
/* ------------------------------------ */
.cmn_flex_wrap_01 {
  display: flex;
  flex-wrap: wrap;
}

.cmn_flex_wrap_01.cmn_space_between {
  justify-content: space-between;
}

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

  .cmn_flex_wrap_01.cmn_flex_reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .cmn_flex_wrap_01 {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    width: 100%;
  }

  .cmn_flex_wrap_01+.cmn_flex_wrap_01 {
    margin-top: 15px;
  }

  .cmn_col_block {
    width: 100%;
  }

  .cmn_col_block+.cmn_col_block {
    margin-top: 15px;
  }
}

/* 1column */
@media (min-width: 768px) {
  .cmn_1col .cmn_col_block {
    width: 100%;
  }

  .cmn_1col .cmn_col_block:nth-of-type(n+2) {
    margin-top: 2%;
  }
}

/* 2column */
@media (min-width: 768px) {
  .cmn_2col .cmn_col_block {
    width: 49%;
  }

  .cmn_2col .cmn_col_block:nth-of-type(even) {
    margin-left: 2%;
  }

  .cmn_2col .cmn_col_block:nth-of-type(n+3) {
    margin-top: 2%;
  }
}

/* 3column */
@media (min-width: 768px) {
  .cmn_3col .cmn_col_block {
    width: 31.78%;
  }

  .cmn_3col .cmn_col_block:not(:first-of-type) {
    margin-left: 2.33%;
  }

  .cmn_3col.cmn_width_type02 .cmn_col_block {
    width: 31.795%;
  }

  .cmn_3col.cmn_width_type02 .cmn_col_block:not(:first-of-type) {
    margin-left: 2.3075%;
  }

  .cmn_3col .cmn_col_block:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .cmn_3col .cmn_col_block:nth-of-type(n+4) {
    margin-top: 2.5%;
  }
}

/* ------------------------------------ */
/* ▼ article list slider */
/* ------------------------------------ */
.cmn_article_list {
  margin-right: auto;
  margin-left: auto;
  max-width: 852px;
}

.cmn_article_list:not(.slick-initialized) {
  background-image: url(../image-cmn/spacer/tips/img-blank-01.png?date=20210506);
  background-repeat: no-repeat;
}

.cmn_article_list.slick-initialized {
  max-width: 876px;
}

.cmn_article_list a {
  display: block;
}

.cmn_article_list a:hover img {
  opacity: 1;
}

.cmn_3col.cmn_article_list .cmn_col_block {
  background-image: url(../image-cmn/bg-slider-01.jpg?date=20210506);
  background-repeat: repeat;
  background-position: 0 0;
}

.cmn_article_list_note {
  margin-top: .8em;
}

.cmn_article_list_ttl {
  font-weight: 600;
  line-height: 1.2;
  height: 22px;
  overflow: hidden;
}

.cmn_article_list_disc {
  color: #000;
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.5;
  margin-top: .35em;
  height: 75px;
  overflow: hidden;
}

.is_coming_soon .cmn_article_list_disc {
  color: #9e7943;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  height: 104px;
  letter-spacing: .08em;
  padding-top: .2em;
  width: 100%;
}

.cmn_article_list_btn_wrap {
  line-height: 1;
  margin-top: 4px;
  text-align: right;
}

@media (min-width: 768px) {
  .cmn_article_list:not(.slick-initialized) {
    background-position: bottom 55px right 7.5%;
    background-size: 19.8% auto;
  }

  .cmn_3col.cmn_article_list .cmn_col_block {
    width: 31.456%;
  }

  .cmn_3col.cmn_article_list .cmn_col_block>* {
    padding: 16px;
  }

  .cmn_3col.cmn_article_list .cmn_col_block:not(:nth-of-type(3n+1)) {
    margin-left: 2.817%;
  }

  .slick-initialized.cmn_3col.cmn_article_list .cmn_col_block {
    margin: 0 12px;
  }

  .cmn_article_list .prev {
    left: -22px;
  }

  .cmn_article_list .next {
    right: -22px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_3col.cmn_article_list {
    padding: 0 15px;
  }

  .cmn_article_list:not(.slick-initialized) {
    background-position: bottom 80px right 17%;
    background-size: 25% auto;
  }

  .cmn_3col.cmn_article_list .cmn_col_block {
    margin-top: 0;
    width: 49%;
  }

  .cmn_3col.cmn_article_list .cmn_col_block>* {
    padding: 10px;
  }

  .cmn_3col.cmn_article_list .cmn_col_block:nth-of-type(even) {
    margin-left: 2%;
  }

  .cmn_3col.cmn_article_list .cmn_col_block:nth-of-type(n+3) {
    margin-top: 15px;
  }

  .slick-initialized.cmn_3col.cmn_article_list .cmn_col_block {
    margin: 0 3px;
  }

  .cmn_3col.cmn_article_list .prev {
    left: -5px;
  }

  .cmn_3col.cmn_article_list .next {
    right: -5px;
  }

  .cmn_article_list_ttl {
    font-size: 16px;
    height: 20px;
  }

  .cmn_article_list_disc {
    font-size: 15px;
    height: 68px;
  }

  .is_coming_soon .cmn_article_list_disc {
    font-size: 16px;
    height: 99px;
  }
}

@media screen and (max-width: 360px) {
  .is_coming_soon .cmn_article_list_disc {
    height: 95px;
  }
}

/* ------------------------------------ */
/* ▼ read more btn */
/* ------------------------------------ */
.cmn_read_more_btn {
  background-color: #fff;
  border: solid 1px #1c40b5;
  color: #1c40b5;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: .03em;
  line-height: 1;
  padding: .3em 1.6em .3em .3em;
  position: relative;
}

.cmn_read_more_btn::before,
.cmn_read_more_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cmn_read_more_btn::before {
  background-color: #1c40b5;
  height: 14px;
  right: 5px;
  width: 14px;
}

.cmn_read_more_btn::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  height: 0;
  right: 8px;
  width: 0;
}

@media screen and (max-width: 767px) {
  .cmn_read_more_btn {
    font-size: 1.3rem;
    padding: .5em 2em .5em .4em;
  }
}

@media screen and (max-width: 360px) {
  .cmn_read_more_btn {
    font-size: 3.4vw;
  }
}

/* ------------------------------------ */
/* ▼ cmn_more_link_btn */
/* ------------------------------------ */
.cmn_more_link_btn_wrap:not(.is_show) {
  display: none;
}

.cmn_more_link_btn:not(.is_open) .opened_text {
  display: none;
}

.cmn_more_link_btn.is_open .closed_text {
  display: none;
}

@media (min-width: 768px) {
  .cmn_more_link_btn {
    cursor: pointer;
  }
  .cmn_more_link_btn:not(.is_open) {
    max-width: 300px;
  }
  .cmn_more_link_btn.is_open {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .cmn_more_link_btn:not(.is_open) {
    max-width: 240px;
  }
  .cmn_more_link_btn.is_open {
    max-width: 200px;
  }
}


/*-----------------------------------------------------------
バナー（共通処理）
------------------------------------------------------------*/
.cmn_bnr_hexagon_ttl {
  background: url(../image-cmn/bgtitle/bkg_title_related_sub.png?date=20210506) no-repeat center;
  background-size: contain;
  height: 34px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .06em;
  margin: 0 auto 15px;
  max-width: 307px;
  padding: 2px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.cmn_bnr_hexagon_ttl > span {
  z-index: 1;
}

.cmn_bnr_hexagon_ttl > span span {
  display: inline-block;
  max-width: 323px;
  padding: 2px 35px 0;
}

.cmn_bnr_area {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}

.cmn_bnr_area a {
  display: block;
}

.cmn_bnr_area img {
  vertical-align: bottom;
  margin-left: auto;
  margin-right: auto;
}

.box__detail .cmn_bnr_area img {
  border: none;
}

.cmn_bnr_cap {
  letter-spacing: .02em;
  line-height: 1.3;
  margin-top: 7px;
}

.cmn_bnr_add_deco_border {
  position: relative;
}

.cmn_bnr_add_deco_border::before {
  background-color: #d28d8d;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

  .box__title + .cmn_bnr_area_wrap {
    margin-top: 0;
  }

  .cmn_bnr_cap {
    font-size: 1.5rem;
  }

  .cmn_bnr_area + .cmn_bnr_area {
    margin-top: 35px;
  }

  .cmn_bnr_area.col01 {
    max-width: 420px;
  }
  .cmn_bnr_area.col01.cmn_bnr_w_500 {
    max-width: 520px;
  }

  .cmn_bnr_area.col01.bnr_l {
    max-width: 720px;
  }

  .cmn_bnr_area.col01 figure:nth-child(n+2) {
    margin-top: 20px;
  }

  .cmn_bnr_area.col02,
  .cmn_bnr_area.col03 {
    display: flex;
    flex-wrap: wrap;
  }

  .cmn_bnr_area.col02 {
    justify-content: center;
    max-width: 880px; /* バナー両端に余白付与のため */
  }

  .cmn_bnr_area.col02.cmn_bnr_w_300 {
    max-width: 680px; /* バナー両端に余白付与のため */
  }

  .cmn_bnr_area.col02.cmn_has_spacer {
    justify-content: flex-start;
  }

  .cmn_bnr_area.col02.cmn_has_spacer figure {
    position: relative;
  }

  .cmn_bnr_area.col02.cmn_has_spacer figure:last-of-type {
    background-color: #fff;
  }

  .cmn_bnr_area.col02.cmn_has_spacer figure:last-child:after {
    content:'';
    background:url("../image-cmn/banner/bnr-spacer-col2.png?date=20210506") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 117.5%;
    width: 80%;
    height: 100%;
  }

  .cmn_bnr_area.col02 figure {
    max-width: 400px;
    margin-left: 1.745%;
    margin-right: 1.745%;
    width: 46.412%;
  }

  .cmn_bnr_area.col02 figure:nth-child(n+3) {
    margin-top: 20px;
  }

  .cmn_bnr_area.col02.cmn_bnr_w_300 figure {
    max-width: 300px;
    margin-left: 2.2725%;
    margin-right: 2.2725%;
    width: 45.455%;
  }

  .cmn_bnr_area.col03 {
    max-width: 950px;
  }

  .cmn_bnr_area.col03.cmn_has_spacer {
    background: url("../image-cmn/banner/bnr-spacer.png?date=20210506") no-repeat right 2.5% bottom 50px;
    background-size: 30% auto;
  }

  .cmn_bnr_area.col03.cmn_has_spacer figure:last-of-type {
    background-color: #fff;
  }

  .cmn_bnr_area.col03 figure {
    margin-left: 1.6115%;
    max-width: 300px;
    width: 32.259%;
  }

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

  .cmn_bnr_area.col03 figure:nth-child(n+4) {
    margin-top: 15px;
  }

  .cmn_bnr_area.col03 .cmn_bnr_cap {
    margin-top: 5px;
  }

  .cmn_bnr_text_wrap:hover .cmn_bnr_text {
    opacity: .6;
  }

  .cmn_bnr_text {
    padding: 3px 10px;
    top: 10px;
  }

  .cmn_bnr_add_deco_border {
    padding-top: 60px;
  }

  .cmn_bnr_add_deco_border::before {
    width: 87%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cmn_bnr_text_wrap:hover .cmn_bnr_text {
    opacity: 1;
  }
}

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

  .box__title + .cmn_bnr_area_wrap {
    margin-top: 0;
  }

  .cmn_bnr_area {
    max-width: 550px;
  }

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

  .cmn_bnr_area figure {
    width: 100%;
  }

  .cmn_bnr_area figure:nth-child(n+2) {
    margin-top: 20px;
  }

  .cmn_bnr_cap {
    font-size: 1.4rem;
    padding: 0 2px;
  }

  .cmn_bnr_text {
    padding: 4px 12px;
    top: 3vw;
  }

  .cmn_bnr_add_deco_border {
    padding-top: 30px;
  }

  .cmn_bnr_add_deco_border::before {
    width: 95%;
  }

  .box__detail .cmn_bnr_area img {
    margin-left: 0;
  }
}

/* bnr gr */
.cmn_bnr_area .gr_content {
  pointer-events: none;
}

.cmn_bnr_area .gr_content .roll:hover {
  opacity: 1;
}

/* ------------------------------------ */
/* ▼ cmn_bnr_area SPのみスライダー化 */
/* ------------------------------------ */
@media (max-width: 767px) {
  .cmn_bnr_area.cmn_bnr_sp_slider {
    padding: 0 30px;
  }

  .cmn_bnr_area.cmn_bnr_sp_slider .next {
    right: 5px;
  }

  .cmn_bnr_area.cmn_bnr_sp_slider .prev {
    left: 5px;
  }

  .cmn_bnr_area.cmn_bnr_sp_slider figure {
    margin-top: 0;
    padding: 0 5px;
  }
}

/*-----------------------------------------------------------
記事コンテンツバナー（共通処理）
------------------------------------------------------------*/
/* -- テキスト可変バナー用共通スタイル -- */
.cmn_text_bnr figure > a,
.cmn_text_bnr figure > span {
  display: block;
  position: relative;
}

.cmn_text_bnr figure:not(.not_arrow) > a::after,
.cmn_text_bnr figure:not(.not_arrow) > span::after {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/btn_chronology_arrow.png?date=20210506) no-repeat 0 0;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  display: block;
  height: 26px;
  width: 26px;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .cmn_text_bnr.col02 .cmn_bnr_cap {
    letter-spacing: .06em;
  }

  .cmn_text_bnr.col03 .cmn_bnr_cap {
    letter-spacing: .01em;
  }
}

@media (max-width: 767px) {
  .cmn_text_bnr img {
    width: 100%;
  }
}

/* -- has_text -- */
.cmn_text_bnr .has_text > a,
.cmn_text_bnr .has_text > span {
  align-items: flex-start;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 2px solid #b38f5f;
  display: flex;
  justify-content: flex-start;
}

.cmn_text_bnr .bf_tour_local_gourmet_link.has_text>a,
.cmn_text_bnr .bf_tour_local_gourmet_link.has_text>span {
  border: 2px solid #da6d04;
}

.cmn_text_bnr.col02 .has_text > a,
.cmn_text_bnr.col02 .has_text > span {
  padding: 14.905% 4% 1.6%;
}

.cmn_text_bnr.col02.cmn_bnr_w_300 .has_text > a,
.cmn_text_bnr.col02.cmn_bnr_w_300 .has_text > span {
  padding: 12.07% 4% 1.60%;
}

.cmn_text_bnr.col03 .has_text > a,
.cmn_text_bnr.col03 .has_text > span {
  padding: 11.67% 4% 2%;
}

.cmn_text_bnr .has_text .bnr_txt {
  align-items: center;
  background-color: #fff;
  border: 1px solid #483f33;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  color: #000;
  display: flex;
  font-feature-settings: "pkna";
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .06em;
  line-height: 1.2;
  margin: 0 auto;
  min-height: 30px;
  padding: 1.4% 5%;
  position: relative;
  text-align: center;
  width: 80%;
}

@media (min-width: 768px) {
  .cmn_text_bnr .has_text > a:hover .bnr_txt {
    color: #a92121;
  }

  .cmn_text_bnr.col01 .has_text > a,
  .cmn_text_bnr.col01 .has_text > span {
    overflow: hidden;
    padding: 8% 5.5% 1.5% 4%;
  }

  .cmn_text_bnr.col01.cmn_bnr_w_500 .has_text > a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .has_text > span {
    padding: 9.6% 5.5% 1.6% 4%;
  }

  .cmn_text_bnr.col01 .has_text .bnr_txt,
  .cmn_text_bnr.col02 .has_text .bnr_txt {
    font-size: 15px;
  }

  .cmn_text_bnr.col01 .has_text .bnr_txt {
    margin-right: 0;
    padding: 1%;
    width: 68%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .cmn_text_bnr .has_text > a:hover .bnr_txt {
    color: #000;
  }
}

@media (max-width: 767px) {
  .cmn_text_bnr.col01 .has_text > a,
  .cmn_text_bnr.col01 .has_text > span {
    padding: 14.204% 4% 1.60%;
  }
  .cmn_text_bnr .has_text .bnr_txt,
  .cmn_text_bnr.col01 .has_text .bnr_txt {
    padding: 2% 9%;
    width: 90%;
  }
  .cmn_text_bnr.col01 .has_text .bnr_txt {
    font-size: 16px;
  }
}

/* -- 各バナーテキスト用ボーダーを設定 -- */
/* 基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_knowledge_armor_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_knowledge_arms_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_meihaku_sword_basic_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_knowledge_ninja_link .bnr_txt,
.cmn_text_bnr .has_text.bf_arquebus-bow_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_knowledge_arquebus_link .bnr_txt {
  border: 1px solid #483f33;
}

/* 刀剣 */
.cmn_text_bnr .has_text.bf_gokaden_meikou_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_modern_sword_artisan_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_museum_katana_historian_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_bf_imperial_sword_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sword_artisan_directory_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_search_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sword_legend_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sword_girl_link .bnr_txt,
.cmn_text_bnr .has_text.bf_meihaku_tengasanmeisou_link .bnr_txt {
  border: 1px solid #5c2f2d;
}

/* 人物 */
.cmn_text_bnr .has_text.bf_women_touken_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_historian_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_edo-domain100_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_daimyo_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sengokuwarlords_festival_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_tokugawa15_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_princess_femalewarlord_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_number2_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_historian_armor .bnr_txt,
.cmn_text_bnr .has_text.bf_historian_history .bnr_txt {
  border: 1px solid #3e253c;
}

/* 雑学 */
.cmn_text_bnr .has_text.bf_sword_and_dance_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sword_in_comics_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_novel_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_movie_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_samurai_customs_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_kabuki_touken_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_ritual_culture_clash_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_mythology_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_comic_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_cosplay_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_minoden_sekicity_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_world_touken_link .bnr_txt,
.cmn_text_bnr .has_text.bf_shibusawaeiichi_link .bnr_txt {
  border: 1px solid #243b3a;
}

/* 武具・書画・美術品 */
.cmn_text_bnr .has_text.bf_search_art_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_ukiyoe_artist_link .bnr_txt,
.cmn_text_bnr .has_text.bf_ukiyoe_series_link .bnr_txt {
  border: 1px solid #4d5e50;
}

/* 歴史 */
.cmn_text_bnr .has_text.bf_strange_story_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_battle_history_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_female_history_buff_link .bnr_txt,
.cmn_text_bnr .has_text.bf_taiga_kamakuradono13_link .bnr_txt {
  border: 1px solid #5c2f2d;
}

/* 合戦 */
.cmn_text_bnr .has_text.bf_kosenjo_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_battle_strategy_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_sekigahara_wars_link .bnr_txt {
  border: 1px solid #40440f;
}

/* 組織 */
.cmn_text_bnr .has_text.bf_organization_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_organization_tosho_link .bnr_txt {
  border: 1px solid #0f333a;
}

/* 施設 */
.cmn_text_bnr .has_text.bf_castle_town_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_museum_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_religious_building_link .bnr_txt ,
.cmn_text_bnr .has_text.bf_castle_building_link .bnr_txt {
  border: 1px solid #143846;
}

/* 刀剣広場 */
.cmn_text_bnr .has_text.bf_hiroba_blog_link .bnr_txt {
  border: 1px solid #0f333a;
}

/* -- 各バナー用背景画像を設定 -- */
/* リサーチ 城をめぐる戦い */
.cmn_text_bnr .has_text.bf_research-castle_link > a,
.cmn_text_bnr .has_text.bf_research-castle_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_siege_600_150_bg.png?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/* 刀剣広場 刀剣ブログ */
.cmn_text_bnr .has_text.bf_hiroba_blog_link > a,
.cmn_text_bnr .has_text.bf_hiroba_blog_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-blog-link-600x300.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/* 名古屋刀剣ワールド／刀剣の基本 */
.cmn_text_bnr .has_text.bf_meihaku_sword_basic_link > a,
.cmn_text_bnr .has_text.bf_meihaku_sword_basic_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-600x300.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/* 刀剣コスプレ（名博メーハク版） */
.cmn_text_bnr .has_text.bf_meihaku_cosplay_link > a,
.cmn_text_bnr .has_text.bf_meihaku_cosplay_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-600x300.jpg?date=20210818) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/* 刀剣写真・日本刀画像一覧 */
.cmn_text_bnr .has_text.bf_search_link > a,
.cmn_text_bnr .has_text.bf_search_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-link-600x300.jpg?date=20210506);
}

/* 日本史／全国の合戦・古戦場（地域別） */
.cmn_text_bnr .has_text.bf_kosenjo_link > a,
.cmn_text_bnr .has_text.bf_kosenjo_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-600x300.jpg?date=20210506);
}

/* 武将・歴史人の日本刀（イラスト） */
.cmn_text_bnr .has_text.bf_sword_legend_link > a,
.cmn_text_bnr .has_text.bf_sword_legend_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-600x300.jpg?date=20210506);
}

/* 刀剣展示 博物館の日本刀 */
.cmn_text_bnr .has_text.bf_museum_link > a,
.cmn_text_bnr .has_text.bf_museum_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-link-600x300.jpg?date=20210506);
}

/* 刀剣奉納 神社・仏閣の日本刀 */
.cmn_text_bnr .has_text.bf_religious_building_link > a,
.cmn_text_bnr .has_text.bf_religious_building_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-600x300.jpg?date=20210506);
}

/* 刀剣・甲冑展示の城・城郭 */
.cmn_text_bnr .has_text.bf_castle_building_link > a,
.cmn_text_bnr .has_text.bf_castle_building_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-600x300.jpg?date=20210506);
}

/* 全国の刀剣商（刀剣買取店・販売店）リンク */
.cmn_text_bnr .has_text.bf_organization_tosho_link > a,
.cmn_text_bnr .has_text.bf_organization_tosho_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-600x300.jpg?date=20210506);
}

/* 日本史の珍説 */
.cmn_text_bnr .has_text.bf_strange_story_link > a,
.cmn_text_bnr .has_text.bf_strange_story_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-600x300.jpg?date=20210506);
}

/* 日本史／合戦歴史年表 */
.cmn_text_bnr .has_text.bf_battle_history_link > a,
.cmn_text_bnr .has_text.bf_battle_history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-600x300.jpg?date=20210506);
}

/* 刀剣・甲冑の関連組織 */
.cmn_text_bnr .has_text.bf_organization_link > a,
.cmn_text_bnr .has_text.bf_organization_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-link-organization-600x300.jpg?date=20210506);
}

/* 戦国武将のお祭り */
.cmn_text_bnr .has_text.bf_sengokuwarlords_festival_link > a,
.cmn_text_bnr .has_text.bf_sengokuwarlords_festival_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-600x300.jpg?date=20210506);
}

/* 五箇伝の名工 */
.cmn_text_bnr .has_text.bf_gokaden_meikou_link > a,
.cmn_text_bnr .has_text.bf_gokaden_meikou_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou-link-600x300.jpg?date=20210506);
}

/* 現代刀の名工・名匠・刀鍛冶 */
.cmn_text_bnr .has_text.bf_modern_sword_artisan_link > a,
.cmn_text_bnr .has_text.bf_modern_sword_artisan_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-600x300.jpg?date=20210506);
}

/* 名家・著名人の日本刀 */
.cmn_text_bnr .has_text.bf_museum_katana_historian_link > a,
.cmn_text_bnr .has_text.bf_museum_katana_historian_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-600x300.jpg?date=20210506);
}

/* 戦国武将の合戦戦略 */
.cmn_text_bnr .has_text.bf_battle_strategy_link > a,
.cmn_text_bnr .has_text.bf_battle_strategy_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-600x300.jpg?date=20210506);
}

/* 刀剣の基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_link > a,
.cmn_text_bnr .has_text.bf_knowledge_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-600x300.jpg?date=20210506);
}

/* 甲冑（鎧兜）の基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_armor_link > a,
.cmn_text_bnr .has_text.bf_knowledge_armor_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-600x300.jpg?date=20210506);
}

/* 甲冑師の仕事 */
.cmn_text_bnr .has_text.bf_knowledge_armor_worker_link > a,
.cmn_text_bnr .has_text.bf_knowledge_armor_worker_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-worker-link-600x300.jpg?date=20210506);
}

/* 忍者の基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_ninja_link > a,
.cmn_text_bnr .has_text.bf_knowledge_ninja_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-600x300.jpg?date=20210506);
}

/* 戦国武将 */
.cmn_text_bnr .has_text.bf_historian_link > a,
.cmn_text_bnr .has_text.bf_historian_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-600x300.jpg?date=20210506);
}

/* 主な江戸100藩（家紋） */
.cmn_text_bnr .has_text.bf_edo-domain100_link > a,
.cmn_text_bnr .has_text.bf_edo-domain100_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-600x300.jpg?date=20210506);
}

/* 皇室・公家と刀剣 */
.cmn_text_bnr .has_text.bf_imperial_sword_link > a,
.cmn_text_bnr .has_text.bf_imperial_sword_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-600x300.jpg?date=20210506);
}

/* 歌舞伎と刀剣 */
.cmn_text_bnr .has_text.bf_kabuki_touken_link > a,
.cmn_text_bnr .has_text.bf_kabuki_touken_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-600x300.jpg?date=20210506);
}

/* 歴女必見！戦国武将を支えた女剣士～女性と刀剣～ */
.cmn_text_bnr .has_text.bf_women_touken_link > a,
.cmn_text_bnr .has_text.bf_women_touken_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-600x300.jpg?date=20210506);
}

/* 戦国時代の戦国大名一覧 */
.cmn_text_bnr .has_text.bf_daimyo_link > a,
.cmn_text_bnr .has_text.bf_daimyo_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-600x300.jpg?date=20210506);
}

/* 現代に残る武士の風習 */
.cmn_text_bnr .has_text.bf_samurai_customs_link > a,
.cmn_text_bnr .has_text.bf_samurai_customs_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-600x300.jpg?date=20210506);
}

/* 美濃伝の刀剣／岐阜県関市の刃物 */
.cmn_text_bnr .has_text.bf_minoden_sekicity_link > a,
.cmn_text_bnr .has_text.bf_minoden_sekicity_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-600x300.jpg?date=20210506);
}

/* 世界の剣・甲冑（鎧兜） */
.cmn_text_bnr .has_text.bf_world_touken_link > a,
.cmn_text_bnr .has_text.bf_world_touken_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-world-touken-link-600x300.jpg?date=20210506);
}

/* 徳川十五代将軍 */
.cmn_text_bnr .has_text.bf_tokugawa15_link > a,
.cmn_text_bnr .has_text.bf_tokugawa15_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-600x300.jpg?date=20210506);
}

/* 歴女向け歴史ガイド */
.cmn_text_bnr .has_text.bf_female_history_buff_link > a,
.cmn_text_bnr .has_text.bf_female_history_buff_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-600x300.jpg?date=20210506);
}

/* 刀剣・歴史小説 */
.cmn_text_bnr .has_text.bf_novel_link > a,
.cmn_text_bnr .has_text.bf_novel_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-novel-link-600x300.jpg?date=20210506);
}

/* 刀剣映画（時代劇・歴史映画監督） */
.cmn_text_bnr .has_text.bf_movie_link > a,
.cmn_text_bnr .has_text.bf_movie_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-movie-link-600x300.jpg?date=20240110);
}

/* 書画・美術品写真／画像 */
.cmn_text_bnr .has_text.bf_search_art_link > a,
.cmn_text_bnr .has_text.bf_search_art_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-art-link-600x300.jpg?date=20210506);
}

/* 刀剣ワールド浮世絵：浮世絵師一覧 */
.cmn_text_bnr .has_text.bf_ukiyoe_artist_link > a,
.cmn_text_bnr .has_text.bf_ukiyoe_artist_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-600x300.jpg?date=20210506);
}

/* 刀剣ワールド浮世絵：浮世絵のシリーズ作品 */
.cmn_text_bnr .has_text.bf_ukiyoe_series_link > a,
.cmn_text_bnr .has_text.bf_ukiyoe_series_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-series-link-600x300.jpg?date=20210506);
}

/* 刀剣写真・日本刀画像一覧 */
.cmn_text_bnr .has_text.bf_search_cat > a,
.cmn_text_bnr .has_text.bf_search_cat > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-600x300.png?date=20210506);
}

/* 上記「刀剣写真・日本刀画像一覧」のうち五箇伝の名工限定の個別対応 */
.cmn_text_bnr .has_text.bf_search_cat::after {
  content: none;
}
.cmn_text_bnr .has_text.bf_search_cat .for_category {
  padding: 0% 3%;
  width: auto;
  position: relative;
  right: 10%;
  border-radius: 3px;
  font-weight: 600;
  color: #d83b30;
  max-width: 60%;
}
.cmn_text_bnr.col01 .has_text.bf_search_cat .for_category {
  right: 25%;
  max-width: 50%;
}
.cmn_text_bnr .has_text.bf_search_cat .for_category::before {
  content: none;
}
.cmn_text_bnr .has_text.bf_search_cat .for_category::after {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-text_short.png?date=20210506) no-repeat center;
  background-size: contain;
  bottom: 0;
  content: "";
  margin: auto 0 auto 5px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
}

/* 大関ケ原祭2022 */
.cmn_text_bnr .has_text.bf_oosekigahara_festival2022_link > a,
.cmn_text_bnr .has_text.bf_oosekigahara_festival2022_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-oosekigahara-festival2022-link-600x300.jpg);
}

/* 日本の行事・イベント */
.cmn_text_bnr .has_text.bf_japan_event_link > a,
.cmn_text_bnr .has_text.bf_japan_event_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-japan-event-link-600x300.jpg);
}

/*徳川15代将軍*/
.cmn_text_bnr .has_text.bf_tokugawa_15th_shogun_link > a,
.cmn_text_bnr .has_text.bf_tokugawa_15th_shogun_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-tokugawa-15th-shogun-link-600x300.jpg);
}

/*有名な戦国武将の愛刀*/
.cmn_text_bnr .has_text.bf_sengoku_sword_link > a,
.cmn_text_bnr .has_text.bf_sengoku_sword_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-meihaku-warlords-and-swords-link-600x300.jpg);
}

/*戦国三英傑*/
.cmn_text_bnr .has_text.bf_three_heroes_link > a,
.cmn_text_bnr .has_text.bf_three_heroes_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-three-heroes-link-600x300.jpg);
}

/*天皇と元号一覧（令和と元号の決め方）*/
.cmn_text_bnr .has_text.bf_era_name_link > a,
.cmn_text_bnr .has_text.bf_era_name_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-era-name-list-link-600x300.jpg);
}

/* 剣舞と詩舞 世界の剣舞 */
.cmn_text_bnr .has_text.bf_sword_and_dance_link > a,
.cmn_text_bnr .has_text.bf_sword_and_dance_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-600x300.jpg?date=20210506);
}

/* 刀剣にまつわる神事・文化・しきたり */
.cmn_text_bnr .has_text.bf_ritual_culture_clash_link > a,
.cmn_text_bnr .has_text.bf_ritual_culture_clash_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-600x300.jpg?date=20210506);
}

/* 神話・説話に登場の伝説の剣 */
.cmn_text_bnr .has_text.bf_mythology_link > a,
.cmn_text_bnr .has_text.bf_mythology_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mythology-link-600x300.jpg?date=20210506);
}

/* 刀剣・歴史漫画 */
.cmn_text_bnr .has_text.bf_sword_in_comics_link > a,
.cmn_text_bnr .has_text.bf_sword_in_comics_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-600x300.jpg?date=20210506);
}

/* 刀剣マンガ（刀剣ことわざ4コマ漫画） */
.cmn_text_bnr .has_text.bf_comic_link > a,
.cmn_text_bnr .has_text.bf_comic_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-comic-link-600x300.jpg?date=20210506);
}

/* 刀剣コスプレ */
.cmn_text_bnr .has_text.bf_cosplay_link > a,
.cmn_text_bnr .has_text.bf_cosplay_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-600x300.jpg?date=20210506);
}

/* 歴女に人気の城下町100選 */
.cmn_text_bnr .has_text.bf_castle_town_link > a,
.cmn_text_bnr .has_text.bf_castle_town_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-600x300.jpg?date=20210506);
}

/* 武具・書画・美術品の基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_arms_link > a,
.cmn_text_bnr .has_text.bf_knowledge_arms_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-600x300.jpg?date=20210506);
}

/* 弓の基礎知識 */
.cmn_text_bnr .has_text.bf_arquebus-bow_link > a,
.cmn_text_bnr .has_text.bf_arquebus-bow_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-arquebus-bow-link-600x300.jpg?date=20220920);
}

/* 鉄砲の基礎知識 */
.cmn_text_bnr .has_text.bf_knowledge_arquebus_link > a,
.cmn_text_bnr .has_text.bf_knowledge_arquebus_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-guns-link-600x300.jpg?date=20230712);
}

/* 戦国時代の姫・女武将たち */
.cmn_text_bnr .has_text.bf_princess_femalewarlord_link > a,
.cmn_text_bnr .has_text.bf_princess_femalewarlord_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-600x300.jpg?date=20210506);
}

/* 主君を支えた歴史上の実力者 */
.cmn_text_bnr .has_text.bf_number2_link > a,
.cmn_text_bnr .has_text.bf_number2_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-600x300.jpg?date=20210506);
}

/* 著名刀工・刀匠名鑑 */
.cmn_text_bnr .has_text.bf_sword_artisan_directory_link > a,
.cmn_text_bnr .has_text.bf_sword_artisan_directory_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-600x300.jpg?date=20210506);
}

/* 刀剣名刀図鑑 */
.cmn_text_bnr .has_text.bf_search-noted-sword-cat > a,
.cmn_text_bnr .has_text.bf_search-noted-sword-cat > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-600x300.jpg?date=20210506);
}

/* 刀剣女子に好まれる刀剣 */
.cmn_text_bnr .has_text.bf_sword_girl_link > a,
.cmn_text_bnr .has_text.bf_sword_girl_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-600x300.jpg?date=20210506);
}

/* 合戦の街 関ヶ原（関ヶ原の戦い） */
.cmn_text_bnr .has_text.bf_sekigahara_wars_link > a,
.cmn_text_bnr .has_text.bf_sekigahara_wars_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-600x300.jpg?date=20210506);
}

/* 日本史／戦国武将年表 */
.cmn_text_bnr .has_text.bf_historian_history_link > a,
.cmn_text_bnr .has_text.bf_historian_history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-history-link-600x300.jpg?date=20210506);
}

/* 渋沢栄一の功績 */
.cmn_text_bnr .has_text.bf_shibusawaeiichi_link > a,
.cmn_text_bnr .has_text.bf_shibusawaeiichi_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shibusawaeiichi-link-600x300.jpg?date=20210506);
}

/* 日本の生活(縄文〜江戸時代の暮らしや文化) */
.cmn_text_bnr .has_text.bf_culture_link > a,
.cmn_text_bnr .has_text.bf_culture_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-culture-link-600x300.jpg?date=20230208);
}

/* 刀ブロ */
.cmn_text_bnr .has_text.bf_toublo_link > a,
.cmn_text_bnr .has_text.bf_toublo_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-toublo-link-600x300.jpg?date=20210506);
}

/*天下三名槍 写し制作プロジェクト */
.cmn_text_bnr .has_text.bf_meihaku_tengasanmeisou_link > a,
.cmn_text_bnr .has_text.bf_meihaku_tengasanmeisou_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-tengasanmeiso-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/* 五月人形の基礎知識 */
.cmn_text_bnr .has_text.bf_gogatsu_dolls_link>a,
.cmn_text_bnr .has_text.bf_gogatsu_dolls_link>span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gogatsu-dolls-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/* 大河ドラマ「鎌倉殿の13人」 */
.cmn_text_bnr .has_text.bf_taiga_kamakuradono13_link>a,
.cmn_text_bnr .has_text.bf_taiga_kamakuradono13_link>span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-taiga-kamakuradono13-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 貨幣の基本 */
.cmn_text_bnr .has_text.bf_currency_basic_link > a,
.cmn_text_bnr .has_text.bf_currency_basic_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-currency-basic-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 甲冑（鎧兜）の基本 名博メーハク .bf_armor_basic_link */
.cmn_text_bnr .has_text.bf_armor_basic_link > a,
.cmn_text_bnr .has_text.bf_armor_basic_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-armor-basic-link-600x300.jpg?date=20210506) no-repeat top;
  background-size: 100%;
}

/* 刀剣コスプレ（名博メーハク版） */
.cmn_text_bnr .has_text.bf_meihaku_cosplay_link > a,
.cmn_text_bnr .has_text.bf_meihaku_cosplay_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-600x300.jpg?date=20210818) no-repeat top;
  background-size: 100%;
}

/* 13人の合議制（鎌倉殿の13人） */
.cmn_text_bnr .has_text.bf_kamakura13_link > a,
.cmn_text_bnr .has_text.bf_kamakura13_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kamakura13-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 徳川家康 */
.cmn_text_bnr .has_text.bf_historian_tokugawaieyasu_link > a,
.cmn_text_bnr .has_text.bf_historian_tokugawaieyasu_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-tokugawaieyasu-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 鎌倉幕府の執権一覧 */
.cmn_text_bnr .has_text.bf_shikken_hojo_link > a,
.cmn_text_bnr .has_text.bf_shikken_hojo_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shikken-hojo-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 第15代最後の将軍／徳川慶喜（よしのぶ）：徳川慶喜の子孫 */
.cmn_text_bnr .has_text.bf_tokugawayoshinobu_shison_link > a,
.cmn_text_bnr .has_text.bf_tokugawayoshinobu_shison_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa-yoshinobu-descendants-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 浮世絵入門 */
.cmn_text_bnr .has_text.bf_ukiyoe_introduction_link > a,
.cmn_text_bnr .has_text.bf_ukiyoe_introduction_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-introduction-link-600x300.jpg?date=20220415) no-repeat top;
  background-size: 100%;
}

/* 浮世絵展示の博物館・美術館 */
.cmn_text_bnr .has_text.bf_twu_museum_link > a,
.cmn_text_bnr .has_text.bf_twu_museum_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-twu-museum-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 浮世絵を学ぶ */
.cmn_text_bnr .has_text.bf_learn_ukiyoe_link > a,
.cmn_text_bnr .has_text.bf_learn_ukiyoe_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-learn-ukiyoe-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 甲冑（鎧兜）写真 */
.cmn_text_bnr .has_text.bf_search_armor_link > a,
.cmn_text_bnr .has_text.bf_search_armor_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-armor-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 徳川御三家・御三卿と徳川家を支えた武将 */
.cmn_text_bnr .has_text.bf_tokugawa-supported_link > a,
.cmn_text_bnr .has_text.bf_tokugawa-supported_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa-supported-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 徳川家康と愛知県・静岡県 */
.cmn_text_bnr .has_text.bf_tokugawaieyasu-aichi-shizuoka_link > a,
.cmn_text_bnr .has_text.bf_tokugawaieyasu-aichi-shizuoka_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-twn-tokugawaieyasu-aichi-shizuoka-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 愛知県の風景が描かれた浮世絵 */
.cmn_text_bnr .has_text.bf_aichi-ukiyoe_link > a,
.cmn_text_bnr .has_text.bf_aichi-ukiyoe_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-aichi-ukiyoe-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 鎌倉9代将軍一覧 */
.cmn_text_bnr .has_text.bf_kamakura9_link > a,
.cmn_text_bnr .has_text.bf_kamakura9_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kamakura9-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* 足利15代将軍一覧 */
.cmn_text_bnr .has_text.bf_ashikaga15_link > a,
.cmn_text_bnr .has_text.bf_ashikaga15_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ashikaga15-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/* Web日本史辞典 */
.cmn_text_bnr .has_text.bf_history-important-word_link > a,
.cmn_text_bnr .has_text.bf_history-important-word_link > span {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-history-important-word-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

/*戦国時代を動かした名軍師*/
.cmn_text_bnr .has_text.bf_great_strategist_link > a,
.cmn_text_bnr .has_text.bf_great_strategist_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-great-strategist-link-600x300.jpg?date=20221205);
}

/*戦国時代のファッション文化*/
.cmn_text_bnr .has_text.bf_sengoku_fashion_link > a,
.cmn_text_bnr .has_text.bf_sengoku_fashion_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengoku-fashion-link-600x300.jpg?date=20221205);
}

/*日本史年表*/
.cmn_text_bnr .has_text.bf_japanese_history_link > a,
.cmn_text_bnr .has_text.bf_japanese_history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-meihaku-japanese-history-link-600x300.jpg?date=20221205);
}

/*どうする家康*/
.cmn_text_bnr .has_text.bf_dousuru_ieyasu_link > a,
.cmn_text_bnr .has_text.bf_dousuru_ieyasu_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-dousuru-ieyasu-link-600x300.jpg);
}

/*新撰組*/
.cmn_text_bnr .has_text.bf_shinsengumi_link > a,
.cmn_text_bnr .has_text.bf_shinsengumi_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shinsengumi-link-600x300.jpg);
}

/*幕末の人物一覧*/
.cmn_text_bnr .has_text.bf_bakumatsu_people_list_link > a,
.cmn_text_bnr .has_text.bf_bakumatsu_people_list_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-bakumatsu-people-list-link-600x300.jpg);
}

/*戦国時代の日常*/
.cmn_text_bnr .has_text.bf_sengoku-nichijo_link > a,
.cmn_text_bnr .has_text.bf_sengoku-nichijo_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengoku-nichijo-link-600x300.jpg);
}

/*日本の街道・宿場町*/
.cmn_text_bnr .has_text.bf_shukubamachi_link > a,
.cmn_text_bnr .has_text.bf_shukubamachi_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shukubamachi-link-600x300.jpg);
}

/*高校で学ぶ日本の歴史*/
.cmn_text_bnr .has_text.bf_high-school-history_link > a,
.cmn_text_bnr .has_text.bf_high-school-history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-high-school-history-600x300.jpg);
}

/*日本史の豆知識*/
.cmn_text_bnr .has_text.bf_japanese-history-trivia_link > a,
.cmn_text_bnr .has_text.bf_japanese-history-trivia_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-japanese-history-trivia-link-600x300.jpg);
}

/*戦国時代と茶道*/
.cmn_text_bnr .has_text.bf_sado-sengokuperiod_link > a,
.cmn_text_bnr .has_text.bf_sado-sengokuperiod_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sado-sengokuperiod-600x300.jpg);
}

/*刀剣ワールド東京 刀剣の基礎*/
.cmn_text_bnr .has_text.bf_tokyo_knowledge_of_sword_link > a,
.cmn_text_bnr .has_text.bf_tokyo_knowledge_of_sword_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokyo-knowledge-of-sword-link-600x300.jpg);
}

/*刀剣ワールド東京 東京の歴史*/
.cmn_text_bnr .has_text.bf_tokyo_history_link > a,
.cmn_text_bnr .has_text.bf_tokyo_history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokyo-history-link-600x300.jpg);
}

/*刀剣ワールド大阪 大阪の歴史*/
.cmn_text_bnr .has_text.bf_osaka_history_link > a,
.cmn_text_bnr .has_text.bf_osaka_history_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-osaka-history-link-600x300.jpg);
}

/* 旅探 */
.cmn_text_bnr .has_text.bf_tour_search > a,
.cmn_text_bnr .has_text.bf_tour_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-tour-link-300-150x2.png?date=20210506);
  border: 2px solid #1e5a89;
}

/* 旅探 日本の祭り */
.cmn_text_bnr .has_text.bf_festival_search > a,
.cmn_text_bnr .has_text.bf_festival_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-festival-link-300-150x2.png?date=20210506);
  border: 2px solid #1e5a89;
}

/*旅探 全国のご当地グルメ*/
.cmn_text_bnr .has_text.bf_tour_local_gourmet_link > a,
.cmn_text_bnr .has_text.bf_tour_local_gourmet_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-local-gourmet-2-600x300.jpg);
}

/* 旅探／日本の名園・庭園100選 */
.cmn_text_bnr .has_text.bf_famous_gardens100_link>a,
.cmn_text_bnr .has_text.bf_famous_gardens100_link>span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_famous_gardens100_600x300_txt.png);
}

/*旅探 神社・寺院の国宝建造物特集*/
.cmn_text_bnr .has_text.bf_nationaltreasure_link > a,
.cmn_text_bnr .has_text.bf_nationaltreasure_link > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-nationaltreasure_600-300_txt.png);
}

/* ホテバンク */
.cmn_text_bnr .has_text.bf_hotel_search > a,
.cmn_text_bnr .has_text.bf_hotel_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-hotel-link-300-150x2.png?date=20210506);
  border: 2px solid #bf9204;
}

/* パブリネット */
.cmn_text_bnr .has_text.bf_public_search > a,
.cmn_text_bnr .has_text.bf_public_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-publinet-public-link-300-150x2.png?date=20210506);
  border: 2px solid #983949;
}

/* 城ワールド */
.cmn_text_bnr .has_text.bf_shiro_world_search > a,
.cmn_text_bnr .has_text.bf_shiro_world_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-shiro-world-link-300-150x2.png?date=20210506);
  border: 2px solid #983949;
}

/* 特選 日本の城100選（全国の100名城） */
.cmn_text_bnr .has_text.bf_castle_famous-castles100_link>a,
.cmn_text_bnr .has_text.bf_castle_famous-castles100_link>span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-famous-castles100-link-600x300.png);
  border: 2px solid #983949;
}

/* スタディピア */
.cmn_text_bnr .has_text.bf_study_search > a,
.cmn_text_bnr .has_text.bf_study_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-study-link-300-150x2.png?date=20210506);
  border: 2px solid #1e5a89;
}

/* ビッグカンパニー */
.cmn_text_bnr .has_text.bf_bigcompany_search > a,
.cmn_text_bnr .has_text.bf_bigcompany_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-bigcompany-link-300-150x2.png?date=20210506);
  border: 2px solid #1e5a89;
}

/* クックドア */
.cmn_text_bnr .has_text.bf_cookdoor_search > a,
.cmn_text_bnr .has_text.bf_cookdoor_search > span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-cookdoor-link-300-150x2.png?date=20210506);
  border: 2px solid #1e5a89;
}

/* メディアポ */
.cmn_text_bnr .has_text.bf_mediapo_search>a,
.cmn_text_bnr .has_text.bf_mediapo_search>span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mediapo-link-300-150x2.png);
  border: 2px solid #1e5a89;
}

/* マーケットピア */
.cmn_text_bnr .has_text.bf_shopping_search>a,
.cmn_text_bnr .has_text.bf_shopping_search>span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-shopping-link-300-150x2.png);
  border: 2px solid #e45c6e;
}

/* エンタメール */
.cmn_text_bnr .has_text.bf_entame_search>a,
.cmn_text_bnr .has_text.bf_entame_search>span {
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-entamer-link-600-300.png);
  border: 2px solid #e45c6e;
}

/* リサーチ系のみ白枠レイアウト変更 */
.cmn_text_bnr .bf_tour_search.has_text .bnr_txt,
.cmn_text_bnr .bf_festival_search.has_text .bnr_txt,
.cmn_text_bnr .bf_hotel_search.has_text .bnr_txt,
.cmn_text_bnr .bf_public_search.has_text .bnr_txt,
.cmn_text_bnr .bf_shiro_world_search.has_text .bnr_txt,
.cmn_text_bnr .bf_castle_famous-castles100_link.has_text .bnr_txt,
.cmn_text_bnr .bf_study_search.has_text .bnr_txt,
.cmn_text_bnr .bf_bigcompany_search.has_text .bnr_txt,
.cmn_text_bnr .bf_cookdoor_search.has_text .bnr_txt,
.cmn_text_bnr .bf_mediapo_search.has_text .bnr_txt,
.cmn_text_bnr .bf_shopping_search.has_text .bnr_txt,
.cmn_text_bnr .bf_entame_search.has_text .bnr_txt,
.cmn_text_bnr .bf_tour_local_gourmet_link.has_text .bnr_txt,
.cmn_text_bnr .bf_famous_gardens100_link.has_text .bnr_txt,
.cmn_text_bnr .bf_nationaltreasure_link.has_text .bnr_txt {
  border-radius: 5px;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: .5% 2%;
  width: auto;
  white-space: nowrap; /*iOS改行対応*/
}

/* リサーチ系のみ白枠レイアウト変更（iOS改行対応） */
.cmn_text_bnr .bf_tour_search.has_text .bnr_txt::after,
.cmn_text_bnr .bf_tour_search.has_text .bnr_txt::before,
.cmn_text_bnr .bf_festival_search .bnr_txt::after,
.cmn_text_bnr .bf_festival_search .bnr_txt::before,
.cmn_text_bnr .bf_hotel_search .bnr_txt::after,
.cmn_text_bnr .bf_hotel_search .bnr_txt::before,
.cmn_text_bnr .bf_public_search .bnr_txt::after,
.cmn_text_bnr .bf_public_search .bnr_txt::before,
.cmn_text_bnr .bf_shiro_world_search .bnr_txt::after,
.cmn_text_bnr .bf_shiro_world_search .bnr_txt::before,
.cmn_text_bnr .bf_castle_famous-castles100_link .bnr_txt::after,
.cmn_text_bnr .bf_castle_famous-castles100_link .bnr_txt::before,
.cmn_text_bnr .bf_study_search .bnr_txt::after,
.cmn_text_bnr .bf_study_search .bnr_txt::before,
.cmn_text_bnr .bf_bigcompany_search .bnr_txt::after,
.cmn_text_bnr .bf_bigcompany_search .bnr_txt::before,
.cmn_text_bnr .bf_cookdoor_search .bnr_txt::after,
.cmn_text_bnr .bf_cookdoor_search .bnr_txt::before,
.cmn_text_bnr .bf_mediapo_search .bnr_txt::after,
.cmn_text_bnr .bf_mediapo_search .bnr_txt::before,
.cmn_text_bnr .bf_shopping_search.has_text .bnr_txt::before,
.cmn_text_bnr .bf_shopping_search.has_text .bnr_txt::after,
.cmn_text_bnr .bf_entame_search.has_text .bnr_txt::before,
.cmn_text_bnr .bf_entame_search.has_text .bnr_txt::after,
.cmn_text_bnr .bf_tour_local_gourmet_link.has_text .bnr_txt::before,
.cmn_text_bnr .bf_tour_local_gourmet_link.has_text .bnr_txt::after,
.cmn_text_bnr .bf_famous_gardens100_link.has_text .bnr_txt::before,
.cmn_text_bnr .bf_famous_gardens100_link.has_text .bnr_txt::after,
.cmn_text_bnr .bf_nationaltreasure_link.has_text .bnr_txt::before,
.cmn_text_bnr .bf_nationaltreasure_link.has_text .bnr_txt::after {
  content: '.';
  display: inline-block;
  color: transparent;
  pointer-events: none;
}

.cmn_text_bnr .bf_tour_search.has_text > a::after,
.cmn_text_bnr .bf_festival_search.has_text > a::after,
.cmn_text_bnr .bf_hotel_search.has_text > a::after,
.cmn_text_bnr .bf_public_search.has_text > a::after,
.cmn_text_bnr .bf_shiro_world_search.has_text > a::after,
.cmn_text_bnr .bf_castle_famous-castles100_link.has_text > a::after,
.cmn_text_bnr .bf_study_search.has_text > a::after,
.cmn_text_bnr .bf_bigcompany_search.has_text > a::after,
.cmn_text_bnr .bf_cookdoor_search.has_text > a::after,
.cmn_text_bnr .bf_mediapo_search.has_text > a::after,
.cmn_text_bnr .bf_shopping_search.has_text>a::after,
.cmn_text_bnr .bf_entame_search.has_text>a::after,
.cmn_text_bnr .bf_tour_local_gourmet_link.has_text>a::after,
.cmn_text_bnr .bf_famous_gardens100_link.has_text>a::after,
.cmn_text_bnr .bf_nationaltreasure_link.has_text>a::after {
  display: none;
}

.cmn_text_bnr.col01 .bf_tour_search.has_text > a,
.cmn_text_bnr.col01 .bf_festival_search.has_text > a,
.cmn_text_bnr.col01 .bf_hotel_search.has_text > a,
.cmn_text_bnr.col01 .bf_public_search.has_text > a,
.cmn_text_bnr.col01 .bf_shiro_world_search.has_text > a,
.cmn_text_bnr.col01 .bf_castle_famous-castles100_link.has_text > a,
.cmn_text_bnr.col01 .bf_study_search.has_text > a,
.cmn_text_bnr.col01 .bf_bigcompany_search.has_text > a,
.cmn_text_bnr.col01 .bf_cookdoor_search.has_text > a,
.cmn_text_bnr.col01 .bf_mediapo_search.has_text > a,
.cmn_text_bnr.col01 .bf_shopping_search.has_text>a,
.cmn_text_bnr.col01 .bf_entame_search.has_text>a,
.cmn_text_bnr.col01 .bf_tour_local_gourmet_link.has_text>a,
.cmn_text_bnr.col01 .bf_famous_gardens100_link.has_text>a,
.cmn_text_bnr.col01 .bf_nationaltreasure_link.has_text>a {
  padding: 13.5% 5.5% 1% 3%;
}

.cmn_text_bnr.col02 .bf_tour_search.has_text > a,
.cmn_text_bnr.col02 .bf_festival_search.has_text > a,
.cmn_text_bnr.col02 .bf_hotel_search.has_text > a,
.cmn_text_bnr.col02 .bf_public_search.has_text > a,
.cmn_text_bnr.col02 .bf_shiro_world_search.has_text > a,
.cmn_text_bnr.col02 .bf_castle_famous-castles100_link.has_text > a,
.cmn_text_bnr.col02 .bf_study_search.has_text > a,
.cmn_text_bnr.col02 .bf_bigcompany_search.has_text > a,
.cmn_text_bnr.col02 .bf_cookdoor_search.has_text > a,
.cmn_text_bnr.col02 .bf_mediapo_search.has_text > a,
.cmn_text_bnr.col02 .bf_shopping_search.has_text>a,
.cmn_text_bnr.col02 .bf_entame_search.has_text>a,
.cmn_text_bnr.col02 .bf_tour_local_gourmet_link.has_text>a,
.cmn_text_bnr.col02 .bf_famous_gardens100_link.has_text>a,
.cmn_text_bnr.col02 .bf_nationaltreasure_link.has_text>a {
  padding: 14% 4% 1.6%;
}

.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_tour_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_festival_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_hotel_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_public_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_shiro_world_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_castle_famous-castles100_link.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_study_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_bigcompany_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_cookdoor_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_mediapo_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_shopping_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_entame_search.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_tour_local_gourmet_link.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_famous_gardens100_link.has_text .bnr_txt,
.cmn_text_bnr.col02.cmn_bnr_w_300 .bf_nationaltreasure_link.has_text .bnr_txt {
  padding: 1.3% 2%;
  font-feature-settings: inherit;
}

.cmn_text_bnr.col03 .bf_tour_search.has_text > a,
.cmn_text_bnr.col03 .bf_festival_search.has_text > a,
.cmn_text_bnr.col03 .bf_hotel_search.has_text > a,
.cmn_text_bnr.col03 .bf_public_search.has_text > a,
.cmn_text_bnr.col03 .bf_shiro_world_search.has_text > a,
.cmn_text_bnr.col03 .bf_castle_famous-castles100_link.has_text > a,
.cmn_text_bnr.col03 .bf_study_search.has_text > a,
.cmn_text_bnr.col03 .bf_bigcompany_search.has_text > a,
.cmn_text_bnr.col03 .bf_cookdoor_search.has_text > a,
.cmn_text_bnr.col03 .bf_mediapo_search.has_text > a,
.cmn_text_bnr.col03 .bf_shopping_search.has_text>a,
.cmn_text_bnr.col03 .bf_entame_search.has_text>a,
.cmn_text_bnr.col03 .bf_tour_local_gourmet_link.has_text>a,
.cmn_text_bnr.col03 .bf_famous_gardens100_link.has_text>a,
.cmn_text_bnr.col03 .bf_nationaltreasure_link.has_text>a {
  padding: 12.67% 3% 1%;
}

@media (min-width: 768px) {
  /* -- col1のみ、PC表示は横幅1000pxの画像を使用 -- */
  /* リサーチ 城をめぐる戦い */
  .cmn_text_bnr.col01 .has_text.bf_research-castle_link > a,
  .cmn_text_bnr.col01 .has_text.bf_research-castle_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-siege-bg-1000x180.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
    background-size: 100%;
  }

  /* 刀剣広場 刀剣ブログ */
  .cmn_text_bnr.col01 .has_text.bf_hiroba_blog_link > a,
  .cmn_text_bnr.col01 .has_text.bf_hiroba_blog_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-blog-link-1000x180.jpg?date=20210506) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
    background-size: 100%;
  }

  /* 名古屋刀剣ワールド／刀剣の基本 */
  .cmn_text_bnr.col01 .has_text.bf_meihaku_sword_basic_link > a,
  .cmn_text_bnr.col01 .has_text.bf_meihaku_sword_basic_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-basic-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣コスプレ（名博メーハク版） */
  .cmn_text_bnr.col01 .has_text.bf_meihaku_cosplay_link > a,
  .cmn_text_bnr.col01 .has_text.bf_meihaku_cosplay_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-1000x180.jpg) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
    background-size: 100%;
  }

  /* 刀剣写真・日本刀画像一覧 */
  .cmn_text_bnr.col01 .has_text.bf_search_link > a,
  .cmn_text_bnr.col01 .has_text.bf_search_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-link-1000x180.jpg?date=20210506);
  }

  /* 日本史／全国の合戦・古戦場（地域別） */
  .cmn_text_bnr.col01 .has_text.bf_kosenjo_link > a,
  .cmn_text_bnr.col01 .has_text.bf_kosenjo_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kosenjo-link-1000x180.jpg?date=20210506);
  }

  /* 武将・歴史人の日本刀（イラスト） */
  .cmn_text_bnr.col01 .has_text.bf_sword_legend_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sword_legend_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-legend-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣展示 博物館の日本刀 */
  .cmn_text_bnr.col01 .has_text.bf_museum_link > a,
  .cmn_text_bnr.col01 .has_text.bf_museum_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣奉納 神社・仏閣の日本刀 */
  .cmn_text_bnr.col01 .has_text.bf_religious_building_link > a,
  .cmn_text_bnr.col01 .has_text.bf_religious_building_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-religious-building-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣・甲冑展示の城・城郭 */
  .cmn_text_bnr.col01 .has_text.bf_castle_building_link > a,
  .cmn_text_bnr.col01 .has_text.bf_castle_building_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-building-link-1000x180.jpg?date=20210506);
  }

  /* 全国の刀剣商（刀剣買取店・販売店）リンク */
  .cmn_text_bnr.col01 .has_text.bf_organization_tosho_link > a,
  .cmn_text_bnr.col01 .has_text.bf_organization_tosho_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-organization-tosho-link-1000x180.jpg?date=20210506);
  }

  /* 日本史の珍説 */
  .cmn_text_bnr.col01 .has_text.bf_strange_story_link > a,
  .cmn_text_bnr.col01 .has_text.bf_strange_story_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-strange-story-link-1000x180.jpg?date=20210506);
  }

  /* 日本史／合戦歴史年表 */
  .cmn_text_bnr.col01 .has_text.bf_battle_history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_battle_history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle-history-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣・甲冑の関連組織 */
  .cmn_text_bnr.col01 .has_text.bf_organization_link > a,
  .cmn_text_bnr.col01 .has_text.bf_organization_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-link-organization-1000x180.jpg?date=20210506);
  }

  /* 戦国武将のお祭り */
  .cmn_text_bnr.col01 .has_text.bf_sengokuwarlords_festival_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sengokuwarlords_festival_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengokuwarlords-festival-link-1000x180.jpg?date=20210506);
  }

  /* 五箇伝の名工 */
  .cmn_text_bnr.col01 .has_text.bf_gokaden_meikou_link > a,
  .cmn_text_bnr.col01 .has_text.bf_gokaden_meikou_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gokaden-meikou_link-1000x180.jpg?date=20210506);
  }

  /* 現代刀の名工・名匠・刀鍛冶 */
  .cmn_text_bnr.col01 .has_text.bf_modern_sword_artisan_link > a,
  .cmn_text_bnr.col01 .has_text.bf_modern_sword_artisan_link > span{
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-modern-sword-artisan-1000x180.jpg?date=20210506);
  }

  /* 名家・著名人の日本刀 */
  .cmn_text_bnr.col01 .has_text.bf_museum_katana_historian_link > a,
  .cmn_text_bnr.col01 .has_text.bf_museum_katana_historian_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-museum-katana-historian-link-1000x180.jpg?date=20210506);
  }

  /* 戦国武将の合戦戦略 */
  .cmn_text_bnr.col01 .has_text.bf_battle_strategy_link > a,
  .cmn_text_bnr.col01 .has_text.bf_battle_strategy_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-battle_strategy-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-link-1000x180.jpg?date=20210506);
  }

  /* 甲冑（鎧兜）の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_armor_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_armor_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-link-1000x180.jpg?date=20210506);
  }

  /* 甲冑師の仕事 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_armor_worker_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_armor_worker_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-armor-worker-link-1000x180.jpg?date=20210506);
  }

  /* 忍者の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_ninja_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_ninja_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-ninja-link-1000x180.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 戦国武将 */
  .cmn_text_bnr.col01 .has_text.bf_historian_link > a,
  .cmn_text_bnr.col01 .has_text.bf_historian_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-1000x180.jpg?date=20210506);
  }

  /* 主な江戸100藩（家紋） */
  .cmn_text_bnr.col01 .has_text.bf_edo-domain100_link > a,
  .cmn_text_bnr.col01 .has_text.bf_edo-domain100_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-edo-domain100-link-1000x180.jpg?date=20210506);
  }

  /* 皇室・公家と刀剣 */
  .cmn_text_bnr.col01 .has_text.bf_imperial_sword_link > a,
  .cmn_text_bnr.col01 .has_text.bf_imperial_sword_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-imperial-sword-link-1000x180.jpg?date=20210506);
  }

  /* 歌舞伎と刀剣 */
  .cmn_text_bnr.col01 .has_text.bf_kabuki_touken_link > a,
  .cmn_text_bnr.col01 .has_text.bf_kabuki_touken_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kabuki-touken-link-1000x180.jpg?date=20210506);
  }

  /* 歴女必見！戦国武将を支えた女剣士～女性と刀剣～ */
  .cmn_text_bnr.col01 .has_text.bf_women_touken_link > a,
  .cmn_text_bnr.col01 .has_text.bf_women_touken_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-women-touken-link-1000x180.jpg?date=20210506);
  }

  /* 戦国時代の戦国大名一覧 */
  .cmn_text_bnr.col01 .has_text.bf_daimyo_link > a,
  .cmn_text_bnr.col01 .has_text.bf_daimyo_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-daimyo-link-1000x180.jpg?date=20210506);
  }

  /* 現代に残る武士の風習 */
  .cmn_text_bnr.col01 .has_text.bf_samurai_customs_link > a,
  .cmn_text_bnr.col01 .has_text.bf_samurai_customs_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-samurai-customs-link-1000x180.jpg?date=20210506);
  }

  /* 美濃伝の刀剣／岐阜県関市の刃物 */
  .cmn_text_bnr.col01 .has_text.bf_minoden_sekicity_link > a,
  .cmn_text_bnr.col01 .has_text.bf_minoden_sekicity_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-minoden-sekicity-link-1000x180.jpg?date=20210506);
  }

  /* 世界の剣・甲冑（鎧兜） */
  .cmn_text_bnr.col01 .has_text.bf_world_touken_link > a,
  .cmn_text_bnr.col01 .has_text.bf_world_touken_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-world-touken-link-1000x180.jpg?date=20210506);
  }

  /* 徳川十五代将軍 */
  .cmn_text_bnr.col01 .has_text.bf_tokugawa15_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokugawa15_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa15-link-1000x180.jpg?date=20210506);
  }

  /* 歴女向け歴史ガイド */
  .cmn_text_bnr.col01 .has_text.bf_female_history_buff_link > a,
  .cmn_text_bnr.col01 .has_text.bf_female_history_buff_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-female-history-buff-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣・歴史小説 */
  .cmn_text_bnr.col01 .has_text.bf_novel_link > a,
  .cmn_text_bnr.col01 .has_text.bf_novel_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-novel-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣映画（時代劇・歴史映画監督） */
  .cmn_text_bnr.col01 .has_text.bf_movie_link > a,
  .cmn_text_bnr.col01 .has_text.bf_movie_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-movie-link-1000x180.jpg?date=20240110);
  }

  /* 書画・美術品写真／画像 */
  .cmn_text_bnr.col01 .has_text.bf_search_art_link > a,
  .cmn_text_bnr.col01 .has_text.bf_search_art_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-art-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣ワールド浮世絵：浮世絵師一覧 */
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_artist_link > a,
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_artist_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-artist-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣ワールド浮世絵：浮世絵のシリーズ作品 */
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_series_link > a,
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_series_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-series-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣写真・日本刀画像一覧 */
  .cmn_text_bnr.col01 .has_text.bf_search_cat > a,
  .cmn_text_bnr.col01 .has_text.bf_search_cat > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-cat-1000x180.png?date=20210506);
  }

  /* 剣舞と詩舞 世界の剣舞 */
  .cmn_text_bnr.col01 .has_text.bf_sword_and_dance_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sword_and_dance_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-and-dance-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣にまつわる神事・文化・しきたり */
  .cmn_text_bnr.col01 .has_text.bf_ritual_culture_clash_link > a,
  .cmn_text_bnr.col01 .has_text.bf_ritual_culture_clash_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ritual-culture-clash-link-1000x180.jpg?date=20210506);
  }

  /* 神話・説話に登場の伝説の剣 */
  .cmn_text_bnr.col01 .has_text.bf_mythology_link > a,
  .cmn_text_bnr.col01 .has_text.bf_mythology_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mythology-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣・歴史漫画 */
  .cmn_text_bnr.col01 .has_text.bf_sword_in_comics_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sword_in_comics_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-in-comics-link-500x90-x2.jpg?date=20210506);
  }

  /* 刀剣マンガ（刀剣ことわざ4コマ漫画） */
  .cmn_text_bnr.col01 .has_text.bf_comic_link > a,
  .cmn_text_bnr.col01 .has_text.bf_comic_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-comic-link-1000x180.jpg?date=20210506);
  }

  /*刀剣コスプレ .bf_cosplay_link*/
  .cmn_text_bnr.col01 .has_text.bf_cosplay_link > a,
  .cmn_text_bnr.col01 .has_text.bf_cosplay_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-cosplay-link-1000x180.jpg?date=20210506);
  }

  /* 歴女に人気の城下町100選 */
  .cmn_text_bnr.col01 .has_text.bf_castle_town_link > a,
  .cmn_text_bnr.col01 .has_text.bf_castle_town_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-castle-town-link-1000x180.jpg?date=20210506);
  }

  /* 武具・書画・美術品の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_arms_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_arms_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-arms-link-1000x180.jpg?date=20210506);
  }

  /* 弓の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_arquebus-bow_link > a,
  .cmn_text_bnr.col01 .has_text.bf_arquebus-bow_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-arquebus-bow-link-1000x180.jpg?date=20220920);
  }

  /* 鉄砲の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_knowledge_arquebus_link > a,
  .cmn_text_bnr.col01 .has_text.bf_knowledge_arquebus_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-knowledge-guns-link-1000x180.jpg?date=20230712);
  }

  /* 戦国時代の姫・女武将たち */
  .cmn_text_bnr.col01 .has_text.bf_princess_femalewarlord_link > a,
  .cmn_text_bnr.col01 .has_text.bf_princess_femalewarlord_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-princess-femalewarlord-link-1000x180.jpg?date=20210506);
  }

  /* 主君を支えた歴史上の実力者 */
  .cmn_text_bnr.col01 .has_text.bf_number2_link > a,
  .cmn_text_bnr.col01 .has_text.bf_number2_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-1000x180.jpg?date=20210506);
  }

  /* 著名刀工・刀匠名鑑 */
  .cmn_text_bnr.col01 .has_text.bf_sword_artisan_directory_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sword_artisan_directory_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-artisan-directory-link-1000x180.jpg?date=20210506);
  }

  /* 刀剣名刀図鑑 */
  .cmn_text_bnr.col01 .has_text.bf_search-noted-sword-cat > a,
  .cmn_text_bnr.col01 .has_text.bf_search-noted-sword-cat > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-noted-sword-cat-1000x180.jpg?date=20210506);
  }

  /* 刀剣女子に好まれる刀剣 */
  .cmn_text_bnr.col01 .has_text.bf_sword_girl_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sword_girl_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sword-girl-link-1000x180.jpg?date=20210506);
  }

  /* 合戦の街 関ヶ原（関ヶ原の戦い） */
  .cmn_text_bnr.col01 .has_text.bf_sekigahara_wars_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sekigahara_wars_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sekigahara-wars-link-1000x180.jpg?date=20210506);
  }

  /* 日本史／戦国武将年表 */
  .cmn_text_bnr.col01 .has_text.bf_historian_history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_historian_history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-history-link-1000x180.jpg?date=20210506);
  }

  /* 日本史／戦国武将年表  フォントサイズ、余白調整*/
  .cmn_text_bnr.col01 .has_text.bf_historian_history_link a{
    padding-top: 8.7%;
  }

  .cmn_text_bnr.col01 .has_text.bf_historian_history_link span{
    display: inline-block;
    margin: 0 auto;
  }

  /* 渋沢栄一の功績 */
  .cmn_text_bnr.col01 .has_text.bf_shibusawaeiichi_link > a,
  .cmn_text_bnr.col01 .has_text.bf_shibusawaeiichi_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shibusawaeiichi-link-1000x180.jpg?date=20210506);
  }

  /* 日本の生活(縄文〜江戸時代の暮らしや文化) */
  .cmn_text_bnr.col01 .has_text.bf_culture_link > a,
  .cmn_text_bnr.col01 .has_text.bf_culture_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-culture-link-1000x180.jpg?date=20210818);
  }

  /* 刀ブロ */
  .cmn_text_bnr.col01 .has_text.bf_toublo_link > a,
  .cmn_text_bnr.col01 .has_text.bf_toublo_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-toublo-link-1000x180.jpg?date=20210506);
  }

  /*天下三名槍 写し制作プロジェクト */
  .cmn_text_bnr.col01 .has_text.bf_meihaku_tengasanmeisou_link > a,
  .cmn_text_bnr.col01 .has_text.bf_meihaku_tengasanmeisou_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-tengasanmeiso-link-1000x180.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 五月人形の基礎知識 */
  .cmn_text_bnr.col01 .has_text.bf_gogatsu_dolls_link>a,
  .cmn_text_bnr.col01 .has_text.bf_gogatsu_dolls_link>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-gogatsu-dolls-link-1000x180.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 大河ドラマ「鎌倉殿の13人」 */
  .cmn_text_bnr.col01 .has_text.bf_taiga_kamakuradono13_link>a,
  .cmn_text_bnr.col01 .has_text.bf_taiga_kamakuradono13_link>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-taiga-kamakuradono13-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 貨幣の基本 */
  .cmn_text_bnr.col01 .has_text.bf_currency_basic_link > a,
  .cmn_text_bnr.col01 .has_text.bf_currency_basic_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-currency-basic-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }
  
  /* 刀剣コスプレ（名博メーハク版） */
  .cmn_text_bnr.col01 .has_text.bf_meihaku_cosplay_link>a,
  .cmn_text_bnr.col01 .has_text.bf_meihaku_cosplay_link>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-cosplay-link-1000x180.jpg?date=20210818) no-repeat top;
    background-size: 100%;
  }

  /* 甲冑（鎧兜）の基本 名博メーハク .bf_armor_basic_link */
  .cmn_text_bnr.col01 .has_text.bf_armor_basic_link>a,
  .cmn_text_bnr.col01 .has_text.bf_armor_basic_link>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-armor-basic-link-1000x180.jpg?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 13人の合議制（鎌倉殿の13人） */
  .cmn_text_bnr.col01 .has_text.bf_kamakura13_link > a,
  .cmn_text_bnr.col01 .has_text.bf_kamakura13_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kamakura13-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 徳川家康 */
  .cmn_text_bnr.col01 .has_text.bf_historian_tokugawaieyasu_link > a,
  .cmn_text_bnr.col01 .has_text.bf_historian_tokugawaieyasu_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian-link-tokugawaieyasu-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 鎌倉幕府の執権一覧 */
  .cmn_text_bnr.col01 .has_text.bf_shikken_hojo_link > a,
  .cmn_text_bnr.col01 .has_text.bf_shikken_hojo_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shikken-hojo-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 第15代最後の将軍／徳川慶喜（よしのぶ）：徳川慶喜の子孫 */
  .cmn_text_bnr.col01 .has_text.bf_tokugawayoshinobu_shison_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokugawayoshinobu_shison_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa-yoshinobu-descendants-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }
  
  /* 浮世絵入門 */
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_introduction_link > a,
  .cmn_text_bnr.col01 .has_text.bf_ukiyoe_introduction_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ukiyoe-introduction-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 浮世絵展示の博物館・美術館 */
  .cmn_text_bnr.col01 .has_text.bf_twu_museum_link > a,
  .cmn_text_bnr.col01 .has_text.bf_twu_museum_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-twu-museum-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 浮世絵を学ぶ */
  .cmn_text_bnr.col01 .has_text.bf_learn_ukiyoe_link > a,
  .cmn_text_bnr.col01 .has_text.bf_learn_ukiyoe_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-learn-ukiyoe-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 甲冑（鎧兜）写真 */
  .cmn_text_bnr.col01 .has_text.bf_search_armor_link > a,
  .cmn_text_bnr.col01 .has_text.bf_search_armor_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-search-armor-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 徳川御三家・御三卿と徳川家を支えた武将 */
  .cmn_text_bnr.col01 .has_text.bf_tokugawa-supported_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokugawa-supported_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokugawa-supported-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 徳川家康と愛知県・静岡県 */
  .cmn_text_bnr.col01 .has_text.bf_tokugawaieyasu-aichi-shizuoka_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokugawaieyasu-aichi-shizuoka_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-twn-tokugawaieyasu-aichi-shizuoka-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 愛知県の風景が描かれた浮世絵 */
  .cmn_text_bnr.col01 .has_text.bf_aichi-ukiyoe_link > a,
  .cmn_text_bnr.col01 .has_text.bf_aichi-ukiyoe_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-aichi-ukiyoe-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 鎌倉9代将軍一覧 */
  .cmn_text_bnr.col01 .has_text.bf_kamakura9_link > a,
  .cmn_text_bnr.col01 .has_text.bf_kamakura9_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-kamakura9-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 足利15代将軍一覧 */
  .cmn_text_bnr.col01 .has_text.bf_ashikaga15_link > a,
  .cmn_text_bnr.col01 .has_text.bf_ashikaga15_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-ashikaga15-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* Web日本史辞典 */
  .cmn_text_bnr.col01 .has_text.bf_history-important-word_link > a,
  .cmn_text_bnr.col01 .has_text.bf_history-important-word_link > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-history-important-word-link-1000x180.jpg) no-repeat top;
    background-size: 100%;
  }

  /* 大関ケ原祭2022 */
  .cmn_text_bnr.col01 .has_text.bf_oosekigahara_festival2022_link > a,
  .cmn_text_bnr.col01 .has_text.bf_oosekigahara_festival2022_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-oosekigahara-festival2022-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 日本の行事・イベント */
  .cmn_text_bnr.col01 .has_text.bf_japan_event_link > a,
  .cmn_text_bnr.col01 .has_text.bf_japan_event_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-japan-event-link-1000x180.jpg);
    background-size: 100%;
  }

  /*徳川15代将軍*/
  .cmn_text_bnr.col01 .has_text.bf_tokugawa_15th_shogun_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokugawa_15th_shogun_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-meihaku-tokugawa-15th-shogun-link-1000x180.jpg);
    background-size: 100%;
  }

  /*有名な戦国武将の愛刀*/
  .cmn_text_bnr.col01 .has_text.bf_sengoku_sword_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sengoku_sword_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-meihaku-warlords-and-swords-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 戦国三英傑 */
  .cmn_text_bnr.col01 .has_text.bf_three_heroes_link > a,
  .cmn_text_bnr.col01 .has_text.bf_three_heroes_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-three-heroes-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 天皇と元号一覧（令和と元号の決め方） */
  .cmn_text_bnr.col01 .has_text.bf_era_name_link > a,
  .cmn_text_bnr.col01 .has_text.bf_era_name_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-era-name-list-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 戦国時代を動かした名軍師 */
  .cmn_text_bnr.col01 .has_text.bf_great_strategist_link > a,
  .cmn_text_bnr.col01 .has_text.bf_great_strategist_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-great-strategist-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 戦国時代のファッション文化 */
  .cmn_text_bnr.col01 .has_text.bf_sengoku_fashion_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sengoku_fashion_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengoku-fashion-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 日本史年表 */
  .cmn_text_bnr.col01 .has_text.bf_japanese_history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_japanese_history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/meihaku/bnr-meihaku-japanese-historyo-link-1000x180.jpg);
    background-size: 100%;
  }

  /* どうする家康 */
  .cmn_text_bnr.col01 .has_text.bf_dousuru_ieyasu_link > a,
  .cmn_text_bnr.col01 .has_text.bf_dousuru_ieyasu_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-dousuru-ieyasu-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 新撰組 */
  .cmn_text_bnr.col01 .has_text.bf_shinsengumi_link > a,
  .cmn_text_bnr.col01 .has_text.bf_shinsengumi_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shinsengumi-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 幕末の人物一覧 */
  .cmn_text_bnr.col01 .has_text.bf_bakumatsu_people_list_link > a,
  .cmn_text_bnr.col01 .has_text.bf_bakumatsu_people_list_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-bakumatsu-people-list-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 戦国時代の日常 */
  .cmn_text_bnr.col01 .has_text.bf_sengoku-nichijo_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sengoku-nichijo_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sengoku-nichijo-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 日本の街道・宿場町 */
  .cmn_text_bnr.col01 .has_text.bf_shukubamachi_link > a,
  .cmn_text_bnr.col01 .has_text.bf_shukubamachi_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-shukubamachi-link-1000x180.jpg);
    background-size: 100%;
  }
  
  /* 高校で学ぶ日本の歴史 */
  .cmn_text_bnr.col01 .has_text.bf_high-school-history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_high-school-history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-high-school-history-1000x180.jpg);
    background-size: 100%;
  }

  /* 日本史の豆知識 */
  .cmn_text_bnr.col01 .has_text.bf_japanese-history-trivia_link > a,
  .cmn_text_bnr.col01 .has_text.bf_japanese-history-trivia_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-japanese-history-trivia-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 戦国時代と茶道 */
  .cmn_text_bnr.col01 .has_text.bf_sado-sengokuperiod_link > a,
  .cmn_text_bnr.col01 .has_text.bf_sado-sengokuperiod_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-sado-sengokuperiod-1000x180.jpg);
    background-size: 100%;
  }
  
  /* 刀剣ワールド東京 刀剣の基礎 */
  .cmn_text_bnr.col01 .has_text.bf_tokyo_knowledge_of_sword_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokyo_knowledge_of_sword_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokyo-knowledge-of-sword-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 刀剣ワールド東京 東京の歴史 */
  .cmn_text_bnr.col01 .has_text.bf_tokyo_history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tokyo_history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-tokyo-history-link-1000x180.jpg);
    background-size: 100%;
  }

  /* 刀剣ワールド大阪 大阪の歴史 */
  .cmn_text_bnr.col01 .has_text.bf_osaka_history_link > a,
  .cmn_text_bnr.col01 .has_text.bf_osaka_history_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-osaka-history-link-1000x180.jpg);
    background-size: 100%;
  }

  /* リサーチ系のみ白枠レイアウト変更 */
  .cmn_text_bnr.col01 .bf_tour_search.has_text > a,
  .cmn_text_bnr.col01 .bf_festival_search.has_text > a,
  .cmn_text_bnr.col01 .bf_hotel_search.has_text > a,
  .cmn_text_bnr.col01 .bf_public_search.has_text > a,
  .cmn_text_bnr.col01 .bf_shiro_world_search.has_text > a,
  .cmn_text_bnr.col01 .bf_castle_famous-castles100_link.has_text > a,
  .cmn_text_bnr.col01 .bf_study_search.has_text > a,
  .cmn_text_bnr.col01 .bf_bigcompany_search.has_text > a,
  .cmn_text_bnr.col01 .bf_cookdoor_search.has_text > a,
  .cmn_text_bnr.col01 .bf_mediapo_search.has_text > a,
  .cmn_text_bnr.col01 .bf_shopping_search.has_text>a,
  .cmn_text_bnr.col01 .bf_entame_search.has_text>a,
  .cmn_text_bnr.col01 .bf_tour_local_gourmet_link.has_text>a,
  .cmn_text_bnr.col01 .bf_famous_gardens100_link.has_text>a,
  .cmn_text_bnr.col01 .bf_nationaltreasure_link.has_text>a {
    padding: 9.302% 5.5% .2% 3%;
  }
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_tour_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_festival_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_hotel_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_public_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_shiro_world_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_castle_famous-castles100_link.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_study_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_bigcompany_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_cookdoor_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_mediapo_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_shopping_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_entame_search.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_tour_local_gourmet_link.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_famous_gardens100_link.has_text>a,
  .cmn_text_bnr.col01.cmn_bnr_w_500 .bf_nationaltreasure_link.has_text>a {
    padding: 10.2% 5.5% 1% 3%;
  }

  .cmn_text_bnr.col02 .bf_tour_search.has_text > a,
  .cmn_text_bnr.col02 .bf_festival_search.has_text > a,
  .cmn_text_bnr.col02 .bf_hotel_search.has_text > a,
  .cmn_text_bnr.col02 .bf_public_search.has_text > a,
  .cmn_text_bnr.col02 .bf_shiro_world_search.has_text > a,
  .cmn_text_bnr.col02 .bf_castle_famous-castles100_link.has_text > a,
  .cmn_text_bnr.col02 .bf_study_search.has_text > a,
  .cmn_text_bnr.col02 .bf_bigcompany_search.has_text > a,
  .cmn_text_bnr.col02 .bf_cookdoor_search.has_text > a,
  .cmn_text_bnr.col02 .bf_mediapo_search.has_text > a,
  .cmn_text_bnr.col02 .bf_shopping_search.has_text>a,
  .cmn_text_bnr.col02 .bf_entame_search.has_text>a,
  .cmn_text_bnr.col02 .bf_tour_local_gourmet_link.has_text>a,
  .cmn_text_bnr.col02 .bf_famous_gardens100_link.has_text>a,
  .cmn_text_bnr.col02 .bf_nationaltreasure_link.has_text>a {
    padding: 14.905% 4% 1.6%;
  }

  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_tour_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_festival_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_hotel_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_public_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_shiro_world_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_castle_famous-castles100_link.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_study_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_bigcompany_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_cookdoor_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_mediapo_search.has_text > a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_shopping_search.has_text>a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_entame_search.has_text>a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_tour_local_gourmet_link.has_text>a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_famous_gardens100_link.has_text>a,
  .cmn_text_bnr.col02.cmn_bnr_w_300 .bf_nationaltreasure_link.has_text>a {
    padding: 12.67% 4% 1%;
  }

  .cmn_text_bnr.col02 .bf_tour_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_festival_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_hotel_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_public_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_shiro_world_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_castle_famous-castles100_link.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_study_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_bigcompany_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_cookdoor_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_mediapo_search.has_text > a:hover,
  .cmn_text_bnr.col02 .bf_shopping_search.has_text>a:hover,
  .cmn_text_bnr.col02 .bf_entame_search.has_text>a:hover,
  .cmn_text_bnr.col02 .bf_tour_local_gourmet_link.has_text>a:hover,
  .cmn_text_bnr.col02 .bf_famous_gardens100_link.has_text>a:hover,
  .cmn_text_bnr.col02 .bf_nationaltreasure_link.has_text>a:hover {
    opacity: .5;
  }

  /* 旅探 */
  .cmn_text_bnr.col01 .has_text.bf_tour_search > a,
  .cmn_text_bnr.col01 .has_text.bf_tour_search > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-tour-link-500-90x2.png?date=20210506);
    border: 2px solid #1e5a89;
  }

  /* 旅探 日本の祭り */
  .cmn_text_bnr.col01 .has_text.bf_festival_search > a,
  .cmn_text_bnr.col01 .has_text.bf_festival_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-festival-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 全国のご当地グルメ */
  .cmn_text_bnr.col01 .has_text.bf_tour_local_gourmet_link > a,
  .cmn_text_bnr.col01 .has_text.bf_tour_local_gourmet_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-local-gourmet-2-1000x180.jpg);
    background-size: 100%;
  }

  /* 旅探 日本の名園・庭園100選 */
  .cmn_text_bnr.col01 .has_text.bf_famous_gardens100_link > a,
  .cmn_text_bnr.col01 .has_text.bf_famous_gardens100_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_famous_gardens100_1000x180_txt.png);
    background-size: 100%;
  }

  /* 旅探 神社・寺院の国宝建造物特集 */
  .cmn_text_bnr.col01 .has_text.bf_nationaltreasure_link > a,
  .cmn_text_bnr.col01 .has_text.bf_nationaltreasure_link > span {
    background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-nationaltreasure_1000-180_txt.png);
    background-size: 100%;
  }
  
  /* ホテバンク */
  .cmn_text_bnr.col01 .has_text.bf_hotel_search > a,
  .cmn_text_bnr.col01 .has_text.bf_hotel_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-hotel-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* パブリネット */
  .cmn_text_bnr.col01 .has_text.bf_public_search > a,
  .cmn_text_bnr.col01 .has_text.bf_public_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-publinet-public-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 城ワールド */
  .cmn_text_bnr.col01 .has_text.bf_shiro_world_search > a,
  .cmn_text_bnr.col01 .has_text.bf_shiro_world_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-shiro-world-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* 特選 日本の城100選（全国の100名城） */
  .cmn_text_bnr.col01 .has_text.bf_castle_famous-castles100_link>a,
  .cmn_text_bnr.col01 .has_text.bf_castle_famous-castles100_link>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-famous-castles100-link-1000x180.png) no-repeat top;
    background-size: 100%;
  }

  /* スタディピア */
  .cmn_text_bnr.col01 .has_text.bf_study_search > a,
  .cmn_text_bnr.col01 .has_text.bf_study_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-study-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* ビッグカンパニー */
  .cmn_text_bnr.col01 .has_text.bf_bigcompany_search > a,
  .cmn_text_bnr.col01 .has_text.bf_bigcompany_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-bigcompany-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* クックドア */
  .cmn_text_bnr.col01 .has_text.bf_cookdoor_search > a,
  .cmn_text_bnr.col01 .has_text.bf_cookdoor_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-cookdoor-link-500-90x2.png?date=20210506) no-repeat top;
    background-size: 100%;
  }

  /* メディアポ */
  .cmn_text_bnr.col01 .has_text.bf_mediapo_search > a,
  .cmn_text_bnr.col01 .has_text.bf_mediapo_search > span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-mediapo-link-500-90x2.png) no-repeat top;
    background-size: 100%;
  }

  /* マーケットピア */
  .cmn_text_bnr.col01 .has_text.bf_shopping_search>a,
  .cmn_text_bnr.col01 .has_text.bf_shopping_search>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-shopping-link-500-90x2.png) no-repeat top;
    background-size: 100%;
  }

  /* エンタメール */
  .cmn_text_bnr.col01 .has_text.bf_entame_search>a,
  .cmn_text_bnr.col01 .has_text.bf_entame_search>span {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr-entamer-link-1000-180.png) no-repeat top;
    background-size: 100%;
  }

}
/*-----------------------------------------------------------
バナー（共通処理）ここまで ▲
-----------------------------------------------------------*/

/* ----------------------------------------------------------
 ▼ cmn_youtube_wrap 201112 TCI福岡_sakaguchi WEB2TCI-16702
---------------------------------------------------------- */

.cmn_box_item_movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.cmn_item_movie a {
  display: block;
}
.cmn_box_item_movie .cmn_item_movie_thum {
  border: 2px solid #000;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmn_box_item_movie .cmn_item_movie_thum::after {
  content: '';
  background: url(../image-cmn/movie/ico_play.png?date=20210506) no-repeat center;
  background-size: contain;
  display: block;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 46px;
}
.cmn_box_item_movie .cmn_item_movie_thum img {
  border: none;
  vertical-align: bottom;
}
.cmn_box_item_movie .cmn_item_movie_txt_area {
  background: url(../image-cmn/bgtitle/bg-cmn_move.png?date=20210506) repeat 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px 8px;
}
.cmn_box_item_movie .cmn_item_movie_txt_area.not_bg {
  background: none;
  padding: 8px;
}
.cmn_box_item_movie .cmn_item_movie_ttl {
  color: #fff;
}
.cmn_box_item_movie .cmn_item_movie_txt_area.not_bg .cmn_item_movie_ttl {
  color: #000;
}

@media (min-width: 768px) {
  .cmn_item_movie {
    background-color: #fff;
  }
  .cmn_box_item_movie.has_spacer {
    position: relative;
  }
  .cmn_box_item_movie.has_spacer::before,
  .cmn_box_item_movie.has_spacer::after {
    content: '';
    display: block;
    position: absolute;
  }
  .cmn_box_item_movie.has_spacer::before {
    background: url(../image-cmn/bgtitle/bg_cmn_video_l.png?date=20210506) no-repeat 0 0;
    background-size: contain;
    height: 243px;
    width: 266px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

  }
  .cmn_box_item_movie.has_spacer::after {
    background: url(../image-cmn/bgtitle/bg_cmn_video_r.png?date=20210506) no-repeat 0 0;
    background-size: contain;
    height: 215px;
    width: 393px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .cmn_box_item_movie.has_spacer a {
    position: relative;
    z-index: 5;
  }

  /* col01 */
  .cmn_box_item_movie.col01 .cmn_item_movie {
    width: 320px;
  }
  .cmn_box_item_movie.col01.has_spacer::before{
    left: -10px;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    right: -80px;
  }

  /* col02 */
  .cmn_box_item_movie.col02 {
    max-width: 630px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie {
    width: 300px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie:nth-of-type(even) {
    margin-left: 30px;
  }
  .cmn_box_item_movie.col02 .cmn_item_movie:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .cmn_box_item_movie.col02.has_spacer::before{
    left: -280px;
  }
  .cmn_box_item_movie.col02.has_spacer::after {
    right: -370px;
  }

  /* col03 */
  .cmn_box_item_movie.col03 {
    background: none!important;/*ローカルCSS打ち消し*/
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 810px;
  }
  .cmn_box_item_movie.col03 .cmn_item_movie {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.3333% - 20px);
  }
  .cmn_box_item_movie.col03 .cmn_item_movie:nth-of-type(n+4) {
    margin-top: 20px;
  }
  .cmn_box_item_movie.col03.has_spacer::before{
    left: -290px;
  }
  .cmn_box_item_movie.col03.has_spacer::after {
    right: -375px;
  }
  .cmn_box_item_movie.col03 .cmn_item_movie {
    position: relative;
  }
  .cmn_box_item_movie.col03 .cmn_item_movie:last-of-type:nth-of-type(3n+1)::after,
  .cmn_box_item_movie.col03 .cmn_item_movie:last-of-type:nth-of-type(3n+2)::after {
    background: url(../image-cmn/spacer/img-cmn-spacer-01.png) center center no-repeat;
    background-size: 60% auto;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin: auto;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .cmn_box_item_movie.col03 .cmn_item_movie:last-of-type:nth-of-type(3n+1)::after {
    left: 216%;
  }
  .cmn_box_item_movie.col03 .cmn_item_movie:last-of-type:nth-of-type(3n+2)::after {
    left: 108%;
  }
}

.cmn_h1_sitetop_name{
  display: inline;
  font-size: 56%;
  font-weight: normal;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .cmn_youtube_wrap {
    padding: 0 15px;
  }
  .cmn_youtube_wrap .cmn_youtube_read_txt {
    font-size: 15px;
    margin-top: 15px;
  }
  .cmn_box_item_movie.col01 .cmn_item_movie {
    max-width: 320px;
    width: 100%;
  }
    /* スライダー用 */
  .cmn_box_item_movie.slick-slider {
    max-width: 540px;
  }
  .cmn_box_item_movie.slick-slider .cmn_item_movie {
    padding: 0 30px;
  }
  /* スライダー矢印調整 */
  .cmn_box_item_movie .prev {
    left: 0;
    z-index: 1;
  }
  .cmn_box_item_movie .next {
    right: 0;
    z-index: 1;
  }
}

/* Museum box__links__related */
.box__links__related {
  padding-bottom: 30px;
}
.box__links__related .box__title {
  display: table;
  height: 60px;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto 24px;
  max-width: 1000px;
  position: relative;
  width: 100%;
}

.box__links__related .box__title:before {
  background: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.box__links__related .box__title > span {
  background: url(../image-cmn/museum/bkg_title_related.png?date=20210506) no-repeat center;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}

.box__links__related .box__title > span span {
  display: inline-block;
  max-width: 323px;
  padding: 2px 35px 0;
  position: relative;
}

.box__links__related .box__title > span span:before {
  left: 0;
}

.box__links__related .box__title > span span:after {
  right: 0;
}

.box__links__related .box__title > span span:before,
.box__links__related .box__title > span span:after {
  background: url(../image-cmn/museum/ico_h3_white.png?date=20210506) no-repeat;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 23px;
}

.box__links__related .box__title img {
  background: #fff;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

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

/*   .box__links__related .buttons {
    margin: 0 auto;
    width: 90.5%;
  }

  .box__links__related .rebtncollapse {
    display: none;
  } */

  .box__links__related .prev {
    left: -30px;
  }

  .box__links__related .next {
    right: -30px;
  }

  .box__links__related .box__title {
    font-size: 19px;
    height: 46px;
    margin-bottom: 30px;
  }

  .box__links__related .box__title > span {
    background: url(../image-cmn/museum/bkg_title_related_sp.png?date=20210506) no-repeat center;
    background-size: auto 46px;
  }

  .box__links__related .box__title > span span {
    padding: 0 25px;
  }

  .box__links__related .box__title > span span:before,
  .box__links__related .box__title > span span:after {
    background-size: 100%;
    height: 14px;
    margin-top: -7px;
    width: 20px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box__links__related .box__title > span span {
    padding-top: 0;
  }
}
/* Museum box__links__related */

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h2 */
/* 左右に花柄背景有り */
/* ------------------------------------ */
.cmn_h2_01 {
  border-bottom: 4px solid #871a1b;
  border-top: 2px solid #871a1b;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  margin: 0 auto;
  max-width: 830px;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 1.1;
}

.cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw01_l.png?date=20210506);
  background-position: right center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 86px;
  left: 0;
  position: absolute;
  bottom: calc(50% - 43px);
  width: 90px;
}

.cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw01_r.png?date=20210506);
  background-position: left center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 86px;
  position: absolute;
  right: 0;
  top: calc(50% - 43px);
  width: 90px;
}

.cmn_h2_01>span {
  background-image: url(../image-cmn/titleh2/bkg_ttyl.png?date=20210506);
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 14px 76px 15px;
}

.cmn_h2_01>span>span {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: .075em;
  padding: 2px 35px 0;
  position: relative;
}

.cmn_h2_01>span>span::after,
.cmn_h2_01>span>span::before {
  background-image: url(../image-cmn/titleh2/ico01.png?date=20210506);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.cmn_h2_01>span>span::after {
  left: auto;
  right: 0;
}

/* 見出しの数で花アイコンのパターンを変更する */
/* flower 02 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+2) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw02_l.png?date=20210506);
  background-position: right top;
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+2) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw02_r.png?date=20210506);
}

/* flower 03 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+3) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw03_l.png?date=20210506);
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+3) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw03_r.png?date=20210506);
}

/* flower 04 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+4) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw04_l.png?date=20210506);
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+4) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw04_r.png?date=20210506);
}

/* flower 05 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+5) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw05_l.png?date=20210506);
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+5) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw05_r.png?date=20210506);
}

/* flower 06 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+6) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw06_l.png?date=20210506);
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+6) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw06_r.png?date=20210506);
}

/* flower 07 */
.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+7) .cmn_h2_01::before {
  background-image: url(../image-cmn/titleh2/flw07_l.png?date=20210506);
}

.h2_icon_pattern__wrapper>.h2_icon_pattern:nth-of-type(7n+7) .cmn_h2_01::after {
  background-image: url(../image-cmn/titleh2/flw07_r.png?date=20210506);
}

/* classで花アイコンのパターンを変更する */
/* flower 02 */
.flw02::before {
  background-image: url(../image-cmn/titleh2/flw02_l.png?date=20210506) !important;
  background-position: right top !important;
}

.flw02::after {
  background-image: url(../image-cmn/titleh2/flw02_r.png?date=20210506) !important;
}

/* flower 03 */
.flw03::before {
  background-image: url(../image-cmn/titleh2/flw03_l.png?date=20210506) !important;
}

.flw03::after {
  background-image: url(../image-cmn/titleh2/flw03_r.png?date=20210506) !important;
}

/* flower 04 */
.flw04::before {
  background-image: url(../image-cmn/titleh2/flw04_l.png?date=20210506) !important;
}

.flw04::after {
  background-image: url(../image-cmn/titleh2/flw04_r.png?date=20210506) !important;
}

/* flower 05 */
.flw05::before {
  background-image: url(../image-cmn/titleh2/flw05_l.png?date=20210506) !important;
}

.flw05::after {
  background-image: url(../image-cmn/titleh2/flw05_r.png?date=20210506) !important;
}

/* flower 06 */
.flw06::before {
  background-image: url(../image-cmn/titleh2/flw06_l.png?date=20210506) !important;
}

.flw06::after {
  background-image: url(../image-cmn/titleh2/flw06_r.png?date=20210506) !important;
}

/* flower 07 */
.flw07::before {
  background-image: url(../image-cmn/titleh2/flw07_l.png?date=20210506) !important;
}

.flw07::after {
  background-image: url(../image-cmn/titleh2/flw07_r.png?date=20210506) !important;
}

/* background black */
.cmn_h2_01_bl {
  border: none;
}

.cmn_h2_01_bl>span {
  background: url(../image-cmn/titleh2/bkg_ttbl.jpg?date=20210506);
  color: #FFF;
  padding: 13px 120px;
}

.cmn_h2_01_bl>span>span {
  padding: 0;
  z-index: 1;
}

.cmn_h2_01_bl>span>span::after,
.cmn_h2_01_bl>span>span::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .cmn_h2_01::before,
  .cmn_h2_01::after {
    display: none;
  }

  .cmn_h2_01>span,
  .cmn_h2_01_bl>span {
    font-size: 19px;
    padding: 13px 0;
  }

  .cmn_h2_01>span>span {
    padding: 0 30px;
  }

  .cmn_h2_01>span>span::after,
  .cmn_h2_01>span>span::before {
    background-size: 20px 14px;
    height: 14px;
    left: 0;
    margin-top: -7px;
    width: 20px;
  }

  .cmn_h2_01>span>span::after {
    left: auto;
    right: 0;
  }

  .cmn_h2_01_bl::before,
  .cmn_h2_01_bl::after {
    display: block;
    width: 40px;
  }

  .cmn_h2_01_bl>span {
    padding: 13px 40px;
  }

  .cmn_h2_01_bl>span>span {
    padding: 0;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_h2_01>span {
    padding: 20px 181px 10px;
  }

  .cmn_h2_01>span>span::after,
  .cmn_h2_01>span>span::before {
    top: 37%;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h2 */
/* 左右の花柄背景無し */
/* ------------------------------------ */
.cmn_h2_02 {
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  margin: 0 auto;
  max-width: 830px;
  text-align: center;
}

.cmn_h2_02>span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

.cmn_h2_02>span>span {
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: .075em;
  padding: 2px 35px 0;
  position: relative;
}

.cmn_h2_02>span>span::after,
.cmn_h2_02>span>span::before {
  background-image: url(../image-cmn/titleh2/ico01.png?date=20210506);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.cmn_h2_02>span>span::after {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .cmn_h2_02>span {
    font-size: 19px;
  }

  .cmn_h2_02>span>span {
    padding: 0 30px;
  }

  .cmn_h2_02>span>span::after,
  .cmn_h2_02>span>span::before {
    background-size: 20px 14px;
    height: 14px;
    left: 0;
    margin-top: -7px;
    width: 20px;
  }

  .cmn_h2_02>span>span::after {
    left: auto;
    right: 0;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_h2_02>span>span::after,
  .cmn_h2_02>span>span::before {
    top: 37%;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h2 */
/* 背景あり */
/* ------------------------------------ */
.cmn_h2_04 {
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-feature-settings: "pkna";
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.cmn_h2_04>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-01.jpg);
  background-color: #795f0e;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  padding: 8px 120px 9px;
}
.cmn_h2_04.cmn_h2_04_02>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-02.jpg);
  background-color: #426121;
}
.cmn_h2_04.cmn_h2_04_03>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-03.jpg);
  background-color: #626c45;
  background-size: cover;
  background-position: center;
}
.cmn_h2_04.cmn_h2_04_04>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-04.jpg);
  background-color: #4e676c;
  background-size: cover;
  background-position: center;
}
.cmn_h2_04.cmn_h2_04_05>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-05-r.png),url(../image-cmn/titleh2/bg-h2-04-05-l.png),url(../image-cmn/titleh2/bg-h2-04-05.jpg);
  background-color: #626c45;
  background-size: 27%,30%,auto;
  background-position: right center,left center,center center;
  background-repeat: no-repeat,no-repeat,repeat-y;
  padding: 0 120px 0;
}
.cmn_h2_04.cmn_h2_04_05>span>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-05-inner.jpg);
  padding: 8px 0 9px;
  display: inline-block;
  position: relative;
}
.cmn_h2_04.cmn_h2_04_05>span>span::after,
.cmn_h2_04.cmn_h2_04_05>span>span::before {
  background-image: url(../image-cmn/titleh2/bg-h2-04-05-inner-l.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
    left: -25px;
    top: 0;
  height: 100%;
  width: 25px;
}
.cmn_h2_04.cmn_h2_04_05>span>span::after {
  background-image: url(../image-cmn/titleh2/bg-h2-04-05-inner-r.png);
  position: absolute;
    right: -25px;
    left: 100%;
}
.cmn_h2_04.cmn_h2_04_06>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-05-r.png),url(../image-cmn/titleh2/bg-h2-04-05-l.png),url(../image-cmn/titleh2/bg-h2-04-06.jpg);
  background-color: #4e676c;
  background-size: 27%,30%,auto;
  background-position: right center,left center,center center;
  background-repeat: no-repeat,no-repeat,repeat-y;
  padding: 0 120px 0;
}
.cmn_h2_04.cmn_h2_04_06>span>span {
  background-image: url(../image-cmn/titleh2/bg-h2-04-06-inner.jpg);
  padding: 8px 0 9px;
  display: inline-block;
  position: relative;
}
.cmn_h2_04.cmn_h2_04_06>span>span::after,
.cmn_h2_04.cmn_h2_04_06>span>span::before {
  background-image: url(../image-cmn/titleh2/bg-h2-04-06-inner-l.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
    left: -25px;
    top: 0;
  height: 100%;
  width: 25px;
}
.cmn_h2_04.cmn_h2_04_06>span>span::after {
  background-image: url(../image-cmn/titleh2/bg-h2-04-06-inner-r.png);
  position: absolute;
    right: -25px;
    left: 100%;
}
@media (max-width: 767px) {
  .cmn_h2_04>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-01-sp.jpg);
    font-size: 19px;
    padding: 8px 40px 9px;
  }
  .cmn_h2_04.cmn_h2_04_02>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-02-sp.jpg);
  }
  .cmn_h2_04.cmn_h2_04_03>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-03-sp.jpg);
  }
  .cmn_h2_04.cmn_h2_04_04>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-04-sp.jpg);
  }
  .cmn_h2_04.cmn_h2_04_05>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-05.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
    padding: 0 40px 0;
  }
  .cmn_h2_04.cmn_h2_04_06>span {
    background-image: url(../image-cmn/titleh2/bg-h2-04-06.jpg);
    background-size: auto;
    background-position: center;
    background-repeat: repeat-y;
    padding: 0 40px 0;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h3 */
/* カラーバリエーション ひし形アイコン付き */
/* ------------------------------------ */
.cmn_h3_01 {
  font-size: 19px;
  max-width: 1000px;
  overflow: hidden;
  text-align: center;
}

.cmn_h3_01_border {
  display: inline-block;
  position: relative;
}

.cmn_h3_01_border::before,
.cmn_h3_01_border::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  width: 400px;
}

.cmn_h3_01_inner {
  background-position:
    left top,
    right top,
    right bottom,
    left bottom;
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    12px 12px,
    12px 12px,
    12px 12px,
    12px 12px;
  display: block;
  padding: 5px 12px;
  position: relative;
}

.cmn_h3_01_inner::before,
.cmn_h3_01_inner::after {
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 1px 5px;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  left: 50%;
  width: calc(100% - 22px);
  transform: translateX(-50%);
}

.cmn_h3_01_inner::before {
  top: 0;
}

.cmn_h3_01_inner::after {
  bottom: 0;
}

.cmn_h3_01_txt {
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: .065em;
  line-height: 1.2;
  margin-right: -1px;
  margin-left: -1px;
  text-align: center;
}

.cmn_h3_01_txt::before,
.cmn_h3_01_txt::after {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 12px 1px;
  content: "";
  display: block;
  height: calc(100% - 22px);
  position: absolute;
  top: 50%;
  width: 12px;
  transform: translateY(-50%);
}

.cmn_h3_01_txt::before {
  left: 0;
}

.cmn_h3_01_txt::after {
  right: 0;
}

.cmn_h3_01_txt span {
  display: inline-block;
  position: relative;
}

.cmn_h3_01_txt span::after,
.cmn_h3_01_txt span::before {
  background: url(../image-cmn/bgtitle/ico.png?date=20210506) no-repeat 0 0;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  z-index: 1;
}

/* color variation */
/* type01 */
.cmn_h3_01.type01 .cmn_h3_01_border::before,
.cmn_h3_01.type01 .cmn_h3_01_border::after {
  background-color: #9e792e;
}

.cmn_h3_01.type01 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-01-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-01-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-01-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-01-round-04.png?date=20210506);
}

.cmn_h3_01.type01 .cmn_h3_01_inner::before {
  background-color: #9e792e;
  border-bottom: solid 1px #bda16b;
}

.cmn_h3_01.type01 .cmn_h3_01_inner::after {
  background-color: #9e792e;
  border-top: solid 1px #bda16b;
}

.cmn_h3_01.type01 .cmn_h3_01_txt {
  background-color: #9e792e;
}

.cmn_h3_01.type01 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-01-left.png?date=20210506);
}

.cmn_h3_01.type01 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-01-right.png?date=20210506);
}

/* type02 */
.cmn_h3_01.type02 .cmn_h3_01_border::before,
.cmn_h3_01.type02 .cmn_h3_01_border::after {
  background-color: #881676;
}

.cmn_h3_01.type02 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-02-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-02-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-02-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-02-round-04.png?date=20210506);
}

.cmn_h3_01.type02 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #881676 0%, #a04491 50%, #881676 100%);
  border-bottom: solid 1px #c16bb3;
}

.cmn_h3_01.type02 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #881676 0%, #a04491 50%, #881676 100%);
  border-top: solid 1px #c16bb3;
}

.cmn_h3_01.type02 .cmn_h3_01_txt {
  background-color: #881676;
  background: linear-gradient(to right, #881676 0%, #a04491 50%, #881676 100%);
}

.cmn_h3_01.type02 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-02-left.png?date=20210506);
}

.cmn_h3_01.type02 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-02-right.png?date=20210506);
}

/* type03 */
.cmn_h3_01.type03 .cmn_h3_01_border::before,
.cmn_h3_01.type03 .cmn_h3_01_border::after {
  background-color: #066e3d;
}

.cmn_h3_01.type03 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-03-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-03-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-03-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-03-round-04.png?date=20210506);
}

.cmn_h3_01.type03 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #066e3d 0%, #368b63 50%, #066e3d 100%);
  border-bottom: solid 1px #42926d;
}

.cmn_h3_01.type03 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #066e3d 0%, #368b63 50%, #066e3d 100%);
  border-top: solid 1px #42926d;
}

.cmn_h3_01.type03 .cmn_h3_01_txt {
  background-color: #066e3d;
  background: linear-gradient(to right, #066e3d 0%, #368b63 50%, #066e3d 100%);
}

.cmn_h3_01.type03 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-03-left.png?date=20210506);
}

.cmn_h3_01.type03 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-03-right.png?date=20210506);
}

/* type04 */
.cmn_h3_01.type04 .cmn_h3_01_border::before,
.cmn_h3_01.type04 .cmn_h3_01_border::after {
  background-color: #007bbb;
}

.cmn_h3_01.type04 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-04-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-04-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-04-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-04-round-04.png?date=20210506);
}

.cmn_h3_01.type04 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #007bbb 0%, #3094c8 50%, #007bbb 100%);
  border-bottom: solid 1px #68b0d5;
}

.cmn_h3_01.type04 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #007bbb 0%, #3094c8 50%, #007bbb 100%);
  border-top: solid 1px #68b0d5;
}

.cmn_h3_01.type04 .cmn_h3_01_txt {
  background-color: #007bbb;
  background: linear-gradient(to right, #007bbb 0%, #3094c8 50%, #007bbb 100%);
}

.cmn_h3_01.type04 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-04-left.png?date=20210506);
}

.cmn_h3_01.type04 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-04-right.png?date=20210506);
}

/* type05 */
.cmn_h3_01.type05 .cmn_h3_01_border::before,
.cmn_h3_01.type05 .cmn_h3_01_border::after {
  background-color: #cc5f00;
}

.cmn_h3_01.type05 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-05-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-05-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-05-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-05-round-04.png?date=20210506);
}

.cmn_h3_01.type05 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #cc5f00 0%, #d67f32 50%, #cc5f00 100%);
  border-bottom: solid 1px #e1a067;
}

.cmn_h3_01.type05 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #cc5f00 0%, #d67f32 50%, #cc5f00 100%);
  border-top: solid 1px #e1a067;
}

.cmn_h3_01.type05 .cmn_h3_01_txt {
  background-color: #cc5f00;
  background: linear-gradient(to right, #cc5f00 0%, #d67f32 50%, #cc5f00 100%);
}

.cmn_h3_01.type05 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-05-left.png?date=20210506);
}

.cmn_h3_01.type05 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-05-right.png?date=20210506);
}

/* type06 */
.cmn_h3_01.type06 .cmn_h3_01_border::before,
.cmn_h3_01.type06 .cmn_h3_01_border::after {
  background-color: #4a2291;
}

.cmn_h3_01.type06 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-06-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-06-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-06-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-06-round-04.png?date=20210506);
}

.cmn_h3_01.type06 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #4a2291 0%, #6d4da7 50%, #4a2291 100%);
  border-bottom: solid 1px #927bbd;
}

.cmn_h3_01.type06 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #4a2291 0%, #6d4da7 50%, #4a2291 100%);
  border-top: solid 1px #927bbd;
}

.cmn_h3_01.type06 .cmn_h3_01_txt {
  background-color: #4a2291;
  background: linear-gradient(to right, #4a2291 0%, #6d4da7 50%, #4a2291 100%);
}

.cmn_h3_01.type06 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-06-left.png?date=20210506);
}

.cmn_h3_01.type06 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-06-right.png?date=20210506);
}

/* type07 */
.cmn_h3_01.type07 .cmn_h3_01_border::before,
.cmn_h3_01.type07 .cmn_h3_01_border::after {
  background-color: #a41654;
}

.cmn_h3_01.type07 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-07-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-07-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-07-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-07-round-04.png?date=20210506);
}

.cmn_h3_01.type07 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #a41654 0%, #b64476 50%, #a41654 100%);
  border-bottom: solid 1px #c97499;
}

.cmn_h3_01.type07 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #a41654 0%, #b64476 50%, #a41654 100%);
  border-top: solid 1px #c97499;
}

.cmn_h3_01.type07 .cmn_h3_01_txt {
  background-color: #a41654;
  background: linear-gradient(to right, #a41654 0%, #b64476 50%, #a41654 100%);
}

.cmn_h3_01.type07 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-07-left.png?date=20210506);
}

.cmn_h3_01.type07 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-07-right.png?date=20210506);
}

/* type08 */
.cmn_h3_01.type08 .cmn_h3_01_border::before,
.cmn_h3_01.type08 .cmn_h3_01_border::after {
  background-color: #6f6005;
}

.cmn_h3_01.type08 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-08-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-08-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-08-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-08-round-04.png?date=20210506);
}

.cmn_h3_01.type08 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #6f6005 0%, #8b8037 50%, #6f6005 100%);
  border-bottom: solid 1px #a9a069;
}

.cmn_h3_01.type08 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #6f6005 0%, #8b8037 50%, #6f6005 100%);
  border-top: solid 1px #a9a069;
}

.cmn_h3_01.type08 .cmn_h3_01_txt {
  background-color: #6f6005;
  background: linear-gradient(to right, #6f6005 0%, #8b8037 50%, #6f6005 100%);
}

.cmn_h3_01.type08 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-08-left.png?date=20210506);
}

.cmn_h3_01.type08 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-08-right.png?date=20210506);
}

/* type09 */
.cmn_h3_01.type09 .cmn_h3_01_border::before,
.cmn_h3_01.type09 .cmn_h3_01_border::after {
  background-color: #ab2422;
}

.cmn_h3_01.type09 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-09-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-09-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-09-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-09-round-04.png?date=20210506);
}

.cmn_h3_01.type09 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #ab2422 0%, #bc4f4d 50%, #ab2422 100%);
  border-bottom: solid 1px #cd7c7b;
}

.cmn_h3_01.type09 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #ab2422 0%, #bc4f4d 50%, #ab2422 100%);
  border-top: solid 1px #cd7c7b;
}

.cmn_h3_01.type09 .cmn_h3_01_txt {
  background-color: #ab2422;
  background: linear-gradient(to right, #ab2422 0%, #bc4f4d 50%, #ab2422 100%);
}

.cmn_h3_01.type09 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-09-left.png?date=20210506);
}

.cmn_h3_01.type09 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-09-right.png?date=20210506);
}

/* type10 */
.cmn_h3_01.type10 .cmn_h3_01_border::before,
.cmn_h3_01.type10 .cmn_h3_01_border::after {
  background-color: #233e32;
}

.cmn_h3_01.type10 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-10-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-10-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-10-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-10-round-04.png?date=20210506);
}

.cmn_h3_01.type10 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #233e32 0%, #435a50 50%, #233e32 100%);
  border-bottom: solid 1px #397057;
}

.cmn_h3_01.type10 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #233e32 0%, #435a50 50%, #233e32 100%);
  border-top: solid 1px #397057;
}

.cmn_h3_01.type10 .cmn_h3_01_txt {
  background-color: #233e32;
  background: linear-gradient(to right, #233e32 0%, #435a50 50%, #233e32 100%);
}

.cmn_h3_01.type10 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-10-left.png?date=20210506);
}

.cmn_h3_01.type10 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-10-right.png?date=20210506);
}

/* type11 */
.cmn_h3_01.type11 .cmn_h3_01_border::before,
.cmn_h3_01.type11 .cmn_h3_01_border::after {
  background-color: #31489e;
}

.cmn_h3_01.type11 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-11-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-11-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-11-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-11-round-04.png?date=20210506);
}

.cmn_h3_01.type11 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #31489e 0%, #596cb1 50%, #31489e 100%);
  border-bottom: solid 1px #6375b6;
}

.cmn_h3_01.type11 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #31489e 0%, #596cb1 50%, #31489e 100%);
  border-top: solid 1px #6375b6;
}

.cmn_h3_01.type11 .cmn_h3_01_txt {
  background-color: #31489e;
  background: linear-gradient(to right, #31489e 0%, #596cb1 50%, #31489e 100%);
}

.cmn_h3_01.type11 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-11-left.png?date=20210506);
}

.cmn_h3_01.type11 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-11-right.png?date=20210506);
}

/* type12 */
.cmn_h3_01.type12 .cmn_h3_01_border::before,
.cmn_h3_01.type12 .cmn_h3_01_border::after {
  background-color: #b28e5f;
}

.cmn_h3_01.type12 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-12-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-12-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-12-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-12-round-04.png?date=20210506);
}

.cmn_h3_01.type12 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #b28e5f 0%, #c1a47e 50%, #b28e5f 100%);
  border-bottom: solid 1px #d1bc9f;
}

.cmn_h3_01.type12 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #b28e5f 0%, #c1a47e 50%, #b28e5f 100%);
  border-top: solid 1px #d1bc9f;
}

.cmn_h3_01.type12 .cmn_h3_01_txt {
  background-color: #b28e5f;
  background: linear-gradient(to right, #b28e5f 0%, #c1a47e 50%, #b28e5f 100%);
}

.cmn_h3_01.type12 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-12-left.png?date=20210506);
}

.cmn_h3_01.type12 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-12-right.png?date=20210506);
}

/* type13 */
.cmn_h3_01.type13 .cmn_h3_01_border::before,
.cmn_h3_01.type13 .cmn_h3_01_border::after {
  background-color: #7e122e;
}

.cmn_h3_01.type13 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-13-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-13-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-13-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-13-round-04.png?date=20210506);
}

.cmn_h3_01.type13 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #7e122e 0%, #943950 50%, #7e122e 100%);
  border-bottom: solid 1px #b8576f;
}

.cmn_h3_01.type13 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #7e122e 0%, #943950 50%, #7e122e 100%);
  border-top: solid 1px #b8576f;
}

.cmn_h3_01.type13 .cmn_h3_01_txt {
  background-color: #7e122e;
  background: linear-gradient(to right, #7e122e 0%, #943950 50%, #7e122e 100%);
}

.cmn_h3_01.type13 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-13-left.png?date=20210506);
}

.cmn_h3_01.type13 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-13-right.png?date=20210506);
}

/* type14 */
.cmn_h3_01.type14 .cmn_h3_01_border::before,
.cmn_h3_01.type14 .cmn_h3_01_border::after {
  background-color: #762f07;
}

.cmn_h3_01.type14 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-14-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-14-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-14-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-14-round-04.png?date=20210506);
}

.cmn_h3_01.type14 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #762f07 0%, #8a4e2c 50%, #762f07 100%);
  border-bottom: solid 1px #9e5933;
}

.cmn_h3_01.type14 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #762f07 0%, #8a4e2c 50%, #762f07 100%);
  border-top: solid 1px #9e5933;
}

.cmn_h3_01.type14 .cmn_h3_01_txt {
  background-color: #762f07;
  background: linear-gradient(to right, #762f07 0%, #8a4e2c 50%, #762f07 100%);
}

.cmn_h3_01.type14 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-14-left.png?date=20210506);
}

.cmn_h3_01.type14 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-14-right.png?date=20210506);
}

/* type15 */
.cmn_h3_01.type15 .cmn_h3_01_border::before,
.cmn_h3_01.type15 .cmn_h3_01_border::after {
  background-color: #9A7F49;
}

.cmn_h3_01.type15 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-15-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-15-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-15-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-15-round-04.png?date=20210506);
}

.cmn_h3_01.type15 .cmn_h3_01_inner::before {
  background-color: #9A7F49;
  border-bottom: solid 1px #CEB077;
}

.cmn_h3_01.type15 .cmn_h3_01_inner::after {
  background-color: #9A7F49;
  border-top: solid 1px #CEB077;
}

.cmn_h3_01.type15 .cmn_h3_01_txt {
  background-color: #9A7F49;
}

.cmn_h3_01.type15 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-15-left.png?date=20210506);
}

.cmn_h3_01.type15 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-15-right.png?date=20210506);
}

/* type16 */
.cmn_h3_01.type16 .cmn_h3_01_border::before,
.cmn_h3_01.type16 .cmn_h3_01_border::after {
  background-color: #dfcb9e;
}

.cmn_h3_01.type16 .cmn_h3_01_inner {
  background-image:
    url(../image-cmn/bgtitle/bg-h-octa-16-round-01.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-16-round-02.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-16-round-03.png?date=20210506),
    url(../image-cmn/bgtitle/bg-h-octa-16-round-04.png?date=20210506);
}

.cmn_h3_01.type16 .cmn_h3_01_inner::before {
  background: linear-gradient(to right, #826328 0%, #b79735 50%, #826328 100%);
  border-bottom: solid 1px #cdb786;
}

.cmn_h3_01.type16 .cmn_h3_01_inner::after {
  background: linear-gradient(to right, #826328 0%, #b79735 50%, #826328 100%);
  border-top: solid 1px #cdb786;
}

.cmn_h3_01.type16 .cmn_h3_01_txt {
  background-color: #826328;
  background: linear-gradient(to right, #826328 0%, #b79735 50%, #826328 100%);
}

.cmn_h3_01.type16 .cmn_h3_01_txt::before {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-16-left.png?date=20210506);
}

.cmn_h3_01.type16 .cmn_h3_01_txt::after {
  background-image: url(../image-cmn/bgtitle/bg-h-octa-16-right.png?date=20210506);
}
.cmn_h3_01.type16 .cmn_h3_01_txt span::after,
.cmn_h3_01.type16 .cmn_h3_01_txt span::before {
  background: url(../image-cmn/bgtitle/ico_type16.png?date=20210506) no-repeat 0 0;
}


@media (min-width: 768px) {
  .cmn_h3_01 {
    padding: 0 2em;
  }

  .cmn_h3_01_border::before {
    right: calc(100% + 20px);
  }

  .cmn_h3_01_border::after {
    left: calc(100% + 20px);
  }

  .cmn_h3_01_txt {
    padding: 6px 100px;
  }

  .cmn_h3_01_txt span::after {
    left: -30px;
  }

  .cmn_h3_01_txt span::before {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_h3_01 {
    font-size: 1.8rem;
    padding: 0 1em;
  }

  .cmn_h3_01_border::before {
    right: calc(100% + 10px);
  }

  .cmn_h3_01_border::after {
    left: calc(100% + 10px);
  }

  .cmn_h3_01_inner {
    min-width: 242px;
  }

  .cmn_h3_01_txt {
    background-position: left center, right center;
    letter-spacing: .04em;
    line-height: 1.1;
    padding: .4em 1.5em;
  }

  .cmn_h3_01_txt span::after {
    left: -27px;
  }

  .cmn_h3_01_txt span::before {
    right: -27px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .cmn_h3_01_txt {
    padding: .4em 4.2em .18em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h3 */
/* 左右にアイコン */
/* ------------------------------------ */
.cmn_h3_02 {
  line-height: 1.1;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cmn_h3_02_inner {
  border-bottom: 2px solid #b28e5e;
  display: inline-block;
  position: relative;
}

.cmn_h3_02_inner::after {
  background-color: #b28e5e;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
}

.cmn_h3_02_txt {
  display: inline-block;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.cmn_h3_02_txt::before,
.cmn_h3_02_txt::after {
  background-image: url(../image-cmn/seo/ico01.png?date=20210506);
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

@media (min-width: 768px) {
  .cmn_h3_02 {
    max-width: 530px;
  }

  .cmn_h3_02_inner {
    padding-bottom: 13px;
  }

  .cmn_h3_02_txt {
    font-size: 23px;
    padding: 0 55px;
  }

  .cmn_h3_02_txt::before,
  .cmn_h3_02_txt::after {
    background-size: 24px auto;
  }

  .cmn_h3_02_txt::before {
    left: 17px;
  }

  .cmn_h3_02_txt::after {
    right: 17px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_h3_02 {
    max-width: 350px;
  }

  .cmn_h3_02_inner {
    padding-bottom: 8px;
  }

  .cmn_h3_02_txt {
    font-size: 20px;
    padding: 0 40px;
  }

  .cmn_h3_02_txt::before,
  .cmn_h3_02_txt::after {
    background-size: 22px auto;
  }

  .cmn_h3_02_txt::before {
    left: 10px;
  }

  .cmn_h3_02_txt::after {
    right: 10px;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h3 */
/* 右端のみ斜め白背景 */
/* ------------------------------------ */
.cmn_h3_03 {
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  margin-right: auto;
  margin-left: auto;
  max-width: 830px;
  position: relative;
}

.cmn_h3_03::after {
  background-color: #a27843;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.cmn_h3_03_inner {
  background: linear-gradient(90deg, rgba(162, 120, 67, 0) 80%, rgba(162, 120, 67, 0.5) 85%, rgba(162, 120, 67, 1)), url(../image-cmn/bgtitle/bg-ttl02.png?date=20210506) 0 0;
  background-repeat: repeat;
  display: block;
  position: relative;
  width: 100%;
}

.cmn_h3_03_inner::before {
  background-color: #fff;
  content: "";
  height: calc(100% - 8px);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .cmn_h3_03 {
    font-size: 23px;
    padding-bottom: 4px;
    padding-right: 48px;
  }

  .cmn_h3_03_inner {
    max-width: 635px;
    padding: .514em 15px .4em 30px;
  }

  .cmn_h3_03_inner::before {
    width: 6px;
  }

  .cmn_h3_03_inner::after {
    background: linear-gradient(to right top, #a27843 0%, #a27843 49.5%, #fff 50.5%, #fff 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 99.9%;
    height: 100%;
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .cmn_h3_03 {
    font-size: 19px;
    padding-bottom: 3px;
  }

  .cmn_h3_03_inner {
    padding: 9px 15px 8px 30px;
  }

  .cmn_h3_03_inner::before {
    width: 4px;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツA 見出し h4 */
/* 左と下にborder付き */
/* ------------------------------------ */
.cmn_h4_01_inner {
  border-bottom: 1px solid #97764b;
  border-left: 8px solid #97764b;
  color: #000;
  display: block;
  font-weight: 600;
  line-height: 1.1;
  padding: .3em 0 .3em .9em;
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト 基本レイアウト */
/* ------------------------------------ */
.cmn_list_layout_01 {
  display: flex;
  flex-wrap: wrap;
}

.cmn_list_layout_01>li {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト サイトマップレイアウト */
/* ------------------------------------ */
.cmn_nested_list_layout_01>li.has_sub .cmn_list_layout_01 {
  padding-left: 1.7em;
}

@media (min-width: 768px) {
  .cmn_nested_list_layout_01>li.has_sub {
    width: 100%;
  }

  .cmn_nested_list_layout_01>li:not(.has_sub) {
    padding-right: 2%;
    width: 50%;
  }

  .cmn_nested_list_layout_01>li:not(:first-of-type) {
    margin-top: 1em;
  }

  .cmn_nested_list_layout_01>li.has_sub li {
    margin-top: 1em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_nested_list_layout_01>li {
    width: 100%;
  }

  .cmn_nested_list_layout_01>li:not(:first-of-type) {
    margin-top: .8em;
  }

  .cmn_nested_list_layout_01>li.has_sub li {
    margin-top: .8em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト カラム */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_list_col1_pc>li {
    width: 100%;
  }

  .cmn_list_col1_pc>li:nth-of-type(n+2) {
    margin-top: .9375em;
  }

  .cmn_list_col2_pc>li {
    width: 49%;
  }

  .cmn_list_col2_pc>li:nth-of-type(even) {
    margin-left: 2%;
  }

  .cmn_list_col2_pc>li:nth-of-type(n+3) {
    margin-top: .9375em;
  }

  .cmn_list_col3_pc>li {
    width: 32%;
  }

  .cmn_list_col3_pc>li:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }

  .cmn_list_col3_pc>li:nth-of-type(n+4) {
    margin-top: .9375em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_list_col1_sp>li {
    width: 100%;
  }

  .cmn_list_col1_sp>li:nth-of-type(n+2) {
    margin-top: .9375em;
  }

  .cmn_list_col2_sp>li {
    width: 49%;
  }

  .cmn_list_col2_sp>li:nth-of-type(even) {
    margin-left: 2%;
  }

  .cmn_list_col2_sp>li:nth-of-type(n+3) {
    margin-top: .9375em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト 三角アイコン */
/* ------------------------------------ */
.cmn_ico_triangle {
  display: inline-block;
  position: relative;
}

.cmn_ico_triangle::before {
  border-color: transparent transparent transparent #b28e5e;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  top: .35em;
  width: 0;
}

@media (min-width: 768px) {
  .cmn_ico_triangle {
    padding-left: 1.125em;
  }
}

@media screen and (max-width: 767px) {
  .cmn_ico_triangle {
    font-size: 15px;
    padding-left: .8em;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト 菱形アイコン */
/* ------------------------------------ */
.cmn_ico_diamond {
  display: inline-block;
  padding-left: 1.4375em;
  position: relative;
}

.cmn_ico_diamond::before {
  background: url(../image-cmn/icon/ico-diamond-shape-01.png?date=20210506) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .35em;
  height: 11px;
  width: 17px;
}

.cmn_ico_diamond.not_link {
  color: #444;
}

.cmn_ico_diamond.not_link::before {
  background-image: url(../image-cmn/icon/ico-diamond-shape-03.png?date=20210506);
}

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

a.cmn_ico_diamond:hover::before {
  background-image: url(../image-cmn/icon/ico-diamond-shape-02.png?date=20210506);
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト 四角アイコン */
/* ------------------------------------ */
.cmn_ico_square {
  display: inline-block;
  padding-left: .9375em;
  position: relative;
}

.cmn_ico_square::before {
  background: url(../image-cmn/icon/ico-square-01.png?date=20210506) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .43em;
  height: 8px;
  width: 8px;
}

.cmn_ico_square.not_link {
  color: #444;
}

.cmn_ico_square.not_link::before {
  background-image: url(../image-cmn/icon/ico-square-03.png?date=20210506);
}

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

a.cmn_ico_square:hover::before {
  background-image: url(../image-cmn/icon/ico-square-02.png?date=20210506);
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツB リスト 中黒アイコン */
/* ------------------------------------ */
.cmn_ico_disc {
  display: inline-block;
  padding-left: .8em;
  position: relative;
}

.cmn_ico_disc::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.cmn_ico_disc.not_link {
  color: #444;
}

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

/* ------------------------------------ */
/* ▼ コンポーネント パーツC リンク */
/* ------------------------------------ */
a.cmn_new_tab_static {
  display: inline-block;
}

a.cmn_new_tab_static::after {
  background-image: url(../image-cmn/icon/ico-new-tab.png?date=20210506);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 10px;
  width: 16px;
}

a.cmn_new_tab_bg {
  background-image: url(../image-cmn/icon/ico-new-tab.png?date=20210506);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline;
  padding-right: 28px;
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツH リード文 */
/* ------------------------------------ */
.cmn_intro_read {
  letter-spacing: .06em;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  width: 100%;
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツG テーブル */
/* 通常テーブル */
/* ------------------------------------ */
.cmn_ttl_bg_01 {
  background-image: url(../image-cmn/anchor/anchor_bg_hv.png?date=20210506);
  background-repeat: repeat;
  background-position: 0 0;
}

.cmn_ttl_bg_02 {
  background-image: url(../image-cmn/anchor/anchor_bg.png?date=20210506);
  background-repeat: repeat;
  background-position: 0 0;
}

.cmn_table {
  background-color: #fff;
  border-color: #b28e5f;
}

.cmn_table th,
.cmn_table td {
  border-color: #b28e5f;
  line-height: 1.4;
  vertical-align: middle;
}

.cmn_table th {
  color: #fff;
  padding: .5em;
  text-align: center;
}

.cmn_table td {
  padding: .5em 1em;
}

@media (min-width: 768px) {}

@media screen and (max-width: 767px) {
  .cmn_table th,
  .cmn_table td {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ コンポーネント パーツG テーブル */
/* 定義リストテーブル */
/* ------------------------------------ */
.cmn_def_table {
  background-color: #fff;
  border-color: #b28e5f;
  display: flex;
  flex-wrap: wrap;
}

.cmn_def_table>dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cmn_def_table>dl>dt,
.cmn_def_table>dl>dd {
  border-color: #b28e5f;
  line-height: 1.4;
  vertical-align: middle;
}

.cmn_def_table>dl>dt {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: .5em .75em;
  text-align: center;
}

.cmn_def_table>dl>dt.has_icon {
  padding: .5em .5em;
}

.cmn_def_table>dl>dd {
  display: flex;
  align-items: center;
  padding: .5em .75em;
}

.cmn_def_table_ico {
  margin-right: 8px;
  min-width: 26px;
}

.cmn_def_table_ico img {
  vertical-align: bottom;
}

.cmn_def_table:not(.pc_col2)>dl>dd {
  border-right: none;
}

.cmn_def_table:not(.pc_col2)>dl:last-of-type>dt,
.cmn_def_table:not(.pc_col2)>dl:last-of-type>dd {
  border-bottom: none;
}

/* column 2 */
@media (min-width: 768px) {
  .cmn_def_table.pc_col2>dl {
    width: 50%;
  }

  .cmn_def_table>dl>dt {
    width: 140px;
  }

  .cmn_def_table>dl>dd {
    width: calc(100% - 140px);
  }

  .cmn_def_table.pc_col2>dl:nth-of-type(even)>dd {
    border-right: none;
  }

  .cmn_def_table.pc_col2>dl:nth-last-of-type(-n+2)>dt,
  .cmn_def_table.pc_col2>dl:nth-last-of-type(-n+2)>dd {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .cmn_def_table>dl>dt,
  .cmn_def_table>dl>dd {
    font-size: 15px;
  }

  .cmn_def_table.pc_col2>dl>dt {
    padding: .5em .3em;
    width: 140px;
  }

  .cmn_def_table.pc_col2>dl>dd {
    border-right: none;
    width: calc(100% - 140px);
  }

  .cmn_def_table:not(.pc_col2)>dl>dt {
    border-right: none;
    width: 100%;
  }

  .cmn_def_table:not(.pc_col2)>dl>dd {
    width: 100%;
  }

  .cmn_def_table.pc_col2>dl:last-of-type>dt,
  .cmn_def_table.pc_col2>dl:last-of-type>dd {
    border-bottom: none;
  }
}

/* ----------------------------------------------------------
 ▼ WEB2TCI-24519 記事系テンプレート／ボタンデザイン変更
---------------------------------------------------------- */
/* ▼ リードレイアウト 
  cmn_read_box_center,cmn_read_box_left,cmn_read_box_right
---------------------------------------------------------- */
.cmn_bg_wrap {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.cmn_read_box_title {
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn_read_box_title .txth1 {
  font-size: 38px;
}

.cmn_read_box_center {
  min-height: 241px;
}
.cmn_read_box_center .cmn_read_box_title {
  min-height: 241px;
  padding: 50px 0;
}
.cmn_read_box_default .cmn_read_box_title {
  min-height: 240px;
  padding: 60px 0;
}
.cmn_read_box_default,
.cmn_read_box_right,
.cmn_read_box_left,
.cmn_read_box_center {
  padding-bottom: 31px;
}
.cmn_read_box_default .box_room__heading {
  padding-top: 41px;
}

@media (min-width:768px) {
  .cmn_read_box_right,
  .cmn_read_box_left {
    min-height: 440px;
  }
  .cmn_read_box_left {
    min-height: 575px;
  }
  .cmn_read_box_right {
    min-height: 545px;
  }
  .cmn_read_box_right .cmn_read_box_title,
  .cmn_read_box_left .cmn_read_box_title {
    padding: 50px 0 15px;
    max-width: 520px;
    margin: 0 auto;
  }
  .cmn_read_box_right .box_room__heading,
  .cmn_read_box_left .box_room__heading,
  .cmn_read_box_center .box_room__heading {
    padding-top: 10px;
  }
  .cmn_read_box_left .box_room__heading,
  .cmn_read_box_left .cmn_read_box_title {
    margin-left: 50px;
    max-width: 520px;
  }
  .cmn_read_box_right .box_room__heading,
  .cmn_read_box_right .cmn_read_box_title {
    margin-right: 50px;
    max-width: 520px;
  }  
  .cmn_read_box_default .cmn_anchor,
  .cmn_read_box_center .cmn_anchor {
    max-width: 860px;
  }
  .cmn_read_box_right .cmn_anchor,
  .cmn_read_box_left .cmn_anchor {
    max-width: 520px;
  }   
}

@media (min-width:768px) and (max-width:999px) {
  .cmn_read_box_default .cmn_read_box_title {
    padding: 4% 0;
    min-height: calc(100vw*0.24);
  }
}

@media (max-width:767px) {
  .cmn_read_box_title .txth1 {
    font-size: 2.5rem;
  }
  .cmn_read_box_center {
    min-height: 100px;
  }
  .cmn_read_box_default .cmn_read_box_title,
  .cmn_read_box_center .cmn_read_box_title {
    min-height: 100px;
  }

  .cmn_read_box_default .cmn_read_box_title {
    padding: 10% 0;
  }
  .cmn_read_box_center .cmn_read_box_title {
    padding: 8% 0;
  }
  .cmn_read_box_right .cmn_read_box_title,
  .cmn_read_box_left .cmn_read_box_title {
    padding: 10.3% 0 6.0%;
    max-width: 85%;
    margin: 0 auto;
    min-height: calc(100vw*0.39);
  }
  .cmn_read_box_default .box_room__heading,
  .cmn_read_box_right .box_room__heading,
  .cmn_read_box_left .box_room__heading,
  .cmn_read_box_center .box_room__heading {
    line-height: 1.555;
  }
}

@media (max-width:531px) {
  .cmn_read_box_default .cmn_read_box_title .txth1 {
    font-size: 4.8vw;
  }
}

/* ▼ サムネイルレイアウト 
  サムネ横並び cmn_content_link_01,サムネ縦並び cmn_content_link_02
---------------------------------------------------------- */

.cmn_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 860px;
  margin: 30px auto 50px;
  position: relative;
}
.cmn_content_box {
  position: relative;
  width: calc(50% - 20px);
  margin-bottom: 35px;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: .08rem;
}
.cmn_content_box .cmn_content_thumb {
  width: 41.465%;
  background-size: cover;
  background-position: center;
  align-self: center;
}
.cmn_content_box .cmn_content_link {
  width: 55%;
}
.cmn_content_link .cmn_content_link_ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cmn_content_link .cmn_content_link_txt {
  font-size: 1.6rem;
  line-height: 1.3;
  height: 84px;
}
.cmn_content_link .cmn_link_btn {
  font-size: 1.5rem;
  margin-top: 17px;
  max-width: 180px;
}
.cmn_content_link .cmn_link_btn_text {
  line-height: 1;
  padding: 7px 11px 7px 2px;
}
.cmn_content_link_01 .cmn_content_box + .item.image {
  position: relative;
  width: calc(50% - 20px);
}
.cmn_content_link_01 .cmn_content_box + .item.image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cmn_content_link_01 .cmn_content_box:nth-of-type(even) + .item.image {
  display:none;
}
.cmn_content_link_02 .cmn_content_box:nth-of-type(3n+1) + .item.image {
  border-top:1px solid #ccc;
  position: relative;
  width: calc(100% - 33.33%);
}
.cmn_content_link_02 .cmn_content_box:nth-of-type(3n+1) + .item.image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0 auto auto;
}
.cmn_content_link_02 .cmn_content_box:nth-of-type(3n+2) + .item.image {
  border-top:1px solid #ccc;
  position: relative;
  width: 33.33%;
}
.cmn_content_link_02 .cmn_content_box:nth-of-type(3n+2) + .item.image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cmn_content_link_02 .cmn_content_box:nth-of-type(-n+2) + .item.image {
  border-top:none;
}
.cmn_content_list.cmn_content_link_02 {
  justify-content: flex-start;
}
.cmn_content_link_02 .cmn_content_box {
  width: 33.33%;
  padding: 40px 20px 0;
  margin-bottom: 40px;
  justify-content: flex-start;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
.cmn_content_link_02 .cmn_content_box .cmn_content_thumb {
  width: 100%;
  height: auto;
  max-width: 200px;
  min-height: 200px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
}
.cmn_content_link_02 .cmn_content_box .cmn_content_link {
  width: 100%;
}

/* サムネイル デザイン切り替え */
.thumb_round .cmn_content_box .cmn_content_thumb {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
}
.thumb_round .cmn_content_box .cmn_content_thumb .cmn_content_thumb_innner {
  padding-top: 100%; /* aspect-ratio not support */
  width: 100%;
}
.thumb_squre .cmn_content_box .cmn_content_thumb {
  aspect-ratio: 4 / 3;
  align-self: flex-start;
}
.cmn_content_box .cmn_content_thumb .cmn_content_thumb_innner {
  padding-top: 75%; /* aspect-ratio not support */
  width: 100%;
}
.cmn_content_link_02.thumb_squre .cmn_content_box .cmn_content_thumb {
  max-width: 100%;
}

@media (min-width:768px) {
  .cmn_content_link_01 .cmn_content_box:nth-of-type(-n+2),
  .cmn_content_link_02 .cmn_content_box:nth-of-type(-n+3) {
    border-top: none;
    padding-top: 0;
  }
  .cmn_content_link_02 .cmn_content_box:nth-of-type(1):nth-last-of-type(1)::after,
  .cmn_content_link_02 .cmn_content_box:nth-of-type(2):nth-last-of-type(1)::after {
    border-top: none;
  }
}

@media (max-width:767px) {
  .cmn_content_list {
    margin-bottom: 2.5em;
  }
  .cmn_content_box {
    width: 90%;
    margin: 0 auto 2.5em;
  }
  .cmn_content_box .cmn_content_thumb {
    display: flex;
    align-items: center;
  }
  .cmn_content_link .cmn_content_link_txt {
    height: 63px;
  }
  .cmn_content_list .item.image {
    display: none;
  }
  .cmn_content_link_02 .cmn_content_box {
    width: 90%;
  }
  .cmn_content_link_01 .cmn_content_box:first-of-type,
  .cmn_content_link_02 .cmn_content_box:first-of-type {
    border-top: none;
    padding-top: 0;
  }
}

/* ------------------------------------ */
/* ▼ アニメーションボタン表示調整
/* ------------------------------------ */
/* .cmn_btn_wrap .parts_mt_lv02.js_animation_btn .cmn_link_btn_text::after {
  background: url('../image-cmn/icon/ico-btn01.png') no-repeat center center;
  background-size: 100% auto;
  border: none;
  width: 13px;
  height: 14px;
  right: 14px;
  top: calc(50% - 7px);
}

.cmn_btn_wrap {
  display: flex;
  justify-content: flex-end;
  max-width: 942px;
  margin: 0 auto;
}

.cmn_btn_wrap .parts_mt_lv02.js_animation_btn .cmn_link_btn {
  cursor: pointer;
  width: 250px;
  margin: 0 0 0 auto;
  opacity: .6;
}

.cmn_btn_wrap .parts_mt_lv02.js_animation_btn.is_active .cmn_link_btn {
  opacity: 1;
}

.cmn_btn_wrap .parts_mt_lv02.js_animation_btn {
  font-size: 16px;
  margin: initial;
}

.cmn_btn_wrap .parts_mt_lv02 + .parts_mt_lv02 {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .cmn_btn_wrap .parts_mt_lv02.js_animation_btn {
    position: relative;
    cursor: pointer;
  }
  .cmn_btn_wrap .parts_mt_lv02.js_animation_btn:hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
  }
}

@media (max-width: 767px) {
  .cmn_btn_wrap .parts_mt_lv02.js_animation_btn {
    margin: 0 auto;
  }
  .cmn_btn_wrap {
    flex-direction: column;
  }
  .cmn_btn_wrap .parts_mt_lv02 + .parts_mt_lv02 {
    margin-left: auto;
  }
} */

/* ------------------------------------ */
/* ▼ fade-in slide */
/* ------------------------------------ */
.cmn_photo_animation .js_slide {/* /js_cmn/slide.jsで動的に付与するクラス */
  opacity: 0;
  transition: all 1s 0s ease-out;
  pointer-events: none;
}
.cmn_photo_animation .js_slide.is_show {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.js_slide.js_slide-left  {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}
.js_slide.js_slide-right  {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}
.js_slide.js_slide-top  {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}
.js_slide.js_slide-bottom  {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

/* ------------------------------------ */
/* ▼ アニメーションボタン表示調整
/* ------------------------------------ */
.cmn_animation_btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 35px auto 20px;
  border-bottom: 5px solid #DAD1E0;
  max-width:940px;
}
@media (max-width: 767px) {
  .cmn_animation_btn_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width:98%;
  }
}

.cmn_animation_btn {
  font-size: 18px;
}
.cmn_animation_btn .cmn_link_btn {
  cursor: pointer;
  width: 258px;
  height:37px;
  margin: 0 0 -5px auto;
  opacity: .6;
  border-radius: 12px 12px 0 0;
}
.cmn_animation_btn .cmn_link_btn::before,
.cmn_animation_btn .cmn_link_btn::after,
.cmn_animation_btn .cmn_link_btn .cmn_link_btn_inner::before,
.cmn_animation_btn .cmn_link_btn .cmn_link_btn_inner::after,
.cmn_animation_btn .cmn_link_btn_text {
  border:none;
}
.cmn_animation_btn.is_active .cmn_link_btn {
  opacity: 1;
  background-color: #8E3AAD;
  border:1px solid #8E3AAD;
  font-size: 20px;
  height:50px;
  margin: 6px 0 -5px auto;
}
.cmn_animation_btn:not(.is_active) .cmn_link_btn{
  background-color: #fff;
  border:2px solid #711294;
  border-bottom: none;
  margin-top:14px;
}
.cmn_animation_btn.is_active .cmn_link_btn .cmn_link_btn_inner::before{
  background-image: url(../image-cmn/button/bg-btn-flower-l.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom:-1px;
  left:0;
  height:47px;
  width:61.5px;
  transform: none;
}
.cmn_animation_btn:not(.is_active) .cmn_link_btn .cmn_link_btn_inner::after{
  background-image: url(../image-cmn/button/bg-btn-flower-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  top:0;
  right:0;
  height:47px;
  width:61.5px;
  transform: none;
  border-radius: 0 12px 0 0;
}
.cmn_animation_btn .cmn_link_btn_text {
  color:#8E3AAD;
  padding:3px 0 0;
}
.cmn_animation_btn.is_active .cmn_link_btn .cmn_link_btn_text{
  color:#fff;
  padding:0;
}
.cmn_animation_btn .cmn_link_btn_text::after {
  content: none;
}

@media (min-width: 768px) {
  .cmn_animation_btn {
    cursor: pointer;
  }
  .cmn_animation_btn + .cmn_animation_btn {
    margin-left: 4px;
  }
  .cmn_animation_btn:last-of-type {
    margin-right: 56px;
  }
  /* .cmn_animation_btn.roll でホバースタイルを設定しているため疑似要素の調整は不要 */
}

@media only screen and (max-width: 767px) {
  /* フォントサイズは.cmn_link_btn_textで設定あり */
  .cmn_animation_btn {
    width: 50%;
    height:50px;
    margin: 10px auto 0;
  }
  .cmn_animation_btn .cmn_link_btn {
    width: 100%;
    padding: 0;/* buttonタグを使用しているページ対応 */
  }
  .cmn_animation_btn.is_active .cmn_link_btn {
    height:50px;
    margin: 0 auto 0;
  }
  .cmn_animation_btn:not(.is_active) .cmn_link_btn{
    height: 42px;
    margin: 8px auto 0;
    border-bottom: 1px solid #B6A2C2;
  }
}

/* footer署名追加対応 */
.footer_autograph {
  text-align: right;
  white-space: nowrap;
}

/* YouTube準備中レイアウト対応 */
.cmn_box_item_movie .cmn_item_movie_thum.movie_gr {
  border: none;
}
.cmn_box_item_movie .cmn_item_movie_thum.movie_gr::after {
  content: none;
}

/* ----------------------------------------------------------
 ▼ accordion 
---------------------------------------------------------- */
.cmn_acc_content {
  display: none;
}
.open .cmn_acc_content {
  display: block;
}
.cmn_acc_btn .open_text,
.cmn_acc_btn .close_text {
  cursor: pointer;
}
.active.cmn_link_btn.arrow_bottom .cmn_link_btn_text.close_text::after {
  transform: rotate(180deg);
}
.cmn_acc_btn .close_text {
  display: none;
}
.cmn_acc_btn .active .close_text {
  display: block;
}
.cmn_acc_btn .active .open_text {
  display: none;
}

/* ----------------------------------------------------------
 ▼ バス旅行刀剣博物館鑑賞ツアー .bustour （ボタン2つ）
---------------------------------------------------------- */

.pr-contents_bnr.bustour{
  max-width: 700px;
  position: relative;
}

.pr-contents_bnr.bustour a.bustour_one-day{
  border-radius: 15px;
  position: absolute;
  bottom: 8%;
  right: 27.1%;
  width: 21.5%;
  height: 16%;
  z-index: 1;
}

.pr-contents_bnr.bustour a.bustour_inn{
  border-radius: 15px;
  position: absolute;
  bottom: 8%;
  right: 2.9%;
  width: 23.3%;
  height: 16%;
  z-index: 1;
}

.cmn_bnr_area.col01.bustour_pc1000 {
    max-width: 650px;
}

.bustour_pc1000 .pr-contents_bnr.bustour a.bustour_one-day{
  bottom: 5%;
  right: 30.5%;
  width: 26.5%;
  height: 25%;
}

.bustour_pc1000 .pr-contents_bnr.bustour a.bustour_inn{
  bottom: 5%;
  right: 3%;
  width: 26.5%;
  height: 25%;
}

.pr-contents_bnr.bustour a.bustour_one-day:hover,
.pr-contents_bnr.bustour a.bustour_inn:hover{
  background: #fff;
  opacity: .5;
}

@media (max-width: 767px) {
  .pr-contents_bnr.bustour a.bustour_one-day,
  .bustour_pc1000 .pr-contents_bnr.bustour a.bustour_one-day{
      bottom: 22%;
     right: 18.1%;
      width: 63.5%;
      height: 14%;
  }

  .pr-contents_bnr.bustour a.bustour_inn,
  .bustour_pc1000 .pr-contents_bnr.bustour a.bustour_inn{
      bottom: 5.9%;
      right: 18.1%;
      width: 63.5%;
      height: 13.3%;
  }
}

/* ホームメイトリサーチの使い方バナー */

@media (min-width: 767px) {
  .cmn_bnr_area.col01.bnr-research-guide{
    max-width: 440px;
  }
}