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

title : 刀剣キャライラスト集
scope : 刀剣キャライラスト集

memo：

last modify：2023/08/18 WEB2TCI-32110_tanaka スライドアニメーション共通化

2021/09/30 WEB2TCI-22328_Igarashi 新規ページ作成
========================================================== */

.breadcrumbs {
  position: relative;
  z-index: 2;
}

.cmn_anchor03 {
  max-width: 900px;
}

.cmn_intro_read {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* 時代タイトル */
.title_anchor {
  position: relative;
}
.title_anchor > span{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
}
.elm_grid_wrap.is_three_column .title_anchor > span{
  font-size: 26px;
}
.elm_grid_wrap.is_four_column .title_anchor > span{
  font-size: 22px;
}

.bimg .fancybox,
.bimg > a {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 14px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  text-align: center;
}
.bimg > a:before,
.bimg .fancybox:after {
  content: '';
  display: block;
  position: absolute;
}
.bimg > a:before {
  height: 100%;
  width: 100%;
  z-index: 2;
}
.bimg .fancybox:after {
  background: url(../image/ico_zoom01.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  height: 28px;
  right: 0;
  width: 28px;
  z-index: 2;
}
.bimg.clip-path-3 .fancybox:after {
  right: 12px;
}
.bimg.clip-path-1 .fancybox:after{
  right: 34%;
}
.bimg.clip-path-4 .character_costume{
  left: 100px;
}

 /* Light box */
.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}
.fancybox-arrow {
  margin: 0;
  top: 40%;
  width: 31px;
  height: 50px;
}
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 1;
}
.fancybox-arrow:after {
  width: 31px;
  height: 50px;
  top: 0;
}
.fancybox-arrow--left {
  left: 17px;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.fancybox-arrow--right {
  right: 17px;
}
.fancybox-arrow--left:after {
  background: url(../image/c_ico_prev.png) no-repeat;
}
.fancybox-arrow--right:after {
  background: url(../image/c_ico_next.png) no-repeat;
}
.fancybox-stage .item-modal {
  background: #FFF;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 459px;
}
.fancybox-stage .item-modal img {
  display: block;
  max-height: 584px;
  margin: 0 auto;
}
.fancy_bg {
  background: url('../image/p_bgb1_z.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  line-height: 0;
}
.fancybox-stage .fancybox-close-small {
  background: url(../image/p_close.png) no-repeat;
  position: relative !important;
  top: auto;
  display: block;
  font-size: 0;
  height: 32px;
  margin: 10px auto 10px;
  width: 126px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-slide {
  overflow: visible;
}
.fancybox-inner > .fancybox-navigation {
  display: none;
}
.fancy_content {
  padding: 10px 5px 0;
}
.p_content_inner {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.p_content_inner span,.p_content_inner h3 {
  display: table-cell;
  vertical-align: middle;
}
.p_content_inner span {
  background: #ebd072;
  color: #000;
  font-size: 18px;
  display: inline-block;
  padding: 2px 10px;
  margin-right: 40px;
  font-weight: 600;
  position: relative;
}
.p_content_inner h3 {
  display: inline-block;
  font-size: 27px;
  text-align: center;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 600;
}
.p_content_inner h3 em {
  display: block;
  font-size: 13px;
  line-height: normal;
}
.box_seo .seo_frame {
  margin-bottom: 0;
  background: #FFF;
}
#footer {
  margin-top: 0;
}

  /* イラストにキャラクター名を追加
--------------------------------------*/
.bimg .roll .character_name {
  background: url(../image/illust/bg/bg-name-tag.jpg);
  background-size: 120px auto;
  top: 0;
  display: block;
  height: 39px;
  left: 0;
  position: absolute;
  width: 134px;
}
.bimg .roll .character_name span {
  color: #fff;
  display: block;
  height: 100%;
  letter-spacing: .06em;
  line-height: 1.5;
  padding: 5px 2px;
}
.bimg.clip-path-2 .roll .character_name,
.bimg.clip-path-4 .roll .character_name
{
  left: initial;
  right: 0;
}
.elm_grid_wrap .bimg.clip-path-2 .roll .character_name,
.elm_grid_wrap .bimg.clip-path-4 .roll .character_name
{
  left: 0;
}


@media (max-width: 767px) {
  .fancybox-stage .item-modal img {
    max-height: 350px;
  }
  .bimg .fancybox,.bimg > a{
    margin-bottom: 1.4vw;
  }
  header {
    margin-bottom: 10px;
  }
  body .seo_frame__wrapper{
    background: #fff;
  }
  .breadcrumbs {
    margin-bottom: 10px;
  }
  .fancybox-stage .item-modal {
    width: 90%;
  }
  .p_content_inner h3{
    font-size: 23px;
    line-height: normal;
  }
  .p_content_inner span {
    font-size: 14px;
  }
  .p_content_inner h3 em {
    font-size: 11px;
  }
  .p_content_inner {
    padding: 5px 10px;
  }
  .fancybox-arrow {
    width: 15px;
  }
  .fancybox-arrow:after {
    width: 15px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .fancybox-arrow {
    top: 32%;
  }
  .b_diplaya, .b_diplaya:nth-child(even) {
    margin-bottom: 40px;
  }

  /* イラストにキャラクター名を追加
  --------------------------------------*/
  .bimg .roll .character_name {
    display: none;
  }
}

@media (max-width: 320px) {
  .fancybox-arrow {
    top: 30%;
  }
  .fancybox-stage .item-modal img {
    max-height: 230px;
  }
}

/* For Ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .fancybox-stage .item-modal {
    width: 38%;
  }
  .fancybox-stage .item-modal img {
    max-height: 504px;
  }
}

.character_bnr_wrap {
  margin-bottom: 60px;
}

.illust_contents_wrap {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}
.illust_contents_wrap.js_hide {
  min-height: 100vh;
}
.normal_column_wrap {
  width: 100%;
}
.normal_column_wrap.js_hide {
  display: none;
}
.elm_grid_wrap {
  display: none;
  max-width: 900px;
  margin: 0 auto 42px;
  padding: 0 1px;
  transition: transform .3s;
  width: 100%;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}
.elm_grid_wrap.js_show {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  align-content: flex-start;
  justify-content: space-between;
}
.elm_grid_wrap.js_animate_position {
  position: absolute;
  top: 0;
  left: 0;
}
.elm_grid_wrap.js_animate_start {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.elm_grid_wrap.is_two_column .bimg {
  margin-bottom: 1%;
  width: 49.5%;
}
.elm_grid_wrap.is_three_column .bimg {
  margin-bottom: 1%;
  width: 32.5%;
}
.elm_grid_wrap.is_four_column .bimg {
  margin-bottom: 1%;
  width: 24.5%;
}
.elm_grid_wrap .bimg > a {
  background-position: top center;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.elm_grid_wrap .bimg > a > img {
  height: 100%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.elm_grid_wrap .bimg.img_horizontal > a > img {
  width: 145%;
  max-width: 200%;
}
.elm_grid_wrap .bimg .grid_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;
}
.elm_grid_wrap .cmn_link_btn:not(.is_active) .cmn_link_btn_inner{
  position: relative;
}
.elm_grid_wrap .cmn_link_btn:not(.is_active) .cmn_link_btn_inner::after{
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

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

@media (max-width: 767px) {
  .elm_grid_wrap {
    margin-bottom: 40px;
    padding: 0;
  }
  .elm_grid_wrap .bimg {
    margin-bottom: 3px;
    width: calc(33.3333% - 2px);
  }
  .elm_grid_wrap .bimg .grid_fancybox:after {
    bottom: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
  }
}

/* button */
.cmn_link_btn_wrap {
  max-width: 880px;
  margin: 0 auto 30px;
  /* padding-top: 7px; anchorのmargin-top-7px対策*/
  text-align: right;
}

.cmn_link_btn_wrap > .cmn_link_btn {
  display: inline-block;
  outline: none;
  padding: 0;
  max-width: 270px;
}

.cmn_link_btn_wrap > .cmn_link_btn .cmn_link_btn_text {
  font-size: 16px;
  letter-spacing: .14em;
  padding: 8px 30px 8px 10px;
}

.cmn_link_btn_wrap .cmn_link_btn_text::after {
  background: url(../image/ico-btn01.png) no-repeat center center;
  background-size: 100% auto;
  border: none;
  width: 13px;
  height: 14px;
  right: 14px;
  top: calc(50% - 7px);
}
/* グリッド表示時のボタン表示 */
.elm_grid_wrap > .cmn_link_btn_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 80%;
}
.elm_grid_wrap > .cmn_link_btn_wrap .cmn_link_btn{
  width: 32%;
}
.elm_grid_wrap > .cmn_link_btn_wrap .cmn_link_btn_text::before,
.elm_grid_wrap > .cmn_link_btn_wrap .cmn_link_btn_text::after{
  content: none;
}
.elm_grid_wrap .cmn_link_btn_text{
  padding: 10px 5px;
}
.elm_grid_wrap .cmn_link_btn{
  opacity: 0.7;
}
.elm_grid_wrap .cmn_link_btn.is_active{
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .cmn_link_btn_wrap {
    margin-bottom: 15px;
    padding-right: 10px;
  }
  .cmn_link_btn_wrap > .cmn_link_btn {
    max-width: 240px;
  }
  .cmn_link_btn_wrap > .cmn_link_btn .cmn_link_btn_text {
    font-size: 14px;
    letter-spacing: .1em;
  }
  .elm_grid_wrap > .cmn_link_btn_wrap{
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  .elm_grid_wrap > .cmn_link_btn_wrap .cmn_link_btn{
    width: 48%;
  }
}

.character_bnr_wrap {
  margin-bottom: 50px;
}

.content_illust_block {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.content_illust_block.illust_block_type01 {
  justify-content: space-between;
}
.content_illust_block.illust_block_type02 {
  justify-content: space-between;
}
.content_illust_block_title {
  line-height: 1.09615;
}
.character_costume {
  background-color: rgba(34, 34, 34, 0.9);
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 39px;
  left: 0;
  letter-spacing: .06em;
  line-height: 1.2;
  padding: 9px 10px;
  position: absolute;
  text-align: center;
  width: 134px;
}
.content_illust_block .character_costume {
  letter-spacing: .12em;
}

@media (max-width: 915px) {
  .content_illust_block_title{
    height: 36vw;
  }
}

@media (max-width: 767px) {
  .character_costume {
    display: none;
  }
}

/* -- 右側見出し用レイアウト -- */
.illust_block_type01 .bimg:nth-of-type(1) {
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(2) {
  width: 37%;
  margin-left: -13%;
}
.illust_block_type01 .bimg:nth-of-type(3) {
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(4) {
  width: 62.2%;
  margin-top: -0.5%;
}
.illust_block_type01 .bimg:nth-of-type(5) {
  width: 37%;
  margin-top: -13%;
}
.illust_block_type01 .bimg:nth-of-type(6) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(8) {
  margin-top: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(9) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(10) {
  margin-top: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(11) {
  margin-top: -13%;
  margin-left: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(12) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(13) {
  width: 62.2%;
  margin-top: -0.5%;
}
.illust_block_type01 .bimg:nth-of-type(14) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(15) {
  margin-left: -13%;
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(16) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(17) {
  width: 62.2%;
  margin-top: -0.5%;
}
.illust_block_type01 .bimg:nth-of-type(18) {
  margin-top: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(19) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(21) {
  margin-top: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(22) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(23) {
  margin-top: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(24) {
  margin-top: -13%;
  margin-left: -13%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(25) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type01 .bimg:nth-of-type(26) {
  width: 62.2%;
  margin-top: -0.5%;
}

/* -- 左側見出し用レイアウト -- */
/* 平安時代 */
.content_illust_block_title.block_title02 {
  width: 37%;
}
.is_two_column .block_title02{
  height: auto;
  width: 49.5%;
}
.is_three_column .block_title02{
  height: auto;
  width: 32.5%;
}
.is_four_column .block_title02{
  height: auto;
  width: 24.5%;
}
.illust_block_type02 .bimg:nth-of-type(2) {
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(3) {
  width: 37%;
  margin-left: -13%;
}
.illust_block_type02 .bimg:nth-of-type(4) {
  width: 36.9%;
  margin-top: -13%;
  margin-left: 0;
}
.illust_block_type02 .bimg:nth-of-type(5) {
  width: 62.2%;
  margin-top: -0.5%;
}
.illust_block_type02 .bimg:nth-of-type(6) {
  width: 36.9%;
  margin-top: -13.1%;
}
.spacer-a{
  width: 24.3%;
  margin-top: -0.5%;
}
.illust_block_type02 .bimg:nth-of-type(8) {
  width: 37%;
  margin-top: -0.5%;
}
.illust_block_type02 .bimg:nth-of-type(9) {
  width: 37%;
  margin-top: -13.3%;
}
.illust_block_type02 .bimg:nth-of-type(10) {
  width: 37%;
  margin-left: -13%;
  margin-top: -13.3%;
}
.illust_block_type02 .bimg:nth-of-type(11) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(12) {
  margin-top: -0.5%;
  width: 62.2%;
}
.illust_block_type02 .bimg:nth-of-type(13) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(14) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(15) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(16) {
  margin-top: -0.5%;
  margin-left: -13%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(17) {
  margin-top: -13.3%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(18) {
  margin-top: -0.5%;
  width: 62.2%;
}
.illust_block_type02 .bimg:nth-of-type(19) {
  width: 37%;
  margin-top: -13.3%;
}
.illust_block_type02 .bimg:nth-of-type(21) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(22) {
  margin-top: -13.3%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(23) {
  margin-top: -13.3%;
  width: 37%;
  margin-left: -13%;
}
.illust_block_type02 .bimg:nth-of-type(24) {
  margin-top: -0.5%;
  width: 37%;
}
.illust_block_type02 .bimg:nth-of-type(25) {
  margin-top: -0.5%;
  width: 62.2%;
}
.illust_block_type02 .bimg:nth-of-type(26) {
  margin-top: -0.5%;
  width: 37%;
}

/* -- for grid rayout -- */
.elm_grid_wrap .character_costume {
  display: none;
}
.elm_grid_wrap .bimg .roll .character_name{
  top: initial;
  bottom: 0;
}
.elm_grid_wrap .bimg.img_vertical>a>img {
  width: 100%;
  height: auto;
}

/* 191126 キャラクターイラスト集レイアウト変更 ここまで */

/* 200528 グリッド表示調整スタイル追加 */
.elm_grid_wrap .bimg.adj_img_bottom > a > img {
  bottom: 0;
  top: inherit;
}
.elm_grid_wrap .bimg.adj_img_left10 > a > img {
  left: 10%;
}
.elm_grid_wrap .bimg.adj_img_left30 > a > img {
  left: 30%;
}
.elm_grid_wrap .bimg.adj_img_left40 > a > img {
  left: 40%;
}
.elm_grid_wrap .bimg.adj_img_left45 > a > img {
  left: 45%;
}
.elm_grid_wrap .bimg.adj_img_left50 > a > img {
  left: 50%;
}
.elm_grid_wrap .bimg.adj_img_left55 > a > img {
  left: 55%;
}
.elm_grid_wrap .bimg.adj_img_left60 > a > img {
  left: 60%;
}
.elm_grid_wrap .bimg.adj_img_left65 > a > img {
  left: 65%;
}
.elm_grid_wrap .bimg.adj_img_top05 > a > img {
  top: 5%;
}
.elm_grid_wrap .bimg.adj_img_top10 > a > img {
  top: 10%;
}
.elm_grid_wrap .bimg.adj_img_top_05 > a > img {
  top: -5%;
}
.elm_grid_wrap .bimg.adj_img_top_10 > a > img {
  top: -10%;
}
.elm_grid_wrap .bimg.adj_img_top_15 > a > img {
  top: -15%;
}
.elm_grid_wrap .bimg.adj_img_top_20 > a > img {
  top: -20%;
}
.elm_grid_wrap .bimg.adj_img_height80 > a > img {
  height: 80%;
}
.elm_grid_wrap .bimg.adj_img_height95 > a > img {
  height: 95%;
}
.elm_grid_wrap .bimg.adj_img_height110 > a > img {
  height: 110%;
}
.elm_grid_wrap .bimg.adj_img_height120 > a > img {
  height: 120%;
}
.elm_grid_wrap .bimg.adj_img_height130 > a > img {
  height: 130%;
}
.elm_grid_wrap .bimg.adj_img_height140 > a > img {
  height: 140%;
}
.elm_grid_wrap .bimg.adj_img_height150 > a > img {
  height: 150%;
}
.elm_grid_wrap .bimg.adj_img_height160 > a > img {
  height: 160%;
}
.elm_grid_wrap .bimg.adj_img_height170 > a > img {
  height: 170%;
}
.elm_grid_wrap .bimg.adj_img_height180 > a > img {
  height: 180%;
}
.elm_grid_wrap .bimg.adj_img_height200 > a > img {
  height: 200%;
}
.elm_grid_wrap .bimg.adj_img_height250 > a > img {
  height: 250%;
}

/* clip-path対応 */
.clip-path-1{
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 65% 100%);
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 65% 100%);
}
.clip-path-2{
  clip-path: polygon(0% 100%, 35% 0%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 35% 0%, 100% 0%, 100% 100%);
}
.clip-path-3{
  clip-path: polygon(0% 100%, 0% 0%, 65% 0%, 100% 100%);
  -webkit-clip-path: polygon(0% 100%, 0% 0%, 65% 0%, 100% 100%);
}
.clip-path-4{
  clip-path: polygon(35% 100%, 0% 0%, 100% 0%, 100% 100%);
  -webkit-clip-path: polygon(35% 100%, 0% 0%, 100% 0%, 100% 100%);
}
.elm_grid_wrap .clip-path-1,
.elm_grid_wrap .clip-path-2,
.elm_grid_wrap .clip-path-3,
.elm_grid_wrap .clip-path-4
{
  clip-path: none;
  -webkit-clip-path: none;
}

/* ボタンデザイン追加 */
.btn_touken_world .cmn_link_btn{
  background-color: #c92121;
  border: solid 1px #991c1c;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  transition: opacity .3s;
  width: 100%;
  max-width: 270px;
}
.btn_touken_world .cmn_link_btn_text{
  border: solid 1px #cb6868;
    color: #fff;
    display: block;
    font-feature-settings: "pkna";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.4;
    margin: 3px 4px;
    padding: 6px 11px 6px 2px;
    position: relative;
}
.btn_touken_world .cmn_link_btn_text::before{
  content: initial;
}
.cmn_link_btn .cmn_link_btn_text::before{
  background-color: initial;
}
.btn_touken_world .cmn_link_btn_text::after{
  border-color: transparent transparent transparent #fff;
}
.btn_touken_world .cmn_link_btn::before,
.btn_touken_world .cmn_link_btn::after
{
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.btn_touken_world .cmn_link_btn::before{
  top: 0;
  left: 0;
}
.btn_touken_world .cmn_link_btn::after{
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_touken_world .cmn_link_btn_inner{
  padding: 0;
  pointer-events: none;
}
.btn_touken_world .cmn_link_btn_inner::before,
.btn_touken_world .cmn_link_btn_inner::after
{
  border-bottom: solid 1px #cb6868;
  border-right: solid 1px #cb6868;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}
.btn_touken_world .cmn_link_btn_inner::before{
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.btn_touken_world .cmn_link_btn_inner::after{
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner_h1 .txth1{
  background-color: initial;
}
@media (max-width: 767px) {
  .btn_touken_world .cmn_link_btn {
    max-width: 240px;
  }
  .btn_touken_world .cmn_link_btn_text {
    font-size: 14px;
  }
}

/* grid表示時順序並べ替え */
.elm_grid_wrap div:first-child{
  order: 1;
}
.elm_grid_wrap div:nth-child(2){
  order: 2;
}
.elm_grid_wrap div:nth-child(3){
  order: 3;
}
.elm_grid_wrap div:nth-child(4){
  order: 4;
}
.elm_grid_wrap div:nth-child(5){
  order: 5;
}
.elm_grid_wrap div:nth-child(6){
  order: 6;
}
.elm_grid_wrap div:nth-child(7){
  order: 7;
}
.elm_grid_wrap div:nth-child(8){
  order: 8;
}
.elm_grid_wrap div:nth-child(9){
  order: 9;
}
.elm_grid_wrap div:nth-child(10){
  order: 10;
}
.elm_grid_wrap div:nth-child(11){
  order: 11;
}
.elm_grid_wrap div:nth-child(12){
  order: 13;
}
.elm_grid_wrap div:nth-child(13){
  order: 12;
}
.elm_grid_wrap div:nth-child(14){
  order: 14;
}
.elm_grid_wrap div:nth-child(15){
  order: 15;
}
.elm_grid_wrap div:nth-child(16){
  order: 16;
}
.elm_grid_wrap div:nth-child(17){
  order: 17;
}
.elm_grid_wrap div:nth-child(18){
  order: 18;
}
.elm_grid_wrap div:nth-child(19){
  order: 19;
}
.elm_grid_wrap div:nth-child(20){
  order: 20;
}
.elm_grid_wrap div:nth-child(21){
  order: 21;
}
.elm_grid_wrap div:nth-child(22){
  order: 22;
}
.elm_grid_wrap div:nth-child(23){
  order: 23;
}
.elm_grid_wrap div:nth-child(24){
  order: 24;
}
.elm_grid_wrap div:nth-child(25){
  order: 25;
}
.elm_grid_wrap div:nth-child(26){
  order: 27;
}
.elm_grid_wrap div:nth-child(27){
  order: 28;
}
.elm_grid_wrap div:nth-child(28){
  order: 26;
}
.elm_grid_wrap div:nth-child(29){
  order: 29;
}
.elm_grid_wrap div:nth-child(30){
  order: 30;
}
.elm_grid_wrap div:nth-child(31){
  order: 31;
}
.elm_grid_wrap div:nth-child(32){
  order: 32;
}
.elm_grid_wrap div:nth-child(33){
  order: 33;
}
.elm_grid_wrap div:nth-child(34){
  order: 34;
}
.elm_grid_wrap div:nth-child(35){
  order: 35;
}
.elm_grid_wrap div:nth-child(36){
  order: 36;
}
.elm_grid_wrap div:nth-child(37){
  order: 37;
}
.elm_grid_wrap div:nth-child(38){
  order: 38;
}
.elm_grid_wrap div:nth-child(39){
  order: 39;
}
.elm_grid_wrap div:nth-child(40){
  order: 40;
}
.elm_grid_wrap div:nth-child(41){
  order: 41;
}
.elm_grid_wrap div:nth-child(42){
  order: 42;
}
.elm_grid_wrap div:nth-child(43){
  order: 43;
}
.elm_grid_wrap div:nth-child(44){
  order: 44;
}
.elm_grid_wrap div:nth-child(45){
  order: 45;
}
.elm_grid_wrap div:nth-child(46){
  order: 46;
}
.elm_grid_wrap div:nth-child(47){
  order: 47;
}
.elm_grid_wrap div:nth-child(48){
  order: 48;
}
.elm_grid_wrap div:nth-child(49){
  order: 49;
}
.elm_grid_wrap div:nth-child(50){
  order: 50;
}
.elm_grid_wrap div:nth-child(51){
  order: 51;
}
.elm_grid_wrap div:nth-child(52){
  order: 52;
}
.elm_grid_wrap div:nth-child(53){
  order: 53;
}
.elm_grid_wrap div:nth-child(54){
  order: 54;
}
.elm_grid_wrap div:nth-child(55){
  order: 55;
}
.elm_grid_wrap div:nth-child(56){
  order: 56;
}
.elm_grid_wrap div:nth-child(57){
  order: 57;
}
.elm_grid_wrap div:nth-child(58){
  order: 58;
}
.elm_grid_wrap div:nth-child(59){
  order: 59;
}
.elm_grid_wrap div:nth-child(60){
  order: 61;
}
.elm_grid_wrap div:nth-child(61){
  order: 60;
}
.elm_grid_wrap div:nth-child(62){
  order: 62;
}
.elm_grid_wrap div:nth-child(63){
  order: 63;
}
.elm_grid_wrap div:nth-child(64){
  order: 64;
}
.elm_grid_wrap div:nth-child(65){
  order: 65;
}
.elm_grid_wrap div:nth-child(66){
  order: 66;
}
.elm_grid_wrap div:nth-child(67){
  order: 67;
}
.elm_grid_wrap div:nth-child(68){
  order: 68;
}
.elm_grid_wrap div:nth-child(69){
  order: 69;
}
.elm_grid_wrap div:nth-child(70){
  order: 70;
}
.elm_grid_wrap div:nth-child(71){
  order: 71;
}
.elm_grid_wrap div:nth-child(72){
  order: 72;
}
.elm_grid_wrap div:nth-child(73){
  order: 73;
}
.elm_grid_wrap div:nth-child(74){
  order: 75;
}
.elm_grid_wrap div:nth-child(75){
  order: 76;
}
.elm_grid_wrap div:nth-child(76){
  order: 74;
}
.elm_grid_wrap div:nth-child(77){
  order: 77;
}
.elm_grid_wrap div:nth-child(78){
  order: 78;
}
.elm_grid_wrap div:nth-child(79){
  order: 79;
}
.elm_grid_wrap div:nth-child(80){
  order: 80;
}
.elm_grid_wrap div:nth-child(81){
  order: 81;
}
.elm_grid_wrap div:nth-child(82){
  order: 82;
}
.elm_grid_wrap div:nth-child(83){
  order: 83;
}
.elm_grid_wrap div:nth-child(84){
  order: 84;
}
.elm_grid_wrap div:nth-child(85){
  order: 85;
}
.elm_grid_wrap div:nth-child(86){
  order: 86;
}
.elm_grid_wrap div:nth-child(87){
  order: 87;
}
.elm_grid_wrap div:nth-child(88){
  order: 88;
}
.elm_grid_wrap div:nth-child(89){
  order: 89;
}
.elm_grid_wrap div:nth-child(90){
  order: 90;
}
.elm_grid_wrap div:nth-child(91){
  order: 91;
}
.elm_grid_wrap div:nth-child(92){
  order: 92;
}
.elm_grid_wrap div:nth-child(93){
  order: 93;
}
.elm_grid_wrap div:nth-child(94){
  order: 94;
}
.elm_grid_wrap div:nth-child(95){
  order: 95;
}
.elm_grid_wrap div:nth-child(96){
  order: 96;
}
.elm_grid_wrap div:nth-child(97){
  order: 97;
}
.elm_grid_wrap div:nth-child(98){
  order: 98;
}
.elm_grid_wrap div:nth-child(99){
  order: 99;
}
.elm_grid_wrap div:nth-child(100){
  order: 100;
}
.elm_grid_wrap div:nth-child(101){
  order: 101;
}
.elm_grid_wrap div:nth-child(102){
  order: 102;
}
.elm_grid_wrap div:nth-child(103){
  order: 103;
}
.elm_grid_wrap div:nth-child(104){
  order: 104;
}
.elm_grid_wrap div:nth-child(105){
  order: 105;
}
.elm_grid_wrap div:nth-child(106){
  order: 106;
}
.elm_grid_wrap div:nth-child(107){
  order: 107;
}
.elm_grid_wrap div:nth-child(108){
  order: 109;
}
.elm_grid_wrap div:nth-child(109){
  order: 108;
}
.elm_grid_wrap div:nth-child(110){
  order: 110;
}
.elm_grid_wrap div:nth-child(111){
  order: 111;
}
.elm_grid_wrap div:nth-child(112){
  order: 112;
}
.elm_grid_wrap div:nth-child(113){
  order: 113;
}
.elm_grid_wrap div:nth-child(114){
  order: 114;
}
.elm_grid_wrap div:nth-child(115){
  order: 115;
}
.elm_grid_wrap div:nth-child(116){
  order: 116;
}
.elm_grid_wrap div:nth-child(117){
  order: 117;
}
.elm_grid_wrap div:nth-child(118){
  order: 118;
}
.elm_grid_wrap div:nth-child(119){
  order: 119;
}
.elm_grid_wrap div:nth-child(120){
  order: 120;
}
.elm_grid_wrap div:nth-child(121){
  order: 121;
}
.elm_grid_wrap div:nth-child(122){
  order: 123;
}
.elm_grid_wrap div:nth-child(123){
  order: 124;
}
.elm_grid_wrap div:nth-child(124){
  order: 122;
}
.elm_grid_wrap div:nth-child(125){
  order: 126;
}
.elm_grid_wrap div:nth-child(126){
  order: 125;
}
.elm_grid_wrap div:nth-child(127){
  order: 128;
}
.elm_grid_wrap div:nth-child(128){
  order: 127;
}
.elm_grid_wrap div:nth-child(129){
  order: 131;
}
.elm_grid_wrap div:nth-child(130){
  order: 129;
}
.elm_grid_wrap div:nth-child(131){
  order: 130;
}
.elm_grid_wrap div:nth-child(132){
  order: 132;
}
.elm_grid_wrap div:nth-child(133){
  order: 133;
}
.elm_grid_wrap div:nth-child(134){
  order: 135;
}
.elm_grid_wrap div:nth-child(135){
  order: 136;
}
.elm_grid_wrap div:nth-child(136){
  order: 134;
}
.elm_grid_wrap div:nth-child(137){
  order: 138;
}
.elm_grid_wrap div:nth-child(138){
  order: 137;
}
.elm_grid_wrap div:nth-child(139){
  order: 140;
}
.elm_grid_wrap div:nth-child(140){
  order: 139;
}
.elm_grid_wrap div:nth-child(141){
  order: 143;
}
.elm_grid_wrap div:nth-child(142){
  order: 141;
}
.elm_grid_wrap div:nth-child(143){
  order: 142;
}
.elm_grid_wrap div:nth-child(144){
  order: 145;
}
.elm_grid_wrap div:nth-child(145){
  order: 144;
}

@media (max-width: 767px) {
  .title_anchor > span{
    font-size: 20px;
  }

  .elm_grid_wrap.is_three_column .title_anchor > span,
  .elm_grid_wrap.is_four_column .title_anchor > span{
    font-size: 17px;
  }
}

/* ボタンレイアウト変更*/
.btn_wrap_block {
  max-width: 900px;
  margin: 30px auto 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn_wrap_block .cmn_link_btn_wrap {
  margin: 0;
  /* text-align: left; */
}
.btn_wrap_block .cmn_animation_btn_wrap {
  margin: 0;
}
.btn_wrap_block .cmn_link_btn_wrap .cmn_link_btn {
  width: 270px;
}

@media (min-width: 768px) {
  .btn_wrap_block {
    position: relative;
  }
  .btn_wrap_block .cmn_link_btn_wrap {
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 900px)  {
  .btn_wrap_block .cmn_animation_btn_wrap {
    padding-left: 280px;
  }
  .btn_wrap_block .cmn_animation_btn {
    width: calc(50% - 4px);
    max-width: 258px;
  }
  .btn_wrap_block .cmn_animation_btn .cmn_link_btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cmn_link_btn_wrap,
  .btn_wrap_block .cmn_link_btn_wrap {
    padding-right: 0;
    text-align: center;
  }
  .btn_wrap_block .cmn_link_btn_wrap .cmn_link_btn {
    width: auto;
  }
  .btn_wrap_block .cmn_animation_btn_wrap {
    margin-top: 10px;
    max-width: 100%;
  }
}