@charset "UTF-8";
/* ==========================================================

title : 刀剣ワールド 刀剣商（刀剣店）写真集
scope : 刀剣ワールド 刀剣商（刀剣店）写真集

memo：

last modify : 2020/06/09 TCI_Eguchi 印刷レイアウト
2020/01/08 TCI_Yoneshima ボタン修正
2019/12/20 TCI_Yoneshima 新規作成

========================================================== */

/* ------------------------------------ */
/* ▼ general */
/* ------------------------------------ */
.box_seo .seo_frame {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: .125em;
}

img {
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }
}

/* ------------------------------------ */
/* ▼ header */
/* ------------------------------------ */
#header {
  background: none;
  padding: 0;
  position: relative;
  width: 1024px;
}

#header:before {
  display: none;
}

#header .logo {
  position: absolute;
  top: 6.2%;
  left: 2.8%;
  width: 26.6%;
}

@media (max-width: 1024px) {
  #header {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ MV */
/* ------------------------------------ */
.banner_h1 .txth1 {
  display: block;
  line-height: 1.1;
  text-shadow: 1px 1px 2px #361b01,-1px 1px 2px #361b01,1px -1px 2px #361b01,-1px -1px 2px #361b01,2px 2px 2px #361b01,-2px 2px 2px #361b01,2px -2px 2px #361b01,-2px -2px 2px #361b01;
  width: 100%;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 {
    font-size: 4.8rem;
    letter-spacing: .05em;
  }
  .banner_h1 .txth1 .sab_text{
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 7vw;
    min-width: 200px;
  }
  .banner_h1 .txth1 .sab_text{
    font-size: 2.5vh;
  }
}

@media (max-width: 330px) {
  .banner_h1 .txth1 {
    letter-spacing: .2px;
  }
}

/* ------------------------------------ */
/* ▼ breadcrumbs */
/* ------------------------------------ */

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 12px auto 28px;
  }
}

/* ------------------------------------ */
/* ▼ read_block */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_read_block {
    padding: 0 20px;
  }
  .lead_block_text {
    padding: 0;
  }
}

/* ------------------------------------ */
/* ▼ box_photo_block */
/* ------------------------------------ */
.box_photo_block {
  margin: 0 auto;
  width: 100%;
}

.photo_block_inner {
  display: flex;
  flex-wrap: wrap;
}

.photo_block_item.photo_block_spacer {
  display: none;
}

.spacer_item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.spacer_item img {
  width: 100%;
}

.photo_block_image {
  overflow: hidden;
  position: relative;
}

.photo_block_image::after {
  background: url("../image/ico_zoom01.png") 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
}

.photo_block_thumb {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.photo_block_thumb {
  height: 100%;
  width: auto;
}

/* 画像が縦長だった場合 */
.photo_block_thumb.img_vertical {
  height: auto;
  width: 100%;
}

.photo_block_name {
  align-items: center;
  background: url("/image_cmn/titleh2/h2_bkg.jpg") 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  letter-spacing: .02em;
  padding: 7px 10px 8px;
  position: relative;
  text-align: center;
}

.photo_block_name:before {
  border: 1px solid #fff;
  content: "";
  display: block;
  height: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
}

@media (min-width: 768px) {
  .box_photo_block {
    margin-top: 25px;
    max-width: 950px;
    padding: 0 20px;
  }
  .photo_block_item {
    width: 31.8682%
  }
  .photo_block_item:not(:nth-child(3n+1)) {
    margin-left: 2.1%;
  }
  .photo_block_item:nth-child(n+4) {
    margin-top: 20px;
  }
  .photo_block_item.photo_block_spacer.photo_block_spacer01:nth-child(3n+2),
  .photo_block_item.photo_block_spacer.photo_block_spacer01:nth-child(3n+3) {
    display: block;
  }
  .photo_block_item.photo_block_spacer.photo_block_spacer02:nth-child(3n) {
    display: block;
  }
  .spacer_item {
    padding: 40px;
  }
  .photo_block_image {
    height: 247px;
  }
  .photo_block_image:hover::after {
    opacity: .5;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .photo_block_image:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .box_photo_block {
    max-width: 500px;
    padding: 0 15px;
  }
  .photo_block_item {
    width: 49%;
  }
  .photo_block_item:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .photo_block_item:nth-child(n+3) {
    margin-top: 10px;
  }
  .photo_block_item.photo_block_spacer.photo_block_spacer01:nth-child(2n) {
    display: block;
  }
  .spacer_item {
    padding: 20px;
  }
  .photo_block_image {
    height: 200px;
  }
}

/* ------------------------------------ */
/* ▼ .fancybox */
/* ------------------------------------ */
.fancybox-arrow:after {
  top: 0;
}

@media screen and (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{
  box-shadow: 0 0 1px 0 rgba(80, 80, 80, .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: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  width: 35px;
}

.fancybox-close-small:after {
  display: none;
}

.fancybox-close-small:hover {
  opacity: .5;
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  background-color: #848484;
}

.fancybox-show-nav .fancybox-arrow {
  height: auto;
  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, .9);
}

.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 (min-width: 767px) and (max-width: 1024px) {
  .showcase_box .showcase_box__content img{
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .zoomer_fancy {
    height: 380px;
  }
}

/* ------------------------------------ */
/* ▼ cmn_link_btn */
/* ------------------------------------ */
.showcase_box__content .cmn_link_btn {
  transform: translate3d(0, 0, 0);
}

.showcase_box__content .cmn_link_btn_text {
  pointer-events: none;
}

@media (min-width: 768px) {
  .showcase_box__content .cmn_link_btn {
    max-width: 380px;
  }
  .showcase_box__content .cmn_link_btn_text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .showcase_box__content .cmn_link_btn {
    max-width: 240px;
  }
  .showcase_box__content .cmn_link_btn_text {
    font-size: 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 58px;
    max-width: 750px;
  }
  .box_seo .seo_frame::before,
  .box_seo .seo_frame::after {
    background-size: contain;
    width: 748px;
  }
  .box_seo .seo_frame::after {
    background-position: bottom left;
  }
}

@media screen and (max-width: 767px) {
  .box_seo {
    margin-top: 30px;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}

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;
  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;
}
.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;
  }
}
