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

title : 城ワールド
scope : 日本の城と戦国武将

========================================================== */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active, a:hover {
  color: #ff0000;
  outline-width: 0;
}

@media screen and (max-width: 767px) {
  a:active, a:hover {
    color: #ff0000;
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html,
body {
  margin: 0;
  max-width: 100%;
  min-width: 375px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  html,
  body {
    min-width: 1024px;
  }
}

@media screen and (max-width: 767px) {
  body.is-open {
    height: 100%;
    overflow: hidden;
  }
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-wrap: break-word;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #content img {
    width: 100%;
  }

  #content img.w_auto {
    width: auto;
  }
}

img:not([data-original]) {
  height: auto;
}

a {
  background: transparent;
  color: #0074e0;
  outline: 0 none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none !important;
  }
}


#wrap {
    position: relative;
}
@media screen and (min-width: 768px) {
  .header {
    font-size: 15px;
  }

  .header a:hover {
    opacity: .7;
  }

  .header .header_wrap {
    height: 84px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .header .cate_name {
    font-weight: 600;
  }

  .header_area {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .site_logo {
    margin: 0;
  }

  .site_logo a:hover {
    opacity: 1;
  }
  .display_table{
    display: table;
  }
}
 
/* ---------------------------------------
 _header_castle
---------------------------------------- */
@media screen and (min-width: 768px) {
  .header {
    background: url(/castle/historian/assets/image/head_bg.png) no-repeat center bottom, transparent url(/castle/historian/assets/image/head_bg_repeat.png) repeat-x center bottom;
    height: 139px;
    position: relative;
  }

  .header .header_sec {
    background: #f75586;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    min-height: 25px;
    padding-top: 5px;
  }

  .header .header_sec_p {
    margin: 0 auto;
    width: 1000px;
  }

  .header .header_sec_p:after {
    clear: both;
    content: "";
    display: block;
  }

  .header .header_sec_p .desc {
    float: left;
  }

  .header .header_sec_p .link {
    background: url(/castle/historian/assets/image/ico-arrow-header01.png) no-repeat 0 2px/6px auto;
    color: #fff;
    float: right;
    padding: 0 0 0 17px;
  }

  .header .site_logo {
    left: 0;
    position: absolute;
    top: 4px;
    width: 260px;
  }

  .header .site_logo span {
    display: none;
  }

  .ttl_cate {
    display: none;
  }

  .header .backtotop {
    left: 823px;
    position: absolute;
    top: 75px;
    width: 162px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap {
    background: #f6eee0;
  }

  .header_sec {
    display: none;
  }

  .site_logo {
    top: 11px;
  }

  .site_logo a {
    width: 180px;
  }

  .ttl_cate {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff, #fff5e3);
    border-bottom: 1px solid #ee6b7d;
    border-top: 1px solid #ee6b7d;
    margin: 0;
    padding: 8px 0;
    text-align: center;
  }

  .ttl_cate a {
    display: block;
    margin: 0 auto;
    width: 90px;
  }
  
}

/* ---------------------------------------
 header
---------------------------------------- */
@media screen and (max-width: 767px) {
header.header_basic {
  position: relative;
  z-index: 999999;
}

header.header_basic .header_wrap {
  background: #F6EEE0;
  display: table;
  height: 17.7vw;
  width: 100%;
}

header.header_basic .header_logo {
  display: table-cell;
  margin: auto;
  padding: 0 0 0 8px;
  vertical-align: middle;
  width: 53.33333%;
}

header.header_basic .header_logo > p {
    width: 100%;
}

header.header_basic p img {
  display: inline;
  vertical-align: middle;
}
header.header_basic .header_btn {
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: auto;
}
header.header_basic .header_menu {
  float: right;
  min-width: 120px;
  text-align: right;
}

header.header_basic .header_close {
  display: none;
  float: right;
  text-align: right;
  width: 110px;
}

header.header_basic .header_btn a {
  height: auto;
}

header.header_basic .btn_base.btn_down.btn_icon_r a, header.header_basic .btn_base.btn_up.btn_icon_r a {
  padding-right: 32px;
}

.navOp #wrap_inner {
  position: fixed;
}

header.header_basic .header_btn {
  display: table-cell;
}

header.header_basic .header_menu {
  text-align: right;
}

header.header_basic .header_close {
  display: none;
}

header.header_basic .header_btn a {
  height: auto;
}

.navOp header.header_basic {
  background-color: #F6EEE0;
  background-color: #F6EEE0;
  background-size: 100%;
  background-size: 100%;
  height: 100%;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.navOp header.header_basic .header_menu {
  display: none;
}

.navOp header.header_basic .header_close {
  display: block;
}

.navOp.navAnm header.header_basic {
  background: none;
  height: auto;
  z-index: 101;
}
.ttl_cate {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff5e3);
  border-bottom: 1px solid #f75686;
  border-top: 1px solid #f75686;
  margin: 0;
  padding: 7px 0;
  text-align: center;
}

.ttl_cate a {
  display: block;
  margin: 0 auto;
  width: 125px;
}
}

/*-------------------------------------------
btn
-------------------------------------------*/
.btn_base {
  display: table;
  margin: 0 auto;
  width: 100%;
}

.btn_base a, .btn_base > span {
  border-radius: 4px;
  border: 2px solid #000;
  box-shadow: 0 1px 0 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: table-cell;
  font-size: 16px;
  line-height: 1.588;
  padding: 8px 16px 6px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
}

.btn_base.btn_default a {
  background: linear-gradient(#fff, #f1dee6);
  background-color: #d4436f;
  border: 1px solid #f75586;
  color: #f14a81;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
}

.btn_base.btn_default_2 a {
  background: linear-gradient(#F75688, #D6436F);
  background-color: #D4436F;
  border: 1px solid #D0456F;
  color: #FFF;
}
.btn_base.btn_up.btn_default_2 a:after {
    background-image: url(/castle/historian/assets/image/arrow_01.png);
}
.btn_base.btn_down.btn_default_2 a:after {
  background-image: url(/castle/historian/assets/image/arrow_01.png);
}
.btn_base.btn_up a:after {
  transform: rotate(-90deg);
  width: 9px;
}
.btn_base.btn_down a:after {
    width: 9px;
}
.btn_base.btn_down a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_base.btn_icon_r a:after, .btn_base.btn_icon_r span:after {
    right: 1em;
}
.btn_base.btn_icon_l a:after, .btn_base.btn_icon_r a:after, .btn_base.btn_icon_l span:after, .btn_base.btn_icon_r span:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
}
.btn_base.btn_down.btn_icon_r a, .btn_base.btn_up.btn_icon_r a {
  padding-right: 2.69em;
}
.wA {
  width: auto !important;
}

/*-------------------------------------------
nav
-------------------------------------------*/
#nav .nav_wrap {
  background-color: #fbe8f0;
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 70px;
  transform: translateY(-100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
.navOp #nav .nav_wrap {
  top: 17.7vw;
  transform: translateX(0%);
  visibility: visible;
  z-index: 100;
}
}
.navClose #nav .nav_wrap {
  transform: translateY(-100%);
  visibility: hidden;
}

.navAnm #nav .nav_wrap {
  visibility: visible;
  z-index: 100;
}

