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

title : 鍔写真集【刀剣ワールド】
scope : 鍔写真集【刀剣ワールド】

memo：
2018/03/11 TCI福岡_oomori 鍔写真集／新規作成
2019/08/01 TCI福岡_uesugi 鍔写真集／画像幅の修正
2019/10/15 TCI福岡_yoneshima 鍔写真集／レイアウト改修
2020/01/16 TCI福岡_sakaguchi バナーの追加
2020/06/12 319_shimizu 拵名称修正に伴うレイアウト調整

last modify : 2021/01/19 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正

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

/*  共通上書き  */
body {
  background: url(../image/bg-photo.png) repeat;
}
.wrap img {
  vertical-align: bottom;
  width: 100%;
}
.cmn_h1_sitetop_name {
  letter-spacing: .8px;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
  .btn_right {
    position: absolute;
    right: 10px;
    top: -56px;
    width: 25.5%;
  }
}

/* ------------------------------------ */
/* ▼ header breadcrumbs footer */
/* ------------------------------------ */
#header {
  background: none;
  padding:0;
  width: 1024px;
}
#header::before {
  content: none;
}
#header .logo {
  height: auto;
  position: absolute;
  top: 6.41%;
  left: 2.92%;
  width: 26.17%;
}
.banner_h1 .txth1 {
  font-size: 48px;
  letter-spacing: 10px;
}
.breadcrumbs {
  margin: 10px auto 0;
  width: 97.17%;
}
.box_seo .seo_frame {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  #header {
    width: 100%;
  }
  .banner_h1 .txth1 {
    font-size: 3.6vw;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo {
    position: absolute;
    top: 3.79%;
    left: 2.65%;
    width: 43.47%;
  }
  #footer {
    margin-top: 0;
  }
  .footer_inner {
    background-color: #fff;
  }
  .footer_inner .box_copyright .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 25px 25px;
  }
  .banner_h1 .txth1 {
    font-size: 7.2vw;
    letter-spacing: 5px;
    line-height: 1.2;
  }
}


/* ------------------------------------ */
/* ▼ イラスト集部分 */
/* ------------------------------------ */
.wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
}

.box_description {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .box_description {
    padding: 20px 15px 0;
  }
}

