/* ==========================================================
title : 刀剣ワールド 現代刀の名工
scope : 刀剣ワールド 現代刀の名工

memo：

last modify : 2021/06/09 tanaka 個別ページ用スタイル追加
2020/07/01 TCI福岡_eguchi インデント調整
2019/11/05 TCI_sakaguchi リード文追加
2019/07/10 WEB2TCI-3593_ishii
2019/05/17 WEB2TCI-2085_ishii
========================================================== */

/* ------------------------------------ */
/* ▼ contents wrap */
/* ------------------------------------ */
.wrap img {
  vertical-align: bottom;
}

.wrap {
  margin-bottom: 65px;
}

.box_heading {
  margin: 0 auto;
  max-width: 815px;
  padding: 30px 23px 0;
}

@media (max-width: 767px) {
  .wrap {
    margin-bottom: 50px;
  }
  .box_heading {
    font-size: 15px;
    padding: 10px 20px 0;
  }
}

/* ------------------------------------ */
/* ▼ MV */
/* ------------------------------------ */
.banner_h1_text {
  color: #fff;
  display: inline-block;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  max-width: 50%;
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  width: auto;
}

@media (max-width: 767px) {
  .banner_h1_text {
    font-size: 6vw;
    left: 10%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner_h1_text {
    margin-top: 5px;
  }
}

/* Youtube動画調整 */
.cmn_h3_01{
  max-width: 800px;
  margin: auto;
}

/* ------------------------------------ */
/* ▼ title */
/* ------------------------------------ */
.list_ttl_wrap {
  margin: 30px auto 25px;
  position: relative;
  width: 330px;
}

.list_ttl_wrap:before,
.list_ttl_wrap:after {
  background-color: #1d325c;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 225px;
}

.list_ttl_wrap:before {
  right: 107.5%;
}

.list_ttl_wrap:after {
  left: 107.5%;
}

.list_ttl {
  line-height: 0;
  padding: 10px 0;
  position: relative;
  width: 330px;
}

.list_ttl > span {
  background: url(../../image_cmn/title/bg-ttl-beige-center.png) repeat 0 0 / contain;
  background-size: 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_cmn/title/bg-ttl-beige-top.png) no-repeat 0 0 / cover;
  top: -10px;
}

.list_ttl > span::after {
  background: url(../../image_cmn/title/bg-ttl-beige-bottom.png) no-repeat left bottom / cover;
  bottom: -10px;
}

.list_ttl > span > span {
  display: inline-block;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: .06em;
  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_cmn/titleh2/ico01.png) no-repeat center / cover;
  content: '';
  display: block;
  height: 15px;
  left: 6px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 22px;
}

.list_ttl > span > span:after {
  left: auto;
  right: 6px;
}

.ttl_gold_wrap {
  margin: 64px auto 34px;
  width: 530px;
}

.ttl_gold_wrap:before,
.ttl_gold_wrap:after {
  background-color: #b79735;
  width: 120px;
}

.ttl_gold_wrap:before {
  right: 104.8%;
}

.ttl_gold_wrap:after {
  left: 104.8%;
}

.ttl_gold {
  width: 530px;
}

.ttl_gold > span {
  background-image: url(../image/bg-ttl-gold-center.png);
}

.ttl_gold > span:before,
.ttl_gold > span:after {
  content: '';
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  width: 100%;
}

.ttl_gold > span:before {
  background: url(../image/bg-ttl-gold-top.png) no-repeat 0 0 / cover;
  top: -10px;
}

.ttl_gold > span::after {
  background: url(../image/bg-ttl-gold-bottom.png) no-repeat left bottom / cover;
  bottom: -10px;
}

.ttl_gold > span > span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
}

.ttl_gold > span > span:before,
.ttl_gold > span > span:after {
  background: url(../image/ico-ttl-gold.png) no-repeat center / cover;
  height: 19px;
  left: 4px;
  margin-top: -10px;
  width: 27px;
}

.ttl_gold > span > span:after {
  left: auto;
  right: 4px;
}

.ttsingle_cmn {
  margin-top: 30px;
}

.ttsingle_cmn span > span {
  display: inline-block;
  padding: 0;
}

.ttsingle_cmn span > span:first-child {
  margin-right: 1em;
}

.ttsingle_cmn span > span::before {
  display: none;
}

.txt_box {
  font-size: 18px;
  /*font-weight: 600;*/
  font-weight: 600;
  margin: 28px auto;
  max-width: 760px;
}

