/*  共通上書き  */
body {
  background: url(../image/bg-top.png), url(../image/bg-gold.jpg);
  background-position: left 3vw top -300px, 0 0;
  background-size: 1000px, auto;
  background-repeat: no-repeat, repeat;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

#header {
  background: none;
  max-width: 1024px;
  min-height: 628px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#header::before {
  content: none;
}

.breadcrumbs {
  margin: 10px auto 0;
  width: 98%;
}

.box_seo .seo_frame {
  background: #fff;
}

img {
  vertical-align: bottom;
}
#header .wcm:before {
  content: none;
}

@media only screen and (max-width: 767px) {
  body {
    background-size: 10% auto;
  }
  #header {
    min-height: auto;
    padding-top: 90%;
    overflow: visible;
  }
  #footer {
    margin-top: 93px;
    padding: 0;
  }
  #footer.no-fixed .btn_gotop_sp {
    top: -63px;
  }
  .footer_inner .box_copyright .copyright {
    margin-bottom: 0;
    padding-bottom: 25px;
  }
}

/*-------------------
  甲冑（鎧兜）写真集
---------------------*/
/* header */
#header .logo {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 260px;
}

#header .breadcrumbs {
  position: absolute;
  left: 20px;
  top: 130px;
  text-align: left;
  text-shadow: #fff 1px 1px 1px;
}

#header .header_photo {
  position: absolute;
  top: 0;
  left: 510px;
}

/* h1はIE11対応が必要 */
#header h1 {
  position: absolute;
  left: 80px;
  line-height: 1.4;
  top: 205px;
  font-size: 40px;
  font-weight: 600;
  text-shadow: 5px 5px 8px #fff,
    5px -5px 8px #fff,
    -5px 5px 8px #fff,
    -5px -5px 8px #fff;
}

#header h1 span {
  display: block;
  width: 500px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .header_photo {
    left: 46%;
  }
  #header h1 {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  #header .breadcrumbs {
    width: 500px;
  }
}

@media only screen and (max-width: 960px) {
  #header h1 {
    top: 225px;
    font-size: 32px;
  }
  #header h1 span {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .header_separate {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 36%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #6a5619;
  }
  #header .breadcrumbs {
    left: 20px;
    top: 0;
    margin-top: 40%;
    max-width: 90%;
  }
  #header .logo {
    left: 10px;
    width: 40%;
    height: auto;
    text-align: left;
  }
  #header .header_photo {
    left: 52%;
    width: 45%;
    height: 0;
    padding-top: 36%;
    overflow-y: hidden;
  }
  #header .header_photo img {
    margin-top: -80%;
  }
  #header h1 {
    top: 0;
    left: 18px;
    margin-top: 24%;
    font-size: 35px;
  }
  #header h1 span {
    width: 350px;
  }
}

@media only screen and (max-width: 600px) {
  #header h1 {
    font-size: 25px;
  }
  #header h1 span {
    width: 270px;
  }
}

@media only screen and (max-width: 460px) {
  #header h1 {
    font-size: 23px;
  }
  #header h1 span {
    width: 250px;
  }
}

@media only screen and (max-width: 430px) {
  #header h1 {
    font-size: 24px;
  }
  #header h1 span {
    width: 230px;
  }
}

@media only screen and (max-width: 320px) {
  #header h1 {
    left: 10px;
  }
}

/* anker */
nav.anker {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  width: 850px;
  margin: 0 auto;
  position: absolute;
  top: 310px;
  right: 0;
  left: 0;
  z-index: 10;
}

nav.anker ul {
  display: flex;
  flex-wrap: wrap;
  height: 195px;
  justify-content: space-between;
  margin: 20px 25px 5px;
  overflow: hidden;
  text-align: left;
  transition: height .2s;
}

nav.anker ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
  /* text-indent:  -25px; */
  width: 50%;
  line-height: 1.6;
}

nav.anker ul li a {
  font-size: 17px;
  color: #000;
}

nav.anker ul li a:hover {
  color: #E62520;
}

nav.anker ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../../../campaign_clearfile/image/icon-diamond.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

nav.anker .slide {
  height: 30px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}

