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

title : 刀剣ワールド 刀剣商詳細ページ
scope : 刀剣ワールド 刀剣商詳細ページ

memo：

last modify : 2020/11/26 TCI福岡yoneshima 「刀剣販売店を検索」エリア追加

2020/10/12 TCI福岡yoneshima キャッチコピー修正
2020/08/18 TCI福岡_sakaguchi 共通tableクラスの導入
2020/07/29 TCI福岡yoneshima キャッチコピー追加
2020/07/01 TCI福岡_eguchi インデント調整
2019/05/10 TCI福岡oku 刀剣商詳細ページ／新規作成

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

/* common update */
.roll:hover img,
.roll:hover {
  opacity: 0.7;
}

.box_description {
  padding-top: 27px;
  padding-bottom: 35px;
}

.box_seo .seo_frame {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.125em;
}

.fancybox-arrow[disabled] {
  opacity: 0.3 !important;
}

.title_h2cmn > span > span {
  line-height: 1.2em;
}

.title_h2cmn::before {
  bottom: calc(50% - 47px);
}

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

  .box__links__related .prev {
    left: -20px;
  }

  .box__links__related .next {
    right: -20px;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .title_h2cmn > span {
    padding-left: 0;
    padding-right: 0;
  }
}

/* btn */
.btn_red span::after {
  transform: rotate(-90deg);
}

/*read_comment_text*/
.read_comment_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.4;
  margin-bottom: 20px;
}

.read_comment_text a {
  color: #2B519B;
  margin: 0 1em;
  position: relative;
}

.read_comment_text a:hover {
  opacity: 0.5;
}

.read_comment_text a::before {
  border-color: #2B519B transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  content: '';
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 3.5px);
  left: -13px;
  width: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .read_comment_text {
    display: block;
    font-size: 14px;
    padding: 1.5em 0;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  .read_comment_text a {
    float: right;
    margin: 1% 0 5%;
    min-width: 100px;
  }
}

/* zoomer */
.zoomer {
  background: #FFF;
}

.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  margin: 0 15px;
}

.zoomer .zoomer-controls {
  background: none;
  box-shadow: none;
}

.zoomer .zoomer-controls:before {
  display: none;
}

.zoomer_fancy {
  height: 400px;
  width: 100%;
}

.fancybox-stage .item-modal {
  background: none;
  font-size: 0;
  margin: 0;
  padding: 17px;
  width: 724px;
}

.fancybox-stage .item-modal img {
  display: block;
  /* max-height: 640px; */
  margin: auto;
  height: auto;
  width: auto;
}

.fancybox-stage .item-modal .item-modal-inner {
  background: #fff;
  border: 5px solid #1e80cf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 20px;
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  background-color: #848484;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.fancybox-inner {
  margin: 20px;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
}

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 200px;
  }
}

.breadcrumbs {
  margin-bottom: 30px;
}

.museum__detail section {
  overflow: hidden;
}

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

  .breadcrumbs li {
    display: inline;
    font-size: 14px;
  }
}

/* .bnr_field */
@media (max-width: 767px) {
  .bnr_up {
    margin-top: 2rem;
  }

  .bnr_up figcaption {
    font-size: 15px;
  }
}

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

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

  .bnr_up figcaption {
    line-height: 25px;
    /*font-size: 17px;*/
  }
}

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

/* BOX TITLE */
.box_s .box__title {
  background: url(../image/detail/bkg_title_top.jpg) 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/detail/bkg_title_bottom.jpg) 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;
  font-feature-settings: 'pkna';
  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/detail/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

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

@media (max-width: 767px) {
  .box_s .box__title {
    background: url(../image/detail/title_photo_sp_t.png) 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/detail/title_photo_sp_b.png) 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;
  }
}

/* END BOX TITLE */
/* Box anchor */
.archor__links ul {
  background: url(../image/bkg_anchor.png);
  margin: 30px auto 0;
  max-width: 910px;
}

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

.archor__links ul li {
  border-left: 1px solid #b28e5f;
  float: left;
  height: 58px;
  overflow: hidden;
  text-align: center;
  width: 33.33333%;
}

.archor__links ul.isHalf li {
  width: 50%;
}

.archor__links ul li a {
  background: url(../image/arr.png) no-repeat center right 20px;
  display: block;
  padding: 15px 0;
}

.archor__links ul li a:hover {
  opacity: 0.5;
}

.archor__links ul li:first-child {
  border-left: none;
}

.archor__links ul li span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.9px;
  vertical-align: middle;
}

.archor__links ul li span.img {
  font-size: 0;
  margin-right: 13px;
}

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

  .archor__links ul {
    background: url(../image/bkg_anchor_nav.png);
    margin: 3px auto 23px;
  }

  .archor__links ul li {
    height: auto;
  }

  .archor__links ul li a {
    background: url(../image/arr01.png) no-repeat center bottom 10px;
    background-size: 12px auto;
    padding: 18px 0 30px;
  }

  .archor__links ul li span {
    display: block;
    font-size: 17px;
    letter-spacing: 0.68px;
    line-height: 20px;
  }

  .archor__links ul li span.img {
    margin: 0 0 10px;
    min-height: 29px;
  }

  .archor__links ul li span.img img {
    display: inline-block;
    vertical-align: bottom;
  }

  .archor__links ul li span.text_a {
    padding-top: 0;
  }
}

