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

title : 鎺写真集【刀剣ワールド】
scope : 鎺写真集【刀剣ワールド】

memo：

last modify : 2023/07/26 WEB2TCI-37372_tanaka アニメーションボタンタブデザイン共通化のため削除

2021/01/15 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
2021/01/15 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
2020/12/29 TCI福岡_sakaguchi バナー共通化対応
2020/06/05 TCI福岡_uesugi バナー追加
2018/03/19 TCI福岡_tsunawaki 鎺写真集／新規作成

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

/*  共通上書き  */
body {
  background: url(../image/bg-photo.png) repeat;
}

.box_description {
  padding: 30px 0 0;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }

  .btn_right {
    position: absolute;
    right: 10px;
    top: -56px;
    width: 25.5%;
  }
}

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

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

.banner_h1 .txth1 {
  font-size: 36px;
  letter-spacing: 0.8px;
}

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

/* ------------------------------------ */
/* ▼ pc sp 出し分け */
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none!important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none!important;
  }
}

/* ------------------------------------ */
/* ▼ wrap */
/* ------------------------------------ */
.wrap {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.nav_wrap {
  background: rgba(238, 233, 218, .8) url(../image/bg-anchorlist.png) no-repeat top right;
  border: 4px solid #968e67;
  margin: 40px auto 0;
  width: 850px;
}

.anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-content: flex-start;
  justify-content: center;
  overflow: hidden;
  transition: height .3s;
}

.anchor_wrap:after {
  content: "";
  width: 421px;
  background: url(../image/line-anchorlist-v.png) repeat-x left bottom;
}

.anchor_wrap>li {
  background: url(../image/line-anchorlist-v.png) repeat-x left bottom;
  position: relative;
  margin: 0;
  width: 421px;
}

.anchor_wrap>li a {
  color: #000;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
  font-feature-settings: "pkna";
  padding: 9px 31px 8px 15px;
  position: relative;
  width: 100%;
  height: 100%;
}

.anchor_wrap>li a:after {
  border-color: #9d8b5e transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 0;
}

