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

title : 相馬野馬追写真集【刀剣ワールド】
scope : 相馬野馬追写真集【刀剣ワールド】

memo：

modify :2020/02/04 chaya 動画追加
2019/12/03 TCI福岡_sakaguchi 相馬野馬追写真集／新規作成

========================================================== */
body {
  background: url(../image/bg-pattern.png) repeat;
}

.bg_mask {
  background-color: rgba(255, 255, 255, .5);
  height: 100%;
}

#header {
  background: none;
  max-width: 1024px;
  padding: 0;
  width: 100%;
}

#header::before {
  content: none;
}

.banner_h1 .txth1 {
  font-size: 48px;
  letter-spacing: .1em;
  line-height: 1.25;
  top: 51%;
}

#header .logo {
  position: absolute;
  top: 7.3%;
  left: 2.4%;
  width: 25.78%;
}

.breadcrumbs {
  margin: 10px auto 31px;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto 70px;
}

.box_description {
  max-width: 700px;
  padding: 0;
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .banner_h1 .txth1 {
    font-size: 4.69vw;
  }
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 7.7vw;
    letter-spacing: .01em;
    top: 51%;
  }
  #header .logo {
    top: 8.5%;
    left: 6%;
    width: 38%;
  }
  .breadcrumbs {
    margin: 2% auto 7%;
  }
  .wrap {
    margin: 0 auto 14%;
    padding: 0 2%;
  }
}

/* ------------------------------------ */
/* ▼ .anchor_cmn */
/* ------------------------------------ */
.anchor_cmn {
  margin: 35px auto 0;
  max-width: 650px;
}

.anchor_cmn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  text-align: left;
}

.anchor_cmn ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 32.31%;
}

.anchor_cmn ul li a {
  background: url(../image/btn-anchor-ocher.png) no-repeat top left;
  background-size: 100% auto;
  display: block;
  line-height: 1.6;
  padding: 6.414% 6.19% 5.014%;
  text-align: center;
  width: 100%;
}

.anchor_cmn ul .bg_orange a {
  background-image: url(../image/btn-anchor-orange.png);
}

.anchor_cmn ul .bg_wine_red a {
  background-image: url(../image/btn-anchor-wine-red.png);
}

.anchor_cmn ul li a:hover {
  background: url(../image/btn-anchor-ocher.png) no-repeat top left;
  background-size: 100% auto;
  opacity: .5;
}

.anchor_cmn ul .bg_orange a:hover {
  background: url(../image/btn-anchor-orange.png) no-repeat top left;
  background-size: 100% auto;
}

.anchor_cmn ul .bg_wine_red a:hover {
  background: url(../image/btn-anchor-wine-red.png) no-repeat top left;
  background-size: 100% auto;
}

.anchor_cmn ul li a::before {
  background: none;
  border: 1px solid #fff;
  bottom: 4px;
  height: auto;
  left: 4px;
  right: 4px;
  top: 4px;
  width: auto;
}

.anchor_cmn ul li a::after {
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #FFF transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.carousel_section {
  margin-top: 50px;
}

.carousel_section:nth-of-type(1) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .anchor_cmn ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    width: 90%;
  }
  .anchor_cmn ul li {
    width: 49%;
  }
  .anchor_cmn ul li:nth-of-type(2n) {
    margin-left: 2%;
  }
  .anchor_cmn ul li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .anchor_cmn ul li a {
    font-size: 18px;
    padding: 5.2% 6% 4.8%;
  }
  .carousel_section {
    margin-top: 10%;
  }
  .carousel_section:nth-of-type(1) {
    margin-top: 8%;
  }
}

@media (max-width: 414px) {
  .anchor_cmn ul li {
    width: 100%;
  }
  .anchor_cmn ul li:nth-of-type(2n) {
    margin-left: 0;
  }
  .anchor_cmn ul li:nth-of-type(n+2) {
    margin-top: 2%;
  }
  .anchor_cmn ul li a {
    padding: 3% 6.19%;
  }
}

/* ------------------------------------ */
/* ▼ .heading_block */
/* ------------------------------------ */
.heading_block {
  background: url(../image/bg-heading-pattern.png) repeat top left;
  border-bottom: 4px solid #8f6d40;
  border-top: 2px solid #8f6d40;
  padding: 18px 0 20px;
  position: relative;
  text-align: center;
}

.heading_block::after {
  border-bottom: 2px solid #8f6d40;
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
}

.heading_block .title_horse::before,
.heading_block .title_horse::after {
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  top: 48.5%;
  transform: translateY(-50%);
  width: 310px;
}

.heading_block .title_horse::before {
  background: url(../image/bg-heading-flower01-r.png) no-repeat top left;
  background-size: 100% auto;
  left: 680px;
}

.heading_block .title_horse::after {
  background: url(../image/bg-heading-flower01-l.png) no-repeat top right;
  background-size: 100% auto;
  right: 680px;
}

.festival.heading_block {
  border-bottom: 4px solid #a45819;
  border-top: 2px solid #a45819;
}

.festival.heading_block::after {
  border-bottom: 2px solid #a45819;
}

.festival.heading_block .title_horse::before {
  background-image: url(../image/bg-heading-flower02-r.png);
}