/* end box anchor */

/* Box related */
.box__related {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .box__related {
    margin-bottom: 0;
  }
}


/* Box map */
.box__map .wcm {
  max-width: 950px;
}

@media (max-width: 767px) {
  .box__map .wcm {
    padding: 0 15px;
  }
}

/* Box Faci */
.box__faci {
  margin-bottom: 40px;
}

.box__faci .wcm {
  max-width: 830px;
}

.box__faci__title {
  background: url(../image/detail/title_faci.png) no-repeat;
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 830px;
}

.box__faci__title > span {
  display: table-cell;
  vertical-align: middle;
}

.box__faci__title > span span {
  position: relative;
}

.box__faci__title > span span:after,
.box__faci__title > span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__faci__title > span span:after {
  left: auto;
  right: -35px;
}

.facility_table_contents_wrap {
  max-width: 690px;
}

.facility_table_contents.table_type01 td {
  border-right: none;
}

.facility_table_contents.table_type01 tr:last-of-type th,
.facility_table_contents.table_type01 tr:last-of-type td {
  border-bottom: none;
}

.box__faci .facility_table_contents.table_type01 th {
  padding: 14px 12px;
  width: 32%;
}

/* 以下 確認中 */
.box__faci__content table tr.name th span {
  background: url(../image/detail/ico_name.png) no-repeat top 0 center;
  background-size: 35px;
  padding: 37px 2px 0;
}

.box__faci__content table tr.logo th span {
  background: url(../image/detail/ico_logo.png) no-repeat top 0 center;
  background-size: 28px;
  padding-top: 37px;
}

.box__faci__content table tr.type th {
  padding-top: 18px;
}

.box__faci__content table tr.type th span {
  background: url(../image/detail/ico_type.png) no-repeat top 0 center;
  background-size: 36px;
  padding-top: 37px;
}

@media (max-width: 767px) {
  .box__faci__content table tr.time th {
    padding-top: 23px;
  }

  .box__faci__content table tr.time th span {
    background-size: 28px;
  }

  .box__faci__content .comment_txt {
    text-align: left;
  }
}

.box__faci__content table td {
  border-bottom: 1px solid #d9c7af;
  vertical-align: middle;
  word-break: break-all;
}

.box__faci__content table th,
.box__faci__content table td {
  padding: 13px 18px;
}

.box__faci__content table td a {
  color: #0d53de;
}

.box__faci__content table td a:hover {
  color: #a92121;
}

.table_btn {
  text-align: center;
  margin: 12px 0 0;
}

.box__faci__content .tel td > p > span {
  display: none;
}

.box__faci__content .tel td > p.telno > span,
.box__faci__content .tel td > p.faxno > span {
  display: inline;
}

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

  .box__faci__title {
    background: url(../image/detail/bkg_title_sp.png) repeat-x;
    background-size: auto 49px;
    font-size: 24px;
    height: 49px;
    letter-spacing: 1.2px;
    position: relative;
    width: 100%;
  }

  .box__faci__title > span span:after,
  .box__faci__title > span span:before {
    display: none;
  }

  .box__faci__title:before,
  .box__faci__title:after {
    background: url(../image/detail/title_faci_l.png) no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 44px;
  }

  .box__faci__title:after {
    background-image: url(../image/detail/title_faci_r.png);
    left: auto;
    right: 0;
    width: 46px;
  }

  .box__faci__content {
    padding: 0 5px;
  }

  .box__faci__content table th {
    font-size: 15px;
    line-height: 20px;
    padding: 20px 0;
    vertical-align: middle;
  }

  .box__faci__content table td {
    font-size: 16px;
    line-height: 22px;
    padding: 12px 13px;
  }

  .table_btn img {
    height: auto;
  }
}

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

/* Box Report */
.box__report {
  margin-bottom: 52px;
}

.box__report .wcm {
  max-width: 775px;
}

.box__report__title {
  background: url(../image/detail/title_report.png) no-repeat;
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: 54px;
  margin: 0 auto -30px;
  position: relative;
  text-align: center;
  width: 398px;
}

.box__report__title > span {
  display: table-cell;
  vertical-align: middle;
}

.box__report__title > span span {
  position: relative;
}

