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

title : 写真集サンプル【刀剣ワールド】
scope : 写真集サンプル【刀剣ワールド】

memo：

last modify : 2023/04/07 WEB2TCI-31135_tanaka スライドjs用スタイル共通化のため削除

2018/12/26 TCI福岡_abe 写真集システム実装における事前準備／テンプレート改修
========================================================== */

/*  共通上書き  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
img {
  vertical-align: bottom;
}
.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: #fff;
  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%;
}
.sword-photo #header .mv_title {
  color: #000;
  font-size: 48px;
  text-shadow: #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px,
    #999 0 5px 3px;
}
#header .logo {
  position: absolute;
  top: 6.73%;
  left: 2.24%;
  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: 8vw;
  }
  .sword-photo #header .mv_title {
    font-size: 8vw;
  }
  #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;
  }
}


/* ------------------------------------ */
/* ▼ 写真集部分 */
/* ------------------------------------ */
.wrap {
  margin: 0 auto;
  width: 1015px;
}

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

/* ▼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追記ここまで */

/* ------------------------------------ */
/* ▼ リード文下SEO文 2020/04/13追記*/
/* ------------------------------------ */
.box_seo_top {
  margin:20px auto 0;
  padding:15px 20px 30px;
  background:url(../image/bg-seo.png);
  letter-spacing:.11em;
  max-width: 800px;
}
.seo_title {
  border-bottom:2px solid #a9905d;
  padding-bottom:15px;
}
.seo_txt {
  padding-top:4px;
  text-align: justify;
}

@media only screen and (max-width: 767px)  {
  .box_seo_top {
    font-size: 15px;
    padding: 10px 15px;
    width: 94%;
  }
  .seo_title {
    padding-bottom:10px;
  }
}
/* ------------------------------------ */
/* ▼ リード文下のバナー */
/* ------------------------------------ */
.box_link_search {
  margin: 20px auto 0;
  width: 100%;
}

.box_link_search .search_content_bnr {
  margin: 0 auto;
  width: 500px;
}

.box_link_search .search_content_bnr>a,
.box_link_search .search_content_bnr>span {
  display: block;
}

.box_link_search .search_content_bnr>a {
  transition: opacity .3s;
}

.box_link_search .search_content_bnr>a:hover {
  opacity: 0.5;
}

.box_link_search .search_content_bnr figcaption {
  margin-top: 5px;
  letter-spacing: .06em;
  line-height: 1.4;
  text-align: left;
}

