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

title : 刀剣キャラクター 詳細ページ【刀剣ワールド】
scope : 刀剣キャラクター 詳細ページ【刀剣ワールド】

memo：

modify :
last modify : 2020/04/28 TCI福岡_sakaguchi 共通ボタンの導入

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

/* -- title -- */
.title_sg {
  color: #FFF;
  position: relative;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
.title_sg span {
  position: relative;
  display: inline-block;
}
.title_sg span::after,
.title_sg span::before {
  background: url(../../search/image/detail/ico13.png) no-repeat;
  content: '';
  display: block;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.title_sg_type01 {
  background: url(../image/bg-title-pt01.png) 0 0;
  background-size: 39px 19px;
  font-size: 19px;
  padding: 15px 40px;
}
.title_sg_type01 span::after,
.title_sg_type01 span::before {
  background: url(../image/title-ico04.png) no-repeat center;
  background-size: contain;
}
.title_sg_type01 span::before {
  left: -35px;
}
.title_sg_type01 span::after {
  right: -35px;
}
.title_sg_type02 {
  background: url(../../search/image/detail/bkg_05.jpg);
  border: 1px solid #433408;
  border-bottom: none;
  padding: 15px 20px;
}
.title_sg_type02 span::before {
  left: -45px;
}
.title_sg_type02 span::after {
  right: -45px;
}

@media (max-width:767px) {
  .title_sg {
    font-feature-settings: "pkna";
    letter-spacing: 4px;
    padding: 13px 15px;
  }
  .title_sg span::after,
  .title_sg span::before {
    background-size: 100%;
    height: 14px;
    left: -26px;
    margin-top: -7px;
    width: 22px;
  }
  .title_sg span::after {
    left: auto;
    right: -26px;
  }
  .title_sg_type01 {
    font-size: 16px;
  }
  .title_sg_type02 {
    font-size: 18px;
  }
}

/* -- bannercate -- */
.detail .bannercate {
  margin-bottom: 40px;
  overflow: hidden;
}
.detail .bannercate__inner {
  background: url('../image/bg_banner.png') center no-repeat;
  position: relative;
  height: 288px;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.detail .bannercate__txt__inner {
  text-align: left;
  padding-left: 96px;
  position: relative;
  top: -2px;
  z-index: 1;
}
.detail .bannercate__txt__inner span:not(.cmn_h1_sitetop_name) {
  background: #3b3f82;
  color: #FFF;
  font-size: 21px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 20px;
  font-weight: 600;
  position: relative;
  bottom: 42px;
}
.detail .bannercate__txt__inner span.cmn_h1_sitetop_name{
  color: #fff;
  font-size: 14px;
}
.detail .bannercate img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.detail .bannercate__txt__inner span:not(.cmn_h1_sitetop_name)::after,
.detail .bannercate__txt__inner span:not(.cmn_h1_sitetop_name)::before {
  display: none;
}
.detail .bannercate__txt__inner h1 {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  line-height: 32px;
  text-shadow: 1px 2px rgba(0, 0, 0, 0.80);
}
.detail .bannercate__txt__inner h1 em {
  display: block;
  font-size: 15px;
}
.detail .bannercate__txt__inner h1 em.engchar {
  font-size: 19px;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width:768px) {
  .detail .bannercate img {
    top: 33px;
  }
}

@media (max-width:767px) {
  .detail .bannercate {
    margin: 0 10px 10px;
    width: auto;
    padding: 0;
  }
  .detail .bannercate__inner {
    background: url('../image/bgdetail_banner_sp.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 296px;
  }
  .detail .bannercate img {
    right: 0;
    top: 0;
    bottom: auto;
  }
  .bannercate__txt {
    padding: 8px 0 0;
  }
  .detail .bannercate__txt__inner {
    background: url('../image/bgdt_title.png') no-repeat bottom left;
    padding-left: 15px;
    padding-bottom: 7px;
    vertical-align: bottom;
    top: auto;
    z-index: 2;
  }
  .detail .bannercate__txt__inner h1 {
    font-size: 30px;
    line-height: 28px;
    position: absolute;
    bottom: 2.5em;
    height: 2em;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .detail .bannercate__txt__inner span:not(.cmn_h1_sitetop_name) {
    font-size: 18px;
    padding: 0 5px;
    height: 1.5em;
    float: left;
    position: absolute;
    top: 6.8em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .detail .bannercate__txt__inner h1 em {
    padding-bottom: 5px;
  }
}

@media screen {
  .detail .bannercate__txt__inner h1 em {
    padding-bottom: 5px;
  }
}

/* -- content -- */
.charactor_bg {
  background: url('../image/bg_dt.png');
  padding: 15px 0 40px;
  width: 100%;
}
.wrap_content_box {
  display: flex;
  flex-wrap: wrap;
}
.wrap_item_box {
  width: 37%;
}
.wrap_image_box {
  width: 63%;
  position: relative;
  z-index: 0;
}
.image_box {
  position: relative;
  text-align: center;
  background: url('../image/after_img.png') top 20px center no-repeat;
  margin-top: 30px;
}
.wrap_info_box {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.expant {
  text-align: right;
  font-size: 14px;
  display: block;
}

@media (max-width:767px) {
  .charactor_bg {
    margin-top: 20px;
    padding: 25px;
  }
  .wrap_item_box,
  .wrap_image_box {
    width: 100%;
    padding-top: 0;
  }
  .wrap_item_box {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    order: 2;
  }
  .wrap_image_box {
    margin-top: 0;
    order: 3;
  }
  .wrap_image_box::after {
    display: none;
  }
  .image_box {
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 0;
  }
  .wrap_intro_box {
    margin-top: 20px;
  }
}

@media (min-width:768px) {
  .wrap_item_box {
    margin-left: -22px;
    padding-top: 50px;
  }
  .wrap_info_box {
    margin-top: 20px;
  }
  .wrap_intro_box {
    margin-top: 30px;
  }
}

/* -- table -- */
.info_table {
  margin-bottom: 20px;
}
.info_table .info_table_inner {
  display: flex;
  flex-wrap: wrap;
}
.info_table .title,
.info_table .text {
  align-items: center;
  border-bottom: 1px solid #433408;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.33;
}
.info_table .title {
  background: url(/image_cmn/table/bg_table.jpg);
  border-left: 1px solid #433408;
  color: #FFF;
  font-weight: 600;
  justify-content: center;
}
.info_table .text {
  background: #fff;
  border-right: 1px solid #433408;
}
.info_table .text.char_info {
  border-right: 1px solid #433408;
}

@media (max-width:767px) {
  .info_table .title,
  .info_table .text {
    font-size: 15px;
    padding: 15px 18px;
  }
  .info_table .title {
    justify-content: center;
    width: 32%;
  }
  .info_table .text {
    width: 68%;
  }
  .info_table .text.char_info {
    width: 68%;
  }
  .info_table .text.char_info p {
    font-feature-settings: "pkna";
  }
}

@media (min-width:768px) {
  .info_table .title {
    max-width: 104px;
    padding: 14px 12px;
    width: 100%;
  }
  .info_table .title:nth-of-type(even) {
    border-left: none;
  }
  .info_table .text {
    max-width: 246px;
    padding: 14px 24px;
    width: 100%;
  }
  .info_table .text:nth-of-type(odd):not(:last-of-type) {
    border-right: none;
  }
  .info_table .text.char_info {
    max-width: 596px;
  }
}

/* -- m_content -- */
.m_content ul li {
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 10px;
}
.m_content ul li::after {
  content: "・";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 19px;
  font-weight: 600;
}

@media (max-width:767px) {
  .m_content p::after {
    font-size: 17px;
  }
}

/* -- b_content -- */
.b_content {
  text-align: center;
  max-width: 700px;
  margin: 30px auto 0;
}
.b_content h3 a {
  background: url('../../image_cmn/anchor/anchor_bg_hv.png');
  color: #FFF;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  padding: 9px 15px 10px;
  position: relative;
  display: block;
}
.b_content h3 a span {
  padding-left: 20px;
}
.b_content h3 a::after {
  content: "";
  background: url('../image/arrow.png');
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.b_content:hover a {
  opacity: 0.7;
  transition: all 0.3s;
}
.b_img {
  line-height: 0;
  background: #000;
  overflow: hidden;
}
.b_img img {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width:767px) {
  .b_content h3 a {
    padding: 5px 15px 10px;
    line-height: 30px;
    font-size: 18px;
  }
  .b_content h3 a span {
    display: block;
    font-size: 18px;
    padding: 0;
  }
}

/* -- bt_content -- */
.bt_content {
  display: table;
  margin-top: 54px;
  padding: 0 64px;
  position: relative;
}
.bt_content img,
.bt_content p {
  display: table-cell;
  vertical-align: middle;
}
.bt_content p {
  padding-right: 27px;
}
.bt_content img {
  min-width: 168px;
  margin-right: 25px;
}

@media (max-width:767px) {
  .bt_content {
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
  }
  .bt_content::after,
  .bt_content::before {
    background: url('../image/before_sp.png');
    content: "";
    width: 130px;
    height: 174px;
    position: absolute;
    left: -25px;
    top: -30px;
  }
  .bt_content::after {
    background: url('../image/after_sp.png');
    left: auto;
    right: -40px;
    top: -10px;
    width: 120px;
    height: 137px;
    visibility: visible;
  }
  .bt_content img,
  .bt_content p {
    display: block;
    font-feature-settings: "pkna";
    margin: 0 auto;
    padding: 0;
  }
  .bt_content img {
    max-width: 129px;
    min-width: 0;
    position: relative;
  }
  .bt_content p {
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
    padding-right: 0;
  }
}

/* -- box__video -- */
.box__video .box__content {
  font-size: 0;
  max-width: 420px;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 0;
}
.box__video .box__content a {
  display: block;
  position: relative;
}

.box__video .box__content a:after {
  background: url(/image_cmn/ico_play.png) no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 46px;
  height:46px;
}
.box__video .box__content::after {
  content: "";
  background: url('../image/before_img.png');
  width: 292px;
  height: 315px;
  position: absolute;
  left: -330px;
  bottom: -20px;
  z-index: -1;
}
.box__video.box__video_type01 .box__content {
  margin: 0 auto;
}
.box__video.box__video_type01 .box__content::after {
  display: none;
}
.box__video.box__video_type02 .box__content {
  margin: 34px auto 0;
}
.box__video.box__video_type02 .box__content a img {
 border: 10px solid #E4CE94;
}

@media (max-width: 767px) {
  .box__video.box__video_type01 {
    margin: 0 auto 20px;
  }
  .box__video .box__content {
    margin: 20px auto 0;
  }
  .box__video .box__content a img {
    border-width: 4px;
  }
  .box__video .box__content::after {
    display: none;
  }
}

/* -- box_bottom -- */
.box_bottom {
  background: #FFF;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 30px;
}

/* ---- Correlation chart ---- */
/* -- titleico -- */
.titleico {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 0;
}
.titleico span {
  position: relative;
  padding: 0 45px;
  display: inline-block;
}

@media (min-width: 768px) {
  .titleico span br {
    display: none;
  }
}

.titleico span::before,
.titleico span::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 20px;
  background: url('../../../../../../image/t_ico.png') center left no-repeat;
  top: calc(50% - 10px);
  left: 0;
}
.titleico_yl span::before,
.titleico_yl span::after {
  background: url('../../../../../../image/t_ico02.png') center left no-repeat;
}
.titleico span::after {
  right: 0;
  left: auto;
}

/* -- img_bottom -- */
.img_bottom {
  overflow-x: auto;
}

@media (max-width: 800px) {
  .img_bottom {
    margin: 0 10px 20px;
  }
}

@media (min-width: 800px) {
  .img_bottom {
    margin: 0 0 20px;
  }
}

.img_bottom img {
  max-width: none;
}
.img_bottom_inner {
  position: relative;
  text-align: center;
  width: 800px;
  height: auto;
  margin: 35px auto 20px;
}

/* -- link -- */
.link_a a,
.link_b a,
.link_c a,
.link_d a,
.link_e a,
.link_f a  {
  position: absolute;
  font-size: 0;
}
.link_a a {
  width: 161px;
  height: 47px;
}
.link_a1 {
  left: 12px;
  top: 170px;
}
.link_a2 {
  right: 1px;
  top: 138px;
}
.link_a3 {
  left: 314px;
  top: 410px;
}
.link_a4 {
  left: 2px;
  bottom: 166px;
}
.link_a5 {
  left: 316px;
  bottom: 10px;
}
.link_a6 {
  right: 5px;
  bottom: 151px;
}

.link_b a {
  width: 154px;
  height: 44px;
}
.link_b1 {
  left: 30px;
  top: 164px;
}
.link_b2 {
  right: 25px;
  top: 163px;
}
.link_b3 {
  left: 319px;
  top: 376px;
}
.link_b4 {
  left: 20px;
  bottom: 150px;
}
.link_b5 {
  left: 321px;
  bottom: 9px;
}
.link_b6 {
  right: 21px;
  bottom: 145px;
}

.link_c a {
  width: 162px;
  height: 48px;
}
.link_c1 {
  left: 11px;
  top: 152px;
}
.link_c2 {
  right: 5px;
  top: 156px;
}
.link_c3 {
  left: 314px;
  top: 396px;
}
.link_c4 {
  left: 2px;
  bottom: 160px;
}
.link_c5 {
  left: 316px;
  bottom: 10px;
}
.link_c6 {
  right: 2px;
  bottom: 150px;
}

.link_d a {
  width: 148px;
  height: 44px;
}
.link_d1 {
  left: 224px;
  top: 140px;
}
.link_d2 {
  right: 218px;
  top: 140px;
}
.link_d3 {
  left: 224px;
  top: 413px;
}
.link_d4 {
  left: 1px;
  bottom: 115px;
}
.link_d5 {
  right: 217px;
  bottom: 173px;
}
.link_d6 {
  right: 0;
  bottom: 77px;
}

.link_e a {
  width: 153px;
  height: 44px;
}
.link_e1 {
  left: 1px;
  top: 190px;
}
.link_e2 {
  right: 1px;
  top: 145px;
}
.link_e3 {
  left: 317px;
  top: 372px;
}
.link_e4 {
  left: 10px;
  bottom: 111px;
}
.link_e5 {
  left: 315px;
  top: 143px;
}
.link_e6 {
  right: 8px;
  bottom: 145px;
}

.link_f a {
  width: 160px;
  height: 48px;
}
.link_f1 {
  left: 10px;
  top: 166px;
}
.link_f2 {
  right: 3px;
  top: 146px;
}
.link_f3 {
  left: 312px;
  top: 408px;
}
.link_f4 {
  left: 2px;
  bottom: 163px;
}
.link_f5 {
  left: 320px;
  bottom: 8px;
}
.link_f6 {
  right: 8px;
  bottom: 150px;
}

/* -- box_button -- */
.box_button {
  background: url('../image/bg_bl.png');
  padding: 5px;
  position: relative;
  margin-bottom: 10px;
}
.box_button_inner {
  position: relative;
  border: 1px solid #d9b15e;
  padding: 12px 15px 15px;
  text-align: center;
}
.box_button::after,
.box_button::before,
.box_button_inner::after,
.box_button_inner::before {
  background: url('../image/t_ico04.png') center no-repeat;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  left: 5px;
}
.box_button::before {
  left: auto;
  right: 5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.box_button_inner::after {
  bottom: 0;
  top: auto;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.box_button_inner::before {
  right: 0;
  left: auto;
  bottom: 0;
  top: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.box_button .title {
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 3px;
}
.box_button .title:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .box_button .title {
    font-size: 16px;
  }
}

.box_button_grey {
  border: 1px solid #eaeaea;
  background: url('../image/bg_gr.png');
}
.box_button_grey .title {
  color: #191919;
}
.box_button_inner .cat {
  padding: 13px 8px 13px;
  margin: 0;
}
.box_button_inner .cat:first-of-type {
  padding-top: 2px;
}
.box_button_inner .cat:last-of-type {
  padding-bottom: 4px;
}
.box_button_inner .cat + hr {
  border-top: #B28E5F 2px solid;
  width: 82%;
  margin: 0 auto;
}

/* -- button_tab -- */
.button_tab li {
  display: inline-block;
  padding: 0 3px;
  width: 43%;
}
.button_tab li:nth-child(2) a {
  letter-spacing: 0.02em;
}
.button_tab li a {
  background: #947025 url('../image/bg_yl.png') repeat-x top;
  display: block;
  border-radius: 20px;
  color: #FFF;
  font-weight: 600;
  font-size: 17px;
  padding: 4px 5px 5px;
  border-bottom: 2px solid #755922;
  text-shadow: 0 1px #755922;
  transition:none;
}
.button_tab li a.active {
  background: #b51519;
  border-bottom: none;
  padding-bottom: 7px;
}
.button_tab li a.nolink {
  background: #bfbfbf;
  color: #fff;
  border-bottom: none;
  text-shadow: none;
  pointer-events: none;
}
.button_tab li a:hover {
  opacity: 0.7;
}
.content_tab {
  display: none;
}
.content_tab.active {
  display: block;
}
.btn_cap {
  padding-left: 0.5em;
  font-size: 15px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .button_tab li a {
    padding: 5px 3%;
    font-size: 1.5rem;
  }
  .btn_cap {
    padding-left: 0.5em;
    text-align: left;
  }
}

/* -- wrap_button -- */
@media (max-width: 767px) {
  .wrap_button {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .wrap_button {
    margin-bottom: 40px;
  }
}

/* Web novel */

.box_novel {
  max-width: 830px;
  margin: 20px auto 0;
}

@media (max-width: 850px) {
  .box_novel {
    margin: 50px auto 0;
    padding:0  10px;
  }
}

.charactor .box_novel .title_h2cmn {
  max-width: 830px;
}
.box_novel .box_flex {
  margin: 35px auto 0;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .box_novel .box_flex li:nth-of-type(2) {
    width: 360px;
  }
  .box_novel .box_flex li:nth-of-type(2) img {
    width: 100%;
  }
  .box_novel .box_flex li:nth-of-type(1) {
    width: calc(100% - 360px - 40px);
  }
}

.box_novel .title_h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .box_novel .title_h3 br {
    display: none;
  }
  .box_novel .box_flex li {
    width: 100%;
  }
  .box_novel .box_flex li:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .box_novel .box_flex li:nth-of-type(2) {
    text-align: center;
  }
}

.title_tmp {
  position: relative;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  margin: 0 auto;
  color: #e62520;
}
.title_tmp span {
  position: relative;
  width: 10.5em;
  display: inline-block;
}
.box_novel .btn_bottom .btn_red_arr span {
  margin-top: 3px;
}

@media (min-width: 768px) {
  .title_tmp span br {
    display: none;
  }
}

.title_tmp span::before,
.title_tmp span::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 13px;
  background: url('../image/t_ico_tmp.png') center left no-repeat;
  top: calc(50% - 7px);
  left: 0;
}
.title_tmp span::after {
  right: 0;
  left: auto;
}
.box_novel .box_txt {
  text-align: justify;
  margin-bottom: 10px;
}

/*音声ボタン設置*/
p[class^="btn_play"] {
  width: 65px;
  height: 65px;
  margin: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background: url(../image/btn_stop.png) top left no-repeat;
  background-size: 65px;
  padding: 0;
}
p[class^="btn_play"].clicked {
  background: url(../image/btn_play.png) top left no-repeat;
  background-size: 65px;
}
.bt_content p[class^="btn_play"] {
  position: absolute;
  top: 105px;
}
.bt_content p[class^="btn_play"] img {
  min-width: 65px;
  width: 65px;
  margin-right: 0;
}

@media (max-width: 768px) {
  .bt_content p[class^="btn_play"] {
    position: absolute;
    top: 83px;
    left: calc(50% + 20px);
    z-index: 1;
    margin-top: 0;
  }
}

/* 191212 web小説ボタン位置変更 */
.box_novel_link {
  margin: 20px auto 0;
  max-width: 800px;
}
.list_ttl_wrap {
  margin-bottom: 15px;
}

/* 200428_TCI福岡_sakaguchi WEB2TCI-8386 共通ボタンの導入*/
.btn_back {
  margin: 45px auto 0;
  max-width: 357px;
}
.btn_back .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
  padding: 3px 33px 3px 55px;
}
.btn_back .cmn_link_btn .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  left: 30px;
  right: auto;
  top: calc(50% - 6px);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_bottom_wrap .link_btn {
  min-width: 362px;
}
.btn_bottom_wrap .link_btn .cmn_link_btn_text {
  font-size: 15px;
  padding: 8px 11px 8px 2px;
}
.btn_bottom_wrap .link_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 8px;
  right: 10px;
  top: calc(50% - 6px);
}

@media (max-width:767px) {
  .btn_back {
    margin-top: 30px;
  }
  .btn_bottom_wrap .link_btn {
    max-width: 362px;
    min-width: auto;
    width: 100%;
  }
}
/* 動き回る刀剣キャラクター追加 */

.box-outer {
  width: 100%;
}
.wrap-anime-box {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.wrap-anime-box p {
  width: 88%;
  font-size: 18px;
  margin: 20px auto 0;
}
.wrap-anime-box .btn_anime {
  background: #947025 url(../image/bg_yl.png) repeat-x top;
  display: inline-block;
  border-radius: 20px;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  padding: 4px 20px 5px 50px;
  border-bottom: 2px solid #755922;
  text-shadow: 0 1px #755922;
  width: auto;
  position: relative;
  margin: 0 0 0 20px;
  cursor: pointer;
}
.js-anime-start.start .btn_anime {
  display: none;
}
.wrap-anime-box .btn_anime::before {
  content: "";
  background: url(/image_cmn/chara-animation/ico-play.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0.5em;
  left: 10px;
}
.wrap-anime-box .btn_anime.ico_stop {
  display: none;
}
.js-anime-start.start .btn_anime.ico_stop {
  display: inline-block;
}
.wrap-anime-box .btn_anime:hover {
  opacity: 0.8;
}
.wrap-anime-box .btn_anime.ico_stop::before {
  content: "";
  background: url(/image_cmn/chara-animation/ico-stop.png) no-repeat;
  background-size: 100%;
}
.wrap-anime-box .btn_anime::after {
  content: none;
}
.wrap-anime-box p span {
  margin: 0 0.5em 0 0;
}
.wrap-anime-box p span img {
  vertical-align: sub;
}
.wrap-anime-box .js-anime-start {
  width: 80%;
  margin: auto;
}
.wrap-anime-box .chara-anime-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-anime-box .chara-anime-box img {
  width: 40%;
}
.wrap-anime-box .title_sg_type02 span::before {
  left: -35px;
}
.wrap-anime-box .title_sg_type02 span::after {
  right: -35px;
}
.box-outer.in-anime {
  display: flex;
  justify-content: space-between;
}
.wrap-anime-box {
  width: 37%;
  margin: 20px 22px 20px 0;
}
.box-outer.in-anime .wrap_info_box .info_table .text.char_info {
  min-height: 180px;
}
@media (min-width: 768px) {
  .box-outer.in-anime .wrap_info_box {
    width: 58%;
    min-height: 345px;
    margin: 20px 0 0;
  }
  .box-outer.in-anime .title_sg {
    font-size: 21px;
  }
  .box-outer.in-anime .wrap_info_box .info_table .title {
    width: 20%;
    max-width: inherit;
  }
  .box-outer.in-anime .wrap_info_box .info_table .text {
    width: 30%;
    max-width: inherit;
  }
  .box-outer.in-anime .wrap_info_box .info_table .text.char_info {
    width: 80%;
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  .wrap-anime-box {
    display: none;
  }
}

/* bnr_content */
.bnr_content {
  margin: 40px auto 36px;
}
@media (max-width: 767px) {
  .bnr_content {
    margin: 30px auto 0;
  }
}

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
}
.top-link:hover {
  opacity: .7;
}
.top-link-text {
  font-size: 16px;
  line-height: 1.37px;
  letter-spacing: .06em;
  display: flex;
  background: url('../../image_cmn/botton/btn-top-link.png') repeat center/ 100% 100%;
  align-items: center;
  padding: 0.3em 2.2em 0.3em 0.55em;
  position: relative;
  color: #fff!important;
  border-radius: 25px;
  border: 2px solid #39270d;
  line-height: 1.2;
}
.top-link-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-color: #b91f1f;
  position: absolute;
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.top-link-text::after {
  content: '';
  background: url('../image/ico-back-arrow.png') no-repeat center / contain;
  width: 16px;
  height: 13px;
  position: absolute;
  right: 5px;
}
@media (max-width: 767px) {
  .top-link-text {
    font-size: 14px;
    border: 1px solid #39270d;
  }
}

/* Gifアニメ再生ボタン */
.js_gif_btn_wrap {
  margin: 30px auto 0;
  max-width: 300px;
}
.gif_image {
  display: none;
}
.is_play .gif_image {
  display: block;
}

/* 画像表示調整 */
.gif_image img {
  -o-object-position: -7px 0;
     object-position: -7px 0;
}
.gif_image img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width:820px) {
  .gif_image img {
    height: 600px;
  }
  .gif_image img {
    -o-object-position: -6px 0;
       object-position: -6px 0;
  }
}

@media screen and (max-width:600px) {
  .gif_image img {
    height: 500px;
  }
  .gif_image img {
    -o-object-position: -5px 0;
       object-position: -5px 0;
  }
}

/* ------------------------------------ */
/* ▼ .showcase_box */
/* ------------------------------------ */
/* アニメーション モーダル */
.showcase_box {
  background: none;
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible;
  padding: 0;
  height: 100%;
  width: 100%;
}
.showcase_box .showcase_box__content img {
  display: block;
  height: 90vh;
  margin: auto;
  width: auto;
}
body .fancybox-close-small {
  background: url(../image/close.png) no-repeat top left;
  border: 1px solid #cccccc;
  height: 37px;
  width: 37px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: 40px;
  right:40px;
}
.fancybox-slide > *{
  margin: 0;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:hover {
  opacity: 0.5;
}
.fancybox-bg {
  background: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: rgba(6, 6, 9, 0.9);
}
@media (max-width: 767px) {
  .showcase_box .showcase_box__content img {
    height: 65vh;
  }
}