.box__report__title > span span:after,
.box__report__title > span span:before {
  background: url(../image/detail/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box__report__title > span span:after {
  left: auto;
  right: -35px;
}

.box__report__content {
  background: url(../image/detail/bkg.png);
  padding: 6px;
}

.box__report__content__inner {
  background: url(../image/detail/bkg01.png);
  font-size: 16px;
  line-height: 29px;
  padding: 48px 30px 22px;
}

.box__report__content__inner p {
  margin-bottom: 30px;
}

.textsp {
  display: none;
}

@media (min-width: 768px) {
  .box__report__content__inner .link {
    display: none;
  }

  .text {
    display: block !important;
    text-align: justify;
  }
}

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

  .text {
    display: none;
  }

  .box__report {
    margin-bottom: 40px;
  }

  .box__report .wcm {
    padding: 0 30px;
  }

  .box__report__title {
    background: url(../image/detail/title_report_sp01.png) center;
    background-size: auto 38px;
    font-size: 18px;
    height: 38px;
    letter-spacing: 0.9px;
    margin-bottom: -22px;
    padding: 0 7px;
    width: 83.33333%;
  }

  .box__report__title > span {
    background: url(../image/detail/title_report_sp02.png) center;
    background-size: auto 38px
  }

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

  .box__report__title > span span:after {
    left: auto;
    right: -25px;
  }

  .box__report__content {
    padding: 3px;
  }

  .box__report__content__inner {
    font-size: 15px;
    line-height: 23px;
    padding: 35px 20px 20px;
  }

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

  .box__report__content__inner .textsp p {
    margin: 0;
  }

  .box__report__content__inner .link.collapses {
    display: inline-block;
    float: none;
  }

  .box__report__content__inner .link {
    color: #0d53de;
    float: right;
    padding: 0 18px 0 0;
    position: relative;
  }

  .box__report__content__inner .link:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #0d53de;
    clear: both;
    content: '';
    display: block;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
  }

  .box__report__content__inner .collapses:after {
    border-bottom: 14px solid #0d53de;
    border-top: none;
  }

  .box__report__content__inner p {
    margin-bottom: 20px;
  }
}

@media (max-width: 413px) {
  .box__report__content__inner {
    font-size: 13px;
  }
}

/* Box Prefecture */
.box__prefecture .wcm {
  max-width: 830px;
}

.box__prefecture__title {
  background: url(../image/detail/title_prefecture.png) no-repeat;
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 830px;
}

.box__prefecture__title > span {
  display: table-cell;
  vertical-align: middle;
}

.box__prefecture__title > span span {
  position: relative;
}

.box__prefecture__title > span span:after,
.box__prefecture__title > span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__prefecture__title > span span:after {
  left: auto;
  right: -35px;
}

.box__prefecture__list {
  padding: 0 15px;
}

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

.box_result__item {
  background: url(../image/detail/bkg01.png);
  margin-bottom: 56px;
}

.box_result__item h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  padding: 22px 0 14px;
  text-align: center;
}

.gallery__item {
  font-size: 0;
}

.gallery__item + .gallery__item {
  border-top: 1px solid #fff;
}

.box_result__item .content {
  padding: 14px 25px 30px;
}

.box_result__item .description {
  /*font-size: 16px;*/
  /* height: 55px; */
  line-height: 27px;
  margin: 0 0 20px;
}

.box_result__item .info_box.flex,
.box_result__item .info_box.flex dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box_result__item .info_box.flex dl {
  height: 100%;
}

.box_result__item .info_box {
  border: 1px solid #b28e5f;
}

.box_result__item .info_box.flex dl .bkg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.box_result__item .info_box.flex dd {
  display: inline-flex;
  align-items: center;
}

.box_result__item .info_box dt {
  padding: 6px 13px;
}

.box_result__item .info_box dl dt i {
  margin-right: 8px;
  height: 26px;
}

.box_result__item .info_box dl .bkg {
  background: url(../image/detail/bg_table_detail.png);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: inherit;
}

.box_result__item .info_box dd {
  background: #fff;
  color: #000;
  padding: 9px 13px;
  vertical-align: middle;
  line-height: inherit;
}

.box_result__item .info_box dl .spec {
  font-size: inherit;
}

@media (max-width: 430px) {
  .box_result__item .info_box.flex dl dt {
    width: 45%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 45%);
  }
}

@media (min-width: 431px) and (max-width: 767px) {
  .box_result__item .info_box.flex dl dt {
    width: 33%;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 33%);
  }
}

@media (max-width: 767px) {
  .box_result__item .info_box.flex li {
    width: 100%;
  }

  .box_result__item .info_box li:nth-of-type(n+2) dl {
    border-top: 1px solid #d9c7af;
  }

  .box_result__item .info_box dl .bkg {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .box_result__item .info_box.flex li {
    width: 50%;
  }

  .box_result__item .info_box li:nth-of-type(n+3) dl {
    border-top: 1px solid #d9c7af;
  }

  .box_result__item .info_box.flex dl dt {
    width: 140px;
  }

  .box_result__item .info_box.flex dl dd {
    width: calc(100% - 140px);
  }
}

.box_result__item .btn_more {
  display: block;
  font-size: 0;
  margin: 20px auto 0;
  width: 232px;
}

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

  .box__prefecture__title {
    background: url(../image/detail/title_prefecture_sp.png) repeat-x;
    background-size: auto 74px;
    font-size: 19px;
    height: 74px;
    letter-spacing: 1.15px;
    line-height: 22px;
    padding: 0 35px;
    width: 100%;
  }

  .box__prefecture__title > span span {
    display: inline-block;
  }

  .box__prefecture__title > span span:after,
  .box__prefecture__title > span span:before {
    background-size: 100%;
    height: 13px;
    left: -30px;
    margin-top: -6px;
    width: 20px;
  }

  .box__prefecture__title > span span:after {
    left: auto;
    right: -30px;
  }

  .box__prefecture__list {
    padding: 0;
  }

  .box_result__item {
    margin-bottom: 20px;
  }

  .box_result__item h3 {
    font-size: 21px;
    letter-spacing: 1.05px;
    line-height: 28px;
    padding: 14px 0 8px;
  }

  .box_result__item .content {
    padding: 18px;
  }

  .box_result__item .description {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 21px;
  }

  .box_result__item .info_box table td.bkg {
    clear: both;
    font-size: 14px;
    width: 33%;
  }

  .box_result__item .info_box table td {
    font-size: 16px;
    line-height: 23px;
    width: 67%;
  }

  .box_result__item .info_box table td > span.txt {
    line-height: 23px;
  }

  .box_result__item .info_box table td.spec {
    font-size: 17px;
  }

  .box_result__item .info_box table tr:last-child td {
    border-bottom: 1px solid #d9c7af;
  }

  .box_result__item .info_box table tr:last-child td:nth-child(3),
  .box_result__item .info_box table tr:last-child td:nth-child(4) {
    border: none;
  }
}

