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

title : 面頬写真集【刀剣ワールド】
scope : 面頬写真集【刀剣ワールド】

memo：2023/09 WEB2TCI-35705 新規作成

last modify : 

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

/*  共通上書き  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}
img {
  vertical-align: bottom;
}
.cmn_h1_sitetop_name {
  font-size: 0.5em;
  font-weight: 600;
}

/* ------------------------------------ */
/* ▼ header breadcrumbs footer */
/* ------------------------------------ */
body{
  background: url(../image/bg.gif);
}
#header {
  background: none;
  padding:0;
  position: relative;
  width: 1024px;
}
#header::before {
  content: none;
}
#header .mv_title {
  color: #fff;
  font-size: 41px;
  font-weight: 600;
  letter-spacing: 1.2;
  line-height: 1.5;
  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%;
  }
  .pc {
    display: none;
  }
}

@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 60px;
  width: 1015px;
}
.tab {
  display: none;
}
@media only screen and (max-width: 1024px)  {
  .wrap {
    width: 100%;
  }
  .tab {
    display: block;
  }
}

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

/* ------------------------------------ */
/* ▼ nav */
/* ------------------------------------ */
.wrap nav {
  margin: 27px auto 0;
  width: 660px;
}
.wrap nav.nav_col4 {
  width: 770px;
}
.wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap nav ul li {
  margin: 0 5px 10px;
  width: 180px;
}
.wrap nav ul li a,
.wrap nav ul li span {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0;
  padding: 12px 5px 0 0px;
  position: relative;
  text-align: center;
  width: 100%;
}
.wrap nav ul li a:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 13px;
  width: 0;
  opacity: 0.8;
}
.wrap nav ul li a:before,
.wrap nav ul li span: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/nav01.jpg) no-repeat;
}
.wrap nav ul li.nav-type02 a {
  background: url(../image/nav02.jpg) no-repeat;
}
.wrap nav ul li.nav-type03 a {
  background: url(../image/nav03.jpg) no-repeat;
}
.wrap nav ul li.nav-type04 a {
  background: url(../image/nav04.jpg) no-repeat;
}
.wrap nav ul li.nav-type05 a {
  background: url(../image/nav05.jpg) no-repeat;
}
.wrap nav ul li.nav-type06 span {
  background: url(../image/nav06.jpg) no-repeat;
}
.wrap nav ul li.nav-type07 a {
  background: url(../image/nav07.jpg) 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 {
    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/ttl-01.png) no-repeat;
  text-align: center;
}
.title_box h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;;
  letter-spacing: 0.2em;
  line-height: 25px;
  padding: 54px 0;
}
.title_box.title_type01 {
  background: url(../image/ttl-01.png) no-repeat;
  background-size: cover;
}
.title_box.title_type02 {
  background: url(../image/ttl-02.png) no-repeat;
  background-size: cover;
}
.title_box.title_type03 {
  background: url(../image/ttl-03.png) no-repeat;
  background-size: cover;
}
.title_box.title_type04 {
  background: url(../image/ttl-04.png) no-repeat;
  background-size: cover;
}
.title_box.title_type05 {
  background: url(../image/ttl-05.png) no-repeat;
  background-size: cover;
}
/*.title_box.title_type06 {
  background: url(../image/ttl-06.png) no-repeat;
  background-size: cover;
}*/
.title_box.title_type07 {
  background: url(../image/ttl-07.png) no-repeat;
  background-size: cover;
}

@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_type06,
  .title_box.title_type07 {
    background-size: 100% 100%;
  }
  .title_box h2 {
    font-size: 20px;
    padding:  45px 0;
  }
  .title_box.title_type01,
  .title_box.title_type02,
  .title_box.title_type03,
  .title_box.title_type04,
  .title_box.title_type05,
  .title_box.title_type06,
  .title_box.title_type07 {
    background-size: contain;
  }
}

