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

title : 鍔写真 詳細ページ
scope : 鍔写真 詳細ページ

memo：

last modify : 2020/06/03 319_shimizu メインビジュアルのレイアウト調整

modify :
2020/06/03 319_shimizu コンテンツの並び順修正
2020/06/02 TCI_yoneshima レイアウト修正
2020/04/07 TCI_sakaguchi 新規作成

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

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

.breadcrumbs {
  margin-bottom: 15px;
}

.box_search__wrapper img {
  vertical-align: bottom;
}

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

/* ------------------------------------ */
/* ▼ btn_return */
/* ------------------------------------ */
.btn_return_outer {
  margin-bottom: 12px;
  overflow: hidden;
}

.btn_return {
  float: right;
  width: 177px;
}

.btn_return .cmn_link_btn_text::after {
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
  right: auto;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------------------------ */
/* ▼ box__top */
/* ------------------------------------ */
.box__top {
  margin: 0 auto 60px;
}

.box__top .heading_block {
  border: 4px solid #bea656;
}

.box__top .box__first {
  background: url(../image/bg-heading.png) no-repeat bottom right #000;
  background-size: cover;
  color: #fff;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

.box__top .box__first .box__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.box__top .box__first .box__wrap .box__wrap_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 140px;
  padding: 15px 0;
  width: 100%;
}

.box__top .box__first .box__left {
  width: 191px;
}

.box__top .box__first .box__left li {
  background: url(../image/bg-type.png) no-repeat 0 0;
  background-size: 100% auto;
  font-size: 18px;
  margin: 5px 0;
  padding: 3px;
  text-align: center;
}

.box__top .box__first .box__right {
  padding-left: 25px;
  width: calc(100% - 191px);
}

.box__top .box__first .box__right p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 8px 0 16px;
}

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

.box__top .box__main__img {
  background: url(../image/bg-photo.png) no-repeat 0 0;
  background-size: cover;
  padding: 35px;
}

.box__top .box__main__img .box__main__img__inner {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .box__top .box__main__img .box__main__img__inner {
    padding: 0 60px;
    /*background-color: #fff;*/
  }
}