@media (max-width: 413px) {
  .box__prefecture__title {
    font-size: 17px;
    letter-spacing: -0.5px;
    line-height: 20px;
  }

  .box_result__item .info_box table td.bkg {
    width: 45%;
  }

  .box_result__item .info_box table td {
    width: 55%;
  }
}

/* Box photo */
.box__photos .wcm {
  max-width: 950px;
}

.box__photos__title {
  margin: 0 auto 30px;
}

.box__photos p.zoom_text {
  font-size: 16px;
  line-height: 29px;
  margin: 0 0 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .box__photos p.zoom_text {
    text-align: left;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 17px auto 20px;
    max-width: 90%;
    padding: 0;
  }
}

.box__photos p.zoom_text span {
  background: url(../image/detail/ico_zoom.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  vertical-align: middle;
  width: 16px;
}

.box__photos__list .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box__photos__list .items.items_center {
  justify-content: center;
}

.box__photos__list .items.items_center_sp .slick-track {
  margin: 0 auto;
}

.box__photos__list .items.pc {
  display:flex !important;
}

.box__photos__list .items.sp {
  display:none !important;
}

.box__photos__list .item:nth-child(4n+1) {
  clear: both;
}

.box__photos__list .item {
  margin-bottom: 40px;
  width: 49%;
}

.box__photos__list .item.item_spacer img {
  vertical-align: top;
}

.box__photos__list .item__img {
  font-size: 0;
}

.box__photos__list .item__img > .fancybox {
  display: block;
  position: relative;
}

.box__photos__list .item__img > .fancybox::before {
  background: url(../image/detail/ico_zoom02.gif) no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.box__photos__list .item__img a.fancybox-b {
  display: block;
  position: relative;
}

.box__photos__list .item__img a.fancybox-b:hover {
  opacity: 0.5;
}

.box__photos__list .item__img a.fancybox-b:after {
  background: url(../../image_cmn/museum/ico_zoom.png) no-repeat top left;
  background-size: 100% 100%;
  bottom: 10px;
  content: "";
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px;
  z-index: 1;
}

.box__photos__list .item__title {
  background: #0a0a0a;
  color: #fff;
  font-size: 18px;
  padding: 11px 18px;
}

.box__photos p {
  clear: both;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: right;
}

@media (max-width: 767px) {
  .box__photos .wcm {
    padding: 0 15px;
  }

  .box__photos__title {
    margin-bottom: 20px;
  }

  .box__photos__list {
    margin: 0 -15px;
    padding: 0 37px;
  }

  .box__photos__list .items.pc {
    display:none !important;
  }

  .box__photos__list .items.sp {
    display:flex !important;
  }

  .box__photos__list .items.sp.slick-slider {
    display:block !important;
  }

  .box__photos__list .item {
    margin-bottom: 15px;
    padding: 0 5px;
    width: 50%;
  }

  .box__photos__list .items.items_center_sp .item {
    margin: 0 auto 15px;
  }

  .box__photos__list .items:not(.slick-slider) .item:nth-child(2n+1) {
    clear: both;
  }

  .box__photos__list .item:nth-child(4n+1) {
    clear: none;
  }

  .box__photos__list .item__img > .fancybox::before {
    width: 18px;
    height: 18px;
    bottom: 5px;
    right: 5px;
  }

  .box__photos__list .item__title {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 13px;
  }

  .box__photos__list .prev {
    left: -22px;
  }

  .box__photos__list .next {
    right: -22px;
  }

  .box__photos p {
    font-size: 14px;
    letter-spacing: 0.7px;
    padding: 0 42px;
  }

  .box__photos .buttons {
    font-size: 0;
    padding: 13px 58px 0;
  }

  .box__photos .buttons img {
    height: auto;
  }

  .box__photos .btn_close {
    display: none;
  }
}

/* Box history */
.box__history .wcm {
  margin: 0 auto;
  max-width: 830px;
}

.box__history__title {
  background: url(../image/detail/title_history_01.png) no-repeat;
  display: table;
  font-size: 26px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  width: 100%;
}

.box__history__title > span {
  display: table-cell;
  vertical-align: middle;
}

.box__history__title > span span {
  position: relative;
}

.box__history__title > span span:after,
.box__history__title > span span:before {
  background: url(../image/detail/ico01.png) no-repeat;
  content: '';
  display: block;
  height: 17px;
  left: -35px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 26px;
}

.box__history__title > span span:after {
  left: auto;
  right: -35px;
}

.box__history__content {
  padding: 0 5px;
}

.box__history__content h2 {
  background: url(../image/detail/title_history.png);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 27px;
  padding: 14px 0 13px 30px;
  position: relative;
}

.box__history__content h2:before {
  background: #fff;
  content: '';
  display: block;
  height: 70%;
  left: 10px;
  position: absolute;
  top: 7px;
  width: 4px;
}

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

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

.box__history__content h3 > span {
  background: url(../image/bkg.png);
  display: block;
  padding: 15px 35px 11px;
  position: relative;
}

.box__history__content h3 span span {
  position: relative;
}

.box__detail {
  /* letter-spacing: 0.13em;*/
  padding: 28px 30px 7px;
}

.wp-caption-text {
  color: #821e7f;
  font-size: 17px;
  line-height: 27px;
  margin-top: 3px;
  text-align: center;
}

.box__detail img {
  border: #aaa solid 1px;
}

.box__detail p {
  color: #000;
}

.box__detail .wp-caption.pc {
  margin-bottom: 0;
  padding-top: 6px;
}

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

  .box__history__title {
    background: url(../image/detail/bkg_title_sp.png) repeat-x;
    background-size: auto 49px;
    font-size: 24px;
    height: 49px;
    letter-spacing: 1.2px;
    position: relative;
  }

  .box__history__title > span span:after,
  .box__history__title > span span:before {
    background-size: 100%;
    height: 13px;
    left: -30px;
    margin-top: -6px;
    width: 20px;
  }

  .box__history__title > span span:after {
    left: auto;
    right: -30px;
  }

  .box__history__title:before,
  .box__history__title:after {
    background: url(../image/detail/title_history_l.png) no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 46px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 38px;
  }

  .box__history__title:after {
    background-image: url(../image/detail/title_history_r.png);
    left: auto;
    right: 0;
  }

  .box__history__content {
    padding: 0 0 13px;
  }

  .box__history__content h2 {
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 12px 0 12px 20px;
  }

  .box__history__content h2:before {
    left: 8px;
  }

  .box__history__content h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .box__history__content h3 > span {
    padding: 8px 20px 6px;
  }

  .box__detail {
    padding: 20px 20px 15px;
  }

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

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

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

  .box__history__content h3 {
    font-size: 18px;
  }
}

/* Box font size */
.box__font__size .wcm:after,
.box__font__size:after {
  clear: both;
  content: '';
  display: table;
}

.box__font__size .wcm {
  font-size: 0;
  margin: 24px auto 14px;
  max-width: 820px;
}

.charm_detail_content__zoom {
  margin: 0;
}

/* Box news */
.box__news .wcm {
  max-width: 800px;
}

.box__news__title {
  background: url(../image/detail/title_news.png) no-repeat;
  color: #fff;
  display: table;
  font-size: 23px;
  font-weight: 600;
  height: 54px;
  letter-spacing: 1.15px;
  margin: 0 auto -27px;
  position: relative;
  text-align: center;
  width: 386px;
  z-index: 1;
}

.box__news__title span {
  display: table-cell;
  vertical-align: middle;
}

.box__news__content {
  background: url(../image/detail/bkg.png);
  padding: 6px;
}

.box__news__inner {
  background: url(../image/detail/bkg01.png);
  padding: 51px 60px 30px;
  position: relative;
}

.box__news__inner:before {
  background: url(../image/detail/bkg_news_01.png) no-repeat;
  bottom: 0;
  clear: both;
  content: '';
  display: block;
  height: 173px;
  left: -1px;
  position: absolute;
  width: 312px;
}

.box__news ul {
  position: relative;
  z-index: 1;
}

.box__news ul li .date {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  width: 215px;
}

.box__news ul li a {
  color: #0d53de;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 450px;
}

.box__news ul li a:hover {
  color: #a92121;
}

.box__news .buttons {
  margin: 10px 0 0;
  text-align: right;
}

.box__news .buttons a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .box__news {
    margin-bottom: 37px;
  }

  .box__news .wcm {
    padding: 0 15px;
  }

  .box__news__title {
    background: url(../image/detail/title_news_sp.png) no-repeat center;
    background-size: auto 41px;
    font-size: 18px;
    height: 41px;
    letter-spacing: 0.9px;
    width: 77.86%;
  }

  .box__news__inner {
    padding: 40px 20px 15px;
  }

  .box__news__inner:before {
    display: none;
  }

  .box__news__content {
    padding: 5px;
  }

  .box__news ul {
    margin: 0 -7px;
  }

  .box__news ul li {
    padding: 0 7px;
  }

  .box__news ul li .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .box__news ul li a {
    font-size: 15px;
    line-height: 22px;
    max-width: 200px;
    width: 100%;
  }

  .box__news .buttons {
    margin: 10px 0 0;
    padding: 0 18px;
    text-align: center;
  }

  .box__news .buttons img {
    height: auto;
  }
}

