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

title : 刀剣ワールド 一覧検索
scope : 刀剣ワールド 一覧検索

memo：2019/03/11 TCI福岡_abe 一覧検索／詳細ページ_新規作成

last modify : 2020/09/08 319_shimizu 源平合戦図屏風／見出しスタイル修正

2020/08/14 TCI福岡_sakaguchi 共通tableクラスの導入
2019/12/16 TCI福岡_yonesghima ボタン追加
2019/11/26 TCI福岡_sakaguchi main_col2_img 変更

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

/* ------------------------------------ */
/* ▼ wrap */
/* ------------------------------------ */
@media (min-width: 768px) {
  .wrap {
    margin-bottom: 70px;
    max-width: 970px;
  }
}

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

.wrap .ffM > p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------ */
/* ▼ main_box */
/* ------------------------------------ */
.main_box {
  background: #fff8dc url(../image/bg-detail-main01.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.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 {
  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 {
  border: 1px solid #7b663f;
  line-height: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .main_box {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 25px 35px 35px;
  }
  .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: 30px;
    font-weight: 600;
  }
  .main_img {
    margin-bottom: 20px;
  }
  .main_ttl_h1 {
    display: table-cell;
    width: 78%;
  }
  .main_txt {
    margin: 0 auto;
    width: 88%;
  }
}

@media (max-width: 767px) {
  .main_box {
    margin: 0 10px;
    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;
    font-weight: 600;
  }
  .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;
  }
}

/* ------------------------------------ */
/* ▼ title_h2 */
/* ------------------------------------ */
.title_h2 {
  background: url(../image/bg-ttl05.png);
  background-size: 39px;
  color: #ffffff;
  margin: 0 auto 25px;
  padding: 10px 0;
  text-align: center;
}

.title_h2 span {
  display: inline-block;
  line-height: 1.3;
  padding: 0 50px;
  position: relative;
}

.title_h2 span:after,
.title_h2 span:before {
  background: url(../image/ico_ttl_deco01.png) no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 25px;
}

.title_h2 span::after {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .title_h2 {
    font-size: 21px;
    margin: 0 auto;
    width: 820px;
  }
}

@media (max-width: 767px) {
  .title_h2 {
    font-size: 18px;
    margin: 0 auto;
    width: 95%;
  }
}

/* ------------------------------------ */
/* ▼ info_area */
/* ------------------------------------ */
.info_table table {
  border-color: #9f792e;
  border-width: 2px;
  max-width: 820px;
  margin: 0 auto 10px;
}

.info_table table th,
.info_table table td {
  border-color: #9f792e;
  line-height: 1.3;
  vertical-align: middle;
}

.info_table table th {
  background: url('../image/bg-ttl06.png') repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: .5em .3em .5em 38px;
  width: 19.8%;
}

.info_area .info_table table th {
  border-right-width: 1px;
}