.txt_box p {
  margin-bottom: .89em;
}

@media (max-width: 767px) {
  .list_ttl_wrap {
    margin: 20px auto 10px;
    width: 258px;
  }
  .list_ttl_wrap:before,
  .list_ttl_wrap:after {
    width: 12px;
  }
  .list_ttl_wrap:before {
    right: 103%;
  }
  .list_ttl_wrap:after {
    left: 103%;
  }
  .list_ttl {
    width: 258px;
  }
  .list_ttl > span:before,
  .list_ttl > span:after {
    height: 10px;
  }
  .list_ttl > span > span {
    font-size: 16px;
  }
  .ttl_gold {
    padding: 7px 0;
  }
  .ttl_gold > span:before,
  .ttl_gold > span:after {
    height: 7px;
  }
  .ttl_gold > span:before {
    top: -7px;
  }
  .ttl_gold > span:after {
    bottom: -7px;
  }
  .ttl_gold > span > span {
    font-size: 16px;
  }
  .ttsingle_cmn {
    margin-top: 20px;
  }
  .txt_box {
    font-size: 16px;
    margin: 20px 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list_ttl > span > span {
    margin-bottom: -3px;
    padding-top: 3px;
  }
  .list_ttl > span > span::before, .list_ttl > span > span::after {
    margin-top: -10px;
  }
  .list_ttl > span > span {
    margin-bottom: -3px;
    padding-top: 3px;
  }
  .list_ttl > span > span::before, .list_ttl > span > span::after {
    margin-top: -10px;
  }
}

/* ------------------------------------ */
/* ▼ button */
/* ------------------------------------ */
.anchor_box_list {
  margin: 0 auto;
  position: relative;
}

.anchor_box_list .list_column2,
.anchor_box_list .list_column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 738px;
  transition: all .3s;
  overflow: hidden;
}

.anchor_box_list li {
  display: block;
  margin: 0 16px 20px 0;
  width: 49%;
}

.list_column2 li {
  max-width: 361px;
}

.list_column2 li:nth-child(2n) {
  margin-right: 0;
}

.list_column3 li {
  max-width: 235px;
}

.list_column3 li:nth-child(3n) {
  margin-right: 0;
}

.list_btn {
  background-color: #c02a2a;
  border: solid 1px #922323;
  display: block;
  position: relative;
  text-align: center;
  transition: opacity .3s;
  width: 100%;
}

.list_btn:hover {
  opacity: .6;
}

.list_btn::before,
.list_btn::after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.list_btn::before {
  background: url(../../image_cmn/botton/ico-btn-dark-red.png) no-repeat 0 0;
  left: 0;
  top: 0;
}

