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

title : 刀剣ワールド 家紋辞典 詳細ページcss
scope : 刀剣ワールド 家紋辞典 詳細ページcss

memo：

last modify : 2024/01/12 WEB2TCI-38454 新規作成

========================================================== */
/* ------------------------------------ */
/* MV */
/* ------------------------------------ */
.bannerh1_single::before,
.bannerh1_single::after {
  content: none;
}
.bannerh1_single .cath1 {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  min-width: 70px;
  padding: 6px 10px;
  position: relative;
  text-shadow: none;
  z-index: 1;
  background: #056E3D;
}
.bannerh1_single .txth1 {
  background: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
.bannerh1_single .bgh1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (min-width:768px) {
  .bannerh1_single .cath1 {
    font-size: 21px;
    letter-spacing: .8px;
    line-height: 23px;
    margin: 34px 0 0 40px;
    text-align: center;
  }
  .bannerh1_single .txth1 {
    padding: 8px 20px 30px 40px;
  }
  .bannerh1_single .bgh1 {
    left: 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .bannerh1_single .cath1 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.2px;
    margin: 17px 0 0 12px;
    text-align: left;
  }
  .bannerh1_single .txth1 {
    padding: 8px 12px 12px;
  }
  .bannerh1_single .bgh1 {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* ------------------------------------ */
/* contents */
/* ------------------------------------ */
.main__content{
  margin-bottom: 90px;
}
@media (max-width:767px) {
  .main__content{
    max-width: 94%;
    margin: 0 auto 50px;
  }
}

/* img */
.family_crest_img{
  margin: 20px auto 30px;
  text-align: center;
  background: url(../image/bg_detail-top.png);
  width: 360px;
  height: 360px;
  position: relative;
}
.family_crest_img img{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  max-width: 85%;
}
@media (max-width: 767px) {
  .family_crest_img{
    margin: 0 auto 20px;
    width: 250px;
    height: 250px;
  }
}

/* txt */
.family_crest_txt_area{
  max-width: 660px;
  margin: 25px auto 20px;
  font-feature-settings: "palt";
}
.family_crest_txt_area p{
  margin: 1.5em 0;
  font-size: 18px;
}

/* midashi */
.cmn_h2_02 > span{
  font-size: 20px;
}
.cmn_h2_02 > span > span::after, .cmn_h2_02 > span > span::before {
  background-size: contain;
  width: 20px;
  top:60%;
}

/* table */
.family_crest_table{
  max-width: 730px;
  margin: 10px auto 20px;
}
.family_crest_table th{
  background: #a07d4c url(../image/bg-table-brown.png);
}
.family_crest_table td{
  padding: 20px 2% 20px 3%;
}
.family_crest_table td.mon{
  padding: 10px 4%;
}
.cmn_list_layout_01 > li {
  font-size: 18px;
  line-height: 1;
  letter-spacing: .04em;
}
@media (max-width: 767px) {
  .cmn_list_layout_01 > li {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .04em;
  }
}

/* bnr */
@media (min-width: 768px) {
  .cmn_bnr_area.col02.cmn_bnr_w_300 figure{
    width: 100%;
  }
}
.family_crest_bnr_wrap{
  margin: 0 auto;
}