.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_info01.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico02:before {
  background: url(../image/icon_info02.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico03:before {
  background: url(../image/icon_info03.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico04:before {
  background: url(../image/icon_info04.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico05:before {
  background: url(../image/icon_info05.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico06:before {
  background: url(../image/icon_info06.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico07:before {
  background: url(../image/icon_info07.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico08:before {
  background: url(../image/icon_info08.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico09:before {
  background: url(../image/icon_info09.png) no-repeat left center;
  background-size: 100%;
}

.info_table .info_ico10:before {
  background: url(../image/icon_info10.png) no-repeat left center;
  background-size: 100%;
  height: 27px;
  top: calc(50% - 14px);
  width: 27px;
}

@media (min-width: 768px) {
  .info_area {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .info_table table th,
  .info_table table td {
    height: 60px;
  }
  .info_table table td:last-of-type {
    border-right: none;
  }
  .info_table table tr:last-of-type th,
  .info_table table tr:last-of-type td {
    border-bottom: none;
  }
}

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

/* ------------------------------------ */
/* ▼ freearea__wrap */
/* ------------------------------------ */

.freearea__wrap {
  margin-top: 2em;
}

.freearea__wrap .bnr_col1_w500 figcaption {
  font-size: 88.89%;
}

@media (min-width: 768px) {
  .freearea__wrap .bnr_col1_w500 {
    width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .freearea__wrap {
    padding: 0 10px;
  }
  .freearea__wrap .bnr_col1_w500 {
    max-width: 600px;
    margin: 0 auto;
  }
  .freearea__wrap .bnr_col1_w500 img {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ title_h2cmn */
/* ------------------------------------ */
.title_h2cmn {
  max-width: 1000px;
}

/* ------------------------------------ */
/* ▼ title_h2cmn_bl */
/* ------------------------------------ */
.title_h2cmn_bl > span {
  background: url(../image/bg-ttl04.png);
  background-size: 52px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 120px;
}

.title_h2cmn_bl .type_name {
  background: #9E7943;
  border-radius: 18px;
  font-size: 24px;
  line-height: 1;
  margin: 0 5px 0 10px;
  padding: 4px 25px;
}

@media (max-width: 767px) {
  .title_h2cmn_bl {}
  .title_h2cmn_bl > span {
    font-size: 21px;
    padding: 13px 0;
  }
}

/* ------------------------------------ */
/* ▼ flw01 */
/* ------------------------------------ */
.flw01:before {
  background: url(../image/ico-ttl-flower01_l_long.png) no-repeat right;
  background-size: 100%;
  bottom: calc(50% - 25px);
  height: 50px;
  width: 181px;
}

.flw01:after {
  background: url(../image/ico-ttl-flower01_r.png) no-repeat left;
  background-size: 100%;
  height: 50px;
  top: calc(50% - 25px);
  width: 155px;
}

#syoga .flw01.no_decoration:before,
#syoga .flw01.no_decoration:after {
  display: none;
}

.flw02:before {
  background: url(../image/ico-ttl-flower02_l.png) no-repeat right;
  background-size: 100%;
  bottom: calc(50% - 25px);
  height: 50px;
  width: 148px;
}

.flw02:after {
  background: url(../image/ico-ttl-flower02_r.png) no-repeat left;
  background-size: 100%;
  height: 50px;
  top: calc(50% - 25px);
  width: 98px;
}

.sp_380 {
  display: none;
}

@media (max-width: 767px) {
  .flw01:before {
    top: 0;
    left: -108px;
  }
  .flw01:after {
    top: 0;
    right: -110px;
  }
  .flw02:before {
    top: -15px;
    left: -62px;
  }
  .flw02:after {
    bottom: 0;
    top: auto;
    right: -65px;
  }
}

@media (max-width: 380px) {
  .sp_380 {
    display: block;
  }
}


/* ------------------------------------ */
/* ▼ detail_wrap */
/* ------------------------------------ */
.detail_inner {
  background: #fff5e3;
}

.detail_txt {
  padding: 0 10px;
}

.txt_note {
  margin-bottom: 20px;
  text-align: center;
}

.detail_list {
  overflow: hidden;
}

.detail_list li {
  float: left;
  margin-right: 2.12%;
  width: 31.91%;
}

.detail_list li a {
  display: block;
  position: relative;
}

.detail_list li a:before {
  border: 1px solid #b28d60;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}

.detail_list li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .detail_wrap {
    margin-bottom: 60px;
  }
  .detail_inner {
    padding: 55px 15px 0;
  }
  .detail_conts {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 10px;
  }
  .detail_thum {
    float: right;
    padding-left: 20px;
    width: 35.2%;
  }
}

@media (max-width: 767px) {
  .detail_wrap {
    margin: 0 10px 30px;
  }
  .detail_inner {
    -webkit-background-size: cover;
    background-size: cover;
    padding: 20px 10px 0;
  }
  .detail_conts {
    margin-bottom: 20px;
  }
  .detail_thum {
    margin: 0 auto 20px;
    width: 30%;
  }
  .detail_txt {
    font-size: 15px;
  }
  .txt_note {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/* ------------------------------------ */
/* ▼ title_h3_type01 */
/* ------------------------------------ */
.title_h3_type01 {
  border-bottom: 2px solid #8c6820;
  font-size: 0;
  font-weight: 600;
  padding: 0 0 5px 5px;
}

.title_h3_type01 .ttl_ruby {
  font-size: 16px;
}

.title_h3_type01 .ttl_name {
  font-size: 28px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .title_h3_type01 {
    margin-bottom: 25px;
  }
  .title_h3_type01 .ttl_ruby {
    font-size: 16px;
  }
  .title_h3_type01 .ttl_name {
    font-size: 28px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .title_h3_type01 {
    margin-bottom: 10px;
  }
  .title_h3_type01 .ttl_ruby {
    font-size: 13px;
  }
  .title_h3_type01 .ttl_name {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* ------------------------------------ */
/* ▼ title_h3_type02 */
/* ------------------------------------ */
.title_h3_type02 {
  background: url(../image/ico_ttl01_border01.png) no-repeat top center, url(../image/ico_ttl01_border02.png) no-repeat bottom center;
  background-size: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}

.title_h3_type02:before,
.title_h3_type02:after {
  background-color: #9f792e;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
}

.title_h3_type02 > span {
  background: #9f792e url(../image/ico_ttl01_border03.png) top center repeat-y;
  background-size: 100%;
  color: #fff;
  display: table-cell;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}

.title_h3_type02 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1.3;
  padding: 0 50px;
  position: relative;
  vertical-align: middle;
}

.title_h3_type02 > span > span:before,
.title_h3_type02 > span > span:after {
  background: url(../image/ico_ttl_deco01.png) no-repeat center;
  background-size: 100%;
  content: '';
  display: block;
  height: 19px;
  left: 15px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}

.title_h3_type02 > span > span:after {
  left: auto;
  right: 15px;
}


@media (min-width: 768px) {
  .title_h3_type02 {
    margin-bottom: 20px;
    padding: 12px 0;
    width: 500px;
  }
  .title_h3_type02:before,
  .title_h3_type02:after {
    width: 160px;
  }
  .title_h3_type02:before {
    right: 106.7%;
  }
  .title_h3_type02:after {
    left: 106.7%;
  }
  .title_h3_type02 > span > span {
    font-size: 20px;
  }
  .title_h3_type02 > span > span:before,
  .title_h3_type02 > span > span:after {
    height: 19px;
    width: 27px;
  }
}

@media (max-width: 767px) {
  .title_h3_type02 {
    background-size: 100%;
    padding: 6px 0;
    margin-bottom: 10px;
    width: 270px;
  }
  .title_h3_type02:before,
  .title_h3_type02:after {
    width: 30px;
  }
  .title_h3_type02:before {
    right: 102.7%;
  }
  .title_h3_type02:after {
    left: 102.7%;
  }
  .title_h3_type02 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .title_h3_type02 > span > span {
    font-size: 17px;
    padding: 0 37px;
  }
  .title_h3_type02 > span > span:before,
  .title_h3_type02 > span > span:after {
    background-size: 100%;
    width: 22px;
  }
  .title_h3_type02 > span > span:before {
    left: 12px;
  }
  .title_h3_type02 > span > span:after {
    right: 12px;
  }
  .title_h3_type02 br {
    display: none;
  }
}

@media (max-width: 375px) {
  .title_h3_type02:before,
  .title_h3_type02:after {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ .photo */
/* ------------------------------------ */
.photo {
  background: #ffffff;
  line-height: 0;
  position: relative;
}

.photo_name {
  background: #ffffff;
  max-width: 350px;
  padding: 8px 5px;
  text-align: center;
}

@media (min-width: 768px) {
  .photo_name {
    font-size: 19px;
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .photo_name {
    font-size: 15px;
    margin: 15px auto 0;
  }
}

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

.fancybox-arrow:after {
  top: 0;
}

@media only screen and (max-width: 767px) {
  .fancybox-arrow {
    top: 50%;
  }
}

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

#sword-photo .fancybox-close-small {
  background: url(../../../search/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;
}

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

/* ------------------------------------ */
/* ▼ 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 20px 50px;
  }
  .main_col2_ttl_h1 {
    width: 66%;
  }
  .main_col2_txt {
    margin: 0 5px;
  }
  .main_col2_img {
    float: right;
    margin: 0.3em 0 20px 40px;
    width: 22%;
  }
}

@media (max-width: 767px) {
  .main_col2_box {
    margin: 0 10px;
    padding: 20px 10px;
  }
  .main_col2_ttl {
    text-align: center;
  }
  .main_col2_ttl_tag_wrap {
    margin-bottom: 12px;
  }
  .main_col2_img {
    margin: 0 auto;
    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;
  }
}

/* ------------------------------------ */
/* ▼ photo_wrap (写真一覧)*/
/* ------------------------------------ */
.photo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo_list li {
  margin-bottom: 2.12%;
}

.photo_list li.photo span {
  line-height: 1.6;
  display: block;
  margin: 3px auto 0;
  text-align: center;
}

.photo_list li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.photo_list li a:before {
  border: 1px solid #7b663f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 1カラムの時 */
.photo_list_col1 {
  margin: 0 auto;
  max-width: 900px;
}

.photo_list_col1 li {
  width: 100%;
}

.photo_list_col1 li:last-child {
  margin-bottom: 0;
}

/* 2カラムの時 */
.photo_list_col2 {
  max-width: 900px;
  margin: 0 auto;
}

.photo_list_col2 li {
  width: 48.88%;
}

/* 3カラムの時 */
.photo_list_col3 li {
  width: 31.91%;
}

.photo_list_col2 li:nth-last-child(-n+2),
.photo_list_col3 li:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.photo_list li.deco {
  border: none;
  position: relative;
}

.deco_item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65%;
}

@media (max-width: 767px) {
  .photo_wrap {
    margin-top: 30px;
  }
  .photo_list,
  .photo_list_col2 {
    margin: 0 10px;
  }
}

/* ------------------------------------ */
/* ▼ relate_btn_wrap */
/* ------------------------------------ */
@media screen and (min-width: 768px) {
  .relate_btn_wrap.versus {
    margin-top: -15px;
  }
  .relate_btn_wrap + .info_area {
    margin-top: 0;
  }
}

/* ------------------------------------ */
/* ▼ br改行*/
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* ------------------------------------ */
/* ▼ roll*/
/* ------------------------------------ */
@media screen and (max-width: 767px) {
  .roll:hover img,
  .roll:hover {
    opacity: 1;
  }
}

/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.info_table .box_other th {
  text-align: center;
  font-size: 15px;
}

.info_table .box_other td {
  font-size: 17px;
}

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

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

@media screen and (max-width: 767px) {
  .info_table .box_other {
    margin-top: 20px;
  }
  .info_table .box_other th {
    padding: .5em 0;
  }
}

/* ------------------------------------ */
/* ▼ モーダルデザイン変更
/* ------------------------------------ */
: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;
  -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 {
  color: #fff;
  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;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.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;
  }
}