.list_btn::after {
  background: url(../../image_cmn/botton/ico-btn-dark-red.png) no-repeat 0 0;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list_btn_inner::before,
.list_btn_inner::after {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.list_btn_inner::before {
  background: url(../../image_cmn/botton/ico-btn-dark-red.png) no-repeat 0 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list_btn_inner::after {
  background: url(../../image_cmn/botton/ico-btn-dark-red.png) no-repeat 0 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list_btn .list_btn_text {
  align-items: center;
  border: solid 1px #c67e7e;
  color: #fff;
  display: flex;
  font-size: 19px;
  font-weight: 600;
  height: calc(100% - 6px);
  justify-content: center;
  letter-spacing: .14em;
  line-height: 1.43;
  margin: 3px;
  padding: 5px 25px;
  position: relative;
}

.list_btn .list_btn_text::after {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
  width: 0;
}

.anchor_box_list input,
.anchor_box_list label {
  display: none;
}

.list_btn.link_none {
  background-color: #fff;
  border-color: #cab975;
}

.list_btn.link_none:hover {
  opacity: 1;
}

.list_btn.link_none::before,
.list_btn.link_none::after,
.list_btn.link_none .list_btn_inner::before,
.list_btn.link_none .list_btn_inner::after {
  background-image: url(../../image_cmn/botton/ico-btn-beige.png);
}

.list_btn.link_none .list_btn_text {
  border-color: #e3d7a8;
  color: #000;
}

.list_btn.link_none .list_btn_text::after {
  display: none;
}

@media (max-width: 767px) {
  .anchor_box_list {
    width: 90%;
  }
  .anchor_box_list.hidden_list {
    padding-bottom: 38px;
  }
  .anchor_box_list.hidden_list input ~ .list_column2,
  .anchor_box_list.hidden_list input ~ .list_column3 {
    overflow: hidden;
  }
  .anchor_box_list.hidden_list input[type=checkbox]:checked ~ .list_column2,
  .anchor_box_list.hidden_list input[type=checkbox]:checked ~ .list_column3 {
    height: auto !important;
  }
  .list_column2 li, .list_column3 li {
    margin: 0 4% 10px 0;
    max-width: 48%;
  }
  .list_column3 li:nth-child(3n) {
    margin-right: 4%;
  }
  .list_column3 li:nth-child(2n) {
    margin-right: 0;
  }
  .list_btn .list_btn_text {
    font-size: 15px;
  }
  .anchor_box_list label {
    border: 1px solid #e3d7a8;
    box-sizing: content-box;
    color: #0d53de;
    display: block;
    font-size: 14px;
    height: 26px;
    letter-spacing: 0;
    line-height: 1.9;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: calc(100% - 2px);
    z-index: 100;
  }
  .anchor_box_list label::after {
    content: '+';
    display: inline-block;
    transition: all .5s;
  }
  .anchor_box_list input[type=checkbox]:checked + label::after {
    transform: rotate(45deg);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list_btn .list_btn_text {
    padding: 8px 25px 2px;
  }
}

/* ------------------------------------ */
/* ▼ contents */
/* ------------------------------------ */
.anchor_wrap {
  margin-top: 45px;
}

.anchor {
  margin: 0 auto 50px;
  max-width: 820px;
}

.sc_search_sword_wrap {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .anchor_wrap {
    margin-top: 30px;
    padding: 0 10px;
  }
  .anchor {
    margin-bottom: 40px;
  }
  .sc_search_sword_wrap {
    margin-bottom: 40px;
  }
}

/* ------------------------------------ */
/* ▼ Page navigation */
/* ------------------------------------ */
.page_skip {
  font-size: 0;
  letter-spacing: 0;
  margin: 40px auto;
  position: relative;
  text-align: center;
}

.page_skip * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.page_skip a:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.page_count_box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #4250dc;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  height: 34px;
  letter-spacing: .01em;
  line-height: 34px;
  margin: 0 5px;
  padding: 0;
  width: 34px;
}

.page_count_box a {
  background: #fff;
  color: #4250dc;
  display: block;
  font-size: 15px;
  height: 34px;
  letter-spacing: .01em;
  line-height: 34px;
  width: 34px;
}

.page_count_box a:hover {
  background: #4250dc;
  color: #fff;
  font-weight: 600;
}

.p_toback,.p_tonext {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  line-height: 34px;
  width: 95px;
}

.p_toback a, .p_tonext a {
  color: #0000ff;
}

.p_tonext.prevp {
  background: url(../image/bg_back.png) no-repeat 92px 12px;
  padding-left: 0;
  padding-right: 10px;
}

.p_tonext {
  background: url(../image/bg_next.png) no-repeat 9px 12px;
  margin-left: 3px;
  padding-left: 10px;
}

.p_tonext.prevp a:hover {
  background: url(../image/bg_back_ov.png) no-repeat 92px 12px #4250dc;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 34px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
  width: 95px;
}

.p_tonext a:hover {
  background: url(../image/bg_next_ov.png) no-repeat 9px 12px #4250dc;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 34px;
  margin-left: -10px;
  padding-left: 10px;
  width: 95px;
}

.p_toback_gr {
  background: url(../image/bg_back_gr.png) no-repeat 92px 12px #ccc;
  border-radius: 2px;
  color: #8E8E8E;
  font-size: 15px;
  line-height: 36px;
  margin-right: 2px;
  padding-right: 10px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  width: 95px;
}

.p_tonext_gr {
  background: url(../image/bg_next_gr.png) no-repeat 9px 12px #ccc;
  border-radius: 2px;
  color: #8E8E8E;
  font-size: 15px;
  line-height: 36px;
  padding-left: 10px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
  width: 95px;
}

.page_select {
  margin-left: 8px;
  position: absolute;
}

.page_select_ttl {
  background: url(../image/bg_select_bottom.png) no-repeat right center;
  color: #1d558d;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 34px;
  padding-left: 2px;
  position: relative;
  text-align: left;
  width: 155px;
}

.page_select_ttl span {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 34px;
  padding-left: 5px;
  position: relative;
  text-align: left;
}

.page_select_ttl_hover {
  background: url(../image/bg_select_bottom_on.png)#fff no-repeat right center;
  color: #1d558d;
}

.page_select_ttl_hover span {
  -moz-border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  border-bottom: 1px dotted #1d558d;
  border-radius: 2px 2px 0 0 / 2px 2px 0 0;
}

.page_select_menu {
  border-bottom: 1px solid #1d558d;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  color: #1d558d;
  display: none;
  font-size: 15px;
  left: 2px;
  line-height: 34px;
  max-height: 195px;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  text-align: left;
  width: 145px;
  z-index: 1000;
}

.page_select_menu ul {
  text-indent: 10px;
  width: 145px;
}

.page_select_menu li {
  background: #fff;
  border-bottom: 1px dotted #1d558d;
  line-height: 34px;
}

.page_select_menu li.first_list {
  margin-left: -10px;
}

.page_select_menu .li_last {
  border-bottom: none;
  margin-left: -9px;
}

.page_select_menu a {
  display: block;
  width: 140px;
}

.page_select_menu a:hover {
  background: #FFE6EB;
  color: #ff0000;
}

.page_select_menu::-webkit-scrollbar {
  width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
  background: rgba(200,200,200,1);
}

.page_skip_ul,.page_nav_ul {
  position: relative;
  right: 75px;
}

.page_skip_ul li,.page_nav_ul li,.page_nav_ul02 li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200,230,255,1);
}

@media (max-width: 767px) {
  .page_skip {
    margin-top: 10px;
    padding: 0 5px;
  }
  .page_skip_ul li, .page_nav_ul li, .page_nav_ul02 li {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 1.5% 1.5% 0;
    padding: 0 11px;
    width: auto;
  }
  .page_nav_ul li.p_tonext a:hover {
    background-position: 9px 10px;
    line-height: inherit;
    margin: 0 -11px 0 -25px;
    padding: 0 11px 0 25px;
    width: auto;
  }
  .page_nav_ul li.p_tonext.prevp a:hover {
    background-position: center right 10px;
    margin: 0 -25px 0px -11px;
    padding: 0 25px 0 11px;
  }
  .page_skip_ul li.hide_sp, .page_nav_ul li.hide_sp, .page_nav_ul02 li.hide_sp {
    display: none;
  }
  .page_nav_ul li.p_tonext {
    background-position: 9px 9px;
    padding-left: 25px;
  }
  .page_nav_ul li.p_tonext.prevp {
    background-position: center right 9px;
    padding-left: 10px;
    padding-right: 25px;
  }
  .page_nav_ul li.p_toback_gr {
    background-position: center right 10px;
    height: 30px;
    line-height: 30px;
    padding-right: 25px;
  }
  .page_nav_ul li:last-child {
    margin-right: 0;
    padding: 0;
  }
  .page_count_box a {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    margin: 0 -7px;
    padding: 0 7px;
    width: auto;
  }
  .page_skip_ul, .page_nav_ul {
    right: 0;
  }
  .page_select {
    left: 0;
    margin: 0;
    position: relative;
  }
  .page_select_ttl {
    font-size: 11px;
    height: 29px;
    line-height: 29px;
    padding-left: 0;
    width: 126px;
  }
  .page_select_ttl span {
    font-size: 11px;
    height: 28px;
    line-height: 29px;
    width: 120px;
  }
  .page_select_menu ul,
  .page_select_menu {
    background: #fff;
    left: 0;
    width: 125px;
  }
  .page_select_menu ul li {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page_select_menu li.first_list {
    margin: 0;
  }
  .page_select_menu li:last-child {
    margin: 0;
  }
  .page_select_menu a {
    width: 100%;
  }
}

/* ------------------------------------ */
/* ▼ 190710 Add box_detail__banner */
/* ------------------------------------ */
.box_detail__banner {
  margin: 0 auto;
  max-width: 700px;
}

.box_detail__banner figcaption {
  line-height: 1.4;
  margin-top: .5rem;
  text-align: left;
}

@media (max-width: 767px) {
  .box_detail__banner {
    max-width: 600px;
  }
  .box_detail__banner figcaption {
    font-size: 15px;
  }
}

/* 動画枠追加 uesugi 2019/09/04 */
.bnr_area figcaption {
  color: #000;
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
}

/* ------------------------------------ */
/* ▼ 191218 add banner style */
/* ------------------------------------ */
.modern_sword_artisan_bnr_wrap {
  margin: 28px auto 0;
  max-width: 518px;
  width: 100%;
}

.modern_sword_artisan_bnr_wrap figure>a {
  display: block;
}

.modern_sword_artisan_bnr_wrap figcaption {
  font-family: "HiraKakuPro-W3","Hiragino Kaku Gothic ProN W3","Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", 游ゴシック体, "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",メイリオ, Osaka, sans-serif;
  font-weight: normal;
  margin-top: 3px;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .modern_sword_artisan_bnr_wrap {
    margin: 20px auto 0;
    max-width: 500px;
  }
  .modern_sword_artisan_bnr_wrap figcaption {
    font-size: 15px;
  }
}
/* ------------------------------------ */
/* ▼ 210609 add detail style */
/* ------------------------------------ */
/* ▼ main visual */
/* ------------------------------------ */

@media (min-width: 768px) {
  .bannerh1_single .bgh1 {
    background-image: url("../image/img-main-detail.png");
    min-height: 160px;
  }
}

@media (max-width: 767px) {
  .bannerh1_single .bgh1 {
    background-image: url("../image/img-main-detail-sp.png");
  }
}

.bannerh1_single::before,
.bannerh1_single::after {
  content: none;
}
.bannerh1_single .cath2,
.bannerh1_single .cath1 {
  background: #056E3D;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  min-width: 70px;
  padding: 6px 15px;
  position: relative;
  text-shadow: none;
  z-index: 1;
}
.bannerh1_single .cath2 {
  background: #f1efe2;
  color: #056E3D;
  padding: 6px 10px;
}

.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 .cath2,
  .bannerh1_single .cath1 {
    font-size: 21px;
    letter-spacing: .8px;
    line-height: 23px;
    margin: 34px 0 0 40px;
    text-align: center;
  }
  .bannerh1_single .cath2 {
    margin: 34px 0 0 4px;
  }
  .bannerh1_single .txth1 {
    padding: 8px 20px 30px 40px;
  }
  .bannerh1_single .txth1 .birthplace {
    font-size: 25px;
    padding-left: 17px;
  }  
  .bannerh1_single .bgh1 {
    left: 0;
    width: 100%;
  }
}

@media (max-width:767px) {
  .bannerh1_single .cath2,
  .bannerh1_single .cath1 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.2px;
    margin: 17px 0 0 12px;
    text-align: left;
  }
  .bannerh1_single .cath2 {
    margin: 17px 0 0 3px;
  }
  .bannerh1_single .txth1 {
    padding: 8px 12px 12px;
  }
  .bannerh1_single .txth1 .birthplace {
    font-size: 14px;
    padding-left: 8px;
  } 
  .bannerh1_single .bgh1 {
    left: 10px;
    width: calc(100% - 20px);
  }
}

/* /css_cmn/tips-article.css */
/* ▼▼▼ .sns_box ▼▼▼*/

.sns_box {
  font-size: 0;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}
.sns_box__inner {
  background: url(/image_cmn/tips/bkg.jpg) repeat top left;
  border: 2px solid #ae8b61;
  display: inline-block;
  max-width: 400px;
  padding: 20px 0;
  width: 100%;
}
.sns_box__inner .img_left {
  display: flex;
  justify-content: space-between;
}
.sns_box__inner .img_left .thumb {
  align-items: center;
  background: #fff;
  display:flex;
  width: 198px;
}
.sns_box__inner .img_left .thumb img {
  width: 100%;
}
.sns_box__inner .img_left .text_area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  width: 400px;
}
.sns_box__inner .img_left .text_area .text_area_wrap {
  width: 100%;
}
.sns_box__inner .img_left .text_area .read_text {
  border-bottom: 1px solid #ae8b61;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}
.sns_box__inner .img_left .text_area .read_text span {
  font-size: 21px;
  font-weight: 600;
}
.sns_box .hd {
  margin: 0 auto 13px;
}
.sns_box .hatena-button {
  margin: 0 10px;
}

@media ( max-width:767px ) {
  .sns_box {
    margin: 0 30px 30px;
  }
  .sns_box__inner {
    margin: 0 auto;
    max-width: 450px;
  }
  .sns_box__inner .img_left .thumb {
    display: none;
  }
  .sns_box__inner .img_left .text_area {
    width: 100%;
  }
  .sns_box__inner .img_left .text_area .read_text {
    font-size: 14px;
  }
  .sns_box__inner .img_left .text_area .read_text span {
    font-size: 18px;
  }
  .sns_item {
    display: inline-block;
    margin: 10px 5px 0;
  }
}

/* ▲▲▲ .sns_box ▲▲▲*/

/* ボタンデザイン */
.top-link {
  max-width: 1000px;
  margin: 16px auto 0;
  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;
  }
}