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

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

memo：

last modify : 2021/12/07 igarashi／WEB2TCI-23415 新規作成

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

/*  共通上書き  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
img {
  vertical-align: bottom;
}

/* ------------------------------------ */
/* ▼ 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;
  }
  #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.png) repeat-x bottom 6px center;
  padding-bottom: 60px;
}
.wrap.bg_wrap_foot {
  background: url(../image/bg-wrap-foot.png) 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;
  }
  .wrap.bg_wrap_head{
    padding-bottom: 30px;
  }
  
}

/* ▼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 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 {
  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_b.photo_wrap_list li:nth-of-type(4) .photo_thum {
  max-width: 220%;
}
/* 横長の画像 */
.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;
  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: #eb6494;
  letter-spacing: 0;
  margin-right: 5px;
  word-break: keep-all;
}
.photo a .photo_title .title_name {
  background: rgba(136,98,131,0.85); /* #886283 */
  margin-right: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.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 (min-width: 900px) {
  .title_name.nowrap {
    white-space: nowrap;
  }
}

@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% */
.photo_wrap_list li:nth-of-type(30),
.photo_wrap_list li:nth-of-type(26),
.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;
}
.photo_wrap_list li:nth-of-type(30) a,
.photo_wrap_list li:nth-of-type(26) 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 */
.photo_wrap_list li:nth-of-type(29),
.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);
}
.photo_wrap_list li:nth-of-type(29) 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%;
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap_list li:nth-of-type(30),
  .photo_wrap_list li:nth-of-type(26),
  .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;
  }
  .photo_wrap_list li:nth-of-type(29),
  .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%;
  }
  .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;
  }
  .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_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),
