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

title : 【刀剣ワールド】甲冑コスプレ写真集
scope : 【刀剣ワールド】甲冑コスプレ写真集

memo：

last modify： 2022/01/19 WEB2TCI-24678_igarashi 新規ページ作成

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

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}

.title_h2cmn {
  max-width: 820px;
}

.section_image_list_block_item .roll:hover img {
  opacity: initial;
}

/* ------------------------------------ */
/* ▼ h1 KV */
/* ------------------------------------ */
.title_wrap {
  position: relative;
  margin: auto;
  max-width: 1024px;
}

.banner_h1 {
  position: absolute;
  height: 100%;
  max-width: 1024px;
  width: 100%;
}

.banner_h1 .txth1 > .txth1_inner {
  background: url(../image/img-title.png) no-repeat center;
  background-size: contain;
  max-width: 590px;
  max-height: 122px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_h1 .txth1 .txth1_inner_title {
  margin-top: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 {
    padding-bottom: 1.4%;
    padding-left: 0.5%;
  }

  .banner_h1 .txth1 .txth1_inner_title {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .banner_h1 > h1 {
    height: 100%;
  }

  .banner_h1 .txth1 {
    padding: 0 40px;
  }

  .banner_h1 .txth1 > .txth1_inner {
    font-size: 4.06vw;
  }

  .banner_h1 .txth1 .txth1_inner_title {
    margin-top: .5%;
  }
}

/* Slider
  ===================================== */
@media (min-width: 798px) {
  .main_slide {
    width: 1024px;
    height: 400px;
  }
}

/* Arrows */
.main_slide .next,
.main_slide .prev {
  width: 50px;
  height: 50px;
}

.main_slide .next {
  right: 15px;
  background: url('../../image/slide/arrow-r.png') no-repeat center;
  background-size: contain;
  z-index: 1;
}

.main_slide .prev {
  background: url('../../image/slide/arrow-l.png') no-repeat center;
  background-size: contain;
  left: 15px;
  z-index: 1;
}

.main_slide .slick-prev:hover::before,
.main_slide .slick-next:hover::before {
  opacity: 0.4;
}

/* Dots */
.main_slide.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main_slide .slick-dots {
  bottom: 37px;
}

.main_slide .slick-dots>li,
.main_slide .slick-dots>li button {
  width: 10px;
  height: 10px;
}

.main_slide .slick-dots>li button {
  background-color: #efefef;
  border-radius: 50%;
}

.main_slide .slick-dots>li.slick-active button {
  background-color: #bd411f;
}

.main_slide .slick-dots>li button:before {
  display: none;
}

@media (max-width: 767px) {
  .main_slide .next,
  .main_slide .prev {
    width: 25px;
    height: 25px;
    -webkit-background-size: 100%;
    background-size: 100%;
    right: 15px;
    top: calc(50% + 10px);
  }

  .main_slide .prev {
    left: 15px;
    right: auto;
  }

  .main_slide .slick-dots {
    bottom: 10px;
  }

  .slick-dots li {
    margin: 0 10px;
  }

  .main_slide .slick-dots li,
  .main_slide .slick-dots li button {
    width: 5px;
    height: 5px;
  }
}

/* ------------------------------------ */
/* ▼ desc */
/* ------------------------------------ */
.desc {
  margin: 25px auto 0;
  max-width: 760px;
  padding: 0 10px;
  text-align: justify;
}

.desc p {
  letter-spacing: .08em;
  line-height: 1.6;
}

.category_section_inner .desc {
  max-width: 760px;
}

@media (max-width: 767px) {
  .desc {
    font-size: 15px;
    margin: 5% auto 0;
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ section */
/* ------------------------------------ */
.section_bnr_block {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .section_note_block {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .section_note_block {
    margin-top: 30px;
    padding: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ section_image_list_block */
/* ------------------------------------ */
.section_image_list_block_wrap {
  margin: 0 auto;
  max-width: 884px;
  padding: 0 10px;
}

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

.section_image_list_block + .section_image_list_block {
  margin-top: 1.389%;
}

.section_image_list_block_item {
  margin-top: 1.389%;
  position: relative;
}

.section_image_list_block_item:first-of-type,
.section_image_list_block_item:nth-of-type(2) {
  margin-top: 0;
}

.section_image_list_block_item a {
  display: block;
  padding: 1px;
  z-index: 1;
}

.section_image_list_block_item a::before {
  border: 1px solid #4b3512;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.section_image_title,
.section_creator_name {
  color: #fff;
  position: absolute;
}

.section_image_title {
  background: #841318;
  padding: 5px 15px;
  left: 12px;
  top: 11px;
  text-align: center;
}

.section_image_title::before,
.section_image_title::after {
  background: #a57174;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
}

.section_image_title::before {
  top: 3px;
}

.section_image_title::after {
  bottom: 3px;
}

.section_creator_name {
  background: #a99067;
  bottom: 0;
  right: 0;
}

.section_image_title_text,
.section_creator_name_text {
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.55;
  vertical-align: middle;
}

.section_image_info_text {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .section_image_list_block_wrap {
    margin-top: 45px;
  }

  .section_creator_name {
    height: 30px;
    padding: 0 40px 0 15px;
  }

  .section_image_info_text:first-of-type {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section_image_list_block_wrap {
    margin-top: 20px;
  }

  .section_image_title,
  .section_creator_name {
    display: none;
  }

  .section_image_info_text:first-of-type {
    margin-top: 10px;
  }
}

/* -- section_image_list_block_item adjust -- */
.section_image_list_block_item:first-of-type,
.section_image_list_block_item:nth-of-type(2),
.section_image_list_block_item:nth-of-type(3),
.section_image_list_block_item:nth-of-type(4),
.section_image_list_block_item:nth-of-type(9),
.section_image_list_block_item:nth-of-type(10) {
  width: 49.3056%;
}

/* -- type01 -- */
.type01 .section_image_list_block_item:nth-of-type(5),
.type01 .section_image_list_block_item:nth-of-type(7) {
  width: 34.9538%;
}

.type01 .section_image_list_block_item:nth-of-type(6),
.type01 .section_image_list_block_item:nth-of-type(8) {
  width: 63.6575%;
}

.type01 .section_image_list_block_item:nth-of-type(4) {
  margin-top: -33.681%;
}

.type01 .section_image_list_block_item:nth-of-type(8) {
  margin-top: -11.343%;
}

/* -- type02 -- */
.type02 .section_image_list_block_item:nth-of-type(5),
.type02 .section_image_list_block_item:nth-of-type(7) {
  width: 63.6575%;
}

.type02 .section_image_list_block_item:nth-of-type(6),
.type02 .section_image_list_block_item:nth-of-type(8) {
  width: 34.9538%;
}

.type02 .section_image_list_block_item:nth-of-type(3) {
  margin-top: -33.681%;
}

.type02 .section_image_list_block_item:nth-of-type(7) {
  margin-top: -11.343%;
}

/* -- type03 -- */
.type03 .section_image_list_block_item:nth-of-type(5),
.type03 .section_image_list_block_item:nth-of-type(7) {
  width: 63.6575%;
}

.type03 .section_image_list_block_item:nth-of-type(6),
.type03 .section_image_list_block_item:nth-of-type(8) {
  width: 34.9538%;
}

.type03 .section_image_list_block_item:nth-of-type(3) {
  margin-top: -33.681%;
}

.type03 .section_image_list_block_item:nth-of-type(7) {
  margin-top: -11.343%;
}

/* ------------------------------------ */
/* ▼ modal layout */
/* ------------------------------------ */
/* -- fancybox -- */
.fancybox-enabled body {
  width: auto;
}

.fancybox-close-small:after {
  display: none;
}

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

.fancybox-bg {
  background: #fff;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
  opacity: 1;
}

.fancybox-arrow {
  width: 54px;
}

.fancybox-arrow::after {
  top: 0;
  transition: .2s;
}

.fancybox-arrow:hover::after {
  opacity: .6;
}

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

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

.fancybox-show-nav .fancybox-arrow[disabled] {
  cursor: default;
}

.fancybox-show-nav .fancybox-arrow[disabled]:hover::after {
  opacity: 1;
}

.fancybox_modal {
  position: relative;
}

.fancybox_modal::after {
  background: url("../../image/ico-zoom.png") 0 0 / contain no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

@media (min-width:768px) {
  .fancybox_modal::after {
    height: 30px;
    width: 30px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-arrow:hover::after {
    opacity: 1;
  }
}

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

  .fancybox_modal::after {
    height: 20px;
    width: 20px;
  }
}

/* -- showcase_box -- */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  text-align: center;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.showcase_box .showcase_box__content p {
  color: #fff;
}

.showcase_box .showcase_box__content img {
  display: block;
  height: auto;
  margin: auto;
  width: auto;
}

@media (min-width: 768px) {
  .showcase_box .showcase_box__content p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .showcase_box .showcase_box__content img {
    border: none;
  }
}

@media (max-width: 767px) {
  .showcase_box .showcase_box__content p {
    font-size: 16px;
  }
}

/* -- zoomer -- */
.zoomer {
  padding: 0;
}

.zoomer .zoomer-holder {
  box-shadow: 0 0 1px 0 rgba(80, 80, 80, .5);
}

.zoomer_basic {
  height: 210px;
  overflow: hidden;
  width: 100%;
}

.zoomer_fancy {
  width: 100%;
}

.zoomContainer {
  z-index: 99999;
}

.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background: none;
  margin: 0;
  padding: 0;
}

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

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 380px;
  }
}

* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.showcase_box {
  margin: 0;
  max-width: none;
}
.fancybox-slide > .showcase_box  {
  margin: 0;
}
.showcase_box .showcase_box__content p {
  margin: 0;
}
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 {
  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;
}
.showcase_box_cap .colw {
  border-top-color: #fff;
  margin-bottom: 15px;
  margin-top: 15px;
  
}
.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;
}

@media (min-width: 768px) {
  .showcase_box_cap {
    max-width: 330px;
  }
}