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

title : 刀剣キャラクター top【刀剣ワールド】
scope : 刀剣キャラクター top【刀剣ワールド】

memo：

last modify : WEB2TCI-25679_igarashi KV変更

2021/01/28 TCI福岡_uesugi コスプレコンテスト入り口バナー削除
2021/01/21 TCI福岡_sakaguchi バナー共通化対応 画像幅微修正
2020/12/28 TCI福岡_sakaguchi バナー共通化対応
2020/10/28 TCI福岡_sakaguchi コスプレコンテスト入り口バナー追加
2020/03/27 TCI福岡_yoneshima バナー追加
2020/03/23 TCI福岡_sakaguchi アコーディオン追加

========================================================== */
.breadcrumbs {
  margin-bottom: 15px;
}
.box:after {
  clear: both;
  content: '';
  display: block;
}
.box {
  margin: 0 0 60px;
}
.box__03 {
  margin: 0 0 60px;
}
.slide01.box {
  margin: 0 0 75px;
}
.box__grid.box {
  margin: 0 0 50px;
}
.box .wcm {
  max-width: 820px;
}
.top .breadcrumbs {
  margin-bottom: 30px;
}

@media (max-width:767px) {
  .breadcrumbs {
    margin-bottom: 0;
    margin-top: 8px;
  }
  .breadcrumbs li {
    display: inline;
    font-size: 14px;
  }
  .top .breadcrumbs {
    margin-bottom: 0;
  }
  .box .wcm {
    padding: 0 10px;
  }
  .slide01.box {
    margin: 0 0 48px;
  }
  .box__grid.box {
    margin-bottom: 60px;
  }
}

