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

title : 刀剣ワールド 甲冑（鎧兜）写真 詳細ページ

memo：

last modify : 2021/11/17  WEB2TCI-24741_igarashi 動画タグ修正

2020/09/28 TCI福岡_sakaguchi WEB2TCI-14075 スライダー表示のタグ改修
2020/09/08 TCI福岡_sakaguchi 共通tableクラスの導入

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

.breadcrumbs {
  margin-bottom: 0;
}

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

/*=====================================================================================*/
.box__top .wcm {
  border: #BEA656 solid 4px;
  margin: 0 auto 65px;
}

.box__top .box__first {
  background: url(../image/detail/img01.jpg) no-repeat bottom right #000;
  background-size: cover;
  color: #fff;
  display: table;
  padding: 39px 30px 28px;
  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__left {
  display: table-cell;
  vertical-align: middle;
  width: 191px;
}

.box__top .box__first .box__left li {
  background: #181b5b;
  font-size: 18px;
  line-height: 25px;
  margin: 5px 0;
  padding: 3px;
  text-align: center;
}

.box__top .box__first .box__left li.first {
  background: url(../image/detail/bkg_01.jpg);
}

.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: 0 0 16px;
}

.box__top .box__first .box__right h1 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}

.box__top .box__second {
  padding: 27px 80px;
  font-weight: 600;
  background: #fff;
}

@media (max-width: 767px) {
  .box__top .wcm {
    margin: 0 auto 0;
    background: #fff;
  }
  .box__top .box__second {
    background-size: 30%;
  }
}

@media (max-width: 767px) {
  .box__top {
    padding: 0 15px;
  }
  .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 12px;
  }
  .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: 0;
    width: 50%;
  }
  .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__first .box__right h1 br {
    display: none;
  }
  .box__top .box__second {
    font-size: 15px;
    line-height: 22px;
    padding: 20px 20px 22px;
  }
}

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

.box__main__img .box__main__img__inner {
  background: #000;
  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.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.box__main__img .box__main__img__inner img:nth-child(2) {
  border-top: 2px #ccc solid;
  margin-top: 25px;
}

.box__main__img .wcm {
  position: relative;
}

@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.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
  .box__main__img .box__main__img__inner {
    margin: 0 auto 20px;
  }
}

/*=====================================================================================*/
.box_detail .box__title {
  background: url(../image/detail/bkg_05.jpg) repeat;
  display: table;
  height: 55px;
  margin: 0 auto;
  width: 850px;
}

