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

title : 刀剣商（刀剣店）写真集
scope : 刀剣商（刀剣店）写真集

memo：

last modify :2022/07/04 WEB2TCI-28599_igarashi 新規ページ作成


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

/*  共通上書き  */
body {
  background: url(../image/bg-photo.png) repeat;
}
.wrap img {
  vertical-align: bottom;
}
.showcase_box .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
}
.showcase_box .cmn_link_btn .cmn_link_btn_inner {
  pointer-events: none;
}
.parts_mt_lv02 {
  text-align: center;
}
.cmn_link_btn.link_btn_flower02 {
  max-width: 250px;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
  .wrap img {
    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: 40px;
  top: 55%;
}
.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 (max-width:768px) {
  .banner_h1 .txth1 {
    line-height: 1.4;
  }
}

@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: #ffffff;
  }
  .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%;
  }
  /* .wrap img {
    width: 100%;
  } */
}

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

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap:not(:last-child) {
  margin-bottom: 20px;
}
.photo_wrap:last-child {
  margin-bottom: 60px;
}
.photo_inner {
  margin-bottom: 35px;
}
.photo_inner:last-child {
  margin-bottom: 0;
}
.spacer img {
  margin-bottom: 5%;
  width: 60%;
}
.photo_wrap .photo {
  position: relative;
}
.photo_wrap .photo:not(.spacer) img{
  border: 1px solid #000;
}
.tosho_name {
  line-height: 1.26;
  letter-spacing: .03em;
  position: absolute;
  color: #fff;
  font-size: 18px;
  left: 10px;
  top: 0;
  padding: .42em .42em;
  background-color: rgba(11, 43, 56, .8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.tosho_area {
  position: absolute;
  right: 35px;
  color: #000;
  bottom: 3px;
  font-size: 17px;
  text-shadow: white 1px 1px 3px, 
               white -1px 1px 3px,
               white 1px -1px 3px,
               white -1px -1px 3px;
  /* text-stroke: 1px #fff; */
  -webkit-text-stroke: .1px #fff;
  font-weight: 600;
}
.tosho_area_modal {
  color: #fff;
  border: 1px solid #fff;
  padding: .1em .7em;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.tosho_text_modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .tosho_name {
    font-size: 15px;
  }
  .tosho_area {
    font-size: 14px;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .tosho_name {
    display: none;
  }
  .tosho_area {
    display: none;
  }
  .photo_wrap:not(:last-child) {
    margin-bottom: 10px;
  }
}



/* type_a */
.photo_wrap.type_a {
  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;
}
.photo_wrap.type_a ul:nth-of-type(1) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_a ul:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo_wrap.type_a ul:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.photo_wrap.type_a ul:nth-of-type(2) .photo:nth-of-type(1)
.photo_wrap.type_b ul:nth-of-type(2) .photo:nth-of-type(1) {
  width: 100%;
}
.photo_wrap.type_a ul:nth-of-type(2) .photo:nth-of-type(2),
.photo_wrap.type_b ul:nth-of-type(2) .photo:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
.photo_wrap.type_a ul:nth-of-type(2) .photo:nth-of-type(3),
.photo_wrap.type_b ul:nth-of-type(2) .photo:nth-of-type(3) {
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
.photo_wrap.type_a ul:nth-of-type(3) .photo:nth-of-type(1) {
  width: 25%;
  margin-right: 20px;
}
.photo_wrap.type_a ul:nth-of-type(3) .photo:nth-of-type(2) {
  width: 50%;
  margin-right: 20px;
  margin-top: 20px;
}
.photo_wrap.type_a ul:nth-of-type(3) .photo:nth-of-type(3) {
  width: 25%;
  text-align: center;
}

/* type_b */
.photo_wrap.type_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo_wrap.type_b ul:nth-of-type(1) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_b ul:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo_wrap.type_b ul:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -16%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.photo_wrap.type_b ul:nth-of-type(3) .photo:nth-of-type(1) {
  width: 25%;
}
.photo_wrap.type_b ul:nth-of-type(3) .photo:nth-of-type(2) {
  width: 50%;
  margin-right: 20px;
  margin-top: 20px;
}
.photo_wrap.type_b ul:nth-of-type(3) .photo:nth-of-type(3) {
  width: 25%;
  text-align: center;
  margin-right: 20px;
}

/* type_c */
.photo_wrap.type_c ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.photo_wrap.type_c ul li:nth-of-type(1) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_c ul li:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_c ul li:nth-of-type(3) {
  width: calc((100% - 20px) / 2);
  margin-top:  calc((-160 / 1000)* 100%);
  margin-left: calc((510 / 1000)* 100%);
}
.photo_wrap.type_c ul li:nth-of-type(4) {
  width: calc((100% - 20px) / 2);
  margin-top:  calc((-130 / 1000)* 100%);
}
.photo_wrap.type_c ul li:nth-of-type(5) {
  width: calc((235 / 1000)* 100%);
  margin-top: calc((20 / 1000)* 100%);
}
.photo_wrap.type_c ul li:nth-of-type(6) {
  width: calc((233 / 1000)* 100%);
  margin-top: 20px;
  text-align: center;
}
.photo_wrap.type_c ul li:nth-of-type(6).spacer img{
  margin-top: 14%;
}

/* type_d */
.photo_wrap.type_d ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.photo_wrap.type_d ul li:nth-of-type(1) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_d ul li:nth-of-type(2) {
  width: calc((100% - 20px) / 2);
}
.photo_wrap.type_d ul li:nth-of-type(3) {
  width: calc((100% - 20px) / 2);
  margin-top: calc((-160 / 1000)* 100%);
}
.photo_wrap.type_d ul li:nth-of-type(4) {
  width: calc((100% - 20px) / 2);
  margin-top: calc((20 / 1000)* 100%);
}
.photo_wrap.type_d ul li:nth-of-type(5) {
  width: calc(( 235 / 1000)* 100%);
  margin-top: calc((-180 / 1000)* 100%);
  text-align: center;
}
.photo_wrap.type_d ul li:nth-of-type(5).spacer img{
  margin-top: calc((28 / 233)* 100%);
}
.photo_wrap.type_d ul li:nth-of-type(6) {
  width: calc(( 235 / 1000)* 100%);
  margin-top: calc((-180 / 1000)* 100%);
  margin-right: calc((509 / 1000)* 100%);
}

@media (max-width: 767px) {
  .photo_wrap.type_a ul:nth-of-type(1) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_a ul:nth-of-type(2) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_a ul:nth-of-type(2) .photo:nth-of-type(2),
  .photo_wrap.type_b ul:nth-of-type(2) .photo:nth-of-type(2) {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  .photo_wrap.type_a ul:nth-of-type(2) .photo:nth-of-type(3),
  .photo_wrap.type_b ul:nth-of-type(2) .photo:nth-of-type(3) {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_a ul:nth-of-type(3) .photo:nth-of-type(2) {
    margin-right: 10px;
    margin-top: 10px;
  }
  .photo_wrap.type_a ul:nth-of-type(3) .photo:nth-of-type(1) {
    margin-right: 10px;
  }
  .photo_wrap.type_b ul:nth-of-type(1) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_b ul:nth-of-type(2) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_b ul:nth-of-type(3) .photo:nth-of-type(2) {
    margin-right: 10px;
    margin-top: 10px;
  }
  .photo_wrap.type_b ul:nth-of-type(3) .photo:nth-of-type(3) {
    margin-right: 10px;
  }
  .photo_wrap.type_c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .photo_wrap.type_c ul li:nth-of-type(1),
  .photo_wrap.type_c ul li:nth-of-type(2),
  .photo_wrap.type_c ul li:nth-of-type(3), 
  .photo_wrap.type_c ul li:nth-of-type(4) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_c ul li:nth-of-type(3) {
    margin-top:  calc((-160 / 1000)* 100%);
    margin-left: calc((510 / 1000)* 100%);
  }
  .photo_wrap.type_c ul li:nth-of-type(4) {
    margin-top:  calc((-130 / 1000)* 100%);
  }
  .photo_wrap.type_c ul li:nth-of-type(5) {
    width: calc((240 / 1000)* 100%);
    margin-top: calc((10 / 1000)* 100%);
  }
  .photo_wrap.type_c ul li:nth-of-type(6) {
    width: calc((233 / 1000)* 100%);
    margin-top: calc((10 / 1000)* 100%);
  }

  /* type_d */
  .photo_wrap.type_d ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .photo_wrap.type_d ul li:nth-of-type(1),
  .photo_wrap.type_d ul li:nth-of-type(2),
  .photo_wrap.type_d ul li:nth-of-type(3), 
  .photo_wrap.type_d ul li:nth-of-type(4) {
    width: calc((100% - 10px) / 2);
  }
  .photo_wrap.type_d ul li:nth-of-type(5) {
    width: calc(( 240 / 1000)* 100%);
  }
  .photo_wrap.type_d ul li:nth-of-type(6) {
    width: calc(( 240 / 1000)* 100%);
    margin-top: calc((-185 / 1000)* 100%);
  }
}


/* .photo_wrap .photo_wrap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo_wrap .photo {
  background: #ffffff;
  height: 100%;
  margin-bottom: 1.51%;
  position: relative;
}
.photo a {
  display: block;
}
.photo.size_01 {
  width: 100%
}
.photo.size_02 {
  width: 31.9%
}
.photo.size_03 {
  width: 66.6%
}
.photo.lay_01 {
  margin-top: -7.3%;
}
.photo.lay_deco {
  background: none;
  padding-left: 1.5%;
} */



/* ------------------------------------ */
/* ▼ .cmn_link_btn_wrap */
/* ------------------------------------ */
.cmn_link_btn_wrap {
  margin: 20px auto 0;
  padding-bottom: 1.5%;
  width: 318px;
}
.cmn_link_btn_wrap .cmn_link_btn_text {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.7;
  padding: 6px 20px 6px 2px;
}
.cmn_link_btn_wrap .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  right: 16px;
  top: calc(50% - 5px);
}
@media (max-width: 767px) {
  .cmn_link_btn_wrap {
    width: 250px;
  }
}

/* ------------------------------------ */
/* ▼ .fancybox */
/* ------------------------------------ */
.fancybox::after {
  background: url(../image/ico_zoom.png) no-repeat;
  background-size: 100%;
  bottom: 3px;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 3px;
  width: 28px;
}
.fancybox-arrow:after {
  top: 50%;
  margin-top: -22px;
}

@media (max-width: 767px) {
  .fancybox-arrow {
    top: 46.7%;
  }
}

/* ------------------------------------ */
/* ▼ .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 {
  -webkit-box-shadow: 0 0 1px 0px rgba(80, 80, 80, 0.5);
          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;
}
body .fancybox-close-small {
  background: url(../image/ico_close.png) no-repeat top left;
  height: 35px;
  right: 5px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-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;
  -webkit-box-shadow: 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;
  -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;
}

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

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

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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;
  right: 0;
}
.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;
  margin-top: 0;
  padding: 0;
  text-align:left;
}
.showcase_box_cap .showcase_box_btn {
  font-size:18px;
  margin-top:18px;
  width: 240px;
}
.showcase_box_cap .showcase_box_btn .cmn_link_btn_text {
  font-weight:600;
}
.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;
}