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

title : 浮世絵写真集：合戦浮世絵

memo：

last modify : 2022/02/09 WEB2TCI-25251_igarashi 新規ページ作成

========================================================== */
/* ------------------------------------ */
/* ▼ 共通 上書き */
/* ------------------------------------ */
.breadcrumbs li {
  color: #fff;
}

.breadcrumbs li a {
  color: #79B7FF;
}

.breadcrumbs li::after {
  color: #fff;
}

img {
  vertical-align: bottom;
}

.cmn_h1_sitetop_name {
  font-size: 49.5%;
  vertical-align: top;
}

.h2_icon_pattern__wrapper {
  color: #fff;
}

.box_seo {
  color: #fff;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 11px auto 20px;
  }
  .breadcrumbs li {
    font-size: 1.5rem;
  }
  .box_seo {
    margin-top: 89px;
  }
  .box_seo .seo_frame {
    letter-spacing: .04em;
  }
  .pc {
    display: inherit!important;
  }
}

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

/* ------------------------------------ */
/* ▼ h1 */
/* ------------------------------------ */
.banner_h1 {
  margin: 0 auto;
  max-width: 1060px;
  width: 100%;
}

.banner_h1 .txth1{
  text-shadow: 2px 2px 4px #222;
}

.cmn_h1_sitetop_name {
  display: block;
  letter-spacing: .08em;
  margin-top: 1.7%;
}

@media (min-width: 768px) {
  .banner_h1 .txth1 {
    font-size: 3.7vw;
    line-height: 1;
    letter-spacing: .06em;
  }
}

@media (max-width: 767px) {
  .banner_h1 .txth1 {
    font-size: 3vw;
    line-height: 1.2;
  }
}
@media (min-width:1200px){
  .banner_h1 .txth1 {
    font-size: 37px;
  }
}

/* ------------------------------------ */
/* ▼ box_intro_block */
/* ------------------------------------ */
@media (max-width:767px) {
  .box_intro_block {
    padding: 0 15px;
  }
}

/* ------------------------------------ */
/* ▼ box_lead_block */
/* ------------------------------------ */
.box_lead_block {
  margin: 0 auto;
  max-width: 766px;
}

.box_lead_text {
  letter-spacing: .04em;
  text-align: justify;
}

@media (min-width:768px) {
  .box_lead_block {
    padding: 0 20px;
  }
}

@media (max-width:767px) {
  .box_lead_text {
    font-size: 1.6rem;
  }
}

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

@media (min-width: 1000px) {
  .section_image_list_block_wrap {
    padding: 0 8px 0 10px;
  }
}

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

.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 a {
  display: inline-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_info_text {
  padding: 0 10px;
}
.showcase_box__content .section_image_info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .section_image_list_block_wrap {
    margin-top: 40px;
  }
  .section_image_list_block_item .roll:hover img {
    opacity: 1;
  }
  .section_image_info_text:first-of-type {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .section_image_list_block_wrap {
    margin-top: 20px;
  }
  .section_image_info_text:first-of-type {
    margin-top: 10px;
  }
  .showcase_box__content .section_image_info_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .showcase_box__content .era-tag {
    margin-bottom: 5px;
  }
}

/* 花柄ボタンの追加 */
.section_image_info_link {
  margin-top: 27px;
}
.section_image_info_link .cmn_link_btn.link_btn_flower02 {
  max-width: 316px;
}
.section_image_info_link .cmn_link_btn.link_btn_flower02 .cmn_link_btn_inner {
  pointer-events: none;
}

.section_image_list_block_item .fancybox_modal {
  background: url('../image/bg-base.jpg') center / cover;
  text-align: center;
}
.section_image_list_block_item .fancybox_modal img {
  padding: 25px 30px;
}
.section_image_list_block_item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  line-height: 1.4;
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .section_image_list_block_item__title > p {
    padding-top: 5px;
  }
}