.box_detail .box__title h2 {
  color: #fff;
  display: table-cell;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 4.6px;
  text-align: center;
  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/detail/ico13.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  left: -45px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.box_detail .box__title h2 span:after {
  left: auto;
  right: -45px;
}

@media (max-width: 767px) {
  .box__search .box__title h2 br {
    display: none;
  }
}

/* -----------close bgcolor---------- */
.box_search_detail {
  padding-top: 16px;
}

.box_search_detail .box_detail {
  margin: 0 auto 50px;
  width: 910px;
}

.box_search_detail .box_detail .col_left {
  margin: 0 auto;
  width: 850px;
}

.box_search_detail .box_detail.no-show {
  max-width: 1000px;
  width: 100%;
}

.box_search_detail .box_detail.no-show:before {
  display: block;
  content: '';
  height: 259px;
  left: 0;
  position: absolute;
  top: 0;
  width: 192px;
}

.box_search_detail .box_detail.no-show {
  position: relative;
}

.box_search_detail .box_detail.no-show:after {
  display: block;
  content: '';
  height: 204px;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.box_search_detail .box_detail.no-show .col_left {
  float: none;
}

.box_search_detail .box_detail .col_left .box_info {
  border-color: #b28e5f;
  border-width: 2px;
  margin-bottom: 36px;
}

.box_search_detail .box_detail .col_left .box_1 {
  margin-bottom: 36px;
}

.box_search_detail .box_detail .col_left .box_1 .small {
  font-size: 72.22%;
  display: block;
}

.box_search_detail .box_detail .col_left .box_2 {
  margin-bottom: 8px;
}

.box_search_detail .box_detail .col_right {
  float: right;
  padding-left: 15px;
  width: 310px;
}

.box_search_detail .box_detail .col_right img {
  display: block;
  margin: 0 auto 1em;
}

.box_search_detail .box_detail .col_right a {
  display: block;
  margin: 10px auto 0;
}

.box_search_detail a.btn_red_arr {
  float: none;
}

.box_search_detail a.btn_red_arr span {
  width: auto;
  padding: 11px 45px 11px 25px;
}

.box_detail .box__detail__content::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  .box_search_detail .box_detail {
    margin-bottom: 0;
    padding: 0 10px 40px;
    width: 100%;
  }
  .box_detail .box__detail__content {
    display: none;
    padding-top: 20px;
  }
  .box_detail .box__title {
    background-size: 100% 48px;
    height: 48px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .box_detail .box__title:before {
    background: url(../image/detail/col.png) no-repeat;
    background-size: 100%;
    border: 1px solid #fff;
    content: '';
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
  }
  .box_detail .box__title.active:before {
    background-image: url(../image/detail/ex.png);
  }
  .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_detail .box_detail .col_left {
    padding: 0 17px;
    width: 100%;
  }
  .box_search_detail .box_detail .col_right {
    padding: 15px 13px 0;
    width: 100%;
  }
  .box_search_detail .box_detail .col_left .box_1 {
    background: url(../image/bg_table_detail01.jpg) repeat top left;
    margin-bottom: 18px;
  }
  .bx__text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 23px;
    margin-top: 14px;
    position: relative;
    text-align: left;
  }
  .bx__text span.ico {
    display: inline-block;
    left: 0;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: 50px;
  }
  .bx__text span + span {
    display: inline-block;
    padding-left: 50px;
    vertical-align: middle;
  }
  .box_search_detail .box_detail .col_right a {
    margin-top: 18px;
    width: 80.59%;
  }
  .box_search_detail .box_detail .col_right a.btn_red_arr {
    width: auto;
  }
  .box_search_detail .box_detail .col_right a img {
    width: 100%;
  }
}

/*=====================================================================================*/
.box__search {
  clear: both;
  padding: 0 0 80px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.box__search .wcm {
  position: relative;
}

.box__search .box__title {
  background: url(../image/detail/bkg_title_top.jpg) no-repeat top center;
  display: table;
  height: 60px;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
  width: 920px;
}

.tablet .box__search .box__title {
  display: block;
  height: auto;
}

.tablet .box__search .box__title:after {
  clear: both;
  content: '';
  display: table;
}

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

.box__search .box__title h2 {
  background: url(../image/detail/bkg_title_bottom.jpg) no-repeat bottom center;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}

.tablet .box__search .box__title h2 {
  display: block;
}

.box__search .box__title h2 span {
  display: inline-block;
  font-feature-settings: "pkna";
  line-height: 1.3;
  max-width: 500px;
  position: relative;
  letter-spacing: .075em;
}

.box__search .box__title h2 span:after,
.box__search .box__title h2 span:before {
  background: url(../image/detail/ico_white.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: -30px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box__search .box__title h2 span:after {
  left: auto;
  right: -30px;
}

.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 {
  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: #000;
}

.list__imgs .item .showcase_box__content:last-child {
  margin-bottom: 0;
}

.list__imgs .item img {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.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: 920px;
}

.grid__imgs ul,
.grid__imgs .img__items {
  font-size: 0;
  margin: 0 -13px;
}

.grid__imgs li,
.grid__imgs .img__item {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 33%;
}

.grid__imgs li.hidepc,
.grid__imgs .img__item.hidepc {
  display: none;
}

.grid__imgs li:nth-child(2n+1),
.grid__imgs .img__item:nth-child(2n+1) {
  clear: both;
}

.grid__imgs .buttons {
  font-size: 0;
  text-align: right;
}

.grid__imgs .btncollapse {
  display: none;
}

@media (max-width: 767px) {
  .box__search {
    padding: 0 10px 40px;
  }
  .box__search .wcm::after {
    content: none;
  }
  .box__search .box__title {
    background-image: url(../image/detail/bkg_title_sp_top.jpg);
    display: block;
    height: auto;
    padding-top: 11px;
    width: 100%;
  }
  .box__search .box__title h2 {
    background-image: url(../image/detail/bkg_title_sp_bottom.jpg);
    display: block;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .box__search .box__title h2 span {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    padding: 0 20px;
  }
  .box__search .box__title h2 span:after,
  .box__search .box__title h2 span:before {
    background: url(../image/detail/ico_sp.png) no-repeat;
    background-size: 100%;
    height: 11px;
    left: 0;
    margin-top: -6px;
    width: 17px;
  }
  .box__search .box__title h2 span:after {
    left: auto;
    right: 0;
  }
  .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,
  .grid__imgs .img__items {
    margin: 0 -2px 6px;
  }
  .grid__imgs li,
  .grid__imgs .img__item {
    margin-bottom: 4px;
    padding: 0 2px;
    width: 33%;
  }
  .grid__imgs li:nth-child(n),
  .grid__imgs li:nth-child(2n+1),
  .grid__imgs .img__item:nth-child(n),
  .grid__imgs .img__item:nth-child(2n+1) {
    clear: none;
  }
  .grid__imgs ul:not(.slick-slider) li:nth-child(2n),
  .grid__imgs .img__items:not(.slick-slider) .img__item: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;
  }
}

/********************* 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;
  }
  .box__search .box__title h2 span {
    top: 4px;
  }
  .box__search .box__title h2 span:before,
  .box__search .box__title h2 span:after {
    margin-top: -10px;
  }
  .box_recommended .box__title h2 span {
    padding-top: 7px;
  }
  .box__search .box__title h2 {
    padding-bottom: 20px;
  }
}

.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-arrow--left:after,
.fancybox-arrow--right:after {
  background-color: #848484;
}

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

/* 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 {
  color: #fff;
  font-size: 17px;
  padding: 0 10px 30px;
  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 {
  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: 0;
  transform: translate3d(0, 0, 0);
  -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;
  }
}

/* close add banner 9/5/2018 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .btn_red span {
    padding: 12px 45px 10px 25px;
  }
  .box_search_detail a.btn_red_arr span {
    padding: 14px 45px 8px 25px;
  }
}

.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;
}

/* 刀剣ワールド財団表記 */
.zaidan {
  display: inline-block;
  text-align: center;
}

/* 甲冑詳細情報レイアウト修正 2019/08/08 */
.box_info .box_info_inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.box_info .box_info_inner .title {
  align-items: center;
  background: url(../image/bg_table.png) repeat top left;
  border-right-width: 1px;
  display: flex;
  padding: 10px;
}

.box_info .box_info_inner .title i {
  font-size: 0;
  width: 20px;
}

.box_info .box_info_inner .title span {
  color: #fff;
  padding-left: 8px;
}

.box_info .box_info_inner .text {
  background: #fff;
}

.box_info .box_info_inner .text.spec {
  font-weight: 600;
}

.box_info .box_info_inner dt,
.box_info .box_info_inner dd {
  border-bottom-color: #e8ddcf;
  border-right-color: #b28e5f;
  letter-spacing: .06em;
  line-height: 1.6;
}

.box_info .box_info_inner dt:nth-last-of-type(1),
.box_info .box_info_inner dd:nth-last-of-type(1) {
  border-bottom: none;
}
.box_info .box_info_inner dd:nth-of-type(even),
.box_info .box_info_inner dd.col01 {
  border-right: none;
}

@media (max-width: 320px) {
  .box_info .box_info_inner .title {
    padding: 4px;
  }
}

@media (max-width: 767px) {
  .box_info .box_info_inner .title {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-left: 5px;
    width: 40.6%;
  }
  .box_info .box_info_inner .title i {
    width: 22px;
  }
  .box_info .box_info_inner .title span {
    padding-left: 4px;
  }
  .box_info .box_info_inner .text {
    border-right: none;
    padding: 15px 18px;
    width: 59.4%;
  }
}

@media (min-width: 768px) {
  .box_info .box_info_inner .title {
    min-height: 75px;
    width: 172px;
  }
  .box_info .box_info_inner .title i {
    width: 28px;
  }
  .box_info .box_info_inner .text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    width: 251px;
  }
  .box_info .box_info_inner .text.col01 {
    width: calc(100% - 172px);
  }
  .box_info .box_info_inner .pc_bb0 {
    border-bottom: none;
  }
}

/* 動画タグ修正 */
.cmn_box_item_movie{
  margin: 34px 0 100px;
}
.cmn_box_item_movie.col01 .cmn_item_movie{
  width: 420px;
}
.cmn_box_item_movie .cmn_item_movie_thum{
  border: none;
}
.cmn_box_item_movie .cmn_item_movie_thum img{
  border: 10px solid #ccc;
}
.cmn_box_item_movie.col01.has_spacer::before{
  left: -40px;
}
.cmn_box_item_movie.col01.has_spacer::after{
  right: -120px;
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
}
body .fancybox-close-small {
  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;
}
.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;
  }
}

