@charset "utf-8";
/* ==========================================================
title : 刀剣ワールド 目貫・小柄・笄・縁頭写真 詳細ページ
scope : 刀剣ワールド 目貫・小柄・笄・縁頭写真 詳細ページ

memo：

last modify : 2022/04/01 WEB2TCI-22274_igarashi 「その他」枠追加

2020/07/29 TCI福岡_eguchi 新規作成

modify :

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

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

@media (max-width: 767px) {
  .box_search__wrapper {
    padding-bottom: 30px;
  }
}

/* ------------------------------------ */
/* ▼ btn_return */
/* ------------------------------------ */
.btn_return {
  margin-bottom: 12px;
}
.btn_return .flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  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);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* ------------------------------------ */
/* ▼ main_box(imageのみ) */
/* ------------------------------------ */
.main_box,
.main_col2_box {
  background: #fef0d7 url(../image/detail/bg-detail-main01.png) repeat-y 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  width: 97%;
}
.main_ttl {
  border-bottom: 2px solid #655046;
}
.main_ttl_tag {
  background: url(../image/bg-ttl03.png) repeat top left;
  color: #ffffff;
  padding: 2px 5px;
  text-align: center;
  min-width: 180px;
}
.main_ttl_tag.ico_bg_sort.pat01 {
  background: url(../image/bg-ttl05.png) repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
}
.main_ttl_tag.ico_bg_sort.pat02 {
  background: url(../image/bg-ttl03.png) repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
}
.main_ttl_tag.ico_bg_age {
  background: #181b5b;
  margin-right: 0;
}
.main_ttl_h1 {
  font-size: 0;
}
.main_ttl_ruby {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.main_ttl_name {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}
.main_img {
  align-items: center;
  background: #e7e8ea;
  display: flex;
  justify-content: center;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.main_img img {
  width: 100%;
}
.menuki .main_img img {
  -ms-transform: scale(.8, .8);
  -webkit-transform: scale(.8, .8);
  transform: scale(.8, .8);
}

@media (min-width: 768px) {
  .main_box,
  .main_col2_box {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 35px 30px;
  }
  .main_ttl {
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .main_ttl_tag_wrap {
    display: table-cell;
    padding-right: 20px;
    vertical-align: top;
  }
  .main_ttl_tag {
    font-size: 17px;
  }
  .main_ttl_tag:nth-of-type(2) {
    margin-top: 5px;
  }
  .main_ttl_ruby {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .main_ttl_name {
    font-size: 28px;
  }
  .main_img {
    height: 330px;
    margin-bottom: 20px;
  }
  .main_ttl_h1 {
    display: table-cell;
    width: 78%;
  }
  .main_txt {
    margin: 0 auto;
    width: 88%;
  }
}

@media (max-width: 767px) {
  .main_box {
    padding: 20px 10px;
  }
  .main_ttl {
    margin-bottom: 12px;
    padding-bottom: 5px;
  }
  .main_ttl_tag_wrap {
    margin-bottom: 12px;
    text-align: center;
  }
  /* タグが1つの時左寄せ */
  .main_ttl_tag_wrap.main_ttl_tag01,
  .main_col2_ttl_tag_wrap.main_ttl_tag01 {
    text-align: left;
  }
  .main_ttl_tag {
    display: inline-block;
    font-size: 15px;
  }
  .main_ttl_tag:nth-of-type(2) {
    margin-left: 10px;
  }
  .main_ttl_h1 {
    padding-left: 3px;
  }
  .main_ttl_h1 br {
    display: none;
  }
  .main_ttl_ruby {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .main_ttl_name {
    font-size: 24px;
  }
  .main_img {
    margin-bottom: 10px;
  }
  .main_txt {
    margin: 0 10px;
    font-size: 15px;
  }
}
@media (max-width: 440px) {
  .main_ttl_tag_wrap {
    text-align: left;
  }
  .main_ttl_tag:nth-of-type(2) {
    margin-top: 5px;
    margin-left: 0;
  }
}

/*段落ごとのマージン*/
.wrap .ffM > p {
  margin-bottom: .75em;
}
.wrap .ffM > p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------ */
/* ▼ main_col2_box (メインブロックがテキストと画像で2カラム)*/
/* ------------------------------------ */
.main_col2_ttl_tag{
  background: url(../image/bg-ttl03.png) repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  display: inline-block;
  padding: 2px 5px;
  text-align: center;
  min-width: 180px;
}
.main_col2_ttl_tag.ico_bg_sort {
  background: url(../image/bg-ttl03.png) repeat top left;
  -webkit-background-size: cover;
  background-size: cover;
}
.main_col2_ttl_tag.ico_bg_age {
  background: #181b5b;
  margin-left: 10px;
}
.main_col2_ttl_h1{
  border-bottom: 2px solid #655046;
  font-size: 0;
  padding-bottom: 10px;
}
.main_col2_ttl_h1 span{
  display: block;
  margin-left: 3px;
}
.main_col2_ttl_ruby {
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .main_col2_ttl{
    margin: 4px 0 20px 0;
  }
  .main_col2_ttl_tag{
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px;
  }
  .main_col2_ttl_ruby {
    font-size: 16px;
  }
  .main_col2_ttl_name {
    font-size: 28px;
    line-height: 1.4;
  }
  .main_col2_box {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 35px 30px;
  }
  .main_col2_ttl_h1{
    width: 66%;
  }
  .main_col2_txt{
    margin: 0 5px;
    padding-left: 20px;
  }
  .main_col2_img {
    float: right;
    margin: 0.3em 0 20px 40px;
    width: 22%;
  }
}

@media (max-width: 767px) {
  .main_col2_box {
    padding: 20px 10px;
  }
  .main_col2_ttl {
    text-align: center;
  }
  .main_col2_ttl_tag_wrap{
    margin-bottom: 12px;
  }
  .main_col2_img {
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
  .main_col2_ttl{
    font-size: 15px;
    margin-bottom: 12px;
  }
  .main_col2_ttl_ruby {
    font-size: 13px;
  }
  .main_col2_ttl_name {
    font-size: 24px;
    line-height: 1.4;
  }
  .main_col2_ttl_h1{
    padding-bottom: 5px;
    text-align: left;
  }
  .main_col2_txt{
    margin: 0 10px 10px;
    font-size: 15px;
  }
}

@media (max-width: 440px) {
  .main_col2_ttl {
    text-align: left;
  }
  .main_col2_ttl_tag:nth-of-type(2) {
    margin-left: 0;
    margin-top: 5px;
  }
}

/* ------------------------------------ */
/* ▼ box__search */
/* ------------------------------------ */
.box__search {
  clear: both;
  margin-top: 30px;
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.box__search .wcm {
  position: relative;
}
.box__search p {
  margin: 10px 0 20px;
  text-align: center;
}
.box__search .fancybox {
  display: block;
  height: 100%;
  position: relative;
}
.box__search .fancybox:after {
  background: url(../image/ico-zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 0;
  width: 28px;
}
.grid__imgs {
  margin: 0 auto;
  max-width: 900px;
}
.grid__imgs ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid__imgs ul.box__search_col01 {
  justify-content: center;
}
.grid__imgs li {
  border: solid 1px #7b663f;
  margin-bottom: 20px;
  width: 48.89%;
}
.grid__imgs li.spacer {
  background: transparent;
  border-color: transparent;
}
.grid__imgs li.spacer:nth-child(2),
.grid__imgs li.spacer:nth-child(odd) {
  display: none;
}
.grid__imgs ul.box__search_col01 li {
  margin-bottom: 0;
}
.grid__imgs li p {
  margin: 0;
}
.grid__imgs li.deco_col2 {
  width: 65.36%;
}
.grid__imgs li.hidepc {
  display: none;
}
.grid__imgs .buttons {
  font-size: 0;
  text-align: right;
}
.grid__imgs .btncollapse {
  display: none;
}
@media (max-width: 767px) {
  .box__search .wcm::after {
    content: none;
  }
  .box__search p {
    font-size: 13px;
    margin: 5px 0 20px;
  }
  .grid__imgs ul {
    margin: 0 -2px 6px;
  }
  .grid__imgs li {
    background: #e7e8ea;
    margin-bottom: 4px;
    width: 48.88%;
  }
  .grid__imgs li:nth-child(n),
  .grid__imgs li:nth-child(2n+1) {
    clear: none;
  }
  .grid__imgs ul:not(.slick-slider) li: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;
  }
}
@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;
  }
}

/*=====================================================================================*/
.box_detail {
  margin-top: 55px;
}
.box_detail .box__title {
  background: url(../image/detail/bkg_title_01.png) left top repeat;
  display: table;
  margin: 0 auto;
  width: 820px;
}
.box_detail .box__title h2 {
  color: #fff;
  display: table-cell;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 4.6px;
  text-align: center;
  padding: 12px 45px;
  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/h2_icon.png) no-repeat;
  content: '';
  display: block;
  height: 20px;
  left: -45px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.box_detail .box__title h2 span:after {
  left: auto;
  right: -45px;
}
.box_detail dl .small {
  font-size: 70%;
}
@media (max-width: 767px) {
  .box_detail {
    margin-bottom: 0;
    padding: 0 10px;
    width: 100%;
  }
  .box_detail .box__title {
    background-size: 100% 48px;
    height: 48px;
    margin-bottom: 0;
    position: relative;
    width: 95%;
  }
  .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_search_detail .box_detail.no-show:after,
  .box_search_detail .box_detail.no-show:before {
    display: none;
  }
}

/********************* 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;
  }
}
.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-show-nav .fancybox-arrow {
  opacity: 1;
}
.fancybox-arrow[disabled] {
  opacity: .3!important;
}

/* Showcase box
   =========================================================== ======================== */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide > .showcase_box  {
  margin: 0;
}
.showcase_box .showcase_box__content p {
  background: #fff;
  font-size: 18px;
  max-width: 350px;
  margin: 20px auto 0;
  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 {
  /* border: 1px solid grey; */
  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;
  -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_basic {
    height: 120px;
  }
  .showcase_box .showcase_box__content p {
    margin-top: 15PX;
  }
}
/* close add banner 9/5/2018 */
.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;
}

/* ------------------------------------ */
/* ▼ info_area */
/* ------------------------------------ */
.info_table table {
  border: 2px solid #9f792e;
  max-width: 820px;
  margin: 0 auto 10px;
}
.info_table table th,
.info_table table td {
  border-top: 1px solid #9f792e;
  line-height: 1.3;
  vertical-align: middle;
}
.info_table table th {
  background: url('../image/result/bg_table.png') repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: .5em .3em .5em 38px;
  width: 19.8%;
}
.info_table table td {
  padding: .5em .8em .5em 1.2em;
  width: 29%;
}
.info_table table th span {
  position: relative;
}
.info_table table th span:before {
  content: "";
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: -29px;
  width: 24px;
}
.info_table table td .small {
  font-size: 72.22%;
}
.info_table .info_ico01:before {
  background: url(../image/icon_info02.png) no-repeat left center;
  background-size: 100%;
}
.info_table .info_ico02:before {
  background: url(../image/icon_info03.png) no-repeat left center;
  background-size: 100%;
}
.info_table .info_ico03:before {
  background: url(../image/icon_info04.png) no-repeat left center;
  background-size: 100%;
}
.info_table .info_ico04:before {
  background: url(../image/icon_info05.png) no-repeat left center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .info_area {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .info_table table th,
  .info_table table td {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .info_table table {
    font-size: 15px;
  }
  .info_area {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .info_table {
    margin: 0 auto 20px;
    width: 95%;
  }
  .info_table table th,
  .info_table table td {
    border-bottom: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .info_table table th span:before {
    height: 24px;
    top: calc(50% - 12px);
    width: 24px;
  }
}

/* ------------------------------------ */
/* title */
/* ------------------------------------ */
.box__search .title_h2 {
  display: table;
  height: 40px;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}
.box__search .title_h2_type01 {
  background: url(../image/detail/bkg_title_top.png) no-repeat top center, url(../image/detail/bkg_title_bottom.png) no-repeat bottom center;
}
.box__search .title_h2:before,
.box__search .title_h2:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
  z-index: 0;
}
.box__search .title_h2_type01 > span ,
.box__search .title_h2_type01:before,
.box__search .title_h2_type01:after {
  background-color: #9a7f49;
}
.box__search .title_h2:before {
  right: 106.7%;
}
.box__search .title_h2:after {
  left: 106.7%;
}
.box__search .title_h2 > span {
  background-image: url(../image/detail/bkg_title_line.png);
  background-repeat: repeat-y;
  background-position: top center;
  color: #fff;
  display: table-cell;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}
.box__search .title_h2 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
}
.box__search .title_h2 > span > span:before,
.box__search .title_h2 > span > span:after {
  background: url(../image/detail/h2_icon.png) no-repeat center;
  content: '';
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.box__search .title_h2 > span > span:after {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .box__search .title_h2 {
    margin-bottom: 20px;
    padding: 13px 0;
    width: 500px;
  }
  .box__search .title_h2:before,
  .box__search .title_h2:after {
    width: 160px;
  }
  .box__search .title_h2 > span > span {
    font-size: 20px;
  }
  .box__search .title_h2 > span > span:before,
  .box__search .title_h2 > span > span:after {
    height: 19px;
    width: 27px;
  }
}
@media (max-width: 767px) {
  .box__search .title_h2 {
    background-size: 100%;
    padding: 6px 0;
    margin-bottom: 4%;
    width: 258px;
  }
  .box__search .title_h2:before,
  .box__search .title_h2:after {
    width: 30px;
  }
  .box__search .title_h2 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .box__search .title_h2 > span > span {
    font-size: 17px;
  }
  .box__search .title_h2 > span > span:before,
  .box__search .title_h2 > span > span:after {
    background-size: 100%;
    width: 22px;
  }
  .box__search .title_h2 > span > span:before {
    left: 12px;
  }
  .box__search .title_h2 > span > span:after {
    right: 12px;
  }
}

/* ------------------------------------ */
/* connexion_btn */
/* ------------------------------------ */
.connexion_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 0;
  max-width: 572px;
}
.connexion_btn {
  margin: 0 15px;
  max-width: 256px;
  width: 100%;
}
.connexion_btn:nth-child(n+3) {
  margin-top: 15px;
}
.connexion_btn .cmn_link_btn_text {
  letter-spacing: .1em;
}
.connexion_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 8px;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .connexion_btn_wrap {
    margin-top: 15px;
    max-width: 500px;
  }
  .connexion_btn {
    margin: 0 auto;
  }
  .connexion_btn:nth-child(n+2) {
    margin-top: 10px;
  }
}

/* 背景画像サイズ調整 */
.search_item_bg03 .main_detail_read img {
  background-size: 8%!important;
}
.search_item_bg03 .box__search .grid__imgs img {
  background-size: 18%!important;
}
.search_item_bg03 .showcase_box__content .zoomer-image {
  background-size: 12%!important;
}
.search_item_bg03 .box__search .grid__imgs .spacer img {
  background: none!important;
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.box_detail .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.box_detail .box_other table {
  border: 2px solid #b28e5f;
}
.box_detail .box_other th {
  background: url('../image/result/bg_table.png');
  text-align: center;
}
.box_detail .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

@media screen and (min-width: 768px) {
  .box_detail .box_other {
    margin-top: 35px;
  }
  .box_detail .box_other th {
    height: 0;
    padding: 5px;
    line-height: 1.6;
  }

  .box_detail .box_other td {
    background: #fff;
    color: #000;
    line-height: 24px;
    padding: 25px;
    text-align: left;
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .box_detail .info_box {
    margin-bottom: 20px;
  }
  .box_detail .box_other {
    font-size: 15px;
    margin: 20px 10px 0;
  }
  .box_detail .box_other th,
  .box_detail .box_other td
   {
    padding: .5em .8em .5em 1.2em;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
:root {
  --vh: 1vh;
}
.fancybox-is-open .fancybox-bg {
  background: rgba(6, 6, 9, 0.9);
}
body .fancybox-close-small {
  background: url(../image/close.jpg) no-repeat top left;
  border: 1px solid #cccccc;
  height: 37px;
  top: 0;
  right: 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;
  }
}