/* Box text */
.box__text .wcm {
  max-width: 780px;
  padding: 25px 0 0;
  text-align: justify;
}

@media (max-width: 767px) {
  .box__text .wcm {
    font-size: 15px;
    line-height: 22px;
    max-width: 78.5%;
    padding: 8px 0 23px;
  }
}

/* Banner */
.box__banner .wcm {
  font-size: 0;
  position: relative;
}

.box__banner .img {
  float: left;
  position: relative;
  width: 42%;
}

.box__banner .img_icat {
  float: left;
  position: relative;
  width: 58%;
}

.box__banner .ttl_icat {
  font-weight: 600;
  text-shadow: 2px 2px 4px #000;
}

.box__banner .ttl_icat.type01 {
  background: rgba(0, 0, 0, .6);
  font-size: 24px;
  color: #fff;
  padding: 18px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 100%;
}

.box__banner .ttl_icat.type02 {
  font-size: 22px;
  left: 50%;
  right: auto;
  top: 22%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

.box__banner .icat_shop_box {
  display: block;
}

.box__banner .icat_shop_name {
  display: inline-block;
}

.banner__text {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner__text h1 {
  display: table;
  font-size: 50px;
  font-weight: 600;
  height: 100%;
  letter-spacing: 2.5px;
  text-shadow: 2px 2px 4px #222;
  width: 100%;
}

.banner__text h1 span {
  display: table-cell;
  line-height: 1.2;
  padding: 0 2%;
  text-align: center;
  vertical-align: middle;
}

.banner__text h1 .adj_fz {
  font-size: 32px;
}

.banner__text p {
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: absolute;
  text-align: center;
  right: 33px;
}

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

  .box__banner .ttl_icat {
    line-height: 1.5;
  }

  .box__banner .ttl_icat.type01 {
    font-size: 3vw;
    padding: 5px 10px;
  }

  .box__banner .ttl_icat.type02 {
    font-size: 2.5vw;
  }

  .banner__text h1 {
    font-size: 23px;
    letter-spacing: 1.15px;
  }

  .banner__text h1 .adj_fz {
    font-size: 18px;
  }

  .banner__text p {
    bottom: 8px;
    font-size: 14px;
    letter-spacing: 0.7px;
    right: 10px;
    text-align: left;
  }
}

@media (max-width: 413px) {
  .banner__text h1 {
    font-size: 21px;
  }

  .banner__text p {
    bottom: 3px;
    font-size: 12px;
    font-feature-settings: 'pkna';
  }

  .banner__text h1 .adj_fz {
    font-size: 14px;
    line-height: 1.2;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box__news__title {
    padding-top: 11px;
  }

  .box__history__title {
    padding-top: 10px;
  }

  .box__history__title > span span:after,
  .box__history__title > span span:before {
    margin-top: -14px;
  }

  .box__history__content h3 {
    padding: 18px 0 10px 30px;
  }

  .box__photos__title span span {
    padding-top: 7px;
  }

  .box__photos__title > span span:before,
  .box__photos__title > span span:after {
    margin-top: -7px;
  }

  .box__prefecture__title {
    padding-top: 11px;
  }

  .box__prefecture__title > span span:after,
  .box__prefecture__title > span span:before {
    margin-top: -13px;
  }

  .box__report__title {
    padding-top: 9px;
  }

  .box__report__title > span span:after,
  .box__report__title > span span:before {
    margin-top: -9px;
  }

  .box__faci__title {
    padding-top: 9px;
  }

  .box__faci__title > span span:after,
  .box__faci__title > span span:before {
    margin-top: -13px;
  }

  .box__video__title span span,
  .box__map__title span span {
    padding-top: 7px;
  }

  .box__video__title > span span:after,
  .box__video__title > span span:before,
  .box__map__title > span span:after,
  .box__map__title > span span:before {
    margin-top: -7px;
  }

  .box__history__content h2 span {
    display: block;
    padding-top: 7px;
  }

  .box__title > span span {
    padding-top: 8px;
  }
}

/* Light box */
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.fancybox-stage .item-modal .item__title {
  background: #e7f5fb;
  color: #1a8175;
  font-size: 13px;
  margin: 10px 0 0;
  padding: 7px 10px 7px;
  font-weight: 600;
}

.btnclose {
  background: url(../image/lightbox-btn-close.gif) no-repeat;
  display: block;
  font-size: 0;
  height: 26px;
  margin: 10px auto 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .btnclose {
    clear: both;
  }
}

.btnclosetop {
  background: url(../image/ico_closepopup.png) no-repeat top left;
  display: block;
  height: 35px;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 35px;
}

.btnclose:hover,
.btnclosetop:hover {
  opacity: 0.7;
}

.fancybox-slide {
  overflow: visible;
}

@media (max-width: 767px) {
  .fancybox-stage .item-modal {
    width: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-stage .item-modal .item__title {
    font-size: 16px;
  }

  .fancybox-stage .item-modal {
    width: 850px;
  }

  .zoomer_fancy {
    height: 548px;
  }

  .zoomer-controls {
    display: none !important;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .archor__links ul li span.text_a {
    position: relative;
    top: 3px;
  }

  .fancybox-arrow {
    /* top: 20%; */
  }
}

.box_room_exhibits--item .btnclose {
  background: none;
}

/* box__text__inner */
.box__text__inner {
  margin: 15px auto 15px;
  text-align: left;
  max-width: 750px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .box__text__inner {
    font-size: 17px;
    letter-spacing: 0.8px;
    line-height: 24px;
    margin: 17px auto 20px;
    max-width: 90%;
    padding: 0;
  }
}

@media (max-width: 413px) {
  .box__text__inner {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/* banner template */
.zoomer-controls {
  display: none !important;
}

@media (max-width: 1024px) {
  .zoomer-controls {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .content_banner figcaption {
    text-align: left;
  }

  .zoomer-controls {
    display: none;
  }
}

/* H4~H6 */
.box__detail h4 {
  color: #18561e;
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box__detail h5 {
  color: #9e1c1c;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box__detail h6 {
  color: #1822a9;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 0 1% 1em;
  text-indent: -1em;
}

.box__detail dl {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .box__text {
    font-size: 17px;
    letter-spacing: 0.85px;
    line-height: 26px;
    /*margin-bottom: 33px;*/
    padding: 0 10px;
    width: 100%;
  }

  .box__anchors {
    margin-bottom: 40px;
  }

  .box__anchors .title {
    font-size: 19px;
    font-feature-settings: "pkna";
    letter-spacing: 1px;
    line-height: 39px;
  }

  .box__anchors .title span:before {
    left: -35px;
  }

  .box__anchors .title span:after {
    right: -35px;
  }

  .anchor h2 {
    font-size: 20px;
    padding: 5px 10px 5px 20px;
  }

  .anchor h2 span:before {
    left: -10px;
    width: 3px;
  }

  .anchor h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .anchor h3 > span {
    padding: 8px 20px 6px;
  }

  .box__detail {
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
  }

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

  .box__detail .wp-caption-text {
    font-size: 15px;
    line-height: 20px;
    margin: auto 1.25em 12px;
  }

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

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

.note {
  font-size: 16px;
  font-weight: 600;
  line-height: 2.4;
  margin-bottom: 20px;
}

.note a {
  color: #2B519B;
  margin: 0 0 0 1em;
  position: relative;
}

.note a:hover {
  opacity: 0.5;
}

.note a::before {
  border-color: transparent transparent transparent #2b519b;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  left: -.7em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

@media (max-width: 767px) {
  .note {
    font-size: 13px;
    margin-top: .5em;
    margin-bottom: 40px;
  }

  .note span {
    display: block;
  }
}

/* end content detail */

/*-------------------------------
▼▼▼20190725_既存バナー制作追加分▼▼▼
-------------------------------*/

/*前提記載（レイアウトが崩れた際に記載）*/
.bnr_line {
  max-width: 750px;
  display: block;
  margin: 0 auto 30px;
}

.bnr_line .clearfix {
  margin: 0 auto;
  width: 98%;
}

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

/*前提記載（レイアウトが崩れた際に記載）*/

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

.bnr_single_line figure.bnr_box {
  margin: 0 auto 5px;
  max-width: 504px;
}

.clearfix .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) no-repeat right bottom;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  max-width: 35px;
  position: absolute;
  right: 0;
  width: 100%;
}

.clearfix .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% 4% 2%;
  width: 100%;
}

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

/*------各カテゴリー別指定------*/

/*リサーチ 城をめぐる戦い .bf_research-castle_link*/
.clearfix .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) 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) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
  background-size: 100%;
}

/*日本史／全国の合戦・古戦場（地域別） .bf_kosenjo_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*武将・歴史人の日本刀（イラスト） .bf_sword_legend_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*刀剣奉納 神社・仏閣の日本刀 .bf_religious_building_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*日本史の珍説 .bf_strange_story_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*日本史／合戦歴史年表 .bf_battle_history_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*五箇伝の名工 .bf_gokaden_meikou_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*名家・著名人の日本刀 .bf_museum_katana_historian_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*戦国武将の合戦戦略 .bf_battle_strategy_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*日本刀の基礎知識 .bf_knowledge_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*刀剣展示 博物館の日本刀 .bf_museum_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*戦国武将 .bf_historian_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*主な江戸100藩（家紋） .bf_edo-domain100_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*皇室・公家と刀剣 .bf_imperial_sword_link*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*歌舞伎と刀剣 .bf_kabuki_touken_link*/
.clearfix .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) 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) 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) 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) no-repeat top;
  background-size: 100%;
}