.anchor_wrap>li:nth-child(odd):before {
  background: url(../image/line-anchorlist-h.png) repeat-y left top;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.anchor_wrap>li a:hover {
  color: #d00;
}

.anchor_wrap>li a span {
  background: url(../image/ico-anchorlist.png) no-repeat left 6px;
  display: block;
  letter-spacing: normal;
  padding-left: 30px;
}

.nav_wrap .slide {
  background-color: rgba(217, 210, 164, .8);
  height: 38px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}

.nav_wrap .slide::before,
.nav_wrap .slide::after {
  background: #943333;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

.nav_wrap .slide::before {
  left: 19px;
  transform: rotate(145deg);
}

.nav_wrap .slide::after {
  right: 19px;
  transform: rotate(35deg);
}

.nav_wrap .slide.is_opened::before {
  left: 19px;
  transform: rotate(35deg);
}

.nav_wrap .slide.is_opened::after {
  right: 19px;
  transform: rotate(145deg);
}

.nav_wrap .slide:hover {
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}


@media only screen and (max-width: 885px) {
  .wrap .nav_wrap {
    background-size: 100% auto;
    margin: 30px auto 0;
    width: 90%;
  }

  .anchor_wrap>li {
    margin: 0;
    letter-spacing: 0.1em;
    width: 100%;
  }

  .anchor_wrap>li:nth-child(2n) {
    margin-left: 0;
  }

  .anchor_wrap>li:nth-child(odd):before {
    background: none;
  }

  .anchor_wrap>li a {
    font-size: 16px;
    height: auto;
    padding: 9px 50px 8px 15px;
  }

  .anchor_wrap>li a:after {
    border-width: 7px 4px 0 4px;
    right: 5%;
  }

  .anchor_wrap>li a:before {
    left: 0.96%;
    width: 97.8%;
  }

  .anchor_wrap>li a span {
    background-position: left 5px;
  }
}

@media only screen and (max-width: 414px) {
  .wrap .nav_wrap {
    background-size: 100% auto;
  }

  .anchor_wrap {
    display: block;
  }

  .anchor_wrap>li {
    margin-bottom: 0;
    width: 100%;
  }

  .anchor_wrap>li:last-child {
    padding-bottom: 0;
  }

  .anchor_wrap>li:nth-child(2n) {
    margin-left: 0;
  }

  .anchor_wrap>li a {
    background-size: 3px 1px;
    font-size: 15px;
    padding: 9px 20px 8px 15px;
  }

  .anchor_wrap>li a:after {
    right: 3%;
  }

  .anchor_wrap>li a span {
    background-position: left 5px;
    background-size: auto 12px;
    padding-left: 10.3%;
  }
}

/* ------------------------------------ */
/* ▼ .title_h2 */
/* ------------------------------------ */
.title_h2 {
  background-color: #635a2e;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

.title_h2 .title_h2_text {
  display: inline-block;
  font-feature-settings: "pkna";
  position: relative;
  padding: 0 48px;
  letter-spacing: normal;
}

/* JSでの幅調整のためspan使用 */
.title_h2 .title_line_before,
.title_h2 .title_line_after {
  background: #daad2f;
  display: block;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  width: 9.3%;
}

.title_h2 .title_line_before {
  left: 7.5%
}

.title_h2 .title_line_after {
  right: 7.5%;
}

.title_h2 .title_h2_text:before,
.title_h2 .title_h2_text:after {
  background: url(../image/ico-title01.png) no-repeat;
  background-size: 100%;
  content: "";
  height: 18px;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  width: 27px;
}

.title_h2 .title_h2_text:before {
  left: 0;
}

.title_h2 .title_h2_text:after {
  right: 0;
}

@media only screen and (max-width: 900px) {
  .title_h2 .title_line_before {
    left: 4%
  }

  .title_h2 .title_line_after {
    right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .title_h2 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .title_h2 .title_line_before,
  .title_h2 .title_line_after {
    display: none;
  }

  .title_h2 .title_h2_text {
    display: inline-block;
    padding: 0 25px;
  }

  .title_h2 .title_h2_text:before,
  .title_h2 .title_h2_text:after {
    height: 11px;
    margin-top: -5px;
    width: 17px;
  }
}

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap {
  margin-top: 50px;
}

.photo_wrap img {
  vertical-align: top;
}

.photo_wrap:first-of-type {
  margin-top: 60px;
}

.photo_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_reverse {
  flex-direction: row-reverse;
}

.photo_col {
  max-width: 490px;
  width: 49%;
}

.photo_spacer_left {
  background: url(../image/img-empty01.png) no-repeat left bottom;
  background-size: 100% auto;
}

.photo_spacer_right {
  background: url(../image/img-empty02.png) no-repeat right bottom;
  background-size: 100% auto;
}

.photo_item {
  position: relative;
}

.photo_item:hover {
  background-color: #fff;
}

.photo_item:hover .photo_label {
  opacity: .3;
}

.photo_col.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row2 .photo_item:nth-of-type(1) {
  width: 48%;
  max-width: 235px;
}

.row2 .photo_item:nth-of-type(2) {
  width: 48%;
  max-width: 235px;
}

.row2 .photo_item:nth-of-type(3) {
  width: 100%;
  margin-top: 4.1%;
}

.photo_col.row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row3 .photo_item:nth-of-type(1) {
  width: 100%;
  height:55.5%;
}

.photo_label {
  background-color: #635a2e;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.photo_label::after {
  background-color: #635a2e;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: -8px;
  width: 15px;
  height: 100%;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
}

.row2 .photo_item:nth-of-type(1) .photo_label,
.row2 .photo_item:nth-of-type(2) .photo_label {
  padding: 8px 15px;
}

@media only screen and (max-width: 1024px) {
  .photo_inner {
    padding: 0 10px;
  }
  .photo_spacer_left {
    background-size: 96% auto;
    background-position: 10px bottom;
  }

  .photo_spacer_right {
    background-size: 96% auto;
    background-position: right 10px bottom 0px;
  }
}

@media only screen and (max-width: 767px) {
  .photo_wrap {
    margin: 35px 0;
  }
  .photo_inner {
    margin-bottom: 30px;
  }
  .photo_label {
    font-size: 10px;
    padding: 4px 8px;
  }
  .photo_label::after {
    right: -6px;
    width: 10px;
  }
  .row2 .photo_item:nth-of-type(1) .photo_label,
  .row2 .photo_item:nth-of-type(2) .photo_label {
    padding: 4px 6px;
  }
}

/* ------------------------------------ */
/* ▼ link btn */
/* ------------------------------------ */
.link_btn_wrap {
  margin-top: 20px;
}

.link_btn {
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: block;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

.link_btn:hover {
  opacity: .6;
}

.link_btn::before,
.link_btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}

.link_btn::before {
  top: 0;
  left: 0;
  background: url(../image/ico-btn01.png) no-repeat 0 0;
}

.link_btn::after {
  top: 0;
  right: 0;
  background: url(../image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.link_btn_inner::before,
.link_btn_inner::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
}

.link_btn_inner::before {
  bottom: 0;
  left: 0;
  background: url(../image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.link_btn_inner::after {
  bottom: 0;
  right: 0;
  background: url(../image/ico-btn01.png) no-repeat 0 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.link_btn_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 8px 25px 8px 12px;
  position: relative;
  font-feature-settings: "pkna";
}

.link_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .link_btn {
    max-width: 240px;
  }
  .link_btn_text {
    font-size: 15px;
  }
  .link_btn_text::after {
    border-width: 6px 4px 0 4px;
    top: calc(50% - 2px);
  }
}

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

.fancybox-arrow:after {
  top: 50%;
  margin-top: -22px;
}

@media only screen and (max-width: 767px) {
  .fancybox:after {
    width: 22px;
    height: 22px;
  }
  .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 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/close.jpg) no-repeat top left;
  height: 35px;
  top: -20px;
  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;
  }
}


.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: 1024px) {
  .seo_frame__wrapper {
    background: #ffffff;
  }
}

/* ------------------------------------ */
/* ▼ .bnr_area */
/* ------------------------------------ */
.bnr_area {
  margin: 70px auto 0;
}

.bnr_item figcaption {
  letter-spacing: .06em;
  margin-top: 5px;
}

.col01 .bnr_item {
  margin: 0 auto;
  max-width: 600px;
}

@media (max-width: 767px) {
  .bnr_area {
    margin-top: 8%;
    max-width: 440px;
    padding: 0 20px;
    width: 100%;
  }

  .bnr_item:nth-child(n+2) {
    margin-top: 4%;
  }
}

/* ------------------------------------ */
/* ▼ .seo_frame__wrapper */
/* ------------------------------------ */
.box_seo {
  margin-top: 60px;
}

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

/* ------------------------------------ */
/* ▼ バナー共通化対応 */
/* ------------------------------------ */

@media (min-width: 768px) {
  .box_content_under_bnr {
    margin-top: 70px;
  }
  .box_content_under_bnr .cmn_bnr_area.col01.bnr_l {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .box_content_under_bnr {
    margin-top: 8%;
  }
  .box_content_under_bnr .cmn_bnr_area.col01 {
    padding: 0 20px;
  }
}

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