#nav .nav_wrapInner {
  background-color: #fbe8f0;
  padding-bottom: 14px;
}

#nav .nav_list {
  border-top: 1px solid #f9a5be;
  font-size: 14px;
}

#nav .nav_list a {
  background-color: #fbe8f0;
  border-bottom: 1px solid #f9a5be;
  color: #ff3e6f;
  display: block;
  padding: 14px 43px 14px 38px;
  position: relative;
  text-decoration: none;
}

#nav .nav_list a:before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

#nav .nav_list a:after {
  background: url(/castle/historian/assets/image/arrow_03.png) center center no-repeat;
  background-size: auto 16px;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 22px;
  top: 0;
  width: 16px;
}

#nav .nav_list .accordion a.accordion_btn:after {
  transform: rotate(90deg);
}

#nav .nav_list .accordion.op a.accordion_btn:after {
  background-image: url(/castle/historian/assets/image/arrow_03.png);
  transform: rotate(-90deg);
}

#nav .nav_list .accordion.op:last-child {
  border-bottom: 0;
}

#nav .nav_list li li a {
  background-color: #fff;
  border-color: #facad8;
  padding-left: 38px;
  text-indent: -14px;
}

#nav .accordion li a:after {
  background: url(/castle/historian/assets/image/arrow_03.png) center center no-repeat;
  background-size: auto 32px;
  right: 43px;
  width: 32px;
}

#nav .nav_list li li:last-child a {
  border-color: #f9a5be;
}

#nav .nav_list .home a {
  background-image: url(/castle/historian/assets/image/ico_nav01.png);
  background-position: 11px center;
  background-repeat: no-repeat;
  background-size: 19px;
}

#nav .nav_list .home a:before, #nav .nav_list .home a:after {
  content: normal;
}

#nav .nav_list .circle > a:before {
  background-color: #f881a5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 14px;
  left: 12px;
  position: absolute;
  top: 14px;
  width: 14px;
}

#nav .nav_list .circle_s > a:before {
  background-image: none;
  content: "・";
  display: inline;
  position: static;
}

#nav .nav_list .btn_next > a:after {
  background: url(/castle/historian/assets/image/arrow_03.png) center center no-repeat;
  background-size: 9px auto;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 21px;
  top: 0;
  width: 16px;
}

#nav .nav_bnrlist {
  border-bottom: 1px solid #f9a5be;
  margin: 0 28px;
  padding: 21px;
  text-align: center;
}

#nav .nav_bnrlist li {
  /* width: 400px; */
  margin: 14px auto 0 auto;
}

#nav .nav_bnrlist li:first-child {
  margin-top: 0;
}

#nav .nav_close {
  margin-top: 14px;
}

#nav .nav_close a {
  height: auto;
}

/*-------------------------------------------
accordion
-------------------------------------------*/
.accordion .accordion_data {
  transition: height ease;
  overflow: hidden;
  font-size: 0;
}
.accordion.op .accordion_data {
  display: block;
}
.accordion .accordion_data {
  display: none;
}
.accordion.anm .accordion_data {
  display: block;
}
.accordion .accordion_data li {
  font-size: 1rem;
}

/* ---------------------------------------
 remove navi button
 remove bottom of navi
---------------------------------------- */
@media screen and (max-width: 767px) {
  body.is-open {
    height: auto;
    overflow: auto;
  }
}

/*-------------------------------------------
  siteroute
-------------------------------------------*/
.siteroute_wrap {
  background: url(/castle/historian/assets/image/bg-bottom-mid-pc.jpg) repeat center top/ 100% auto;
  position: relative;
}
#siteroute {
  display: block;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 9px 0 5px;
  text-align: left;
  width: 970px;
}

#siteroute li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

#siteroute li > a {
  color: #1689da;
  cursor: pointer;
  line-height: 110%;
  margin: 0;
}

#siteroute li > a:hover {
  color: #f00;
}

#siteroute li span {
  background: url(/castle/historian/assets/image/ico-arrow-siteroute-beige.gif) no-repeat 0 center;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 1px 0 0 12px;
}

.siteroute_pink #siteroute li > a {
  color: #0074e0;
}

.siteroute_pink #siteroute li > a:hover {
  color: #f00;
}

.siteroute_pink #siteroute li span {
  background: url(/castle/historian/assets/image/ico-arrow-siteroute-pink.gif) no-repeat 0 center;
  background-size: 5px 5px;
}

#siteroute li:not([class]):last-child > a span, #siteroute li .last_crumbs {
  color: #000;
  cursor: default;
  font-size: 16px;
  line-height: 110%;
}

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

/* ---------------------------------------
 SEO
---------------------------------------- */
.footer_lead_wrap {
  background: url(/castle/historian/assets/image/bg-bottom-mid-pc.jpg) repeat;
  background-size: contain;
  display: block;
  padding: 60px 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  .footer_lead_wrap {
    background: url(/castle/historian/assets/image/bg-bottom-mid-sp.jpg) repeat center top/ 100% auto;
    padding: 25px;
  }
}
.footer_lead {
    display: block;
    position: relative;
    width: 760px;
    margin: 0 auto;
}
.footer_lead_inner {
  background: url(/castle/historian/assets/image/bg-seo-prtxt-mid.png) repeat-y;
    background-size: 100% auto;
    display: block;
    padding: 0 42px;
    position: relative;
}
@media screen and (max-width: 767px) {
  .footer_lead_inner {
  background: none;
  padding: 0;
}
}
@media screen and (min-width: 768px) {
  .footer_lead:before {
    background: url(/castle/historian/assets/image/bg-seo-prtxt-top.png) no-repeat top center;
    background-size: 100% auto;
    content: " ";
    display: block;
    height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .footer_lead:after {
    background: url(/castle/historian/assets/image/bg-seo-prtxt-btm.png) no-repeat bottom center;
    background-size: 100% auto;
    content: " ";
    display: block;
    height: 32px;
  }
}

/* ---------------------------------------
 Footer
---------------------------------------- */
footer .bg_footer {
  background: url(/castle/historian/assets/image/bg-footer.png) repeat 0 0;
  padding: 40px 0 0 0;
  position: relative;
  z-index: 0;
}

footer .character_img {
  margin-bottom: 30px;
  text-align: center;
}

footer .logo {
  background: url(/castle/historian/assets/image/bg-bottom-mid-pc.jpg) repeat;
  background-size: cover;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: center;
}

footer .logo a {
  display: inline-block;
}

footer .logo a:hover {
  opacity: .7;
}

footer .navi_footer_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
  width: 1024px;
}

footer .navi_footer_nav li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

footer .navi_footer_nav li:last-child {
  border-right: none;
}

footer .navi_footer_nav a {
  color: #fff;
}

