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

title : 【刀剣ワールド】刀剣名刀図鑑 詳細ページ
scope : 【刀剣ワールド】刀剣名刀図鑑 詳細ページ

memo：

modify : 2021/02/02 TCI_Yoneshma 動画エリアレイアウト修正

2021/01/29 TCI_Yoneshma 動画エリアスタイル追加
2021/01/07 319_shimizu 当社所蔵刀剣見出し修正
2020/12/02 TCI_eguchi フリーエリア追加
2020/11/18 TCI_Yoneshma バナーエリア追加
2020/09/16 TCI_uesugi メイン画像幅修正
2020/07/08 TCI_Yoneshma 新規作成

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

/* ------------------------------------ */
/* ▼ breadcrumbs */
/* ------------------------------------ */
.breadcrumbs {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
  .breadcrumbs li {
    display: inline;
    font-size: 14px;
    line-height: 22px;
  }
}

/* ------------------------------------ */
/* ▼ box_detail */
/* ------------------------------------ */
/* -- box_detail -- */
.box_detail .box__title {
  background: url("../image/detail/bg-label-pattern04.jpg") repeat;
  display: table;
  height: 55px;
  margin: 0 auto;
  width: 850px;
}

.box_detail .box__title h2 {
  color: #fff;
  display: table-cell;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 4.6px;
  text-align: center;
  vertical-align: middle;
}

.box_detail .box__title h2 span {
  display: inline-block;
  position: relative;
}

.box_detail .box__title h2 span::after,
.box_detail .box__title h2 span::before {
  background: url("../image/detail/ico-title-item01.png") no-repeat;
  content: "";
  display: block;
  height: 16px;
  left: -45px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.box_detail .box__title h2 span::after {
  left: auto;
  right: -45px;
}

.box_detail .box__detail__content::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  .box_detail .box__title {
    background-size: 100% 48px;
    height: 48px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  .box_detail .box__title::before {
    background: url("../image/detail/ico-open.png") no-repeat;
    background-size: 100%;
    border: 1px solid #fff;
    content: "";
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;
  }
  .box_detail .box__title.active::before {
    background-image: url("../image/detail/ico-close.png");
  }
  .box_detail .box__title h2 {
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1;
  }
  .box_detail .box__title h2 span::after,
  .box_detail .box__title h2 span::before {
    background-size: 100%;
    height: 14px;
    left: -35px;
    margin-top: -7px;
    width: 22px;
  }
  .box_detail .box__title h2 span::after {
    left: auto;
    right: -35px;
  }
  .box_detail .box__detail__content {
    display: none;
    padding-top: 20px;
  }
}

/* -- IE対応 -- */
@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .box_detail .box__title h2 span {
      top: 5px;
    }
    .box_detail .box__title h2 span:before,
    .box_detail .box__title h2 span:after {
      margin-top: -11px;
    }
}

/* ------------------------------------ */
/* ▼ box_search_detail */
/* ------------------------------------ */
/* -- box_search_detail -- */
.box_search_detail .box_detail {
  margin: 0 auto;
  width: 910px;
}