nav.anker .slide::before,
nav.anker .slide::after {
  background: #a01f1f;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

nav.anker.is_close .slide::before {
  left: 22px;
  transform: rotate(145deg);
}

nav.anker.is_close .slide::after {
  right: 22px;
  transform: rotate(35deg);
}

nav.anker.is_open .slide::before {
  left: 22px;
  transform: rotate(35deg);
}

nav.anker.is_open .slide::after {
  right: 22px;
  transform: rotate(145deg);
}

nav.anker .slide:hover {
  cursor: pointer;
  opacity: .6;
}

@media only screen and (max-width: 850px) {
  nav.anker {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  nav.anker {
    top: 0;
    margin: 48% 10px 0;
  }
  nav.anker ul {
    display: block;
    height: 170px;
    margin: 20px 0 5px 10px;
  }
  nav.anker ul li {
    width: 100%;
  }
  nav.anker ul li a {
    font-size: 15px;
  }
  nav.anker ul li:before {
    top: 4px;
  }
}

@media only screen and (max-width: 350px) {
  nav.anker {
    margin-top: 50%;
  }
}

/* /title */
.group_title h2 {
  background: url(../image/title-img.jpg) repeat-y;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  width: 1000px;
  margin: 0 auto 20px;
}

.group_title h2 span {
  font-feature-settings: "pkna";
  position: relative;
  display: inline-block;
  padding: 15px 50px;
}

.group_title h2 span::before,
.group_title h2 span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 28px;
  height: auto;
  background: url(../image/ico-flower.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

.group_title h2 span::before {
  left: 10px;
}

.group_title h2 span::after {
  right: 10px;
}

@media screen and (max-width:1000px) {
  .group_title {
    padding: 0 10px;
  }
  .group_title h2 {
    background-repeat: repeat;
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .group_title {
    padding: 0 10px;
  }
  .group_title h2 {
    font-size: 21px;
    margin-bottom: 10px;
  }
  .group_title h2 span {
    padding: 12px 50px;
  }
  .group_title h2 span::before,
  .group_title h2 span::after {
    width: 20px;
  }
  .group_title h2 span::before {
    left: 20px;
  }
  .group_title h2 span::after {
    right: 20px;
  }
}

.fancybox:after {
  background: url(../../../search/image/detail/ico_zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 3px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 3px;
  width: 28px;
}

.fancybox-arrow:after {
  top: 0;
}

.btn_red_arr {
  float: none;
  margin: 30px auto 0;
  width: 255px;
}

/* 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 {
  /* 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;
}

#armar-photo .fancybox-close-small {
  background: url(../../../search/image/close.jpg) no-repeat top left;
  height: 35px;
  top: 0px;
  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;
  }
}

/* add banner 9/5/2018 */
.box_detail__banner {
  max-width: 416px;
  margin: 30px auto 0;
  display: none;
}

.box_detail__banner figcaption {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}

.box_detail__banner a:hover {
  opacity: 0.5;
}

/* 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;
}

@media only screen and (max-width: 767px) {
  .fancybox-arrow {
    top: 46.7%;
  }
  .seo_frame__wrapper {
    background-color: #fff;
  }
}

/* 190206 追加分 */
.add_flex_stretch {
  display: flex;
  flex-wrap: wrap;
}

.add_flex_start {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.add_flex_between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_reverse {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .add_flex_start {
    align-items: stretch;
  }
}

/* wrap */
.section_wrap {
  margin-bottom: 116px;
  position: relative;
}

.section_wrap::after {
  background-color: #fff;
  bottom: -66px;
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  position: absolute;
}

.section_wrap:last-of-type::after {
  display: none;
}

.photos_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.photos_box {
  background-color: transparent;
  position: relative;
}

.photos_box:hover {
  background-color: #fff;
}

.photos_box > a {
  display: block;
}

@media screen and (max-width:1000px) {
  .photos_wrap {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 50px;
  }
  .section_wrap::after {
    bottom: -29px;
    height: 8px;
  }
  .photos_wrap {
    padding: 0 10px;
  }
  .armor_thumbnail.lazy {
    width: 100%;
    height: auto;
  }
}

/* photo row01 */
.photos_row01 .photos_col01 {
  max-width: 550px;
  width: 55%;
}

.photos_row01 .photos_col01 .photos_box {
  min-height: 550px;
}

.photos_row01 .photos_col02 {
  max-width: 430px;
  margin-left: 2%;
  width: 43%;
}

.photos_row01.flex_reverse .photos_col01 {
  margin-left: 2%;
}

.photos_row01.flex_reverse .photos_col02 {
  margin-left: 0;
}

.photos_row01 .photos_col02 .photos_box01 {
  width: 100%;
  min-height: 235px;
}

.photos_row01 .photos_col02 .photos_box02 {
  max-width: 205px;
  margin-top: 4.654%;
  min-height: 295px;
  width: 47.68%;
}

.photos_row01 .photos_col02 .photos_box03 {
  max-width: 205px;
  margin: 4.654% 0 0 4.64%;
  min-height: 295px;
  width: 47.68%;
}

@media only screen and (max-width: 1000px) {
  .photos_row01 .photos_col01 .photos_box {
    min-height: 0;
  }
  .photos_row01 .photos_col02 .photos_box01 {
    min-height: 0;
  }
  .photos_row01 .photos_col02 .photos_box02 {
    min-height: 0;
  }
  .photos_row01 .photos_col02 .photos_box03 {
    min-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .photos_row01 .photos_col01 {
    max-width: none;
    width: 100%;
    margin: 0 auto;
  }
  .photos_row01 .photos_col02 {
    max-width: none;
    margin: 0 auto;
    width: 100%;
  }
  .photos_row01.flex_reverse .photos_col01 {
    margin-left: auto;
  }
  .photos_row01.flex_reverse .photos_col02 {
    margin-left: auto;
  }
  .photos_row01 .photos_col02 .photos_box01 {
    width: 100%;
    margin-top: 8px;
  }
  .photos_row01 .photos_col02 .photos_box02 {
    max-width: none;
    margin: 8px 0 0 0;
    width: 49%;
  }
  .photos_row01 .photos_col02 .photos_box03 {
    max-width: none;
    margin: 8px 0 0 2%;
    width: 49%;
  }
}

/* photo row02 */
.photos_row02 {
  margin-top: 2%;
}

.photos_row02 .photos_box {
  max-width: 320px;
  min-height: 240px;
  width: 32%;
}

@media only screen and (max-width: 1000px) {
  .photos_row02 .photos_box {
    min-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .photos_row02 {
    max-width: none;
    margin: 8px auto 0;
  }
}

/* photo row03 */
.photos_row03 {
  margin-top: 2%;
}

.photos_row03 .photos_box {
  max-width: 228px;
  min-height: 172px;
  width: 22.8%;
  margin-left: 2%;
}

.photos_row03 .photos_box:first-of-type {
  margin-left: 0;
}

.photos_row03 .photos_flower {
  max-width: 262px;
  width: 26.2%;
  margin-left: 1.4%;
}

.photos_row03.flower_left .photos_flower {
  margin-right: 1.4%;
  margin-left: 0;
}

@media only screen and (max-width: 1000px) {
  .photos_row03 .photos_box {
    min-height: 0;
  }
}

@media only screen and (max-width: 767px) {
  .photos_row03 {
    max-width: none;
    margin: 8px auto 0;
  }
  .photos_row03 .photos_box {
    max-width: none;
    width: 32%;
    margin-left: 2%;
  }
}
/* 190206 追加分ここまで */

/*------------------------------------------------------------------
2021/02/10 TCI福岡_sakaguchi 甲冑（鎧兜）写真集／「正面からの一覧を見る」追加
--------------------------------------------------------------------*/
/* 切替ボタン */
.cmn_link_btn_wrap {
  max-width: 850px;
  margin: -30px auto 20px;
  padding-top: 7px;
  text-align: right;
}
.cmn_link_btn_wrap .cmn_link_btn {
  display: inline-block;
  max-width: 300px;
  outline: none;
  padding: 0;
}
.cmn_link_btn_text {
  font-size: 16px;
  letter-spacing: .013em;
  padding: 8px 34px 8px 10px;
}
.cmn_link_btn_wrap .cmn_link_btn_text::after {
  background: url(/wp/wp-content/themes/wp-templ/photo-album-character/image/ico-btn01.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  height: 14px;
  right: 14px;
  top: calc(50% - 7px);
  width: 13px;
}

@media (max-width: 767px) {
  .cmn_link_btn_wrap {
    margin: 0 auto 20px;
  }
  .cmn_link_btn_wrap .cmn_link_btn {
    max-width: 260px;
  }
  .cmn_link_btn_text {
    font-size: 14px;
  }
}

/* 正面画像表示時 */
.front_view_only {
  display: none !important;
}
.armor_front_view .front_view_only {
  display: block !important;
}

.not_front_view {
  display: block;
}
.armor_front_view .not_front_view {
  display: none !important;
}

.armor_front_view .photos_row01 .photos_col02,
.armor_front_view .photos_row02,
.armor_front_view .photos_row03 {
  display: none;
}

.armor_front_view {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  /* background: url(../image/img-flower-01.png) no-repeat bottom 250px right 4%;
  background-size: 40% auto; */
}
.armor_front_view .section_wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 51px;
}
.armor_front_view .group_title h2 {
  width: 85%;
}
/*
.armor_front_view .group_title h2 {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: calc(100% - 10px);
  justify-content: center;
  letter-spacing: .05em;
  margin: 0 auto 10px;
  max-height: 71px;
  width: 100%;
}
.armor_front_view .group_title h2 span {
  padding: 24px 40px;
}
.armor_front_view .group_title h2 span::before,
.armor_front_view .group_title h2 span::after {
  width: 22px;
}
*/
.armor_front_view .photos_row01 .photos_col01 {
  max-width: none;
  width: 85%;
  margin: 0 auto;
}
/* .armor_front_view .photos_row01.flex_reverse .photos_col01 {
  margin-left: 0;
} */
.armor_front_view .section_wrap::after {
  display: none;
}
.armor_front_view .group_title {
  flex-grow: 1;
}
.armor_front_view .photos_wrap {
  min-height: 0;
}
.armor_front_view .photos_row01 .photos_col01 .photos_box {
  min-height: auto;
}

@media (max-width: 1000px) {
  .cmn_link_btn_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .armor_front_view {
    padding: 0 10px;
  }
  .armor_front_view .section_wrap {
    max-width: none;
  }
  .armor_front_view .group_title,
  .armor_front_view .photos_wrap {
    padding: 0;
  }
}

@media (max-width: 780px) {
  .armor_front_view .group_title h2 span {
    padding: 24px 37px;
  }
}

@media (max-width: 767px) {
  .armor_front_view br.front_view_only {
    display: block;
  }
  .armor_front_view {
    flex-direction: column;
  }
  .armor_front_view .section_wrap {
    min-height: 0;
    width: 100%;
  }
  .armor_front_view .group_title h2 {
    font-size: 21px;
    letter-spacing: inherit;
    max-height: none;
  }
  .armor_front_view .group_title h2 span {
    padding: 12px 50px;
  }
  .armor_front_view .group_title h2 span::before,
  .armor_front_view .group_title h2 span::after {
    width: 20px;
  }
  .armor_front_view .photos_row01 .photos_col01 .fancybox img {
    margin-left: auto;
    margin-right: auto;
  }
  .armor_front_view .group_title {
    flex-grow: 0;
  }
}

/* ------------------------------------ */
/* ▼ アニメーションボタン表示調整
/* ------------------------------------ */
/* common上書き */
.js_animation_btn .cmn_link_btn{
  opacity: 0.8;
}

.btn_wrap {
  max-width: 1000px;
  margin: 30px auto 20px;
}
.btn_wrap_block {
  margin: -30px auto 20px;
  max-width: 1000px;
}
.btn_wrap_block .cmn_link_btn_wrap {
  padding-top: 0;
  margin: 0;
  text-align: left;
}
.btn_wrap_block .btn_wrap {
  margin: 0 auto;
}
.btn_wrap_block .cmn_link_btn_wrap .cmn_link_btn {
  width: 300px;
}

@media (min-width: 768px) {
  .btn_wrap_block {
    position: relative;
  }
  .btn_wrap_block .cmn_link_btn_wrap {
    position: absolute;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1000px)  {
  .btn_wrap_block {
    padding: 0 10px;
  }
  .btn_wrap_block .btn_wrap {
    padding-left: 310px;
  }
  .btn_wrap_block .js_animation_btn {
    width: calc(50% - 4px);
  }
  .btn_wrap_block .js_animation_btn .cmn_link_btn {
    width: 100%;
  }
  /* common上書き */
  .js_animation_btn + .js_animation_btn {
    margin-right: 0;
  }
  .js_animation_btn.is_active .cmn_link_btn .cmn_link_btn_text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .btn_wrap_block {
    display: block;
    margin: 0 auto 20px;
    max-width: 98%;
  }
  .btn_wrap_block .cmn_link_btn_wrap {
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
  }
  .btn_wrap_block .cmn_link_btn_wrap .cmn_link_btn {
    max-width: 260px;
    margin: 0 auto;
    width: 260px;
  }
}


/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
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;
}
.showcase_box_cap .showcase_box_btn {
  font-size:18px;
  font-weight:600;
  margin-top:18px;
  width: 240px;
}
.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;
}