.festival.heading_block .title_horse::after {
  background-image: url(../image/bg-heading-flower02-l.png);
}

.nomakake.heading_block {
  border-bottom: 4px solid #8d1313;
  border-top: 2px solid #8d1313;
}

.nomakake.heading_block::after {
  border-bottom: 2px solid #8d1313;
}

.nomakake.heading_block .title_horse::before {
  background-image: url(../image/bg-heading-flower03-r.png);
}

.nomakake.heading_block .title_horse::after {
  background-image: url(../image/bg-heading-flower03-l.png);
}

.heading_block .title_horse span {
  display: block;
  padding: 0 31%;
}

.heading_block .title_horse span span {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}

.heading_block .title_horse span span::before,
.heading_block .title_horse span span::after {
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.heading_block .title_horse span span::before {
  background: url(../image/ico-heading-horse01-l.png) no-repeat top left;
  background-size: contain;
  left: -5px;
}

.heading_block .title_horse span span::after {
  background: url(../image/ico-heading-horse01-r.png) no-repeat top right;
  background-size: contain;
  right: -5px;
}

.festival.heading_block .title_horse span span::before {
  background-image: url(../image/ico-heading-horse02-l.png);
}

.festival.heading_block .title_horse span span::after {
  background-image: url(../image/ico-heading-horse02-r.png);
}

.nomakake.heading_block .title_horse span span::before {
  background-image: url(../image/ico-heading-horse03-l.png);
}

.nomakake.heading_block .title_horse span span::after {
  background-image: url(../image/ico-heading-horse03-r.png);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .heading_block {
    padding: 16px 0 18px;
  }
  .heading_block .title_horse span {
    padding: 0 29%;
  }
}

@media (max-width: 767px) {
  .heading_block {
    padding: 3% 0;
  }
  .heading_block .title_horse::before,
  .heading_block .title_horse::after {
    content: none;
  }
  .heading_block .title_horse::before {
    left: 0;
  }
  .heading_block .title_horse::after {
    right: 0;
  }
  .heading_block .title_horse span {
    padding: 0;
  }
  .heading_block .title_horse span span {
    font-size: 27px;
    padding: 0 40px;
    position: relative;
  }
  .heading_block .title_horse span span::before,
  .heading_block .title_horse span span::after {
    height: 31px;
    width: 33px;
  }
}

/* ------------------------------------ */
/* ▼ .lead_txt */
/* ------------------------------------ */
.lead_txt {
  margin: 25px auto 0;
  max-width: 700px;
  text-align: justify;
}

@media (max-width: 767px) {
  .lead_txt {
    font-size: 15px;
    margin-top: 3%;
  }
}

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
}

.photo_wrap .photo {
  width: 32.4%;
}

.photo_wrap .photo:nth-of-type(n+4) {
  margin-top: 14px;
}

.photo_wrap .photo img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .photo_wrap .photo:nth-of-type(n+4) {
    margin-top: 1.903%;
  }
}

/* ------------------------------------ */
/* ▼ .fancybox */
/* ------------------------------------ */
.fancybox {
  display: block;
  position: relative;
}

.fancybox:after {
  background: url(../image/ico-zoom-wh.png) no-repeat;
  background-size: 100%;
  bottom: 10px;
  content: '';
  display: block;
  height: 22px;
  position: absolute;
  right: 10px;
  width: 22px;
  z-index: 2;
}

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

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

@media (max-width: 767px) {
  .fancybox:after {
    bottom: 5px;
    height: 14px;
    right: 5px;
    width: 14px;
  }
}

/* ------------------------------------ */
/* ▼ .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;
}

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

.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: 767px) {
  .zoomer_fancy {
    height: 380px;
  }
}

.box_seo {
  background-color: #fff;
}

/*200204_chaya 動画追加 */
/*  .h_title_type01  */
.h_title_type01 {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 100%;
  line-height: 1.1;
}

.h_title_type01::before {
  background-color: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.h_title_type01 > span {
  background: url(../image/bg-h-ttl-type01-top.png) no-repeat top center, url(../image/bg-h-ttl-type01-bottom.png) no-repeat bottom center, url(../image/bg-h-ttl-type01-repeat.png) repeat-y center;
  display: block;
  padding: 10px 0 9px;
  position: relative;
  z-index: 1;
}

.h_title_type01 > span > span {
  display: inline-block;
  max-width: 376px;
  padding: 2px 28px 0;
  position: relative;
}

.h_title_type01 > span > span::before,
.h_title_type01 > span > span::after {
  background-image: url(../image/ico-title01.png);
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  display: block;
  width: 22px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

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

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

.h_title_lead_txt {
  margin-bottom: 2%;
  text-align: center;
}

@media (max-width: 767px) {
  .h_title_type01 {
    margin: 0 auto 2%;
  }
  .h_title_type01 > span {
    background: url(../image/bg-h-ttl-type01-top-sp.png) no-repeat top center, url(../image/bg-h-ttl-type01-bottom-sp.png) no-repeat bottom center, url(../image/bg-h-ttl-type01-repeat-sp.png) repeat-y center;
  }
  .h_title_lead_txt {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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;
}