@media (max-width: 768px) {
  .showcase_box__content .cmn_link_btn {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .showcase_box__content .cmn_link_btn {
    width: 90%;
  }
}

/* タグ調整 */
.era-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  min-width: 140px;
  height: 36px;
  margin-right: 10px;
}
/* 戦争絵ラベル 表示調整 */
.war-photo-album .section_image_list_block_item__title {
  margin-top: 15px;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .war-photo-album .era-tag {
    font-size: 16px;
    min-width: 147px;
    margin-bottom: 2px;
  }
}
.era-tag--heian,
.era-tag.war-01 {
  background: url('../image/bg-tag-heian.png') no-repeat center;
  background-size: contain;
}
.era-tag--kamakura,
.era-tag.war-02 {
  background: url('../image/bg-tag-kamakura.png') no-repeat center;
  background-size: contain;
}
.era-tag--nanbokucho,
.era-tag.war-03 {
  background: url('../image/bg-tag-nanbokucho.png') no-repeat center;
  background-size: contain;
}
.era-tag--muromachi,
.era-tag.war-04 {
  background: url('../image/bg-tag-muromachi.png') no-repeat center;
  background-size: contain;
}
.era-tag--momoyama,
.era-tag.war-05 {
  background: url('../image/bg-tag-momoyama.png') no-repeat center;
  background-size: contain;
}
.era-tag--edo,
.era-tag.war-06 {
  background: url('../image/bg-tag-edo.png') no-repeat center;
  background-size: contain;
}
.era-tag--meiji {
  background: url('../image/bg-tag-meiji.png') no-repeat center;
  background-size: contain;
}
.era-tag.war-07 {
  background: url('../image/bg-tag-war-07.png') no-repeat center;
  background-size: contain;
}
.era-tag.war-08 {
  background: url('../image/bg-tag-war-08.png') no-repeat center;
  background-size: contain;
}
.era-tag.war-09 {
  background: url('../image/bg-tag-war-09.png') no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .era-tag {
    font-size: 14px;
    min-width: 140px;
  }
}

/* タイプ別レイアウト調整 */
.section_image_list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section_image_list_block_item.spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
.section_image_list_block_item:nth-of-type(n + 3) {
  margin-top: 30px;
}

.type-a .section_image_list_block_item:first-of-type,
.type-a .section_image_list_block_item:nth-of-type(2),
.type-b .section_image_list_block_item:first-of-type,
.type-b .section_image_list_block_item:nth-of-type(2)
{
  max-width: 48%;
}
.type-a .section_image_list_block_item:nth-of-type(3),
.type-a .adjust-layout.section_image_list_block_item:nth-of-type(3),
.type-b .section_image_list_block_item:nth-of-type(3),
.type-b .adjust-layout.section_image_list_block_item:nth-of-type(3)
{
  max-width: 71.7%;
}
.type-a .section_image_list_block_item:nth-of-type(4),
.type-a .adjust-layout.section_image_list_block_item:nth-of-type(4),
.type-b .section_image_list_block_item:nth-of-type(4),
.type-b .adjust-layout.section_image_list_block_item:nth-of-type(4)
{
  width: 26.3%;
}
.type-a .section_image_list_block_item:nth-of-type(5),
.type-a .adjust-layout.section_image_list_block_item:nth-of-type(5),
.type-b .section_image_list_block_item:nth-of-type(6),
.type-b .adjust-layout.section_image_list_block_item:nth-of-type(6)
{
  max-width: 52%;
}
.type-a .section_image_list_block_item:nth-of-type(6),
.type-a .adjust-layout.section_image_list_block_item:nth-of-type(6),
.type-b .section_image_list_block_item:nth-of-type(5),
.type-b .adjust-layout.section_image_list_block_item:nth-of-type(5)
{
  max-width: 44.2%;
}
.type-a .adjust-layout.section_image_list_block_item:first-of-type,
.type-b .adjust-layout.section_image_list_block_item:nth-of-type(2)
{
  max-width: 39.3%;
}
.type-a .adjust-layout.section_image_list_block_item:nth-of-type(2),
.type-b .adjust-layout.section_image_list_block_item:first-of-type
{
  max-width: 55.8%;
}