@media (max-width:767px) {
  .box_link_search {
    margin: 30px auto 15px;
    width: 80%;
  }
  .box_link_search .search_content_bnr {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.wrap nav {
  margin: 27px auto 0;
  width: 660px;
}
.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: 210px;
}
.wrap nav ul li a {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  height: 54px;
  letter-spacing: 0.2em;
  padding: 11px 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-ocher.png) no-repeat;
}
.wrap nav ul li.nav-type02 a {
  background: url(../image/btn-anchor-orange.png) no-repeat;
}
.wrap nav ul li.nav-type03 a {
  background: url(../image/btn-anchor.png) no-repeat;
}
.wrap nav ul li.nav-type04 a {
  background: url(../image/btn-anchor-red.png) no-repeat;
}
.wrap nav ul li.nav-type05 a {
  background: url(../image/btn-anchor-green.png) no-repeat;
}
.wrap nav ul li.nav-type06 a {
  background: url(../image/btn-anchor-lightgreen.png) no-repeat;
}
.wrap nav ul li.nav-type07 a {
  background: url(../image/btn-anchor-yellow.png) no-repeat;
}
.wrap nav ul li.nav-type08 a {
  background: url(../image/btn-anchor-blue.png) no-repeat;
}
.wrap nav ul li.nav-type09 a {
  background: url(../image/btn-anchor-lightblue.png) no-repeat;
}
.wrap nav ul li.nav-type10 a {
  background: url(../image/btn-anchor-purple.png) no-repeat;
}
.wrap nav ul li.nav-type11 a {
  background: url(../image/btn-anchor-lightred.png) no-repeat;
}
.wrap nav ul li.nav-type12 a {
  background: url(../image/btn-anchor-lightpurple.png) no-repeat;
}
.wrap nav ul li.nav-type13 a {
  background: url(../image/btn-anchor-darkgreen.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,
  .wrap nav ul li.nav-type04 a,
  .wrap nav ul li.nav-type05 a,
  .wrap nav ul li.nav-type06 a,
  .wrap nav ul li.nav-type07 a,
  .wrap nav ul li.nav-type08 a,
  .wrap nav ul li.nav-type09 a,
  .wrap nav ul li.nav-type10 a,
  .wrap nav ul li.nav-type11 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-ocher.png) no-repeat;
}
.title_box.title_type02 {
  background: url(../image/img-title-orange.png) no-repeat;
}
.title_box.title_type04 {
  background: url(../image/img-title-red.png) no-repeat;
}
.title_box.title_type05 {
  background: url(../image/img-title-green.png) no-repeat;
}
.title_box.title_type06 {
  background: url(../image/img-title-lightgreen.png) no-repeat;
}
.title_box.title_type07 {
  background: url(../image/img-title-yellow.png) no-repeat;
}
.title_box.title_type08 {
  background: url(../image/img-title-blue.png) no-repeat;
}
.title_box.title_type09 {
  background: url(../image/img-title-lightblue.png) no-repeat;
}
.title_box.title_type10 {
  background: url(../image/img-title-purple.png) no-repeat;
}
.title_box.title_type11 {
  background: url(../image/img-title-lightred.png) no-repeat;
}
.title_box.title_type12 {
  background: url(../image/img-title-lightpurple.png) no-repeat;
}
.title_box.title_type13 {
  background: url(../image/img-title-darkgreen.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_type04 h2::before,
.title_box.title_type04 h2::after,
.title_box.title_type05 h2::before,
.title_box.title_type05 h2::after {
  background-image: url(../../image/ico_dots_light.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,
  .title_box.title_type04,
  .title_box.title_type05,
  .title_box.title_type07 {
    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-bottom: 60px;
}
.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 p {
  color: #fff;
  font-size: 20px;
  left: 10px;
  line-height: 1.4;
  position: absolute;
  text-shadow:0px 0px 5px #000000,0px 0px 4px #000000,0px 0px 2px #000000;
  top: 8px;
  z-index: 1;
}
.photo a:hover {
  color: #ffffff;
  opacity: .8;
}

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

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

@media only screen and (min-width: 886px) {
  #anker_1.photo_wrap {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 885px) {
  #anker_1.photo_wrap {
    margin-top: 25px;
  }
}

/* ------------------------------------ */
/* ▼ li 共通レイアウト */
/* ------------------------------------ */
.photo_wrap_list li:nth-of-type(5),
.photo_wrap_list li:nth-of-type(10) {
  height: 186px;
  width: 1000px;
}
.photo_wrap_list li:nth-of-type(5) a,
.photo_wrap_list li:nth-of-type(10) a {
  padding-top: 18.6%;
}
.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(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(5),
  .photo_wrap_list li:nth-of-type(10) {
    height: 100%;
    margin-bottom: 1%;
    width: 100%;
  }
  .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(9) {
    margin-right: 0;
  }
  .photo_wrap_list li:nth-of-type(9) a {
    margin-right: 0;
  }
}

/* ------------------------------------ */
/* ▼ .type_a 左にタイトル */
/* ------------------------------------ */
.type_a.photo_wrap_list li:nth-of-type(1) {
  height: 193px;
  width: 319px;
}
.type_a.photo_wrap_list li:nth-of-type(2),
.type_a.photo_wrap_list li:nth-of-type(6) {
  height: 393px;
  width: 666px;
}
.type_a.photo_wrap_list li:nth-of-type(2) a,
.type_a.photo_wrap_list li:nth-of-type(6) a {
  padding-top: 58.7%;
}
.type_a.photo_wrap_list li:nth-of-type(3) {
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.type_a.photo_wrap_list li:nth-of-type(3) a {
  padding-top: 145.4%;
}
.type_a.photo_wrap_list li:nth-of-type(4) {
  height: 265px;
  width: 666px;
}
.type_a.photo_wrap_list li:nth-of-type(4) a {
  padding-top: 39.7%;
}

.type_a.photo_wrap_list li:nth-of-type(7),
.type_a.photo_wrap_list li:nth-of-type(1).adj_spacer,
.type_b.photo_wrap_list li:nth-of-type(2).adj_spacer {
  height: 393px;
  width: 319px;
}
.type_a.photo_wrap_list li:nth-of-type(7) a {
  padding-top: 114.9%;
}

@media only screen and (max-width: 1024px)  {
  .type_a.photo_wrap_list li:nth-of-type(1) {
    height: 100%;
    width: 33.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(2),
  .type_a.photo_wrap_list li:nth-of-type(6) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(3) {
    height: 100%;
    margin: -22.7% 0 1% 0;
    width: 33.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(4) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(7) {
    height: 100%;
    margin-bottom: 1%;
    width: 33.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_b 右にタイトル */
/* ------------------------------------ */
.type_b.photo_wrap_list {
  justify-content: flex-end;
}
.type_b.photo_wrap_list li:nth-of-type(1),
.type_b.photo_wrap_list li:nth-of-type(7) {
  height: 393px;
  width: 666px;
}
.type_b.photo_wrap_list li:nth-of-type(1) a,
.type_b.photo_wrap_list li:nth-of-type(7) a {
  padding-top: 58.7%;
}
.type_b.photo_wrap_list li:nth-of-type(2) {
  height: 193px;
  width: 319px;
}
.type_b.photo_wrap_list li:nth-of-type(3) {
  height: 265px;
  width: 666px;
}
.type_b.photo_wrap_list li:nth-of-type(3) a {
  padding-top: 39.7%;
}
.type_b.photo_wrap_list li:nth-of-type(4) {
  height: 466px;
  margin-top: -194px;
  width: 319px;
}
.type_b.photo_wrap_list li:nth-of-type(4) a {
  padding-top: 145.4%;
}
.type_b.photo_wrap_list li:nth-of-type(6) {
  height: 393px;
  width: 319px;
}
.type_b.photo_wrap_list li:nth-of-type(6) a {
  padding-top: 114.9%;
}

@media only screen and (max-width: 1024px) {
  .type_b.photo_wrap_list li:nth-of-type(1),
  .type_b.photo_wrap_list li:nth-of-type(7) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(2) {
    height: 100%;
    margin-left: 1%;
    width: 33.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(3) {
    height: 100%;
    margin-bottom: 1%;
    width: 65.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(4) {
    height: 100%;
    margin: -22.7% 0 0 1%;
    width: 33.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(6) {
    height: 100%;
    margin: 0 1% 1% 0;
    width: 33.5%;
  }
}

/* ------------------------------------ */
/* ▼ .lay_deco 飾り */
/* ------------------------------------ */
.photo.lay_deco {
  background: none;
}
.photo.lay_deco {
  background-repeat: no-repeat;
}
.type_a.photo_wrap_list li:nth-of-type(1).lay_deco,
.type_b.photo_wrap_list li:nth-of-type(2).lay_deco {
  background-position: top 0 right 0;
}
.type_a.photo_wrap_list li:nth-of-type(3):last-of-type.lay_deco,
.type_b.photo_wrap_list li:nth-of-type(3):last-of-type.lay_deco {
  background-position: top -204px right 0;
  height: 186px;
  margin-top: -194px;
  width: 319px;
}
.type_a.photo_wrap_list li:nth-of-type(4).lay_deco,
.type_b.photo_wrap_list li:nth-of-type(3).lay_deco {
  background-position: top 0 left 0;
}
.type_a.photo_wrap_list li:nth-of-type(7).lay_deco,
.type_b.photo_wrap_list li:nth-of-type(6).lay_deco,
.type_a.photo_wrap_list li:nth-of-type(1).adj_spacer,
.type_b.photo_wrap_list li:nth-of-type(2).adj_spacer {
  background-position: top -276px left 0;
}
.photo_wrap_list li:nth-of-type(9).lay_deco {
  background-position: top -409px right 0;
}

@media only screen and (max-width: 1024px) {
  .photo_wrap_list li.lay_deco {
    height: 100%;
  }
  .photo_wrap_list li:nth-of-type(5).lay_deco,
  .photo_wrap_list li:nth-of-type(10).lay_deco {
    padding-top: 18.4%;
  }
  .photo_wrap_list li:nth-of-type(8).lay_deco,
  .photo_wrap_list li:nth-of-type(9).lay_deco {
    padding-top: 26.3%;
  }
  .type_a.photo_wrap_list li:nth-of-type(1).lay_deco,
  .type_b.photo_wrap_list li:nth-of-type(2).lay_deco {
    background-size: 313%;
    height: 100%;
    width: 33.5%;
    padding-top: 15.88%;
  }
  .type_a.photo_wrap_list li:nth-of-type(3):last-of-type.lay_deco,
  .type_b.photo_wrap_list li:nth-of-type(3):last-of-type.lay_deco {
    background-position: top 42% right 0;
    background-size: 336%;
    height: 100%;
    margin: -22.7% 0 1% 0;
    padding-top: 21.7%;
    width: 33.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(4).lay_deco,
  .type_b.photo_wrap_list li:nth-of-type(3).lay_deco {
    background-size: 148%;
    padding-top: 25.8%;
  }
  .type_a.photo_wrap_list li:nth-of-type(7).lay_deco,
  .type_b.photo_wrap_list li:nth-of-type(6).lay_deco,
  .type_a.photo_wrap_list li:nth-of-type(1).adj_spacer,
  .type_b.photo_wrap_list li:nth-of-type(2).adj_spacer {
    background-position: top 98% left 0;
    background-size: 313%;
    padding-top: 38.5%;
  }
  .photo_wrap_list li:nth-of-type(9).lay_deco {
    background-position: top 100% right 0;
    background-size: 205%;
  }
}

/* ------------------------------------ */
/* ▼ .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;
}


/* ------------------------------------ */
/* ▼ .showcase_box */
/* ------------------------------------ */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  text-align: center;
  max-width: 900px;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.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;
  }
}

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

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.fancybox-slide > .showcase_box {
  max-width: none;
  margin: 0;
}
body .fancybox-close-small {
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 37px;
}
.fancybox-close-small::after {
  display: none;
}

.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background:none;
  margin: 0;
  padding: 0;
}
.zoomer_fancy {
  height: 100vh; /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.showcase_box_cap {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  left: 0;
  line-height: 1;
  padding: 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 .showcase_box_tit {
  text-align:left;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 0;
}
.showcase_box .cmn_link_btn {
  margin-bottom: 0;
  margin-top: 15px;
  width: 270px;
}
.showcase_box .cmn_link_btn .cmn_link_btn_text {
  font-size:18px;
  font-weight:600;
}
.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;
  }
}