/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.wrap nav {
  background: rgba(238,233,218,.8) url(../image/bg-anchorlist.png) no-repeat top right;
  border: 4px solid #5a7f78;
  margin: 40px auto 0;
  width: 880px;
}
.wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-content: flex-start;
  justify-content: center;
  overflow: hidden;
  transition: height .3s;
}
.wrap nav ul li {
  background: url(../image/line-anchorlist-v.png) repeat-x left bottom;
  position: relative;
  margin: 0;
  width: 436px;
}
.wrap nav ul li a {
  color: #000;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 48px;
  padding: 11px 15px;
  position: relative;
  width: 100%;
}
.wrap nav ul li a:after {
  border-color: #9d8b5e transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 0;
}
.wrap nav ul li:nth-child(odd):before {
  background: url(../image/line-anchorlist-h.png) repeat-y left top;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.wrap nav ul li a:hover {
  color: #d00;
}
.wrap nav ul li a span {
  background: url(../image/ico-anchorlist.png) no-repeat left center;
  letter-spacing: normal;
  padding-left: 30px;
}

.wrap nav .slide {
  background-color: rgba(90,127,120,.8);
  height: 38px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
.wrap nav .slide::before,
.wrap nav .slide::after {
  background: #943333;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.wrap nav .slide::before {
  left: 19px;
  transform: rotate(145deg);
}
.wrap nav .slide::after {
  right: 19px;
  transform: rotate(35deg);
}
.wrap nav .slide.is_opened::before {
  left: 19px;
  transform: rotate(35deg);
}
.wrap nav .slide.is_opened::after {
  right: 19px;
  transform: rotate(145deg);
}
.wrap nav .slide:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 885px)  {
  .wrap nav {
    background-size: 100% auto;
    margin: 30px auto 0;
    width: 90%;
  }
  .wrap nav ul li {
    margin: 0;
    letter-spacing: 0.1em;
    width: 100%;
  }
  .wrap nav ul li:nth-child(2n) {
    margin-left: 0;
  }
  .wrap nav ul li a {
    font-size: 16px;
    height: auto;
    padding: 11px 4%;
  }
  .wrap nav ul li a:after {
   border-width: 7px 4px 0 4px;
   right: 5%;
  }
  .wrap nav ul li a:before {
    left: 0.96%;
    width: 97.8%;
  }
  .wrap nav ul li:nth-child(odd):before {
    background: none;
  }
}

@media only screen and (max-width: 414px)  {
  .wrap nav {
    background-size: 100% auto;
  }
  .wrap nav ul {
    display: block;
  }
  .wrap nav ul li {
    margin-bottom: 0;
    width: 100%;
  }
  .wrap nav ul li:last-child {
    padding-bottom: 0;
  }
  .wrap nav ul li:nth-child(2n) {
    margin-left: 0;
  }
  .wrap nav ul li a {
    background-size: 3px 1px;
    font-size: 15px;
    padding: 2.5% 7% 2.5% 3.5rem;
    text-indent: -2.9rem;
  }
  .wrap nav ul li a:after {
    right: 3%;
  }
  .wrap nav ul li a span {
    background: url(../image/ico-anchorlist.png) no-repeat left center;
    background-size: auto 12px;
    padding-left: 10.3%;
  }
}

@media only screen and (max-width: 320px)  {
  .wrap nav ul li a {
    padding: 2.5% 7% 2.5% 3rem;
    text-indent: -2.35rem;
  }
}

/* ------------------------------------ */
/* ▼ .title_h2 */
/* ------------------------------------ */
.title_h2 {
  background-color: #092c25;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.title_h2 .title_h2_text {
  display: inline-block;
  font-feature-settings: "pkna";
  position: relative;
  padding: 0 48px;
  letter-spacing: normal;
}

/* JSでの幅調整のためspan使用 */
.title_h2 .title_line_before,
.title_h2 .title_line_after {
  background: #b28e5f;
  display: block;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  width: 9.3%;
}

.title_h2 .title_line_before {
  left: 7.5%
}

.title_h2 .title_line_after {
  right: 7.5%;
}

.title_h2 .title_h2_text:before,
.title_h2 .title_h2_text:after {
  background: url(../image/ico-title01.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 18px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  width: 27px;
}

.title_h2 .title_h2_text:before {
  left: 0;
}

.title_h2 .title_h2_text:after {
  right: 0;
}

.pc_none {
  display: none;
}

@media only screen and (max-width: 900px) {
  .title_h2 .title_line_before {
    left: 4%
  }

  .title_h2 .title_line_after {
    right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .title_h2 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .title_h2 .title_line_before,
  .title_h2 .title_line_after {
    display: none;
  }

  .title_h2 .title_h2_text {
    display: inline-block;
    padding: 0 25px;
  }

  .title_h2 .title_h2_text:before,
  .title_h2 .title_h2_text:after {
    height: 11px;
    margin-top: -5px;
    width: 17px;
  }
}

@media only screen and (max-width: 414px) {
  .pc_none.type_414 {
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  .pc_none {
    display: block;
  }
}

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap {
  margin: 60px 0 0;
}
.photo_wrap:last-child {
  margin-bottom: 70px;
}
.photo_wrap .photo_wrap_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  position: relative;
}
.photo_wrap .photo_wrap_list::after {
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  bottom: 2%;
  width: 23.3577%;
}
.photo_wrap .photo_wrap_list.type_a::after {
  background: url(../image/img-flower01.png) no-repeat right bottom;
  background-size: contain;
  right: 0;
}
.photo_wrap .photo_wrap_list.type_a li:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-right: 10px;
}
.photo_wrap .photo_wrap_list.type_a li:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-left: 10px;
}
.photo_wrap .photo_wrap_list.type_a li:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 20px 5px 0 10px;
}
.photo_wrap .photo_wrap_list.type_a li:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  margin: 20px 0 20px 15px;
}
.photo_wrap .photo_wrap_list.type_a li:nth-child(5) {
  -ms-grid-column: 1;
  -ms-grid-row: 4;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
  margin: -10px 15px 0 0;
}
.photo_wrap .photo_wrap_list.type_a li:last-child {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  margin: 20px 5px 0;
}
.photo_wrap .photo_wrap_list.type_b::after {
  background: url(../image/img-flower01.png) no-repeat left bottom;
  background-size: contain;
  left: 0;
}
.photo_wrap .photo_wrap_list.type_b li:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-right: 10px;
}
.photo_wrap .photo_wrap_list.type_b li:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-left: 10px;
}
.photo_wrap .photo_wrap_list.type_b li:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  margin: 20px 15px 20px 0;
}
.photo_wrap .photo_wrap_list.type_b li:nth-child(4) {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  margin: 20px 10px 0 5px;
}
.photo_wrap .photo_wrap_list.type_b li:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  margin: 20px 5px 0;
}
.photo_wrap .photo_wrap_list.type_b li:last-child {
  -ms-grid-column: 4;
  -ms-grid-row: 4;
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  margin: -10px 0 0 15px;
}
.photo_wrap .photo {
  background: #fff;
  height: auto;
  position: relative;
  z-index: 1;
}
.photo a {
  display: block;
  height: 100%;
  width: 100%;
}
.photo a img {
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .photo_wrap .photo_wrap_list {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .photo_wrap {
    margin: 30px 0;
  }
  .photo_wrap:last-child {
    margin-bottom: 45px;
  }
  .photo_wrap .photo_wrap_list::after {
    bottom: 1%;
  }
  .photo_wrap .photo_wrap_list.type_a::after {
    right: 10px;
  }
  .photo_wrap .photo_wrap_list.type_a li:first-child {
    margin-right: 5px;
  }
  .photo_wrap .photo_wrap_list.type_a li:nth-child(2) {
    margin-left: 5px;
  }
  .photo_wrap .photo_wrap_list.type_a li:nth-child(3) {
    margin: 10px 2px 0 5px;
  }
  .photo_wrap .photo_wrap_list.type_a li:nth-child(4) {
    margin: 10px 0 5px 7px;
  }
  .photo_wrap .photo_wrap_list.type_a li:nth-child(5) {
    margin: -5px 7px 0 0;
  }
  .photo_wrap .photo_wrap_list.type_a li:last-child {
    margin: 10px 2px 0 3px;
  }
  .photo_wrap .photo_wrap_list.type_b::after {
    left: 10px;
  }
  .photo_wrap .photo_wrap_list.type_b li:first-child {
    margin-right: 5px;
  }
  .photo_wrap .photo_wrap_list.type_b li:nth-child(2) {
    margin-left: 5px;
  }
  .photo_wrap .photo_wrap_list.type_b li:nth-child(3) {
    margin: 10px 7px 5px 0;
  }
  .photo_wrap .photo_wrap_list.type_b li:nth-child(4) {
    margin: 10px 5px 0 2px;
  }
  .photo_wrap .photo_wrap_list.type_b li:nth-child(5) {
    margin: 10px 3px 0 2px;
  }
  .photo_wrap .photo_wrap_list.type_b li:last-child {
    margin: -5px 0 0 7px;
  }
  .photo_inner {
    margin-bottom: 30px;
  }
  .photo_box {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 885px) {
  #anchor_01.photo_wrap {
    margin-top: 25px;
  }
}

/* ------------------------------------ */
/* ▼ .fancybox */
/* ------------------------------------ */
.fancybox:after {
  background: url(../../image/ico_zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.fancybox-arrow:after {
  top: 50%;
  margin-top: -22px;
}
@media (min-width: 768px) {
  .fancybox:after {
    height: 28px;
    width: 28px;
  }
}
@media (max-width: 767px) {
  .fancybox-arrow {
    top: 46.7%;
  }
  .fancybox:after {
    height: 21px;
    width: 21px;
  }
}

/* ------------------------------------ */
/* ▼ .showcase_box */
/* ------------------------------------ */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  text-align: center;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide > .showcase_box  {
  margin: 0;
}

.showcase_box .showcase_box__content p {
  color: #fff;
  font-size: 18px;
  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 {
  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;
}
body .fancybox-close-small {
  background: url(../../image/close.jpg) no-repeat top left;
  height: 35px;
  top: -20px;
  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;
}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  background-color: #848484;
}
.fancybox-show-nav .fancybox-arrow {
  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: 380px;
  }
}

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

@media (max-width: 1024px) {
  .seo_frame__wrapper {
    background: #fff;
  }
}

/* ------------------------------------ */
/* ▼ .seo_frame__wrapper */
/* ------------------------------------ */
@media (max-width: 1024px) {
  .seo_frame__wrapper {
    background: #fff;
  }
}

/* ------------------------------------ */
/* ▼ .bnr_block */
/* ------------------------------------ */
.bnr_list {
  margin: 0 auto;
  max-width: 600px;
}
.bnr_list .bnr_item a {
  display: block;
}
.bnr_list .bnr_item img {
  vertical-align: bottom;
}
.bnr_caption {
  text-align: justify;
}

@media (min-width: 768px) {
  .wrap_bnr_block {
    margin-bottom: 49px;
  }
  .bnr_caption {
    line-height: 1.3889;
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .wrap_bnr_block {
    margin-bottom: 30px;
  }
  .bnr_list {
    width: 90%;
  }
  .bnr_caption {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ TCI福岡_sakaguchi バナー共通化対応 */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_bnr_area.col01.col01_bnr_01 {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .cmn_bnr_area.col01.col01_bnr_01 {
    width: 90%;
    padding: 0;
  }
}

/* ------------------------------------ */
/* ▼ 追加分 画像枠 */
/* ------------------------------------ */
.bdr_blk{
  border: 1px #000 solid;
}

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