@media only screen and (max-width: 767px)  {
  .title_box h2 {
    font-size: 3.4vw;
    line-height: 4.2vw;
    padding:  7.5% 0;
  }
}

/* ------------------------------------ */
/* ▼ .photo_wrap */
/* ------------------------------------ */
.photo_wrap {
  margin-bottom: 30px;
}
.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: #fff;
}
.photo_wrap_list .photo .photo_thum {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.photo a {
  display: block;
}
.photo a p {
  width:60px;
  height:100%;
  z-index: 1;
  position: relative;
}
.photo a p span.txt_name,
.photo a p span.txt_name02{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 20px;
  left: 27%;
  width:60px;
  height:100%;
}
#anker_1 .photo a p {
  background-image: url(../image/ttl-bg01.jpg);
  background-size: contain;
}
#anker_2 .photo a p {
  background-image: url(../image/ttl-bg02.jpg);
  background-size: contain;
}
#anker_3 .photo a p {
  background-image: url(../image/ttl-bg03.jpg);
  background-size: contain;
}
#anker_4 .photo a p {
  background-image: url(../image/ttl-bg04.jpg);
  background-size: contain;
}
#anker_5 .photo a p {
  background-image: url(../image/ttl-bg05.jpg);
  background-size: contain;
}
/*#anker_6 .photo a p {
  background-image: url(../image/ttl-bg06.jpg);
  background-size: contain;
}*/
#anker_7 .photo a p {
  background-image: url(../image/ttl-bg07.jpg);
  background-size: contain;
}
.photo a:hover {
  background: #fff;
  opacity: .8;
}

@media only screen and (max-width: 1024px)  {
  .photo_wrap {
    margin-bottom: 5.85%;
    padding: 0 10px;
  }
  .photo_wrap_list li {
    margin: 0;
  }
  .photo a p span.txt_name{
    top: 10px;
  }
  .photo a p span.txt_name02{
    top: 10px;
    left: 10%;
  }
}