/* KV */
.bannerh1_single::before,
.bannerh1_single::after {
  content: none;
}
.bannerh1_single .txth1 {
  background: none;
  position: relative;
  z-index: 1;
}
.bannerh1_single .bgh1 {
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}
.bannerh1_single .bgh1.pc {
  background: url(../image/img-character-pc.jpg) no-repeat right bottom;
}
.bannerh1_single .bgh1.sp {
  background: url(../image/img-character-sp.jpg) no-repeat right -40px;
  left: 10px;
  width: calc(100% - 20px);
}
@media (min-width:768px) {
  .bannerh1_single .txth1 {
    padding: 53px 20px 54px 40px;
  }
}
@media (max-width: 767px) {
  .bannerh1_single .txth1 {
    padding: 32px 12px 33px;
  }
  .bannerh1_single .bgh1 {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* box text */
.box_room__heading {
  display: block;
  max-width: 920px;
  padding: 35px 0 20px;
  color: #000;
  overflow: auto;
}

.box_room__heading--inner.add_img{
  float: left;
  max-width: 500px;
}
.box_room__heading--inner.add_img img{
  border:#888 solid 1px;
}
.box_room__heading--inner.add_lead{
  float: right;
  max-width: 420px;
  padding: 5px 0 0 30px;
}
@media (max-width: 940px) {
  .box_room__heading--inner.add_img,
  .box_room__heading--inner.add_lead{
    float: none;
    margin: 0 auto;
    max-width: 600px;
  }
  .box_room__heading--inner.add_lead{
    margin: 1em auto 0;
  }
}

@media (max-width: 767px) {
  .box_room__heading {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 auto;
    padding: 10px 20px 24px;
    text-align: left;
  }
  .box_room__heading--inner.add_lead{
    padding: 0;
    margin-top: .5em;
  }
}
/* end box text */
.charactor .title_h2cmn {
  max-width: 100%;
}
.txt_box {
  color: #000;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .txt_box {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    margin: 0 auto;
    padding: 0px 4px 5px;
  }
  .slide01 .txt_box {
    padding-bottom: 25px;
  }
  .box__grid .txt_box {
    padding: 14px 0 16px;
  }
}

/* master page */
.anchor_cmn{
  clear: both;
}
.anchor_cmn ul {
  max-width: 680px;
  margin: 0 auto;
}
.anchor_cmn ul li {
  padding: 0 7px;
  margin-bottom: 15px;
}
.anchor_cmn ul li a {
  font-weight: normal;
}

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

.charactor_list {
  margin: 20px auto 0;
  max-width: 830px;
}
.charactor_item {
  float: left;
  width: 33.333%;
  text-align: center;
  padding: 0 5px 20px;
}

.charactor_item:hover img {
  opacity: .7;
  transition: all .3s;
}
.charactor_item:hover a {
  opacity: .7;
  transition: all .3s;
}
.charactor_item img {
  border-radius: 50%;
  border: 3px solid #d4ab73;
  height: 263px;
}
@media (max-width: 840px) {
  .charactor_item img {
    height: auto;
  }
}
.charactor_item figcaption {
  background: url('../image/bg_title.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  color: #FFF;
  font-size: 13px;
  letter-spacing: .1em;
  min-height: 58px;
  padding-top: 5px;
  margin: -58px auto 0;
  position: relative;
  max-width: 215px;
}
.charactor_item figcaption::after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 15px;
  width: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.charactor_item figcaption a {
  color: #FFF;
  display: block;
}
.charactor_item figcaption span {
  display: block;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
}
.charactor_item figcaption span em {
  font-size: 14px;
  font-style: normal;
}
.charactor_item_red figcaption {
  background: url('../image/bg_title_r.png') center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.sword_item-hidden {
  display: none;
}
.box_room__wrapper {
  margin-bottom: 70px;
}
/* button red */
.btn_bottom_wrap {
  text-align: center;
}
.btn_bottom {
  background: #c92121;
  border: solid 1px #991c1c;
  display: inline-block;
  margin-top: 5px;
  outline: none;
  padding: 0;
  position: relative;
  transition: opacity .3s;
  text-align: center;
  vertical-align: bottom;
}
.btn_bottom::before,
.btn_bottom::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}
.btn_bottom::before {
  top: 0;
  left: 0;
}
.btn_bottom::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_bottom_inner::before,
.btn_bottom_inner::after {
  content: "";
  display: block;
  float: none;
  width: 10px;
  height: 10px;
  position: absolute;
  border-right: solid 1px #cb6868;
  border-bottom: solid 1px #cb6868;
}
.btn_bottom_inner::before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn_bottom_inner::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn_bottom_text {
  border: solid 1px #cb6868;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 3px 4px;
  padding: 8px 25px 8px 12px;
  position: relative;
}
.btn_bottom_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  width: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn_bottom .btn_red_arr span {
  margin-top: 3px;
  min-width: 352px;
  width: auto;
}
/* button gray */
.gr a {
  pointer-events:none;
}
.gr a:hover {
  opacity: 1;
}
.gr:hover a {
  cursor: default;
}
.btn_bottom.gr {
  background: #8f8f8f;
  border: solid 1px #7f7f7f;
}
.btn_bottom.gr::before,
.btn_bottom.gr::after,
.btn_bottom.gr .btn_bottom_inner::before,
.btn_bottom.gr .btn_bottom_inner::after,
.btn_bottom.gr .btn_bottom_text {
  border-color: #c2c2c2;
}
.btn_novel.gr a {
  background: #8f8f8f;
  border: solid 1px #7f7f7f;
}
.btn_novel.gr a .btn_novel_inner {
  border-color: #c2c2c2;
}
.btn_bottom .btn_red_arr.gr {
  opacity: .6;
  pointer-events: none;
}

@media (max-width: 767px) {
  .anchor_cmn .heighta {
    min-height: 68px;
  }

  .anchor_cmn {
    padding: 0 30px;
  }
  .anchor_cmn ul li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .box_room__wrapper {
    margin-bottom: 40px;
  }
  .box_room__wrapper .box {
    margin-bottom: 30px;
  }
  .charactor_list .taR {
    text-align: center !important;
  }
  .charactor_item {
    width: 50%;
    padding-bottom: 15px;
  }
  .charactor_item img {
    border-width: 1.5px;
  }
  .charactor_item figcaption span {
    letter-spacing: 0;
  }
  .charactor_item figcaption::after {
    right: 10px;
    border-width: 5px 4px 0 4px;
    top: calc(50% - 3px);
  }
  .charactor_item figcaption {
    background: url('../image/bg_title_sp.png') center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -35px;
    max-width: 100%;
    letter-spacing: .05em;
  }
  .charactor_item_red figcaption {
    background: url('../image/bg_title_r_sp.png') center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .master_item_conten {
    padding: 10px 10px 60px;
  }
  .master_item_left,
  .master_item_right {
    float: none;
    padding: 0;
    width: 100%;
  }
  .master_item_right {
    text-align: center;
  }
  .master_item_right img {
    width: 100%;
  }
  .bgcate {
    margin-bottom: 10px;
    width: auto;
  }
  .master_item_left p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width:420px) {
  .btn_bottom .btn_red_arr span {
    min-width: 0;
  }
}
@media (max-width: 320px) {
  .charactor_item figcaption {
    letter-spacing: .05em;
  }
  .charactor_item figcaption span {
    font-size: 16px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .charactor_item figcaption {
    padding-top: 8px;
  }
}

.banner_ch {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.banner_ch p {
  width: 85%;
  margin: 5px auto 0;
}
.banner_ch img {
  margin: 0 auto;
}
.banner_ch a {
  display: block;
}
.banner_ch a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  .banner_ch p {
    font-size: 15px;
  }
}

.box_movie.clearfix {
  margin: 0 auto 0.75em;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.box_movie.clearfix li {
  max-width: 300px;
  width: 100%;
}
.box_movie.clearfix li .vd_item .bximg {
  border: 4px solid #9f7525;
  font-size: 0;
  position: relative;
  overflow: hidden;
  min-height: 129px;
}
.box_movie.clearfix .ic_play {
  background: url(/image_cmn/ico_play.png) no-repeat center;
  bottom: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.box_movie.clearfix li figure figcaption p {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 15px;
  display: table;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .box_movie.clearfix {
    padding: 0 7.5%;
    display: block;
  }
  .box_movie.clearfix li {
    margin: 0 auto .5em;
    float: none;
  }
  .box_movie.clearfix li:last-child {
    margin: 0 auto;
    float: none;
  }
  .box_movie.clearfix li figure figcaption p {
    font-size: .88889em;
  }
}

/*--------------------------------------------
  キャラクターグッズ 導線バナー追加 20190108
---------------------------------------------*/
.title_h2 {
  background: url(../image/title02_top.png) no-repeat top left;
  display: table;
  height: 40px;
  margin: 0 auto 15px;
  padding-top: 19px;
  position: relative;
  width: 443px;
}

.title_h2:after {
  background: #ab2422;
  content: '';
  display: block;
  height: 2px;
  margin: -1px 0 0 -450px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  z-index: -1;
}

.title_h2 > span {
  background: url(../image/title02_bottom.png) no-repeat bottom left;
  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;
}

.title_h2 > span > span {
  display: inline-block;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
  font-weight: 600;
}

.title_h2 > span > span:before,
.title_h2 > span > span:after {
  background: url(../image/title_ico.png) no-repeat center;
  content: '';
  display: block;
  height: 14px;
  left: 0;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}

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

@media (max-width: 767px) {
  .title_h2 {
    background: url(../image/title02_top_sp.png) no-repeat top center;
    padding-top: 8px;
    width: 100%;
  }

  .title_h2:after {
    margin-left: -172px;
    width: 343px;
  }

  .title_h2 > span {
    background: url(../image/title02_bottom_sp.png) no-repeat bottom center;
    display: block;
    font-feature-settings: "pkna";
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 8px;
  }
}

.character_bnr_wrap {
  margin-bottom: 50px;
}

.character_bnr_read {
  font-size: 18px;
  line-height: 29px;
  margin: 14px auto 40px;
  max-width: 760px;
  text-align: left;
}
.character_bnr_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 730px;
}
.character_bnr_block .illust {
  margin-bottom: 40px;
}
.character_bnr_item {
  margin-top: 30px;
  width: 335px;
}

.character_bnr_item:nth-child(1),
.character_bnr_item:nth-child(2) {
  margin-top: 0;
}

.character_bnr_item>a {
  display: block;
  transition: opacity .2s;
}

.character_bnr_item>a:hover {
  opacity: .5;
}

.character_bnr_item>span {
  display: block;
}

.character_bnr_item>a img,
.character_bnr_item>span img {
  vertical-align: bottom;
}

.character_bnr_item figcaption {
  margin-top: 5px;
  text-align: left;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .character_bnr_block {
    padding: 0 15px;
  }
  .character_bnr_block .illust {
    margin-bottom: 20px;
  }
  .character_bnr_read {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin: 20px auto 0;
    width: 90%;
  }
  .character_bnr_read.character_bnr_read02 {
    margin-bottom: 20px;
  }
  .character_bnr_item {
    max-width: 335px;
    margin-top: 20px;
    width: 100%;
  }

  .character_bnr_item:nth-child(1),
  .character_bnr_item:nth-child(2) {
    margin-top: 20px;
  }
}
/* 190716 キャラクターイラスト集バナー用スタイル追加 */
.title_h3 {
  display: table;
  height: 40px;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}
.title_h3_type01 {
  background: url(../image/ico_ttl01_border01.png) no-repeat top center, url(../image/ico_ttl01_border02.png) no-repeat bottom center;
}

.title_h3:before,
.title_h3:after {
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 170px;
}
.title_h3_type01 > span ,
.title_h3_type01:before,
.title_h3_type01:after {
  background-color: #ab2422;
}
.title_h3:before {
  right: 104.7%;
}
.title_h3:after {
  left: 104.7%;
}
.title_h3 > span {
  background-image: url(../image/ico_ttl_deco02.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;
}
.title_h3 > span > span {
  display: inline-block;
  font-feature-settings: "pkna";
  font-weight: 600;
  line-height: 1.3;
  padding: 0 35px;
  position: relative;
  vertical-align: middle;
}
.title_h3 > span > span:before,
.title_h3 > span > span:after {
  background: url(../image/ico_ttl_deco01.png) no-repeat center;
  content: '';
  display: block;
  height: 19px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.title_h3 > span > span:after {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .title_h3 {
    margin-bottom: 25px;
    padding: 10px 0;
    width: 530px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 234px;
  }
  .title_h3 > span > span {
    font-size: 22px;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    height: 19px;
    width: 27px;
  }
}
@media (max-width: 767px) {
  .title_h2cmn {
    margin: 0 10px;
  }
  .title_h3 {
    background-size: 100%;
    padding: 6px 0;
    margin-bottom: 4%;
    width: 258px;
  }
  .title_h3:before,
  .title_h3:after {
    width: 30px;
  }
  .title_h3 > span {
    background-size: 100%;
    font-feature-settings: "pkna";
    padding: 2px 0;
  }
  .title_h3 > span > span {
    font-size: 17px;
  }
  .title_h3 > span > span:before,
  .title_h3 > span > span:after {
    background-size: 100%;
    width: 22px;
  }
  .title_h3 > span > span:before {
    left: 12px;
  }
  .title_h3 > span > span:after {
    right: 12px;
  }
}
.title_h4_banner {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
  padding: 0 35px 6px;
  position: relative;
  line-height: 1.3;
}
.title_h4_banner:before,
.title_h4_banner:after {
  background: url(/image_cmn/ico/title_ico01.png) no-repeat center center;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  position: absolute;
}
.title_h4_banner.woman:before,
.title_h4_banner.woman:after {
  background: url(/image_cmn/ico/title_ico02.png) no-repeat center center;
}
.title_h4_banner:before {
  top: 39%;
  left: 0;
}
.title_h4_banner:after {
  top: 39%;
  right: 0;
}
.character_bnr_wrap {
  margin-bottom: 50px;
}
.character_bnr_block > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -30px auto 0;
  max-width: 730px;
}

.character_bnr_block ul li {
  margin-top: 30px;
  max-width: 335px;
  line-height: 1.4;
}
.character_bnr_block ul li.column1 {
  max-width: none;
  text-align: center;
  width: 700px;
}
@media (max-width: 767px) {
  .title_h4_banner{
    font-size: 17px;
  }
  .character_bnr_block {
    padding: 0 15px;
  }
  .character_bnr_block ul {
    max-width:650px;
    width: 100%;
    margin-top: 0;
  }
  .character_bnr_block > ul:nth-of-type(1) {
    margin-top: -15px;
  }
  .character_bnr_block ul li {
    margin-top: 15px;
  }
}

/* 190823 キャラクター動画追加用スタイル追加 */
.title_h3_type02 {
  background: url(../image/bg-title02-top.png) no-repeat top center, url(../image/bg-title02-btm.png) no-repeat bottom center;
  background-size: contain;
}
.title_h3_type02::before,
.title_h3_type02::after {
  background: #433408;
}
.title_h3_type02 > span {
  background: url(../image/bg-title02-rep.png) 0 0 repeat-y;
  background-size: contain;
}
.title_h3_type02 > span > span {
  padding: 0px 50px;
}
.title_h3_type02 > span > span::before,
.title_h3_type02 > span > span::after {
  background: url(../image/title-ico04.png) no-repeat center;
  background-size: contain;
}
.title_h3_type02 > span > span::before {
  left: 10px;
}
.title_h3_type02 > span > span::after {
  right: 10px;
}

@media (min-width: 768px) {
  .title_h3_type02 {
    width: 420px;
  }
}
/* web小説ボタン追加 */
.btn_novel_wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0;
  margin: 0 auto 25px;
  max-width: 770px;
}
.btn_novel_wrap.era_s{
  max-width: calc(770px - 3em);
}
.btn_novel_wrap.era_m{
  max-width: calc(770px - 1.5em);
}
.btn_novel_wrap .era_name{
  font-size: 1.35em;
  text-align: right;
}
ul.btn_novel_wrap li.btn_novel,
.box_novel .box_flex ul.btn_novel_wrap li.btn_novel {
  width: 135px;
}
.btn_novel_wrap .link_btn {
  margin: 0;
  width: 135px;
}
.btn_novel_wrap .link_btn_text {
  font-weight: normal;
}
.btn_novel a {
  background: #c92121;
  border: 1px solid #991c1c;
  color: #fff;
  display: block;
  font-size: 18px;
  position: relative;
  text-align: center;
}
.btn_novel a:hover {
  opacity: .5;
}
.btn_novel_inner {
  border: 1px solid #cb6868;
  display: block;
  margin: 2px;
  padding: 5px 10px 5px 0;
}
.btn_novel_inner::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  width: 0;
}
.btn_bottom_wrap .btn_red_arr:hover {
  opacity: 1;
}
.btn_bottom:hover {
  opacity: .5;
}
.btn_bottom_wrap .link_btn {
  margin-top: 5px;
  min-width: 352px;
}
.link_btn {
  display: inline-block;
  width: auto;
}
.link_btn.gr_content {
  pointer-events: none;
}
.btn_bottom_wrap .link_btn_text {
  font-size: 15px;
}
@media (max-width: 830px) {
  .btn_novel_wrap {
    max-width: 720px;
  }
  .btn_novel_wrap.era_s{
    max-width: calc(720px - 2em);
  }
  .btn_novel_wrap.era_m{
    max-width: calc(720px - 1.25em);
  }
  .btn_novel_wrap .era_name {
    font-size: 1.15em;
  }
}
@media (max-width: 767px) {
  .btn_novel_wrap {
    padding: 0 10px;
  }
  .btn_novel_wrap .era_name{
    font-size: 1em;
    margin: .75em auto .5em;
    text-align: center;
    width: 100%;
  }
  ul.btn_novel_wrap li.btn_novel,
  .box_novel .box_flex ul.btn_novel_wrap li.btn_novel,
  .btn_novel_wrap .link_btn {
    margin-bottom: 2%;
    width: 49%;
  }
  ul.btn_novel_wrap li.btn_novel:nth-last-child(-n+2),
  .box_novel .box_flex ul.btn_novel_wrap li.btn_novel:nth-last-child(-n+2),
  .btn_novel_wrap .link_btn:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .btn_novel a,
  .btn_novel_wrap .link_btn_inner {
    font-size: 14px;
  }
}
@media (max-width:420px) {
  .btn_novel_wrap {
    padding: 14px 10px 0;
  }
  .btn_bottom_wrap .link_btn {
    min-width: 0;
  }
}

/* 191212 見出し用スタイル追加 */
.list_ttl_wrap {
  margin: -24px auto 10px;
  position: relative;
  width: 530px;
}
.list_ttl_wrap:before,
.list_ttl_wrap:after {
  background-color: #fff;
  border-bottom: 2px solid #fbf7ea;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: 20px;
  width: 25px;
}
.list_ttl_wrap:after {
  left: -25px;
}
.list_ttl_wrap:before {
  right: -25px;
}
.list_ttl {
  line-height: 0;
  padding: 10px 0;
  position: relative;
}
.list_ttl > span {
  background: url(../image/bg-ttl-gold-center.png) repeat 0 0 / 100% auto;
  display: inline-block;
  font-size: 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1;
}
.list_ttl > span:before,
.list_ttl > span:after {
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}
.list_ttl > span:before {
  background: url(../image/bg-ttl-gold-top.png) no-repeat 0 0 / cover;
  top: -10px;
}
.list_ttl > span::after {
  background: url(../image/bg-ttl-gold-bottom.png) no-repeat left bottom / cover;
  bottom: -10px;
}
.list_ttl > span > span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 39px;
  position: relative;
  vertical-align: middle;
}
.list_ttl > span > span:before,
.list_ttl > span > span:after {
  background: url(../image/ico-ttl-gold.png) no-repeat center / cover;
  content: "";
  display: block;
  height: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 27px;
}
.list_ttl > span > span:before {
  left: 4px;
}
.list_ttl > span > span:after {
  right: 4px;
}

@media (max-width: 767px) {
  .list_ttl_wrap {
    margin: -36px auto 10px;
    width: 258px;
  }
  .list_ttl_wrap:before,
  .list_ttl_wrap:after {
    top: 32px;
    width: 12px;
  }
  .list_ttl_wrap:before {
    right: -12px;
  }
  .list_ttl_wrap:after {
    left: -12px;
  }
  .list_ttl > span:before,
  .list_ttl > span:after {
    height: 7px;
  }
  .list_ttl > span:before {
    top: -7px;
  }
  .list_ttl > span:after {
    bottom: -7px;
  }
  .list_ttl > span > span {
    font-size: 16px;
    padding: 0 44px;
  }
}

/* 191216 小説用リード文追加 */
.lead_novel_wrap {
  padding: 0 60px;
  margin: 25px auto 14px;
}

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

/* 191121 動画サムネ追加 */

.thumb_txt {
  margin-top: .4em;
  letter-spacing: .1em;
  font-size: 16px;
}
.era_lead__wrap li .vd_item .bximg {
  border: 4px solid #9f7525;
  font-size: 0;
  position: relative;
  overflow: hidden;
  min-height: 129px;
}
.era_lead__wrap .img_box {
  text-align: center;
}
.era_lead__wrap .ic_play {
  background: url(/image_cmn/ico_play.png) no-repeat center;
  bottom: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .era_lead__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px auto 0;
    padding: 0 30px;
  }
  .era_lead__wrap .txt_box {
    margin: 0;
    text-align: justify;
    width: calc(100% - 337px);
  }
  .era_lead__wrap .img_box {
    width: 312px;
  }
  .era_lead__wrap .img_box .bximg {
    cursor: pointer;
  }
  .era_lead__wrap .txt_box.no_movie {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .era_lead__wrap {
    padding: 12px 10px 0 10px;
  }
  .era_lead__wrap .img_box {
    margin: .5em auto 0;
    max-width: 312px;
  }
  .era_lead__wrap .img_box figcaption {
    font-size: .88889em;
  }
}

/* 191227 novel_area_wrap追加 */
.novel_area_wrap {
  background: #fbf7ea;
  border: 2px solid #b79735;
  margin-top: 40px;
}

/* 200323 アコーディオン追加分 */
.born {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.character_list_area {
  padding-bottom: 14px;
}
.open_close_btn {
  max-width: 300px;
  width: 100%;
}
.open_close_btn .cmn_link_btn {
  cursor: pointer;
  font-size: 16px;
}
.open_close_btn .cmn_link_btn_text {
  padding: 8px 26px 8px 5px;
}
.open_close_btn .cmn_link_btn_text::after {
  content: '';
  border: 0px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  right: 14px;
  top: 30%;
  -ms-transform: rotate(-135deg) translate(-50%,-50%);
  -webkit-transform: rotate(-135deg) translate(-50%,-50%);
  transform: rotate(-135deg) translate(-50%,-50%);
  width: 10px;
}
.open_close_btn .cmn_link_btn.is-closed .cmn_link_btn_text::after {
  top: 50%;
  -ms-transform: rotate(45deg) translate(-50%,-50%);
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
}
.js-slidearea {
  display: none;
}
.character_list_block {
  background-color: #fff8ed;
  border: 4px solid #9f7943;
  margin: 18px auto 0;
  max-width: 924px;
  padding: 3%;
  width: 100%;
}
.character_list_block .col2_char_list {
  letter-spacing: .06em;
  overflow: hidden;
  width: 47.898%;
}
.character_list_block .col2_char_list:nth-of-type(even) {
  width: 49.3%;
}
.character_list_block .col2_char_list:nth-of-type(n+3) {
  margin-top: 21px;
}
.col2_char_list .age {
  border: 2px solid #d7c682;
  border-left: none;
  border-right: none;
  float: left;
  font-weight: 600;
  padding: 2px 0;
  text-align: center;
  width: 30.732%;
}
.character_list_block .col2_char_list:nth-of-type(even) .age {
  width: 29.858%;
}
.col2_char_list .age span {
  border: 1px solid #d7c682;
  border-left: none;
  border-right: none;
  display: block;
  padding: 2px 0 1px;
}
.col2_char_list .list {
  border-top: 2px solid #d7c682;
  float: right;
  font-weight: 600;
  padding: 1.22% 1.952%;
  width: 65.61%;
}
.character_list_block .col2_char_list:nth-of-type(even) .list {
  width: 66.59%;
}
.col2_char_list .list li {
  font-size: 17px;
  width: 50%;
}
.col2_char_list .list li:nth-of-type(even) {
  width: 45%;
}
.character_list_block .col2_char_list:nth-of-type(even) .list li {
  width: 48%;
}
.col2_char_list .list li:nth-of-type(n+3) {
  margin-top: 13px;
}
.col2_char_list .list li span {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.col2_char_list .list li span::before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.col2_char_list .list li:nth-of-type(odd) span::before {
  background: url(/image_cmn/ico/title_ico01.png) no-repeat 0 0;
  background-size: contain;
}
.col2_char_list .list li:nth-of-type(even) span::before {
  background: url(/image_cmn/ico/title_ico02.png) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 923px) {
  .col2_char_list .age span {
    font-size: 1.95vw;
  }
  .col2_char_list .list li {
    font-size: 1.7vw;
  }
}

@media (max-width: 767px) {
  .character_list_area {
    padding: 0 20px 30px;
  }
  .open_close_btn {
    margin: 0 auto;
  }
  .open_close_btn .cmn_link_btn {
    font-size: 15px;
  }
  .character_list_block {
    padding: 5%;
  }
  .character_list_block .col2_char_list {
    margin-top: 20px;
    width: 100%;
  }
  .character_list_block .col2_char_list:nth-of-type(1) {
    margin-top: 0;
  }
  .character_list_block .col2_char_list:nth-of-type(even) {
    width: 100%;
  }
  .col2_char_list .age {
    width: 32%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .age {
    width: 32%;
  }
  .col2_char_list .list {
    width: 65%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .list {
    width: 65%;
  }
  .col2_char_list .list li {
    width: 48%;
  }
  .col2_char_list .list li:nth-of-type(even) {
    width: 48%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .list li {
    width: 48%;
  }
  .col2_char_list .age span {
    font-size: 16px;
  }
  .col2_char_list .list li {
    font-size: 15px;
  }
  .col2_char_list .list li span {
    padding-left: 20px;
  }
  .col2_char_list .list li span::before {
    height: 15px;
    width: 15px;
  }
}

@media (max-width: 480px) {
  .character_list_block {
    padding: 5% 2% 5% 8%;
  }
  .col2_char_list .age {
    float: none;
    width: 45%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .age {
    width: 45%;
  }
  .col2_char_list .list {
    border-top: none;
    float: none;
    margin-top: 10px;
    padding: 1.5% .5% 1.5% 2%;
    width: 100%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .list {
    width: 100%;
  }
  .col2_char_list .list li {
    width: 46%;
  }
  .col2_char_list .list li:nth-of-type(even) {
    width: 46%;
  }
  .character_list_block .col2_char_list:nth-of-type(even) .list li {
    width: 46%;
  }
}

@media (max-width: 320px) {
  .character_list_block {
    padding: 5% 5% 5% 5.3%;
  }
}

#charactor .animation_box {
  margin: 60px auto 40px;
}

/* 200327 バナー追加 */
.bnr_item_block {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 768px) {
  .bnr_item_block {
    padding-bottom: 41px;
  }
  .bnr_item_block_text {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .bnr_item_block {
    padding: 0 20px 30px;
  }
  .bnr_item_block_text {
    margin-top: 4px;
  }
}

/* 200409 TCI福岡_sakaguchi （制+開）刀剣キャラクターページ：カード表示 */
/* ------------------------------------ */
/* ▼ btn_block */
/* ------------------------------------ */

.btn_block {
  margin: 0 auto;
  max-width: 670px;
  width: 100%;
}
.btn_block .change_btn_wrap {
  max-width: 300px;
  width: 100%;
}
.change_btn_wrap .cmn_link_btn {
  cursor: pointer;
}
.change_btn_wrap .cmn_link_btn_text::after {
    background: url(../image/ico-close-btn.png) no-repeat center center;
    background-size: 100% auto;
    border: none;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
}

.btn_block {
  justify-content: center;
}

@media (max-width: 767px) {
  .btn_block {
    display: block;
  }
  .btn_block .change_btn_wrap {
    margin: 0 auto 3%;
  }
}

/* ------------------------------------ */
/* ▼ card_heading */
/* ------------------------------------ */

.card_heading {
  display: none;
  margin: 20px auto;
  max-width: 330px;
  position: relative;
  width: 100%;
}
.card_heading_inner {
  background: url(../image/bg-card-heading.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 auto;
  padding: 7px 0;
  text-align: center;
}
.card_heading_inner::after,
.card_heading_inner::before {
  background-color: #b28e5f;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 77%;
}
.card_heading_inner::after {
  right: 349px;
}
.card_heading_inner::before {
  left: 349px;
}
.card_heading_inner span {
  display: inline-block;
  color: #fff;
  padding: 0 30px;
  position: relative;
}
.card_heading_inner span::after,
.card_heading_inner span::before {
  background: url(/image_cmn/inquiry/ico-ttl-deco01.png) no-repeat 0 0;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.card_heading_inner span::after {
  right: 0;
}
.card_heading_inner span::before {
  left: 0;
}

@media (max-width: 767px) {
  .card_heading {
    margin: 4% auto;
  }
  .card_heading_inner::after,
  .card_heading_inner::before {
    width: 45%;
  }
  .card_heading_inner::after {
    right: 105%;
  }
  .card_heading_inner::before {
    left: 105%
  }
  .card_heading_inner span {
    font-size: 16px;
    line-height: 1;
    padding: 0 22px 2px;
  }
  .card_heading_inner span::after,
  .card_heading_inner span::before {
    height: 13px;
    width: 18px;
  }
}

@media (max-width: 414px) {
  .card_heading_inner {
    padding: 2px 0;
    width: 258px
  }
  .card_heading_inner::after,
  .card_heading_inner::before {
    width: 8%;
  }
  .card_heading_inner::after {
    right: 95%;
  }
  .card_heading_inner::before {
    left: 95%
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card_heading_inner {
    padding: 10px 0;
  }
  .card_heading_inner span::after,
  .card_heading_inner span::before {
    top: 39%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .card_heading_inner {
    font-weight: 600;
  }
}


/* ------------------------------------ */
/* ▼ card_list */
/* ------------------------------------ */

.card_list {
  display: none;
  margin: 0 auto;
  max-width: 830px;
  padding: 0 15px;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
  transition: transform .3s;
  width: 100%;
}
.card_list .card_item {
  box-shadow: 4px 4px 8px -1px rgba(112, 112, 112, .8);
  margin: 0 2.66% 2.785% 0;
  position: relative;
  width: 31.448%;
}
.card_list .card_item a {
  display: block;
}
.card_list .card_item img {
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .card_list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card_list .card_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .card_list .card_item a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .card_list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 10px;
  }
  .card_list .card_item {
    margin: 0 0 3% 0;
    max-width: 312px;
    width: 48%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .card_list .card_item a:hover {
    opacity: 1;
  }
}

/* ------------------------------------ */
/* ▼ 切り替えアニメーション */
/* ------------------------------------ */

.change_list_all_wrap.js_hide {
  min-height: 100vh;
}
.change_list_all_wrap {
  position: relative;
  width: 100%;
}
.charactor_list.js_hide {
  display: none;
}
.card_list.js_show {
  display: flex;
}
.card_list.js_animate_position {
  position: absolute;
  top: 0;
  left: 0;
}
.card_list.js_animate_start {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* キャラクターカード バナー化 */
.bnr_change_box {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bnr_change_box figure {
  max-width: 400px;
  width: 90%;
}
.bnr_change_box figure a {
  display: block;
}
.bnr_change_box figure img {
  vertical-align: bottom;
}
.bnr_change_box figcaption {
  font-size: 17px;
  line-height: 25px;
  margin: 5px 0 10px;
}
.change_btn_wcm {
  display: flex;
  justify-content: flex-end;
  max-width: 820px;
  margin: 0 auto 10px;
  width: 100%;
}
.change_btn_wrap .js_change_btn {
  display: none;
}
.change_btn_wrap .cmn_link_btn {
  font-size: 16px;
  max-width: 300px;
  padding: 0;
  outline: 0;
}
.change_btn_wrap .cmn_link_btn .cmn_link_btn_text {
  padding: 6px 40px 6px 20px;
}

@media (max-width: 767px) {
  .change_btn_wcm {
    padding: 0 20px;
  }
}

/* コスプレコンテスト入り口バナー追加 */
@media (max-width: 767px) {
  .bnr_line {
    padding: 0 20px;
    width: 100%;
  }
}

.character_bnr_block.illust_bnr {
  max-width: 800px;
}

.movie_area_wrap {
  background: url(/image/t_bg13.png) repeat;
  background-size: 825px;
  border: 2px solid #d6c2a4;
  max-width: 720px;
  padding-top: 40px;
  padding-bottom: 30px;
  margin: 10px auto 60px;
}
.character_bnr_block > ul.illust_wrap {
  border: solid 2px #7284a6;
  background-color: #edf1f9;
  max-width: 800px;
  padding: 5px 20px 30px 25px;
}
.character_bnr_block > ul.illust_wrap.woman {
  border-color: #e8909d;
  background-color: #fff5f6;
}
.title_h4_banner.woman {
  margin-top: 40px;
}

.box_movie.clearfix::before,
.box_movie.clearfix::after {
  content: none;
}

@media (min-width:768px) and (max-width:1024px) {
  .movie_area_wrap.spmode {
    margin: 0 auto 40px;
  }
}

.box_movie.clearfix li.large {
  max-width: 400px;
}

@media (max-width: 767px) {
  .movie_area_wrap.spmode {
    max-width: 95%;
  }
  .title_h4_banner {
    margin-bottom: 0;
  }
  .title_h4_banner.man {
    margin-top: 30px;
  }
  .box_movie.clearfix li.large{
    max-width: 300px;
  }
}

.character_mainvisual {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
.character_mainvisual_h1 {
  border-bottom: 2px solid #bcbcbc;
  background:url(../image/ttl-bg.jpg) left top no-repeat;
  background-size:cover;
  display: flex;
  line-height: 1;
  justify-content: center;
  font-size: 30px;
}
.character_mainvisual_h1  .cmn_h1_sitetop_name {
  font-size: 20px;
}
.character_mainvisual_h1 > .character_mainvisual_inner {
  background:#000;
  color: #fff;
  text-align: center;
  padding: 7px 55px;
  position: relative;
}
.character_mainvisual_h1 > .character_mainvisual_inner::before,
.character_mainvisual_h1 > .character_mainvisual_inner::after {
  content:'';
  top:0;
  position: absolute;
  height: 100%;
  width: 20px;
  border-style: solid;
  width: 0;
  height: 0;
}

.character_mainvisual_h1 > .character_mainvisual_inner::before {
  border-width: 22.5px 20px 22.5px 0px;
  top: 0px;
  border-color: transparent #000 transparent transparent;
  left:-20px;
}
.character_mainvisual_h1 > .character_mainvisual_inner::after {
  border-width: 22.5px 0px 22.5px 20px;
  top: 0px;
  border-color: transparent transparent transparent #000;
  right:-20px;
}
.character_mainvisual_scroll {
  width: 100%;
  height: 440px;
}
.character_mainvisual_scroll .scroll_infinity_wrap {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.character_mainvisual_scroll .scroll_infinity {
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
  animation-play-state: running;
  display: flex;
  height: 100%;
  width: 4757px;
}
.character_mainvisual_scroll .scroll_infinity.pause {
  animation-play-state: paused;
}

.character_mainvisual_scroll .scroll_infinity > div {
  flex-shrink: 0;
  height: 100%;
  width: 4757px;
}
.character_mainvisual_scroll .scroll_infinity > div img {
  height: 100%;
  width: auto;
  vertical-align: top;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {
  .character_mainvisual_h1 {
    font-size: 24px;
  }
  .character_mainvisual_h1 .cmn_h1_sitetop_name {
    font-size: 55%;
  }
  .character_mainvisual_h1 > .character_mainvisual_inner {
    padding: 8.5px 25px;
  }
  .character_mainvisual_h1 > .character_mainvisual_inner::before {
    border-width: 33px 15px 33px 0px;
    left: -15px;
  }
  .character_mainvisual_h1 > .character_mainvisual_inner::after {
    border-width: 33px 0px 33px 15px;
    right: -15px;
  }
  .character_mainvisual_scroll .scroll_infinity {
    animation: infinity-scroll-left 60s infinite linear 0.5s both;
  }
}
.emaki_movie_btn{
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.emaki_movie_btn #stop,
.emaki_movie_btn #play{
  height: 30px;
  width: 140px;
}
.emaki_movie_btn #stop{
  background: url(../image/movie_stop.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
}
.emaki_movie_btn #stop.fst,
.emaki_movie_btn #stop.active{
  background: url(../image/movie_stop_on.png) no-repeat;
  background-size: 100% 100%;
}
.emaki_movie_btn #play{
  background: url(../image/movie_play.png) no-repeat;
  background-size: 100% 100%;
}
.emaki_movie_btn #play.active{
  background: url(../image/movie_play_on.png) no-repeat;
  background-size: 100% 100%;
}
/* オンマウス */
.emaki_movie_btn #play.active{
  cursor:default;
}
.emaki_movie_btn #play.fst,
.emaki_movie_btn #play.mark,
.emaki_movie_btn #stop.mark{
  cursor: pointer;
}
.emaki_movie_btn #play.fst:hover,
.emaki_movie_btn #play.mark:hover,
.emaki_movie_btn #stop.mark:hover{
  opacity: 0.7;
}

.cmn_h2_01 span > span > span {
  color: #fff;
  background: #4a3c70;
  border-radius: 20px;
  padding: 2px 15px;
  margin-right: 5px;
}
#anchor298 .cmn_h2_01 span > span > span{
  background: #4a3c70;
}
#anchor299 .cmn_h2_01 span > span > span{
  background: #71613d;
}
#anchor300 .cmn_h2_01 span > span > span{
  background: #3c4a70;
}
#anchor301 .cmn_h2_01 span > span > span{
  background: #713d65;
}
#anchor302 .cmn_h2_01 span > span > span{
  background: #813236;
}
#anchor303 .cmn_h2_01 span > span > span{
  background: #3a4f2e;
}