footer .navi_footer_nav a:hover, footer .navi_footer_nav a:active {
  opacity: .7;
}

footer .navi_footer_nav a:before {
  border-color: transparent transparent transparent #d2ac6c;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 0;
  padding-right: 9px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 0;
}

footer .product {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 800px;
}

@media screen and (max-width: 767px) {
  footer .product {
    display: none;
  }
}

footer .product dt {
  margin-right: 5px;
}

footer .copyright {
  background: #fff;
  border-top: 4px solid #daaf71;
  color: #b71f19;
  font-size: 13px;
  padding: 14px 0;
  text-align: center;
}

footer .copyright a {
  color: #b71f19;
}

footer .copyright a:hover, footer .copyright a:active {
  opacity: .7;
}

/*-------------------------------------------
pagetop
-------------------------------------------*/
.mod_pagetop {
  bottom: 20px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 30px;
  z-index: 1;
}

.mod_pagetop:hover img {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .mod_pagetop {
    background: linear-gradient(to bottom, #fff 0%, #e6f4fd 100%);
    border: 2px solid #0075d8;
    border-radius: 5px;
    bottom: 16px;
    box-shadow: 0 0.15em 0.38em 0 rgba(0, 30, 50, 0.6);
    display: none;
    height: 56px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    width: 56px;
    z-index: 999;
  }

  .mod_pagetop a {
    color: #0075d8;
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: auto;
    position: relative;
    text-align: center;
  }

  .mod_pagetop a::before {
    background: url(/castle/historian/assets/image/ico-arrow-pagetop.png) no-repeat center top;
    background-size: 18px;
    content: "";
    display: block;
    height: 16px;
    margin: auto;
    margin-top: 8px;
    width: 49px;
  }
}

/* ---------------------------------------
 SEO
---------------------------------------- */
@media screen and (max-width: 767px) {
  .footer_lead {
    background: none;
    background-color: #fbe8f0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    width: auto;
  }

  .footer_lead:after {
    clear: both;
    content: "";
    display: block;
  }
}

.footer_lead p {
  color: #000;
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .footer_lead p {
  font-size: 13px;
  text-align: left;
}
}
.txt_opn {
  color: #1689da;
  float: right;
}

/* ---------------------------------------
 Footer
---------------------------------------- */
@media screen and (max-width: 767px) {
  footer .bg_footer {
    background: #fce8f1;
    padding: 0;
  }

  footer .bg_footer:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer .footer {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer .col_navi_footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

footer .navi_footer_nav li {
  padding: 0;
}

footer .navi_footer_nav li:last-child {
  border-bottom: 0;
  border-right: none;
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav li {
    border-right: 0;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
  }

  footer .navi_footer_nav li:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a {
    border-bottom: 1px solid #f9a5be;
    color: #ff3e6f;
    display: block;
    font-weight: normal;
    padding: 14px 43px 14px 38px;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a:before {
    background-color: #e688a5;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a:after {
    background: url(/castle/historian/assets/image/arrow_03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  footer .product {
    color: #ff3e6f;
    font-size: 13px;
    line-height: 1.346;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}

footer .product dt {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  footer .product dt {
    display: none;
  }
}

footer .product dd {
  margin: 0;
}
footer .product dd a {
  color: #fff;
}
footer .product dd a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  footer .product dd {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer .copyright {
    background: #dc4879;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.346;
    padding: 20px 10px;
  }

  footer .copyright a {
    color: #fff;
  }
}

/* ---------------------------------------
content
---------------------------------------- */
.content_wrap {
  background: url(/castle/historian/assets/image/bg-content-mid-pc-w.jpg) repeat-y center top/ 100% auto;
  position: relative;
  z-index: 0;
}
.content_wrap:before,
.content_wrap:after {
  background: url(/castle/historian/assets/image/bg-content-line-pc.png) repeat-x left top/ 100% auto;
  content: "";
  display: inline-block;
  height: 5px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.content_wrap:after {
  background: url(/castle/historian/assets/image/bg-content-line-pc.png) repeat-x left bottom/ 100% auto;
  bottom: -10px;
}
.main_content {
  background: url(/castle/historian/assets/image/bg-content-mid-pc.png) repeat-y center top;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 30px;
  position: relative;
  width: 1024px;
}
@media screen and (max-width: 767px) {
.main_content {
  background: url(/castle/historian/assets/image/bg-content-mid-sp.png) repeat-y center top;
  padding-top: 38px;
  width: 100%;
}
}
#content {
  background: none;
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
  width: 1024px;
}
@media screen and (max-width: 767px) {
  #content {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #content .ttl_name {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #content .ttl_name {
  background-color: #f65686;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 12px 10px;
  position: absolute;
  text-align: center;
  top: -76px;
  width: 100%;
  }
}
.main_top_wrap {
  background: url(/castle/historian/assets/image/bg-bottom-mid-pc.jpg) repeat center top/ 100% auto;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main_top_wrap {
    background: url(/castle/historian/assets/image/bg-bottom-mid-sp.jpg) repeat center top/ 100% auto;
    padding-bottom: 20px;
}
}
.main {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto;
  width: 830px;
}
.main .txt_lead {
  font-size: 17px;
  line-height: 1.7;
  margin: 0 85px;
}
.main .txt_lead + .txt_lead {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-top: 95px;
    width: 88%;
  }
  .main .txt_lead {
  margin: 0 auto;
  width: 100%;
}
}
.main_visual {
  height: 300px;
  margin: 0 auto;
  position: relative;
  width: 1000px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .main_visual {
    background: url(/castle/historian/assets/image/bg-main-visual-sp-sub.jpg) no-repeat 0 0/cover;
    height: auto;
    padding-bottom: 10px;
    padding-top: 0;
    top: 77px;
    width: 100%;
  }
}
.main_inner {
  display: flex;
  flex-direction: column-reverse;
  left: 40px;
  position: absolute;
  top: 54px;
}
.main_inner > p {
  bottom: -20px;
  left: 44px;
  position: relative;
  z-index: 2;
}
.main_inner h1 {
  font-weight: normal;
  margin: 0;
}
figure.main_img {
  bottom: 7px;
  height: 284px;
  position: absolute;
  right: 40px;
  width: 330px;
  z-index: 1;
}
figure.main_img.sz_md {
  text-align: center;
  width: 375px;
}
figure.main_img.sz_md02 {
  right: 23px;
  text-align: center;
  width: 400px;
}
figure.main_img.is_wide {
  width: 425px;
}
figure.main_img.sz_md03 {
  width: 408px;
}
figure.main_img.sz_auto {
  width: auto;
}

@media screen and (max-width: 767px) {
.main_inner {
  position: static;
}
.main_inner > p {
  left: 0;
  margin-left: 0;
  margin: 0 auto;
  right: 0;
  top: -17px;
  width: 84%;
}
figure.main_img.sz_auto,
figure.main_img,
figure.main_img.sz_md02,
figure.main_img.sz_md,
figure.main_img.is_wide,
figure.main_img.sz_md03 {
  height: auto;
  margin: 2vw auto 0;
  position: static;
  width: 86vw;
}
}

@media screen and (min-width: 768px) {
  figure.main_img.v_middle {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
  }

  figure.main_img.is_wide02 {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    width: 382px;
  }

  figure.main_img.is_wide02 img {
    height: auto;
    width: 100%;
  }
}

.bg_info,
.bg_info_sm,
.bg_info_xs {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 565px;
  z-index: 2;
}

.bg_info.w605 {
  width: 605px;
}

.bg_info_sm.bg_info_p {
  padding-bottom: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
.bg_info,
.bg_info_xs,
.bg_info_sm,
.bg_info.w605 {
  height: auto;
  margin: 0 auto;
  padding: 20px 15px;
  position: static;
  width: 367px;
}
.bg_info_sm,
.sm_sp {
  height: auto;
}
.bg_info_sm.bg_info_p {
  padding-bottom: 33px;
  padding-top: 33px;
}
}
.bg_info .ttl_main,
.bg_info .ttl_main_sm,
.bg_info .ttl_main_xs,
.bg_info_xs .ttl_main,
.bg_info_xs .ttl_main_sm,
.bg_info_xs .ttl_main_xs,
.bg_info_sm .ttl_main,
.bg_info_sm .ttl_main_sm,
.bg_info_sm .ttl_main_xs,
.bg_info .ttl_main_xs01,
.bg_info .ttl_main_xs02,
.bg_info .ttl_main_xs03,
.bg_info .ttl_main_xs04,
.bg_info .ttl_main_xs05
{
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 27px;
  line-height: 1;
  text-align: left;
}

.bg_info_sm .ttl_main span {
  display: inline-block;
}

.bg_info .ttl_main_sm {
  font-size: 32px;
}
.main_inner .txt_main_sm,
.bg_info .txt_main,
.bg_info_xs .txt_main,
.bg_info_sm .txt_main {
  font-size: 17px;
  line-height: 1.55;
  margin-top: 13px;
}

.bg_info_sm .txt_main.txt_main_lh.txt_main_mt {
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .bg_info .ttl_main,
  .bg_info_xs .ttl_main,
  .bg_info_sm .ttl_main,
  .bg_info .ttl_main_xs01,
  .bg_info .ttl_main_xs02,
  .bg_info .ttl_main_xs03,
  .bg_info .ttl_main_xs04,
  .bg_info .ttl_main_xs05 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }
  .main_inner .txt_main_sm,
  .bg_info .txt_main,
  .bg_info_xs .txt_main,
  .bg_info_sm .txt_main {
    margin-top: 3px;
    padding-top: 0;
  }
  .main_inner .lst_ttl {
    display: inline-block;
}
}

.main_inner .ttl_main_xs {
  font-size: 30px;
}

.main_inner .ttl_main_xs01 {
  font-size: 25px;
}

.main_inner .ttl_main_xs02 {
  font-size: 24px;
}

.main_inner .ttl_main_xs03 {
  font-size: 22px;
}

.main_inner .ttl_main_xs04 {
  font-size: 21px;
}

.main_inner .ttl_main_xs05 {
  font-size: 24px;
}

.main_inner .ttl_main_xs .fz_xs {
  display: inline-block;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .main_inner .ttl_main_xs04 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main_inner .ttl_main_xs01 .fz_xs {
    display: inline-block;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main_inner .ttl_main_xs {
    font-size: 26px;
  }
  .main_inner .ttl_main_xs.xs01 {
    font-size: 24px;
  }
}

/* ---------------------------------------
font resizer
---------------------------------------- */
.mod_font_change {
  margin: 15px 0 7px 0;
}
.mod_font_change:after {
  clear: both;
  content: "";
  display: block;
}
.mod_font_change .mod_inner {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 34px;
}
.born {
  -ms-flex-align: end;
  -ms-flex-pack: justify;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.mod_font_change .ttl {
  margin: 12px 15px 0;
}
.mod_font_change li {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #eacece;
  color: #9d2d24;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 800;
  justify-content: center;
  margin: 0 8px 0 0;
  padding-top: 2px;
  text-align: center;
}
.mod_font_change li:first-child {
  font-size: 15px;
  height: 25px;
  width: 25px;
}
.mod_font_change li:nth-child(2) {
  font-size: 20px;
  height: 30px;
  width: 30px;
}
.mod_font_change li:last-child {
  font-size: 24px;
  height: 35px;
  margin-right: 0;
  width: 35px;
}
.mod_font_change li.active,
.mod_font_change li:hover {
  background: #9d2d24;
  color: #fff;
}
.mod_font_change li.active {
  cursor: default;
}
.mod_font_change li.active use,
.mod_font_change li:hover use {
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .mod_font_change {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .con_box {
    margin: 0 8px;
    padding-top: 60px;
  }
}
.ttl_h2,
.ttl_h2_sm {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  line-height: 1.088;
  margin-bottom: 24px;
  padding: 17px 17px 12px;
  position: relative;
}
.ttl_h2:before,
.ttl_h2_sm:before {
  background: url(/castle/historian/assets/image/bg-ttl-pc.png) repeat-x left top;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
  width: 720px;
  z-index: 1;
}
.ttl_h2:after,
.ttl_h2_sm:after {
  background: url(/castle/historian/assets/image/bg-ttl-pc.png) repeat-x left bottom;
  background-size: contain;
  content: " ";
  bottom: 0;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 720px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ttl_h2 {
  background: url(/castle/historian/assets/image/bg-ttl-sp.png) repeat-y center 0 / 100% auto;
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 100%;
  }
  .ttl_h2_sm {
  align-items: center;
  background: url(/castle/historian/assets/image/bg-ttl-sp.png) repeat-y center 0 / 100% auto;
  color: #fff;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 100%;
  }
  .ttl_h2:before,
  .ttl_h2_sm:before,
  .ttl_h2:after,
  .ttl_h2_sm:after {
    background: none;
    width: 100%;
  }
}
section .con_inner {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
section .con_inner.big_space {
  margin-bottom: 60px;
}
section .con_inner_last {
  margin-left: 30px;
  margin-right: 30px;
}
section {
  margin: 0 auto;
  width: 720px;
}

@media screen and (max-width: 767px) {
  section .con_inner.big_space {
    margin-bottom: 30px;
  }
}


section:first-child {
  padding-top: 0;
  margin-top: 30px;
}
section p {
  margin-bottom: 10px;
}
section p:last-child {
  margin-bottom: 0;
}
section section {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -10px;
  width: 660px;
}
section section .con_inner {
  margin-left: 17px;
  margin-right: 17px;
  padding-top: 0;
}
section section p:last-child {
  margin-bottom: 23px;
}
section figure.img_l {
  clear: both;
  float: left;
  margin: 5px 20px 3px 0;
}
section figure.img_l_2 {
  clear: both;
  float: left;
  margin: 5px 20px 10px 0;
}
section figure.img_r {
  clear: both;
  float: right;
  margin: 5px 0 3px 20px;
}
section figure.img_l_2 {
  clear: both;
  float: left;
  margin: 5px 20px 10px 0;
}
section figure figcaption {
  clear: both;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 7px;
  text-align: center;
}
.ttl_h3_sm,
.ttl_h3 {
  border-left: 6px solid #b09b3e;
  color: #8f7915;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 12px;
  overflow: hidden;
  padding: 0 0 0 12px;
}

.ttl_h4 {
  color: #8f7915;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 12px 18px;
  padding: 0 0 0 18px;
  position: relative;
}

.ttl_h4:before {
  background: #b09b3e;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}

section section section {
  margin: -10px 0 0;
}

@media screen and (max-width: 767px) {
section .con_inner {
  margin-left: 0;
  margin-right: 0;
}
section .con_inner_last {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
section {
  margin: 0 auto;
  width: 90%;
}
section:first-child {
    padding-top: 0;
    margin-top: 0;
}
section section {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
section p:last-child {
    margin-bottom: 0;
}
section section .con_inner {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}
section figure.img_l,
section figure.img_l_2 {
  clear: both;
  float: left;
  margin: 0 0 20px 0;
  width: 100%;
}
section figure.img_r {
  clear: both;
  float: right;
  margin: 0 0 20px 0;
  width: 100%;
}
section figure.img_l img,
section figure.img_l_2 img,
section figure.img_r img {
  width: 100%;
}
section figure figcaption br {
  display: none;
  }
.ttl_h3_sm,
.ttl_h3{
  border-left: 6px solid #b09b3e;
  font-size: 17px;
  line-height: 1.4;
}
.ttl_h3_sm {
  font-size: 16px;
}

.ttl_h4 {
  margin-left: 0;
  padding-left: 16px;
}
}

/*城ワールド・武将と城ページのみのclass*/
.box_bnr_lnk.castle {
  background: url(/castle/historian/assets/image/bg-separate.png) no-repeat center top / 100% auto;
  margin: 33px auto 0;
  padding-bottom: 35px;
  padding-top: 30px;
  width: 720px;
}
.lst_bnr_lnk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}
.lst_bnr_lnk li, 
.lst_bnr_lnk li.no_image {
  margin-top: 20px;
  width: 335px;
}
.lst_bnr_lnk li.no_image figure:after {
    background: none;
}
.lst_bnr_lnk li figure.bf_historian_link,
.lst_bnr_lnk li figure.bf_battle_strategy_link,
.lst_bnr_lnk li figure.bf_knowledge_armor_link,
.lst_bnr_lnk li figure.bf_strange_story_link,
.lst_bnr_lnk li figure.bf_samurai_customs_link,
.lst_bnr_lnk li figure.bf_sword_legend_link,
.lst_bnr_lnk li figure.bf_number2_link,
.lst_bnr_lnk li figure.bf_museum_katana_historian_link,
.lst_bnr_lnk li figure.bf_battle_field_sekigahara,
.lst_bnr_lnk li figure.bf_family_crest
 {
  border: 2px solid #B38F5F;
  font-size: 0;
  min-height: 88px;
  position: relative;
}
.lst_bnr_lnk li figure.bf_historian_link {
  background: url(/castle/historian/assets/image/bnr-historian-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk li figure.bf_battle_strategy_link {
  background: url(/castle/historian/assets/image/bnr-battle-strategy-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk li figure.bf_knowledge_armor_link {
    background: url(/castle/historian/assets/image/bnr-knowledge-armor-link-600x300.jpg) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_strange_story_link {
    background: url(/castle/historian/assets/image/bnr-strange-story-link-600x300.jpg) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_samurai_customs_link {
    background: url(/castle/historian/assets/image/bnr-samurai-customs-link-600x300.jpg) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_sword_legend_link {
    background: url(/castle/historian/assets/image/bnr-sword-legend-link-600x300.jpg) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_museum_katana_historian_link {
    background: url(/castle/historian/assets/image/bnr-museum-katana-historian-link-600x300.jpg) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_number2_link {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-number2-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk li figure.bf_battle_field_sekigahara {
    background: url(/castle/historian/assets/image/bnr-bg-battle_field_sekigahara-sp.png) no-repeat top;
    background-size: 100%;
}
.lst_bnr_lnk li figure.bf_family_crest {
  background: url(https://webcdn.token.co.jp/www08/token/banner_all/touken-world/bnr-three-heroes-link-600x300.jpg) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk li figure a {
  color: #000;
  display: block;
  font-weight: 600;
  min-height: 100%;
  padding: 13% 4% 4%;
  text-align: center;
  width: 100%;
}
.lst_bnr_lnk li figure:hover {
  opacity: 0.8;
}
.lst_bnr_lnk li.no_image figure:hover {
    opacity: 1;
}
.lst_bnr_lnk a span.txt_name {
  background: url(/castle/historian/assets/image/bg-bnr-bf.png) no-repeat 0 0 / cover;
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  padding: 2px 7% 0;
  position: relative;
  width: 72%;

}
.lst_bnr_lnk a span.txt_name:before,
.lst_bnr_lnk a span.txt_name:after {
  background: url(/castle/historian/assets/image/ico-bnr-bf.png) no-repeat 0 0 /cover;
  bottom: 0;
  content: "";
  display: block;
  height: .5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: .75em;
}
.lst_bnr_lnk a span.txt_name:before {
  left: 3%;
}
.lst_bnr_lnk a span.txt_name:after {
    right: 3%;
}
.lst_bnr_lnk li figure::after {
  background: url(/castle/historian/assets/image/btn-chronology-arrow.png) no-repeat right bottom;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  max-width: 35px;
  position: absolute;
  right: 0;
  width: 100%;
}
.lst_bnr_lnk p {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px auto 0;
  max-width: 610px;
  text-align: left;
}
.lst_bnr_lnk_lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 95%;
}
.lst_bnr_lnk_lg li {
  margin: 20px auto 0;
  width: 500px;
}

.lst_bnr_lnk_lg li figure
 {
  font-size: 0;
  min-height: 90px;
  position: relative;
}
.lst_bnr_lnk_lg li figure.bf_search_art_link {
  background: url(/castle/historian/assets/image/bnr-bg-search-art.png) no-repeat top;
  background-size: 100%;
  min-height: 100px;
}
.lst_bnr_lnk_lg li figure.bf_historian_link {
  background: url(/castle/historian/assets/image/bnr-bg-historian.png) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk_lg li figure.bf_sword_legend_link {
  background: url(/castle/historian/assets/image/bnr-sword-legend.png) no-repeat top;
  background-size: 100%;
}
.lst_bnr_lnk_lg li figure a {
  color: #000;
  display: block;
  font-weight: 600;
  min-height: 100%;
  padding: 8.5% 0 0 28%;
  text-align: center;
  width: 100%;
}
.lst_bnr_lnk_lg li figure:hover {
  opacity: 0.8;
}
.lst_bnr_lnk_lg a span.txt_name {
  background: url(/castle/historian/assets/image/bg-bnr-bf.png) no-repeat 0 0 / cover;
  box-shadow: 1px 1px 5px rgba(0,0,0,.5);
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  padding: 2px 7% 0;
  position: relative;
  width: 55%;
}
.lst_bnr_lnk_lg a span.txt_name_02 {
  background: #fff;
  border: 1px solid #4d5e50;
  box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.5);
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 4px 7% 1px;
  position: relative;
  width: 80%;
}
.lst_bnr_lnk_lg a span.txt_name:before,
.lst_bnr_lnk_lg a span.txt_name:after {
  background: url(/castle/historian/assets/image/ico-bnr-bf.png) no-repeat 0 0 /cover;
  bottom: 0;
  content: "";
  display: block;
  height: .5em;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: .75em;
}
.lst_bnr_lnk_lg a span.txt_name:before {
  left: 3%;
}
.lst_bnr_lnk_lg a span.txt_name:after {
    right: 3%;
}
.lst_bnr_lnk_lg p {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px auto 0;
  max-width: 610px;
  text-align: center;
}

.lst_bnr_lnk_lg p.is_left {
  text-align: left;
}

@media screen and (max-width: 767px) {
.box_bnr_lnk.castle {
  padding-bottom: 25px;
  padding-top: 0;
  width: 88%;
}
.lst_bnr_lnk li {
  width: 100%;
}
.lst_bnr_lnk li figure::after {
  max-width: 25px;
}
.lst_bnr_lnk li figure a  {
  padding: 13.2% 4% 2.9%;
}
.lst_bnr_lnk a span.txt_name {
  padding: 1% 11%;
  width: 94%;
}
.lst_bnr_lnk p {
  margin: 8px 8px 0;
  /* text-align: center; */
}
.lst_bnr_lnk {
  margin-top: 25px;
  padding-top: 20px;
  width: 100%;
}
.lst_bnr_lnk li.no_image {
  display: none;
}

.lst_bnr_lnk_lg {
  margin-top: 25px;
  padding-top: 20px;
  width: 100%;
}
.lst_bnr_lnk_lg li {
  margin-top: 15px;
  width: 100%;
}
.lst_bnr_lnk_lg li figure.bf_search_art_link {
  background: url(/castle/historian/assets/image/bnr-bg-search-art-sp.png) no-repeat top;
  background-size: 100%;
  border: 2px solid #b38f60;
  margin: 0 auto;
  min-height: 88px;
  position: relative;
  width: 100%;
}
.lst_bnr_lnk_lg li figure.bf_historian_link {
  background: url(/castle/historian/assets/image/bnr-bg-historian-sp.png) no-repeat top;
  background-size: 100%;
  border: 2px solid #b38f60;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lst_bnr_lnk_lg li figure.bf_sword_legend_link {
  background: url(/castle/historian/assets/image/bnr-sword-legend-link-600x300.jpg) no-repeat top;
  background-size: 100%;
  border: 2px solid #b38f60;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lst_bnr_lnk_lg li figure.bf_battle_field_sekigahara {
  background: url(/castle/historian/assets/image/bnr-bg-battle_field_sekigahara-sp.png) no-repeat top;
  background-size: 100%;
  border: 2px solid #b38f60;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.lst_bnr_lnk_lg li figure::after {
  background: url(/castle/historian/assets/image/btn_sb_historian_arrow_sp.png) no-repeat right bottom;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  max-width: 25px;
  position: absolute;
  right: 0;
  width: 100%;
}
.lst_bnr_lnk_lg li figure a  {
  padding: 12.2% 4% 2.9%;
}
.lst_bnr_lnk_lg li.no_image {
  display: none;
}
.lst_bnr_lnk_lg a span.txt_name {
  padding: 1% 11%;
  width: 94%;
}
.lst_bnr_lnk_lg a span.txt_name_02 {
  line-height: 2;
  padding: 0 4%;
  width: 93%;
}
.lst_bnr_lnk_lg p {
  margin: 8px 8px 0;
  /* text-align: center; */
  text-align: left;
}
}

/*---所在地　周辺施設を検索のみ　終---*/

.mod_bnr_feature {
  background: url(/castle/historian/assets/image/bg-bottom-mid-pc.jpg) repeat;
  background-size: contain;
  padding-bottom: 0;
  position: relative;
  top: 10px;
  z-index: 0;
}
.mod_bnr_feature:before {
  background: url(/castle/historian/assets/image/bg-bottom-left-pc.jpg) no-repeat left top/100% auto;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 334px;
  position: absolute;
  width: 1024px;
  z-index: -1;
}
.mod_bnr_feature:after {
  background: url(/castle/historian/assets/image/bg-bottom-right-pc.jpg) no-repeat right top/100% auto;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 334px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1024px;
  z-index: -1;
}
.mod_bnr_feature + footer .logo {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .mod_bnr_feature {
  background: url(/castle/historian/assets/image/bg-bottom-mid-sp.jpg) repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
.mod_bnr_feature:before {
  background: url(/castle/historian/assets/image/bg-bottom-left-sp.jpg) no-repeat left top;
  background-size: contain;
  content: " ";
  display: inline-block;
  height: 334px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.mod_bnr_feature:after {
  background: none;
}
.mod_bnr_feature + footer {
  background: url(/castle/historian/assets/image/bg-bottom-mid-sp.jpg) repeat center top/ 100% auto;
  padding-top: 25px;
}
}

.mod_bnr_feature .bnr_feature_w {
  margin: 0 auto;
  position: relative;
  top: 47px;
  width: 920px;
  z-index: 10;
}

.bnr_feature_w .ttl_h2:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .mod_bnr_feature .bnr_feature_w {
  margin: 0 auto;
  position: relative;
  top: 35px;
  width: 94%;
  z-index: 10;
}
}

.mod_bnr_feature .ttl_h2 {
  align-items: center;
  background: url(/castle/historian/assets/image/bg-ttl-02-pc.png) no-repeat center 0 / 100% auto;
  color: #fff;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  height: 45px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 45px;
  margin: 27px auto 20px;
  position: static;
  width: 415px;
}
.mod_bnr_feature .ttl_h2:before,
.mod_bnr_feature .ttl_h2:after {
  background: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .mod_bnr_feature .ttl_h2 {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  height: 10.2vw;
  justify-content: center;
  line-height: initial;
  margin: 50px auto 20px;
  padding: 0;
  position: static;
  width: 100%;
}
}

@media screen and (max-width: 370px) {
  .mod_bnr_feature .ttl_h2 {
    height: 10.4vw;
  }
}

@media screen and (max-width: 360px) {
  .mod_bnr_feature .ttl_h2 {
    height: 11vw;
  }
}

@media screen and (max-width: 340px) {
  .mod_bnr_feature .ttl_h2 {
    height: 11.8vw;
  }
}

.feature_banner{
  margin: 23px auto 0;
  position: relative;
  text-align: center;
  width: 594px;
}

.bnr_feature_w .txt_lead {
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
  text-align: center;
  width: 96%;
}
@media screen and (max-width: 767px) {
  .bnr_feature_w img {
    height: auto;
    width: 100%;
  }
}
.feature_banner figure {
  margin-bottom: 23px;
}
.feature_banner figure:last-child {
  margin-bottom: 0;
}
.feature_banner img:hover{
  opacity: .8;
}
.feature_banner figure figcaption{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
.feature_banner{
  margin-bottom: 5px;
  margin-top: 0;
  width: 92%;
  text-align: left;
}
.feature_banner figure {
    margin-bottom: 0;
    margin-top: 15px;
}

.feature_banner .txt_lead{
  margin-bottom: 15px;
  padding-top: 0;
}
}

.list_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 630px;
}

.txt_lead + .list_bnr {
  margin-top: -2px;
}

.list_bnr li {
  margin-top: 26px;
  width: 300px;
}

.list_bnr li a {
  display: inline-block;
}

.list_bnr li a:hover {
  opacity: 0.8;
}

.list_bnr li:last-child {
  margin-left: auto;
}
.list_bnr li:nth-child(2n+1):last-child {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .list_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 92%;
}
.list_bnr li {
  margin-top: 15px;
  width: 100%;
}
.list_bnr li:nth-child(1),
.list_bnr li:nth-child(3),
.list_bnr li:nth-child(5) {
  margin-right: 0;
}
}

.list_bnr_cap {
  font-size: 16px;
  letter-spacing: -.3px;
  line-height: 1.5;
  margin: 6px 0 0;
}

/* ---------------------------------------
 このサイトを友達に教える mod_sns_share
---------------------------------------- */

.mod_sns_share, .ad_bnrbox {
  position: relative;
  z-index: 10;
}

.mod_sns_share {
  padding-top: 47px;
}

.mod_sns_share .box {
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 ;
  padding: 21px 17px;
  width: 340px;
}

.mod_sns_share .btn {
  margin-right: 12px;
}

.mod_sns_share .btn:last-child {
  margin-right: 0;
}

.mod_sns_share .btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
.mod_sns_share {
  margin-bottom: 10px;
  padding-top: 35px;
}
}

/* ----------------------------
 related_link
------------------------------ */
* > aside.related_link {
  border-top: 0;
  border:1px solid #d2c28c;
  clear:both;
  font-size:13px;
  margin: 50px auto 0;
  overflow:hidden;
  width: 720px;
}
* > aside.related_link > p{
  align-items: center;
  background: url(/castle/historian/assets/image/bg-ttl-related-link.png) no-repeat left 0 / 100% auto;
  color: #745e21;
  display: flex;
  font-size: 17px;
  font-weight:bold;
  height: 40px;
  justify-content: center;
  line-height: 1.7;
  margin-bottom: 0;
}
.bg_related {
  background: #fff;
  padding-bottom: 7px;
  padding-top: 15px;
}
* > aside.related_link dl{
  display: flex;
  margin:0 10px 0 20px;
  overflow:hidden;
}
* > aside.related_link dt{
  float:left;
  font-size:15px;
  line-height: 1.4;
  margin: 0 0 8px 10px;
  width: 48%;
}

* > aside.related_link dd{
  background: url("/castle/historian/assets/image/ic-list-mark.png") no-repeat 0 0;
  color:#888;
  float:left;
  font-size: 15px;
  height: 12px;
  margin: 6px 0 0;
  padding: 0 5px 0px 20px;
}
* > aside.related_link dd a {
  color: #0074e0;
}
* > aside.related_link dd a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
* > aside.related_link {
  display: none;
}
}
/* ---------------------------------------
google広告表示 mod_ad_area
---------------------------------------- */
.ad_bnrbox, .ad_bnrbox.col2 {
  display: -webkit-flex;
  display: flex;
  margin: 50px auto 0;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  border: none;
}

.ad_bnrbox .ad_box {
  margin: 0 10px;
}

.ad_box .ad_box_link {
  display: block;
  height: 200px;
  width: 240px;
}
.ad_box .ad_box_link_wide {
  display: block;
  height: 250px;
  width: 300px;
}
.ad_box .ad_box_img {
  width: 100%;
}

.ad_bnrbox.col2 .ad_box .ad_box_link {
  display: block;
  height: 210px;
  width: 252px;
}

.ad_bnrbox.col2 img {
  width: 100%;
}


@media screen and (max-width: 767px) {
.ad_bnrbox, .ad_bnrbox.col2 {
  display: none;
}
}

/*------------------------
  modal icon
---------------------------*/
.modal.icon_zoom,
a.icon_zoom {
  position: relative;
  display: inherit;
}

.modal.icon_zoom::after,
a.icon_zoom::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1.64em;
  height: 1.64em;
  right: 0.36em;
  bottom: 0.36em;
  background-image: url(/castle/image_cmn/ico_zoom01.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

#lightbox-image-details,
#lightbox-injustice {
  display: none!important;
}

.main_album .st > span.PhtOv a::after {
  background: url(/castle/image_cmn/ico_zoom01.png) no-repeat 0 0/28px auto;
  bottom: 4px;
  height: 28px;
  right: 4px;
  width: 28px;
}

/*------------------------
  colorbox
---------------------------*/
#colorbox {
  left: 50%!important;
  transform: translateX(-50%);
}
#cboxWrapper {
  background: #fff;
  overflow: hidden;
}
#cboxContent {
  background: #fff;
  min-width: 240px;
  padding: 10px 10px 50px;
}
.cboxPhoto {
  min-width: 240px;
}
#cboxLoadedContent {
  overflow: inherit!important;
}
#cboxClose {
  background: url(/search/image/dtl3/lightbox-btn-close.gif) center center no-repeat;
  bottom: 0;
  display: block;
  height: 26px;
  left: 0;
  margin: 10px auto;
  right: 0;
  top: auto;
  width: 90px;
}

.mt20 {
  margin-top: 20px;
}

/*list text*/
.list_text {
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 20px;
}

section figure.img_c {
  text-align: center;
  margin: 5px 0 15px;
}

@media screen and (min-width: 768px) {
  .mainbox_reset:after {
    clear: both;
    content: "";
    display: block;
  }

  .section_clear{
    clear: both;
    margin-top: 50px;
  }

  .mainbox_reset + .con_inner {
    margin-top: -20px!important;
  }

  section figure.img_c_bnr {
    margin: 15px auto 15px;
    width: 300px;
  }
  
  section figure.img_c_bnr a:hover {
    opacity: 0.8;
  }
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.inblk {
  display: inline-block;
}
.list_dotted {
  margin-bottom: 10px;
}

.list_dotted li {
  position: relative;
  padding-left: 25px;
}

.list_dotted li + li {
  margin-top: 5px;
}

.list_dotted li:before {
  border-radius: 100%;
  content: "・";
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
}

.list_dotted li {
  position: relative;
  padding-left: 25px;
}

.list_dotted li + li {
  margin-top: 5px;
}

.list_dotted li:before {
  border-radius: 100%;
  content: "・";
  display: inline-block;
  left: 5px;
  position: absolute;
  top: 0;
}

/*------------------------
  box__video
---------------------------*/
.box__video {
  margin-top: -4px;
  padding-bottom: 18px;
}

.wcm {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}

.box_tips_detail .wcm {
  padding: 25px 0 0;
  position: relative;
}

.ff_m {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
}

.box_s .box__title {
  align-items: center;
  background: url(/castle/historian/assets/image/bg-ttl-box-video.png) no-repeat top center;
  color: #fff;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  height: 57px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 684px;
}

.box__video__content {
  font-size: 0;
  position: relative;
  text-align: center;
}

.box__video__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 0;
  width: 700px;
}

.box__video__content ul li {
  margin: 15px 15px 0;
}

.box__video__content a {
  display: inline-block;
  max-width: 320px;
  position: relative;
}

.box__video__content ul li a {
  margin-bottom: 5px;
  max-width: 290px;
}

.box__video.box_s .box_caption {
  display: block;
  font-size: 16px;
  margin-bottom: -5px;
}

.box__video__content a:before {
  background: url(https://www.touken-world.jp/wp/wp-content/themes/wp-templ/tips/image/ico_play.png) no-repeat;
  content: '';
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .box__video.box_s .box_caption {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
  }

  .box__video__content ul {
    display: block;
    width: 90%;
  }

  .box__video__content ul li {
    margin: 10px 0 0 0;
  }

  .box__video__content ul li + li {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 767px) {
  .box_s .box__title {
    align-content: center;
    background-image: url(/castle/historian/assets/image/bg-ttl-box-video-sp.png);
    background-size: contain;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    height: 57px;
    letter-spacing: .95px;
    line-height: 1.2;
    margin: 0 auto 5px;
    max-width: 100%;
    padding: 0 25px;
    width: 326px;
  }

  .box_s .box__title:before {
    background: none;
  }

  .box__video__content:before,
  .box__video__content:after {
    background: none;
  }

  .box__video__content a:before {
    background-size: 100%;
    height: 58px;
    margin: -29px 0 0 -29px;
    width: 58px;
  }
}

/* ----------------------------
  table基本
------------------------------ */
.tbl_historian {
  border-collapse: collapse;
  border: 2px solid #f57aaa;
  margin: 0 auto 10px;
  width: 660px;
}

.tbl_historian caption {
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto 5px;
}

.tbl_historian th {
  background-color: #ffbfd8;
  border: 1px solid #f57aaa;
  padding: 7px 4px;
  text-align: center;
}

.tbl_historian td {
  border: 1px solid #f57aaa;
  padding: 7px 4px;
}

.tbl_historian .w_s {
  width: 20%;
}

.tbl_historian .w_xs {
  width: 12%;
}

.tbl_historian .fz_s {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .scroll_block {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 1px;
  }
}

.center {
  text-align: center;
}

.ttl_h2 + section {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_h2 + section {
    margin-top: 0;
  }
}

.bnr_con {
  margin: 20px auto 10px;
  text-align: center;
  width: 563px;
}
.bnr_con.bnr_size_m {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .bnr_con,
  .bnr_con.bnr_size_m {
    width: 300px;
  }
}

.bnr_con a {
  position: relative;
  display: inline-block;
}

.bnr_con a:hover {
  opacity: .8;
}

.bnr_con .cap {
  font-size: 16px;
}
.bnr_con.bnr_size_m .cap {
  text-align: left;
}

.bnr_con a .txt_name {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  display: block;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
  font-size: 14px;
  line-height: 2;
}

.sec_link {
  width: 840px;
  margin: 40px auto 0;
  position: relative;
}

.sec_link_heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec_link_heading::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 15px;
  left: 0;
  background-color: #2d4c5e;
}

.sec_link_heading p {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 180px;
  background-color: #2d4c5e;
  color: #fff;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  text-align: center;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sec_link_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  padding: 17px 0 21px 25px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sec_link_list li {
  margin-right: 1.1em;
  margin-bottom: 1em;
}

.sec_link_list li a {
  display: block;
  position: relative;
  padding-right: 1.25em;
  color: #1825ce;
  line-height: 1;
}

.sec_link_list li a:active,
.sec_link_list li a:visited {
  color: #1825ce;
}

.sec_link_list li a:hover {
  color: #f00;
}

.sec_link_list li a::after {
  display: block;
  position: absolute;
  content: "";
  background-color: currentColor;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  height: 10px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.sec_link_showmore {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec_link {
    width: 100%;
    padding: 0 13px;
    margin-bottom: 21px;
  }

  .sec_link_heading p {
    width: 200px;
    font-size: 1rem;
  }

  .sec_link_list {
    font-size: 1rem;
    padding: 17px 0 21px 13px;
  }

  .sec_link_list li {
    margin-bottom: 0.5em;
  }
}

.main_inner .ttl_main .fz_xs {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .main_inner .ttl_main .fz_xs {
    display: inline-block;
    font-size: 22px;
  }
  .main_inner .ttl_main_xs04 {
    padding-top: 25px;
  }
  .main_inner .ttl_main_xs05 {
    padding-top: 25px;
  }
  .main_inner .ttl_main_xs02 .fz_xs {
    display: inline-block;
  }
  .main_inner .ttl_main_xs03 .fz_xs {
    display: inline-block;
  }
  .main_inner .ttl_main_xs04 .fz_xs {
    display: inline-block;
  }
  .main_inner .ttl_main_xs05 .fz_xs {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .main_visual > div figure img.hide_pc {
    display: none;
  }
  .main_visual > div figure img.hide_pc img {
    height: 100%;
    object-fit: cover;
  }
}

figure.main_img.to_right10 {
  transform: translateX(10px);
}

@media screen and (max-width: 767px) {
  figure.main_img.to_right10 {
    transform: translateX(0);
  }
}

/* ----------------------------------------------------------
 ページ下部 2-3つ並びバナー (footer: 2-3 banner) _ad_bnrbox
---------------------------------------------------------- */
.ad_bnrbox03,
.ad_bnrbox03.col3 {
  border-top: 4px solid #ffa5c9;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 40px 0 0;
  text-align: center;
  width: 850px;
}

.ad_bnrbox03 .ad_box03,
.ad_bnrbox03.col3 .ad_box03 {
  display: inline-block;
  padding: 0 8px;
  vertical-align: top;
}

.ad_bnrbox03 .ad_box03,
.ad_bnrbox03.col3 .ad_box03 {
  padding: 0 10px;
}

.ad_bnrbox03.col3 .ad_box03 .ad_box03_link {
  display: block;
  height: 205px;
  width: 246px;
}

.ad_box03 .ad_box03_img {
  width: 100%;
}

.ad_bnrbox03.col3 + .mo_box {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .ad_bnrbox03,
  .ad_bnrbox03.col3 {
    display: none;
  }
}