.box_search_detail .box_detail .col_left {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

.box_search_detail .box_detail.no-show {
  max-width: 1000px;
  width: 100%;
}

.box_search_detail .box_detail.no-show::before {
  display: block;
  content: "";
  height: 259px;
  left: 0;
  position: absolute;
  top: 0;
  width: 192px;
}

.box_search_detail .box_detail.no-show {
  position: relative;
}

.box_search_detail .box_detail.no-show::after {
  display: block;
  content: "";
  height: 204px;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.box_search_detail .box_detail.no-show .col_left {
  float: none;
}

.box_search_detail .box_detail .col_left .box_info {
  border: 1px solid #b28e5f;
}

.box_search_detail .box_detail .col_left .box_1 .small {
  font-size: 72.22%;
  display: block;
}

.box_search_detail .box_detail .col_left .box_2 {
  margin-bottom: 8px;
}

.box_search_detail .box_detail .col_right {
  float: right;
  padding-left: 15px;
  width: 310px;
}

.box_search_detail .box_detail .col_right img {
  display: block;
  margin: 0 auto 1em;
}

.box_search_detail .box_detail .col_right a {
  display: block;
  margin: 10px auto 0;
}

@media (min-width: 768px) {
  .box_search_detail .box_detail {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .box_search_detail .box_detail {
    margin-top: 25px;
    padding: 0 10px;
    width: 100%;
  }
  .box_search_detail .box_detail.no-show::after,
  .box_search_detail .box_detail.no-show::before {
    display: none;
  }
  .box_search_detail .box_detail .col_left {
    padding: 0 17px;
    width: 100%;
  }
  .box_search_detail .box_detail .col_right {
    padding: 15px 13px 0;
    width: 100%;
  }
  .box_search_detail .box_detail .col_left .box_1 {
    background: url("../image/detail/bg-label-pattern03.jpg") repeat top left;
  }
  .box_search_detail .box_detail .col_right a {
    margin-top: 18px;
    width: 80.59%;
  }
  .box_search_detail .box_detail .col_right a.btn_red_arr {
    width: auto;
  }
  .box_search_detail .box_detail .col_right a img {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ box__top */
/* ------------------------------------ */
/* -- box__top -- */
.box__top .wcm {
  border: #bea656 solid 4px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .box__top {
    padding: 0 15px;
  }
  .box__top .wcm {
    background: #fff;
  }
}

/* -- box__first -- */
.box__top .box__first {
  color: #fff;
  position: relative;
  width: 100%;
}

.box__top .box__first .box__left {
  display: table-cell;
  vertical-align: middle;
  width: 191px;
}

.box__top .box__first .box__left li{
  background: #181b5b;
  font-size: 18px;
  line-height: 25px;
  margin: 5px 0;
  padding: 3px;
  text-align: center;
}

.box__top .box__first .box__left li.first {
  background: url("../image/detail/bg-label-pattern01.jpg");
}

.box__top .box__first .box__right {
  display: table-cell;
  padding-left: 25px;
  vertical-align: middle;
}

.box__top .box__first .box__right p {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 16px;
}

.box__top .box__first .box__right h1 {
  font-size:  28px;
  line-height: 1.3;
  font-weight: 600;
}

@media (min-width: 768px) {
  .box__top .box__first {
    background: url("../image/detail/bg-title-item01.png") no-repeat bottom right / cover;
    display: table;
    padding: 39px 30px 28px;
  }
  .box__top .box__first::before {
    background: #594730;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 20px;
    position: absolute;
    width: 95%;
  }
}

@media (max-width: 767px) {
  .box__top .box__first {
    background: url("../image/detail/bg-title-item01-sp.png") no-repeat left bottom / cover;
    padding: 20px 20px 0;
  }
  .box__top .box__first .box__left {
    display: block;
    width: 100%;
  }
  .box__top .box__first .box__left ul {
    font-size: 0;
    padding: 0 12px;
  }
  .box__top .box__first .box__left li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    width: 50%;
  }
  .box__top .box__first .box__right {
    border-bottom: 1px solid #594730;
    display: block;
    padding: 0;
  }
  .box__top .box__first .box__right p {
    font-size: 13px;
    margin: 21px 0 10px;
  }
  .box__top .box__first .box__right h1 {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .box__top .box__first .box__right h1 br{
    display: none;
  }
}

/* -- IE対応 -- */
@media all and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
    .box__top .box__first .box__left li {
      padding: 6px 3px 0;
    }
}

/* -- box__second -- */
.box__top .box__second {
  padding: 27px 80px;
  font-weight: 600;
  background: #fff;
}

@media (max-width: 767px) {
  .box__top .box__second {
    background-size: 30%;
  }
}

@media (max-width: 767px) {
  .box__top .box__second {
    font-size: 15px;
    line-height: 22px;
    padding: 20px 20px 22px;
  }
}

/* -- box__top sword -- */
.box__top .box__first.sword {
  position: relative;
}

.box__top .box__first.sword::before {
  z-index: 3;
}

.box__main__img.sword {
  position: relative;
  z-index: 3;
}

.box__top .box__first.sword .box__right.sword {
  padding-left: 30px;
  position: relative;
  z-index: 3;
}

.box__right.sword {
  padding-left: 0;
}

.box__right.sword .box__rightInner {
  border-left: #594730 solid 1px;
  display: table;
  padding-left: 30px;
}

.box__right.sword .sword_name {
  display: table-cell;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .box__top .box__first.sword .box__left li {
    width: 51%;
  }
  .box__top .box__first.sword::after {
    content: none;
  }
  .box__top .box__first.sword .box__right.sword {
    padding-left: 0;
    position: static;
  }
  .box__top .box__first.sword .box__left ul {
    padding-left: 0;
  }
  .box__right.sword .box__rightInner {
    border-left: none;
    padding-left: 0;
  }
  .box__right.sword .sword_name {
    padding-left: 0;
  }
}

/* ------------------------------------ */
/* ▼ box__main__img */
/* ------------------------------------ */
/* -- box__main__img -- */
.box__main__img {
  display: table;
  table-layout: fixed;
  min-height: 160px;
  table-layout: fixed;
  width: 100%;
}

.box__main__img .box__main__img__inner {
  background: #000;
  font-size: 0;
  margin: -1px auto 0;
  text-align: center;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.box__main__img .box__main__img__inner img {
  width: 100%;
}

.box__main__img .box__main__img__inner img:nth-child(2) {
  border-top: 2px #ccc solid;
  margin-top: 45px;
  padding: 30px 0 70px;
}

.box__main__img .wcm {
  position: relative;
}

@media (max-width: 767px) {
  .box__main__img {
    min-height: 80px;
  }
  .box__main__img .box__main__img__inner {
    margin: 0 auto 20px;
  }
  .box__main__img .box__main__img__inner img:nth-child(2) {
    margin-top: 20px;
    padding: 10px 0 25px;
  }
}

/* ------------------------------------ */
/* ▼ box_info */
/* ------------------------------------ */
/* -- box_info -- */
.box_info .box_info_inner {
  display: flex;
  flex-wrap: wrap;
}

.box_info .box_info_inner .title {
  align-items: center;
  background: url("../image/detail/bg-label-pattern03.jpg") repeat top left;
  display: flex;
  padding-left: 10px;
}

.box_info .box_info_inner .title i {
  font-size: 0;
  width: 20px;
}

.box_info .box_info_inner .title span {
  color: #fff;
  padding-left: 8px;
}

.box_info .box_info_inner .text {
  background: #fff;
}

.box_info .box_info_inner .text.spec {
  font-weight: 600;
}

.box_info .box_info_inner dt,
.box_info .box_info_inner dd {
  border-bottom: 1px solid #e8ddcf;
  letter-spacing: .06em;
  line-height: 1.6;
}

.box_info .box_info_inner dt:nth-last-of-type(1),
.box_info .box_info_inner dd:nth-last-of-type(1) {
  border-bottom: none;
}

@media (min-width: 768px) {
  .box_info .box_info_inner .title {
    max-width: 172px;
    padding: 20px 10px;
    width: 20.3%;
  }
  .box_info .box_info_inner .text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 252px;
    padding: 20px 10px;
    width: 29.7%;
  }
  .box_info .box_info_inner .text > .small {
    margin-top: -8px;
  }
  .box_info .box_info_inner dt:nth-last-of-type(2),
  .box_info .box_info_inner dd:nth-last-of-type(2) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .box_info .box_info_inner .title {
    font-size: 1.5rem;
    line-height: 1.2;
    width: 40.6%;
  }
  .box_info .box_info_inner .text {
    padding: 15px 18px;
    width: 59.4%;
  }
  .box_info .box_info_inner .text.spec {
    font-size: 1.7rem;
  }
}

@media (max-width: 320px) {
  .box_info .box_info_inner .title {
    padding: 4px;
  }
  .box_info .box_info_inner .title span {
    padding-left: 4px;
  }
}

/* ------------------------------------ */
/* ▼ btn */
/* ------------------------------------ */
/* -- btn_return -- */
.btn_return {
  margin-top: 13px;
}

.btn_return .flex_r {
  display: flex;
  flex-direction: row-reverse;
}

.btn_return .cmn_link_btn {
  margin: 0;
  width: 177px;
}

.btn_return .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
  padding: 8px 14px 7px 23px;
}

.btn_return .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  left: 14px;
  right: auto;
  top: calc(50% - 5px);
  transform: rotate(180deg);
}

.btn_return + .box__top {
  margin-top: 13px;
}

/* -- btn_link -- */
.btn_link.link_type01 .cmn_link_btn_text {
  letter-spacing: .1em;
}

.btn_link.link_type01 .cmn_link_btn_text::after {
  border-width: 6px 0 6px 8px;
  right: 12px;
  top: calc(50% - 6px);
}

@media (min-width: 768px) {
  .btn_link.link_type01 {
    margin-top: 30px;
  }
  .btn_link .cmn_link_btn {
    width: 256px;
  }
}

@media (max-width: 767px) {
  .btn_link .cmn_link_btn {
    width: 240px;
  }
}

/* ------------------------------------ */
/* ▼ box_seo */
/* ------------------------------------ */
@media (min-width: 768px) {
  .box_seo {
    margin-top: 55px;
  }
}

/* ------------------------------------ */
/* ▼ bnr_area */
/* ------------------------------------ */
@media (min-width: 768px) {
  #bnr_area {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  #bnr_area {
    margin-top: 25px;
  }
}

