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

title : 刀剣界ガイド 詳細ページ【刀剣ワールド】
scope : 刀剣界ガイド 詳細ページ【刀剣ワールド】

memo：

modify :
last modify : 2020/08/12 TCI福岡_sakaguchi 共通tableの導入

2020/07/01 TCI福岡_eguchi インデント調整
2020/04/28 TCI福岡_sakaguchi 共通ボタンの導入

========================================================== */
.wcm_830 {
  max-width: 830px;
}
.wcm_880 {
  max-width: 880px;
}
.single .banner_cmn {
  background: url('../image/banner_detail.png') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.single .banner_cmn h1 {
  padding: 25px 0;
}

.banner_cmn__txt {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .banner_cmn h1 {
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .single .banner_cmn {
    background: url('../image/banner_detail1.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .single .banner_cmn h1 {
    padding: 10px 0;
  }
}

.box_wrapper {
  margin-bottom: 50px;
}
.title_new {
  background: url(../image/new_title.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 303px;
}
.title_new span {
  padding: 10px 35px;
  display: inline-block;
  position: relative;
}
.title_new span::after,
.title_new span::before {
  background: url(../image/ico_dots.png) no-repeat top left;
  content: "";
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 22px;
}
.title_new span::after {
  right: 5px;
}
.title_new span::before {
  left: 5px;
}

@media (max-width: 320px) {
  .title_new {
    width: 270px;
  }
}

.box_new_content {
  background: url(../image/bg_charm_detail02.jpg);
  margin: -25px 0 45px;
  padding: 50px 40px 30px;
}
.box_new_content_left {
  float: left;
  padding-right: 30px;
  width: 60%;
}
.box_new_content_right {
  float: right;
  width: 40%;
}

@media (max-width: 767px) {
  .box_new_content {
    padding: 50px 15px 30px;
    margin: -25px 15px 30px;
  }
  .box_new_content_left,
  .box_new_content_right {
    float: none;
    padding: 0;
    width: 100%;
  }
  .box_new_content_left p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
  }
  .box_new_content_right {
    text-align: center;
  }
}

.box_content_txt01 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
  text-indent: -1em;
  margin-left: 1em;
}
.table_reponsive {
  display: block;
  width: 100%;
  /* overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; */
}
.box_table {
  padding: 0 30px;
  margin-bottom: 50px;
}
.box_table h3 {
  background: url(../image/bg_flow.png);
  color: #FFF;
  font-size: 26px;
  font-weight: 600;
  padding: 8px 15px ;
}
.box_table h3 span {
  background: url(../image/ico_flow.png) left center no-repeat;
  padding-left: 30px;
  position: relative;
}
.box_table table{
  border-color: #B28E5F;
  max-width: 770px;
  table-layout: fixed;
  width: 100%;
}
.box_table table tr td{
  border-color: #B28E5F;
  padding: 12px 14px;
  vertical-align: middle;
}
.box_table table tr td:first-child{
  width: 200px;
}
.box_table table tr td .n_title {
  max-width: 540px;
  overflow: hidden;
}
.box_table table tr td .n_title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box_table table tr:nth-child(odd) {
  background: #FFFEF0;
}
.box_table table tr:first-child {
  background: url(../../image_cmn/anchor/anchor_bg.png);
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.box_table table tr:first-child td {
  padding: 7px 15px;
}

@media (max-width: 767px) {
  .box_content_txt01 {
    padding: 0 10px;
  }
  .title_h2new span {
    line-height: 45px;
    padding-top: 0;
  }
  .box_table table tr td .n_title .dotdot {
    max-height: 25px;
    overflow: hidden;
  }
  .newspaper .box_table table tr td .n_title .dotdot {
    max-height: none;
  }
  .anchor {
    padding: 0 10px;
  }
  .box_table {
    padding: 0;
    margin-bottom: 30px;
  }
  .box_table table tr:first-child {
    font-size: 17px;
  }
  .box_table table tr td {
    line-height: 22px;
    padding: 8px;
    min-width: 85px;
  }
  .box_table table tr:not(:first-child) td {
    font-size: 15px;
  }
  .box_table table tr td:first-child {
    text-align: center;
    width: 110px;
  }
  .n_title a {
    display: block;
    /* height: 22px; */
  }
}

/* detail */
.newspaper .banner_cmn::after,
.newspaper .banner_cmn::before {
  display: none !important;
}
.box_detail_conten {
  background: url(../image/bgdetail.png);
  padding: 6px;
}
.box_detail_conten__inner {
  background: url(../image/bgdt.png);
  padding: 40px 25px;
}
.boxcontent_txt {
  padding: 30px;
}
span.icon.sp {
  display: none !important;
}
span.icon {
  background: #c31a1a url(../image/bg-icon.png) repeat;
  background-size: 230%;
  color: #fff;
  padding: 2px 5px 1px 8px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block !important;
}
p.date {
  font-size: 16px;
  padding: 10px 10px 0;
  text-align: right;
}
.boxcontent_txt p {
  margin: 0 0 30px;
}
.boxcontent_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 509px;
}
.boxcontent_button .btnprev,
.boxcontent_button .btnnext {
  width: 24.3%;
}
.boxcontent_button .btncate {
  width: 45%;
}
.boxcontent_button .cmn_link_btn_text {
  font-size: 15px;
  padding: 8px 40px 8px 25px;
}
.boxcontent_button .cmn_link_btn_text::after {
  border-width: 5px 0 5px 7px;
  top: calc(50% - 6px);
}
.boxcontent_button .cmn_link_btn_text::before {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: calc(50% - 6px);
  width: 0;
}
.boxcontent_button .btnprev .cmn_link_btn_text {
  padding: 8px 25px 8px 40px;
}
.boxcontent_button .btnprev .cmn_link_btn_text::after {
  left: 26px;
  right: auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.boxcontent_button .btnprev .cmn_link_btn_text::before {
  left: 16px;
  right: auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.boxcontent_button .btnnext .cmn_link_btn_text::after {
  right: 26px;
}
.boxcontent_button .btnnext .cmn_link_btn_text::before {
  right: 16px;
}
.boxcontent_button .btncate .cmn_link_btn_text {
  padding: 8px 30px;
}
.boxcontent_button .btncate .cmn_link_btn_text::after,
.boxcontent_button .btncate .cmn_link_btn_text::before {
  content: none;
}
.boxcontent_button a.disable.cmn_link_btn {
  background-color: #454545;
  border: solid 1px #363636;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  pointer-events: none;
}
.boxcontent_button a.disable.cmn_link_btn::before,
.boxcontent_button a.disable.cmn_link_btn::after {
  border-bottom: solid 1px #777;
  border-right: solid 1px #777;
}
.boxcontent_button a.disable.cmn_link_btn .cmn_link_btn_inner::before,
.boxcontent_button a.disable.cmn_link_btn .cmn_link_btn_inner::after {
  border-bottom: solid 1px #777;
  border-right: solid 1px #777;
}
.boxcontent_button a.disable.cmn_link_btn .cmn_link_btn_text {
  border: solid 1px #777;
}
.boxcontent_txt img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .padd {
    padding: 0 10px;
  }
  .box_detail_conte n {
    background: none;
    padding: 0;
  }
  .box_detail_conten__inner {
    padding: 15px 10px;
  }
  span.icon.pc {
    display: none !important;
  }
    span.icon.sp {
    display: inline-block !important;
  }
  span.icon {
    margin: 10px 10px 5px;
  }
  p.date {
    padding: 0 10px 0;
    text-align: left;
    /* padding-left: 1em; */
    text-indent: -1em;
    margin-left: 1em;
  }
  .boxcontent_txt {
    padding: 20px;
  }
  .boxcontent_txt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .boxcontent_button {
    max-width: 536px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .boxcontent_button .btnprev,
  .boxcontent_button .btnnext {
    margin: 0 5px;
    width: 80px;
  }
  .boxcontent_button .btncate {
    margin: 0 5px;
    width: 115px;
  }
  .boxcontent_button .cmn_link_btn_text {
    padding: 8px 20px 8px 0;
  }
  .boxcontent_button .btnprev .cmn_link_btn_text {
    padding: 8px 0 8px 20px;
  }
  .boxcontent_button .btnprev .cmn_link_btn_text::after {
    left: 5px;
  }
  .boxcontent_button .btnprev .cmn_link_btn_text::before {
    left: 15px;
  }
  .boxcontent_button .btnnext .cmn_link_btn_text::after {
    right: 5px;
  }
  .boxcontent_button .btnnext .cmn_link_btn_text::before {
    right: 15px;
  }
  .boxcontent_button .btncate .cmn_link_btn_text {
    padding: 8px 5px;
  }
}

/*IE用*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .boxcontent_button .cmn_link_btn_text {
    padding: 10px 40px 6px 25px;
  }
  .boxcontent_button .btnprev .cmn_link_btn_text {
    padding: 10px 25px 6px 40px;
  }
  .boxcontent_button .btncate .cmn_link_btn_text {
    padding: 10px 30px 6px 30px;
  }
}

/* ul_hover01
 =================================================================================== */
.ul_hover01 {
  font-size: 0;
  margin: 0 0 25px;
  text-align: center;
}
.ul_hover01 li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: top;
}
.ul_hover01 li a {
  background: url(../image/bkg02.jpg) no-repeat;
  color: #FFFFFF;
  display: block;
  font-size: 19px;
  padding: 9px 0;
  position: relative;
  text-align: left;
  text-align: center;
  width: 150px;
}
.ul_hover01 li a:hover {
  opacity: 0.6;
}
.ul_hover01 li a.active {
  background: url(../image/bkg01.jpg) no-repeat;
}
.ul_hover01 li a:before {
  border-left: 5px solid transparent;
  border-top: 7px solid #fff;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
}

/* wrap_h2
 =================================================================================== */
.wrap_h2.bkg_first {
  background: url(../image/bkg03.jpg) no-repeat center;
  background-size: 100% auto;
}
.wrap_h2.bkg_two {
  background: url(../image/bkg06.jpg) no-repeat center;
  background-size: 100% auto;
}
.wrap_h2 {
  height: 60px;
  margin-bottom: 20px;
  max-width: 830px;
}
.wrap_h2 span {
  font-size: 26px;
  line-height: 64px;
  letter-spacing: 1.3px;
  color: #000;
  position: relative;
  font-weight: 600;
  display: table;
  margin: 0 auto;
}
.wrap_h2 span:before {
  content: "";
  position: absolute;
  background: url(../image/ico01.png) no-repeat;
  width: 27px;
  height: 17px;
  left: -39px;
  top: 50%;
  margin-top: -9px;
}
.wrap_h2 span:after {
  content: "";
  position: absolute;
  background: url(../image/ico01.png) no-repeat;
  width: 27px;
  height: 17px;
  right: -39px;
  top: 50%;
  margin-top: -9px;
}

/* ul anchor
 =================================================================================== */
.anchor {
  margin: 0 auto 15px;
  position: relative;
}
.anchor > p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content_anchor {
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 65px;
}
.content_anchor .item {
  background: url(../image/bkg.jpg);
  margin-top: 20px;
  padding: 25px 30px;
}
.content_anchor .item .labels {
  font-size: 0;
  margin-bottom: 10px;
}
.content_anchor .item .labels span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 21px;
  padding: 2px 5px 0;
  margin-right: 10px;
}
.content_anchor .item .date {
  background: #d23f40;
}
.content_anchor .item .black {
  background: #0a0a0a;
}
.content_anchor .item .green {
  background: #056e3d;
}
.content_anchor .item .blue {
  background: #30489e;
}
.content_anchor .item .gold {
  background: #b28e5f;
}
.content_anchor .item .brown {
  background: #763b1b;
}
.content_anchor .item .blue1 {
  background: #00b6ff;
}
.anchor .desc {
  border-top: 1px solid #b28e5f;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding-top: 14px;
}
.anchor .desc > * {
  display: inline;
}
.anchor .btnmore {
  background: url(../../image_cmn/ico_next.png) no-repeat left center;
  background-size: 12px auto;
  color: #0d53de;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 26px;
  padding-left: 20px;
  white-space: nowrap;
}
.anchor .btnmore:hover {
  color: #a92121;
}
.anchor .line {
  background: url(../image/line.png) repeat-x;
  border: none;
/* display: none;*/
  height: 1px;
  margin: 20px 0 0;
}
.bnr_box {
  width: 580px;
  margin: 0 auto;
}
.bnr_box figcaption {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .proverb_charm__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .proverb_mainimg .txt_banner h1 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .proverb_mainimg .txt_banner h1 span {
    padding: 0;
  }
  .proverb_charm__archive .box_txt_1 {
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 22px;
  }
  .ul_hover01 {
    margin: 15px auto 20px;
  }
  .ul_hover01 li {
    margin: 0 5px 10px;
  }
  .wrap_h2 {
    height: auto;
    margin-bottom: 16px;
    position: relative;
  }
  .wrap_h2 span {
    font-size: 24px;
    height: auto;
    letter-spacing: 1.2px;
    line-height: 0;
  }
  .wrap_h2 > span:not(.sp) {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .wrap_h2 > span:not(.sp) span {
    display: table;
    height: 100%;
    width: 100%;
  }
  .wrap_h2 > span:not(.sp) span span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .wrap_h2.bkg_two,
  .wrap_h2.bkg_first {
    background: none!important;
  }
  .wrap_h2 span:before,
  .wrap_h2 span:after {
    display: none;
  }
  .anchor:after,
  .anchor:before {
    display: none;
  }
  .anchor {
    background: none;
    margin-bottom: 0;
  }
  .content_anchor {
    padding-bottom: 42px;
  }
  .anchor h3 {
    font-size: 19px;
    height: inherit;
    letter-spacing: 0.95px;
    line-height: 24px;
  }
  .content_anchor .item {
    margin-top: 15px;
    padding: 20px 15px 20px;
  }
  .anchor .line {
    margin-top: 15px;
  }
  .anchor .line.showsp {
    display: block!important;
    margin-top: 17px;
    visibility: hidden;
  }
  .content_anchor .item .labels {
    margin-bottom: 7px;
  }
  .content_anchor .item .labels span {
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 20px;
    margin-bottom: 3px;
    margin-right: 7px;
  }
  .content_anchor .item .labels span:last-child {
    margin-right: 0;
  }
  .anchor .desc {
    font-size: 15px;
    line-height: 24px;
    padding-top: 17px;
  }
  .anchor .btnmore {
    font-size: 15px;
    line-height: 24px;
  }
  .bnr_box {
    width: 90%;
  }
}

@media (max-width: 413px) {
  .wrap_h2 span {
    font-size: 20px;
  }
  .ul_hover01 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .ul_hover01 li a {
    background-size: 100% auto!important;
    padding: 8px 0;
    width: 145px;
  }
}

/*IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .proverb_mainimg .txt_banner h1 span {
    padding: 65px 100px;
  }
  .wrap_h2 span {
    line-height: 70px;
  }
  .content_anchor .item .labels span {
    padding: 3px 5px 0;
  }
  .wrap_h2 span:before,
  .wrap_h2 span:after {
    margin-top: -11px;
  }
}

/*IPAD*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .proverb_mainimg .txt_banner h1 {
    font-weight: 400;
  }
  .wrap_h2 span {
    font-weight: 400;
    line-height: 62px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title_new span {
    top: 4px;
  }
  .title_new span::after,
  .title_new span::before {
    margin-top: -11px;
  }
  .box_table h3 span {
    background-position-y: top 5px;
    top: 5px;
  }
  .ul_hover01 li a {
    padding: 13px 0 5px;
  }
}

/* 20181217コピーライト追加 */
p.copyright {
  padding-left: 30px;
}

@media (max-width: 767px) {
  p.copyright {
    padding-left: 15px;
  }
}

