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

title : 浮世絵1000枚写真集
scope : 浮世絵1000枚写真集

memo：

last modify：2024/01/24 WEB2TCI-32110_tanaka スライドアニメーション共通化

2023/07 AKO/WEB2TCI-36631 新規作成
========================================================== */

/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
img {
  vertical-align: bottom;
}
.banner_h1 .txth1 {
  background-color: transparent;
}
.txth1_inner > .txth1_inner_small {
  border-bottom: none;
  font-size: 38px;
  text-shadow: 1.2px 1.5px 6px #000;
  padding: 0;
  line-height: 1.2;
}
.txth1_inner > .txth1_inner_small > .cmn_h1_sitetop_name{
  font-weight: 600;
}
@media (max-width: 767px) {
  .txth1_inner > .txth1_inner_small {
    font-size: 4vw;
    line-height: 1.4;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .banner_h1 .txth1 {
    min-width: max-content;
  }
}

/* ------------------------------------ */
/* ▼ desc */
/* ------------------------------------ */
.desc {
  margin: 0 auto 35px;
  max-width: 770px;
  padding: 35px 0 0;
  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;
  }
}

/* ------------------------------------ */
/* ▼ bg_wrap */
/* ------------------------------------ */
.bg_wrap {
  max-width:1060px;
  margin: 0 auto;
  background:url(../image/bg-wrap.png) no-repeat;
  background-position: top 5px center;
  background-size: cover;
}

/* ------------------------------------ */
/* ▼ section_image_list_block */
/* ------------------------------------ */
.section_image_list_block_wrap {
  margin: 0 auto;
  max-width: 884px;
  padding: 0 10px;
}
.section_image_list_block {
  padding-top: 87px;
}
.section_image_list_block + .section_image_list_block {
  margin-top: 0.695%;
}
.section_image_list_block_item {
  background: #FFF;
  margin-top: 0.695%;
  position: relative;
}
.section_image_list_block_item a {
  display: block;
  padding: 1px;
  z-index: 1;
}
.section_image_list_block_item a::before {
  border: 1px solid #a09b95;
  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;
  font-size:14px;
  position: absolute;
}
.section_image_title {
  background: url(../image/bg-title.png) repeat;
  line-height: 1.3;
  left: 0;
  bottom: 0;
  max-width: 390px;
  max-height:80px;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px 11px;
}
.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;
}
.section_image_info_text {
  padding: 0 10px;
}
.section_image_info_text:first-of-type {
  margin-top: 15px;
}
.section_image_info_text .cmn_link_btn {
  margin-top: 25px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .section_image_list_block_wrap {
    margin-top: 35px;
  }
  .section_creator_name {
    height: 30px;
    padding: 0 40px 0 15px;
  }
}
@media (max-width: 767px) {
  .section_image_list_block_wrap {
    margin-top: 20px;
  }
  .section_image_list_block {
    padding-top: 10%;
  }
  .section_image_title,
  .section_creator_name {
    display: none;
  }
}

/* -- section_image_list_block_item adjust -- */
.section_image_list_block_item {
  width: 49.6527%;
  height: 100%;
}
.section_image_list_block_item:nth-of-type(odd) {
  float: left;
}
.section_image_list_block_item:nth-of-type(even) {
  float: right;
}
.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:first-of-type {
  margin-top: -87px;
}
.spacer_cmn {
  background: none;
  background-image: url(../image/spacer-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 174px;
  margin-top: 0;
}
.spacer2 {
  background-image: url(https://webcdn.token.co.jp/www08/token/www.meihaku.jp/logo/photo-ukiyoe/spacer-logo.png);
  opacity: 0.6;
}
.spacer3 {
  background-image: url(../image/spacer-03.png);
}

.spacer_cmn:last-child,
.spacer_cmn:nth-last-of-type(2) {
  display: none;
}
.section_image_list_block_item:nth-of-type(11n+1):last-child {
  float: left;
}
.section_image_list_block_item:nth-of-type(22n+1):last-child {
  float: right;
}
@media (max-width: 767px) {
  .section_image_list_block_item:first-of-type {
    margin-top: -10%;
  }
  .section_image_list_block_item:last-of-type {
    margin-bottom: 0;
  }
  .spacer_cmn {
    background-position: center;
    height: 0;
    padding-top: 20.2%;
  }
  .section_image_list_block_item:nth-of-type(11n-1):nth-last-of-type(3)::after,
  .section_image_list_block_item:nth-of-type(11n+2):nth-last-of-type(2)::after,
  .section_image_list_block_item:nth-of-type(11n+4):nth-last-of-type(2)::after,
  .section_image_list_block_item:nth-of-type(11n+6):nth-last-of-type(2)::after,
  .section_image_list_block_item:nth-of-type(11n+8):nth-last-of-type(2)::after {
    height: 76%;
    bottom: -76%;
  }
}

/* ------------------------------------ */
/* ▼ modal layout */
/* ------------------------------------ */
.showcase_box .cmn_link_btn_inner {
  pointer-events: none;
}
/* -- fancybox -- */
.fancybox-enabled body {
  width: auto;
}
body .fancybox-close-small {
  background: url(../image/ico_closepopup.png) no-repeat top left;
  top: -20px;
}
.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: 55px;
}
.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;
}
.fancybox-navigation {
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@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;
  max-width: 1000px;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.showcase_box .showcase_box__content p {
  color: #fff;
  text-align: center;
}
.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_wrapper {
  background: #000;
}
.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 {
  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: 265px;
}
.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;
  }
}