@charset "utf-8";
/* ==========================================================
title : 刀剣ワールド 日本刀の拵写真 詳細ページ
scope : 刀剣ワールド 日本刀の拵写真 詳細ページ

memo：

last modify : 2020/08/19 TCI福岡_sakaguchi 共通tableクラスの導入

2020/0818/ TCI福岡_eguchi インデント調整
2020/07/07 319_shimizu 目貫のみのメインビジュアルレイアウト修正
2020/06/10 319_shimizu レイアウト修正
2020/04/30 TCI福岡_sakaguchi 共通ボタンの導入

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

.breadcrumbs {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .breadcrumbs li {
    display: inline;
    font-size: 14px;
    line-height: 22px;
  }
}

.bg_block {
  background: #e8ddcf;
  margin-bottom: 40px;
}

/*=====================================================================================*/
/* button */
.change_btn_wrap.versus {
  margin: -35px auto 30px;
}

/*=====================================================================================*/
.box__top .wcm {
  border: #BEA656 solid 4px;
  margin: 0 auto 60px;
}
.box__top .box__first {
  background: url(../image/detail/img01.jpg) no-repeat bottom right #000;
  background-size: cover;
  color: #fff;
  display: table;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .box__top .box__first:before {
    background: #594730;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    width: 95%;
  }
}

