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

title : 刀剣動物園【刀剣ワールド】
scope : 刀剣動物園【刀剣ワールド】

memo：

last modify : 2021/10/28 tanaka／WEB2TCI-23416 新規作成

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

/* ------------------------------------ */
/* ▼ 共通上書き */
/* ------------------------------------ */

img {
  vertical-align: bottom;
}

/* h1 サイト名表示 */
.cmn_h1_sitetop_name {
  font-size: 45%;
}

/* ------------------------------------ */
/* ▼ header breadcrumbs footer */
/* ------------------------------------ */
#header {
  background: none;
  padding:0;
  position: relative;
  width: 1024px;
}
#header::before {
  content: none;
}
#header .mv_title {
  color: #33250c;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}
#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.17%;
}
.breadcrumbs {
  margin: 10px auto 0;
  width: 98%;
}
.box_seo .seo_frame {
  background: #fff;
}

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

@media only screen and (max-width: 767px)  {
  #header .mv_title {
    font-size: 6vw;
  }
/*   #header .logo {
    top: 8.62%;
    left: 5.8%;
    width: 38.04%;
  } */
  #footer {
    margin-top: 0;
  }
  .footer_inner {
    background-color: #ffffff;
  }
  .footer_inner .box_copyright .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 25px 25px;
  }
}


/* ------------------------------------ */
/* ▼ LO */
/* ------------------------------------ */
.wrap {
  width: 100%;
}

.wrap.bg_wrap_head {
  background: url(../image/bg-wrap-head.gif) repeat-x bottom 6px center;
  padding-bottom: 28px;
}
.wrap.bg_wrap_foot {
  background: url(../image/bg-wrap-foot.gif) repeat-x top center;
  padding-top: 70px;
}
@media only screen and (max-width: 767px)  {
  .wrap.bg_wrap_foot,
  .wrap.bg_wrap_head {
    background-size: contain;
  }
  
}

/* ▼2019/02/04追記ここから */
.box_description {
  padding: 30px 0 0;
  max-width: 790px;
}
@media only screen and (max-width: 767px)  {
  .box_description {
    padding: 20px 15px 0;
    max-width: 100%;
  }
}
/* ▲2019/02/04追記ここまで */

/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.wrap nav {
  margin: 27px auto 0;
  width: 720px;
}
/* .wrap nav.nav_col4 {
  width: 880px;
} */
.wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap nav ul li {
  margin: 0 5px 10px;
  width: 230px;
}
.wrap nav ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  height: 54px;
  letter-spacing: 0.2em;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  width: 100%;
}
.wrap nav ul li a:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 18px;
  width: 0;
}
.wrap nav ul li a:before {
  border: 1px solid #ffffff;
  content: "";
  display: block;
  height: 85.19%;
  position: absolute;
  top: 7.4%;
  left: 1.95%;
  width: 96.19%;
}
.wrap nav ul li.nav-type01 a {
  background: url(../image/btn-anchor-blue.png) no-repeat;
}
.wrap nav ul li.nav-type02 a {
  background: url(../image/btn-anchor-brown.png) no-repeat;
}
.wrap nav ul li.nav-type03 a {
  background: url(../image/btn-anchor-purple.png) no-repeat;
}
.wrap nav ul li a:hover {
  opacity: .8;
}

@media only screen and (max-width: 885px)  {
  .wrap nav,
  .wrap nav.nav_col4 {
    margin: 30px auto 0;
    width: 90%;
  }
  .wrap nav ul li {
    margin: 0 0 2% 0;
    letter-spacing: 0.1em;
    width: 49%;
  }
  .wrap nav ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .wrap nav ul li a {
    font-size: 18px;
    height: auto;
    padding: 11px 5%;
  }
  .wrap nav ul li.nav-type01 a,
  .wrap nav ul li.nav-type02 a,
  .wrap nav ul li.nav-type03 a {
    background-size: 100% 100%;
  }
  .wrap nav ul li a:after {
    border-width: 7px 4px 0 4px;
    right: 5%;
  }
  .wrap nav ul li a:before {
    left: 0.96%;
    width: 97.8%;
  }
}
@media only screen and (max-width: 414px)  {
  .wrap nav ul {
    display: block;
  }
  .wrap nav ul li {
    margin-bottom: 12px;
    width: 100%;
  }
  .wrap nav ul li:last-child {
    padding-bottom: 0;
  }
  .wrap nav ul li:nth-child(2n) {
    margin-left: 0;
  }
  .wrap nav ul li a {
    padding: 3.5% 0;
  }
}

/* ------------------------------------ */
/* ▼ .title_box */
/* ------------------------------------ */
.title_box {
  background: url(../image/img-title.png) no-repeat;
  text-align: center;
}
.title_box h2 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 84px 0;
}
.title_box h2::before,
.title_box h2::after {
  background: url(../image/ico_dots.png);
  content: "";
  display: inline-block;
  height: 18px;
  width: 28px;
}
.title_box h2::before {
  margin-right: 15px;
}
.title_box h2::after {
  margin-left: 15px;
}
.title_box.title_type01 {
  background: url(../image/img-title-blue.png) no-repeat;
}
.title_box.title_type02 {
  background: url(../image/img-title-brown.png) no-repeat;
}
.title_box.title_type03 {
  background: url(../image/img-title-purple.png) no-repeat;
}
/* .title_box.title_type01 h2::before,
.title_box.title_type01 h2::after,
.title_box.title_type02 h2::before,
.title_box.title_type02 h2::after,
.title_box.title_type03 h2::before,
.title_box.title_type03 h2::after {
  background-image: url(../image/ico_dots_light.png);
} */
.title_box.title_type01 h2::before,
.title_box.title_type01 h2::after {
  background-image: url(../image/ico-dots-blue.png);
}
.title_box.title_type02 h2::before,
.title_box.title_type02 h2::after {
  background-image: url(../image/ico-dots-brown.png);
}
.title_box.title_type03 h2::before,
.title_box.title_type03 h2::after {
  background-image: url(../image/ico-dots-purple.png);
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap .title_box {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
  }
  .title_box.title_type01,
  .title_box.title_type02,
  .title_box.title_type03 {
    background-size: 100% 100%;
  }
  .title_box h2 {
    font-size: 22px;
    padding:  19.85% 0 17.85%;
  }
}