.photo_wrap_list li:nth-of-type(7),
.photo_wrap_list li:nth-of-type(11),
.photo_wrap_list li:nth-of-type(17),
.photo_wrap_list li:nth-of-type(21),
.photo_wrap_list li:nth-of-type(27)
{
  height: 393px;
  width: 666px;
}
.photo_wrap_list li:nth-of-type(2),
.photo_wrap_list li:nth-of-type(12),
.photo_wrap_list li:nth-of-type(22)
{
  height: 193px;
  width: 319px;
}
.photo_wrap_list li:nth-of-type(3),
.photo_wrap_list li:nth-of-type(13),
.photo_wrap_list li:nth-of-type(23)
{
  height: 265px;
  width: 666px;
}
.photo_wrap_list li:nth-of-type(4),
.photo_wrap_list li:nth-of-type(14),
.photo_wrap_list li:nth-of-type(24)
{
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.photo_wrap_list li:nth-of-type(5),
.photo_wrap_list li:nth-of-type(10),
.photo_wrap_list li:nth-of-type(15),
.photo_wrap_list li:nth-of-type(20),
.photo_wrap_list li:nth-of-type(25),
.photo_wrap_list li:nth-of-type(30)
{
  height: 186px;
  width: 1000px;
}
.photo_wrap_list li:nth-of-type(6),
.photo_wrap_list li:nth-of-type(16),
.photo_wrap_list li:nth-of-type(26)
{
  height: 393px;
  width: 319px;
}
.photo_wrap_list li:nth-of-type(8),
.photo_wrap_list li:nth-of-type(9),
.photo_wrap_list li:nth-of-type(18),
.photo_wrap_list li:nth-of-type(19),
.photo_wrap_list li:nth-of-type(28),
.photo_wrap_list li:nth-of-type(29)
{
  height: 260px;
  width: calc(50% - 15px);
}

.photo_wrap_list li:nth-of-type(1) a,
.photo_wrap_list li:nth-of-type(7) a,
.photo_wrap_list li:nth-of-type(11) a,
.photo_wrap_list li:nth-of-type(17) a,
.photo_wrap_list li:nth-of-type(21) a,
.photo_wrap_list li:nth-of-type(27) a
{
  padding-top: 58.7%;
}
.photo_wrap_list li:nth-of-type(3) a,
.photo_wrap_list li:nth-of-type(13) a,
.photo_wrap_list li:nth-of-type(23) a
{
  padding-top: 39.7%;
}
.photo_wrap_list li:nth-of-type(4) a,
.photo_wrap_list li:nth-of-type(14) a,
.photo_wrap_list li:nth-of-type(24) a
{
  padding-top: 145.4%;
}
.photo_wrap_list li:nth-of-type(5) a,
.photo_wrap_list li:nth-of-type(10) a,
.photo_wrap_list li:nth-of-type(15) a,
.photo_wrap_list li:nth-of-type(20) a,
.photo_wrap_list li:nth-of-type(25) a,
.photo_wrap_list li:nth-of-type(30) a
{
  padding-top: 18.6%;
}
.photo_wrap_list li:nth-of-type(8) a,
.photo_wrap_list li:nth-of-type(9) a,
.photo_wrap_list li:nth-of-type(18) a,
.photo_wrap_list li:nth-of-type(19) a,
.photo_wrap_list li:nth-of-type(28) a,
.photo_wrap_list li:nth-of-type(29) a
{
  padding-top: 53.1%;
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap_list li:nth-of-type(1),
  .photo_wrap_list li:nth-of-type(3),
  .photo_wrap_list li:nth-of-type(7),
  .photo_wrap_list li:nth-of-type(11),
  .photo_wrap_list li:nth-of-type(13),
  .photo_wrap_list li:nth-of-type(17),
  .photo_wrap_list li:nth-of-type(21),
  .photo_wrap_list li:nth-of-type(23),
  .photo_wrap_list li:nth-of-type(27)
  {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .photo_wrap_list li:nth-of-type(4),
  .photo_wrap_list li:nth-of-type(14),
  .photo_wrap_list li:nth-of-type(24)
  {
    height: 100%;
    margin: -22.7% 0 1% 0;
    width: 33.5%;
  }
  .photo_wrap_list li:nth-of-type(5),
  .photo_wrap_list li:nth-of-type(10),
  .photo_wrap_list li:nth-of-type(15),
  .photo_wrap_list li:nth-of-type(20),
  .photo_wrap_list li:nth-of-type(25),
  .photo_wrap_list li:nth-of-type(30)
  {
    height: 100%;
    margin-bottom: 1%;
    width: 100%;
    margin-right: 0;
  }
  .photo_wrap_list li:nth-of-type(2),
  .photo_wrap_list li:nth-of-type(6),
  .photo_wrap_list li:nth-of-type(12),
  .photo_wrap_list li:nth-of-type(16),
  .photo_wrap_list li:nth-of-type(22),
  .photo_wrap_list li:nth-of-type(26)
  {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
  }
  .photo_wrap_list li:nth-of-type(8),
  .photo_wrap_list li:nth-of-type(9),
  .photo_wrap_list li:nth-of-type(18),
  .photo_wrap_list li:nth-of-type(19),
  .photo_wrap_list li:nth-of-type(28),
  .photo_wrap_list li:nth-of-type(29)
  {
    height: 100%;
    margin: 0 1% 1% 0;
    width: 49.5%;
  }
  
  .photo_wrap_list li:nth-of-type(9),
  .photo_wrap_list li:nth-of-type(19),
  .photo_wrap_list li:nth-of-type(29)
  {
    margin-right: 0;
  }
}

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

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

.photo_wrap_list li:nth-of-type(2).lay_deco,
.photo_wrap_list li:nth-of-type(12).lay_deco,
.photo_wrap_list li:nth-of-type(22).lay_deco
{
  background-image: url('../image/spacer-2.png');
  background-position: center;
}

.photo_wrap_list li:nth-of-type(6).lay_deco,
.photo_wrap_list li:nth-of-type(16).lay_deco,
.photo_wrap_list li:nth-of-type(26).lay_deco
{
  background-image: url('../image/spacer-1.png');
  background-position: center;
}

.photo_wrap_list li:nth-of-type(2).lay_deco,
.photo_wrap_list li:nth-of-type(12).lay_deco,
.photo_wrap_list li:nth-of-type(22).lay_deco
{
  padding-top: 16%;
}
.photo_wrap_list li:nth-of-type(6).lay_deco,
.photo_wrap_list li:nth-of-type(16).lay_deco,
.photo_wrap_list li:nth-of-type(26).lay_deco
{
  padding-top: 38.5%;
}

@media only screen and (max-width: 1024px) {
  .photo_wrap_list li.lay_deco {
    height: 100%;
  }

}

/* ------------------------------------ */
/* ▼ .cmn_link_btn */
/* ------------------------------------ */
.showcase_box .cmn_link_btn {
  margin-top: 10px;
  width: 255px;
}
.showcase_box .cmn_link_btn_inner {
  pointer-events: none;
}
.showcase_box .cmn_link_btn_text {
  font-size: 15px;
}

/* ------------------------------------ */
/* ▼ .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;
}
.fancybox-arrow::after {
  top: 0;
}

@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: transparent;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.showcase_change_zoom {
  background: #fff;
  border: 1px solid #8E8E8E;
  bottom: -30px;
  display: none;
  font-size: 0;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 117px;
}
.showcase_change_zoom a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  line-height: 30px;
  outline: none;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.showcase_change_zoom a:first-child {
  border-right: 1px solid #8E8E8E;
}
.showcase_change_zoom a.active {
  background: #8E8E8E;
  color: #fff;
}
.fancybox-is-open .showcase_change_zoom {
  display: block;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background: none;
  margin: 0;
  padding: 0;
}
.zoomer {
  padding: 0;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6,6,9,0.9);
}
.showcase_box1 .zoomer_basic {
  height: 187px;
}

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

@media (max-width: 767px) {
  .zoomer_fancy {
    height: 380px;
  }
}
/* 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;
  }
}

/* ------------------------------------ */
/* ▼ アニメーションボタン表示調整
/* ------------------------------------ */
@media (min-width: 768px) {
  .btn_wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
}


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