.box__top .box__first .box__wrap {
  align-items: center;
  display: flex;
  min-height: 144px;
}
.box__top .box__first .box__left {
  display: table-cell;
  vertical-align: middle;
  width: 191px;
}
.box__top .box__first .box__left li {
  background: url(../image/detail/bkg_01.png);
  font-size: 18px;
  line-height: 25px;
  margin: 5px 0;
  padding: 3px;
  text-align: center;
}
.box__top .box__first .box__right {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}
.box__top .box__first .box__right p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 12px 0 16px;
}
.box__top .box__first .box__right h1 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}
.box__top .box__second {
  padding: 30px 80px;
  font-weight: 600;
  background: #fff;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .box__top .wcm {
    margin: 0 auto 0;
    background: #fff;
  }
  .box__top .box__second {
    background-size: 30%;
  }
  .box__top .box__first .box__wrap {
    display: block;
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .box__top {
    padding: 0 15px;
    /* margin: 0 auto 0; */
  }
  .box__top .box__first {
    background: url(../image/detail/bkg_top_sp.png) no-repeat left bottom #000;
    background-size: 300px;
    display: block;
    padding: 20px 20px 0;
  }
  .box__top .box__first .box__left {
    display: block;
    width: 100%;
  }
  .box__top .box__first .box__left ul {
    font-size: 0;
    padding: 0;
  }
  .box__top .box__first .box__left li {
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0 0;
    width: auto;
  }
  .box__top .box__first .box__right {
    border-bottom: 1px solid #594730;
    display: block;
    padding: 0;
  }
  .box__top .box__first .box__right p {
    font-size: 13px;
    margin: 21px 0 10px;
  }
  .box__top .box__first .box__right h1 {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .box__top .box__second {
    font-size: 15px;
    line-height: 22px;
    padding: 20px 20px 22px;
  }
}

/*=====================================================================================*/
.box__main__img {
  display: table;
  table-layout: fixed;
  min-height: 370px;
  table-layout: fixed;
  width: 100%;
}
.category_menuki .box__main__img{
  min-height: 250px;
}

.box__main__img .box__main__img__inner {
  background: #ececec;
  font-size: 0;
  margin: -1px auto 0;
  text-align: center;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}
.box__main__img .box__main__img__inner img {
  -ms-transform: scale(1.6, 1.6);
  -webkit-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
}

@media (max-width: 767px) {
  .box__main__img {
    min-height: 80px;
  }
  .box__main__img .box__main__img__inner img {
    max-width: 80%;
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
  .box__main__img .box__main__img__inner {
    margin: 0 auto 20px;
  }
  /*.box__main__img .box__main__img__inner img:nth-child(2) {
    border-top: 1px #666 solid;
  }*/
}

/*=====================================================================================*/
.box_detail .box__title {
  background: url(../image/detail/bkg_title_01.png) left top repeat;
  display: table;
  margin: 0 auto;
  width: 820px;
}
.box_detail .box__title h2 {
  color: #fff;
  display: table-cell;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 4.6px;
  text-align: center;
  padding: 12px 45px;
  vertical-align: middle;
}
.box_detail .box__title h2 span {
  display: inline-block;
  position: relative;
}
.box_detail .box__title h2 span:after,
.box_detail .box__title h2 span:before {
  background: url(../image/h2_icon.png) no-repeat;
  content: '';
  display: block;
  height: 20px;
  left: -45px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.box_detail .box__title h2 span:after {
  left: auto;
  right: -45px;
}
.box_search_detail {
  padding-top: 16px;
}
.box_search_detail .box_detail {
  margin: 0 auto 60px;
  padding: 0 0 60px;
  width: 910px;
}
.box_search_detail .box_detail.no-show {
  max-width: 1000px;
  width: 100%;
}
.box_search_detail .box_detail.no-show {
  position: relative;
}
.box_search_detail .box_detail.no-show:after {
  /* background: url(../image/detail/bkg_04.png) no-repeat; */
  display: block;
  content: '';
  height: 204px;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

@media (max-width: 767px) {
  .box_search_detail .box_detail {
    margin-bottom: 0;
    padding: 0 10px 40px;
    width: 100%;
  }
  .box_detail .box__title {
    background-size: 100% 48px;
    height: 48px;
    margin-bottom: 0;
    position: relative;
    width: 95%;
  }
  .box_detail .box__title h2 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
  }
  .box_detail .box__title h2 span:after,
  .box_detail .box__title h2 span:before {
    background-size: 100%;
    height: 14px;
    left: -35px;
    margin-top: -7px;
    width: 22px;
  }
  .box_detail .box__title h2 span:after {
    left: auto;
    right: -35px;
  }
  .box_search_detail .box_detail.no-show:after,
  .box_search_detail .box_detail.no-show:before {
    display: none;
  }
}

/*=====================================================================================*/
.box__search {
  clear: both;
  position: relative;
  margin-bottom:20px;
  padding: 0 10px 20px;
  z-index: 1;
}
.box__search .wcm {
  position: relative;
}
.box__search p {
  margin: 10px 0 25px;
  text-align: center;
}
.box__search p 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__search .fancybox {
  display: block;
  position: relative;
}
.box__search .fancybox:after {
  background: url(../image/detail/ico_zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px;
}
.box__search .fancybox.icon_gray:after {
  background-image: url(../image/detail/ico_zoom.png) ;
}
.list__imgs {
  margin: 30px auto 40px;
  max-width: 920px;
}
.list__imgs .item {
  font-size: 0;
  margin-bottom: 27px;
}
.list__imgs .item:last-child {
  margin-bottom: 0;
}
.list__imgs .item .showcase_box__content {
  display: block;
  margin-bottom: 20px;
  background: #9b9b9b;
}
.list__imgs .item .showcase_box__content:last-child {
  margin-bottom: 0;
}
.list__imgs .item img {
  /* width: 100%; */
  -ms-transform: scale(1.7, 1.7);
  -webkit-transform: scale(1.7, 1.7);
  transform: scale(1.7, 1.7);
}
.list__imgs .item a {
  display: table;
  position: relative;
  max-height: 136px;
  overflow: hidden;
}

.list__imgs .item a.icon_gray,
.list__imgs .item a + a {
  margin: 0;
}
.grid__imgs {
  margin: 0 auto;
  max-width: 912px;
}
.grid__imgs ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid__imgs li {
  margin-bottom: 20px;
  width: 30.92%;
}
.grid__imgs li p {
  margin: 0;
}
.grid__imgs li.deco_col2 {
  width: 65.36%;
}
.grid__imgs li.hidepc {
  display: none;
}
.grid__imgs .buttons {
  font-size: 0;
  text-align: right;
}
.grid__imgs .btncollapse {
  display: none;
}

@media (max-width: 767px) {
  .box__search .wcm::after {
    content: none;
  }
  .box__search p {
    font-size: 13px;
    margin: 5px 0 20px;
    text-align: left;
  }
  .list__imgs {
    margin-bottom: 30px;
  }
  .list__imgs .item {
    margin-bottom: 15px;
  }
  .grid__imgs ul {
    margin: 0 -2px 6px;
  }
  .grid__imgs li {
    margin-bottom: 4px;
    padding: 0 2px;
    width: 33%;
  }
  .grid__imgs li:nth-child(n),
  .grid__imgs li:nth-child(2n+1) {
    clear: none;
  }
  .grid__imgs ul:not(.slick-slider) li:nth-child(2n) {
    clear: both;
  }
  .grid__imgs .buttons {
    margin: 0 auto;
    max-width: 87.3%;
    text-align: center;
  }
  .grid__imgs .buttons .btnclose {
    display: none;
  }
  .grid__imgs .prev {
    left: -22px;
  }
  .grid__imgs .next {
    right: -22px;
  }
}

@media (max-width: 413px) {
  .box__search .box__title {
    background-image: url(../image/detail/bkg_title_sp_top_1.jpg);
    padding-top: 7px ;
  }
  .box__search .box__title h2 {
    background-image: url(../image/detail/bkg_title_sp_bottom_1.jpg);
  }
  .box__search .box__title h2 span {
    max-width: 220px;
  }
}

figure,section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,a:hover {
  outline: 0;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
@media print {
  *,:after,:before {
  color: #000!important;
  text-shadow: none!important;
  background: 0 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
a,a:visited {
  text-decoration: underline;
}
a[href]:after {
  content: " (" attr(href) ")";
}
img {
  page-break-inside: avoid;
}
img {
  max-width: 100%!important;
}
p {
  orphans: 3;
  widows: 3;
}
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
@media print {
  a[href]:after {
  content: ""!important;
}
}
a:focus {
  outline: none;
}
.mb30 {
  margin-bottom: 30px!important;
}
.ffM {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
}
img {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img,ul,li,figure,section {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
figure,section {
  display: block;
}
a {
  outline: none;
}
a:link {
  color: #0d53de;
  text-decoration: none;
}
a:visited {
  color: #0d53de;
  text-decoration: none;
}
a:hover {
  color: #dd0000;
  text-decoration: none!important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:active {
  color: #000;
  text-decoration: none;
}
.wcm {
  max-width: 1000px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:hover img,body:hover {
  opacity: 1;
}
}
@media print, screen and (min-width: 768px) {
  .sp {
  display: none!important;
}
}
@media screen and (max-width: 767px) {
  .sp {
  display: block!important;
}
}
.box__detail p {
  letter-spacing: .06em;
}
@media screen and (max-width: 767px) {
  .box__video__content:before,.box__video__content:after {
  content: none!important;
}
}
p,li {
  word-break: normal;
}
@media all {
  .box_tips_detail .wcm {
  padding: 25px 0 0;
  position: relative;
}
@media ( max-width: 767px ) {
  .box_tips_detail .wcm {
  padding: 18px 10px 0;
}
}
.box__detail a {
  color: #0d53de;
}
.box__detail a:hover {
  color: #a92121;
}
.box__detail img {
  border: #888 solid 1px;
  box-sizing: unset;
  display: block;
  height: auto;
  margin: 0 auto;
}
.box__detail p {
  margin-bottom: 13px;
  color: #111;
}
@media (max-width: 767px) {
  .box__detail img {
  display: inline-block;
  height: auto;
  margin-left: -1px;
  max-width: 100%;
  vertical-align: bottom;
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast:active) {
  .box__detail img {
  box-sizing: content-box;
}
}
}

/********************* IE ********************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box__top .box__first .box__left li {
    padding: 6px 3px 0;
  }
  .box_detail .box__title h2 span {
    top: 5px;
  }
  .box_detail .box__title h2 span:before,
  .box_detail .box__title h2 span:after {
    margin-top: -11px;
  }
}

.tablet .wcm_inner {
  overflow: hidden;
}
.fancybox-slide .fancybox-image-wrap p {
  color: #fff;
  text-align: center;
}
.fancybox-image {
  position: static!important;
}
.fancybox-caption-wrap {
  display: none!important;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.fancybox-arrow[disabled] {
  opacity: .3!important;
}

/* Showcase box
 =========================================================== ======================== */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide > .showcase_box {
  margin: 0;
}
.showcase_box .showcase_box__content p {
  background: #fff;
  font-size: 18px;
  max-width: 350px;
  margin: 20px auto 0;
  padding: 10px;
  text-align: center;
}
.showcase_box .zoomer .zoomer-holder {
  box-shadow: 0 0 1px 0px rgba(80, 80, 80, 0.5);
}
.showcase_box .showcase_box__content img {
  /* border: 1px solid grey; */
  display: block;
  height: auto;
  margin: auto;
  width: auto;
}
.zoomer_basic {
  height: 210px;
  width: 100%;
  overflow: hidden;
}
.zoomer_fancy {
  height: 500px;
  width: 100%;
}
.zoomContainer {
  z-index: 99999;
}
.fancybox-enabled body {
  width: auto;
}
#detail .fancybox-close-small {
  background: url(../image/close.jpg) no-repeat top left;
  height: 35px;
  top: -20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 35px;
}
.fancybox-close-small:after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.fancybox-bg {
  background: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.showcase_change_zoom {
  background: #fff;
  border: 1px solid #8E8E8E;
  bottom: -30px;
  display: none;
  font-size: 0;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 117px;
}
.showcase_change_zoom a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  line-height: 30px;
  outline: none;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.showcase_change_zoom a:first-child {
  border-right: 1px solid #8E8E8E;
}
.showcase_change_zoom a.active {
  background: #8E8E8E;
  color: #fff;
}
.fancybox-is-open .showcase_change_zoom {
  display: block;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background: none;
  margin: 0;
  padding: 0;
}
.zoomer {
  padding: 0;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6,6,9,0.9);
}
.showcase_box1 .zoomer_basic {
  height: 187px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .showcase_box .showcase_box__content img {
    border: none;
  }
}

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 414px;
  }
  .zoomer_basic {
    height: 120px;
  }
  .showcase_box .showcase_box__content p {
    margin-top: 15PX;
  }
}

/* close add banner 9/5/2018 */
.zoomer .zoomer-controls {
  background: none;
  box-shadow: none;
}
.zoomer .zoomer-controls span {
  background: rgba(255,255,255,1);
  margin: 0 15px;
}
.zoomer .zoomer-controls:before {
  display: none;
}
.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
  transform: translate3d(0, 0, 0);
}
.zoomer .zoomer-controls span.zoomer-zoom-out:hover,
.zoomer .zoomer-controls span.zoomer-zoom-in:hover {
  background: #333;
}

/* info box */
.info_box {
  margin: 0 auto;
  max-width: 820px;
}
.info_box dl {
  background: #fff;
  border-color: #B28E5F;
  border-width: 2px;
  display: flex;
  flex-wrap: wrap;
}
.info_box dt,
.info_box dd {
  padding: 16px 10px;
}
.info_box .cmn_table_border.type03 dt,
.info_box .cmn_table_border.type03 dd {
  border-bottom-color: #B28E5F;
  border-right-color: #B28E5F;
  border-right-width: 1px;
}
.info_box dt {
  background: url(../image/result/bg_table.png) repeat 0 0;
  width: 20%;
}
.info_box dt span {
  background: url(../image/table_icon01.png) no-repeat 0 center;
  display: inline-block;
  padding-left: 30px;
}
.info_box dt.kind span {
  background-image: url(../image/table_icon02.png);
}
.info_box dd {
  width: 30%;
}
.info_box_other {
  margin-top: 25px;
}
.info_box_other .cmn_table_border.type01 {
  border-color: #b28e5f;
}
.info_box_other tr th {
  background: url(../image/result/bg_table.png) repeat 0 0;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}
.info_box_other tr td {
  background: #FFF;
  padding: 16px 25px;
  text-align: left;
  vertical-align: middle;
}
.info_box_other .cmn_table_border.type01 td,
.info_box_other .cmn_table_border.type01 th {
  border-bottom: none;
  border-right: none;
}

@media (min-width: 768px) {
  .info_box dt:nth-of-type(n+3),
  .info_box dd:nth-of-type(n+3) {
    border-top: 1px solid #D9C7AF;
  }
  .info_box .cmn_table_border.type03 dt,
  .info_box .cmn_table_border.type03 dd {
    border-bottom: none;
  }
  .info_box .cmn_table_border.type03 dd:last-of-type {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .info_box {
    margin: 0 auto 8%;
    width: 95%;
  }
  .info_box dt:nth-of-type(n+2),
  .info_box dd:nth-of-type(n+2) {
    border-top: 1px solid #D9C7AF;
  }
  .info_box dt,
  .info_box dd {
    font-size: 14px;
  }
  .info_box dt {
    width: 45%;
  }
  .info_box dd {
    width: 55%;
  }
  .info_box_other tr th,
  .info_box_other tr td {
    font-size: 14px;
  }
  .info_box .cmn_table_border.type03 dt:last-of-type,
  .info_box .cmn_table_border.type03 dd:last-of-type {
    border-bottom: none;
  }
  .info_box .cmn_table_border.type03 dd {
    border-right: none;
  }
}

/* ------------------------------------ */
/* title */
/* ------------------------------------ */
.title_h2 {
  display: table;
  height: 40px;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}
.title_h2_type01 {
  background: url(../image/bkg_title_top.png) no-repeat top center, url(../image/bkg_title_bottom.png) no-repeat bottom center;
}
.title_h2:before,
.title_h2:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
  z-index: 0;
}
.title_h2_type01 > span ,
.title_h2_type01:before,
.title_h2_type01:after {
  background-color: #9a7f49;
}
.title_h2:before {
  right: 106.7%;
}
.title_h2:after {
  left: 106.7%;
}
.title_h2 > span {
  background-image: url(../image/bkg_title_line.png);
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
  display: table-cell;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}
.title_h2 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
}
.title_h2 > span > span:before,
.title_h2 > span > span:after {
  background: url(../image/h2_icon.png) no-repeat center;
  content: '';
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.title_h2 > span > span:after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .title_h2 {
    margin-bottom: 30px;
    padding: 13px 0;
    width: 500px;
  }
  .title_h2:before,
  .title_h2:after {
    width: 160px;
  }
  .title_h2 > span > span {
    font-size: 20px;
  }
  .title_h2 > span > span:before,
  .title_h2 > span > span:after {
    height: 19px;
    width: 27px;
  }
}

@media (max-width: 767px) {
  .title_h2 {
    background-size: 100%;
    padding: 6px 0;
    margin-bottom: 4%;
    width: 258px;
  }
  .title_h2:before,
  .title_h2:after {
    width: 30px;
  }
  .title_h2 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .title_h2 > span > span {
    font-size: 17px;
  }
  .title_h2 > span > span:before,
  .title_h2 > span > span:after {
    background-size: 100%;
    width: 22px;
  }
  .title_h2 > span > span:before {
    left: 12px;
  }
  .title_h2 > span > span:after {
    right: 12px;
  }
}

/* add banner 8/22/2019 */
.box_detail__bannerWrap {
  margin-top: 25px;
}
.box_detail__bannerWrap li:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
.box_detail__banner {
  max-width: 700px;
  margin: 0 auto;
  display: none;
}
.bnr_area .box_detail__banner {
  display: block;
}
.box_detail__banner figcaption {
  line-height: 1.4;
  margin-top: .5rem;
  text-align: left;
}
.box_detail__banner a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .box_detail__banner {
    max-width: 600px;
  }
  .box_detail__banner figcaption {
    font-size: 15px;
  }
}

.box_detail__banner.mw415 {
  max-width: 416px;
}

/* close add banner 8/22/2019 */

/* add title bg class 4/28/2020 */
.h1_bg_gold .box__first {
  background: url("../image/detail/bg-title-gold01.jpg") top right;
}

.h1_bg_gold .box__first::before {
  display: none;
}

.h1_bg_gold .box__first .box__left li {
  background-image: url("../image/detail/bkg_04.jpg");
}

.h1_bg_gold .box__first .box__right {
  color: #000;
}

@media (max-width: 767px) {
  .h1_bg_gold .box__first {
    background: url("../image/detail/bg-title-gold01-sp.png") no-repeat left top / 100%;
  }
  .h1_bg_gold .box__first .box__left li {
    border: none;
    padding: 3px 5px;
  }
  .h1_bg_gold .box__first .box__right {
    border-bottom: none;
  }
}
/* close title bg class 4/28/2020 */

/*200430_TCI福岡_sakaguchi 共通ボタンの導入*/
.btn_return {
  margin-bottom: 12px;
}
.btn_return .flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.btn_return .cmn_link_btn {
  margin: 0;
  width: 177px;
}
.btn_return .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
  padding: 8px 14px 7px 23px;
}
.btn_return .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  left: 14px;
  right: auto;
  top: calc(50% - 5px);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.connexion_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 572px;
}
.connexion_btn_wrap.versus {
  margin: 25px auto 0;
}
.connexion_btn_wrap .connexion_btn {
  max-width: 256px;
  width: 100%;
}
.connexion_btn_wrap .connexion_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 9px;
  right: 10px;
  top: calc(50% - 6px);
}
.connexion_btn_wrap.versus .connexion_btn,
.connexion_btn_wrap.versus .relate_btn {
  margin: 0 15px;
}
.connexion_btn_wrap.versus .connexion_btn:nth-child(n+3),
.connexion_btn_wrap.versus .relate_btn:nth-child(n+3) {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .connexion_btn_wrap {
    max-width: 500px;
  }
  .connexion_btn_wrap.versus {
    margin-top: 0;
  }
  .connexion_btn_wrap .connexion_btn {
    max-width: 240px;
  }
  .connexion_btn_wrap.versus .connexion_btn,
  .connexion_btn_wrap.versus .relate_btn {
    margin-top: 15px;
  }
  .connexion_btn_wrap .connexion_btn .cmn_link_btn_text {
    font-size: 15px;
    letter-spacing: .06em;
    padding: 6px 18px 6px 4px;
  }
  .connexion_btn_wrap .connexion_btn .cmn_link_btn_text::after {
    border-width: 5px 0 5px 7px;
    top: calc(50% - 4px);
  }
  .connexion_btn_wrap.versus .connexion_btn:nth-child(n+2),
  .connexion_btn_wrap.versus .relate_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

/* 共通動画調整 */
.cmn_box_item_movie .cmn_item_movie_thum {
  border: 5px solid #ccc;
}
.cmn_box_item_movie.has_spacer::before {
  background: url(../image/detail/bkg_02.png) no-repeat 0 0;
  height: 220px;
  width: 185px;
}
.cmn_box_item_movie.has_spacer::after {
  background: url(../image/detail/bkg_03.png) no-repeat 0 0;
  height: 214px;
  width: 187px;
}

@media (min-width: 768px) {
  .box__links__related {
    padding-bottom: 70px;
  }
  .cmn_box_item_movie.col01.has_spacer::before {
    left: 60px;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    right: 60px;
  }
  .cmn_box_item_movie.col02.has_spacer::before {
    left: -260px;
  }
  .cmn_box_item_movie.col02.has_spacer::after {
    right: -260px;
  }
  .cmn_box_item_movie.col03.has_spacer::before {
    left: -270px;
  }
  .cmn_box_item_movie.col03.has_spacer::after {
    right: -270px;
  }
}

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

/* 動画共通化調整 */
.cmn_box_item_movie .cmn_item_movie_txt_area{
  text-align: center;
}

.cmn_box_item_movie .cmn_item_movie_txt_area.not_bg {
  background-color: #E8DDCF;
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  .cmn_box_item_movie.col03 {
    background: url(/image_cmn/spacer/img-cmn-spacer-01.png) right 9% bottom 70px no-repeat;
    background-size: 18% auto;
  }
}

@media (max-width: 767px) {
  .cmn_box_item_movie.slick-slider {
    max-width:355px;
  }
  .cmn_box_item_movie.col01 .cmn_item_movie {
    max-width:355px;
  }
}

/* 共通見出し調整 */
.cmn_h3_01 {
  font-size: 20px;
}

.cmn_h3_01_txt {
  line-height: 1.3;
  letter-spacing: .1em;
}

.cmn_h3_01_txt span::after, .cmn_h3_01_txt span::before {
  background: url(../image/h2_icon.png) no-repeat 0 0;
  height: 17px;
  width: 25px;
}

.cmn_h3_01_border::before, .cmn_h3_01_border::after {
  width: 160px;
}

@media (min-width: 768px){
  .cmn_h3_01_txt{
    padding: 8px 80px;
  }
  .cmn_h3_01_txt span::before {
    right: -35px;
  }
  .cmn_h3_01_txt span::after {
    left: -35px;
  }
  .cmn_h3_01_border::before {
    right: calc(100% + 34px);
  }
  .cmn_h3_01_border::after {
    left: calc(100% + 34px);
  }
}

/* 背景画像サイズ調整 */
.search_item_bg05 .box__top .box__main__img__inner img {
  background-size: 5%!important;
}
.search_item_bg05 .box__search .grid__imgs img {
  background-size: 30%!important;
}
.search_item_bg05 .list__imgs .showcase_box__content .zoomer-image {
  background-size: 6%!important;
}
.search_item_bg05 .showcase_box__content .zoomer-image {
  background-size: 12%!important;
}
.search_item_bg05 .box__search .grid__imgs p img {
  background: none!important;
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
}
body .fancybox-close-small {
  background: url(../image/close.jpg) no-repeat top left;
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 37px;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background:none;
  margin: 0;
  padding: 0;
}

.showcase_box_cap {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  left: 0;
  line-height: 1;
  padding: 20px 25px;
  position: absolute;
  text-align: left;
  top: 0;
} 
.showcase_box_cap .showcase_box_cat {
  background: #734d6b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 4px 10px;
}
.showcase_box .showcase_box__content p.showcase_box_tit {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0;
  text-align:left;
}
.zoomer_fancy {
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
  background-color: #848484;
}
.zoomer {
  padding: 0;
}
.zoomer .zoomer-controls {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.zoomer .zoomer-controls span {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #cccccc;
  margin: 0 15px;
}
.zoomer .zoomer-controls::before {
  display: none;
}

.zoomer .zoomer-controls-top,
.zoomer .zoomer-controls-bottom {
  margin-left: -60px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomer .zoomer-controls span.zoomer-zoom-out:hover,
.zoomer .zoomer-controls span.zoomer-zoom-in:hover {
  background: #333;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.tab_only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tab_only {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_only {
    display: inline;
  }
}