@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.mt_min15{
  margin-top: -1.5%;
}
.photo_wrap_list li img{
  width:100%;
  height:auto;
}
@media only screen and (max-width: 1024px)  {
  .photo_wrap_list.mt_min15{
    margin-top: 1.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_a 左にタイトル */
/* ------------------------------------ */
.type_a.photo_wrap_list li:nth-of-type(1) {
  width: 565px;
  height: 130px;
}
.type_a.photo_wrap_list li:nth-of-type(2) {
  width: 420px;
  height: 420px;
}
.type_a.photo_wrap_list li:nth-of-type(3) {
  width: 565px;
  height: 565px;
  margin-top: -27.5%;
}
.type_a.photo_wrap_list li:nth-of-type(5) {
  width: 420px;
  height: 420px;
  margin-top: -27.9%;
}
.type_a.photo_wrap_list li:nth-of-type(4) {
  width: 565px;
  height: 420px;
}
.type_a.photo_wrap_list li:nth-of-type(7){
  width: 420px;
  height: 275px;
  margin-top: -27.9%;
  margin-left: auto;
}
.type_a.photo_wrap_list li.non_spacer {
  width: 565px;
  height: 0;
}

@media only screen and (max-width: 1024px) {
  .type_a.photo_wrap_list li:nth-of-type(1) {
    width:59.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(2) {
    width:39.5%;
    height:38vw;
  }
  .type_a.photo_wrap_list li:nth-of-type(3) {
    width:59.5%;
    height:57.5vw;
    margin-top: -24.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(5) {
    width:39.5%;
    height:38vw;
    margin-top: -34%;
  }
  .type_a.photo_wrap_list li:nth-of-type(4) {
    width:59.5%;
    height:42vw;
    margin-top: 1.5%;
  }
  .type_a.photo_wrap_list li:nth-of-type(7){
    width:39.5%;
    height:35vw;
    margin-top:-37%;
    margin-left: auto;
  }
  .type_a.photo_wrap_list li.non_spacer:nth-of-type(4) {
    width:59.5%;
    height:0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px)  {
  .type_a.photo_wrap_list li:nth-of-type(5) {
    margin-top: -36.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_b 右にタイトル */
/* ------------------------------------ */
.type_b.photo_wrap_list li:nth-of-type(2) {
  width: 565px;
  height: 130px;
}
.type_b.photo_wrap_list li:nth-of-type(1),
.type_b.photo_wrap_list li:nth-of-type(3) {
  width: 420px;
  height: 420px;
}
.type_b.photo_wrap_list li:nth-of-type(4) {
  width: 565px;
  height: 565px;
  margin-top: -27.9%;
}
.type_b.photo_wrap_list li:nth-of-type(5) {
  width: 420px;
  height: 275px;
}
.type_b.photo_wrap_list li:nth-of-type(6) {
  width: 565px;
  height: 420px;
  margin-top: -13.6%;
}
@media only screen and (max-width: 1024px) {
  .type_b.photo_wrap_list li:nth-of-type(2) {
    width:59.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(1),
  .type_b.photo_wrap_list li:nth-of-type(3) {
    width:39.5%;
    height:38vw;
  }
  .type_b.photo_wrap_list li:nth-of-type(4) {
    width:59.5%;
    height:57.5vw;
    margin-top: -24.5%;
  }
  .type_b.photo_wrap_list li:nth-of-type(5) {
    width:39.5%;
    height:38vw;
  }
  .type_b.photo_wrap_list li:nth-of-type(6) {
    width:59.5%;
    height:42vw;
    margin-top: -4.2%;
  }
  .type_b.photo_wrap_list li:nth-of-type(3) {
    margin-top: 1.5%;
  }
}
@media only screen and (max-width: 500px)  {
  .type_b.photo_wrap_list li:nth-of-type(6) {
    margin-top: -3.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_c1 4枚 右ラストスペーサー */
/* ------------------------------------ */
.type_c1.photo_wrap_list{
  margin-top: 1.5%;
}
.type_c1.photo_wrap_list li:nth-of-type(1),
.type_c1.photo_wrap_list li:nth-of-type(3) {
  width: 565px;
  height: 420px; 
}
.type_c1.photo_wrap_list li:nth-of-type(3) {
  margin-top: -13.6%;
}
.type_c1.photo_wrap_list li:nth-of-type(2){
  width: 420px;
  height: 565px;
}
.type_c1.photo_wrap_list li:nth-of-type(4) {
  width: 420px;
  height: 275px;
}
@media only screen and (max-width: 1024px) {
  .type_c1.photo_wrap_list li:nth-of-type(1),
  .type_c1.photo_wrap_list li:nth-of-type(3) {
    width:59.5%;
    height:38vw;
  }
  .type_c1.photo_wrap_list li:nth-of-type(3) {
    margin-top: -19%;
  }
  .type_c1.photo_wrap_list li:nth-of-type(2){
    width:39.5%;
    height:57.5vw;
  }
  .type_c1.photo_wrap_list li:nth-of-type(4) {
    width:39.5%;
    height:21vw;
  }
}

/* ------------------------------------ */
/* ▼ .type_c2 4枚 右ラスト空 */
/* ------------------------------------ */
.type_c2.photo_wrap_list li:nth-of-type(1) {
  width: 420px;
  height: 565px;
}
.type_c2.photo_wrap_list li:nth-of-type(2),
.type_c2.photo_wrap_list li:nth-of-type(4) {
  width: 565px;
  height: 420px; 
}
.type_c2.photo_wrap_list li:nth-of-type(4) {
  margin-top: -13.6%;
}
.type_c2.photo_wrap_list li:nth-of-type(3){
  width: 420px;
  height: 420px; 
}
@media only screen and (max-width: 1024px) {
  .type_c2.photo_wrap_list li:nth-of-type(1) {
    width:39.5%;
    height:57.5vw;
  }
  .type_c2.photo_wrap_list li:nth-of-type(2),
  .type_c2.photo_wrap_list li:nth-of-type(4) {
    width:59.5%;
    height:38vw;
  }
  .type_c2.photo_wrap_list li:nth-of-type(4) {
    margin-top: -19%;
  }
  .type_c2.photo_wrap_list li:nth-of-type(3){
    width:39.5%;
    height:38vw;
    margin-top: 1.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_d 中間用 右横長 */
/* ------------------------------------ */
.type_d.photo_wrap_list{
  margin-top: 1%;
}
.type_d.photo_wrap_list li:nth-of-type(1),
.type_d.photo_wrap_list li:nth-of-type(5) {
  width: 420px;
  height: 565px;
}
.type_d.photo_wrap_list li:nth-of-type(2),
.type_d.photo_wrap_list li:nth-of-type(4),
.type_d.photo_wrap_list li:nth-of-type(6),
.type_d.photo_wrap_list li:nth-of-type(10) {
  width: 565px;
  height: 420px;
}
.type_d.photo_wrap_list li:nth-of-type(4),
.type_d.photo_wrap_list li:nth-of-type(6),
.type_d.photo_wrap_list li:nth-of-type(10) {
  margin-top: -13.6%;
}
.type_d.photo_wrap_list li:nth-of-type(3),
.type_d.photo_wrap_list li:nth-of-type(7){
  width: 420px;
  height: 420px;
}
.type_d.photo_wrap_list li:nth-of-type(8) {
  width: 565px;
  height: 565px; 
  margin-top: -27.9%;
}
.type_d.photo_wrap_list li:nth-of-type(9) {
  width: 420px;
  height: 275px;
}
@media only screen and (max-width: 1024px) {
  .type_d.photo_wrap_list li:nth-of-type(1),
  .type_d.photo_wrap_list li:nth-of-type(5) {
    width:39.5%;
    height:57.5vw;
  }
  .type_d.photo_wrap_list li:nth-of-type(2),
  .type_d.photo_wrap_list li:nth-of-type(4),
  .type_d.photo_wrap_list li:nth-of-type(6),
  .type_d.photo_wrap_list li:nth-of-type(10) {
    width:59.5%;
    height:38vw;
  }
  .type_d.photo_wrap_list li:nth-of-type(4) {
    margin-top: -19%;
  }
  .type_d.photo_wrap_list li:nth-of-type(3),
  .type_d.photo_wrap_list li:nth-of-type(7){
    width:39.5%;
    height:38vw;
    margin-top: 1.5%;
  }
  .type_d.photo_wrap_list li:nth-of-type(8) {
    width:59.5%;
    height:57.5vw;
    margin-top: -27.9%;
  }
  .type_d.photo_wrap_list li:nth-of-type(9) {
    width:39.5%;
    height:30vw;
  }
  .type_d.photo_wrap_list li:nth-of-type(5) {
    margin-top: 1.5%;
  }
  .type_d.photo_wrap_list li:nth-of-type(6) {
    margin-top: -13.6%;
  }
  .type_d.photo_wrap_list li:nth-of-type(10) {
    margin-top: -8%;
  }
}
@media only screen and (max-width: 500px)  {
  .type_d.photo_wrap_list li:nth-of-type(10) {
    margin-top: -6.5%;
  }
}

/* ------------------------------------ */
/* ▼ .type_e 中間用 左横長 */
/* ------------------------------------ */
.type_e.photo_wrap_list{
  margin-top: 1.5%;
}
.type_e.photo_wrap_list li:nth-of-type(2),
.type_e.photo_wrap_list li:nth-of-type(6) {
  width: 420px;
  height: 565px; 
}
.type_e.photo_wrap_list li:nth-of-type(1),
.type_e.photo_wrap_list li:nth-of-type(3),
.type_e.photo_wrap_list li:nth-of-type(5),
.type_e.photo_wrap_list li:nth-of-type(9) {
  width: 565px;
  height: 420px; 
}
.type_e.photo_wrap_list li:nth-of-type(3),
.type_e.photo_wrap_list li:nth-of-type(5),
.type_e.photo_wrap_list li:nth-of-type(9) {
  margin-top: -13.6%;
}
.type_e.photo_wrap_list li.lay_deco:nth-of-type(2),
.type_e.photo_wrap_list li:nth-of-type(4),
.type_e.photo_wrap_list li:nth-of-type(8){
  width: 420px;
  height: 420px;
}
.type_e.photo_wrap_list li:nth-of-type(7) {
  width: 565px;
  height: 565px;
  margin-top: -27.9%;
}
.type_e.photo_wrap_list li:nth-of-type(10) {
  width: 420px;
  height: 275px;
}
@media only screen and (max-width: 1024px) {
  .type_e.photo_wrap_list li:nth-of-type(2),
  .type_e.photo_wrap_list li:nth-of-type(6) {
    width:39.5%;
    height:57.5vw;
  }
  .type_e.photo_wrap_list li:nth-of-type(1),
  .type_e.photo_wrap_list li:nth-of-type(3),
  .type_e.photo_wrap_list li:nth-of-type(5),
  .type_e.photo_wrap_list li:nth-of-type(9) {
    width:59.5%;
    height:38vw;
  }
  .type_e.photo_wrap_list li:nth-of-type(3),
  .type_e.photo_wrap_list li:nth-of-type(5) {
    margin-top: -19%;
  }
  .type_e.photo_wrap_list li.lay_deco:nth-of-type(2),
  .type_e.photo_wrap_list li:nth-of-type(4),
  .type_e.photo_wrap_list li:nth-of-type(8){
    width:39.5%;
    height:38vw;
    margin-top: 1.5%;
  }
  .type_e.photo_wrap_list li:nth-of-type(7) {
    width:59.5%;
    height:57.5vw;
  }
  .type_e.photo_wrap_list li:nth-of-type(10) {
    width:39.5%;
    height:30vw;
  }
  .type_e.photo_wrap_list li.lay_deco:nth-of-type(5) {
    margin-top: -15%;
  }
  .type_e.photo_wrap_list li:nth-of-type(6) {
    margin-top: 1.5%;
  }
  .type_e.photo_wrap_list li:nth-of-type(9){
    margin-top:-8%;
  }
}
@media only screen and (max-width: 500px)  {
  .type_e.photo_wrap_list li:nth-of-type(9){
    margin-top:-6.5%;
  }
}

/* ------------------------------------ */
/* ▼ .lay_deco 飾り */
/* ------------------------------------ */
.photo.lay_deco {
  background: none;
}
.photo.lay_deco.imgw_01 {
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 50% 50%;
}
.photo.lay_deco.imgw_02 {
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: 50% 50%;
}
.photo.lay_deco.logo {
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 50% 50%;
}
.photo.lay_deco.logo02 {
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50% 50%;
}
.photo.lay_deco.non_spacer {
  height: 0;
  width: 0;
}

@media only screen and (max-width: 1024px) {
  .photo.lay_deco.logo {
    background-size: 55%;
  }
  .photo.lay_deco.logo02 {
    background-size: 65%;
  }
}

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

/* ------------------------------------ */
/* ▼ .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: #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-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
}
body .fancybox-close-small {
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 37px;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.zoomer_wrapper,
.zoomer .zoomer-positioner,
.zoomer .zoomer-holder,
.zoomer {
  background:none;
  margin: 0;
  padding: 0;
}

.showcase_box_cap {
  background-color: rgba(68, 68, 68, .6);
  border-bottom-right-radius: 8px;
  left: 0;
  line-height: 1;
  padding: 20px 25px;
  position: absolute;
  text-align: left;
  top: 0;
} 
.showcase_box_cap .showcase_box_cat {
  background: #734d6b;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.3;
  margin-bottom: 12px;
  padding: 4px 10px;
}
.showcase_box .showcase_box__content p.showcase_box_tit {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0;
  text-align:left;
}
.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;
  }
}