/*刀剣写真・日本刀画像一覧 .bf_search_cat*/
.clearfix .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) 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) no-repeat top;
  background-size: 100%;
}

/*戦国武将と甲冑 .bf_search_cat*/
.clearfix .bnr_line2 figure.bnr_box.bf_historian_armor {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian_armor-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}

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

/*刀剣広場 ブログ .bf_hiroba_blog_link*/
.clearfix .bnr_line2 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) no-repeat top;
  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) no-repeat top;
  background-size: 100%;
}

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

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

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

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

.clearfix .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,
.clearfix .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,
.clearfix .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.png) no-repeat center;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 30px;
  margin: auto 0 auto 5px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 120px;
}

/*------各カテゴリー別指定_end------*/

.clearfix .bnr_line2 figure.bnr_box .txt_name,
.bnr_single_line figure.bnr_box .txt_name {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bg_bnr_bf.png) no-repeat 0 0 / cover;
  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;
  margin: 0 auto;
  position: relative;
  padding: 1% 7%;
  width: 85%;
}

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

.clearfix .bnr_line2 figure.bnr_box span.txt_name:before,
.clearfix .bnr_line2 figure.bnr_box span.txt_name:after,
.bnr_single_line figure.bnr_box span.txt_name:before,
.bnr_single_line figure.bnr_box span.txt_name:after {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/ico_bnr_bf.png) no-repeat 0 0 /cover;
  bottom: 0;
  content: "";
  display: block;
  height: .5em;
  margin: auto 0;
  top: 0;
  position: absolute;
  width: .75em;
}

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

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

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

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