/* ------------------------------------ */
/* ▼ box__search フリーエリア追加 */
/* ------------------------------------ */
.box__search {
  clear: both;
  position: relative;
  margin: 55px auto;
  z-index: 1;
}
.box__search .cmn_octagon_heading {
  background: none;
  color: #fff;
  display: table;
  font-size: 19px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.08em;
  line-height: 55px;
  margin: 0 auto 5px;
  max-width: 850px;
  position: relative;
  text-align: center;
  width: 100%;
}
.box__search .cmn_octagon_heading:before {
  background: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.box__search .cmn_octagon_heading > span {
  background: url(/wp/wp-content/themes/wp-templ/search-noted-sword/image/detail/bkg_title.png) no-repeat top center;
  display: table-cell;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.box__search .cmn_octagon_heading > span span {
  background: none;
  display: inline-block;
  max-width: 720px;
  padding: 0 35px;
  position: relative;
}
.cmn_octagon_heading > span span:after,
.cmn_octagon_heading > span span:before {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/ico02.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 22px;
}
.cmn_octagon_heading > span span:after {
  left: auto;
  right: 0;
}
.box__search .cmn_octagon_heading strong {
  font-size: 132%;
  vertical-align: bottom;
}

.sc_search_sword_wrap {
  margin: 30px 0 40px;
}

@media (max-width: 767px){
  .box__search {
    clear: both;
    margin: 30px auto 0;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  .box__search .cmn_octagon_heading {
    background: url(/wp/wp-content/themes/wp-templ/weapon-shoga-art/search-arquebus/image/title_photo_sp_t.png) no-repeat top center;
    display: block;
    font-size: 16px;
    letter-spacing: 0.95px;
    height: auto;
    padding-top: 10px;
    width: auto;
  }
  .box__search .cmn_octagon_heading:before{
    background: none;
  }
  .box__search .cmn_octagon_heading > span {
    background: url(/wp/wp-content/themes/wp-templ/weapon-shoga-art/search-arquebus/image/title_photo_sp_b.png) no-repeat bottom center;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
  }
  .box__search .cmn_octagon_heading > span span {
    height: auto;
    line-height: 1.3;
    max-width: 270px;
    padding: 3px 25px 1px;
    width: auto;
  }
  .box__search .cmn_octagon_heading > span span:before,
  .box__search .cmn_octagon_heading > span span:after {
    background-size: 100%;
    height: 14px;
    margin-top: -7px;
    width: 22px;
  }
  .box__search .cmn_octagon_heading strong {
    font-size: 100%;
    vertical-align: middle;
  }
  .sc_search_sword_wrap {
    margin-top: 20px;
  }
}

/* ------------------------------------ */
/* ▼ box__video */
/* ------------------------------------ */
.video_section .box__title {
  background: url(../image/detail/bkg_title_top.jpg) no-repeat top center;
  display: table;
  height: 60px;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
  width: 850px;
}

.tablet .video_section .box__title {
  display: block;
  height: auto;
}

.tablet .video_section .box__title::after {
  clear: both;
  content: "";
  display: table;
}

.video_section .box__title::before {
  background: #9e792e;
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.video_section .box__title p {
  background: url(../image/detail/bkg_title_bottom.jpg) no-repeat bottom center;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}

.tablet .video_section .box__title p {
  display: block;
}

.video_section .box__title p span {
  display: inline-block;
  font-feature-settings: "pkna";
  line-height: 1.3;
  max-width: 500px;
  position: relative;
  letter-spacing: .075em;
}

@media (max-width: 767px) {
  .cmn_box_item_movie.col01 .cmn_item_movie {
    max-width: 355px;
  }
}

/*=====================================================================================*/
.box__search {
  clear: both;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}

.box__search .wcm {
  position: relative;
}

.box__search .box__title {
  background: url(../image/detail/bkg_title_top.jpg) no-repeat top center;
  display: table;
  height: 60px;
  margin: 0 auto;
  padding-top: 19px;
  position: relative;
  width: 920px;
}

.tablet .box__search .box__title {
  display: block;
  height: auto;
}

.tablet .box__search .box__title:after {
  clear: both;
  content: '';
  display: table;
}

.box__search .box__title:before {
  background: #9E792E;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.box__search .box__title h2 {
  background: url(../image/detail/bkg_title_bottom.jpg) no-repeat bottom center;
  color: #fff;
  display: table-cell;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  padding-bottom: 18px;
  text-align: center;
  vertical-align: middle;
  z-index: 1;
}

.tablet .box__search .box__title h2 {
  display: block;
}

.box__search .box__title h2 span {
  display: inline-block;
  font-feature-settings: "pkna";
  line-height: 1.3;
  max-width: 500px;
  position: relative;
  letter-spacing: .075em;
}

.box__search .box__title h2 span:after,
.box__search .box__title h2 span:before {
  background: url(../image/detail/ico_white.png) no-repeat;
  content: '';
  display: block;
  height: 14px;
  left: -30px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.box__search .box__title h2 span:after {
  left: auto;
  right: -30px;
}

.box__search p {
  margin: 10px 0 25px;
  text-align: center;
}

.box__search p span {
  background: url(../image/detail/ico_zoom.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  vertical-align: middle;
  width: 16px;
}

.box__search .fancybox {
  display: block;
  position: relative;
}

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

.box__search .fancybox.icon_gray:after {
  background-image: url(../image/detail/ico_zoom.png);
}

.list__imgs {
  margin: 30px auto 40px;
  max-width: 920px;
}

.list__imgs .item {
  font-size: 0;
  margin-bottom: 27px;
}

.list__imgs .item:last-child {
  margin-bottom: 0;
}

.list__imgs .item .showcase_box__content {
  display: block;
  margin-bottom: 20px;
  background: #000;
}

.list__imgs .item .showcase_box__content:last-child {
  margin-bottom: 0;
}

.list__imgs .item img {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.list__imgs .item a {
  display: table;
  position: relative;
  max-height: 136px;
  overflow: hidden;
}

.list__imgs .item a.icon_gray,
.list__imgs .item a + a {
  margin: 0;
}

.grid__imgs {
  margin: 0 auto;
  max-width: 920px;
}

.grid__imgs ul,
.grid__imgs .img__items {
  font-size: 0;
  margin: 0 -13px;
}

.grid__imgs li,
.grid__imgs .img__item {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 15px;
  width: 33%;
}

.grid__imgs .img__item.no_data {
  padding-top: 15%;
}

.grid__imgs li.hidepc,
.grid__imgs .img__item.hidepc {
  display: none;
}

.grid__imgs li:nth-child(2n+1),
.grid__imgs .img__item:nth-child(2n+1) {
  clear: both;
}

.grid__imgs .buttons {
  font-size: 0;
  text-align: right;
}

.grid__imgs .btncollapse {
  display: none;
}

.grid__imgs .deco {
  border: none;
  background: none;
  position: relative;
  text-align: center;
}

.grid__imgs .deco img {
  width: 70%;
}

@media (max-width: 767px) {
  .box__search {
    padding: 0 10px;
  }
  .box__search .wcm::after {
    content: none;
  }
  .box__search .box__title {
    background-image: url(../image/detail/bkg_title_sp_top.jpg);
    display: block;
    height: auto;
    padding-top: 11px;
    width: 100%;
  }
  .box__search .box__title h2 {
    background-image: url(../image/detail/bkg_title_sp_bottom.jpg);
    display: block;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .box__search .box__title h2 span {
    display: inline-block;
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    padding: 0 20px;
  }
  .box__search .box__title h2 span:after,
  .box__search .box__title h2 span:before {
    background: url(../image/detail/ico_sp.png) no-repeat;
    background-size: 100%;
    height: 11px;
    left: 0;
    margin-top: -6px;
    width: 17px;
  }
  .box__search .box__title h2 span:after {
    left: auto;
    right: 0;
  }
  .box__search p {
    font-size: 13px;
    margin: 5px 0 20px;
    text-align: left;
  }
  .list__imgs {
    margin-bottom: 30px;
  }
  .list__imgs .item {
    margin-bottom: 15px;
  }
  .grid__imgs ul,
  .grid__imgs .img__items {
    margin: 0 -2px 6px;
  }
  .grid__imgs li,
  .grid__imgs .img__item {
    margin-bottom: 4px;
    padding: 0 2px;
    width: 33%;
  }
  .grid__imgs li:nth-child(n),
  .grid__imgs li:nth-child(2n+1),
  .grid__imgs .img__item:nth-child(n),
  .grid__imgs .img__item:nth-child(2n+1) {
    clear: none;
  }
  .grid__imgs ul:not(.slick-slider) li:nth-child(2n),
  .grid__imgs .img__items:not(.slick-slider) .img__item:nth-child(2n) {
    clear: both;
  }
  .grid__imgs .buttons {
    margin: 0 auto;
    max-width: 87.3%;
    text-align: center;
  }
  .grid__imgs .buttons .btnclose {
    display: none;
  }
  .grid__imgs .prev {
    left: -22px;
  }
  .grid__imgs .next {
    right: -22px;
  }
  .grid__imgs .img__item.no_data {
    padding-top: 18%;
  }
  .grid__imgs .img__item.no_data img {
    width: 85%;
  }
}

@media (max-width: 413px) {
  .box__search .box__title {
    background-image: url(../image/detail/bkg_title_sp_top_1.jpg);
    padding-top: 7px;
  }
  .box__search .box__title h2 {
    background-image: url(../image/detail/bkg_title_sp_bottom_1.jpg);
  }
  .box__search .box__title h2 span {
    max-width: 220px;
  }
}

/********************* IE ********************************************/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .box__top .box__first .box__left li {
    padding: 6px 3px 0;
  }
  .box_detail .box__title h2 span {
    top: 5px;
  }
  .box_detail .box__title h2 span:before,
  .box_detail .box__title h2 span:after {
    margin-top: -11px;
  }
  .video_section .box__title p span,
  .box__search .box__title h2 span {
    top: 4px;
  }
  .video_section .box__title p span:before,
  .video_section .box__title p span:after,
  .box__search .box__title h2 span:before,
  .box__search .box__title h2 span:after {
    margin-top: -10px;
  }
  .box_recommended .box__title h2 span {
    padding-top: 7px;
  }
  .box__search .box__title h2 {
    padding-bottom: 20px;
  }
}

.tablet .wcm_inner {
  overflow: hidden;
}

.fancybox-slide .fancybox-image-wrap p {
  color: #fff;
  text-align: center;
}

.fancybox-image {
  position: static !important;
}

.fancybox-caption-wrap {
  display: none !important;
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  background-color: #848484;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

/* Showcase box
   =========================================================== ======================== */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  max-width: 900px;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.showcase_box .showcase_box__content p {
  color: #fff;
  font-size: 17px;
  padding: 0 10px 30px;
  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;
}

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

.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: 414px;
  }
}

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

/* 長押し禁止 */
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}