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

title : 刀剣ワールド 陣笠写真
scope : 刀剣ワールド 陣笠写真

memo：

last modify : 2020/04/30 TCI福岡_sakaguchi 共通ボタンの導入
2019/03/27 TCI福岡_abe 陣笠写真／詳細ページ_新規作成

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

/* ------------------------------------ */
/* ▼ main_box */
/* ------------------------------------ */
.main_img {
  border: none;
}

@media (min-width: 768px) {
  .main_img {
    margin-left: auto;
    margin-right: auto;
    width: 77.27%;
  }
}

/* ------------------------------------ */
/* ▼ main_col2_box (メインブロックがテキストと画像で2カラム)*/
/* ------------------------------------ */
.main_col2_box {
  background: #fde7c2 url(../image/wall-scroll/bg-wall-scroll01.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*200430_TCI福岡_sakaguchi 共通ボタンの導入*/
.connexion_btn_wrap {
  max-width: 935px;
  margin: 20px auto 0;
  text-align: center;
}

.connexion_btn_wrap.versus {
  margin: -15px auto 40px;
}

.connexion_btn_wrap .connexion_btn {
  display: inline-block;
  max-width: 256px;
  width: 100%;
}

.connexion_btn_wrap .connexion_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 9px;
  right: 10px;
  top: calc(50% - 6px);
}

.connexion_btn_wrap.versus .connexion_btn {
  margin: 0 15px 10px;
}

@media screen and (min-width: 768px) {
  .connexion_btn_wrap + .info_area {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .connexion_btn_wrap.versus {
    margin-top: 25px;
  }
  .connexion_btn_wrap .connexion_btn {
    max-width: 240px;
  }
  .connexion_btn_wrap .connexion_btn .cmn_link_btn_text {
    font-size: 15px;
    letter-spacing: .06em;
    padding: 6px 18px 6px 4px;
  }
  .connexion_btn_wrap .connexion_btn .cmn_link_btn_text::after {
    border-width: 5px 0 5px 7px;
    top: calc(50% - 4px);
  }
}
/* ------------------------------------ */
/* ▼ その他 枠*/
/* ------------------------------------ */
.info_area .box_other {
  font-size: 17px;
  margin: 0 auto;
  max-width: 820px;
}
.info_area .box_other table {
  border: 2px solid #b28e5f;
}
.info_area .box_other th {
  background: url('../../common/image/bg-ttl06.png');
  background-size: cover;
  text-align: center;
}
.info_area .box_other tr {
  border-bottom: 1px solid #b28e5f;
}

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

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

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


/* ボタンデザイン */
.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;
  }
}