.bnr_line .clearfix .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 (max-width: 767px) {
  .clearfix .bnr_line2 {
    margin: 20px auto 0;
  }

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

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

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

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

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

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

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

  /*前提記載（レイアウトが崩れた際に記載）_tips限定*/
  .bnr_line .clearfix .bnr_line2:nth-child(1),
  .bnr_line .clearfix .bnr_line2:nth-child(2) {
    margin-top: 10px;
  }

  .bnr_line .clearfix .bnr_line2:nth-child(1) {
    margin-top: 0;
  }

  /*前提記載（レイアウトが崩れた際に記載）_tips限定*/
  /*刀剣商崩れ対策*/
  .tosho__detail .bnr_single_line figure.bnr_box a {
    overflow: inherit;
  }

  /*------各カテゴリー別指定------*/

  /*リサーチ 城をめぐる戦い .bf_research-castle_link*/
  .bnr_single_line figure.bf_research-castle_link {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/homemate_research/bnr_siege_600_150_bg.png) no-repeat top, linear-gradient(to bottom, #370105 0, #7c0a13 50%);
    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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) no-repeat top;
    background-size: 100%;
  }

  /*戦国武将と甲冑 .bf_search_cat*/
  .bnr_single_line figure.bnr_box.bf_historian_armor {
    background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-historian_armor-link-600x300.jpg) no-repeat top;
    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) no-repeat top;
    background-size: 100%;
  }

  /*------各カテゴリー別指定_end------*/
}