@media (max-width: 767px) {
  .box__top .box__first .box__wrap {
    display: block;
  }
  .box__top .box__first .box__wrap .box__wrap_inner {
    display: block;
    min-height: unset;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .box__top {
    margin: 0 auto 10%;
  }
  .box__top .box__first {
    background: url(../image/bg_top_sp.png) no-repeat left bottom #000;
    background-size: 300px;
    display: block;
    padding: 4% 4% 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 {
    font-size: 14px;
    margin: 1% 0 0;
    max-width: 191px;
    width: 80%;
  }
  .box__top .box__first .box__right {
    border-bottom: 1px solid #594730;
    display: block;
    padding: 0;
    width: auto;
  }
  .box__top .box__first .box__right p {
    font-size: 13px;
    margin: 4% 0 2%;
  }
  .box__top .box__first .box__right h1 {
    font-size: 22px;
    padding-bottom: 3%;
  }
  .box__top .box__main__img {
    padding: 5%;
  }
}

/* ------------------------------------ */
/* ▼ box_detail */
/* ------------------------------------ */
.box_detail {
  margin-bottom: 60px;
}

.box_detail .box__title {
  background: url(../image/bg_title_01.png) repeat 0 0;
  background-size: contain;
  margin: 0 auto;
  text-align: center;
  width: 820px;
}

.box_detail .box__title h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 13px;
}

.box_detail .box__title h2 span {
  display: inline-block;
  padding: 0 46px;
  position: relative;
  letter-spacing: .2em;
}

.box_detail .box__title h2 span::after,
.box_detail .box__title h2 span::before {
  background: url(../image/h2_icon.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.box_detail .box__title h2 span::after {
  right: 0;
}

.box_detail .box__title h2 span::before {
  left: 0;
}

@media (max-width: 767px) {
  .box_detail .box__title {
    width: 95%;
  }
  .box_detail .box__title h2 {
    font-size: 20px;
    padding: 2%;
  }
  .box_detail .box__title h2 span {
    padding: 0 35px;
  }
  .box_detail .box__title h2 span::after,
  .box_detail .box__title h2 span::before {
    height: 15px;
    width: 20px;
  }
}

.box_detail .connexion_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 0;
  max-width: 572px;
}
.box_detail .connexion_btn {
  margin: 0 15px;
  max-width: 256px;
  width: 100%;
}

.connexion_btn_wrap .connexion_btn:nth-child(n+3) {
  margin-top: 15px;
}

.box_detail .connexion_btn .cmn_link_btn_text {
  letter-spacing: .1em;
}

.box_detail .connexion_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 8px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box_detail .connexion_btn_wrap {
    margin-top: 15px;
    max-width: 500px;
  }
  .box_detail .connexion_btn {
    margin: 0 auto;
  }
  .box_detail .connexion_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

/* ------------------------------------ */
/* ▼ info_box */
/* ------------------------------------ */
.info_box {
  margin: 0 auto;
  max-width: 820px;
}

.info_box dl {
  background: #fff;
  border: 2px solid #b28e5f;
}

.info_box dt,
.info_box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 10px;
}

.info_box dt {
  background: url(../image/bg_table.png) repeat 0 0;
  background-size: contain;
  width: 20%;
}

.info_box dt span {
  background: url(../image/ico_sword.png) no-repeat 0 center;
  background-size: 24px 22px;
  display: inline-block;
  padding-left: 30px;
}

.info_box dt.possession span {
  background: url(../image/ico-possession.png) no-repeat 5px center;
  background-size: 18px 24px;
}

.info_box dd {
  padding: 16px 20px;
  width: 30%;
}

.info_box dd span {
  font-size: 14px;
}

.info_box_other {
  border: 2px solid #b28e5f;
  margin-top: 25px;
}

.info_box_other tr th {
  background: url(../image/bg_table.png) repeat 0 0;
  background-size: contain;
  font-weight: 600;
  padding: 5px;
  text-align: center;
}

.info_box_other tr td {
  background: #FFF;
  padding: 16px 25px;
  text-align: left;
  vertical-align: middle;
}

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

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

/* ------------------------------------ */
/* title */
/* ------------------------------------ */
.title_h2 {
  margin: 0 auto;
  position: relative;
}

.title_h2_type01 {
  background: url(../image/bg_title_top.png) no-repeat top center, url(../image/bg_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/bg_title_line.png);
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
  display: block;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.title_h2 > span > span {
  display: inline-block;
  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: contain;
    padding: 1.5% 0;
    margin-bottom: 4%;
    max-width: 500px;
    width: 70%;
  }
  .title_h2:before,
  .title_h2:after {
    width: 15%;
  }
  .title_h2 > span {
    background-size: contain;
    padding: 3px 5px;
  }
  .title_h2 > span > span {
    font-size: 17px;
  }
  .title_h2 > span > span:before,
  .title_h2 > span > span:after {
    background-size: contain;
    width: 22px;
  }
}

/* ------------------------------------ */
/* box__search */
/* ------------------------------------ */
.box__search {
  margin-bottom: 60px;
}

.box__search p {
  margin: 10px 0 29px;
  text-align: center;
}

.box__search .fancybox {
  display: block;
  position: relative;
}

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

.grid__imgs {
  margin: 0 auto;
  max-width: 886px;
}

.grid__imgs ul {
  font-size: 0;
}

.grid__imgs li {
  border: 1px solid #c7c0a9;
  width: 48.872%;
}

.grid__imgs .spacer {
  border: none;
}

.grid__imgs .spacer:nth-of-type(odd) {
  display: none;
}

@media (min-width: 768px) {
  .grid__imgs li:nth-of-type(n+3) {
    margin-top: 21px;
  }
}

@media (max-width: 767px) {
  .box__search {
    margin-bottom: 30px;
  }
  .box__search p {
    font-size: 13px;
    margin: 5px 0 20px;
    text-align: left;
  }
  .grid__imgs li:nth-of-type(n+3) {
    margin-top: 3%;
  }
}

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

.fancybox-close-small:hover {
  opacity: 0.5;
}

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

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

/* テキスト回り込み対応 */
.text-wrap-box .box__main__img .box__main__img__inner{
  float:right;
  margin: 0.3em 0 20px 40px;
  padding: 0;
  width: 22%;
}
.text-wrap-box .box__main__img .main_txt p:not(:last-child){
  margin-bottom: .75em;
}
@media (max-width: 767px) {
  .text-wrap-box .box__main__img .box__main__img__inner{
    margin: 0 auto .75em;
    width: 60%;
    float: none;
  }
  .text-wrap-box .box__main__img .main_txt p{
    font-size: 15px;
  }
}

/* 背景画像サイズ調整 */
.search-sword-guard-detail.search_item_bg04 .box__top .box__main__img__inner img {
  background-size: 12%!important;
}
.search-sword-guard-detail.search_item_bg04 .box__search .grid__imgs img {
  background-size: 10%!important;
}
.search-sword-guard-detail.search_item_bg04 .showcase_box__content .zoomer-image {
  background-size: 6%!important;
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.box_detail .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.box_detail .box_other table {
  border: 2px solid #b28e5f;
}
.box_detail .box_other th {
  background: url('../image/bg_table.png');
  text-align: center;
}
.box_detail .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

@media screen and (min-width: 768px) {
  .box_detail .box_other {
    margin-top: 35px;
  }
  .box_detail .box_other th {
    height: 0;
    padding: 5px;
    line-height: 1.6;
  }

  .box_detail .box_other td {
    background: #fff;
    color: #000;
    line-height: 24px;
    padding: 25px;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .box_detail .info_box {
    margin-bottom: 20px;
  }
  .box_detail .box_other {
    font-size: 15px;
    margin-top: 20px;
    width: 95%;
  }
  .box_detail .box_other th,
  .box_detail .box_other td
   {
    padding: .5em .8em .5em 1.2em;
  }
}


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