@media only screen and (max-width: 767px)  {
  .title_box h2 {
    font-size: 4.1vw;
    line-height: 4.2vw;
    padding:  18.3% 0 16.3%;
  }
  .title_box h2:before,
  .title_box h2:after {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap {
  margin: 0 auto 55px;
  width: 1015px;
}
.photo_wrap:last-of-type {
  margin-bottom: 34px;
}
.photo_wrap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo_wrap_list li {
  margin: 7px 7px 8px 8px;
  overflow: hidden;
  position: relative;
}
.photo_wrap_list li a {
  height: 100%;
}
.photo_wrap_list .photo {
  background: #000;
}
.photo_wrap_list .photo .photo_thum {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 縦長の画像 */
/* .type_a.photo_wrap_list li:nth-of-type(3) .photo_thum, */
.type_b.photo_wrap_list li:nth-of-type(4) .photo_thum {
  max-width: 220%;
}
/* 横長の画像 */
/* .long-sword .photo_wrap_list li:nth-of-type(5) .photo_thum,
.long-sword .photo_wrap_list li:nth-of-type(10) .photo_thum,
.attack-sword .photo_wrap_list li:nth-of-type(5) .photo_thum,
.attack-sword .photo_wrap_list li:nth-of-type(10) .photo_thum, */
.sword-photo .photo_wrap_list li:nth-of-type(5) .photo_thum,
.sword-photo .photo_wrap_list li:nth-of-type(10) .photo_thum {
  max-width: 120%;
}

.photo a {
  display: block;
}
.photo a .photo_title {
  color: #fff;
  display: flex;
  font-size: 14px;
  left: 0;
  line-height: 1.4;
  letter-spacing: 0;
  position: absolute;
  /* text-shadow:0px 0px 5px #000000,0px 0px 4px #000000,0px 0px 2px #000000; */
  top: 0;
  z-index: 1;
}
.photo a:hover {
  color: #ffffff;
  opacity: .8;
}
.photo a .photo_title .title_cat,
.photo a .photo_title .title_name {
  padding: 4px 8px;
}
.photo a .photo_title .title_cat {
  align-self: flex-start;
  background: #21713b;
  margin-right: 5px;
  word-break: keep-all;
}
.photo a .photo_title .title_name {
  background: rgba(55,133,186,0.85); /* #3785ba */
  margin-right: 20px;
}
.title_type02 ~ .photo a .photo_title .title_name {
  background: rgba(163,93,52,0.85); /* #a35d34 */
}
.title_type03 ~ .photo a .photo_title .title_name {
  background: rgba(114,104,166,0.85); /* #7268a6 */
}
#anker_1 .photo:nth-of-type(2) .photo_title {
  left: auto;
  right: 0;
}
#anker_1 .photo a .photo_title .title_name {
  margin-right: 0;
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap {
    margin-bottom: 5.85%;
    padding: 0 10px;
    width: 100%;
  }
  .photo_wrap_list li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .photo a p.photo_title {
    font-weight: 600;
  }
}

/* ------------------------------------ */
/* ▼ li 共通レイアウト  w100% w50%*2 */
/* ------------------------------------ */
/* w100% */
.type_3.photo_wrap_list li:nth-of-type(29),
.type_3.photo_wrap_list li:nth-of-type(24),
.type_3.photo_wrap_list li:nth-of-type(7),
.type_2.photo_wrap_list li:nth-of-type(114),
.type_2.photo_wrap_list li:nth-of-type(109),
.type_2.photo_wrap_list li:nth-of-type(104),
.type_2.photo_wrap_list li:nth-of-type(99),
.type_2.photo_wrap_list li:nth-of-type(90),
.type_2.photo_wrap_list li:nth-of-type(79),
.type_2.photo_wrap_list li:nth-of-type(74),
.type_2.photo_wrap_list li:nth-of-type(69),
.type_2.photo_wrap_list li:nth-of-type(64),
.type_2.photo_wrap_list li:nth-of-type(41),
.type_2.photo_wrap_list li:nth-of-type(32),
.type_2.photo_wrap_list li:nth-of-type(21),
.type_2.photo_wrap_list li:nth-of-type(12),
.photo_wrap_list li:nth-of-type(180),
.photo_wrap_list li:nth-of-type(175),
.photo_wrap_list li:nth-of-type(170),
.photo_wrap_list li:nth-of-type(165),
.photo_wrap_list li:nth-of-type(156),
.photo_wrap_list li:nth-of-type(145),
.photo_wrap_list li:nth-of-type(140),
.photo_wrap_list li:nth-of-type(135),
.photo_wrap_list li:nth-of-type(130),
.photo_wrap_list li:nth-of-type(121),
.photo_wrap_list li:nth-of-type(110),
.photo_wrap_list li:nth-of-type(105),
.photo_wrap_list li:nth-of-type(100),
.photo_wrap_list li:nth-of-type(95),
.photo_wrap_list li:nth-of-type(86),
.photo_wrap_list li:nth-of-type(75),
.photo_wrap_list li:nth-of-type(70),
.photo_wrap_list li:nth-of-type(65),
.photo_wrap_list li:nth-of-type(60),
.photo_wrap_list li:nth-of-type(51),
.photo_wrap_list li:nth-of-type(40),
.photo_wrap_list li:nth-of-type(35),
.photo_wrap_list li:nth-of-type(30),
.photo_wrap_list li:nth-of-type(25),
.photo_wrap_list li:nth-of-type(16),
.photo_wrap_list li:nth-of-type(5) {
  height: 186px;
  width: 1000px;
}
.type_3.photo_wrap_list li:nth-of-type(29) a,
.type_3.photo_wrap_list li:nth-of-type(24) a,
.type_3.photo_wrap_list li:nth-of-type(7) a,
.type_2.photo_wrap_list li:nth-of-type(114) a,
.type_2.photo_wrap_list li:nth-of-type(109) a,
.type_2.photo_wrap_list li:nth-of-type(104) a,
.type_2.photo_wrap_list li:nth-of-type(99) a,
.type_2.photo_wrap_list li:nth-of-type(90) a,
.type_2.photo_wrap_list li:nth-of-type(79) a,
.type_2.photo_wrap_list li:nth-of-type(74) a,
.type_2.photo_wrap_list li:nth-of-type(69) a,
.type_2.photo_wrap_list li:nth-of-type(64) a,
.type_2.photo_wrap_list li:nth-of-type(41) a,
.type_2.photo_wrap_list li:nth-of-type(32) a,
.type_2.photo_wrap_list li:nth-of-type(21) a,
.type_2.photo_wrap_list li:nth-of-type(12) a,
.photo_wrap_list li:nth-of-type(180) a,
.photo_wrap_list li:nth-of-type(175) a,
.photo_wrap_list li:nth-of-type(170) a,
.photo_wrap_list li:nth-of-type(165) a,
.photo_wrap_list li:nth-of-type(156) a,
.photo_wrap_list li:nth-of-type(145) a,
.photo_wrap_list li:nth-of-type(140) a,
.photo_wrap_list li:nth-of-type(135) a,
.photo_wrap_list li:nth-of-type(130) a,
.photo_wrap_list li:nth-of-type(121) a,
.photo_wrap_list li:nth-of-type(110) a,
.photo_wrap_list li:nth-of-type(105) a,
.photo_wrap_list li:nth-of-type(100) a,
.photo_wrap_list li:nth-of-type(95) a,
.photo_wrap_list li:nth-of-type(86) a,
.photo_wrap_list li:nth-of-type(51) a,
.photo_wrap_list li:nth-of-type(40) a,
.photo_wrap_list li:nth-of-type(35) a,
.photo_wrap_list li:nth-of-type(30) a,
.photo_wrap_list li:nth-of-type(25) a,
.photo_wrap_list li:nth-of-type(16) a,
.photo_wrap_list li:nth-of-type(5) a {
  padding-top: 18.6%;
}
/* w50%*2 */
.type_3.photo_wrap_list li:nth-of-type(28),
.type_3.photo_wrap_list li:nth-of-type(27),
.type_3.photo_wrap_list li:nth-of-type(19),
.type_3.photo_wrap_list li:nth-of-type(18),
.type_2.photo_wrap_list li:nth-of-type(118),
.type_2.photo_wrap_list li:nth-of-type(117),
.type_2.photo_wrap_list li:nth-of-type(113),
.type_2.photo_wrap_list li:nth-of-type(112),
.type_2.photo_wrap_list li:nth-of-type(103),
.type_2.photo_wrap_list li:nth-of-type(102),
.type_2.photo_wrap_list li:nth-of-type(94),
.type_2.photo_wrap_list li:nth-of-type(93),
.type_2.photo_wrap_list li:nth-of-type(89),
.type_2.photo_wrap_list li:nth-of-type(88),
.type_2.photo_wrap_list li:nth-of-type(83),
.type_2.photo_wrap_list li:nth-of-type(82),
.type_2.photo_wrap_list li:nth-of-type(78),
.type_2.photo_wrap_list li:nth-of-type(77),
.type_2.photo_wrap_list li:nth-of-type(68),
.type_2.photo_wrap_list li:nth-of-type(67),
.type_2.photo_wrap_list li:nth-of-type(59),
.type_2.photo_wrap_list li:nth-of-type(58),
.type_2.photo_wrap_list li:nth-of-type(55),
.type_2.photo_wrap_list li:nth-of-type(54),
.type_2.photo_wrap_list li:nth-of-type(49),
.type_2.photo_wrap_list li:nth-of-type(48),
.type_2.photo_wrap_list li:nth-of-type(43),
.type_2.photo_wrap_list li:nth-of-type(42),
.type_2.photo_wrap_list li:nth-of-type(36),
.type_2.photo_wrap_list li:nth-of-type(35),
.type_2.photo_wrap_list li:nth-of-type(31),
.type_2.photo_wrap_list li:nth-of-type(30),
.type_2.photo_wrap_list li:nth-of-type(25),
.type_2.photo_wrap_list li:nth-of-type(24),
.type_2.photo_wrap_list li:nth-of-type(16),
.type_2.photo_wrap_list li:nth-of-type(15),
.type_2.photo_wrap_list li:nth-of-type(7),
.type_2.photo_wrap_list li:nth-of-type(6),
.photo_wrap_list li:nth-of-type(179),
.photo_wrap_list li:nth-of-type(178),
.photo_wrap_list li:nth-of-type(169),
.photo_wrap_list li:nth-of-type(168),
.photo_wrap_list li:nth-of-type(160),
.photo_wrap_list li:nth-of-type(159),
.photo_wrap_list li:nth-of-type(155),
.photo_wrap_list li:nth-of-type(154),
.photo_wrap_list li:nth-of-type(149),
.photo_wrap_list li:nth-of-type(148),
.photo_wrap_list li:nth-of-type(144),
.photo_wrap_list li:nth-of-type(143),
.photo_wrap_list li:nth-of-type(134),
.photo_wrap_list li:nth-of-type(133),
.photo_wrap_list li:nth-of-type(125),
.photo_wrap_list li:nth-of-type(124),
.photo_wrap_list li:nth-of-type(120),
.photo_wrap_list li:nth-of-type(119),
.photo_wrap_list li:nth-of-type(114),
.photo_wrap_list li:nth-of-type(113),
.photo_wrap_list li:nth-of-type(109),
.photo_wrap_list li:nth-of-type(108),
.photo_wrap_list li:nth-of-type(99),
.photo_wrap_list li:nth-of-type(98),
.photo_wrap_list li:nth-of-type(90),
.photo_wrap_list li:nth-of-type(89),
.photo_wrap_list li:nth-of-type(85),
.photo_wrap_list li:nth-of-type(84),
.photo_wrap_list li:nth-of-type(79),
.photo_wrap_list li:nth-of-type(78),
.photo_wrap_list li:nth-of-type(74),
.photo_wrap_list li:nth-of-type(73),
.photo_wrap_list li:nth-of-type(64),
.photo_wrap_list li:nth-of-type(63),
.photo_wrap_list li:nth-of-type(55),
.photo_wrap_list li:nth-of-type(54),
.photo_wrap_list li:nth-of-type(50),
.photo_wrap_list li:nth-of-type(49),
.photo_wrap_list li:nth-of-type(44),
.photo_wrap_list li:nth-of-type(43),
.photo_wrap_list li:nth-of-type(39),
.photo_wrap_list li:nth-of-type(38),
.photo_wrap_list li:nth-of-type(29),
.photo_wrap_list li:nth-of-type(28),
.photo_wrap_list li:nth-of-type(20),
.photo_wrap_list li:nth-of-type(19),
.photo_wrap_list li:nth-of-type(15),
.photo_wrap_list li:nth-of-type(14),
.photo_wrap_list li:nth-of-type(8),
.photo_wrap_list li:nth-of-type(9) {
  height: 260px;
  width: calc(50% - 15px);
}
.type_3.photo_wrap_list li:nth-of-type(28) a,
.type_3.photo_wrap_list li:nth-of-type(27) a,
.type_3.photo_wrap_list li:nth-of-type(19) a,
.type_3.photo_wrap_list li:nth-of-type(18) a,
.type_2.photo_wrap_list li:nth-of-type(118) a,
.type_2.photo_wrap_list li:nth-of-type(117) a,
.type_2.photo_wrap_list li:nth-of-type(113) a,
.type_2.photo_wrap_list li:nth-of-type(112) a,
.type_2.photo_wrap_list li:nth-of-type(103) a,
.type_2.photo_wrap_list li:nth-of-type(102) a,
.type_2.photo_wrap_list li:nth-of-type(94) a,
.type_2.photo_wrap_list li:nth-of-type(93) a,
.type_2.photo_wrap_list li:nth-of-type(89) a,
.type_2.photo_wrap_list li:nth-of-type(88) a,
.type_2.photo_wrap_list li:nth-of-type(83) a,
.type_2.photo_wrap_list li:nth-of-type(82) a,
.type_2.photo_wrap_list li:nth-of-type(78) a,
.type_2.photo_wrap_list li:nth-of-type(77) a,
.type_2.photo_wrap_list li:nth-of-type(68) a,
.type_2.photo_wrap_list li:nth-of-type(67) a,
.type_2.photo_wrap_list li:nth-of-type(59) a,
.type_2.photo_wrap_list li:nth-of-type(58) a,
.type_2.photo_wrap_list li:nth-of-type(55) a,
.type_2.photo_wrap_list li:nth-of-type(54) a,
.type_2.photo_wrap_list li:nth-of-type(49) a,
.type_2.photo_wrap_list li:nth-of-type(48) a,
.type_2.photo_wrap_list li:nth-of-type(43) a,
.type_2.photo_wrap_list li:nth-of-type(42) a,
.type_2.photo_wrap_list li:nth-of-type(36) a,
.type_2.photo_wrap_list li:nth-of-type(35) a,
.type_2.photo_wrap_list li:nth-of-type(31) a,
.type_2.photo_wrap_list li:nth-of-type(30) a,
.type_2.photo_wrap_list li:nth-of-type(25) a,
.type_2.photo_wrap_list li:nth-of-type(24) a,
.type_2.photo_wrap_list li:nth-of-type(16) a,
.type_2.photo_wrap_list li:nth-of-type(15) a,
.type_2.photo_wrap_list li:nth-of-type(7) a,
.type_2.photo_wrap_list li:nth-of-type(6) a,
.photo_wrap_list li:nth-of-type(179) a,
.photo_wrap_list li:nth-of-type(178) a,
.photo_wrap_list li:nth-of-type(169) a,
.photo_wrap_list li:nth-of-type(168) a,
.photo_wrap_list li:nth-of-type(160) a,
.photo_wrap_list li:nth-of-type(159) a,
.photo_wrap_list li:nth-of-type(155) a,
.photo_wrap_list li:nth-of-type(154) a,
.photo_wrap_list li:nth-of-type(149) a,
.photo_wrap_list li:nth-of-type(148) a,
.photo_wrap_list li:nth-of-type(144) a,
.photo_wrap_list li:nth-of-type(143) a,
.photo_wrap_list li:nth-of-type(134) a,
.photo_wrap_list li:nth-of-type(133) a,
.photo_wrap_list li:nth-of-type(125) a,
.photo_wrap_list li:nth-of-type(124) a,
.photo_wrap_list li:nth-of-type(120) a,
.photo_wrap_list li:nth-of-type(119) a,
.photo_wrap_list li:nth-of-type(114) a,
.photo_wrap_list li:nth-of-type(113) a,
.photo_wrap_list li:nth-of-type(109) a,
.photo_wrap_list li:nth-of-type(108) a,
.photo_wrap_list li:nth-of-type(99) a,
.photo_wrap_list li:nth-of-type(98) a,
.photo_wrap_list li:nth-of-type(90) a,
.photo_wrap_list li:nth-of-type(89) a,
.photo_wrap_list li:nth-of-type(85) a,
.photo_wrap_list li:nth-of-type(84) a,
.photo_wrap_list li:nth-of-type(79) a,
.photo_wrap_list li:nth-of-type(78) a,
.photo_wrap_list li:nth-of-type(74) a,
.photo_wrap_list li:nth-of-type(73) a,
.photo_wrap_list li:nth-of-type(64) a,
.photo_wrap_list li:nth-of-type(63) a,
.photo_wrap_list li:nth-of-type(55) a,
.photo_wrap_list li:nth-of-type(54) a,
.photo_wrap_list li:nth-of-type(50) a,
.photo_wrap_list li:nth-of-type(49) a,
.photo_wrap_list li:nth-of-type(44) a,
.photo_wrap_list li:nth-of-type(43) a,
.photo_wrap_list li:nth-of-type(39) a,
.photo_wrap_list li:nth-of-type(38) a,
.photo_wrap_list li:nth-of-type(29) a,
.photo_wrap_list li:nth-of-type(28) a,
.photo_wrap_list li:nth-of-type(20) a,
.photo_wrap_list li:nth-of-type(19) a,
.photo_wrap_list li:nth-of-type(15) a,
.photo_wrap_list li:nth-of-type(14) a,
.photo_wrap_list li:nth-of-type(8) a,
.photo_wrap_list li:nth-of-type(9) a {
  padding-top: 53.1%;
}
.type_3.photo_wrap_list li:nth-of-type(24),
.type_2.photo_wrap_list li:nth-of-type(117),
.type_2.photo_wrap_list li:nth-of-type(104),
.type_2.photo_wrap_list li:nth-of-type(94),
.type_2.photo_wrap_list li:nth-of-type(82),
.type_2.photo_wrap_list li:nth-of-type(77),
.type_2.photo_wrap_list li:nth-of-type(74),
.type_2.photo_wrap_list li:nth-of-type(69),
.type_2.photo_wrap_list li:nth-of-type(64),
.type_2.photo_wrap_list li:nth-of-type(59),
.type_2.photo_wrap_list li:nth-of-type(34),
.type_2.photo_wrap_list li:nth-of-type(24),
.type_2.photo_wrap_list li:nth-of-type(12) {
  margin-top: 7px;
}

@media only screen and (max-width: 1024px)  {
  .type_3.photo_wrap_list li:nth-of-type(29),
  .type_3.photo_wrap_list li:nth-of-type(24),
  .type_3.photo_wrap_list li:nth-of-type(7),
  .type_2.photo_wrap_list li:nth-of-type(114),
  .type_2.photo_wrap_list li:nth-of-type(109),
  .type_2.photo_wrap_list li:nth-of-type(104),
  .type_2.photo_wrap_list li:nth-of-type(99),
  .type_2.photo_wrap_list li:nth-of-type(90),
  .type_2.photo_wrap_list li:nth-of-type(79),
  .type_2.photo_wrap_list li:nth-of-type(74),
  .type_2.photo_wrap_list li:nth-of-type(69),
  .type_2.photo_wrap_list li:nth-of-type(64),
  .type_2.photo_wrap_list li:nth-of-type(41),
  .type_2.photo_wrap_list li:nth-of-type(32),
  .type_2.photo_wrap_list li:nth-of-type(21),
  .type_2.photo_wrap_list li:nth-of-type(12),
  .photo_wrap_list li:nth-of-type(180),
  .photo_wrap_list li:nth-of-type(175),
  .photo_wrap_list li:nth-of-type(170),
  .photo_wrap_list li:nth-of-type(165),
  .photo_wrap_list li:nth-of-type(156),
  .photo_wrap_list li:nth-of-type(145),
  .photo_wrap_list li:nth-of-type(140),
  .photo_wrap_list li:nth-of-type(135),
  .photo_wrap_list li:nth-of-type(130),
  .photo_wrap_list li:nth-of-type(121),
  .photo_wrap_list li:nth-of-type(110),
  .photo_wrap_list li:nth-of-type(105),
  .photo_wrap_list li:nth-of-type(100),
  .photo_wrap_list li:nth-of-type(95),
  .photo_wrap_list li:nth-of-type(86),
  .photo_wrap_list li:nth-of-type(75),
  .photo_wrap_list li:nth-of-type(70),
  .photo_wrap_list li:nth-of-type(65),
  .photo_wrap_list li:nth-of-type(60),
  .photo_wrap_list li:nth-of-type(51),
  .photo_wrap_list li:nth-of-type(40),
  .photo_wrap_list li:nth-of-type(35),
  .photo_wrap_list li:nth-of-type(30),
  .photo_wrap_list li:nth-of-type(25),
  .photo_wrap_list li:nth-of-type(16),
  .photo_wrap_list li:nth-of-type(5) {
    height: 100%;
    margin-bottom: 1%;
    width: 100%;
    margin-right: 0;
  }
  .type_3.photo_wrap_list li:nth-of-type(28),
  .type_3.photo_wrap_list li:nth-of-type(27),
  .type_3.photo_wrap_list li:nth-of-type(19),
  .type_3.photo_wrap_list li:nth-of-type(18),
  .type_2.photo_wrap_list li:nth-of-type(118),
  .type_2.photo_wrap_list li:nth-of-type(117),
  .type_2.photo_wrap_list li:nth-of-type(113),
  .type_2.photo_wrap_list li:nth-of-type(112),
  .type_2.photo_wrap_list li:nth-of-type(103),
  .type_2.photo_wrap_list li:nth-of-type(102),
  .type_2.photo_wrap_list li:nth-of-type(94),
  .type_2.photo_wrap_list li:nth-of-type(93),
  .type_2.photo_wrap_list li:nth-of-type(89),
  .type_2.photo_wrap_list li:nth-of-type(88),
  .type_2.photo_wrap_list li:nth-of-type(83),
  .type_2.photo_wrap_list li:nth-of-type(82),
  .type_2.photo_wrap_list li:nth-of-type(78),
  .type_2.photo_wrap_list li:nth-of-type(77),
  .type_2.photo_wrap_list li:nth-of-type(68),
  .type_2.photo_wrap_list li:nth-of-type(67),
  .type_2.photo_wrap_list li:nth-of-type(59),
  .type_2.photo_wrap_list li:nth-of-type(58),
  .type_2.photo_wrap_list li:nth-of-type(55),
  .type_2.photo_wrap_list li:nth-of-type(54),
  .type_2.photo_wrap_list li:nth-of-type(49),
  .type_2.photo_wrap_list li:nth-of-type(48),
  .type_2.photo_wrap_list li:nth-of-type(43),
  .type_2.photo_wrap_list li:nth-of-type(42),
  .type_2.photo_wrap_list li:nth-of-type(36),
  .type_2.photo_wrap_list li:nth-of-type(35),
  .type_2.photo_wrap_list li:nth-of-type(31),
  .type_2.photo_wrap_list li:nth-of-type(30),
  .type_2.photo_wrap_list li:nth-of-type(25),
  .type_2.photo_wrap_list li:nth-of-type(24),
  .type_2.photo_wrap_list li:nth-of-type(16),
  .type_2.photo_wrap_list li:nth-of-type(15),
  .type_2.photo_wrap_list li:nth-of-type(7),
  .type_2.photo_wrap_list li:nth-of-type(6),
  .photo_wrap_list li:nth-of-type(179),
  .photo_wrap_list li:nth-of-type(178),
  .photo_wrap_list li:nth-of-type(169),
  .photo_wrap_list li:nth-of-type(168),
  .photo_wrap_list li:nth-of-type(160),
  .photo_wrap_list li:nth-of-type(159),
  .photo_wrap_list li:nth-of-type(155),
  .photo_wrap_list li:nth-of-type(154),
  .photo_wrap_list li:nth-of-type(149),
  .photo_wrap_list li:nth-of-type(148),
  .photo_wrap_list li:nth-of-type(144),
  .photo_wrap_list li:nth-of-type(143),
  .photo_wrap_list li:nth-of-type(134),
  .photo_wrap_list li:nth-of-type(133),
  .photo_wrap_list li:nth-of-type(125),
  .photo_wrap_list li:nth-of-type(124),
  .photo_wrap_list li:nth-of-type(120),
  .photo_wrap_list li:nth-of-type(119),
  .photo_wrap_list li:nth-of-type(114),
  .photo_wrap_list li:nth-of-type(113),
  .photo_wrap_list li:nth-of-type(109),
  .photo_wrap_list li:nth-of-type(108),
  .photo_wrap_list li:nth-of-type(99),
  .photo_wrap_list li:nth-of-type(98),
  .photo_wrap_list li:nth-of-type(90),
  .photo_wrap_list li:nth-of-type(89),
  .photo_wrap_list li:nth-of-type(85),
  .photo_wrap_list li:nth-of-type(84),
  .photo_wrap_list li:nth-of-type(79),
  .photo_wrap_list li:nth-of-type(78),
  .photo_wrap_list li:nth-of-type(74),
  .photo_wrap_list li:nth-of-type(73),
  .photo_wrap_list li:nth-of-type(64),
  .photo_wrap_list li:nth-of-type(63),
  .photo_wrap_list li:nth-of-type(55),
  .photo_wrap_list li:nth-of-type(54),
  .photo_wrap_list li:nth-of-type(50),
  .photo_wrap_list li:nth-of-type(49),
  .photo_wrap_list li:nth-of-type(44),
  .photo_wrap_list li:nth-of-type(43),
  .photo_wrap_list li:nth-of-type(39),
  .photo_wrap_list li:nth-of-type(38),
  .photo_wrap_list li:nth-of-type(29),
  .photo_wrap_list li:nth-of-type(28),
  .photo_wrap_list li:nth-of-type(20),
  .photo_wrap_list li:nth-of-type(19),
  .photo_wrap_list li:nth-of-type(15),
  .photo_wrap_list li:nth-of-type(14),
  .photo_wrap_list li:nth-of-type(8),
  .photo_wrap_list li:nth-of-type(9) {
    height: 100%;
    margin: 0 1% 1% 0;
    width: 49.5%;
  }
  .type_3.photo_wrap_list li:nth-of-type(28),
  .type_3.photo_wrap_list li:nth-of-type(19),
  .type_2.photo_wrap_list li:nth-of-type(118),
  .type_2.photo_wrap_list li:nth-of-type(117),
  .type_2.photo_wrap_list li:nth-of-type(113),
  .type_2.photo_wrap_list li:nth-of-type(112),
  .type_2.photo_wrap_list li:nth-of-type(103),
  .type_2.photo_wrap_list li:nth-of-type(102),
  .type_2.photo_wrap_list li:nth-of-type(94),
  .type_2.photo_wrap_list li:nth-of-type(93),
  .type_2.photo_wrap_list li:nth-of-type(89),
  .type_2.photo_wrap_list li:nth-of-type(88),
  .type_2.photo_wrap_list li:nth-of-type(83),
  .type_2.photo_wrap_list li:nth-of-type(82),
  .type_2.photo_wrap_list li:nth-of-type(78),
  .type_2.photo_wrap_list li:nth-of-type(77),
  .type_2.photo_wrap_list li:nth-of-type(68),
  .type_2.photo_wrap_list li:nth-of-type(67),
  .type_2.photo_wrap_list li:nth-of-type(59),
  .type_2.photo_wrap_list li:nth-of-type(58),
  .type_2.photo_wrap_list li:nth-of-type(55),
  .type_2.photo_wrap_list li:nth-of-type(54),
  .type_2.photo_wrap_list li:nth-of-type(49),
  .type_2.photo_wrap_list li:nth-of-type(48),
  .type_2.photo_wrap_list li:nth-of-type(43),
  .type_2.photo_wrap_list li:nth-of-type(36),
  .type_2.photo_wrap_list li:nth-of-type(31),
  .type_2.photo_wrap_list li:nth-of-type(25),
  .type_2.photo_wrap_list li:nth-of-type(16),
  .type_2.photo_wrap_list li:nth-of-type(7),
  .photo_wrap_list li:nth-of-type(179),
  .photo_wrap_list li:nth-of-type(178),
  .photo_wrap_list li:nth-of-type(169),
  .photo_wrap_list li:nth-of-type(168),
  .photo_wrap_list li:nth-of-type(160),
  .photo_wrap_list li:nth-of-type(159),
  .photo_wrap_list li:nth-of-type(155),
  .photo_wrap_list li:nth-of-type(154),
  .photo_wrap_list li:nth-of-type(149),
  .photo_wrap_list li:nth-of-type(148),
  .photo_wrap_list li:nth-of-type(144),
  .photo_wrap_list li:nth-of-type(143),
  .photo_wrap_list li:nth-of-type(134),
  .photo_wrap_list li:nth-of-type(133),
  .photo_wrap_list li:nth-of-type(125),
  .photo_wrap_list li:nth-of-type(124),
  .photo_wrap_list li:nth-of-type(120),
  .photo_wrap_list li:nth-of-type(119),
  .photo_wrap_list li:nth-of-type(114),
  .photo_wrap_list li:nth-of-type(113),
  .photo_wrap_list li:nth-of-type(109),
  .photo_wrap_list li:nth-of-type(108),
  .photo_wrap_list li:nth-of-type(99),
  .photo_wrap_list li:nth-of-type(98),
  .photo_wrap_list li:nth-of-type(90),
  .photo_wrap_list li:nth-of-type(89),
  .photo_wrap_list li:nth-of-type(85),
  .photo_wrap_list li:nth-of-type(84),
  .photo_wrap_list li:nth-of-type(79),
  .photo_wrap_list li:nth-of-type(78),
  .photo_wrap_list li:nth-of-type(74),
  .photo_wrap_list li:nth-of-type(73),
  .photo_wrap_list li:nth-of-type(64),
  .photo_wrap_list li:nth-of-type(63),
  .photo_wrap_list li:nth-of-type(55),
  .photo_wrap_list li:nth-of-type(54),
  .photo_wrap_list li:nth-of-type(50),
  .photo_wrap_list li:nth-of-type(49),
  .photo_wrap_list li:nth-of-type(44),
  .photo_wrap_list li:nth-of-type(43),
  .photo_wrap_list li:nth-of-type(39),
  .photo_wrap_list li:nth-of-type(38),
  .photo_wrap_list li:nth-of-type(29),
  .photo_wrap_list li:nth-of-type(28),
  .photo_wrap_list li:nth-of-type(20),
  .photo_wrap_list li:nth-of-type(15),
  .photo_wrap_list li:nth-of-type(9) {
    margin-right: 0;
  }
  .type_2.photo_wrap_list li:nth-of-type(43) a,
  .type_2.photo_wrap_list li:nth-of-type(36) a,
  .type_2.photo_wrap_list li:nth-of-type(31) a,
  .type_2.photo_wrap_list li:nth-of-type(25) a,
  .type_2.photo_wrap_list li:nth-of-type(16) a,
  .type_2.photo_wrap_list li:nth-of-type(7) a,
  .photo_wrap_list li:nth-of-type(179) a,
  .photo_wrap_list li:nth-of-type(178) a,
  .photo_wrap_list li:nth-of-type(169) a,
  .photo_wrap_list li:nth-of-type(168) a,
  .photo_wrap_list li:nth-of-type(160) a,
  .photo_wrap_list li:nth-of-type(159) a,
  .photo_wrap_list li:nth-of-type(155) a,
  .photo_wrap_list li:nth-of-type(154) a,
  .photo_wrap_list li:nth-of-type(149) a,
  .photo_wrap_list li:nth-of-type(148) a,
  .photo_wrap_list li:nth-of-type(144) a,
  .photo_wrap_list li:nth-of-type(143) a,
  .photo_wrap_list li:nth-of-type(134) a,
  .photo_wrap_list li:nth-of-type(133) a,
  .photo_wrap_list li:nth-of-type(125) a,
  .photo_wrap_list li:nth-of-type(124) a,
  .photo_wrap_list li:nth-of-type(120) a,
  .photo_wrap_list li:nth-of-type(119) a,
  .photo_wrap_list li:nth-of-type(114) a,
  .photo_wrap_list li:nth-of-type(113) a,
  .photo_wrap_list li:nth-of-type(109) a,
  .photo_wrap_list li:nth-of-type(108) a,
  .photo_wrap_list li:nth-of-type(99) a,
  .photo_wrap_list li:nth-of-type(98) a,
  .photo_wrap_list li:nth-of-type(90) a,
  .photo_wrap_list li:nth-of-type(89) a,
  .photo_wrap_list li:nth-of-type(85) a, 
  .photo_wrap_list li:nth-of-type(84) a,
  .photo_wrap_list li:nth-of-type(79) a,
  .photo_wrap_list li:nth-of-type(78) a,
  .photo_wrap_list li:nth-of-type(74) a,
  .photo_wrap_list li:nth-of-type(73) a,
  .photo_wrap_list li:nth-of-type(64) a,
  .photo_wrap_list li:nth-of-type(63) a,
  .photo_wrap_list li:nth-of-type(55) a,
  .photo_wrap_list li:nth-of-type(54) a,
  .photo_wrap_list li:nth-of-type(50) a,
  .photo_wrap_list li:nth-of-type(49) a,
  .photo_wrap_list li:nth-of-type(44) a,
  .photo_wrap_list li:nth-of-type(43) a,
  .photo_wrap_list li:nth-of-type(39) a,
  .photo_wrap_list li:nth-of-type(38) a,
  .photo_wrap_list li:nth-of-type(29) a,
  .photo_wrap_list li:nth-of-type(28) a,
  .photo_wrap_list li:nth-of-type(20) a,
  .photo_wrap_list li:nth-of-type(15) a,
  .photo_wrap_list li:nth-of-type(9) a {
    margin-right: 0;
  }
  .type_3.photo_wrap_list li:nth-of-type(24),
  .type_2.photo_wrap_list li:nth-of-type(117),
  .type_2.photo_wrap_list li:nth-of-type(104),
  .type_2.photo_wrap_list li:nth-of-type(94),
  .type_2.photo_wrap_list li:nth-of-type(82),
  .type_2.photo_wrap_list li:nth-of-type(77),
  .type_2.photo_wrap_list li:nth-of-type(74),
  .type_2.photo_wrap_list li:nth-of-type(69),
  .type_2.photo_wrap_list li:nth-of-type(64),
  .type_2.photo_wrap_list li:nth-of-type(59),
  .type_2.photo_wrap_list li:nth-of-type(34),
  .type_2.photo_wrap_list li:nth-of-type(24),
  .type_2.photo_wrap_list li:nth-of-type(12) {
    margin-top: 0;
  } 
  
}

/* ------------------------------------ */
/* ▼ .type_1 (無印) 1~27
  .type_2 1~13までtype_1と同じ 14～31
  .type_3 1~4までtype_1と同じ 5～7 */
/* ------------------------------------ */
.photo_wrap_list li:nth-of-type(1) {
  height: 193px;
  width: 319px;
}
.photo_wrap_list li:nth-of-type(177),
.photo_wrap_list li:nth-of-type(171),
.photo_wrap_list li:nth-of-type(167),
.photo_wrap_list li:nth-of-type(161),
.photo_wrap_list li:nth-of-type(158),
.photo_wrap_list li:nth-of-type(151),
.photo_wrap_list li:nth-of-type(146),
.photo_wrap_list li:nth-of-type(142),
.photo_wrap_list li:nth-of-type(136),
.photo_wrap_list li:nth-of-type(132),
.photo_wrap_list li:nth-of-type(126),
.photo_wrap_list li:nth-of-type(123),
.photo_wrap_list li:nth-of-type(116),
.photo_wrap_list li:nth-of-type(111),
.photo_wrap_list li:nth-of-type(107),
.photo_wrap_list li:nth-of-type(101),
.photo_wrap_list li:nth-of-type(97),
.photo_wrap_list li:nth-of-type(91),
.photo_wrap_list li:nth-of-type(88),
.photo_wrap_list li:nth-of-type(81),
.photo_wrap_list li:nth-of-type(76),
.photo_wrap_list li:nth-of-type(72),
.photo_wrap_list li:nth-of-type(66),
.photo_wrap_list li:nth-of-type(62),
.photo_wrap_list li:nth-of-type(56),
.photo_wrap_list li:nth-of-type(53),
.photo_wrap_list li:nth-of-type(46),
.photo_wrap_list li:nth-of-type(41),
.photo_wrap_list li:nth-of-type(37),
.photo_wrap_list li:nth-of-type(31),
.photo_wrap_list li:nth-of-type(27),
.photo_wrap_list li:nth-of-type(21),
.photo_wrap_list li:nth-of-type(18),
.photo_wrap_list li:nth-of-type(11),
.photo_wrap_list li:nth-of-type(2),
.photo_wrap_list li:nth-of-type(6) {
  height: 393px;
  width: 666px;
}
.photo_wrap_list li:nth-of-type(177) a,
.photo_wrap_list li:nth-of-type(171) a,
.photo_wrap_list li:nth-of-type(167) a,
.photo_wrap_list li:nth-of-type(161) a,
.photo_wrap_list li:nth-of-type(158) a,
.photo_wrap_list li:nth-of-type(151) a,
.photo_wrap_list li:nth-of-type(146) a,
.photo_wrap_list li:nth-of-type(142) a,
.photo_wrap_list li:nth-of-type(136) a,
.photo_wrap_list li:nth-of-type(132) a,
.photo_wrap_list li:nth-of-type(126) a,
.photo_wrap_list li:nth-of-type(123) a,
.photo_wrap_list li:nth-of-type(116) a,
.photo_wrap_list li:nth-of-type(111) a,
.photo_wrap_list li:nth-of-type(107) a,
.photo_wrap_list li:nth-of-type(101) a,
.photo_wrap_list li:nth-of-type(97) a,
.photo_wrap_list li:nth-of-type(91) a,
.photo_wrap_list li:nth-of-type(88) a,
.photo_wrap_list li:nth-of-type(81) a,
.photo_wrap_list li:nth-of-type(76) a,
.photo_wrap_list li:nth-of-type(72) a,
.photo_wrap_list li:nth-of-type(66) a,
.photo_wrap_list li:nth-of-type(62) a,
.photo_wrap_list li:nth-of-type(56) a,
.photo_wrap_list li:nth-of-type(53) a,
.photo_wrap_list li:nth-of-type(46) a,
.photo_wrap_list li:nth-of-type(41) a,
.photo_wrap_list li:nth-of-type(37) a,
.photo_wrap_list li:nth-of-type(31) a,
.photo_wrap_list li:nth-of-type(27) a,
.photo_wrap_list li:nth-of-type(21) a,
.photo_wrap_list li:nth-of-type(18) a,
.photo_wrap_list li:nth-of-type(11) a,
.photo_wrap_list li:nth-of-type(2) a,
.photo_wrap_list li:nth-of-type(6) a {
  padding-top: 58.7%;
}
.photo_wrap_list li:nth-of-type(174),
.photo_wrap_list li:nth-of-type(164),
.photo_wrap_list li:nth-of-type(152),
.photo_wrap_list li:nth-of-type(139),
.photo_wrap_list li:nth-of-type(129),
.photo_wrap_list li:nth-of-type(117),
.photo_wrap_list li:nth-of-type(104),
.photo_wrap_list li:nth-of-type(94),
.photo_wrap_list li:nth-of-type(82),
.photo_wrap_list li:nth-of-type(69),
.photo_wrap_list li:nth-of-type(59),
.photo_wrap_list li:nth-of-type(47),
.photo_wrap_list li:nth-of-type(34),
.photo_wrap_list li:nth-of-type(24),
.photo_wrap_list li:nth-of-type(12),
.photo_wrap_list li:nth-of-type(3) {
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.photo_wrap_list li:nth-of-type(174) a,
.photo_wrap_list li:nth-of-type(164) a,
.photo_wrap_list li:nth-of-type(152) a,
.photo_wrap_list li:nth-of-type(139) a,
.photo_wrap_list li:nth-of-type(129) a,
.photo_wrap_list li:nth-of-type(117) a,
.photo_wrap_list li:nth-of-type(104) a,
.photo_wrap_list li:nth-of-type(94) a,
.photo_wrap_list li:nth-of-type(82) a,
.photo_wrap_list li:nth-of-type(69) a,
.photo_wrap_list li:nth-of-type(59) a,
.photo_wrap_list li:nth-of-type(47) a,
.photo_wrap_list li:nth-of-type(34) a,
.photo_wrap_list li:nth-of-type(24) a,
.photo_wrap_list li:nth-of-type(12) a,
.photo_wrap_list li:nth-of-type(3) a {
  padding-top: 145.4%;
}
.photo_wrap_list li:nth-of-type(173),
.photo_wrap_list li:nth-of-type(163),
.photo_wrap_list li:nth-of-type(153),
.photo_wrap_list li:nth-of-type(138),
.photo_wrap_list li:nth-of-type(128),
.photo_wrap_list li:nth-of-type(118),
.photo_wrap_list li:nth-of-type(103),
.photo_wrap_list li:nth-of-type(93),
.photo_wrap_list li:nth-of-type(83),
.photo_wrap_list li:nth-of-type(68),
.photo_wrap_list li:nth-of-type(58),
.photo_wrap_list li:nth-of-type(48),
.photo_wrap_list li:nth-of-type(33),
.photo_wrap_list li:nth-of-type(23),
.photo_wrap_list li:nth-of-type(13),
.photo_wrap_list li:nth-of-type(4) {
  height: 265px;
  width: 666px;
}
.photo_wrap_list li:nth-of-type(173) a,
.photo_wrap_list li:nth-of-type(163) a,
.photo_wrap_list li:nth-of-type(153) a,
.photo_wrap_list li:nth-of-type(138) a,
.photo_wrap_list li:nth-of-type(128) a,
.photo_wrap_list li:nth-of-type(118) a,
.photo_wrap_list li:nth-of-type(103) a,
.photo_wrap_list li:nth-of-type(93) a,
.photo_wrap_list li:nth-of-type(83) a,
.photo_wrap_list li:nth-of-type(68) a,
.photo_wrap_list li:nth-of-type(58) a,
.photo_wrap_list li:nth-of-type(48) a,
.photo_wrap_list li:nth-of-type(33) a,
.photo_wrap_list li:nth-of-type(23) a,
.photo_wrap_list li:nth-of-type(13) a,
.photo_wrap_list li:nth-of-type(4) a {
  padding-top: 39.7%;
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap_list li:nth-of-type(1) {
    height: 100%;
    width: 33.5%;
  }
  .photo_wrap_list li:nth-of-type(177),
  .photo_wrap_list li:nth-of-type(173),
  .photo_wrap_list li:nth-of-type(171),
  .photo_wrap_list li:nth-of-type(167),
  .photo_wrap_list li:nth-of-type(163),
  .photo_wrap_list li:nth-of-type(161),
  .photo_wrap_list li:nth-of-type(158),
  .photo_wrap_list li:nth-of-type(153),
  .photo_wrap_list li:nth-of-type(151),
  .photo_wrap_list li:nth-of-type(146),
  .photo_wrap_list li:nth-of-type(142),
  .photo_wrap_list li:nth-of-type(138),
  .photo_wrap_list li:nth-of-type(136),
  .photo_wrap_list li:nth-of-type(132),
  .photo_wrap_list li:nth-of-type(128),
  .photo_wrap_list li:nth-of-type(126),
  .photo_wrap_list li:nth-of-type(123),
  .photo_wrap_list li:nth-of-type(118),
  .photo_wrap_list li:nth-of-type(116),
  .photo_wrap_list li:nth-of-type(111),
  .photo_wrap_list li:nth-of-type(107),
  .photo_wrap_list li:nth-of-type(103),
  .photo_wrap_list li:nth-of-type(101),
  .photo_wrap_list li:nth-of-type(97),
  .photo_wrap_list li:nth-of-type(93),
  .photo_wrap_list li:nth-of-type(91),
  .photo_wrap_list li:nth-of-type(88),
  .photo_wrap_list li:nth-of-type(83),
  .photo_wrap_list li:nth-of-type(81),
  .photo_wrap_list li:nth-of-type(76),
  .photo_wrap_list li:nth-of-type(72),
  .photo_wrap_list li:nth-of-type(68),
  .photo_wrap_list li:nth-of-type(66),
  .photo_wrap_list li:nth-of-type(62),
  .photo_wrap_list li:nth-of-type(58),
  .photo_wrap_list li:nth-of-type(56),
  .photo_wrap_list li:nth-of-type(53),
  .photo_wrap_list li:nth-of-type(48),
  .photo_wrap_list li:nth-of-type(46),
  .photo_wrap_list li:nth-of-type(41),
  .photo_wrap_list li:nth-of-type(37),
  .photo_wrap_list li:nth-of-type(33),
  .photo_wrap_list li:nth-of-type(31),
  .photo_wrap_list li:nth-of-type(27),
  .photo_wrap_list li:nth-of-type(23),
  .photo_wrap_list li:nth-of-type(21),
  .photo_wrap_list li:nth-of-type(18),
  .photo_wrap_list li:nth-of-type(13),
  .photo_wrap_list li:nth-of-type(11),
  .photo_wrap_list li:nth-of-type(6),
  .photo_wrap_list li:nth-of-type(4),
  .photo_wrap_list li:nth-of-type(2) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .photo_wrap_list li:nth-of-type(174),
  .photo_wrap_list li:nth-of-type(164),
  .photo_wrap_list li:nth-of-type(152),
  .photo_wrap_list li:nth-of-type(139),
  .photo_wrap_list li:nth-of-type(129),
  .photo_wrap_list li:nth-of-type(117),
  .photo_wrap_list li:nth-of-type(104),
  .photo_wrap_list li:nth-of-type(94),
  .photo_wrap_list li:nth-of-type(82),
  .photo_wrap_list li:nth-of-type(69),
  .photo_wrap_list li:nth-of-type(59),
  .photo_wrap_list li:nth-of-type(47),
  .photo_wrap_list li:nth-of-type(34),
  .photo_wrap_list li:nth-of-type(24),
  .photo_wrap_list li:nth-of-type(12),
  .photo_wrap_list li:nth-of-type(3) {
    height: 100%;
    margin: -22.7% 0 1% 0;
    width: 33.5%;
  }
}

/* .type_2 陸の生き物 14～31 */
.type_2.photo_wrap_list li:nth-of-type(115),
.type_2.photo_wrap_list li:nth-of-type(105),
.type_2.photo_wrap_list li:nth-of-type(106),
.type_2.photo_wrap_list li:nth-of-type(95),
.type_2.photo_wrap_list li:nth-of-type(92),
.type_2.photo_wrap_list li:nth-of-type(85),
.type_2.photo_wrap_list li:nth-of-type(80),
.type_2.photo_wrap_list li:nth-of-type(75),
.type_2.photo_wrap_list li:nth-of-type(76),
.type_2.photo_wrap_list li:nth-of-type(70),
.type_2.photo_wrap_list li:nth-of-type(60),
.type_2.photo_wrap_list li:nth-of-type(57),
.type_2.photo_wrap_list li:nth-of-type(51),
.type_2.photo_wrap_list li:nth-of-type(44),
.type_2.photo_wrap_list li:nth-of-type(37),
.type_2.photo_wrap_list li:nth-of-type(34),
.type_2.photo_wrap_list li:nth-of-type(27),
.type_2.photo_wrap_list li:nth-of-type(22),
.type_2.photo_wrap_list li:nth-of-type(18),
.type_2.photo_wrap_list li:nth-of-type(13),
.type_2.photo_wrap_list li:nth-of-type(9) {
  height: 393px;
  width: 666px;
}
.type_2.photo_wrap_list li:nth-of-type(22) {
  margin-top: 7px; /* (24) */
}
.type_2.photo_wrap_list li:nth-of-type(115) a,
.type_2.photo_wrap_list li:nth-of-type(105) a,
.type_2.photo_wrap_list li:nth-of-type(106) a,
.type_2.photo_wrap_list li:nth-of-type(95) a,
.type_2.photo_wrap_list li:nth-of-type(92) a,
.type_2.photo_wrap_list li:nth-of-type(85) a,
.type_2.photo_wrap_list li:nth-of-type(80) a,
.type_2.photo_wrap_list li:nth-of-type(76) a,
.type_2.photo_wrap_list li:nth-of-type(70) a,
.type_2.photo_wrap_list li:nth-of-type(60) a,
.type_2.photo_wrap_list li:nth-of-type(57) a,
.type_2.photo_wrap_list li:nth-of-type(51) a,
.type_2.photo_wrap_list li:nth-of-type(44) a,
.type_2.photo_wrap_list li:nth-of-type(37) a,
.type_2.photo_wrap_list li:nth-of-type(34) a,
.type_2.photo_wrap_list li:nth-of-type(27) a,
.type_2.photo_wrap_list li:nth-of-type(22) a,
.type_2.photo_wrap_list li:nth-of-type(18) a,
.type_2.photo_wrap_list li:nth-of-type(13) a,
.type_2.photo_wrap_list li:nth-of-type(9) a {
  padding-top: 58.7%;
}
.type_2.photo_wrap_list li:nth-of-type(14) {
  height: 393px;
  width: 319px;
}
.type_2.photo_wrap_list li:nth-of-type(14) a {
  padding-top: 114.9%;
}
.type_2.photo_wrap_list li:nth-of-type(108),
.type_2.photo_wrap_list li:nth-of-type(98),
.type_2.photo_wrap_list li:nth-of-type(86),
.type_2.photo_wrap_list li:nth-of-type(73),
.type_2.photo_wrap_list li:nth-of-type(63),
.type_2.photo_wrap_list li:nth-of-type(52),
.type_2.photo_wrap_list li:nth-of-type(47),
.type_2.photo_wrap_list li:nth-of-type(40),
.type_2.photo_wrap_list li:nth-of-type(28),
.type_2.photo_wrap_list li:nth-of-type(19),
.type_2.photo_wrap_list li:nth-of-type(10) {
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.type_2.photo_wrap_list li:nth-of-type(108) a,
.type_2.photo_wrap_list li:nth-of-type(98) a,
.type_2.photo_wrap_list li:nth-of-type(91) a,
.type_2.photo_wrap_list li:nth-of-type(86) a,
.type_2.photo_wrap_list li:nth-of-type(73) a,
.type_2.photo_wrap_list li:nth-of-type(63) a,
.type_2.photo_wrap_list li:nth-of-type(52) a,
.type_2.photo_wrap_list li:nth-of-type(47) a,
.type_2.photo_wrap_list li:nth-of-type(40) a,
.type_2.photo_wrap_list li:nth-of-type(28) a,
.type_2.photo_wrap_list li:nth-of-type(19) a,
.type_2.photo_wrap_list li:nth-of-type(10) a {
  padding-top: 145.4%;
}
.type_2.photo_wrap_list li:nth-of-type(107),
.type_2.photo_wrap_list li:nth-of-type(97),
.type_2.photo_wrap_list li:nth-of-type(87),
.type_2.photo_wrap_list li:nth-of-type(72),
.type_2.photo_wrap_list li:nth-of-type(62),
.type_2.photo_wrap_list li:nth-of-type(53),
.type_2.photo_wrap_list li:nth-of-type(46),
.type_2.photo_wrap_list li:nth-of-type(39),
.type_2.photo_wrap_list li:nth-of-type(29),
.type_2.photo_wrap_list li:nth-of-type(20),
.type_2.photo_wrap_list li:nth-of-type(11) {
  height: 265px;
  width: 666px;
}
.type_2.photo_wrap_list li:nth-of-type(107) a,
.type_2.photo_wrap_list li:nth-of-type(97) a,
.type_2.photo_wrap_list li:nth-of-type(87) a,
.type_2.photo_wrap_list li:nth-of-type(72) a,
.type_2.photo_wrap_list li:nth-of-type(62) a,
.type_2.photo_wrap_list li:nth-of-type(53) a,
.type_2.photo_wrap_list li:nth-of-type(46) a,
.type_2.photo_wrap_list li:nth-of-type(39) a,
.type_2.photo_wrap_list li:nth-of-type(29) a,
.type_2.photo_wrap_list li:nth-of-type(20) a,
.type_2.photo_wrap_list li:nth-of-type(11) a {
  padding-top: 39.7%;
}
@media only screen and (max-width: 1024px)  {
  .type_2.photo_wrap_list li:nth-of-type(115),
  .type_2.photo_wrap_list li:nth-of-type(107),
  .type_2.photo_wrap_list li:nth-of-type(105),
  .type_2.photo_wrap_list li:nth-of-type(106),
  .type_2.photo_wrap_list li:nth-of-type(97),
  .type_2.photo_wrap_list li:nth-of-type(95),
  .type_2.photo_wrap_list li:nth-of-type(92),
  .type_2.photo_wrap_list li:nth-of-type(87),
  .type_2.photo_wrap_list li:nth-of-type(85),
  .type_2.photo_wrap_list li:nth-of-type(80),
  .type_2.photo_wrap_list li:nth-of-type(76),
  .type_2.photo_wrap_list li:nth-of-type(72),
  .type_2.photo_wrap_list li:nth-of-type(70),
  .type_2.photo_wrap_list li:nth-of-type(62),
  .type_2.photo_wrap_list li:nth-of-type(60),
  .type_2.photo_wrap_list li:nth-of-type(57),
  .type_2.photo_wrap_list li:nth-of-type(53),
  .type_2.photo_wrap_list li:nth-of-type(51),
  .type_2.photo_wrap_list li:nth-of-type(46),
  .type_2.photo_wrap_list li:nth-of-type(44),
  .type_2.photo_wrap_list li:nth-of-type(39),
  .type_2.photo_wrap_list li:nth-of-type(37),
  .type_2.photo_wrap_list li:nth-of-type(34),
  .type_2.photo_wrap_list li:nth-of-type(29),
  .type_2.photo_wrap_list li:nth-of-type(27),
  .type_2.photo_wrap_list li:nth-of-type(22),
  .type_2.photo_wrap_list li:nth-of-type(20),
  .type_2.photo_wrap_list li:nth-of-type(18),
  .type_2.photo_wrap_list li:nth-of-type(13),
  .type_2.photo_wrap_list li:nth-of-type(11),
  .type_2.photo_wrap_list li:nth-of-type(9) {
    height: 100%;
    margin-bottom: 1%;
    margin-top: 0;
    width: 65.5%;
  }
  .type_2.photo_wrap_list li:nth-of-type(14) {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
    padding-top: 38.5%;
  }
  .type_2.photo_wrap_list li:nth-of-type(108),
  .type_2.photo_wrap_list li:nth-of-type(98),
  .type_2.photo_wrap_list li:nth-of-type(86),
  .type_2.photo_wrap_list li:nth-of-type(73),
  .type_2.photo_wrap_list li:nth-of-type(63),
  .type_2.photo_wrap_list li:nth-of-type(52),
  .type_2.photo_wrap_list li:nth-of-type(47),
  .type_2.photo_wrap_list li:nth-of-type(40),
  .type_2.photo_wrap_list li:nth-of-type(28),
  .type_2.photo_wrap_list li:nth-of-type(19),
  .type_2.photo_wrap_list li:nth-of-type(10) {
    height: 100%;
    margin-bottom: 1%;
    margin-top: -22.5%;
    width: 33.5%;
  }
}
/* .type_3 水辺の生き物 5～7 */
.type_3.photo_wrap_list li:nth-of-type(30),
.type_3.photo_wrap_list li:nth-of-type(26),
.type_3.photo_wrap_list li:nth-of-type(20),
.type_3.photo_wrap_list li:nth-of-type(17),
.type_3.photo_wrap_list li:nth-of-type(11),
.type_3.photo_wrap_list li:nth-of-type(5) {
  height: 393px;
  width: 666px;
}
.type_3.photo_wrap_list li:nth-of-type(30) a,
.type_3.photo_wrap_list li:nth-of-type(26) a,
.type_3.photo_wrap_list li:nth-of-type(20) a,
.type_3.photo_wrap_list li:nth-of-type(17) a,
.type_3.photo_wrap_list li:nth-of-type(5) a {
  padding-top: 58.7%;
}

.photo_wrap_list li.mt_initial {
  margin: 0;
}

.type_3.photo_wrap_list li:nth-of-type(32),
.type_3.photo_wrap_list li:nth-of-type(22) {
  height: 265px;
  width: 666px;
}
.type_3.photo_wrap_list li:nth-of-type(32) a,
.type_3.photo_wrap_list li:nth-of-type(22) a {
  padding-top: 39.7%;
}
.type_3.photo_wrap_list li:nth-of-type(33),
.type_3.photo_wrap_list li:nth-of-type(23) {
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.type_3.photo_wrap_list li:nth-of-type(33) a,
.type_3.photo_wrap_list li:nth-of-type(23) a {
  padding-top: 145.4%;
}

@media only screen and (max-width: 1024px)  {
  .type_3.photo_wrap_list li:nth-of-type(32),
  .type_3.photo_wrap_list li:nth-of-type(30),
  .type_3.photo_wrap_list li:nth-of-type(26),
  .type_3.photo_wrap_list li:nth-of-type(22),
  .type_3.photo_wrap_list li:nth-of-type(20),
  .type_3.photo_wrap_list li:nth-of-type(17),
  .type_3.photo_wrap_list li:nth-of-type(11),
  .type_3.photo_wrap_list li:nth-of-type(5) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .type_3.photo_wrap_list li:nth-of-type(33),
  .type_3.photo_wrap_list li:nth-of-type(23) {
    height: 100%;
    margin-bottom: 1%;
    margin-top: -22.5%;
    width: 33.5%;
  }
}

/* ------------------------------------ */
/* ▼ .lay_deco 飾り */
/* ------------------------------------ */

.photo.lay_deco {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
}

.type_3.photo_wrap_list li:nth-of-type(25),
.type_3.photo_wrap_list li:nth-of-type(16),
.type_3.photo_wrap_list li:nth-of-type(6),
.type_2.photo_wrap_list li:nth-of-type(116),
.type_2.photo_wrap_list li:nth-of-type(110),
.type_2.photo_wrap_list li:nth-of-type(100),
.type_2.photo_wrap_list li:nth-of-type(91),
.type_2.photo_wrap_list li:nth-of-type(81),
.type_2.photo_wrap_list li:nth-of-type(75),
.type_2.photo_wrap_list li:nth-of-type(65),
.type_2.photo_wrap_list li:nth-of-type(56),
.type_2.photo_wrap_list li:nth-of-type(33),
.type_2.photo_wrap_list li:nth-of-type(23),
.photo_wrap_list li:nth-of-type(176),
.photo_wrap_list li:nth-of-type(166),
.photo_wrap_list li:nth-of-type(157),
.photo_wrap_list li:nth-of-type(147),
.photo_wrap_list li:nth-of-type(141),
.photo_wrap_list li:nth-of-type(131),
.photo_wrap_list li:nth-of-type(122),
.photo_wrap_list li:nth-of-type(112),
.photo_wrap_list li:nth-of-type(106),
.photo_wrap_list li:nth-of-type(96),
.photo_wrap_list li:nth-of-type(87),
.photo_wrap_list li:nth-of-type(77),
.photo_wrap_list li:nth-of-type(71),
.photo_wrap_list li:nth-of-type(61),
.photo_wrap_list li:nth-of-type(52),
.photo_wrap_list li:nth-of-type(42),
.photo_wrap_list li:nth-of-type(36),
.photo_wrap_list li:nth-of-type(26),
.photo_wrap_list li:nth-of-type(17),
.photo_wrap_list li:nth-of-type(7) {
  height: 393px;
  width: 319px;
}
/* .photo_wrap_list li:nth-of-type(7) a {
  padding-top: 114.9%;
} */
.type_3.photo_wrap_list li:nth-of-type(31),
.type_3.photo_wrap_list li:nth-of-type(21),
.type_3.photo_wrap_list li:nth-of-type(10),
.type_2.photo_wrap_list li:nth-of-type(106),
.type_2.photo_wrap_list li:nth-of-type(96),
.type_2.photo_wrap_list li:nth-of-type(84),
.type_2.photo_wrap_list li:nth-of-type(71),
.type_2.photo_wrap_list li:nth-of-type(61),
.type_2.photo_wrap_list li:nth-of-type(50),
.type_2.photo_wrap_list li:nth-of-type(45),
.type_2.photo_wrap_list li:nth-of-type(38),
.type_2.photo_wrap_list li:nth-of-type(26),
.type_2.photo_wrap_list li:nth-of-type(17),
.type_2.photo_wrap_list li:nth-of-type(8),
.photo_wrap_list li:nth-of-type(172),
.photo_wrap_list li:nth-of-type(162),
.photo_wrap_list li:nth-of-type(150),
.photo_wrap_list li:nth-of-type(137),
.photo_wrap_list li:nth-of-type(127),
.photo_wrap_list li:nth-of-type(115),
.photo_wrap_list li:nth-of-type(102),
.photo_wrap_list li:nth-of-type(92),
.photo_wrap_list li:nth-of-type(80),
.photo_wrap_list li:nth-of-type(67),
.photo_wrap_list li:nth-of-type(57),
.photo_wrap_list li:nth-of-type(45),
.photo_wrap_list li:nth-of-type(32),
.photo_wrap_list li:nth-of-type(22),
.photo_wrap_list li:nth-of-type(10) {
  height: 193px;
  width: 319px;
}

.photo_wrap_list li:nth-of-type(176).lay_deco,
.photo_wrap_list li:nth-of-type(166).lay_deco,
.photo_wrap_list li:nth-of-type(157).lay_deco,
.photo_wrap_list li:nth-of-type(147).lay_deco,
.photo_wrap_list li:nth-of-type(141).lay_deco,
.photo_wrap_list li:nth-of-type(131).lay_deco,
.photo_wrap_list li:nth-of-type(122).lay_deco,
.photo_wrap_list li:nth-of-type(112).lay_deco,
.photo_wrap_list li:nth-of-type(106).lay_deco,
.photo_wrap_list li:nth-of-type(96).lay_deco,
.photo_wrap_list li:nth-of-type(87).lay_deco,
.photo_wrap_list li:nth-of-type(77).lay_deco,
.photo_wrap_list li:nth-of-type(71).lay_deco,
.photo_wrap_list li:nth-of-type(61).lay_deco,
.photo_wrap_list li:nth-of-type(52).lay_deco,
.photo_wrap_list li:nth-of-type(42).lay_deco,
.photo_wrap_list li:nth-of-type(36).lay_deco,
.photo_wrap_list li:nth-of-type(26).lay_deco,
.photo_wrap_list li:nth-of-type(17).lay_deco,
.photo_wrap_list li:nth-of-type(7).lay_deco {
  background-image: url(../image/spacer-1.png);
}
.photo_wrap_list li:nth-of-type(172).lay_deco,
.photo_wrap_list li:nth-of-type(162).lay_deco,
.photo_wrap_list li:nth-of-type(150).lay_deco,
.photo_wrap_list li:nth-of-type(137).lay_deco,
.photo_wrap_list li:nth-of-type(127).lay_deco,
.photo_wrap_list li:nth-of-type(115).lay_deco,
.photo_wrap_list li:nth-of-type(102).lay_deco,
.photo_wrap_list li:nth-of-type(92).lay_deco,
.photo_wrap_list li:nth-of-type(80).lay_deco,
.photo_wrap_list li:nth-of-type(67).lay_deco,
.photo_wrap_list li:nth-of-type(57).lay_deco,
.photo_wrap_list li:nth-of-type(45).lay_deco,
.photo_wrap_list li:nth-of-type(32).lay_deco,
.photo_wrap_list li:nth-of-type(22).lay_deco,
.photo_wrap_list li:nth-of-type(10).lay_deco {
  background-image: url(../image/spacer-2.png);
  background-position: center;
}
.type_2.photo_wrap_list li:nth-of-type(116).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(110).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(100).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(91).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(81).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(75).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(65).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(56).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(33).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(23).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(14).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(10).lay_deco {
  background-image: url(../image/spacer-3.png);
}
.type_3.photo_wrap_list li:nth-of-type(31).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(21).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(10).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(106).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(96).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(84).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(71).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(61).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(50).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(45).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(38).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(26).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(17).lay_deco,
.type_2.photo_wrap_list li:nth-of-type(8).lay_deco {
  background-image: url(../image/spacer-4.png);
  background-position: center;
}
.type_3.photo_wrap_list li:nth-of-type(25).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(16).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(6).lay_deco {
  background-image: url(../image/spacer-5.png);
}

.type_3.photo_wrap_list li:nth-of-type(31).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(21).lay_deco,
.type_3.photo_wrap_list li:nth-of-type(10).lay_deco {
  background-image: url(../image/spacer-6.png);
}


@media only screen and (max-width: 1024px) {
  .photo_wrap_list li.lay_deco {
    height: 100%;
  }
  .type_3.photo_wrap_list li:nth-of-type(25).lay_deco,
  .type_3.photo_wrap_list li:nth-of-type(16).lay_deco,
  .type_3.photo_wrap_list li:nth-of-type(6).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(116).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(110).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(100).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(91).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(81).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(75).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(65).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(56).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(33).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(23).lay_deco,
  .photo_wrap_list li:nth-of-type(176).lay_deco,
  .photo_wrap_list li:nth-of-type(166).lay_deco,
  .photo_wrap_list li:nth-of-type(157).lay_deco,
  .photo_wrap_list li:nth-of-type(147).lay_deco,
  .photo_wrap_list li:nth-of-type(141).lay_deco,
  .photo_wrap_list li:nth-of-type(131).lay_deco,
  .photo_wrap_list li:nth-of-type(122).lay_deco,
  .photo_wrap_list li:nth-of-type(112).lay_deco,
  .photo_wrap_list li:nth-of-type(106).lay_deco,
  .photo_wrap_list li:nth-of-type(96).lay_deco,
  .photo_wrap_list li:nth-of-type(87).lay_deco,
  .photo_wrap_list li:nth-of-type(77).lay_deco,
  .photo_wrap_list li:nth-of-type(71).lay_deco,
  .photo_wrap_list li:nth-of-type(61).lay_deco,
  .photo_wrap_list li:nth-of-type(52).lay_deco,
  .photo_wrap_list li:nth-of-type(42).lay_deco,
  .photo_wrap_list li:nth-of-type(36).lay_deco,
  .photo_wrap_list li:nth-of-type(26).lay_deco,
  .photo_wrap_list li:nth-of-type(17).lay_deco,
  .photo_wrap_list li:nth-of-type(7).lay_deco {
    padding-top: 38.5%;
  }
  .type_3.photo_wrap_list li:nth-of-type(25),
  .type_3.photo_wrap_list li:nth-of-type(16),
  .type_3.photo_wrap_list li:nth-of-type(6),
  .type_2.photo_wrap_list li:nth-of-type(116),
  .type_2.photo_wrap_list li:nth-of-type(110),
  .type_2.photo_wrap_list li:nth-of-type(100),
  .type_2.photo_wrap_list li:nth-of-type(91),
  .type_2.photo_wrap_list li:nth-of-type(81),
  .type_2.photo_wrap_list li:nth-of-type(75),
  .type_2.photo_wrap_list li:nth-of-type(65),
  .type_2.photo_wrap_list li:nth-of-type(56),
  .type_2.photo_wrap_list li:nth-of-type(33),
  .type_2.photo_wrap_list li:nth-of-type(23),
  .photo_wrap_list li:nth-of-type(176),
  .photo_wrap_list li:nth-of-type(166),
  .photo_wrap_list li:nth-of-type(157),
  .photo_wrap_list li:nth-of-type(147),
  .photo_wrap_list li:nth-of-type(141),
  .photo_wrap_list li:nth-of-type(131),
  .photo_wrap_list li:nth-of-type(122),
  .photo_wrap_list li:nth-of-type(112),
  .photo_wrap_list li:nth-of-type(106),
  .photo_wrap_list li:nth-of-type(96),
  .photo_wrap_list li:nth-of-type(87),
  .photo_wrap_list li:nth-of-type(77),
  .photo_wrap_list li:nth-of-type(71),
  .photo_wrap_list li:nth-of-type(61),
  .photo_wrap_list li:nth-of-type(52),
  .photo_wrap_list li:nth-of-type(42),
  .photo_wrap_list li:nth-of-type(36),
  .photo_wrap_list li:nth-of-type(26),
  .photo_wrap_list li:nth-of-type(17),
  .photo_wrap_list li:nth-of-type(7) {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
  }
  .type_3.photo_wrap_list li:nth-of-type(31).lay_deco,
  .type_3.photo_wrap_list li:nth-of-type(21).lay_deco,
  .type_3.photo_wrap_list li:nth-of-type(10).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(106).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(96).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(84).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(71).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(61).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(50).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(45).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(38).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(26).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(17).lay_deco,
  .type_2.photo_wrap_list li:nth-of-type(8).lay_deco,
  .photo_wrap_list li:nth-of-type(172).lay_deco,
  .photo_wrap_list li:nth-of-type(162).lay_deco,
  .photo_wrap_list li:nth-of-type(150).lay_deco,
  .photo_wrap_list li:nth-of-type(137).lay_deco,
  .photo_wrap_list li:nth-of-type(127).lay_deco,
  .photo_wrap_list li:nth-of-type(115).lay_deco,
  .photo_wrap_list li:nth-of-type(102).lay_deco,
  .photo_wrap_list li:nth-of-type(92).lay_deco,
  .photo_wrap_list li:nth-of-type(80).lay_deco,
  .photo_wrap_list li:nth-of-type(67).lay_deco,
  .photo_wrap_list li:nth-of-type(57).lay_deco,
  .photo_wrap_list li:nth-of-type(45).lay_deco,
  .photo_wrap_list li:nth-of-type(32).lay_deco,
  .photo_wrap_list li:nth-of-type(22).lay_deco,
  .photo_wrap_list li:nth-of-type(10).lay_deco {
    padding-top: 16%;
  }
  .type_3.photo_wrap_list li:nth-of-type(31),
  .type_3.photo_wrap_list li:nth-of-type(21),
  .type_3.photo_wrap_list li:nth-of-type(10),
  .type_2.photo_wrap_list li:nth-of-type(106),
  .type_2.photo_wrap_list li:nth-of-type(96),
  .type_2.photo_wrap_list li:nth-of-type(84),
  .type_2.photo_wrap_list li:nth-of-type(71),
  .type_2.photo_wrap_list li:nth-of-type(61),
  .type_2.photo_wrap_list li:nth-of-type(50),
  .type_2.photo_wrap_list li:nth-of-type(45),
  .type_2.photo_wrap_list li:nth-of-type(38),
  .type_2.photo_wrap_list li:nth-of-type(26),
  .type_2.photo_wrap_list li:nth-of-type(17),
  .type_2.photo_wrap_list li:nth-of-type(8),
  .photo_wrap_list li:nth-of-type(172),
  .photo_wrap_list li:nth-of-type(162),
  .photo_wrap_list li:nth-of-type(150),
  .photo_wrap_list li:nth-of-type(137),
  .photo_wrap_list li:nth-of-type(127),
  .photo_wrap_list li:nth-of-type(115),
  .photo_wrap_list li:nth-of-type(102),
  .photo_wrap_list li:nth-of-type(92),
  .photo_wrap_list li:nth-of-type(80),
  .photo_wrap_list li:nth-of-type(67),
  .photo_wrap_list li:nth-of-type(57),
  .photo_wrap_list li:nth-of-type(45),
  .photo_wrap_list li:nth-of-type(32),
  .photo_wrap_list li:nth-of-type(22),
  .photo_wrap_list li:nth-of-type(10) {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
  }
}

/* ------------------------------------ */
/* ▼ .cmn_link_btn */
/* ------------------------------------ */
.showcase_box .cmn_link_btn_inner {
  pointer-events: none;
}

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

@media only 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 0px rgba(80, 80, 80, 0.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: -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;
  }
}

/* add banner 9/5/2018 */
.box_detail__banner {
  max-width: 416px;
  margin: 30px auto 0;
  display: none;
}
.box_detail__banner figcaption {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.box_detail__banner a:hover {
  opacity: 0.5;
}

/* close add banner 9/5/2018 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn_red span {
    padding: 12px 45px 10px 25px;
  }
  .box_search_detail a.btn_red_arr span {
    padding: 14px 45px 8px 25px;
  }
}

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

@media (max-width: 767px) {
  .btn_red span {
    padding: 11px 35px 11px 18px;
  }
}


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