/* ------------------------------------ */
/* ▼ sword_marketing_area */
/* ------------------------------------ */
.sword_marketing_block {
  background-color: #fff;
  border: 1px solid #d7dfef;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

.sword_marketing_title {
  text-align: center;
}

.sword_marketing_title > span {
  color: #826846;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.2;
  position: relative;
  padding: 0 30px;
}

.sword_marketing_title > span::after,
.sword_marketing_title > span::before {
  background: url(/image_cmn/ico/ico-blue.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
}

.sword_marketing_title > span::after {
  right: 0;
}

.sword_marketing_title > span::before {
  left: 0;
}

.sword_marketing_lead {
  letter-spacing: .04em;
}

.sword_marketing_btn_wrap {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sword_facility_area + .sword_marketing_area {
    margin-top: -20px;
  }

  .sword_marketing_area {
    margin-bottom: 50px;
  }

  .sword_marketing_block {
    padding: 23px 30px 30px;
  }

  .sword_marketing_lead {
    margin-top: 8px;
    text-align: center;
  }

  .sword_marketing_btn_wrap {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
  }

  .sword_marketing_btn_wrap .cmn_link_btn {
    max-width: 340px;
  }

  .sword_marketing_btn_wrap .cmn_link_btn:nth-child(n+3) {
    margin-top: 16px;
  }

  .sword_marketing_btn_wrap .cmn_link_btn_text::after {
    border-width: 6px 0 6px 8px;
    right: 14px;
    top: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .sword_facility_area + .sword_marketing_area {
    margin-top: -10px;
  }

  .sword_marketing_area {
    margin-bottom: 30px;
    padding: 0 32px;
  }

  .sword_marketing_block {
    padding: 7% 2.86% 8%;
  }

  .sword_marketing_lead {
    font-size: 15px;
    line-height: 1.44;
    margin-top: 2%;
  }

  .sword_marketing_btn_wrap {
    margin-top: 8%;
    max-width: 270px;
    width: 90%;
  }

  .sword_marketing_btn_wrap .cmn_link_btn:not(:first-of-type) {
    margin-top: 10px;
  }

  .sword_marketing_btn_wrap .cmn_link_btn_text::after {
    border-width: 4px 0 4px 6px;
    right: 4px;
    top: calc(50% - 4px);
  }
}

/* sword_facility_area崩れ調整のための上書き */
@media (max-width: 767px) {
  .tosho__detail .sword_facility_area .sword_facility_block .city_name_list.js_hide {
    max-height: 83px;
  }
}

/* 枠サイズ調整のための上書き */
.tosho__detail .sword_facility_area .wcm{
  max-width: 760px;
}

/*-------------------------------
▼ TCI福岡_sakaguchi バナー共通化対応
-------------------------------*/
@media (max-width: 767px) {
  .box_description .cmn_bnr_area.col02.col02_bnr_01 {
    max-width: 345px;
    padding: 0;
  }
}

/* ------------------------------------ */
/* ▼ ラベル(おすすめ店) */
/* ------------------------------------ */
.recommended-shop_label {
  display: block;
  width: 104px;
  height: 30px;
  position: absolute;
  top: 12%;
  left : 25px;
  background: url(../image/ico-recommend_02.png) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .recommended-shop_label {
    height: 0;
    max-width: 104px;
    width: 100%;
    padding: 6% 0;
    top: 8%;
    left : 8%;
  }
}

/* ------------------------------------ */
/* ▼ 地図下スペーサー調整 */
/* ------------------------------------ */
.facility_map_all_wrap .facility_map_links.adj_three_btn_specer:not(.no_spacer):before {
  left: -190px;
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/detail/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}
@media (max-width: 375px) {
  .top-link-text {
    font-size: 12px;
  }
}

.cmn_h3_01_border {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}