/* 順番入れ替え */
.type-b .section_image_list_block_item:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.type-b .section_image_list_block_item:nth-of-type(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.type-b .section_image_list_block_item:nth-of-type(3) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.type-b .section_image_list_block_item:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.type-b .section_image_list_block_item:nth-of-type(5) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.type-b .section_image_list_block_item:nth-of-type(6) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media (max-width: 767px) {
  .type-a .section_image_list_block_item:first-of-type,
  .type-a .section_image_list_block_item:nth-of-type(2),
  .type-b .section_image_list_block_item:first-of-type,
  .type-b .section_image_list_block_item:nth-of-type(2)
  {
    max-width: 443px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .section_image_list_block_item:nth-of-type(5),
  .type-b .section_image_list_block_item:nth-of-type(6),
  .type-a .adjust-layout.section_image_list_block_item:nth-of-type(6),
  .type-b .adjust-layout.section_image_list_block_item:nth-of-type(5)
  {
    max-width: 396px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .section_image_list_block_item:nth-of-type(6),
  .type-b .section_image_list_block_item:nth-of-type(5),
  .type-a .adjust-layout.section_image_list_block_item:nth-of-type(5),
  .type-b .adjust-layout.section_image_list_block_item:nth-of-type(6)
  {
    max-width: 457px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .section_image_list_block_item:nth-of-type(3) {
    max-width: 449px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-b .section_image_list_block_item:nth-of-type(3) {
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .adjust-layout.section_image_list_block_item:first-of-type,
  .type-b .adjust-layout.section_image_list_block_item:nth-of-type(2)
  {
    max-width: 349px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .adjust-layout.section_image_list_block_item:nth-of-type(2),
  .type-b .adjust-layout.section_image_list_block_item:first-of-type
  {
    max-width: 502px;
    margin-left: auto;
    margin-right: auto;
  }
  .type-a .adjust-layout.section_image_list_block_item:nth-of-type(3),
  .type-b .adjust-layout.section_image_list_block_item:nth-of-type(3)
  {
    max-width: 646px;
    margin-left: auto;
    margin-right: auto;
  }
  /* figcaption調整 */
  .type-a .section_image_list_block_item:nth-of-type(3) figcaption,
  .type-a .adjust-layout.section_image_list_block_item:nth-of-type(3) figcaption,
  .type-b .section_image_list_block_item:nth-of-type(3) figcaption,
  .type-b .adjust-layout.section_image_list_block_item:nth-of-type(3) figcaption
  {
    width: 86%;
  }
  .section_image_list_block {
    display: block;
  }
  .section_image_list_block_item {
    margin-top: 30px!important;
    width: 100%!important;
  }
  .section_image_list_block_item p {
    font-size: 16px;
    padding-top: 1%;
  }
}

/* ------------------------------------ */
/* ▼ 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;
  -webkit-transition: .2s;
  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: 1px;
  right: 1px;
  z-index: 2;
}

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

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

@media (max-width: 767px) {
  .fancybox_modal::after {
    bottom: 0;
    right: 0;
    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__content {
  width: 100%;
  margin: 0 auto;
}

.showcase_box .showcase_box__content p {
  color: #fff;
  text-align: center;
}

@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 .zoomer-holder {
  -webkit-box-shadow: none;
          box-shadow: none;
          display: flex;
          align-items: center;
}

.zoomer .zoomer-image {
  float: initial;
  padding: 100px;
  width: auto;
  height: auto;
}

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

.zoomer_fancy {
  height: 525px;
}

@media (max-width: 768px) {
  .zoomer .zoomer-image {
    padding: 100px;
  }
}

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

/* class 「landscape」隣の要素を削除 */
.type-a li.landscape,
.type-b li.landscape
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%!important;
}
.type-a li figcaption p,
.type-b li figcaption p
{
  text-align: initial;
}
.type-a li.landscape + li,
.type-b li.landscape + li
{
  display: none!important;
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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/ico-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-show-nav .fancybox-arrow {
  opacity: 1;
}
.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 .tag_wrap.tag_wrap_row,
.showcase_box_cap  {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  display: block;
  left: 0;
  line-height: 1;
  padding: 20px 35px 20px 30px;
  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;
}
.showcase_box .tag_wrap_row > .section_image_list_block_item__title {
  margin-top: 0;
  margin-left: 0 !important;
}
.showcase_box .tag_wrap_row > .section_image_list_block_item__title:not(:first-child) {
  margin-top: 8px;
}
.showcase_box .showcase_box__content .section_image_info_text  {
  font-size:20px;
}
@media (min-width: 768px) {
  .showcase_box .showcase_box__content .section_image_list_block_item__title > p {
    font-size: 20px;
    letter-spacing: .06em;
  }
}
@media (max-width: 767px) {
  .showcase_box .showcase_box__content .section_image_info_text {
    font-size: 18px;
    padding: 0;
    line-height: 1.3;
  }
}
@media (min-width: 768px) {
  .showcase_box_cap {
    max-width: 330px;
  }
  .showcase_box .showcase_box__content .section_image_info_text {
    display: block;
    text-align: left;
    line-height: 1.5;
  }
  .hyogundan-photo-album .era-tag {
    margin-bottom: 10px;
  }
  .mushae-battle-photo-album .era-tag {
    margin-right: 0;
    margin-bottom: 10px;
  }
}